.location-picker-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.location-picker-modal{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.location-picker-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.location-picker-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.close-btn{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-btn:hover{background:#f1f5f9;color:#1e293b}.location-picker-content{padding:2rem}.location-search-section{margin-bottom:2rem}.instruction-text{font-size:.875rem;color:#64748b;margin-bottom:1rem;line-height:1.5}.location-search-bar{display:flex;gap:.75rem}.location-search-input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.location-search-input:focus{outline:none;border-color:#667eea}.detect-location-btn{padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s;white-space:nowrap}.detect-location-btn:hover:not(:disabled){background:#dc2626}.detect-location-btn:disabled{opacity:.6;cursor:not-allowed}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.popular-locations-section,.search-results-section,.other-locations-section{margin-top:2rem}.popular-locations-section h3,.search-results-section h3,.other-locations-section h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.popular-locations-grid{display:flex;flex-direction:column;gap:1.5rem}.region-group{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.region-group:last-child{border-bottom:none}.region-title{font-size:1rem;font-weight:600;color:#475569;margin-bottom:1rem}.region-cities{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.popular-city-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;width:100%;position:relative}.popular-city-card:hover{background:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.popular-city-card .arrow-icon{margin-left:auto;opacity:0;transition:opacity .2s;flex-shrink:0}.popular-city-card:hover .arrow-icon{opacity:1}.city-icon{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.city-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.city-info .city-name{font-size:1rem;font-weight:600;color:#1e293b}.city-info .city-count{font-size:.875rem;color:#64748b}.cities-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}.city-option{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.city-option:hover{background:#fff;border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.city-option .city-name{font-size:1rem;font-weight:500;color:#1e293b}.city-option .city-count{font-size:.875rem;color:#64748b}.other-cities-list{display:flex;flex-wrap:wrap;gap:.5rem}.other-city-option{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#475569;cursor:pointer;transition:all .2s;width:100%}.other-city-option:hover{background:#fff;border-color:#667eea;color:#667eea;box-shadow:0 2px 8px #667eea1a}.other-city-option .city-name{flex:1;font-weight:500}.other-city-option .city-count-badge{background:#e2e8f0;color:#64748b;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;margin-left:.5rem}.other-city-option:hover .city-count-badge{background:#667eea;color:#fff}.no-results{padding:2rem;text-align:center;color:#64748b}@media (max-width: 768px){.location-picker-modal{max-height:95vh;margin:.5rem}.location-picker-header{padding:1rem 1.5rem}.location-picker-content{padding:1.5rem}.location-search-bar{flex-direction:column}.detect-location-btn{width:100%;justify-content:center}.region-cities{grid-template-columns:1fr}.popular-city-card{padding:.75rem}}.header{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:var(--shadow);z-index:1000;min-height:70px;padding:.5rem 0}.header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:nowrap;overflow:hidden}.logo{text-decoration:none;display:flex;align-items:center;transition:opacity .2s;flex-shrink:0;min-width:150px;max-width:200px;margin-right:.5rem}.logo:hover{opacity:.8}.logo-img{height:45px;width:auto;display:block;max-width:none;object-fit:contain;min-height:40px}.header-location{flex:0 0 auto;margin-left:auto;margin-right:1rem}.location-select-btn{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.25rem;background:var(--bg-light);border:1px solid var(--border-color);border-radius:999px;font-size:var(--font-size-base);font-weight:600;color:var(--text-color);cursor:pointer;transition:all .2s ease;white-space:nowrap;min-height:var(--tap-target-min)}.location-select-btn:hover{border-color:var(--brand-teal);color:var(--brand-teal);box-shadow:var(--shadow-teal);background:var(--brand-teal-light)}.location-select-btn svg:first-child{color:var(--brand-teal)}.nav{display:flex;gap:1rem;align-items:center;flex-wrap:nowrap;flex-shrink:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.nav::-webkit-scrollbar{display:none}.nav a{color:var(--text-color);font-weight:500;text-decoration:none;transition:color .2s;white-space:nowrap;flex-shrink:0;font-size:.9rem;padding:.25rem 0}.nav a:hover{color:var(--brand-yellow)}.nav a.active{color:var(--brand-yellow);font-weight:600}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;min-width:var(--tap-target-min);min-height:var(--tap-target-min);align-items:center;justify-content:center}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-color);transition:all .3s;border-radius:2px}@media (max-width: 968px){.header-content{flex-wrap:wrap}.header-location{order:3;width:100%;margin-left:0}.location-select-btn{width:100%;justify-content:space-between}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:var(--shadow-lg);gap:0}.nav.mobile-open{display:flex}.nav a{padding:.75rem 1rem;width:100%;border-bottom:1px solid var(--border-color);min-height:var(--tap-target-min);display:flex;align-items:center}.nav a:last-child{border-bottom:none}.mobile-menu-toggle{display:flex}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}@media (max-width: 768px){.logo{min-width:150px}.logo-img{height:38px}.header{min-height:auto;padding:.75rem 0}}.footer{background-color:var(--text-color);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-about{max-width:350px}.footer-about p{margin:1rem 0;line-height:1.6;color:#fffc}.social-links{display:flex;gap:12px;margin-top:1.5rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff;transition:all .3s;text-decoration:none}.social-links a:hover{background:#007bff;transform:translateY(-2px)}.social-links svg{width:20px;height:20px}.footer-logo{display:inline-block;margin-bottom:1rem;transition:opacity .2s}.footer-logo:hover{opacity:.8}.footer-logo-img{height:40px;width:auto;display:block;max-width:none;object-fit:contain;min-height:35px}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section p{color:#fffc;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fffc;transition:color .2s}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center;color:#fff9}@media (max-width: 968px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-about{max-width:100%;grid-column:1 / -1}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr}.footer-about{grid-column:1}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border-color);display:flex;justify-content:space-around;align-items:center;padding:var(--space-sm) var(--space-xs);z-index:999;box-shadow:0 -2px 8px #0000000d;display:none}@media (max-width: 767px){.bottom-nav{display:flex}.main-content{padding-bottom:70px}}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:var(--space-sm);min-width:var(--tap-target-min);min-height:var(--tap-target-min);color:var(--text-light);text-decoration:none;transition:all .2s ease;border-radius:.5rem;flex:1;max-width:80px}.bottom-nav-item:active{background-color:var(--bg-light);transform:scale(.95)}.bottom-nav-item.active{color:var(--primary-color)}.bottom-nav-icon{font-size:1.5rem;line-height:1}.bottom-nav-label{font-size:.7rem;font-weight:500;text-align:center}.install-prompt{position:fixed;bottom:80px;left:0;right:0;background:#fff;border-top:1px solid var(--border-color);box-shadow:0 -2px 8px #0000001a;z-index:998;padding:var(--space-md);animation:slideUp .3s ease-out}@media (min-width: 768px){.install-prompt{bottom:auto;top:80px;border-top:none;border-bottom:1px solid var(--border-color);animation:slideDown .3s ease-out}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.install-prompt-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.install-prompt-text{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:200px}.install-prompt-text strong{font-size:var(--font-size-base);color:var(--text-color);font-weight:600}.install-prompt-text span{font-size:var(--font-size-sm);color:var(--text-light)}.install-prompt-actions{display:flex;gap:var(--space-sm);align-items:center}.install-prompt-btn{padding:var(--space-sm) var(--space-lg);border:none;border-radius:.5rem;font-size:var(--font-size-base);font-weight:600;cursor:pointer;transition:all .2s ease;min-height:var(--tap-target-min);min-width:var(--tap-target-min)}.install-prompt-btn.install{background:var(--primary-color);color:#fff}.install-prompt-btn.install:hover{background:var(--primary-dark)}.install-prompt-btn.dismiss{background:transparent;color:var(--text-light);font-size:1.5rem;line-height:1;padding:var(--space-sm);min-width:var(--tap-target-min)}.install-prompt-btn.dismiss:hover{color:var(--text-color);background:var(--bg-light)}@media (max-width: 767px){.install-prompt{bottom:70px}}.search-bar-container{position:relative;width:100%;max-width:760px;margin:0 auto}.search-form{display:flex;background:#fff;border-radius:999px;box-shadow:0 4px 12px #0000001a;border:2px solid #e0e0e0;transition:all .2s;gap:.5rem;padding:.5rem;align-items:center;overflow:hidden}.search-form:focus-within{border-color:var(--brand-teal);box-shadow:0 4px 16px #20b2aa33,0 0 0 4px #20b2aa1a}.search-input{flex:1;padding:1rem 1.5rem;border:none;font-size:1.05rem;outline:none;background:#fff;border-radius:999px;min-width:0;color:var(--text-color)}.search-input::placeholder{color:#999}.search-button{padding:1rem 2rem;background:var(--brand-yellow);color:var(--text-color);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-weight:600;box-shadow:var(--shadow-yellow);border-radius:999px;flex-shrink:0}.search-button:hover{background:var(--brand-yellow-dark);transform:translateY(-1px);box-shadow:0 6px 20px #ffc10766}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:.5rem;box-shadow:var(--shadow-lg);margin-top:.5rem;max-height:400px;overflow-y:auto;z-index:1000}.suggestion-item{padding:1rem 1.5rem;cursor:pointer;border-bottom:1px solid var(--border-color);transition:background .2s}.suggestion-item:hover{background:var(--brand-teal-light);color:var(--brand-teal)}.suggestion-item:hover .suggestion-name{color:var(--brand-teal)}.suggestion-item:last-child{border-bottom:none}.suggestion-name{font-weight:500;color:var(--text-color);margin-bottom:.25rem}.suggestion-city{font-size:.875rem;color:var(--text-light)}.school-card{display:flex;flex-direction:column;background:#fff;border-radius:1.2rem;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 12px 28px #0f172a14;transition:transform .2s ease,box-shadow .2s ease;height:auto;min-height:auto;text-decoration:none;color:inherit}.school-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f172a1f}.school-card-media{position:relative!important;background:linear-gradient(135deg,var(--brand-teal-light),#f8fafc)!important;min-height:220px!important;height:220px!important;max-height:220px!important;overflow:hidden!important;border-radius:1.2rem 1.2rem 0 0!important;width:100%!important;display:block!important;flex-shrink:0!important}.school-card-media img{width:100%!important;height:220px!important;min-height:220px!important;max-height:220px!important;object-fit:cover!important;display:block!important}.school-card-placeholder{width:100%!important;height:220px!important;min-height:220px!important;max-height:220px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,var(--brand-teal),var(--brand-teal-dark))!important;color:#fff!important;font-weight:700!important;position:relative!important;gap:0!important;line-height:1!important;flex-shrink:0!important}.school-card-placeholder .placeholder-letter{display:block!important;line-height:1!important;font-size:4.5rem!important;letter-spacing:0!important;color:#fff!important;font-weight:700!important;text-shadow:0 2px 8px rgba(0,0,0,.2)!important;text-transform:uppercase!important;margin:0!important;padding:0!important}.school-card-badges{position:absolute!important;top:.75rem!important;right:.75rem!important;left:auto!important;display:flex!important;flex-direction:column!important;gap:.5rem!important;align-items:flex-end!important;z-index:20!important;pointer-events:none!important}.school-card-badges .status-pill{pointer-events:auto!important}.status-pill{padding:.4rem .9rem;border-radius:.5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:1px solid transparent;box-shadow:0 2px 8px #0003;white-space:nowrap;text-align:center;display:inline-block}.status-pill.claimed{background:#16a34a;color:#fff}.status-pill.unclaimed{background:var(--warning-orange)!important;color:#fff!important;border-color:#fff3!important}.status-pill.featured{background:#1f2937;color:#fff}.school-card-body{padding:1.4rem;display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow:visible}.school-card-top{display:grid;gap:.35rem}.school-card-title{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:.3rem;line-height:1.4}.school-card-location{color:#475569;font-weight:600;font-size:.9rem}.school-card-meta{display:grid;gap:.8rem}.meta-item{display:grid;gap:.3rem}.meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.meta-value{color:#1e293b;font-weight:600;font-size:.9rem}.school-card-chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.2rem .7rem;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--brand-teal-light);color:var(--brand-teal-dark);border:1px solid var(--brand-teal)}.chip-muted{background:#f1f5f9;color:#64748b}.school-card.list-view{grid-template-columns:260px 1fr;grid-template-rows:none}.school-card.list-view .school-card-media,.school-card.list-view .school-card-media img,.school-card.list-view .school-card-placeholder{height:220px!important;min-height:220px!important;max-height:220px!important}.school-card.list-view .school-card-body{padding:1.6rem}@media (max-width: 900px){.school-card.list-view{grid-template-columns:1fr}.school-card.list-view .school-card-media,.school-card.list-view .school-card-media img,.school-card.list-view .school-card-placeholder{height:220px!important;min-height:220px!important;max-height:220px!important}}@media (max-width: 600px){.school-card-body{padding:1.2rem}.school-card-title{font-size:1.05rem}}.homepage{min-height:calc(100vh - 70px)}.hero{background:linear-gradient(135deg,var(--brand-teal) 0%,var(--brand-teal-dark) 100%);color:#fff;padding:6rem 0 5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3;pointer-events:none}.hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-block;margin-bottom:1.5rem;padding:.5rem 1.25rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:.875rem;font-weight:600;color:#fff}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.03em}.hero-title .highlight{color:var(--brand-yellow);position:relative}.hero-subtitle{font-size:1.375rem;margin-bottom:2.5rem;opacity:.95;line-height:1.7;max-width:900px;margin-left:auto;margin-right:auto}.hero-search{display:flex;justify-content:center;margin-bottom:2rem}.hero-search .search-bar-container{max-width:900px;width:100%}.hero-search .search-form{padding:.5rem;gap:.5rem;align-items:center;background:#fff;border:2px solid rgba(255,255,255,.3);box-shadow:0 8px 24px #00000026;overflow:hidden}.hero-search .search-input{padding:1.3rem 1.6rem;font-size:1.125rem;border-radius:999px;border:none;background:#fff;flex:1;min-width:0;color:var(--text-color)}.hero-search .search-input:focus{outline:none}.hero-search .search-input::placeholder{color:#999}.hero-search .search-form:focus-within{border-color:var(--brand-yellow);box-shadow:0 8px 32px #ffc1074d,0 0 0 4px #ffc10726}.hero-search .search-button{padding:1.3rem 2.75rem;font-size:1.0625rem;background:var(--brand-yellow);color:var(--text-color);border-radius:999px;font-weight:700;border:none;box-shadow:var(--shadow-yellow);transition:all .2s ease;flex-shrink:0}.hero-search .search-button:hover{background:var(--brand-yellow-dark);transform:translateY(-2px);box-shadow:0 6px 20px #ffc10766}.hero-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.cta-btn{padding:1rem 2.5rem;border-radius:999px;font-weight:700;font-size:1.0625rem;text-decoration:none;transition:all .3s ease;display:inline-block;border:2px solid transparent}.cta-primary{background:var(--brand-yellow);color:var(--text-color);box-shadow:var(--shadow-yellow)}.cta-primary:hover{background:var(--brand-yellow-dark);transform:translateY(-2px);box-shadow:0 6px 20px #ffc10766}.cta-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.cta-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.cta-outline:hover{background:#ffffff1a;border-color:#fff}.stakeholders-section{padding:6rem 0;background:var(--bg-color)}.stakeholder-card{background:#fff;border-radius:1.5rem;padding:3rem;margin-bottom:2.5rem;border:1.5px solid var(--border-color);box-shadow:var(--shadow);transition:all .3s cubic-bezier(.4,0,.2,1)}.stakeholder-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--brand-teal)}.stakeholder-card.featured{background:linear-gradient(135deg,var(--brand-teal-light) 0%,white 100%);border-color:var(--brand-teal);border-width:2px}.stakeholder-content{display:grid;grid-template-columns:auto 1fr;gap:2.5rem;align-items:start}.stakeholder-icon{font-size:4rem;line-height:1;flex-shrink:0}.stakeholder-text h3{font-size:2rem;font-weight:800;color:var(--text-color);margin-bottom:.5rem;letter-spacing:-.02em}.stakeholder-tagline{font-size:1.25rem;color:var(--brand-teal);font-weight:600;margin-bottom:1rem}.stakeholder-description{font-size:1.125rem;color:var(--text-medium);line-height:1.7;margin-bottom:1.5rem}.stakeholder-features{list-style:none;padding:0;margin:0 0 2rem}.stakeholder-features li{padding:.75rem 0;font-size:1rem;color:var(--text-color);line-height:1.6;border-bottom:1px solid var(--border-color)}.stakeholder-features li:last-child{border-bottom:none}.stakeholder-cta{display:inline-block;padding:.875rem 2rem;background:var(--brand-teal);color:#fff;border-radius:999px;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:var(--shadow-teal)}.stakeholder-cta:hover{background:var(--brand-teal-dark);transform:translateY(-2px);box-shadow:0 6px 20px #20b2aa4d}.stakeholder-cta.secondary{background:#fff;color:var(--brand-teal);border:2px solid var(--brand-teal);box-shadow:none;margin-left:1rem}.stakeholder-cta.secondary:hover{background:var(--brand-teal-light)}.stakeholder-cta-group{display:flex;gap:1rem;flex-wrap:wrap}.features-section{padding:6rem 0;background:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem;border-radius:1.25rem;border:1.5px solid var(--border-color);box-shadow:var(--shadow);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center}.feature-card:hover{transform:translateY(-6px);border-color:var(--brand-yellow);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1.25rem;display:block;line-height:1}.feature-card h3{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem;letter-spacing:-.02em}.feature-card p{color:var(--text-medium);line-height:1.7;font-size:1rem;margin:0}.section{padding:4rem 0}.schools-section{padding:5rem 0;background:#fff}.section-header{margin-bottom:2rem}.section-title-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--text-color);margin:0;letter-spacing:-.02em}.section-heading{text-align:center;margin-bottom:3rem}.section-subtitle{margin-top:1rem;color:var(--text-medium);font-size:1.125rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7}.section-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.view-toggle{display:flex;border:1.5px solid var(--border-color);border-radius:.75rem;overflow:hidden;background:#fff}.view-btn{padding:.625rem .875rem;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--text-medium)}.view-btn:hover{background:var(--bg-light)}.view-btn.active{background:var(--brand-yellow);color:var(--text-color)}.sort-select{padding:.625rem 1.25rem;border:1.5px solid var(--border-color);border-radius:.75rem;font-size:.9375rem;background:#fff;cursor:pointer;color:var(--text-color);transition:all .2s}.sort-select:hover{border-color:var(--brand-teal)}.filter-btn{padding:.625rem 1.75rem;background:var(--brand-teal);color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:var(--shadow-teal)}.filter-btn:hover{background:var(--brand-teal-dark);transform:translateY(-2px);box-shadow:0 6px 20px #20b2aa4d}.results-info{margin-bottom:1.5rem;color:var(--text-medium);font-size:.9375rem;font-weight:500}.schools-container{margin-bottom:3rem}.schools-container.grid-view{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.schools-container.list-view{display:flex;flex-direction:column;gap:1.5rem}.view-all-container{text-align:center;margin-top:3rem}.view-all-btn{display:inline-block;padding:1rem 2.5rem;background:var(--brand-teal);color:#fff;border-radius:999px;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:var(--shadow-teal)}.view-all-btn:hover{background:var(--brand-teal-dark);transform:translateY(-2px);box-shadow:0 6px 20px #20b2aa4d}.cta-section{padding:6rem 0;background:linear-gradient(135deg,var(--brand-teal) 0%,var(--brand-teal-dark) 100%);color:#fff}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.cta-content p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.loading-container{text-align:center;padding:5rem 2rem}.loading-spinner{margin-bottom:1.5rem}.spinner{border:4px solid var(--bg-light);border-top:4px solid var(--brand-yellow);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto}.error-container{text-align:center;padding:4rem 2rem;background:#fef2f2;border:2px solid var(--error-red);border-radius:1.25rem;color:#991b1b;max-width:700px;margin:0 auto}.error-container p{margin-bottom:1rem;font-weight:500}.retry-btn{padding:.875rem 2rem;background:var(--error-red);color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.retry-btn:hover{background:#dc2626;transform:translateY(-2px)}.no-schools{text-align:center;padding:5rem 2rem;color:var(--text-medium)}.no-schools h3{font-size:1.5rem;margin-bottom:1rem}.no-schools-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.browse-btn{padding:.875rem 2rem;background:var(--brand-yellow);color:var(--text-color);border:none;border-radius:999px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:var(--shadow-yellow);text-decoration:none;display:inline-block}.browse-btn:hover{background:var(--brand-yellow-dark);transform:translateY(-2px)}.browse-btn.secondary{background:#fff;color:var(--brand-teal);border:2px solid var(--brand-teal);box-shadow:none}.browse-btn.secondary:hover{background:var(--brand-teal-light)}@media (max-width: 1024px){.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.25rem}.stakeholder-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.stakeholder-icon{margin:0 auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.hero{padding:4rem 0 3rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-cta-buttons{flex-direction:column;align-items:stretch}.cta-btn{width:100%;text-align:center}.stakeholders-section,.features-section{padding:4rem 0}.stakeholder-card{padding:2rem}.stakeholder-text h3{font-size:1.5rem}.stakeholder-tagline{font-size:1.125rem}.stakeholder-description{font-size:1rem}.stakeholder-cta-group{flex-direction:column}.stakeholder-cta.secondary{margin-left:0;margin-top:.5rem}.section-title{font-size:1.875rem}.section,.schools-section{padding:3rem 0}.features-grid{grid-template-columns:1fr;gap:1.5rem}.schools-container.grid-view{grid-template-columns:1fr}.section-title-row{flex-direction:column;align-items:flex-start}.section-controls{width:100%;flex-direction:column}.view-toggle,.sort-select,.filter-btn{width:100%}.cta-section{padding:4rem 0}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.125rem}.cta-buttons{flex-direction:column;align-items:stretch}.hero-search .search-form{padding:.4rem;gap:.4rem}.hero-search .search-input{padding:1rem 1.2rem;font-size:1rem}.hero-search .search-button{padding:1rem 1.75rem;font-size:1rem}}.filter-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px #0f172a0f;position:sticky;top:96px;max-height:calc(100vh - 120px);overflow-y:auto}.filter-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filter-panel-header h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.clear-filters{background:none;border:none;color:#2563eb;font-size:.85rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:999px}.clear-filters:hover{background:#eff6ff}.filter-section{border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:1rem}.filter-section:first-of-type{border-top:none;padding-top:0;margin-top:0}.filter-section-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:0;cursor:pointer;font-size:1rem;font-weight:600;color:#0f172a}.filter-section-header span{pointer-events:none}.section-icon{font-size:.85rem;color:#64748b;transition:transform .2s ease}.section-icon.open{transform:rotate(180deg)}.filter-section-body{margin-top:.85rem}.filter-search{margin-bottom:.75rem}.filter-search input{width:100%;border-radius:10px;border:1px solid #e2e8f0;padding:.5rem .75rem;font-size:.85rem;color:#1f2937;background:#f8fafc}.filter-search input:focus{outline:none;border-color:#60a5fa;background:#fff}.filter-options{display:flex;flex-direction:column;gap:.6rem;max-height:240px;overflow-y:auto;padding-right:.25rem}.filter-option{display:grid;grid-template-columns:20px 1fr auto;gap:.5rem;align-items:center;font-size:.9rem;color:#334155;cursor:pointer}.filter-option input{width:16px;height:16px;accent-color:#2563eb;cursor:pointer}.filter-option .count{font-size:.8rem;color:#94a3b8}.view-more-btn{width:100%;margin-top:.75rem;border:1px dashed #cbd5f5;background:#f8fafc;color:#2563eb;font-size:.85rem;font-weight:600;padding:.4rem .6rem;border-radius:10px;cursor:pointer}.view-more-btn:hover{background:#eff6ff}.fee-inputs{display:grid;grid-template-columns:1fr auto 1fr;gap:.5rem;align-items:center;margin-bottom:.75rem}.fee-inputs input{width:100%;border-radius:10px;border:1px solid #e2e8f0;padding:.5rem .75rem;font-size:.85rem;color:#1f2937;background:#f8fafc}.fee-inputs input:focus{outline:none;border-color:#60a5fa;background:#fff}.fee-inputs span{color:#94a3b8}.fee-presets{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.fee-presets button{border:1px solid #e2e8f0;border-radius:10px;padding:.45rem .6rem;font-size:.8rem;font-weight:600;color:#334155;background:#f8fafc;cursor:pointer}.fee-presets button.active{border-color:#2563eb;background:#2563eb;color:#fff}.fee-presets button:hover{border-color:#93c5fd}@media (max-width: 968px){.filter-sidebar{position:static;max-height:none;margin-bottom:1.5rem}}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.pagination-btn{padding:.5rem 1rem;border:1px solid var(--border-color);background:#fff;color:var(--text-color);border-radius:.25rem;cursor:pointer;transition:all .2s;font-size:.875rem}.pagination-btn:hover:not(:disabled){background:var(--bg-light);border-color:var(--primary-color)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.pagination-ellipsis{padding:.5rem;color:var(--text-light)}.search-results-page{padding:2rem 0;min-height:calc(100vh - 70px)}.search-header{margin-bottom:2rem}.results-layout{display:grid;grid-template-columns:320px 1fr;gap:2rem}.results-content{min-height:400px}.results-header{margin-bottom:1.5rem}.results-header h2{font-size:1.5rem;font-weight:600;color:var(--text-color)}.results-header p{margin-top:.5rem;color:var(--text-light)}.schools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.no-results{text-align:center;padding:4rem 2rem;color:var(--text-light)}.no-results p{margin-bottom:.5rem}.error-message{padding:2rem;text-align:center;color:#991b1b;background:#fee2e2;border-radius:.5rem;margin:2rem 0;border:1px solid #ef4444}.error-message p{margin-bottom:1rem;font-weight:500}.retry-btn{padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.retry-btn:hover{background:#dc2626}.clear-filters-btn{margin-top:1rem;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.clear-filters-btn:hover{background:var(--primary-dark)}@media (max-width: 968px){.results-layout{grid-template-columns:1fr}}.file-upload-container{width:100%}.file-upload-area{border:2px dashed var(--border-color);border-radius:.5rem;padding:2rem;text-align:center;cursor:pointer;transition:all .2s;background:#fff}.file-upload-area:hover{border-color:var(--primary-color);background:var(--bg-light)}.file-upload-area.drag-active{border-color:var(--primary-color);background:#f0f9ff}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-text{font-weight:500;color:var(--text-color);margin-bottom:.5rem}.upload-hint{font-size:.875rem;color:var(--text-light)}.uploaded-files{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--bg-light);border-radius:.5rem}.file-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.file-name{font-weight:500;color:var(--text-color);font-size:.875rem}.file-size{font-size:.75rem;color:var(--text-light)}.remove-file-btn{background:#ef4444;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;line-height:1;transition:background .2s}.remove-file-btn:hover{background:#dc2626}.school-map-container{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}background: white; border-radius: 12px; padding: 1.5rem; margin-bottom: 2rem; box-shadow: 0 2px 8px rgba(0,0,0,.1); } .map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.map-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a}.distance-badge{display:flex;align-items:center;gap:.5rem;background:#f0f9ff;padding:.5rem 1rem;border-radius:8px;border:1px solid #BAE6FD}.distance-icon{font-size:1.25rem}.distance-text{font-weight:600;color:#0369a1;font-size:.9rem}.school-address{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB}.address-text{font-size:1rem;color:#374151;margin:0 0 .5rem;line-height:1.6}.address-details{font-size:.9rem;color:#6b7280;margin:0}.coordinates-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:#f9fafb;border-radius:8px;font-size:.875rem}.coordinate-label{font-weight:600;color:#6b7280}.coordinate-value{color:#374151;font-family:Courier New,monospace}.map-wrapper{position:relative;width:100%;height:400px;border-radius:8px;overflow:hidden;margin-bottom:1rem;border:1px solid #E5E7EB}.school-map-iframe{width:100%;height:100%;border:none}.map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:#f9fafb;color:#6b7280;padding:2rem}.map-placeholder p{margin:.5rem 0;font-size:1rem}.map-placeholder-subtitle{font-size:.875rem;color:#9ca3af}.map-actions{display:flex;gap:1rem;flex-wrap:wrap}.directions-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffc107;color:#0f172a;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s;border:2px solid transparent}.directions-button:hover{background:#ffb300;transform:translateY(-1px);box-shadow:0 4px 8px #ffc1074d}.directions-button.secondary{background:#fff;color:#0369a1;border:2px solid #BAE6FD}.directions-button.secondary:hover{background:#f0f9ff;border-color:#7dd3fc}.directions-icon{font-size:1.25rem}.location-permission-note{margin-top:1rem;padding:.75rem;background:#fef3c7;border-left:4px solid #F59E0B;border-radius:4px}.location-permission-note p{margin:0;font-size:.875rem;color:#92400e}@media (max-width: 768px){.school-map-container{padding:1rem}.map-header{flex-direction:column;align-items:flex-start;gap:.75rem}.map-wrapper{height:300px}.map-actions{flex-direction:column}.directions-button{width:100%;justify-content:center}}.school-detail-page{background:#f7f8fb;padding-bottom:4rem;min-height:100vh;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overflow-x:visible;width:100%;box-sizing:border-box}.detail-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:3rem;align-items:start;padding:2.5rem 1.5rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box;min-height:calc(100vh - 200px);overflow-x:visible}@media (max-width: 1024px){.detail-layout{grid-template-columns:1fr;gap:2rem;padding:1.5rem 1rem}.detail-rail{position:static;max-width:100%;width:100%}.school-hero{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}.detail-rail{position:sticky;top:20px;display:grid;gap:1.5rem;align-content:start;height:fit-content;max-height:calc(100vh - 40px);width:100%;max-width:280px;box-sizing:border-box;align-self:start;z-index:10}.detail-content{width:100%;min-width:0;overflow-x:visible;box-sizing:border-box}.detail-section#claim{margin-bottom:4rem!important;padding-bottom:2rem}.similar-schools-section .schools-carousel-container{width:100%;max-width:1400px;margin:0 auto;padding-left:4rem;padding-right:4rem;position:relative;display:flex;align-items:center;justify-content:center}.detail-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:3rem;align-items:start;padding:2.5rem 1.5rem;max-width:1400px;margin:0 auto;min-height:calc(100vh - 200px)}@media (max-width: 1024px){.detail-layout{grid-template-columns:1fr;gap:2rem}}.detail-rail{position:sticky;top:120px;display:grid;gap:1.5rem;align-content:start;height:fit-content}.detail-rail-progress{background:#fff;border-radius:1.25rem;padding:1.25rem 1.5rem;border:1px solid #e2e8f0;display:grid;gap:1rem;box-shadow:0 4px 16px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detail-rail-progress span{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}.detail-rail-track{position:relative;width:6px;height:160px;border-radius:999px;background:#e2e8f0;margin-left:2px}.detail-rail-fill{position:absolute;bottom:0;left:0;right:0;height:0%;border-radius:999px;background:linear-gradient(180deg,#ef4444,#f97316);transition:height .2s ease}.detail-rail-nav{display:grid;gap:.6rem}.detail-nav-item{border:1.5px solid transparent;background:#fff;color:#334155;padding:.75rem 1.25rem;border-radius:.75rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-align:left;width:100%;position:relative;box-shadow:0 1px 3px #0000000d}.detail-nav-item:hover{border-color:#cbd5e1;background:#f8fafc;transform:translate(3px);box-shadow:0 2px 8px #00000014}.detail-nav-item.active{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-color:#ef4444;box-shadow:0 4px 12px #ef444440}.detail-nav-item.active:hover{transform:translate(3px);box-shadow:0 6px 16px #ef444459}.school-hero{background:linear-gradient(135deg,#fff,#f8faff);border-bottom:1px solid #e2e8f0;margin-top:-2.5rem;margin-left:calc(-1.5rem + -0px);margin-right:calc(-1.5rem + -0px);padding:3rem 1.5rem;scroll-margin-top:120px;width:100%;box-sizing:border-box}.detail-section,.detail-section[data-section]{scroll-margin-top:120px}.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}.hero-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.badge{padding:.35rem .9rem;border-radius:999px;background:#1f2937;color:#fff;font-size:.8rem;letter-spacing:.01em}.badge-muted{background:#e2e8f0;color:#1f2937}.badge-verified{background:#10b981;color:#fff}.hero-content h1{font-size:2.75rem;font-weight:800;margin-bottom:.75rem;color:#0f172a;letter-spacing:-.03em;line-height:1.2}.hero-location{font-weight:600;color:#475569;margin-bottom:1rem}.hero-tagline{color:#334155;line-height:1.7;margin-bottom:1.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.compare-message{font-size:.85rem;color:#10b981;font-weight:500;padding:.5rem 1rem;background:#d1fae5;border-radius:.5rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:999px;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.btn.primary{background:#ef4444;color:#fff;border-color:#ef4444;box-shadow:0 2px 8px #ef444433}.btn.primary:hover{background:#dc2626;border-color:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.btn.ghost{background:#fff;color:#0f172a;border-color:#cbd5f5}.btn.ghost:hover{border-color:#94a3b8;color:#1e293b}.btn:disabled{opacity:.6;cursor:not-allowed}.hero-panel{display:grid;gap:1.5rem}.hero-image{width:100%;border-radius:1.5rem;overflow:hidden;box-shadow:0 18px 40px #0f172a26}.hero-image img{width:100%;height:260px;object-fit:cover;display:block}.hero-image-placeholder{width:100%;height:260px;background:linear-gradient(135deg,#e2e8f0,#f8fafc);display:flex;align-items:center;justify-content:center;border-radius:1.5rem}.hero-placeholder-content{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#f97316);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;font-weight:700;box-shadow:0 8px 24px #ef44444d}.hero-card{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 12px 24px #0f172a14}.hero-card-row{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid #f1f5f9;font-size:.95rem}.hero-card-row:last-child{border-bottom:none}.hero-card-row span{color:#64748b}.hero-card-row strong{color:#0f172a}.school-highlights{padding:2rem 0;background:#fff;border-bottom:1px solid #e2e8f0}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.highlight-card{background:#f8fafc;border-radius:1rem;padding:1.2rem;border:1px solid #e2e8f0}.highlight-label{color:#64748b;margin-bottom:.4rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.highlight-card strong{font-size:1rem;color:#0f172a}.school-body{padding-top:3rem}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem}.detail-section-group{display:grid;gap:2.5rem}.detail-section{margin-bottom:3rem;scroll-margin-top:140px}.section-heading{margin-bottom:1.5rem}.section-heading h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.02em}.section-heading p{color:#64748b;font-size:1rem;line-height:1.6}.section-card{margin-top:1.5rem;background:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 4px 16px #0f172a0f;border:1px solid #f1f5f9;transition:box-shadow .2s ease}.section-card:hover{box-shadow:0 8px 24px #0f172a1a}.section-card p{line-height:1.8;color:#334155}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.grid-three{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem}.gallery-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.gallery-item{border-radius:1rem;overflow:hidden;background:#fff;border:1px solid #e2e8f0;display:grid;gap:.6rem}.gallery-item img{width:100%;height:220px;object-fit:cover;display:block}.gallery-item video{width:100%;height:220px;object-fit:cover;display:block}.gallery-item.featured{grid-column:span 2}.gallery-item.featured img{height:260px}.gallery-caption{padding:0 .8rem .8rem;color:#475569;font-size:.9rem}.meta-label{color:#64748b;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem}.meta-value{color:#0f172a;font-weight:600}.fees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.fee-item{background:#fff;padding:1rem 1.2rem;border-radius:.9rem;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.5rem}.fee-item span{color:#64748b}.fee-item strong{color:#0f172a}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.amenity-chip{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:.75rem;border:1.5px solid #e2e8f0;color:#1e293b;font-size:.95rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}.amenity-chip:hover{border-color:#cbd5e1;background:linear-gradient(135deg,#fff,#f1f5f9);box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.amenity-chip .amenity-emoji{font-size:1.25rem;line-height:1;flex-shrink:0}.admission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.2rem}.admission-item{padding:1rem 1.2rem;background:#fff;border-radius:1rem;border:1px solid #e2e8f0}.admission-item span{color:#64748b;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.admission-item strong{display:block;margin-top:.4rem;color:#0f172a}.rating-card{margin-top:1.2rem;padding:1.6rem;background:#fff;border-radius:1.4rem;box-shadow:0 12px 28px #0f172a14}.rating-grid{display:grid;gap:1rem}.rating-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-weight:600;color:#0f172a}.star-rating{display:flex;gap:.4rem}.star-btn{width:28px;height:28px;padding:0;border:none;background:transparent;cursor:pointer}.star-btn svg{width:100%;height:100%;fill:none;stroke:#cbd5f5;stroke-width:1.5}.star-btn.active svg{fill:#fbbf24;stroke:#f59e0b}.rating-summary{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.rating-score{font-size:1.6rem;font-weight:700;color:#0f172a}.rating-note{margin-top:.8rem;color:#64748b}.faq-list{display:grid;gap:.8rem;margin-top:1.2rem}.faq-item{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem 1.2rem;text-align:left}.faq-question{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#0f172a}.faq-answer{margin-top:.8rem;color:#475569;line-height:1.7}.faq-toggle{font-size:1.3rem;color:#94a3b8}.update-card{margin-top:1.2rem;background:#fff;border-radius:1.2rem;padding:1.4rem;display:grid;gap:1rem;border:1px solid #e2e8f0}.update-card textarea{width:100%;border-radius:.8rem;border:1px solid #e2e8f0;padding:.75rem;resize:vertical}.reviews-list{margin-top:1.2rem;display:grid;gap:1rem}.review-card{background:#fff;border-radius:1rem;padding:1.2rem;border:1px solid #e2e8f0}.review-header{display:flex;justify-content:space-between;margin-bottom:.8rem;font-weight:600;color:#0f172a}.review-rating{color:#f59e0b}.review-date{display:block;margin-top:.6rem;color:#94a3b8;font-size:.85rem}#claim{margin-bottom:4rem;scroll-margin-top:120px}.claim-card{background:#1f2937;color:#fff;border-radius:1.2rem;padding:1.6rem;display:grid;gap:1rem}.claim-card h3{font-size:1.4rem}.claim-card p{color:#e2e8f0}.aside-card{background:#fff;border-radius:1.2rem;padding:1.4rem;border:1px solid #e2e8f0;box-shadow:0 10px 22px #0f172a0d;width:100%;box-sizing:border-box;overflow:hidden}.aside-card h3{margin-bottom:.8rem;font-size:1.1rem;color:#0f172a}.contact-list{display:grid;gap:.6rem;color:#475569}.contact-list a{color:#ef4444;font-weight:600}.poll-card p{color:#475569;margin-bottom:1rem}.poll-options{display:grid;gap:.6rem;margin-bottom:1rem}.poll-option{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;border-radius:.8rem;border:1px solid #e2e8f0;cursor:pointer}.poll-option input{accent-color:#ef4444}.poll-option.selected{border-color:#ef4444;background:#fff5f5}.poll-note{margin-top:.8rem;color:#64748b;font-size:.9rem}.aside-list{list-style:none;padding:0;margin:0;display:grid;gap:.6rem;color:#475569}.admissions-classes{margin-top:1.5rem}.classes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.class-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.class-status{font-size:.75rem;padding:.2rem .6rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.class-status.open{background:#dcfce7;color:#166534}.class-status.closed{background:#fee2e2;color:#991b1b}.note-card{margin-top:1rem}.admissions-form{margin-top:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0}.admissions-form form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.admissions-form input,.admissions-form textarea{width:100%;border-radius:10px;border:1px solid #e2e8f0;padding:.7rem .9rem;font-size:.95rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.document-upload{border:1px dashed #cbd5f5;border-radius:14px;padding:.8rem;background:#fff}.submission-note{color:#166534;font-weight:500}.teacher-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.teacher-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1rem;display:flex;gap:1rem;align-items:center}.teacher-avatar{width:64px;height:64px;border-radius:14px;background:#e0e7ff;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:1.5rem;font-weight:600;color:#4338ca}.teacher-info h3{margin:0 0 .25rem;font-size:1rem}.teacher-info p{margin:0;color:#475569;font-size:.85rem}.teacher-info span{display:inline-block;margin-top:.4rem;font-size:.75rem;color:#1e293b}.updates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.update-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1rem}.update-header{display:flex;justify-content:space-between;color:#64748b;font-size:.8rem;margin-bottom:.5rem}.update-type{text-transform:uppercase;font-weight:600;color:#2563eb}.update-classes{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.update-classes span{background:#eef2ff;color:#3730a3;padding:.2rem .5rem;border-radius:999px;font-size:.75rem}.forum-list{display:grid;gap:1rem}.forum-card{border:1px solid #e2e8f0;border-radius:16px;padding:1rem;background:#fff}.forum-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#64748b;margin-bottom:.5rem}.notice-grid{margin-top:1.2rem;display:grid;gap:1rem}.notice-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1.2rem;display:grid;gap:.75rem}.notice-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#64748b}.notice-type{text-transform:uppercase;font-weight:600;color:#ef4444}.notice-author{font-size:.9rem;color:#475569}.notice-text{color:#0f172a;line-height:1.7}.notice-media{width:100%;border-radius:12px}.notice-count{margin-left:.75rem;font-size:.85rem;color:#ef4444;font-weight:600}.empty-state{background:#f8fafc;border:1px dashed #cbd5f5;color:#475569}.results-wrapper{display:grid;gap:1rem;margin-top:1rem}.results-years{display:flex;flex-wrap:wrap;gap:.6rem}.year-chip{padding:.45rem .85rem;border-radius:999px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-weight:600;color:#0f172a}.year-chip.active{background:#ef4444;border-color:#ef4444;color:#fff}.results-classes{display:grid;gap:1rem}.result-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.2rem;box-shadow:0 8px 20px #0f172a0a;display:grid;gap:.9rem}.result-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.result-stats{display:flex;gap:.75rem;flex-wrap:wrap;color:#475569}.result-summary{color:#334155;line-height:1.6}.toppers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem}.topper-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.9rem;padding:.9rem;display:grid;gap:.2rem}.topper-rank{color:#ef4444;font-weight:700;margin:0}.topper-class,.topper-score,.topper-year{color:#475569;font-size:.9rem}.alumni-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.alumni-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1.2rem;display:grid;gap:.5rem}.alumni-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.alumni-header h3{font-size:1rem;color:#0f172a}.alumni-badge{background:#eef2ff;color:#3730a3;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.alumni-years{font-weight:600;color:#0f172a}.alumni-role,.alumni-city{color:#475569;font-size:.9rem}.alumni-card a{color:#ef4444;font-weight:600;font-size:.85rem}.alumni-claim{margin-top:1.8rem;background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:1.6rem;display:grid;gap:1rem}.alumni-claim h3{font-size:1.2rem;color:#0f172a}.alumni-form{display:grid;gap:1rem}.alumni-form input,.alumni-form select,.alumni-form textarea{width:100%;border-radius:10px;border:1px solid #e2e8f0;padding:.7rem .9rem;font-size:.95rem}.alumni-message{margin-top:1.2rem;display:grid;gap:.8rem}.alumni-message h4{font-size:1rem;color:#0f172a}.form-error{color:#b91c1c;font-weight:600}@media (max-width: 1024px){.detail-layout{grid-template-columns:1fr}.detail-rail{position:static}.detail-rail-track{height:120px}}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-image img{height:220px}.hero-actions{flex-direction:column;align-items:stretch}.rating-row{flex-direction:column;align-items:flex-start}.gallery-grid{grid-template-columns:1fr}.gallery-item.featured{grid-column:auto}.detail-nav-item{font-size:.8rem}}.similar-schools-section{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:0;margin-bottom:0;padding:4rem 0;overflow:visible;background:#f7f8fb;clear:both;z-index:1;box-sizing:border-box}.similar-schools-section+.similar-schools-section{border-top:1px solid #e2e8f0}.similar-schools-section .section-heading{max-width:1400px;margin:0 auto 2rem;padding-left:1.5rem;padding-right:1.5rem}.similar-schools-section .section-heading h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.3}.similar-schools-section .section-heading p{font-size:1rem;color:#64748b;margin:0}.schools-carousel-container{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;overflow:visible;background:transparent;display:flex;align-items:center;justify-content:center}.schools-scroll-container{overflow-x:auto;overflow-y:visible;padding:1.5rem 0 2rem;margin:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;position:relative}.schools-scroll-container::-webkit-scrollbar{display:none}.schools-scroll-wrapper{display:flex;gap:1.5rem;padding:0;width:max-content;justify-content:flex-start;align-items:flex-start;margin:0}.school-card-wrapper{flex:0 0 auto;width:320px;min-width:320px;max-width:320px;display:flex;flex-direction:column}.school-card-wrapper .school-card{width:100%;height:auto;margin:0;display:flex;flex-direction:column;min-height:0;box-sizing:border-box;flex-shrink:0;overflow:visible}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:30;width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;box-shadow:0 4px 16px #0003;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#475569;padding:0;margin:0}.carousel-nav-btn:hover{background:#f8fafc;border-color:#3b82f6;box-shadow:0 6px 20px #3b82f64d;transform:translateY(-50%) scale(1.1);color:#3b82f6}.carousel-nav-btn:active{transform:translateY(-50%) scale(.95)}.carousel-nav-btn:disabled{opacity:.3;cursor:not-allowed}.carousel-nav-left{left:.5rem;transform:translateY(-50%)}.carousel-nav-right{right:.5rem;transform:translateY(-50%)}@media (max-width: 1400px){.schools-carousel-container{max-width:100%;padding-left:3.5rem;padding-right:3.5rem}.carousel-nav-left{left:0;transform:translate(-50%) translateY(-50%)}.carousel-nav-right{right:0;transform:translate(50%) translateY(-50%)}}@media (max-width: 1200px){.schools-carousel-container{padding-left:3rem;padding-right:3rem}.schools-scroll-wrapper{gap:1.25rem}.carousel-nav-btn{width:44px;height:44px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #00000040}.school-card-wrapper{width:300px;min-width:300px;max-width:300px}}@media (max-width: 768px){.similar-schools-section{margin:2rem 0;padding:2rem 0}.schools-carousel-container{padding-left:2.5rem;padding-right:2.5rem}.school-card-wrapper{width:280px;min-width:280px;max-width:280px}.schools-scroll-wrapper{gap:1rem}.carousel-nav-btn{width:40px;height:40px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #00000040}.carousel-nav-left{left:0;transform:translate(-50%) translateY(-50%)}.carousel-nav-right{right:0;transform:translate(50%) translateY(-50%)}.similar-schools-section .section-heading{padding-left:1rem;padding-right:1rem;margin-bottom:1.5rem}.similar-schools-section .section-heading h2{font-size:1.5rem}}.disclaimer-card{background-color:#fff3cd;border:1px solid #ffc107;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.disclaimer-card p{margin:0;font-weight:500;color:#856404}.address-details{margin-bottom:1.5rem}.address-details h3{margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.address-details p{margin-bottom:.5rem;font-size:1rem;line-height:1.6}.poll-section{margin:3rem 0}.poll-card-main{background:linear-gradient(135deg,#f0fdfa,#e6fffa);border:1px solid #20B2AA;padding:2.5rem;position:relative;overflow:hidden}.poll-card-main:before{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 50 Q25 30 50 50 T100 50 L100 100 L0 100 Z' fill='%2320B2AA' opacity='0.15'/%3E%3C/svg%3E") repeat-x;background-size:200px 100px;opacity:.3}.poll-content{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:center;position:relative;z-index:1}.poll-question-section h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;line-height:1.4}.poll-question-section .poll-options{display:grid;gap:.75rem;margin-bottom:1.5rem}.poll-question-section .poll-option{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;border-radius:.75rem;border:2px solid #B2DFDB;background:#fff;cursor:pointer;transition:all .2s ease}.poll-question-section .poll-option:hover:not(.has-results){border-color:var(--brand-teal);background:#f0fdfa}.poll-question-section .poll-option input{accent-color:var(--brand-teal);width:18px;height:18px;cursor:pointer}.poll-question-section .poll-option.selected{border-color:var(--brand-teal);background:#e6fffa;box-shadow:0 2px 8px #20b2aa33}.poll-option-content{display:flex;align-items:center;gap:.75rem;width:100%}.poll-option-text{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:1rem;font-weight:500;color:#1e293b}.poll-option-label{flex:1}.poll-percentage{font-size:.9rem;font-weight:600;color:var(--brand-teal);margin-left:1rem}.poll-bar-container{width:100%;height:6px;background:#e0f2f1;border-radius:999px;overflow:hidden;margin-top:.5rem}.poll-bar{height:100%;background:linear-gradient(90deg,var(--brand-teal) 0%,var(--brand-teal-dark) 100%);border-radius:999px;transition:width .5s ease}.poll-question-section .poll-option.has-results{cursor:default;padding-bottom:1.25rem}.poll-question-section .poll-note{margin-top:1rem;color:#16a34a;font-size:.95rem;font-weight:500}.poll-visual{display:flex;align-items:center;justify-content:center;padding:2rem}.poll-stats{text-align:center}.poll-number{font-size:4rem;font-weight:700;color:var(--brand-teal);line-height:1;margin-bottom:.75rem}.poll-stats-text{font-size:1rem;color:#475569;line-height:1.5;font-weight:500}@media (max-width: 1024px){.poll-content{grid-template-columns:1fr;gap:2rem}.poll-visual{padding:1.5rem}.poll-number{font-size:3rem}}.btn.ghost.active{background:#fef2f2;border-color:#ef4444;color:#ef4444}.btn.ghost.active:hover{background:#fee2e2;border-color:#dc2626;color:#dc2626}.contact-details-section{margin:1.5rem 0;padding:1.5rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.contact-details-heading{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.contact-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.contact-detail-item{display:flex;align-items:center;gap:.5rem}.contact-label{font-weight:500;color:#64748b;font-size:.95rem;min-width:80px}.contact-value{color:#0f172a;font-size:.95rem;text-decoration:none;transition:color .2s ease}.contact-value:hover{color:var(--primary-color);text-decoration:underline}.location-page .location-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.location-page .location-header h1{font-size:2rem;margin-bottom:.5rem}.location-page .location-count{font-weight:600;color:var(--text-light)}.area-section{margin-bottom:2.5rem}.area-section h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.area-section-description{color:#64748b;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.area-grid{display:flex;flex-wrap:wrap;gap:.75rem}.area-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:var(--text-color);font-size:.9rem;transition:all .2s ease}.area-chip .area-count{color:#64748b;font-size:.85rem;font-weight:500}.area-chip:hover{border-color:var(--primary-color);color:var(--primary-color)}@media (max-width: 768px){.location-page .location-header{flex-direction:column;align-items:flex-start}}.search-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-modal{background:#fff;border-radius:1rem;width:100%;max-width:700px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; z-index: 1000; padding: 1rem; backdrop-filter: blur(4px); } .search-modal{background:#fff;border-radius:1rem;width:100%;max-width:700px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}.search-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color)}.search-modal-header h2{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0}.close-btn{width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-light);color:var(--text-color);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn:hover{background:var(--border-color);transform:rotate(90deg)}.search-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.search-input-wrapper{position:relative;margin-bottom:1.5rem}.search-input{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid var(--border-color);border-radius:.75rem;font-size:1rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:var(--brand-yellow)}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem}.search-placeholder,.search-loading,.search-no-results{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.search-results{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid var(--border-color);border-radius:.75rem;cursor:pointer;transition:all .2s;background:#fff}.search-result-item:hover{border-color:var(--brand-yellow);background:#fffbf0;transform:translate(4px)}.result-item-content{display:flex;gap:1rem;align-items:center;flex:1}.result-item-image{width:60px;height:60px;object-fit:cover;border-radius:.5rem}.result-item-info{flex:1}.result-item-info h3{font-size:1rem;font-weight:600;color:var(--text-color);margin:0 0 .25rem}.result-location{font-size:.85rem;color:var(--text-muted);margin:0 0 .5rem}.result-meta{display:flex;gap:.75rem;flex-wrap:wrap}.result-curriculum,.result-type{font-size:.8rem;padding:.25rem .75rem;background:var(--bg-light);border-radius:999px;color:var(--text-color)}.add-btn{padding:.5rem 1.25rem;background:var(--brand-yellow);color:var(--text-color);border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.add-btn:hover{background:var(--brand-yellow-dark);transform:scale(1.05)}@media (max-width: 768px){.search-modal{max-height:90vh}.result-item-content{flex-direction:column;align-items:flex-start}.result-item-image{width:100%;height:120px}}.comparison-table-container{margin-top:3rem}.comparison-section-title{font-size:1.75rem;font-weight:600;color:var(--text-color);margin-bottom:1.5rem}margin-top: 3rem; } .comparison-section-title{font-size:1.75rem;font-weight:600;color:var(--text-color);margin-bottom:1.5rem}.comparison-table-wrapper{overflow-x:auto;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000001a;padding:1rem}.comparison-table{width:100%;border-collapse:collapse;min-width:800px}.comparison-table thead{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.comparison-table th{padding:1.25rem;text-align:left;font-weight:600;color:var(--text-color);border-bottom:2px solid var(--border-color)}.comparison-feature-col{width:200px;min-width:200px;position:sticky;left:0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);z-index:10}.comparison-school-col{min-width:220px;vertical-align:top}.school-header{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.school-header-image{width:80px;height:80px;object-fit:cover;border-radius:.5rem;border:2px solid var(--border-color)}.school-header-info h3{font-size:1rem;font-weight:600;color:var(--text-color);margin:0;line-height:1.3}.school-header-info p{font-size:.85rem;color:var(--text-muted);margin:.25rem 0 0}.comparison-table tbody tr{border-bottom:1px solid var(--border-color);transition:background-color .2s}.comparison-table tbody tr:hover{background-color:#f8fafc}.comparison-table tbody tr.highlight-row{background-color:#fffbf0}.comparison-table tbody tr.highlight-row:hover{background-color:#fff9e6}.comparison-table td{padding:1rem 1.25rem;vertical-align:top}.feature-label{font-weight:600;color:var(--text-color);position:sticky;left:0;background:#fff;z-index:5}.comparison-table tbody tr.highlight-row .feature-label{background-color:#fffbf0}.comparison-table tbody tr:hover .feature-label{background-color:#f8fafc}.feature-value{color:var(--text-color);font-size:.95rem;line-height:1.6}.rating-display{display:flex;align-items:center;gap:.5rem}.rating-value{font-weight:600;font-size:1.1rem;color:var(--brand-yellow)}.rating-stars{font-size:1rem}.amenities-list{display:flex;flex-wrap:wrap;gap:.5rem}.amenity-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:var(--bg-light);border-radius:999px;font-size:.85rem;color:var(--text-color)}.amenity-emoji{font-size:1rem;line-height:1}.amenity-more{color:var(--text-muted);font-size:.85rem;font-style:italic}.contact-info{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem}.contact-info a{color:var(--brand-yellow);text-decoration:none}.contact-info a:hover{text-decoration:underline}@media (max-width: 1024px){.comparison-table-wrapper{padding:.5rem}.comparison-table{font-size:.9rem}.comparison-table th,.comparison-table td{padding:.75rem}.school-header-image{width:60px;height:60px}}.comparison-highlights{margin-bottom:3rem}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}margin-bottom: 3rem; } .highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.highlight-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #0000001a;display:flex;gap:1rem;transition:all .3s ease;border:2px solid transparent}.highlight-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026;border-color:var(--brand-yellow)}.highlight-icon{font-size:2.5rem;flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fffbf0,#fff9e6);border-radius:.75rem}.highlight-content{flex:1}.highlight-content h3{font-size:1.1rem;font-weight:600;color:var(--text-color);margin:0 0 .5rem}.highlight-description{font-size:.95rem;color:var(--text-color);margin:0 0 .5rem;line-height:1.5}.highlight-detail{font-size:.85rem;color:var(--text-muted);margin:0;line-height:1.4}@media (max-width: 768px){.highlights-grid{grid-template-columns:1fr}.highlight-card{flex-direction:column;text-align:center}.highlight-icon{margin:0 auto}}.compare-page{min-height:calc(100vh - 200px);padding:3rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.compare-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}padding: 3rem 1rem; background: linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%); } .compare-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.compare-header h1{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.subtitle{color:var(--text-muted);font-size:1.1rem}.compare-empty-state{display:flex;justify-content:center;align-items:center;min-height:400px;padding:3rem}.empty-state-content{text-align:center;max-width:500px}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state-content h2{font-size:1.75rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem}.empty-state-content p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem}.compare-schools-list{margin-bottom:3rem}.schools-droppable{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth}.school-card-compare{position:relative;min-width:200px;max-width:250px;background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;border:2px solid transparent}.school-card-compare.dragging{opacity:.5;transform:rotate(2deg);box-shadow:0 8px 24px #0003}.school-card-compare:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.drag-handle{position:absolute;top:.5rem;right:.5rem;cursor:grab;color:var(--text-muted);font-size:1.2rem;padding:.25rem;opacity:.5;transition:opacity .2s}.drag-handle:active{cursor:grabbing}.school-card-compare:hover .drag-handle{opacity:1}.school-card-compare-content{display:flex;flex-direction:column;gap:.75rem}.school-card-compare-image{width:100%;height:120px;object-fit:cover;border-radius:.5rem;margin-bottom:.5rem}.school-card-compare h3{font-size:1.1rem;font-weight:600;color:var(--text-color);margin:0;line-height:1.3}.school-location{font-size:.9rem;color:var(--text-muted);margin:0}.view-details-link{font-size:.85rem;color:var(--brand-yellow);text-decoration:none;font-weight:600;margin-top:.5rem;transition:color .2s}.view-details-link:hover{color:var(--brand-yellow-dark);text-decoration:underline}.remove-school-btn{position:absolute;top:.5rem;left:.5rem;width:28px;height:28px;border-radius:50%;background:#dc2626e6;color:#fff;border:none;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;opacity:0}.school-card-compare:hover .remove-school-btn{opacity:1}.remove-school-btn:hover{background:#dc2626;transform:scale(1.1)}.add-school-card{min-width:200px;max-width:250px;background:#fff;border:2px dashed var(--border-color);border-radius:1rem;padding:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.add-school-card:hover{border-color:var(--brand-yellow);background:#fffbf0;transform:translateY(-4px)}.add-school-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-weight:600}.add-icon{font-size:2rem;color:var(--brand-yellow)}@media (max-width: 768px){.compare-header{flex-direction:column;align-items:stretch}.compare-header h1{font-size:2rem}.schools-droppable{gap:1rem}.school-card-compare,.add-school-card{min-width:180px;max-width:200px}}.claim-form{max-width:800px;margin:0 auto;background:#fff;padding:2rem;border-radius:.5rem;box-shadow:var(--shadow)}.form-progress{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.step-label{font-size:.875rem;color:var(--text-light);text-align:center}.step-description{color:var(--text-light);margin-bottom:2rem;line-height:1.6}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color)}.form-group.read-only input{background:var(--bg-light);color:var(--text-light)}.form-group.read-only small{display:block;margin-top:.5rem;color:var(--text-light)}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;margin-top:.25rem;cursor:pointer}.document-uploads{display:flex;flex-direction:column;gap:2rem}.document-item{padding:1.5rem;background:var(--bg-light);border-radius:.5rem}.document-item label{font-weight:600;margin-bottom:.5rem}.document-hint{font-size:.875rem;color:var(--text-light);margin-bottom:1rem}.verification-note{background:#fef3c7;border:1px solid #fbbf24;border-radius:.5rem;padding:1rem;margin-top:1.5rem}.verification-note p{margin:0;color:var(--text-color);line-height:1.6}.review-section{margin-bottom:2rem;padding:1.5rem;background:var(--bg-light);border-radius:.5rem}.review-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.review-item{padding:.75rem 0;border-bottom:1px solid var(--border-color)}.review-item:last-child{border-bottom:none}.review-item strong{margin-right:.5rem;color:var(--text-light)}@media (max-width: 768px){.claim-form{padding:1.5rem}.form-progress{flex-wrap:wrap;gap:1rem}.step-label{font-size:.75rem}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.claim-school-page{padding:2rem 0;min-height:calc(100vh - 70px)}.claim-school-header{text-align:center;margin-bottom:3rem}.claim-school-header h1{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem}.school-preview{background:var(--bg-light);padding:1.5rem;border-radius:.5rem;max-width:600px;margin:0 auto}.school-preview h2{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem}.school-preview p{color:var(--text-light);margin-bottom:.25rem}.claim-progress{max-width:800px;margin:2rem auto 0;background:var(--bg-light);padding:1rem 1.5rem;border-radius:.5rem}.progress-label{font-size:.9rem;color:var(--text-color);margin-bottom:.5rem}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress-bar span{display:block;height:100%;background:var(--primary-color);transition:width .2s ease}@media (max-width: 768px){.claim-school-header h1{font-size:2rem}}.add-school-form{max-width:900px;margin:0 auto;background:#fff;padding:2rem;border-radius:.5rem;box-shadow:var(--shadow)}.form-progress{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative;overflow-x:auto}.form-progress:before{content:"";position:absolute;top:20px;left:0;right:0;height:2px;background:var(--border-color);z-index:0}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;min-width:80px}.step-number{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--text-light);margin-bottom:.5rem}.progress-step.active .step-number{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.step-label{font-size:.75rem;color:var(--text-light);text-align:center}.progress-step.active .step-label{color:var(--text-color);font-weight:500}.form-step{min-height:400px}.form-step h2{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-color)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-color)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:border-color .2s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical}.error{display:block;color:#ef4444;font-size:.875rem;margin-top:.25rem}.form-hint{font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.verification-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:.75rem 1rem;border-radius:.75rem;margin-bottom:1rem;line-height:1.6}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.form-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.btn-primary,.btn-secondary{padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:var(--primary-color);color:#fff}.btn-secondary{background:#fff;color:var(--text-color);border:1px solid var(--border-color)}.success-banner,.error-banner{margin-top:1rem;padding:.85rem 1rem;border-radius:.75rem;font-weight:600}.success-banner{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0}.error-banner{background:#fef2f2;color:#991b1b;border:1px solid #fecdd3}@media (max-width: 768px){.add-school-form{padding:1.5rem}.form-progress{gap:.5rem}.step-label{font-size:.65rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.add-school-page{padding:2rem 0;min-height:calc(100vh - 70px)}.add-school-header{text-align:center;margin-bottom:3rem}.add-school-header h1{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.add-school-header p{color:var(--text-light);font-size:1.125rem;max-width:600px;margin:0 auto;line-height:1.6}.add-school-alert{margin:1.5rem auto 0;max-width:720px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:1rem 1.25rem;border-radius:.75rem;line-height:1.6;text-align:left}@media (max-width: 768px){.add-school-header h1{font-size:2rem}}.claim-status-page{padding:2rem 0;min-height:calc(100vh - 70px)}.claim-status-header{text-align:center;margin-bottom:3rem}.claim-status-header h1{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.claim-status-header p{color:var(--text-light);font-size:1.125rem}.status-search-form{max-width:800px;margin:0 auto 3rem;background:#fff;padding:2rem;border-radius:.5rem;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:500;color:var(--text-color)}.form-group input{padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:var(--primary-color)}.btn-primary{width:100%;padding:.75rem 2rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.status-result{max-width:800px;margin:0 auto}.status-card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:var(--shadow)}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-weight:500}.status-pending{background:#fef3c7;color:#92400e}.status-approved{background:#d1fae5;color:#065f46}.status-rejected{background:#fee2e2;color:#991b1b}.status-docs{background:#dbeafe;color:#1e40af}.status-icon{font-size:1.25rem}.tracking-id{font-size:.875rem;color:var(--text-light)}.status-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.detail-item{padding:.75rem;background:var(--bg-light);border-radius:.5rem}.detail-item strong{display:block;margin-bottom:.25rem;color:var(--text-light);font-size:.875rem}.status-message{padding:1.5rem;border-radius:.5rem;margin-bottom:2rem}.status-message p{margin-bottom:.75rem;line-height:1.6}.status-message.success{background:#d1fae5;border:1px solid #10b981;color:#065f46}.status-message.error{background:#fee2e2;border:1px solid #ef4444;color:#991b1b}.status-message.warning{background:#fef3c7;border:1px solid #f59e0b;color:#92400e}.rejection-reason,.required-docs{margin-top:1rem;padding:1rem;background:#fff;border-radius:.5rem}.required-docs ul{margin-top:.5rem;padding-left:1.5rem}.btn-secondary{padding:.75rem 1.5rem;background:#fff;color:var(--text-color);border:1px solid var(--border-color);border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:var(--bg-light)}.status-timeline{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.status-timeline h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-color)}.timeline-items{display:flex;flex-direction:column;gap:1.5rem}.timeline-item{display:flex;gap:1.5rem;position:relative;padding-left:2rem}.timeline-item:before{content:"";position:absolute;left:0;top:0;bottom:-1.5rem;width:2px;background:var(--border-color)}.timeline-item:last-child:before{bottom:0}.timeline-item:after{content:"";position:absolute;left:-4px;top:4px;width:10px;height:10px;border-radius:50%;background:var(--primary-color)}.timeline-date{min-width:120px;font-size:.875rem;color:var(--text-light);font-weight:500}.timeline-content{flex:1}.timeline-content strong{display:block;margin-bottom:.25rem;color:var(--text-color)}.timeline-content p{color:var(--text-light);font-size:.875rem;margin:0}.no-status{text-align:center;padding:3rem;color:var(--text-light)}@media (max-width: 768px){.claim-status-header h1{font-size:2rem}.form-row{grid-template-columns:1fr}.status-header{flex-direction:column;align-items:flex-start;gap:1rem}.status-details{grid-template-columns:1fr}.timeline-item{flex-direction:column;padding-left:1.5rem}.timeline-date{min-width:auto}}.about-page{padding:2rem 0;min-height:calc(100vh - 70px)}.about-page h1{margin-bottom:2rem}.contact-page{padding:2rem 0;min-height:calc(100vh - 70px)}.contact-page h1{margin-bottom:2rem}.jobs-page{padding:2rem 0 3rem;background:#f8fafc}.jobs-hero{display:grid;gap:1rem;margin-bottom:1.5rem}.jobs-search{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.jobs-search input,.jobs-search select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.75rem}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.job-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;display:grid;gap:.75rem;box-shadow:0 10px 20px #0f172a0d}.job-card-top{display:flex;justify-content:space-between;gap:1rem}.job-card-top img{width:64px;height:64px;border-radius:.75rem;object-fit:cover}.job-school{font-weight:600;color:#475569;margin:0}.job-location{color:#64748b;margin:.15rem 0 .35rem}.job-meta{display:flex;flex-wrap:wrap;gap:.5rem;color:#475569}.jobs-empty,.jobs-loading{padding:1rem;color:#475569}.job-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.job-modal-content{background:#fff;max-width:900px;width:100%;border-radius:1rem;padding:1.25rem;position:relative;max-height:90vh;overflow-y:auto;display:grid;gap:1rem}.close-btn{position:absolute;top:12px;right:12px;border:none;background:#e2e8f0;border-radius:50%;width:32px;height:32px;cursor:pointer}.job-detail-meta{display:flex;gap:.6rem;flex-wrap:wrap;color:#475569}.job-description{color:#334155;line-height:1.6}.apply-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;display:grid;gap:.75rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.form-grid input,.form-grid select,.apply-form textarea{width:100%;padding:.65rem;border:1px solid #e2e8f0;border-radius:.7rem}.apply-form textarea{resize:vertical}.upload-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.upload-label input{display:block}.file-name{color:#0f172a}.success-text{color:#166534;font-weight:600}.error-text{color:#b91c1c;font-weight:600}@media (max-width: 768px){.job-card-top{flex-direction:column}}.auth-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:2rem 1rem}.auth-card{background:#fff;padding:1.75rem;border-radius:1rem;box-shadow:0 10px 30px #0f172a14;max-width:420px;width:100%;display:grid;gap:1rem}.auth-form{display:grid;gap:.8rem}.auth-form input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.75rem}.auth-error{color:#b91c1c;font-weight:600}.auth-switch{color:#475569;margin:0}.select-profile-type-page{min-height:calc(100vh - 200px);padding:3rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.select-profile-type-card{max-width:900px;margin:0 auto;background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 10px 40px #0000001a}min-height: calc(100vh - 200px) ; padding: 3rem 1rem; background: linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%); } .select-profile-type-card{max-width:900px;margin:0 auto;background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 10px 40px #0000001a}.select-profile-type-card h1{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem;text-align:center}.profile-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.profile-type-card{position:relative;border:2px solid var(--border-color);border-radius:.75rem;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff}.profile-type-card:hover{border-color:var(--brand-yellow);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.profile-type-card.selected{border-color:var(--brand-yellow);background:linear-gradient(135deg,#fffbf0,#fff9e6)}.profile-type-card.primary{border-color:var(--brand-yellow);border-width:3px;background:linear-gradient(135deg,#fff9e6,#fff3cd);box-shadow:0 4px 16px #ffc10733}.profile-type-icon{font-size:3rem;margin-bottom:1rem}.profile-type-card h3{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem}.profile-type-card p{font-size:.9rem;color:var(--text-muted);line-height:1.5}.profile-type-badge{position:absolute;top:.75rem;right:.75rem;background:var(--brand-yellow);color:var(--text-color);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:999px}.primary-type-selector{margin:2rem 0;padding:1.5rem;background:var(--bg-light);border-radius:.75rem}.primary-type-selector label{display:block;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.primary-type-options{display:flex;gap:.75rem;flex-wrap:wrap}.actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.error-message{color:#dc2626;text-align:center;margin:1rem 0;padding:.75rem;background:#fee2e2;border-radius:.5rem}@media (max-width: 768px){.select-profile-type-card{padding:1.5rem}.profile-types-grid{grid-template-columns:1fr}.actions{flex-direction:column}.actions .btn{width:100%}}.profile-form{max-width:100%}max-width: 100%; } .form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--brand-yellow)}.form-group textarea{min-height:100px;resize:vertical}.children-section,.school-history-section,.courses-section{margin-top:2rem;padding:1.5rem;background:var(--bg-light);border-radius:.75rem}.children-section h3,.school-history-section h3,.courses-section h3{margin-bottom:1.5rem;color:var(--text-color)}.child-form,.school-form,.course-form{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:.5rem;border:1px solid var(--border-color)}.child-form h4,.school-form h4,.course-form h4{margin-bottom:1rem;color:var(--text-color)}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.add-button,.remove-button{padding:.5rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.add-button{background:var(--brand-yellow);color:var(--text-color)}.add-button:hover{background:var(--brand-yellow-dark)}.remove-button{background:#fee2e2;color:#dc2626}.remove-button:hover{background:#fecaca}.chip-input{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem;border:1px solid var(--border-color);border-radius:.5rem;min-height:50px}.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:var(--brand-yellow-light);border-radius:999px;font-size:.9rem}.chip button{background:none;border:none;cursor:pointer;color:var(--text-color);font-weight:700}.chip-input input{flex:1;border:none;outline:none;padding:.25rem}@media (max-width: 768px){.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.profile-setup-page{min-height:calc(100vh - 200px);padding:3rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.profile-setup-card{max-width:800px;margin:0 auto;background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 10px 40px #0000001a}min-height: calc(100vh - 200px) ; padding: 3rem 1rem; background: linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%); } .profile-setup-card{max-width:800px;margin:0 auto;background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 10px 40px #0000001a}.profile-setup-card h1{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem;text-align:center}.subtitle{text-align:center;color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}@media (max-width: 768px){.profile-setup-card{padding:1.5rem}}.verification-section{margin-top:2rem;padding:1.5rem;background:var(--bg-light);border-radius:.75rem}.verification-section h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}margin-top: 2rem; padding: 1.5rem; background: var(--bg-light); border-radius: .75rem; } .verification-section h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.verification-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.verification-items{display:flex;flex-direction:column;gap:1rem}.verification-item{padding:1rem;background:#fff;border-radius:.5rem;border:1px solid var(--border-color)}.verification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.verification-header strong{color:var(--text-color)}.verification-input{display:flex;gap:.75rem}.verification-input input{flex:1;padding:.5rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem}.verification-input input:focus{outline:none;border-color:var(--brand-yellow)}.btn.small{padding:.5rem 1rem;font-size:.9rem}@media (max-width: 768px){.verification-header{flex-direction:column;align-items:flex-start;gap:.75rem}.verification-input{flex-direction:column}.verification-input .btn{width:100%}}.profile-page{min-height:calc(100vh - 200px);padding:3rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}min-height: calc(100vh - 200px) ; padding: 3rem 1rem; background: linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%); } .profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.profile-header h1{font-size:2rem;font-weight:700;color:var(--text-color)}.profile-card{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 10px 40px #0000001a;text-align:center}.profile-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:600;color:var(--text-color);display:flex;align-items:center;gap:.75rem}.primary-badge{background:var(--brand-yellow);color:var(--text-color);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:999px}.verified-badge{display:inline-block;background:#10b981;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:999px;margin-left:.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.info-grid label{display:block;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.info-value{font-size:1rem;color:var(--text-color)}.profile-display{line-height:1.8}.profile-display p{margin-bottom:.75rem}.profile-display strong{color:var(--text-color);font-weight:600}.children-list,.school-history-list,.courses-list{margin-top:1.5rem}.children-list h3,.school-history-list h3,.courses-list h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-color)}.child-item,.school-item,.course-item{padding:1rem;background:var(--bg-light);border-radius:.5rem;margin-bottom:1rem}.edit-form-container{margin-top:1rem}.empty-profile{text-align:center;padding:2rem;color:var(--text-muted)}.info-message{padding:1rem;background:var(--bg-light);border-radius:.5rem;color:var(--text-muted);margin-bottom:1rem}.loading{text-align:center;padding:3rem;color:var(--text-muted)}@media (max-width: 768px){.profile-header,.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.info-grid{grid-template-columns:1fr}}.forum-rules{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;overflow:hidden}.forum-rules-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;cursor:pointer;transition:background .2s}background: #fff; border-radius: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,.1); margin-bottom: 2rem; overflow: hidden; } .forum-rules-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;cursor:pointer;transition:background .2s}.forum-rules-header:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.forum-rules-header h2{margin:0;font-size:1.5rem;font-weight:600}.expand-icon{font-size:1.5rem;font-weight:700;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%}.forum-rules-content{padding:2rem}.rules-intro{font-size:1.1rem;color:#334155;margin-bottom:2rem;line-height:1.6}.rules-list{display:flex;flex-direction:column;gap:1.5rem}.rule-item{padding:1.5rem;background:#f8fafc;border-radius:.75rem;border-left:4px solid #ef4444}.rule-item h3{margin:0 0 .75rem;font-size:1.2rem;font-weight:600;color:#1e293b}.rule-item p{margin:0 0 .5rem;color:#64748b;line-height:1.6}.rule-details{margin:.75rem 0 0;padding-left:1.5rem;color:#475569}.rule-details li{margin-bottom:.5rem;line-height:1.5}.rules-warning{margin-top:2rem;padding:1.25rem;background:#fff7ed;border:2px solid #f59e0b;border-radius:.75rem;color:#92400e}.rules-warning strong{color:#b45309}@media (max-width: 768px){.forum-rules-header{padding:1rem}.forum-rules-header h2{font-size:1.25rem}.forum-rules-content{padding:1.5rem}.rule-item{padding:1rem}}.topic-card{display:block;background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit}.topic-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}display: block; background: white; border-radius: 1rem; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,.1); transition: all .3s ease; text-decoration: none; color: inherit; } .topic-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.topic-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.topic-category-badge{display:inline-block;padding:.4rem .75rem;border-radius:999px;color:#fff;font-size:.85rem;font-weight:600}.topic-time{font-size:.85rem;color:#64748b}.topic-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .75rem;line-height:1.4}.topic-description{color:#64748b;line-height:1.6;margin:0 0 1rem}.topic-media-preview{margin-bottom:1rem}.media-count{font-size:.9rem;color:#3b82f6}.topic-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}.topic-stats{display:flex;gap:1.5rem}.stat-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#64748b}.stat-icon{font-size:1rem}.topic-author{font-size:.9rem;color:#64748b}@media (max-width: 768px){.topic-card{padding:1rem}.topic-card-footer{flex-direction:column;align-items:flex-start;gap:.75rem}.topic-stats{flex-wrap:wrap;gap:1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.create-topic-modal{background:#fff;border-radius:1rem;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease;overflow:hidden}position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; z-index: 1000; padding: 1rem; backdrop-filter: blur(4px); } .create-topic-modal{background:#fff;border-radius:1rem;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease;overflow:hidden}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1e293b}.close-btn{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn:hover{background:#e2e8f0;transform:rotate(90deg)}.create-topic-form{padding:1.5rem;overflow-y:auto;flex:1}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#334155}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ef4444}.form-group textarea{resize:vertical;font-family:inherit}.error-message{padding:1rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;color:#991b1b;margin-bottom:1rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn-ghost{background:#f1f5f9;color:#64748b}.btn-ghost:hover{background:#e2e8f0}@media (max-width: 768px){.create-topic-modal{max-height:95vh}.form-actions{flex-direction:column}.btn{width:100%}}.forum-page{min-height:calc(100vh - 200px);padding:3rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.forum-header{text-align:center;margin-bottom:3rem}min-height: calc(100vh - 200px) ; padding: 3rem 1rem; background: linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%); } .forum-header{text-align:center;margin-bottom:3rem}.forum-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.forum-subtitle{font-size:1.1rem;color:#64748b;max-width:700px;margin:0 auto}.forum-controls{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.forum-search-form{flex:1;min-width:300px;display:flex;gap:.75rem}.forum-search-input{flex:1;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;transition:border-color .2s}.forum-search-input:focus{outline:none;border-color:#ef4444}.forum-search-btn{padding:.875rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:background .2s}.forum-search-btn:hover{background:#dc2626}.forum-sort{display:flex;align-items:center;gap:.75rem}.forum-sort label{font-weight:600;color:#334155}.forum-sort-select{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;cursor:pointer;transition:border-color .2s}.forum-sort-select:focus{outline:none;border-color:#ef4444}.forum-topic-tags{margin-bottom:2rem}.forum-topic-tags h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.topic-tags-list{display:flex;flex-wrap:wrap;gap:.75rem}.topic-tag{padding:.5rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:999px;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.topic-tag:hover{border-color:#ef4444;color:#ef4444}.topic-tag.active{background:#ef4444;border-color:#ef4444;color:#fff}.forum-actions{margin-bottom:2rem}.create-topic-btn{padding:1rem 2rem;background:#ef4444;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #ef44444d}.create-topic-btn:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.forum-topics-list{display:flex;flex-direction:column}.loading,.empty-state{text-align:center;padding:3rem;color:#64748b;font-size:1.1rem}.load-more-container{text-align:center;margin-top:2rem}.load-more-btn{padding:.875rem 2rem;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.load-more-btn:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.load-more-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.forum-header h1{font-size:2rem}.forum-controls{flex-direction:column}.forum-search-form{min-width:100%}}.share-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.share-btn{padding:.625rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}display: flex; flex-wrap: wrap; gap: .75rem; } .share-btn{padding:.625rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.share-btn:hover{border-color:#ef4444;color:#ef4444;transform:translateY(-1px)}.comment-form{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.comment-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}background: white; border-radius: .75rem; padding: 1.5rem; margin-bottom: 2rem; box-shadow: 0 2px 8px rgba(0,0,0,.1); } .comment-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.comment-form-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#1e293b}.cancel-btn{padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:.5rem;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.cancel-btn:hover{background:#e2e8f0}.comment-form-body{display:flex;flex-direction:column;gap:1rem}.comment-textarea{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s}.comment-textarea:focus{outline:none;border-color:#ef4444}.comment-media-upload{margin-top:.5rem}.comment-error{padding:.875rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;color:#991b1b;font-size:.9rem}.comment-form-actions{display:flex;justify-content:flex-end}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:#ef4444;color:#fff}.btn-primary:hover:not(:disabled){background:#dc2626}.comment-list{display:flex;flex-direction:column;gap:1.5rem}.comment-item{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 2px 8px #0000000d}display: flex; flex-direction: column; gap: 1.5rem; } .comment-item{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 2px 8px #0000000d}.comment-reply{background:#f8fafc;border-left:3px solid #e2e8f0}.comment-header{margin-bottom:.75rem}.comment-author{display:flex;flex-direction:column;gap:.25rem}.comment-author strong{color:#1e293b;font-size:1rem}.comment-time{font-size:.85rem;color:#64748b}.comment-content{color:#334155;line-height:1.6;margin-bottom:1rem}.comment-content p{margin:0 0 .5rem}.comment-content p:last-child{margin-bottom:0}.comment-media{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.comment-media-item{max-width:300px;border-radius:.5rem;overflow:hidden}.comment-media-item img,.comment-media-item video{width:100%;height:auto;display:block}.comment-actions{display:flex;gap:1rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.comment-upvote-btn,.comment-reply-btn{padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:.5rem;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.comment-upvote-btn:hover:not(:disabled),.comment-reply-btn:hover{background:#e2e8f0;color:#334155}.comment-upvote-btn.upvoted{background:#dbeafe;color:#1e40af}.comment-upvote-btn:disabled{opacity:.6;cursor:not-allowed}.comment-reply-form{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.comment-replies{margin-top:1rem;padding-left:1rem;border-left:2px solid #e2e8f0}.comments-empty{text-align:center;padding:3rem;color:#64748b;background:#fff;border-radius:.75rem}@media (max-width: 768px){.comment-item{padding:1rem}.comment-reply{margin-left:.5rem!important}}.topic-detail-page{min-height:calc(100vh - 200px);padding:3rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:color .2s}min-height: calc(100vh - 200px) ; padding: 3rem 1rem; background: linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%); } .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:#ef4444}.topic-detail-header{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000001a}.topic-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.topic-category-badge{display:inline-block;padding:.5rem 1rem;border-radius:999px;color:#fff;font-size:.9rem;font-weight:600}.topic-time{font-size:.9rem;color:#64748b}.topic-detail-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 1rem;line-height:1.3}.topic-author-info{color:#64748b;font-size:.95rem}.topic-detail-content{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000001a}.topic-description{color:#334155;line-height:1.8;font-size:1.05rem;margin-bottom:2rem}.topic-description p{margin:0 0 1rem}.topic-description p:last-child{margin-bottom:0}.topic-media{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.topic-media h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.media-item{border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.media-item img,.media-item video{width:100%;height:auto;display:block}.topic-actions{display:flex;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid #e2e8f0;flex-wrap:wrap}.upvote-btn,.comment-btn{padding:.875rem 1.5rem;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:.75rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.upvote-btn:hover,.comment-btn:hover{border-color:#ef4444;color:#ef4444}.upvote-btn.upvoted{background:#dbeafe;border-color:#3b82f6;color:#1e40af}.comments-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px #0000001a}.comments-section h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.loading,.error-message{text-align:center;padding:3rem;color:#64748b}.error-message h2{color:#1e293b;margin-bottom:.5rem}.btn{display:inline-block;padding:.875rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:.75rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .2s}.btn-primary{background:#ef4444}.btn-primary:hover{background:#dc2626}@media (max-width: 768px){.topic-detail-title{font-size:1.5rem}.topic-actions{flex-direction:column;align-items:stretch}.upvote-btn,.comment-btn{width:100%;justify-content:center}}.alumni-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.alumni-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.alumni-hero{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:3rem 2rem;margin-bottom:2rem;color:#fff;box-shadow:0 10px 30px #0000001a}.alumni-hero-content{max-width:900px;margin:0 auto}.alumni-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.alumni-description{font-size:1.1rem;line-height:1.8}.description-intro{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.description-body{margin-bottom:1.2rem;opacity:.95}.description-closing{margin-top:1.5rem;font-weight:600;font-style:italic;text-align:center}.alumni-search-section{margin-bottom:2rem;margin-top:0;padding-top:0}.alumni-list-section{margin-top:2rem}.alumni-results-header{margin-bottom:1.5rem}.results-count{font-size:1rem;color:#666;font-weight:500}.alumni-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.alumni-loading{text-align:center;padding:4rem 2rem}.alumni-error{text-align:center;padding:4rem 2rem;color:#dc3545}.retry-button{margin-top:1rem;padding:.75rem 2rem;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .3s}.retry-button:hover{background:#5568d3}.alumni-empty{text-align:center;padding:4rem 2rem;color:#666}.clear-filters-button{margin-top:1rem;padding:.75rem 2rem;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .3s}.clear-filters-button:hover{background:#5568d3}.alumni-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:2rem 0}@media (max-width: 768px){.alumni-title{font-size:2rem}.alumni-hero{padding:2rem 1.5rem}.description-intro{font-size:1.1rem}.description-body{font-size:1rem}.alumni-grid{grid-template-columns:1fr}.alumni-pagination{flex-direction:column;gap:.5rem}}.alumni-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;height:100%}.alumni-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}background: white; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,.1); transition: transform .3s,box-shadow .3s; display: flex; flex-direction: column; height: 100%; } .alumni-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.alumni-card-header{position:relative;display:flex;justify-content:center;margin-bottom:1rem}.alumni-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #667eea}.alumni-avatar-placeholder{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;font-weight:700;border:3px solid #667eea}.verified-badge{position:absolute;top:0;right:calc(50% + 20px);background:#10b981;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;border:3px solid white;box-shadow:0 2px 4px #0003}.alumni-card-body{flex:1;text-align:center}.alumni-name{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.75rem}.alumni-school,.alumni-graduation,.alumni-profession,.alumni-location{font-size:.95rem;color:#666;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.school-icon,.grad-icon,.profession-icon,.location-icon{font-size:1.1rem}.alumni-bio{font-size:.9rem;color:#555;margin-top:1rem;line-height:1.6;text-align:left;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.alumni-social-links{display:flex;justify-content:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.social-link{color:#667eea;transition:color .3s,transform .3s;display:flex;align-items:center;justify-content:center}.social-link:hover{color:#764ba2;transform:scale(1.1)}.alumni-card-footer{margin-top:auto;padding-top:1rem}.message-button{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;text-decoration:none;display:block;text-align:center}.message-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.message-button.login-required{background:#e5e7eb;color:#666}.message-button.login-required:hover{background:#d1d5db;transform:none;box-shadow:none}@media (max-width: 768px){.alumni-card{padding:1.25rem}.alumni-name{font-size:1.25rem}}.alumni-search{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;margin-top:0}.search-form{margin-bottom:2rem;width:100%;display:flex;flex-direction:column}.search-input-wrapper{display:flex;gap:1rem;align-items:center;width:100%;max-width:100%;box-sizing:border-box;padding:0;margin:0}.search-input{flex:1 1 auto;padding:1rem 1.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s;min-width:0;box-sizing:border-box;height:100%;margin:0}.search-input:focus{outline:none;border-color:#667eea}.search-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .3s,box-shadow .3s;flex-shrink:0;white-space:nowrap;height:auto;min-height:3rem;margin:0}.search-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.filters-section{border-top:2px solid #f3f4f6;padding-top:2rem;margin-top:0}.filters-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column}.filter-group label{font-size:.9rem;font-weight:500;color:#666;margin-bottom:.5rem}.filter-input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s}.filter-input:focus{outline:none;border-color:#667eea}.clear-filters-btn{padding:.75rem 1.5rem;background:#e5e7eb;color:#666;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .3s}.clear-filters-btn:hover{background:#d1d5db}@media (max-width: 768px){.alumni-search{padding:1.5rem}.search-input-wrapper{flex-direction:column}.search-button{width:100%;justify-content:center}.filters-grid{grid-template-columns:1fr}}.message-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.message-modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.5); display: flex; align-items: center; justify-content: center; z-index: 1000; padding: 1rem; } .message-modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.message-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #f3f4f6}.message-modal-header h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.close-button{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .3s}.close-button:hover{background:#f3f4f6}.message-modal-body{padding:1.5rem}.recipient-info{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.recipient-info p{margin:.25rem 0;color:#1a202c}.recipient-school{color:#666;font-size:.9rem}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:500}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1rem}.message-input-group{margin-bottom:1.5rem}.message-input-group label{display:block;font-size:.95rem;font-weight:500;color:#666;margin-bottom:.5rem}.message-textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s}.message-textarea:focus{outline:none;border-color:#667eea}.message-textarea:disabled{background:#f3f4f6;cursor:not-allowed}.message-modal-footer{display:flex;justify-content:flex-end;gap:1rem}.cancel-button,.send-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.cancel-button{background:#e5e7eb;color:#666}.cancel-button:hover:not(:disabled){background:#d1d5db}.send-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.send-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.message-modal{max-width:100%;margin:1rem}.message-modal-header,.message-modal-body{padding:1rem}.message-modal-footer{flex-direction:column-reverse}.cancel-button,.send-button{width:100%}}.teachers-forum-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.teachers-forum-container{max-width:1400px;margin:0 auto;padding:2rem 1rem}.access-denied-message{max-width:600px;margin:4rem auto;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center}.access-denied-message h1{font-size:2rem;color:#667eea;margin-bottom:1.5rem}.access-denied-text{font-size:1.1rem;color:#333;margin-bottom:1rem;line-height:1.6}.access-denied-subtext{font-size:.95rem;color:#666;margin-bottom:2rem;line-height:1.6}.go-to-profile-button{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.go-to-profile-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.teachers-forum-content{display:grid;grid-template-columns:280px 1fr;gap:2rem;margin-top:2rem}.teachers-forum-sidebar{position:sticky;top:2rem;height:fit-content}.teachers-forum-main{min-width:0}.discussions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.discussions-header h2{font-size:1.75rem;color:#1a202c;margin:0}.create-discussion-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;display:flex;align-items:center;gap:.5rem}.create-discussion-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width: 1024px){.teachers-forum-content{grid-template-columns:1fr}.teachers-forum-sidebar{position:static;order:2}.teachers-forum-main{order:1}}@media (max-width: 768px){.teachers-forum-container{padding:1rem}.discussions-header{flex-direction:column;align-items:flex-start;gap:1rem}.create-discussion-button{width:100%;justify-content:center}}.teachers-sidebar{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;max-height:calc(100vh - 4rem);overflow-y:auto}.sidebar-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.sidebar-loading,.sidebar-empty{text-align:center;padding:2rem 1rem;color:#666;font-size:.95rem}.teachers-list{display:flex;flex-direction:column;gap:1rem}.teacher-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;transition:background .3s}.teacher-item:hover{background:#f9fafb}.teacher-avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden}.teacher-avatar img{width:100%;height:100%;object-fit:cover}.teacher-info{flex:1;min-width:0}.teacher-name{font-weight:600;color:#1a202c;font-size:.95rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teacher-school{font-size:.85rem;color:#666;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teacher-subjects{font-size:.8rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-button{flex-shrink:0;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#667eea;transition:background .3s,transform .3s}.dm-button:hover{background:#e5e7eb;transform:scale(1.1)}@media (max-width: 1024px){.teachers-sidebar{max-height:none}}.dm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.dm-modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.dm-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.dm-header-info{display:flex;align-items:center;gap:1rem}.dm-header-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.dm-header-avatar img{width:100%;height:100%;object-fit:cover}.dm-header-info h3{margin:0;font-size:1.1rem;color:#1a202c}.dm-header-school{margin:.25rem 0 0;font-size:.85rem;color:#666}.dm-close-button{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .3s}.dm-close-button:hover{background:#f3f4f6}.dm-messages-container{flex:1;overflow-y:auto;padding:1.5rem;min-height:300px;max-height:400px}.dm-loading,.dm-error,.dm-empty{text-align:center;padding:2rem;color:#666}.dm-error{color:#dc3545}.dm-messages{display:flex;flex-direction:column;gap:1rem}.dm-message{display:flex;max-width:80%}.dm-message.sent{align-self:flex-end;flex-direction:row-reverse}.dm-message-content{background:#f3f4f6;padding:.75rem 1rem;border-radius:12px;position:relative}.dm-message.sent .dm-message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dm-message-content p{margin:0 0 .25rem;word-wrap:break-word;white-space:pre-wrap}.dm-message-time{font-size:.75rem;opacity:.7}.dm-input-form{padding:1rem 1.5rem;border-top:1px solid #e5e7eb}.dm-form-error{background:#fee;color:#c33;padding:.5rem 1rem;border-radius:6px;margin-bottom:.75rem;font-size:.85rem}.dm-input-wrapper{display:flex;gap:.75rem}.dm-input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s}.dm-input:focus{outline:none;border-color:#667eea}.dm-send-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;white-space:nowrap}.dm-send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.dm-send-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.dm-modal{max-width:100%;max-height:90vh}.dm-modal-header,.dm-messages-container{padding:1rem}.dm-message{max-width:90%}}.discussion-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .3s,box-shadow .3s;position:relative}.discussion-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.discussion-pinned-badge{position:absolute;top:1rem;right:1rem;background:#fbbf24;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600}.discussion-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.discussion-topic{font-size:.85rem;color:#667eea;font-weight:600;background:#f0f4ff;padding:.25rem .75rem;border-radius:4px}.discussion-locked-badge{font-size:.85rem;color:#999}.discussion-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0 0 .75rem;line-height:1.4}.discussion-description{font-size:.95rem;color:#666;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.discussion-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.discussion-author{font-size:.9rem;color:#666;font-weight:500}.discussion-stats{display:flex;gap:1rem;font-size:.85rem;color:#999}.discussion-footer{font-size:.85rem;color:#999}.discussion-date{font-style:italic}.discussion-list{width:100%}.discussion-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-group{flex:1;min-width:200px;display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.9rem;font-weight:500;color:#666}.filter-select,.filter-input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s}.filter-select:focus,.filter-input:focus{outline:none;border-color:#667eea}.discussion-loading,.discussion-error,.discussion-empty{text-align:center;padding:4rem 2rem;color:#666}.discussion-loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.discussion-error{color:#dc3545}.discussions-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.discussion-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:2rem 0}.pagination-button{padding:.75rem 1.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s}.pagination-button:hover:not(:disabled){background:#667eea;color:#fff}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:1rem;color:#666;font-weight:500}@media (max-width: 768px){.discussion-filters{flex-direction:column}.filter-group{min-width:100%}.discussion-pagination{flex-direction:column;gap:.5rem}}.post-form{background:#f9fafb;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb}.post-form-error{background:#fee;color:#c33;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.post-form-content{margin-bottom:1rem}.post-form-textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;line-height:1.6;resize:vertical;transition:border-color .3s;box-sizing:border-box}.post-form-textarea:focus{outline:none;border-color:#667eea}.post-form-toolbar{display:flex;align-items:center;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.emoji-picker{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:1rem;max-height:300px;overflow-y:auto;z-index:1000;width:300px}.post-form-actions{display:flex;justify-content:flex-end}.post-form-submit{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.post-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.post-form-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.post-form{padding:1rem}.emoji-picker{width:250px}.emoji-grid{grid-template-columns:repeat(6,1fr)}}.post-list{display:flex;flex-direction:column;gap:1.5rem}.post-item{background:#f9fafb;border-radius:8px;padding:1.25rem;border:1px solid #e5e7eb}.post-item.post-reply{background:#fff;border-left:3px solid #667eea}.post-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.post-author{display:flex;align-items:center;gap:.75rem}.post-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.post-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.post-author-info{display:flex;flex-direction:column}.post-author-name{font-weight:600;color:#1a202c;font-size:.95rem}.post-date{font-size:.85rem;color:#999}.post-actions{display:flex;align-items:center;gap:.5rem}.upvote-post-button{display:flex;align-items:center;gap:.25rem;padding:.4rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.85rem;color:#666;transition:all .3s}.upvote-post-button:hover{background:#f3f4f6;border-color:#667eea}.upvote-post-button.upvoted{background:#f0f4ff;border-color:#667eea;color:#667eea}.reply-button{padding:.4rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.85rem;color:#667eea;transition:all .3s}.reply-button:hover{background:#f0f4ff}.post-content{margin-bottom:1rem}.post-text{font-size:1rem;line-height:1.7;color:#333;white-space:pre-wrap;word-wrap:break-word}.post-files{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.post-file-item{margin-top:.5rem}.post-file-preview{max-width:100%;max-height:400px;border-radius:8px;object-fit:contain}.post-file-download{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#667eea;text-decoration:none;transition:background .3s}.post-file-download:hover{background:#f9fafb}.post-reply-form{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.post-replies{margin-top:1rem}.toggle-replies-button{padding:.5rem 1rem;background:transparent;border:none;color:#667eea;cursor:pointer;font-size:.9rem;font-weight:500;margin-bottom:1rem;transition:color .3s}.toggle-replies-button:hover{color:#764ba2}.posts-empty{text-align:center;padding:3rem 2rem;color:#666}@media (max-width: 768px){.post-item{padding:1rem}.post-header{flex-direction:column;gap:.75rem}.post-actions{align-self:flex-end}}.discussion-detail{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.back-button{padding:.5rem 1rem;background:#f3f4f6;color:#667eea;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;margin-bottom:1.5rem;transition:background .3s}.back-button:hover{background:#e5e7eb}.discussion-detail-loading,.discussion-detail-error{text-align:center;padding:4rem 2rem}.discussion-detail-error{color:#dc3545}.discussion-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.discussion-header-top{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.discussion-topic-badge{font-size:.85rem;color:#667eea;font-weight:600;background:#f0f4ff;padding:.25rem .75rem;border-radius:4px}.pinned-badge,.locked-badge{font-size:.85rem;color:#999}.discussion-title{font-size:2rem;font-weight:600;color:#1a202c;margin:0 0 1rem;line-height:1.3}.discussion-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.discussion-author-info{display:flex;align-items:center;gap:.75rem}.author-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem}.author-name{font-weight:600;color:#1a202c;font-size:.95rem}.discussion-date{font-size:.85rem;color:#999}.discussion-stats{display:flex;align-items:center;gap:1rem}.upvote-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;color:#666;transition:all .3s}.upvote-button:hover{background:#e5e7eb;border-color:#667eea}.upvote-button.upvoted{background:#f0f4ff;border-color:#667eea;color:#667eea}.stat-item{font-size:.95rem;color:#666}.discussion-content{margin-bottom:2rem}.discussion-description{font-size:1.1rem;line-height:1.8;color:#333;white-space:pre-wrap;margin-bottom:2rem}.discussion-files{margin-top:2rem;padding-top:2rem;border-top:1px solid #f3f4f6}.discussion-files h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.file-item{border-radius:8px;overflow:hidden}.file-preview{width:100%;height:auto;max-height:300px;object-fit:contain;border-radius:8px}.file-download{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;color:#667eea;text-decoration:none;transition:background .3s}.file-download:hover{background:#f3f4f6}.discussion-posts-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #f3f4f6}.posts-section-title{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.discussion-post-form{margin-top:2rem;padding-top:2rem;border-top:2px solid #f3f4f6}.discussion-post-form h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.discussion-locked-message{margin-top:2rem;padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;text-align:center;font-weight:500}@media (max-width: 768px){.discussion-detail{padding:1rem}.discussion-title{font-size:1.5rem}.discussion-meta{flex-direction:column;align-items:flex-start}.files-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.create-discussion-modal{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:1.5rem;color:#1a202c}.modal-close-button{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .3s}.modal-close-button:hover{background:#f3f4f6}.create-discussion-form{padding:1.5rem}.form-error{background:#fee;color:#c33;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s;box-sizing:border-box}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea}.form-textarea{resize:vertical;min-height:150px;line-height:1.6}.form-toolbar{display:flex;align-items:center;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.emoji-picker-container{position:relative}.emoji-picker-button{padding:.5rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:1.25rem;transition:background .3s}.emoji-picker-button:hover{background:#f3f4f6}.emoji-picker{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:1rem;max-height:300px;overflow-y:auto;z-index:1001;width:300px}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.5rem}.emoji-item{padding:.5rem;background:transparent;border:none;cursor:pointer;font-size:1.25rem;transition:background .3s;border-radius:4px}.emoji-item:hover{background:#f3f4f6}.file-upload-button{padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.95rem;color:#667eea;transition:background .3s;display:inline-flex;align-items:center;gap:.5rem}.file-upload-button:hover{background:#f3f4f6}.file-upload-button input{display:none}.file-previews{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.file-preview-item{position:relative}.preview-image-container,.preview-video-container,.preview-file-container{position:relative;display:inline-block}.preview-image,.preview-video{max-width:100%;max-height:300px;border-radius:8px;border:1px solid #e5e7eb}.preview-file-container{padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;align-items:center;gap:.5rem}.remove-file-button{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:#dc3545;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .3s}.remove-file-button:hover{background:#c82333}.files-count{margin-top:.5rem;font-size:.85rem;color:#666}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.cancel-button{padding:.75rem 2rem;background:#f3f4f6;color:#666;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s}.cancel-button:hover{background:#e5e7eb}.submit-button{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.create-discussion-modal{max-width:100%}.modal-header,.create-discussion-form{padding:1rem}.emoji-picker{width:250px}.emoji-grid{grid-template-columns:repeat(6,1fr)}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.forum-rules{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:1.5rem;margin-bottom:2rem;color:#fff;box-shadow:0 4px 12px #0000001a}.forum-rules-header h3{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.forum-rules-content{font-size:.95rem;line-height:1.6}.rules-intro{margin-bottom:1rem;font-weight:500;opacity:.95}.rules-list{margin:1rem 0;padding-left:1.5rem;list-style-type:disc}.rules-list li{margin-bottom:.75rem;opacity:.9}.rules-list li strong{opacity:1;font-weight:600}.rules-footer{margin-top:1rem;font-size:.9rem;opacity:.85;font-style:italic}@media (max-width: 768px){.forum-rules{padding:1rem}.forum-rules-header h3{font-size:1.1rem}.forum-rules-content{font-size:.9rem}}.school-ranking-page{background:#f7f8fb;min-height:100vh;padding:2rem 0 4rem}.ranking-page-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.ranking-page-header h1{font-size:2.5rem;color:#0f172a;margin:0 0 1rem}.ranking-subtitle{font-size:1.25rem;color:#64748b;margin:0 0 1.5rem}.methodology-badge{display:inline-flex;gap:1rem;padding:.75rem 1.5rem;background:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;font-size:.9rem}.methodology-badge span{color:#64748b}.methodology-badge span:first-child{font-weight:600;color:#3b82f6}.ranking-tabs{display:flex;gap:.5rem;overflow-x:auto;padding:1rem 0;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;scrollbar-width:thin}.ranking-tab{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-size:.95rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.ranking-tab:hover{color:#3b82f6;background:#f0f9ff}.ranking-tab.active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.ranking-content{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 2px 8px #0000001a;min-height:600px}.ranking-tab-content{max-width:900px;margin:0 auto}.ranking-tab-content section{margin-bottom:3rem}.ranking-tab-content section:last-child{margin-bottom:0}.ranking-tab-content h2{font-size:1.75rem;color:#0f172a;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.ranking-tab-content h3{font-size:1.25rem;color:#0f172a;margin:0 0 .75rem}.ranking-tab-content p{line-height:1.8;color:#475569;margin:0 0 1rem}.ranking-tab-content ul{margin:0 0 1.5rem 1.5rem;padding:0;line-height:1.8;color:#475569}.ranking-tab-content li{margin-bottom:.5rem}.mandatory-statements{background:#f8fafc;padding:2rem;border-radius:.75rem;border-left:4px solid #3b82f6}.statement-box{background:#fff;padding:1.5rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid #e2e8f0}.statement-box:last-child{margin-bottom:0}.statement-box p{margin:0 0 .5rem}.statement-box p:last-child{margin:0}.dimensions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.dimension-card{background:#f8fafc;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0}.dimension-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dimension-header h3{margin:0;font-size:1.125rem}.dimension-weight{background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:600}.dimension-definition,.dimension-rationale{font-size:.9rem;margin:.5rem 0}.evidence-tier-card{padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem;border-left:4px solid}.evidence-tier-card.tier1{background:#d1fae5;border-left-color:#059669}.evidence-tier-card.tier2{background:#dbeafe;border-left-color:#3b82f6}.evidence-tier-card.tier3{background:#fef3c7;border-left-color:#f59e0b}.evidence-tier-card.tier4{background:#fee2e2;border-left-color:#ef4444}.tier-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tier-header h3{margin:0}.tier-badge{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.evidence-tier-card.tier1 .tier-badge{background:#059669;color:#fff}.evidence-tier-card.tier2 .tier-badge{background:#3b82f6;color:#fff}.evidence-tier-card.tier3 .tier-badge{background:#f59e0b;color:#fff}.evidence-tier-card.tier4 .tier-badge{background:#ef4444;color:#fff}.warning-note{background:#fef2f2;border-left:3px solid #ef4444;padding:.75rem 1rem;margin-top:1rem;border-radius:.25rem;font-size:.9rem}.data-source-category{background:#f8fafc;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.data-source-category h3{margin:0 0 .75rem;color:#0f172a}.data-source-category p{margin:.5rem 0}.verification-step{background:#f8fafc;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem;border-left:3px solid #3b82f6}.verification-step h3{margin:0 0 .75rem;color:#3b82f6}.scoring-principle,.fairness-definition,.bias-technique,.safeguard,.indicator,.ai-role,.governance-process,.philosophy{background:#f8fafc;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem;border-left:3px solid #3b82f6}.scoring-principle h3,.fairness-definition h3,.bias-technique h3,.safeguard h3,.indicator h3,.ai-role h3,.governance-process h3,.philosophy h3{margin:0 0 .75rem;color:#3b82f6}.weights-table{overflow-x:auto;margin:1.5rem 0}.weights-table table{width:100%;border-collapse:collapse}.weights-table th,.weights-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.weights-table th{background:#f8fafc;font-weight:600;color:#0f172a}.version-entry{background:#f8fafc;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.version-entry h3{margin:0 0 .75rem;color:#0f172a}.version-entry p{margin:.5rem 0}@media (max-width: 768px){.school-ranking-page{padding:1rem 0 2rem}.ranking-page-header h1{font-size:2rem}.ranking-content{padding:1.5rem}.ranking-tabs{gap:.25rem}.ranking-tab{padding:.5rem 1rem;font-size:.875rem}.dimensions-grid{grid-template-columns:1fr}.weights-table{font-size:.9rem}}.ranking-explainer-page{background:#f7f8fb;min-height:100vh;padding:2rem 0 4rem}.explainer-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.back-link{display:inline-block;margin-bottom:1rem;color:#3b82f6;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.explainer-header h1{font-size:2.5rem;color:#0f172a;margin:0 0 1rem}.explainer-subtitle{font-size:1.1rem;color:#64748b;max-width:800px;margin:0 auto;line-height:1.6}.explainer-subtitle a{color:#3b82f6;text-decoration:none}.explainer-subtitle a:hover{text-decoration:underline}.explainer-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.explainer-section h2{font-size:1.75rem;color:#0f172a;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.explainer-section h3{font-size:1.25rem;color:#0f172a;margin:1.5rem 0 1rem}.explainer-section p{line-height:1.8;color:#475569;margin:0 0 1rem}.explainer-section ul{margin:0 0 1.5rem 1.5rem;padding:0;line-height:1.8;color:#475569}.explainer-section li{margin-bottom:.5rem}.snapshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.snapshot-item{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.snapshot-label{font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.snapshot-value{font-size:1.75rem;font-weight:700;color:#0f172a}.snapshot-value.rank{color:#3b82f6;font-size:2.5rem}.snapshot-value.score{color:#059669}.snapshot-value.confidence{color:#f59e0b}.interpretation-note{background:#f0f9ff;border-left:3px solid #3b82f6;padding:1rem;border-radius:.5rem;margin-top:1.5rem}.dimensions-table{overflow-x:auto;margin:1.5rem 0}.dimensions-table table{width:100%;border-collapse:collapse}.dimensions-table th,.dimensions-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.dimensions-table th{background:#f8fafc;font-weight:600;color:#0f172a}.dim-score{padding:.25rem .75rem;border-radius:.25rem;font-weight:600}.dim-score.excellent{background:#d1fae5;color:#059669}.dim-score.good{background:#dbeafe;color:#3b82f6}.dim-score.fair{background:#fef3c7;color:#f59e0b}.dim-score.poor{background:#fee2e2;color:#dc2626}.important-note{background:#fffbeb;border-left:3px solid #f59e0b;padding:1rem;border-radius:.5rem;margin-top:1rem}.drivers-section{margin:2rem 0}.drivers-list{list-style:none;padding:0;margin:1rem 0}.drivers-list.positive li{background:#d1fae5;padding:1rem;border-radius:.5rem;margin-bottom:.75rem;border-left:3px solid #059669}.drivers-list.negative li{background:#fee2e2;padding:1rem;border-radius:.5rem;margin-bottom:.75rem;border-left:3px solid #dc2626}.drivers-list li strong{color:#0f172a}.tier-badge{display:inline-block;margin-left:.5rem;padding:.25rem .5rem;background:#0000001a;border-radius:.25rem;font-size:.75rem;font-weight:600}.drivers-note{font-size:.9rem;color:#64748b;font-style:italic;margin-top:1rem}.peer-group-percentile{background:#f0f9ff;padding:1rem;border-radius:.5rem;margin:1rem 0;font-size:1.1rem}.data-coverage{margin:2rem 0}.coverage-bar{position:relative;height:32px;background:#f1f5f9;border-radius:.5rem;overflow:hidden;margin:1rem 0;display:flex;align-items:center}.coverage-fill{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .3s}.coverage-value{position:relative;z-index:1;font-weight:600;color:#0f172a;padding:0 1rem;margin-left:auto}.missing-data-warning{color:#dc2626;font-weight:500;margin-top:.5rem}.evidence-tier-distribution{margin:2rem 0}.tier-breakdown{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.tier-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:.5rem;border-left:3px solid}.tier-item.tier1{background:#d1fae5;border-left-color:#059669}.tier-item.tier2{background:#dbeafe;border-left-color:#3b82f6}.tier-item.tier3{background:#fef3c7;border-left-color:#f59e0b}.tier-item.tier4{background:#fee2e2;border-left-color:#ef4444}.tier-label{font-weight:500;color:#0f172a}.tier-percentage{font-weight:600;color:#64748b}.impact-rule{background:#fef2f2;border-left:3px solid #ef4444;padding:1rem;border-radius:.5rem;margin-top:1rem}.confidence-indicators{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.indicator-item{display:flex;flex-direction:column;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.indicator-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.indicator-value{font-size:1.25rem;font-weight:600;color:#0f172a}.disclaimer-list{list-style:none;padding:0}.disclaimer-list li{padding:.75rem 1rem;margin-bottom:.5rem;background:#f8fafc;border-left:3px solid #64748b;border-radius:.25rem}.loading{text-align:center;padding:4rem;color:#64748b}@media (max-width: 768px){.ranking-explainer-page{padding:1rem 0 2rem}.explainer-header h1{font-size:2rem}.explainer-section{padding:1.5rem}.snapshot-grid{grid-template-columns:1fr}.dimensions-table{font-size:.9rem}}.course-card{display:flex;gap:16px;padding:20px;border:1px solid #e0e0e0;border-radius:12px;text-decoration:none;color:inherit;transition:all .2s;background:#fff}.course-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#007bff}.course-card-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden}.course-card-image img{width:100%;height:100%;object-fit:cover}.course-card-placeholder{width:100%;height:100%;background:#007bff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700}.course-card-content{flex:1;display:flex;flex-direction:column;gap:8px}.course-card-title{margin:0;font-size:18px;font-weight:600;color:#333;line-height:1.4}.course-card-meta{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#666}.course-card-topic{font-weight:600;color:#007bff}.course-card-location{color:#666}.course-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;border-top:1px solid #f0f0f0}.course-card-fee{font-size:20px;font-weight:700;color:#28a745}.course-card-seats{font-size:12px;color:#666}@media (max-width: 768px){.course-card{flex-direction:column}.course-card-image{width:100%;height:200px}}.create-course-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto}.create-course-content{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.create-course-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}.create-course-header h2{margin:0;font-size:24px;color:#333}.close-btn{background:none;border:none;font-size:32px;cursor:pointer;color:#666;line-height:1;padding:0;width:32px;height:32px}.close-btn:hover{color:#000}.step-indicator{display:flex;justify-content:center;padding:24px;gap:40px}.step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.step:after{content:"";position:absolute;top:20px;left:100%;width:40px;height:2px;background:#e0e0e0}.step:last-child:after{display:none}.step span{width:40px;height:40px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700}.step.active span{background:#007bff;color:#fff}.step.completed span{background:#28a745;color:#fff}.step label{font-size:14px;color:#666}.step.active label{color:#007bff;font-weight:600}.form-step{padding:24px}.form-step h3{margin:0 0 24px;font-size:20px;color:#333}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit}.form-group textarea{resize:vertical;min-height:100px}.form-group small{display:block;margin-top:4px;color:#666;font-size:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #e0e0e0}.btn-primary,.btn-secondary{padding:12px 24px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background:#0056b3}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.error-message{background:#f8d7da;color:#721c24;padding:12px;border-radius:6px;margin:0 24px 24px}.preview-image{max-width:200px;max-height:200px;margin-top:12px;border-radius:6px;object-fit:cover}.photo-preview,.video-preview{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.preview-video{max-width:300px;max-height:200px;border-radius:6px}@media (max-width: 768px){.create-course-content{max-width:100%;max-height:100vh;border-radius:0}.form-row{grid-template-columns:1fr}.step-indicator{gap:20px}.step:after{width:20px}}.courses-page{min-height:100vh;background:#f5f5f5;padding:40px 20px}.courses-container{max-width:1200px;margin:0 auto}.courses-header{background:#fff;padding:40px;border-radius:12px;margin-bottom:32px;box-shadow:0 2px 8px #0000001a}.courses-header h1{margin:0 0 16px;font-size:36px;color:#333}.courses-subtitle{font-size:18px;color:#666;line-height:1.6;margin:0 0 24px}.courses-description{font-size:16px;color:#555;line-height:1.6;margin:12px 0}.create-course-cta{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:40px;border-radius:12px;text-align:center;margin-bottom:32px}.create-course-cta h2{margin:0 0 12px;font-size:28px}.create-course-cta p{margin:0 0 24px;font-size:16px;opacity:.9}.btn-create-course{background:#fff;color:#007bff;border:none;padding:14px 32px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s}.btn-create-course:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.courses-filters{background:#fff;padding:32px;border-radius:12px;margin-bottom:32px;box-shadow:0 2px 8px #0000001a}.courses-filters h3{margin:0 0 24px;font-size:24px;color:#333}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-weight:600;color:#333;font-size:14px}.filter-group input,.filter-group select{padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px}.btn-clear-filters{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}.btn-clear-filters:hover{background:#5a6268}.courses-list{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.courses-grid{display:grid;gap:24px}.load-more-container{text-align:center;margin-top:32px}.btn-load-more{background:#007bff;color:#fff;border:none;padding:12px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn-load-more:hover{background:#0056b3}.loading,.no-courses{text-align:center;padding:60px 20px;color:#666;font-size:18px}@media (max-width: 768px){.courses-page{padding:20px 10px}.courses-header,.create-course-cta,.courses-filters,.courses-list{padding:24px}.courses-header h1{font-size:28px}.filters-grid{grid-template-columns:1fr}}.dm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.dm-modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.dm-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.dm-modal-header h3{margin:0;font-size:20px;color:#333}.dm-close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1;padding:0;width:32px;height:32px}.dm-close-btn:hover{color:#000}.dm-messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.dm-message{display:flex;flex-direction:column;max-width:70%}.dm-message.sent{align-self:flex-end}.dm-message.received{align-self:flex-start}.dm-message-content{padding:12px 16px;border-radius:12px;background:#f0f0f0;color:#333;word-wrap:break-word}.dm-message.sent .dm-message-content{background:#007bff;color:#fff}.dm-message-time{font-size:11px;color:#666;margin-top:4px;padding:0 4px}.dm-input-form{display:flex;flex-direction:column;gap:12px;padding:20px;border-top:1px solid #e0e0e0}.dm-input-form textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical}.dm-send-btn{background:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.dm-send-btn:hover:not(:disabled){background:#0056b3}.dm-send-btn:disabled{opacity:.6;cursor:not-allowed}.course-detail-page{min-height:100vh;background:#f5f5f5;padding:40px 20px}.course-detail-container{max-width:1200px;margin:0 auto}.course-detail-header{background:#fff;padding:32px;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a}.back-btn{background:none;border:none;color:#007bff;font-size:16px;cursor:pointer;padding:0;margin-bottom:16px}.back-btn:hover{text-decoration:underline}.course-detail-header h1{margin:0 0 16px;font-size:32px;color:#333}.course-detail-meta{display:flex;gap:16px;flex-wrap:wrap}.course-topic-badge{background:#007bff;color:#fff;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:600}.course-location{color:#666;font-size:14px}.course-detail-content{display:grid;grid-template-columns:1fr 350px;gap:24px}.course-detail-main{display:flex;flex-direction:column;gap:24px}.instructor-section,.course-description-section,.course-details-section,.course-media-section{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.instructor-section h2,.course-description-section h2,.course-details-section h2,.course-media-section h2{margin:0 0 20px;font-size:24px;color:#333}.instructor-card{display:flex;gap:20px}.instructor-photo,.instructor-placeholder{width:100px;height:100px;border-radius:8px;flex-shrink:0}.instructor-photo{object-fit:cover}.instructor-placeholder{background:#007bff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700}.instructor-info h3{margin:0 0 8px;font-size:20px;color:#333}.instructor-experience{color:#666;line-height:1.6;margin:8px 0}.instructor-location{color:#888;font-size:14px;margin:8px 0 0}.course-description-content{color:#555;line-height:1.8}.course-description-content p{margin:0 0 16px}.course-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.detail-item{display:flex;flex-direction:column;gap:8px}.detail-item strong{color:#333;font-size:14px}.detail-item span{color:#666;font-size:16px}.course-fee{color:#28a745;font-weight:700;font-size:20px}.course-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.course-photo{width:100%;height:200px;object-fit:cover;border-radius:8px}.course-videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.course-video{width:100%;border-radius:8px}.course-detail-sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.sidebar-card h3{margin:0 0 16px;font-size:20px;color:#333}.contact-blurred .blurred{filter:blur(4px);-webkit-user-select:none;user-select:none}.contact-note,.interest-note{font-size:12px;color:#666;margin-top:12px;line-height:1.5}.contact-revealed p{margin:8px 0;color:#333}.btn-interest{width:100%;background:#28a745;color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn-interest:hover:not(:disabled){background:#218838}.btn-interest:disabled{opacity:.6;cursor:not-allowed}.course-detail-loading,.course-detail-error{text-align:center;padding:60px 20px;font-size:18px;color:#666}@media (max-width: 968px){.course-detail-content{grid-template-columns:1fr}.course-detail-sidebar{order:-1}}@media (max-width: 768px){.course-detail-page{padding:20px 10px}.instructor-section,.course-description-section,.course-details-section,.course-media-section,.sidebar-card{padding:20px}.course-details-grid{grid-template-columns:1fr}}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;height:100%;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.blog-card.featured{border:2px solid #667eea}.blog-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.blog-card-image{width:100%;height:200px;overflow:hidden;background:#f3f4f6}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-card-topic{font-size:.875rem;color:#667eea;font-weight:600;text-transform:uppercase;margin-bottom:.5rem}.blog-card-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 .75rem;line-height:1.3}.blog-card-excerpt{font-size:1rem;color:#666;line-height:1.6;margin:0 0 1rem;flex:1}.blog-card-meta{display:flex;gap:1rem;font-size:.875rem;color:#999;flex-wrap:wrap}.blog-card-date,.blog-card-reading-time,.blog-card-upvotes,.blog-card-comments{display:flex;align-items:center;gap:.25rem}@media (max-width: 768px){.blog-card-image{height:180px}.blog-card-content{padding:1.25rem}.blog-card-title{font-size:1.25rem}}.blog-search-form{display:flex;gap:1rem;margin-bottom:2rem}.blog-search-input{flex:1;padding:1rem 1.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s}.blog-search-input:focus{outline:none;border-color:#667eea}.blog-search-button{padding:1rem 2rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .3s}.blog-search-button:hover{background:#5568d3}@media (max-width: 768px){.blog-search-form{flex-direction:column}.blog-search-button{width:100%;justify-content:center}}.blog-filters{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:600;color:#666}.filter-group select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .3s}.filter-group select:focus{outline:none;border-color:#667eea}@media (max-width: 768px){.blog-filters{flex-direction:column}.filter-group{width:100%}}.blog-page{min-height:100vh;background:#f8f9fa;padding:2rem 0}.blog-hero{text-align:center;padding:3rem 0;margin-bottom:2rem}.blog-hero h1{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.blog-subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.blog-featured{margin-bottom:3rem}.featured-post-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem;color:#fff}.featured-post-card h2{font-size:1.5rem;margin-bottom:1rem}.blog-search-section{margin-bottom:2rem}.blog-posts-section{margin-top:2rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.blog-loading,.blog-error,.blog-empty{text-align:center;padding:4rem 2rem;color:#666}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 1rem}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem}.blog-pagination button{padding:.75rem 1.5rem;background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-weight:500;transition:all .3s}.blog-pagination button:hover:not(:disabled){background:#667eea;color:#fff}.blog-pagination button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.blog-hero h1{font-size:2rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}}.blog-toc{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin:2rem 0;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.blog-toc h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.blog-toc ul{list-style:none;padding:0;margin:0}.toc-item{margin-bottom:.5rem}.toc-item button{background:none;border:none;text-align:left;cursor:pointer;color:#666;font-size:.875rem;padding:.25rem 0;transition:color .3s;width:100%}.toc-item button:hover{color:#667eea}.toc-item.active button{color:#667eea;font-weight:600}.toc-h2{padding-left:0}.toc-h3{padding-left:1rem;font-size:.8rem}@media (max-width: 768px){.blog-toc{position:relative;top:0;max-height:none}}.share-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.share-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .3s;color:#666}.share-btn:hover{border-color:#667eea;color:#667eea}.share-btn.whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff}.share-btn.twitter:hover{background:#1da1f2;border-color:#1da1f2;color:#fff}.share-btn.facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}.share-btn.linkedin:hover{background:#0077b5;border-color:#0077b5;color:#fff}.share-btn.copy:hover{background:#667eea;border-color:#667eea;color:#fff}@media (max-width: 768px){.share-buttons{flex-direction:column}.share-btn{width:100%;justify-content:center}}.comment-thread{margin-top:2rem}.add-comment-button{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;margin-bottom:1.5rem;transition:background .3s}.add-comment-button:hover{background:#5568d3}.comment-form{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.comment-form input,.comment-form textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;margin-bottom:1rem;font-family:inherit}.comment-form textarea{resize:vertical}.comment-form button{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500}.comment-form button:disabled{opacity:.5;cursor:not-allowed}.replying-to{font-size:.875rem;color:#667eea;margin-bottom:.5rem}.comments-list{margin-top:2rem}.comment-item{padding:1rem 0;border-bottom:1px solid #e5e7eb}.comment-item:last-child{border-bottom:none}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.comment-header strong{color:#1a202c}.comment-date{font-size:.875rem;color:#999}.comment-content{color:#333;line-height:1.6;margin-bottom:.75rem}.reply-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:.875rem;padding:0}.reply-button:hover{text-decoration:underline}.comment-replies{margin-left:2rem;margin-top:1rem;padding-left:1rem;border-left:2px solid #e5e7eb}.comment-item.reply{padding-left:0}.no-comments{text-align:center;color:#999;padding:2rem}.blog-post-page{min-height:100vh;background:#f8f9fa;padding:2rem 0}.blog-post{background:#fff;border-radius:12px;padding:3rem;max-width:900px;margin:0 auto;box-shadow:0 2px 8px #0000001a}.blog-post-breadcrumbs{margin-bottom:2rem;font-size:.875rem;color:#666}.blog-post-breadcrumbs a{color:#667eea;text-decoration:none}.blog-post-breadcrumbs span{margin:0 .5rem}.blog-post-header{margin-bottom:2rem}.blog-post-topic{font-size:.875rem;color:#667eea;font-weight:600;text-transform:uppercase;margin-bottom:1rem}.blog-post-header h1{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 1rem;line-height:1.2}.blog-post-meta{display:flex;gap:1.5rem;font-size:.875rem;color:#999;flex-wrap:wrap}.blog-post-image{width:100%;margin-bottom:2rem;border-radius:8px;overflow:hidden}.blog-post-image img{width:100%;height:auto;display:block}.blog-post-content{font-size:1.125rem;line-height:1.8;color:#333;margin-bottom:3rem}.blog-post-content h2{font-size:2rem;font-weight:700;color:#1a202c;margin:2rem 0 1rem}.blog-post-content h3{font-size:1.5rem;font-weight:600;color:#1a202c;margin:1.5rem 0 .75rem}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content ul,.blog-post-content ol{margin-bottom:1.5rem;padding-left:2rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content a{color:#667eea;text-decoration:underline}.blog-post-takeaways,.blog-post-faq{background:#f8f9fa;border-radius:8px;padding:2rem;margin:2rem 0}.blog-post-takeaways h3,.blog-post-faq h3{font-size:1.5rem;margin-bottom:1rem;color:#1a202c}.blog-post-takeaways ul{list-style:none;padding:0}.blog-post-takeaways li{padding:.75rem 0;border-bottom:1px solid #e5e7eb}.blog-post-takeaways li:last-child{border-bottom:none}.faq-item{margin-bottom:1.5rem}.faq-item h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.blog-post-engagement{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-top:2px solid #e5e7eb;border-bottom:2px solid #e5e7eb;margin:2rem 0;flex-wrap:wrap;gap:1rem}.vote-buttons{display:flex;gap:1rem}.vote-buttons button{padding:.75rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s}.vote-buttons button:hover{border-color:#667eea}.vote-buttons button.active{background:#667eea;color:#fff;border-color:#667eea}.blog-post-comments{margin-top:3rem}.blog-post-comments h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1a202c}.blog-post-loading,.blog-post-error{text-align:center;padding:4rem 2rem}.blog-post-error a{color:#667eea;text-decoration:none;font-weight:600}@media (max-width: 768px){.blog-post{padding:2rem 1.5rem}.blog-post-header h1{font-size:2rem}.blog-post-content{font-size:1rem}.blog-post-engagement{flex-direction:column;align-items:stretch}}.blog-topic-page,.blog-tag-page{min-height:100vh;background:#f8f9fa;padding:2rem 0}.breadcrumbs{margin-bottom:1.5rem;font-size:.875rem;color:#666}.breadcrumbs a{color:#667eea;text-decoration:none}.breadcrumbs span{margin:0 .5rem}.topic-header,.tag-header{margin-bottom:2rem}.topic-header h1,.tag-header h1{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.topic-description{font-size:1.125rem;color:#666;line-height:1.6}.no-posts{text-align:center;padding:4rem 2rem;color:#666}.no-posts a{color:#667eea;text-decoration:none;font-weight:600}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-xl);background:var(--bg-light)}.not-found-content{text-align:center;max-width:500px;margin:0 auto}.not-found-icon{font-size:5rem;margin-bottom:var(--space-lg)}.not-found-content h1{font-size:clamp(2rem,6vw,3rem);margin-bottom:var(--space-md);color:var(--text-color)}.not-found-content p{font-size:var(--font-size-lg);color:var(--text-medium);margin-bottom:var(--space-xl);line-height:var(--line-height-relaxed)}.not-found-actions{display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap}.not-found-actions .btn{min-height:var(--tap-target-min);padding:var(--space-md) var(--space-xl);font-size:var(--font-size-base);text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}.loading-spinner{display:flex;justify-content:center;align-items:center;min-height:400px}.spinner{border:4px solid var(--border-color);border-top:4px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background-color:#fee2e2;color:#991b1b;padding:1rem;border-radius:.5rem;margin:1rem 0;text-align:center;display:grid;gap:.75rem;justify-items:center}.error-stack{text-align:left;max-width:900px;white-space:pre-wrap;background:#fff;color:#7f1d1d;padding:.75rem 1rem;border-radius:.5rem;border:1px dashed #fecaca;font-size:.85rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{background-color:var(--bg-light);color:var(--text-color);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--border-color)}.card{background:#fff;border-radius:.5rem;box-shadow:var(--shadow);padding:1.5rem;transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-lg)}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media (max-width: 768px){.main-content{padding-top:70px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}:root{--bp-xs: 360px;--bp-sm: 375px;--bp-md: 390px;--bp-lg: 414px;--bp-tablet: 768px;--bp-desktop: 1024px;--bp-desktop-lg: 1280px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--container-xs: 100%;--container-sm: 100%;--container-md: 100%;--container-lg: 1200px;--container-xl: 1400px;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--tap-target-min: 44px}html{overflow-x:hidden;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{overflow-x:hidden;width:100%;position:relative}*{max-width:100%}img{max-width:100%;height:auto;display:block}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--space-md);padding-right:var(--space-md);box-sizing:border-box}@media (min-width: 375px){.container{padding-left:var(--space-lg);padding-right:var(--space-lg)}}@media (min-width: 768px){.container{padding-left:var(--space-xl);padding-right:var(--space-xl);max-width:var(--container-lg)}}@media (min-width: 1280px){.container{max-width:var(--container-xl)}}.container-fluid{max-width:100%}.container-sm{max-width:640px}.container-md{max-width:768px}.container-lg{max-width:1200px}.container-xl{max-width:1400px}.grid{display:grid;gap:var(--space-md);width:100%}.grid-cols-1,.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.grid-auto-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-md)}@media (min-width: 768px){.grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-lg)}}.text-xs{font-size:var(--font-size-xs);line-height:var(--line-height-normal)}.text-sm{font-size:var(--font-size-sm);line-height:var(--line-height-normal)}.text-base{font-size:clamp(var(--font-size-base),2.5vw,1.125rem);line-height:var(--line-height-relaxed)}.text-lg{font-size:clamp(var(--font-size-lg),3vw,1.25rem);line-height:var(--line-height-relaxed)}.text-xl{font-size:clamp(var(--font-size-xl),4vw,1.5rem);line-height:var(--line-height-tight)}.text-2xl{font-size:clamp(var(--font-size-2xl),5vw,2rem);line-height:var(--line-height-tight)}.text-3xl{font-size:clamp(var(--font-size-3xl),6vw,2.5rem);line-height:var(--line-height-tight)}.text-4xl{font-size:clamp(var(--font-size-4xl),7vw,3rem);line-height:var(--line-height-tight)}.text-5xl{font-size:clamp(var(--font-size-5xl),8vw,4rem);line-height:var(--line-height-tight)}h1,.h1{font-size:clamp(1.875rem,7vw,3rem);line-height:var(--line-height-tight);font-weight:800;margin-bottom:var(--space-lg)}h2,.h2{font-size:clamp(1.5rem,5vw,2.25rem);line-height:var(--line-height-tight);font-weight:700;margin-bottom:var(--space-md)}h3,.h3{font-size:clamp(1.25rem,4vw,1.875rem);line-height:var(--line-height-tight);font-weight:600;margin-bottom:var(--space-md)}h4,.h4{font-size:clamp(1.125rem,3vw,1.5rem);line-height:var(--line-height-normal);font-weight:600;margin-bottom:var(--space-sm)}h5,.h5{font-size:clamp(1rem,2.5vw,1.25rem);line-height:var(--line-height-normal);font-weight:600;margin-bottom:var(--space-sm)}h6,.h6{font-size:var(--font-size-base);line-height:var(--line-height-normal);font-weight:600;margin-bottom:var(--space-sm)}.hide-mobile{display:none}@media (min-width: 768px){.hide-mobile{display:block}.hide-desktop{display:none}}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}button,a,input[type=button],input[type=submit],input[type=checkbox],input[type=radio],label{min-height:var(--tap-target-min);min-width:var(--tap-target-min);display:inline-flex;align-items:center;justify-content:center}a:not(button):not([role=button]){min-height:auto;min-width:auto;padding:var(--space-xs) var(--space-sm)}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;display:block}.table-responsive table{width:100%;min-width:600px}@media (max-width: 767px){.table-card-view{display:block}.table-card-view thead{display:none}.table-card-view tbody{display:block}.table-card-view tr{display:block;margin-bottom:var(--space-md);border:1px solid var(--border-color);border-radius:.5rem;padding:var(--space-md)}.table-card-view td{display:block;text-align:left;padding:var(--space-sm) 0;border:none}.table-card-view td:before{content:attr(data-label) ": ";font-weight:600;display:inline-block;min-width:100px}}input,textarea,select{font-size:var(--font-size-base)!important;padding:var(--space-sm) var(--space-md);border-radius:.5rem;border:1px solid var(--border-color);width:100%;box-sizing:border-box}input:focus,textarea:focus,select:focus{outline:2px solid var(--primary-color);outline-offset:2px}.form-group{margin-bottom:var(--space-md)}@media (min-width: 768px){.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}}.img-responsive{width:100%;height:auto;display:block}.img-cover{width:100%;height:100%;object-fit:cover}.img-contain{width:100%;height:100%;object-fit:contain}.modal-content{width:100%;max-width:100%;margin:0;border-radius:0;max-height:100vh;overflow-y:auto}@media (min-width: 768px){.modal-content{max-width:600px;margin:var(--space-xl) auto;border-radius:.5rem;max-height:90vh}}@media print{*{background:#fff!important;color:#000!important;box-shadow:none!important}.no-print{display:none!important}}*{margin:0;padding:0;box-sizing:border-box}:root{--brand-yellow: #FFC107;--brand-yellow-dark: #FFB300;--brand-teal: #20B2AA;--brand-teal-dark: #1A9B94;--brand-teal-light: #F0FDFA;--primary-color: var(--brand-yellow);--primary-dark: var(--brand-yellow-dark);--secondary-color: var(--brand-teal);--secondary-dark: var(--brand-teal-dark);--secondary-light: var(--brand-teal-light);--success-green: #10B981;--warning-orange: #F97316;--error-red: #EF4444;--text-color: #0F172A;--text-medium: #475569;--text-light: #64748B;--border-color: #E2E8F0;--bg-color: #FFFFFF;--bg-light: #F7F8FB;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow: 0 4px 16px rgba(15, 23, 42, .06);--shadow-lg: 0 8px 24px rgba(15, 23, 42, .1);--shadow-xl: 0 12px 32px rgba(15, 23, 42, .15);--shadow-yellow: 0 4px 12px rgba(255, 193, 7, .3);--shadow-teal: 0 4px 12px rgba(32, 178, 170, .2)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:var(--bg-color);line-height:1.6;font-size:var(--font-size-base)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}button{font-family:inherit;cursor:pointer}
