@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css";.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.auth-modal-content{background:#fff;border-radius:16px;padding:32px;max-width:520px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d}.auth-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#666;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.auth-modal-close:hover{background-color:#f3f4f6;color:#333}.auth-modal-header{text-align:center;margin-bottom:20px}.auth-modal-header h2{font-size:24px;font-weight:700;color:#082f49;margin:0 0 8px}.auth-modal-header p{font-size:14px;color:#64748b;margin:0;line-height:1.4}.auth-modal-tabs{display:flex;gap:8px;margin-bottom:18px;background:#f1f5f9;padding:4px;border-radius:10px}.auth-tab{flex:1;padding:10px;background:none;border:none;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;color:#64748b;cursor:pointer;transition:all .2s}.auth-tab.active{background:#fff;color:#082f49;box-shadow:0 2px 4px #0000000d}.auth-form{margin-bottom:16px}.auth-input-group{margin-bottom:12px}.auth-input-group label{display:block;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:13px;color:#082f49;margin-bottom:5px}.auth-input-group input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:10px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#082f49;transition:all .2s;box-sizing:border-box}.auth-input-group input:focus{outline:none;border-color:#082f49;box-shadow:0 0 0 3px #082f491a}.auth-error{padding:10px;background:#fee2e2;color:#dc2626;border-radius:8px;font-size:13px;margin-bottom:12px;text-align:center}.auth-submit-button{width:100%;padding:11px;background:#082f49;color:#fff;border:none;border-radius:10px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:15px;cursor:pointer;transition:all .2s}.auth-submit-button:hover:not(:disabled){background:#0a3b5e;transform:translateY(-1px)}.auth-submit-button:disabled{opacity:.6;cursor:not-allowed}.auth-divider{position:relative;text-align:center;margin:16px 0}.auth-divider:before,.auth-divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e2e8f0}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-divider span{background:#fff;padding:0 12px;color:#94a3b8;font-size:13px;font-weight:600}.auth-modal-buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.auth-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 20px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;color:#334155}.auth-button:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.auth-button:active{transform:translateY(0)}.google-button{border-color:#e2e8f0}.kakao-button{background-color:#fee500;border-color:#fee500;color:#000}.kakao-button:hover{background-color:#fdd700;border-color:#fdd700}.auth-modal-footer{text-align:center;padding-top:12px;border-top:1px solid #e2e8f0}.auth-modal-footer p{font-size:12px;color:#94a3b8;margin:0;line-height:1.4}@media (max-width: 640px){.auth-modal-content{padding:32px 24px}.auth-modal-header h2{font-size:24px}.auth-modal-header p{font-size:14px}.auth-button{font-size:15px;padding:12px 20px}}.navbar-container{background:#fcf8f0;position:sticky;top:0;z-index:50}.navbar-content{max-width:1280px;margin:0 auto;padding:0 1rem}.navbar-inner{display:flex;justify-content:space-between;align-items:center;height:64px}.navbar-logo{display:flex;align-items:center;gap:.5rem}.navbar-logo img{height:24px}.navbar-desktop-nav{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.navbar-desktop-nav{display:flex}}.navbar-menu-item{position:relative}.navbar-menu-button,.navbar-menu-link{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#082f49;transition:color .3s ease;text-decoration:none;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;white-space:nowrap}.navbar-menu-button:hover,.navbar-menu-link:hover{color:#082f4999}.navbar-dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:192px;background:#fff;border:1px solid #E7E5E4;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:8px 0}.navbar-dropdown:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:4px}.navbar-dropdown-item{display:block;padding:10px 16px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;text-decoration:none;transition:background .3s ease}.navbar-dropdown-item:hover{background:#f5f5f4}.navbar-actions{display:none;align-items:center;gap:1rem}@media (min-width: 768px){.navbar-actions{display:flex}}.navbar-language{display:flex;align-items:center;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#082f49;gap:4px;background:none;border:none;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background-color .2s,color .2s}.navbar-language:hover{background-color:#082f490d;color:#082f49cc}.navbar-language svg{color:#082f49}.navbar-auth-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 20px;gap:10px;background:#082f49;border-radius:12px;border:none;cursor:pointer;transition:background .3s ease;text-decoration:none}.navbar-auth-button:hover{background:#0a3b5e}.navbar-auth-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#fff}.navbar-mobile-button{display:flex;align-items:center;padding:.5rem;color:#082f49;background:none;border:none;cursor:pointer;transition:opacity .3s ease}.navbar-mobile-button:hover{opacity:.7}@media (min-width: 768px){.navbar-mobile-button{display:none}}.navbar-mobile-nav{display:block}@media (min-width: 768px){.navbar-mobile-nav{display:none}}.navbar-mobile-content{padding:.5rem;background:#fff;border-top:1px solid #E7E5E4}.navbar-mobile-menu-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:140%;letter-spacing:-.01em;color:#082f49;background:none;border:none;cursor:pointer;transition:color .3s ease}.navbar-mobile-menu-button:hover{color:#082f4999}.navbar-mobile-submenu{padding-left:1.5rem}.navbar-mobile-link{display:block;padding:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:140%;letter-spacing:-.01em;color:#082f49;text-decoration:none;transition:color .3s ease}.navbar-mobile-link:hover{color:#082f4999}.navbar-mobile-submenu-link{display:block;padding:10px 12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;text-decoration:none;transition:color .3s ease}.navbar-mobile-submenu-link:hover{color:#082f4999}.navbar-mobile-divider{border-top:1px solid #E7E5E4;padding-top:1rem}.navbar-mobile-auth-button{display:block;margin:.5rem .75rem;padding:12px;text-align:center;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#fff;background:#082f49;border-radius:12px;text-decoration:none;transition:background .3s ease}.navbar-mobile-auth-button:hover{background:#0a3b5e}.chevron-icon{width:16px;height:16px;transition:transform .3s ease}.chevron-icon.rotated{transform:rotate(180deg)}.navbar-user-menu{position:relative}.navbar-user-button{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;color:#082f49}.navbar-user-button:hover{background:#f8fafc;border-color:#cbd5e1}.navbar-user-avatar{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.navbar-user-avatar-placeholder{width:28px;height:28px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;color:#64748b}.navbar-user-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:8px 0}.navbar-user-dropdown:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:8px}.navbar-user-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;background:none;border:none;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:14px;color:#082f49;text-decoration:none;text-align:left;cursor:pointer;transition:background .2s}.navbar-user-dropdown-item:hover{background:#f5f5f4}.navbar-mobile-user-info{display:flex;align-items:center;gap:12px;padding:12px;margin:8px 12px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.navbar-mobile-user-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.navbar-mobile-user-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;color:#64748b}.navbar-mobile-user-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;color:#082f49;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-mobile-auth-button{display:flex;align-items:center;justify-content:center;gap:8px;margin:.5rem .75rem;padding:12px;text-align:center;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#fff;background:#082f49;border:none;border-radius:12px;text-decoration:none;cursor:pointer;transition:background .3s ease}.prep-footer{background-color:#e5e5e5;width:100%;margin-top:auto}.prep-footer-container{width:100%;padding:4rem 0 2rem;color:#4b5563}.prep-footer-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:3rem}.prep-footer-info{display:flex;flex-direction:column;gap:1rem}.prep-footer-company-name{font-size:1rem;font-weight:700;color:#1f2937;margin:0}.prep-footer-address{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#4b5563;line-height:1.5}.prep-footer-address p{margin:0}.prep-footer-email{color:#4b5563;text-decoration:none}.prep-footer-email:hover{text-decoration:underline}.prep-footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;padding-top:1rem}.prep-footer-links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.prep-footer-text{font-size:.875rem;color:#4b5563;text-decoration:underline}.prep-footer-link{color:#4b5563;font-size:.875rem;text-decoration:underline;transition:all .2s ease;background:none;border:none;cursor:pointer;padding:0;font-weight:400}.prep-footer-link:hover{color:#111827}.prep-footer-copyright{color:#6b7280;font-size:.875rem;margin:0}.footer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.footer-modal{background-color:#fff;border-radius:1rem;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .3s ease-out}.footer-modal.contact-modal{max-width:500px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.footer-modal-title-wrapper{display:flex;align-items:center;gap:.75rem}.footer-modal-icon{width:1.5rem;height:1.5rem}.footer-modal-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.footer-modal-close{background:none;border:none;cursor:pointer;color:#6b7280;padding:.5rem;border-radius:.5rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.footer-modal-close:hover{background-color:#f3f4f6;color:#111827}.footer-modal-content{padding:1.5rem;overflow-y:auto;flex:1}.footer-modal-content h3{font-size:1.125rem;font-weight:600;color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.footer-modal-content h3:first-child{margin-top:0}.footer-modal-content p{color:#4b5563;line-height:1.6;margin-bottom:1rem}.footer-modal-content ul,.footer-modal-content ol{padding-left:1.5rem;margin-bottom:1rem;color:#4b5563}.footer-modal-content li{margin-bottom:.5rem;line-height:1.6}.footer-contact-info{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;margin-top:1.5rem}.footer-contact-label{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem;font-weight:500;margin-bottom:.75rem}.footer-contact-email-wrapper{display:flex;gap:.75rem}.footer-contact-email{flex:1;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem 1rem;color:#111827;font-family:monospace;font-size:.9375rem;text-decoration:none;display:flex;align-items:center}.footer-copy-button{padding:0 1rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s}.footer-copy-button:hover{background-color:#f3f4f6;border-color:#9ca3af}.footer-contact-note{margin-top:1rem;text-align:center;color:#6b7280;font-size:.875rem}.footer-modal-actions{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;background-color:#f9fafb;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.footer-modal-button{padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:1px solid #d1d5db;background-color:#fff;color:#374151}.footer-modal-button:hover{background-color:#f3f4f6;border-color:#9ca3af}.hero-section{display:flex;flex-direction:column;align-items:center;padding:80px 20px;gap:40px;width:100%;min-height:454px;background:#fcf8f0}.hero-content{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1200px}.hero-titles{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.hero-subtitle{font-family:Wanted Sans Variable,sans-serif;font-weight:700;font-size:30px;line-height:36px;letter-spacing:-.02em;color:#082f49}.hero-title{font-family:Wanted Sans Variable,sans-serif;font-weight:900;font-size:72px;line-height:86px;letter-spacing:-.02em;color:#082f49}.hero-description{font-family:Wanted Sans Variable,sans-serif;font-weight:400;font-size:18px;line-height:140%;text-align:center;letter-spacing:-.02em;color:#082f49;max-width:600px}.hero-buttons{display:flex;flex-direction:row;align-items:flex-start;gap:8px;justify-content:center}.btn-primary{display:flex;justify-content:center;align-items:center;padding:16px 24px;gap:10px;width:auto;height:50px;background:#082f49;border-radius:12px;font-family:Wanted Sans Variable,sans-serif;font-weight:700;font-size:18px;line-height:100%;letter-spacing:-.02em;color:#fff;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-decoration:none}.btn-primary:hover{background:#0a415f}.btn-secondary{box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:16px 24px;gap:10px;width:auto;height:50px;border:2px solid #082F49;border-radius:12px;font-family:Wanted Sans Variable,sans-serif;font-weight:700;font-size:18px;line-height:100%;letter-spacing:-.02em;color:#082f49;background:transparent;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-decoration:none}.btn-secondary:hover{background:#082f49;color:#fff}@media (max-width: 768px){.hero-section{align-items:flex-start;padding:60px 20px;height:auto}.hero-content{align-items:flex-start;height:auto}.hero-titles{align-items:flex-start;text-align:left}.hero-subtitle{font-size:20px;line-height:24px}.hero-title{font-size:36px;line-height:43px}.hero-description{text-align:left;font-size:16px;max-width:100%}.hero-buttons{justify-content:flex-start;flex-wrap:wrap;width:100%}.btn-primary,.btn-secondary{width:auto;flex:1;min-width:140px}}.profile-calculator-section{display:flex;flex-direction:column;align-items:center;padding:48px 32px;gap:24px;background:#082f49}.profile-calculator-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:24px;width:100%;max-width:1024px;margin:0 auto}.profile-calculator-header{margin-bottom:0}.profile-calculator-title-group{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:100%}.profile-calculator-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:900;font-size:48px;line-height:57px;letter-spacing:-.02em;color:#facc15;margin-bottom:12px}.profile-calculator-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#fff;opacity:.9}.profile-calculator-content{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:12px;width:100%}.profile-calculator-form{display:flex;flex-direction:column;align-items:flex-start;padding:20px 24px;gap:12px;width:320px;background:#0003;border-radius:16px;flex-shrink:0}.profile-calculator-field{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:4px;width:100%}.profile-calculator-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#fff}.profile-calculator-input{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px;width:100%;height:48px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.005em;color:#fff}.profile-calculator-input::-moz-placeholder{color:#ffffff80}.profile-calculator-input::placeholder{color:#ffffff80}.profile-calculator-input:focus{outline:none;border:1px solid rgba(250,204,21,.5);background:#ffffff40}.profile-calculator-result{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:25px;gap:24px;width:100%;border:3px solid #FFFFFF;border-radius:16px}.profile-calculator-result-no-border{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:16px;gap:24px;width:100%;border:none;border-radius:16px}.profile-calculator-result-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:32px;width:100%;flex:none;align-self:stretch}.profile-calculator-score-group{display:flex;flex-direction:column;align-items:center;padding:0;gap:4px;width:100%;height:auto}.profile-calculator-score-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.02em;color:#fff}.profile-calculator-score-display{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;padding:0;gap:8px}.profile-calculator-score-value{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:84px;line-height:100%;letter-spacing:-.02em;color:#facc15}.profile-calculator-score-total{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:48px;line-height:56px;letter-spacing:-.02em;color:#fff}.profile-calculator-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:140%;text-align:center;letter-spacing:-.02em;color:#fff;width:100%}.profile-calculator-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 24px;gap:10px;width:100%;height:48px;background:#facc15;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;flex:none;align-self:stretch}.profile-calculator-button:hover{background:#f59e0b}.profile-calculator-button:disabled{background:#ffffff1a;cursor:not-allowed}.profile-calculator-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#082f49}.profile-calculator-button:disabled .profile-calculator-button-text{color:#ffffff4d}@media (max-width: 1024px){.profile-calculator-content{flex-direction:column;gap:20px}.profile-calculator-form,.profile-calculator-result{width:100%}}.profile-calculator-test-toggle{flex:1;padding:12px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease}.profile-calculator-test-toggle.active{background:#facc15;border-color:#facc15;color:#082f49}.profile-calculator-test-toggle:hover{background:#fff3}.profile-calculator-test-toggle.active:hover{background:#f59e0b}.profile-calculator-error{width:100%;padding:12px 16px;background:#ef444433;border:1px solid rgba(239,68,68,.5);border-radius:8px;color:#fee2e2;font-size:14px;text-align:center}.profile-calculator-results{display:flex;flex-direction:column;gap:20px;width:100%;flex:1;min-width:0}.results-summary{padding:20px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:16px}.results-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:28px;line-height:1.2;letter-spacing:-.02em;color:#facc15;margin-bottom:20px}.results-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px}.stat-card{display:flex;flex-direction:column;align-items:center;padding:16px;background:#ffffff1a;border-radius:12px;border:2px solid rgba(255,255,255,.2);transition:all .3s ease}.stat-card.safety{border-color:#22c55e80}.stat-card.target{border-color:#3b82f680}.stat-card.reach{border-color:#f9731680}.stat-card.prestige{border-color:#a855f780}.stat-value{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:36px;line-height:1;color:#facc15;margin-bottom:4px}.stat-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:14px;color:#fffc;text-align:center}.school-category{padding:16px;background:#ffffff0d;border-radius:12px}.category-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:22px;line-height:1.3;color:#fff;margin-bottom:16px;display:flex;align-items:center;gap:8px}.category-title.safety{color:#22c55e}.category-title.target{color:#3b82f6}.category-title.reach{color:#f97316}.category-title.prestige{color:#a855f7}.category-count{font-size:18px;opacity:.7}.schools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.school-card{padding:16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;transition:all .3s ease;text-decoration:none;color:inherit;display:block}.school-card.clickable{cursor:pointer}.school-card.clickable:hover{background:#fff3;transform:translateY(-4px);border-color:#facc1580;box-shadow:0 4px 12px #facc1533}.school-card:hover{background:#ffffff26;transform:translateY(-2px)}.school-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:16px;line-height:1.4;color:#fff;margin-bottom:4px}.school-state{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:13px;color:#fff9;margin-bottom:8px}.school-probability{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:14px;color:#fffc}.school-probability strong{color:#facc15;font-weight:700}@media (max-width: 768px){.profile-calculator-title{font-size:36px;line-height:43px}.profile-calculator-subtitle{font-size:16px}.profile-calculator-section{padding:60px 20px}.results-stats{grid-template-columns:repeat(2,1fr)}.schools-grid{grid-template-columns:1fr}}.homepage-calculator-result{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:28px;gap:24px;flex:1;border:3px solid #FFFFFF;border-radius:16px}.homepage-calculator-result-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;width:100%;flex:1;align-self:stretch}.homepage-calculator-score-group{display:flex;flex-direction:column;align-items:center;padding:0;gap:4px;width:100%;flex:none;order:0;align-self:stretch}.homepage-calculator-score-label{width:81px;height:21px;font-family:Wanted Sans Variable;font-style:normal;font-weight:600;font-size:18px;line-height:21px;letter-spacing:-.02em;color:#fff;flex:none;order:0;flex-grow:0}.homepage-calculator-score-display{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;padding:0;gap:8px;min-width:198px;height:60px;flex:none;order:1;flex-grow:0}.homepage-calculator-score-value{height:60px;font-family:Wanted Sans Variable;font-style:normal;font-weight:800;font-size:60px;line-height:100%;letter-spacing:-.02em;color:#facc15;flex:none;order:0;flex-grow:0;white-space:nowrap}.homepage-calculator-score-total{width:115px;height:43px;font-family:Wanted Sans Variable;font-style:normal;font-weight:800;font-size:36px;line-height:43px;letter-spacing:-.02em;color:#fff;flex:none;order:1;flex-grow:0}.homepage-calculator-description{width:100%;font-family:Wanted Sans Variable;font-style:normal;font-weight:400;font-size:14px;line-height:140%;text-align:center;letter-spacing:-.02em;color:#fff;flex:none;order:1;align-self:stretch}.homepage-calculator-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 24px;gap:10px;width:100%;height:48px;background:#facc15;border-radius:12px;flex:none;order:1;align-self:stretch;border:none;cursor:pointer;text-decoration:none}.homepage-calculator-button:disabled{opacity:.5;cursor:not-allowed}.homepage-calculator-button-text{width:162px;height:16px;font-family:Wanted Sans Variable;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#082f49;flex:none;order:0;flex-grow:0}.detailed-analysis-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;margin-top:32px;background:#facc15;border:2px solid #FACC15;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#082f49;text-decoration:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #facc154d}.detailed-analysis-button:hover{background:#f59e0b;border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}.detailed-analysis-button:active{transform:translateY(0)}.detailed-analysis-button svg{transition:transform .2s ease}.detailed-analysis-button:hover svg{transform:translate(3px)}.see-more-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;margin-top:16px;background:#fef9c3;border:2px solid #FACC15;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#854d0e;text-decoration:none;cursor:pointer;transition:all .2s ease;width:100%;max-width:150px;margin-left:auto;margin-right:auto}.see-more-button:hover{background:#facc15;color:#082f49;transform:translateY(-1px);box-shadow:0 4px 12px #facc154d}.see-more-button:active{transform:translateY(0)}.see-more-button-grid{display:flex;align-items:center;justify-content:center;padding:16px;background:#082f49;border:2px solid #0A3A5C;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#fff;text-decoration:none;cursor:pointer;transition:all .2s ease;min-height:88px}.see-more-button-grid:hover{background:#0a3a5c;border-color:#0c4a73;color:#facc15;transform:translateY(-1px);box-shadow:0 4px 12px #082f4966}.see-more-button-grid:active{transform:translateY(0)}.profile-calculator-section .profile-calculator-form{width:320px;flex-shrink:0}.profile-calculator-section .profile-calculator-content{display:flex;flex-direction:row;align-items:stretch;gap:12px}.score-preview-box{width:692px;flex-shrink:0;padding:48px 36px 36px;background:linear-gradient(135deg,#082f49,#0a3a5c);border:3px solid #FFFFFF;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 8px 24px #082f4926;align-self:stretch}@media (max-width: 1024px){.profile-calculator-section .profile-calculator-content{flex-direction:column;gap:20px}.profile-calculator-section .profile-calculator-form{width:100%;max-width:100%}.score-preview-box{width:100%;max-width:100%;padding:32px 24px 24px}}@media (max-width: 640px){.score-preview-box{padding:24px 20px 20px}.score-preview-value{font-size:48px}.score-preview-value .score-max{font-size:28px}}.score-preview-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.02em;color:#fff;text-align:center}.score-preview-value{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:60px;line-height:100%;letter-spacing:-.02em;color:#facc15;text-align:center;display:flex;align-items:flex-end;gap:8px}.score-preview-value .score-max{font-size:36px;color:#fff;line-height:43px}.score-preview-hint{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:150%;text-align:center;letter-spacing:-.02em;color:#ffffffd9;margin-top:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in,.school-category{animation:fadeIn .6s ease-out forwards}.school-category:nth-child(1){animation-delay:.1s;opacity:0}.school-category:nth-child(2){animation-delay:.2s;opacity:0}.school-category:nth-child(3){animation-delay:.3s;opacity:0}.school-category:nth-child(4){animation-delay:.4s;opacity:0}.homepage-container{position:relative;width:100%;min-height:100vh;background:#fcf8f0}.features-section{display:flex;flex-direction:column;align-items:center;padding:80px 32px;gap:24px;background:#fcf8f0}.features-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:24px;width:100%;max-width:1024px;margin:0 auto}.features-header{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;width:100%}.features-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:48px;line-height:57px;letter-spacing:-.02em;color:#082f49}.features-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49}.features-grid{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:12px;width:100%}.feature-card{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:24px;gap:24px;flex:1;background:#fff;border:1px solid #E7E5E4;border-radius:16px;transition:box-shadow .3s ease}.feature-card:hover{box-shadow:0 4px 12px #0000001a}.feature-card-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:12px;width:100%}.feature-icon-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:10px;width:50px;height:50px;border-radius:9999px}.feature-icon-wrapper.blue{background:#e0f2fe}.feature-icon-wrapper.blue .feature-icon{color:#0284c7}.feature-icon-wrapper.green{background:#dcfce7}.feature-icon-wrapper.green .feature-icon{color:#16a34a}.feature-icon-wrapper.orange{background:#ffedd5}.feature-icon-wrapper.orange .feature-icon{color:#c2410c}.feature-icon{width:22px;height:22px}.feature-title-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:10px;width:100%}.feature-card-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:20px;line-height:24px;letter-spacing:-.02em;color:#082f49}.feature-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f49}.feature-link{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:100%;letter-spacing:-.01em;text-decoration:none;transition:opacity .3s ease}.feature-link:hover{opacity:.8}.feature-link.blue{color:#0284c7}.feature-link.green{color:#16a34a}.feature-link.orange{color:#c2410c}.majors-section{display:flex;flex-direction:column;align-items:center;padding:80px 32px;gap:24px;background:#422006}.majors-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:32px;width:100%;max-width:1024px;margin:0 auto}.majors-header{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;width:100%}.majors-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:48px;line-height:57px;letter-spacing:-.02em;color:#facc15}.majors-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#fff}.majors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}.major-card{display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:16px;background:#fff;border-radius:16px}.major-icon-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:13.33px;width:70px;height:70px;border-radius:16px}.major-icon-wrapper.indigo{background:#e0e7ff}.major-icon-wrapper.indigo .major-icon{color:#4f46e5}.major-icon-wrapper.teal{background:#ccfbf1cc}.major-icon-wrapper.teal .major-icon{color:#0f766e}.major-icon-wrapper.blue{background:#dbeafe}.major-icon-wrapper.blue .major-icon{color:#2563eb}.major-icon-wrapper.amber{background:#fef3c7}.major-icon-wrapper.amber .major-icon{color:#b45309}.major-icon-wrapper.lime{background:#ecfccb}.major-icon-wrapper.lime .major-icon{color:#4d7c0f}.major-icon-wrapper.purple{background:#f3e8ff}.major-icon-wrapper.purple .major-icon{color:#7e22ce}.major-icon{width:34px;height:34px}.major-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:12px;width:100%}.major-card-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:24px;line-height:29px;letter-spacing:-.02em;color:#082f49}.major-details{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:6px;width:100%}.major-specializations{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:17px;letter-spacing:-.02em;color:#082f49}.major-stats{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;padding:0;gap:8px;width:100%}.major-stat-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px;gap:6px;background:#f5f5f4;border-radius:6px}.major-stat-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.02em;color:#082f49}.majors-cta{display:flex;flex-direction:column;align-items:center;padding:8px 0;gap:12px;width:100%}.majors-cta-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#fff}.majors-cta-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px 32px;gap:10px;background:#facc15;border-radius:9999px;border:none;cursor:pointer;transition:background .3s ease}.majors-cta-button:hover{background:#f59e0b}.majors-cta-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:100%;letter-spacing:-.01em;color:#422006}.housing-section{display:flex;flex-direction:column;align-items:center;padding:80px 36px;gap:24px;background:#fcf8f0}.housing-container{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:24px;width:100%;max-width:1024px;margin:0 auto}.housing-header-column{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;width:320px}.housing-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:48px;line-height:57px;letter-spacing:-.02em;color:#082f49}.housing-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49}.housing-content-column{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;flex:1}.housing-search-field{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:4px;width:100%}.housing-search-input-wrapper{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 4px 0 12px;gap:8px;width:100%;height:48px;background:#fff;border:1px solid #E7E5E4;border-radius:8px}.housing-search-icon{width:16px;height:16px;color:#082f4966;flex-shrink:0}.housing-search-input{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.005em;color:#082f49;border:none;outline:none;flex:1;background:transparent}.housing-search-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 20px;gap:10px;background:#082f49;border-radius:6px;border:none;cursor:pointer;transition:background .3s ease;margin-left:auto;flex-shrink:0}.housing-search-button:hover:not(:disabled){background:#0a3b5e}.housing-search-button:disabled{opacity:.5;cursor:not-allowed}.housing-search-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-.005em;color:#fff}.housing-map-container{width:100%;height:360px;position:relative}.housing-map-container .leaflet-container{height:100%;width:100%;border-radius:16px;z-index:0}.housing-map-container .custom-housing-marker{background:transparent;border:none}.housing-cta-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px 0;gap:10px;width:100%;background:#082f49;border-radius:12px;border:none;cursor:pointer;transition:background .3s ease;text-decoration:none}.housing-cta-button:hover{background:#0a3b5e}.housing-cta-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:100%;letter-spacing:-.01em;color:#fff}.homepage-footer{display:flex;flex-direction:column;align-items:center;padding:80px 32px;gap:16px;background:#e7e5e4}.footer-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;width:100%;max-width:1024px;margin:0 auto}.footer-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:20px;width:100%}.footer-info{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:100%}.footer-company-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:18px;line-height:140%;letter-spacing:-.01em;text-transform:capitalize;color:#44403c}.footer-address{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:120%;letter-spacing:-.01em;color:#78716c}.footer-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0;gap:24px;width:100%}.footer-links{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:16px}.footer-link{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-decoration-line:underline;color:#78716c;transition:color .3s ease}.footer-link:hover{color:#44403c}.footer-copyright{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:130%;letter-spacing:-.01em;color:#78716c}@media (max-width: 1024px){.features-grid,.housing-container{flex-direction:column}.majors-grid{grid-template-columns:repeat(2,1fr)}.housing-header-column{width:100%}}@media (max-width: 768px){.features-title,.majors-title,.housing-title{font-size:36px;line-height:43px}.features-subtitle,.majors-subtitle,.housing-subtitle{font-size:16px}.majors-grid{grid-template-columns:1fr}.features-section,.majors-section,.housing-section{padding:60px 20px}.footer-bottom{flex-direction:column;gap:12px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.universities-page{background:#fcf8f0;min-height:100vh;padding:60px 24px}.universities-container{max-width:1400px;margin:0 auto}.universities-header{margin-bottom:40px}.universities-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:900;font-size:48px;line-height:57px;letter-spacing:-.02em;color:#082f49;margin-bottom:12px}.universities-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49;opacity:.8}.universities-controls{margin-bottom:32px}.universities-search-row{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.universities-search-wrapper{flex:1;min-width:280px;position:relative}.universities-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#082f4966}.universities-search-input{width:100%;padding:14px 16px 14px 48px;background:#fff;border:2px solid #E5E7EB;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.005em;color:#082f49;transition:all .2s ease}.universities-search-input::-moz-placeholder{color:#082f4966}.universities-search-input::placeholder{color:#082f4966}.universities-search-input:focus{outline:none;border-color:#facc15;background:#fffbeb}.universities-view-toggle{display:flex;background:#fff;border:2px solid #E5E7EB;border-radius:8px;padding:4px}.universities-view-button{padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#082f4999}.universities-view-button.active{background:#082f49;color:#fff}.universities-view-button:hover:not(.active){background:#f3f4f6;color:#082f49}.universities-filters{background:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 8px #082f4914;margin-bottom:32px}.universities-filters-header{display:flex;align-items:center;gap:8px;margin-bottom:20px}.universities-filters-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:19px;letter-spacing:-.01em;color:#082f49}.universities-filters-content{display:grid;grid-template-columns:auto auto;gap:32px 48px;align-items:start}@media (max-width: 1024px){.universities-filters-content{grid-template-columns:1fr;gap:24px}}.universities-filter-group{display:flex;flex-direction:column;gap:12px;min-width:0}.universities-filter-group.full-width{grid-column:1 / -1}.universities-filter-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49}.universities-filter-buttons{display:flex;gap:8px;flex-wrap:wrap}.universities-filter-button{padding:10px 16px;background:#fafafa;border:2px solid #E5E7EB;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.005em;color:#082f49}.universities-filter-button.active{background:#facc15;border-color:#facc15;color:#082f49}.universities-filter-button:hover:not(.active){border-color:#facc15;background:#fffbeb}.universities-filter-select{padding:12px 14px;background:#fff;border:2px solid #E5E7EB;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-.005em;color:#082f49;cursor:pointer;transition:all .2s ease}.universities-filter-select:focus{outline:none;border-color:#facc15;background:#fffbeb}.universities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.university-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #082f4914;transition:all .3s ease;cursor:pointer}.university-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #082f491f}.university-card-image{width:100%;height:180px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background:#fff;padding:20px}.university-card-content{padding:20px}.university-card-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:21px;letter-spacing:-.01em;color:#082f49;margin-bottom:4px}.university-card-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.6;margin-bottom:12px}.university-card-location{display:flex;align-items:center;gap:6px;margin-bottom:16px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7}.university-card-stats{display:flex;flex-direction:column;gap:8px}.university-card-stat{display:flex;align-items:center;gap:8px}.university-card-stat-icon{color:#facc15}.university-card-stat-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49}.universities-list{display:flex;flex-direction:column;gap:16px}.university-list-item{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #082f4914;transition:all .3s ease;cursor:pointer;display:flex;gap:24px;align-items:center}.university-list-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #082f491f}.university-list-image{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background:#fff;padding:12px;border-radius:12px;flex-shrink:0}.university-list-content{flex:1}.university-list-header{margin-bottom:12px}.university-list-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;letter-spacing:-.01em;color:#082f49;margin-bottom:4px}.university-list-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.6}.university-list-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.universities-empty{text-align:center;padding:80px 24px}.universities-empty-icon{width:80px;height:80px;margin:0 auto 24px;color:#082f4933}.universities-empty-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;letter-spacing:-.01em;color:#082f49;margin-bottom:8px}.universities-empty-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.6}@media (max-width: 768px){.universities-page{padding:40px 16px}.universities-title{font-size:36px;line-height:43px}.universities-description{font-size:16px}.universities-grid{grid-template-columns:1fr}.university-list-item{flex-direction:column;align-items:flex-start}.university-list-image{width:100%;height:180px}.universities-filters-content{grid-template-columns:1fr}}@media (max-width: 480px){.universities-search-row{flex-direction:column}.universities-view-toggle{width:100%;justify-content:center}}.university-profile-page{background:#fcf8f0;min-height:100vh}.university-profile-header{background:#fff;box-shadow:0 2px 8px #082f4914;padding:32px 24px}.university-profile-header-container{max-width:1400px;margin:0 auto}.university-profile-back-link{display:inline-flex;align-items:center;gap:6px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#082f49;text-decoration:none;margin-bottom:24px;transition:all .2s ease}.university-profile-back-link:hover{color:#facc15}.university-profile-hero{display:flex;gap:32px;flex-wrap:wrap}.university-profile-image{width:100%;max-width:400px;height:280px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background:#fff;border-radius:16px;padding:30px}.university-profile-hero-content{flex:1;min-width:300px}.university-profile-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:16px;flex-wrap:wrap}.university-profile-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:900;font-size:40px;line-height:48px;letter-spacing:-.02em;color:#082f49}.university-profile-badges{display:flex;gap:8px;flex-wrap:wrap}.university-profile-badge{padding:8px 16px;border-radius:20px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:100%;letter-spacing:-.005em;white-space:nowrap}.university-profile-badge.commonapp{background:#dcfce7;color:#16a34a;border:1px solid #86EFAC}.university-profile-badge.no-commonapp{background:#fff7ed;color:#f59e0b;border:1px solid #FED7AA}.university-profile-compare-btn{padding:10px 20px;background:#facc15;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#082f49;display:inline-flex;align-items:center;gap:6px}.university-profile-compare-btn:hover{background:#f59e0b;transform:translateY(-1px)}.university-profile-location{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.8}.university-profile-details-grid{display:grid;grid-template-columns:1fr;gap:8px}.university-profile-detail-item{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-size:14px;line-height:140%;letter-spacing:-.01em}.university-profile-detail-label{font-weight:700;color:#082f49}.university-profile-detail-value{font-weight:400;color:#082f49;opacity:.8;margin-left:8px}.university-profile-detail-note{font-size:12px;color:#082f49;opacity:.6;margin-top:6px;line-height:150%}.carnegie-classification-item{position:relative;cursor:help}.carnegie-classification-tooltip{position:absolute;top:100%;left:0;right:0;margin-top:8px;padding:12px;background:#fff;border:2px solid #FACC15;border-radius:8px;box-shadow:0 4px 16px #082f491f;font-size:12px;color:#082f49;line-height:150%;z-index:10;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none}.carnegie-classification-item:hover .carnegie-classification-tooltip{opacity:1;visibility:visible}.university-profile-content{max-width:1400px;margin:0 auto;padding:40px 24px}.university-profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:40px}.university-profile-stat-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 8px #082f4914}.university-profile-stat-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.university-profile-stat-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7}.university-profile-stat-value{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:32px;line-height:100%;letter-spacing:-.02em;color:#082f49}.university-profile-main-grid{display:grid;grid-template-columns:2fr 1fr;gap:32px}.university-profile-section{background:#fff;padding:32px;border-radius:16px;box-shadow:0 2px 8px #082f4914}.university-profile-section-title{display:flex;align-items:center;gap:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:24px;line-height:28px;letter-spacing:-.02em;color:#082f49;margin-bottom:24px}.university-profile-requirement-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #F3F4F6}.university-profile-requirement-item:last-child{border-bottom:none}.university-profile-requirement-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:15px;line-height:140%;letter-spacing:-.01em;color:#082f49}.university-profile-requirement-status{padding:6px 14px;border-radius:16px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:100%;letter-spacing:-.005em;border:2px solid}.university-profile-requirement-status.required{background:#fee2e2;color:#dc2626;border-color:#fecaca}.university-profile-requirement-status.recommended{background:#fff7ed;color:#f59e0b;border-color:#fed7aa}.university-profile-requirement-status.not-considered{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.university-profile-notice{margin-top:24px;padding:20px;background:#eff6ff;border:2px solid #BFDBFE;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:-.01em;color:#1e40af}.university-profile-notice strong{font-weight:700}.university-profile-sidebar{display:flex;flex-direction:column;gap:32px}.university-profile-info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #F3F4F6}.university-profile-info-item:last-child{border-bottom:none}.university-profile-info-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.8}.university-profile-info-value{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:100%;letter-spacing:-.01em;color:#082f49}.university-profile-info-value.success{color:#16a34a}.university-profile-info-value.primary{color:#082f49}.college-scorecard-reference{font-size:11px;color:#082f49;opacity:.5;margin-top:6px;font-weight:400;font-style:italic}.university-profile-degree-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.university-profile-degree-tag{padding:6px 12px;background:#fffbeb;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:100%;letter-spacing:-.005em;color:#082f49}.university-profile-majors-list{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;margin-top:16px}.university-profile-major-item{background:#fafafa;padding:12px 16px;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49}.university-profile-not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fcf8f0;padding:24px}.university-profile-not-found-content{text-align:center}.university-profile-not-found-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:28px;line-height:33px;letter-spacing:-.02em;color:#082f49;margin-bottom:16px}.university-profile-not-found-link{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#082f49;text-decoration:none;transition:color .2s ease}.university-profile-not-found-link:hover{color:#facc15}.university-profile-two-column{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:40px}.university-profile-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #082f4914}.university-profile-section-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:900;font-size:24px;line-height:28px;letter-spacing:-.02em;color:#082f49;margin-bottom:24px;display:flex;align-items:center;gap:12px}.university-profile-requirements-list{display:flex;flex-direction:column;gap:16px}.requirement-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid rgba(8,47,73,.1)}.requirement-item:last-child{border-bottom:none}.requirement-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:15px;line-height:140%;letter-spacing:-.01em;color:#082f49}.requirement-badge{padding:6px 14px;border-radius:20px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:100%;letter-spacing:-.005em;white-space:nowrap}.requirement-badge.required{background:#fee2e2;color:#dc2626;border:1px solid #FECACA}.requirement-badge.optional{background:#fef3c7;color:#d97706;border:1px solid #FDE68A}.requirement-badge.not-considered{background:#f3f4f6;color:#6b7280;border:1px solid #D1D5DB}.academic-info-content{display:flex;flex-direction:column;gap:24px}.academic-info-item{display:flex;flex-direction:column;gap:8px}.academic-info-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7}.academic-info-value-wrapper{display:flex;flex-direction:column;gap:4px}.academic-info-value{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:100%;letter-spacing:-.02em;color:#082f49}.academic-info-value.graduation-rate{color:#16a34a}.academic-info-source{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.5}.degree-types{display:flex;gap:8px;flex-wrap:wrap}.degree-badge{padding:8px 16px;background:#dcfce7;border:1px solid #86EFAC;border-radius:20px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:100%;letter-spacing:-.005em;color:#16a34a}.majors-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-height:250px;overflow-y:auto;padding-right:8px}.major-item{padding:12px 16px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;transition:all .2s ease}.major-item:hover{background:#eff6ff;border-color:#bfdbfe}.majors-list::-webkit-scrollbar{width:6px}.majors-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.majors-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.majors-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.university-profile-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(8,47,73,.1)}.action-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:15px;line-height:100%;letter-spacing:-.01em;cursor:pointer;transition:all .2s ease;text-decoration:none;border:none;width:100%}.action-button.primary{background:#facc15;color:#082f49}.action-button.primary:hover{background:#f59e0b;transform:translateY(-1px);box-shadow:0 4px 12px #facc154d}.action-button.secondary{background:#fff;color:#082f49;border:2px solid #FACC15}.action-button.secondary:hover{background:#fef3c7;border-color:#f59e0b;transform:translateY(-1px)}@media (max-width: 1024px){.university-profile-main-grid{grid-template-columns:1fr}.university-profile-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.university-profile-two-column{grid-template-columns:1fr}}@media (max-width: 768px){.university-profile-header{padding:24px 16px}.university-profile-content{padding:32px 16px}.university-profile-title{font-size:32px;line-height:38px}.university-profile-hero{flex-direction:column}.university-profile-image{max-width:100%}.university-profile-stats{grid-template-columns:1fr}.university-profile-title-row{flex-direction:column;align-items:flex-start}.university-profile-section{padding:24px}.university-profile-details-grid,.majors-list{grid-template-columns:1fr}}@media (max-width: 480px){.university-profile-stat-value{font-size:24px}.university-profile-section-title{font-size:20px;line-height:24px}}.student-profile-page{background:#fcf8f0;min-height:100vh;padding-bottom:60px}.profile-hero-section{display:flex;flex-direction:column;align-items:center;padding:60px 24px;gap:24px;background:#fcf8f0}.profile-hero-content{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:800px;text-align:center}.profile-hero-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:900;font-size:48px;line-height:57px;letter-spacing:-.02em;color:#082f49}.profile-hero-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49;opacity:.8}.profile-container{max-width:1200px;margin:0 auto;padding:0 24px}.student-profile-page .profile-calculator-section{background:#fff;box-shadow:0 2px 8px #082f4914}.profile-calculator-result-no-border{display:flex;align-items:center;justify-content:center}.profile-calculator-result-content{text-align:center}.profile-calculator-score-group{margin-bottom:16px}.profile-calculator-score-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7;display:block;margin-bottom:12px}.profile-calculator-score-display{display:flex;align-items:baseline;justify-content:center;gap:4px}.profile-calculator-score-value{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:900;font-size:64px;line-height:100%;letter-spacing:-.02em;color:#16a34a}.profile-calculator-score-total{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:32px;line-height:100%;letter-spacing:-.02em;color:#082f49;opacity:.4}.profile-calculator-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:18px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7}.application-checker-section{background:#fff;border-radius:16px;padding:32px;margin-bottom:24px;box-shadow:0 2px 8px #082f4914}.application-checker-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.application-checker-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:24px;line-height:28px;letter-spacing:-.02em;color:#082f49}.application-checker-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7;margin-bottom:24px}.application-components-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.application-component-card{border-radius:12px;padding:20px;transition:all .2s ease;cursor:pointer;border:2px solid #E5E7EB;background:#fafafa}.application-component-card.checked{border-color:#facc15;background:#fffbeb}.application-component-content{display:flex;align-items:start;gap:12px}.application-component-checkbox{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:2px solid #E5E7EB;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#fff}.application-component-card.checked .application-component-checkbox{border-color:#facc15;background:#facc15}.application-component-info{flex:1}.application-component-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:19px;letter-spacing:-.01em;color:#082f49;margin-bottom:4px}.application-component-card.checked .application-component-label{color:#082f49}.application-component-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.6}.profile-tabs-container{background:#fff;border-radius:16px;box-shadow:0 2px 8px #082f4914;overflow:hidden;margin-bottom:24px}.profile-tabs-nav{display:flex;border-bottom:2px solid #F3F4F6}.profile-tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:19px;letter-spacing:-.01em;color:#082f49;opacity:.5;border:none;background:transparent;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease}.profile-tab-button:hover{opacity:.8;background:#fafafa}.profile-tab-button.active{opacity:1;border-bottom-color:#facc15;background:#fffbeb}.profile-tab-content{padding:32px}.profile-section-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:24px;line-height:28px;letter-spacing:-.02em;color:#082f49;margin-bottom:24px}.profile-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.profile-form-group{display:flex;flex-direction:column;gap:8px}.profile-form-group.full-width{grid-column:1 / -1}.profile-form-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49}.profile-form-input,.profile-form-select,.profile-form-textarea{box-sizing:border-box;padding:14px 16px;background:#fff;border:2px solid #E5E7EB;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.005em;color:#082f49;transition:all .2s ease}.profile-form-input::-moz-placeholder,.profile-form-select::-moz-placeholder,.profile-form-textarea::-moz-placeholder{color:#082f4966}.profile-form-input::placeholder,.profile-form-select::placeholder,.profile-form-textarea::placeholder{color:#082f4966}.profile-form-input:focus,.profile-form-select:focus,.profile-form-textarea:focus{outline:none;border-color:#facc15;background:#fff}.profile-form-textarea{resize:vertical;min-height:120px}.extracurriculars-section{margin-top:32px}.extracurriculars-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.extracurricular-card{background:#fafafa;border:2px solid #E5E7EB;border-radius:12px;padding:24px;margin-bottom:16px;position:relative}.extracurricular-remove-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.extracurricular-remove-btn:hover{background:#fee2e2}.profile-btn-primary{display:flex;justify-content:center;align-items:center;padding:16px 24px;gap:10px;background:#082f49;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#fff;text-decoration:none}.profile-btn-primary:hover{background:#0a415f;transform:translateY(-2px);box-shadow:0 4px 12px #082f4933}.profile-btn-primary:disabled{background:#e5e7eb;color:#082f4966;cursor:not-allowed;transform:none}.profile-btn-secondary{display:flex;justify-content:center;align-items:center;padding:16px 24px;gap:10px;background:transparent;border:2px solid #082F49;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#082f49}.profile-btn-secondary:hover{background:#082f49;color:#fff}.profile-btn-add{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#facc15;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#082f49}.profile-btn-add:hover{background:#f59e0b;transform:translateY(-1px)}.profile-actions{display:flex;gap:12px;margin-top:32px;justify-content:flex-end}@media (max-width: 768px){.profile-hero-title{font-size:36px;line-height:43px}.profile-hero-description{font-size:16px}.profile-form-grid,.application-components-grid{grid-template-columns:1fr}.profile-tab-content,.application-checker-section{padding:20px}.profile-actions{flex-direction:column}.profile-btn-primary,.profile-btn-secondary{width:100%}}@media (max-width: 480px){.profile-hero-title{font-size:28px;line-height:33px}.profile-tabs-nav{flex-direction:column}.profile-tab-button{border-bottom:2px solid #F3F4F6;border-right:none}.profile-tab-button.active{border-bottom-color:#facc15;border-right:none}.profile-calculator-score-value{font-size:48px}.profile-calculator-score-total{font-size:24px}}.analysis-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;gap:24px;animation:fadeInScale .5s ease-out}.analysis-loading-pulse{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.pulse-ring{position:absolute;border:3px solid #FACC15;border-radius:50%;animation:pulsate 2s ease-out infinite}.pulse-ring-1{width:60px;height:60px;animation-delay:0s}.pulse-ring-2{width:90px;height:90px;animation-delay:.3s}.pulse-ring-3{width:120px;height:120px;animation-delay:.6s}@keyframes pulsate{0%{transform:scale(.3);opacity:1}50%{opacity:.6}to{transform:scale(1);opacity:0}}.analysis-spinner{color:#facc15;animation:spin 1.5s linear infinite;z-index:1}.analysis-loading-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:130%;letter-spacing:-.02em;color:#082f49;margin:0;text-align:center;animation:fadeIn .6s ease-out .2s both;min-height:32px}.analysis-loading-title.rotating-message{animation:messageSlide .5s ease-in-out}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.analysis-loading-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.8;margin:0;max-width:400px;text-align:center;animation:fadeIn .6s ease-out .4s both}.analysis-progress-bar{width:100%;max-width:320px;height:6px;background:#082f491a;border-radius:3px;overflow:hidden;margin-top:24px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#facc15,#f59e0b,#facc15);background-size:200% 100%;border-radius:3px;animation:progressShimmer 2s ease-in-out infinite;width:100%}@keyframes progressShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.analysis-loading-dots{display:flex;gap:8px;animation:fadeIn .6s ease-out .6s both}.analysis-loading-dots .dot{width:10px;height:10px;background:#facc15;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.analysis-loading-dots .dot:nth-child(1){animation-delay:-.32s}.analysis-loading-dots .dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.analysis-results-fade-in{animation:fadeInSlideUp .6s ease-out}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.score-pop-in{animation:popIn .5s cubic-bezier(.68,-.55,.265,1.55) .3s both}@keyframes popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ai-analysis-container{margin-top:32px;padding:24px;background:linear-gradient(135deg,#facc1514,#facc150a);border:1.5px solid rgba(250,204,21,.3);border-radius:16px;animation:fadeIn .6s ease-out .5s both}.ai-analysis-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.ai-analysis-icon{font-size:24px;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{opacity:1;transform:scale(1) rotate(0)}50%{opacity:.8;transform:scale(1.1) rotate(10deg)}}.ai-analysis-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:17px;line-height:140%;letter-spacing:-.01em;color:#082f49}.ai-analysis-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:15px;line-height:1.8;letter-spacing:-.01em;color:#082f49;margin:0}.analysis-error-container{margin-top:24px;padding:20px 24px;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1.5px solid #FCA5A5;border-radius:12px;color:#991b1b;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1.6;animation:fadeIn .4s ease-out}@media (max-width: 768px){.analysis-loading-container{padding:40px 20px}.analysis-loading-pulse{width:100px;height:100px}.pulse-ring-1{width:50px;height:50px}.pulse-ring-2{width:75px;height:75px}.pulse-ring-3{width:100px;height:100px}.analysis-loading-title{font-size:20px}.analysis-loading-subtitle{font-size:14px}.ai-analysis-container{padding:20px}.ai-analysis-icon{font-size:20px}.ai-analysis-title{font-size:15px}.ai-analysis-text{font-size:14px}}.ai-analysis-table{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.ai-analysis-column{display:flex;flex-direction:column;gap:12px}.ai-analysis-column-header{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:15px;letter-spacing:-.01em}.strengths-header{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d}.weaknesses-header{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.ai-analysis-column-icon{font-size:18px}.ai-analysis-column-title{flex:1}.ai-analysis-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.ai-analysis-item{border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1.6;letter-spacing:-.01em;color:#082f49;position:relative;padding:12px 16px 12px 40px}.ai-analysis-item:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%}.strengths-item{background:#dcfce74d;border:1px solid rgba(187,247,208,.5)}.strengths-item:before{background:#10b981}.weaknesses-item{background:#dbeafe4d;border:1px solid rgba(191,219,254,.5)}.weaknesses-item:before{background:#3b82f6}@media (max-width: 768px){.ai-analysis-table{grid-template-columns:1fr}.ai-analysis-column-header{font-size:14px;padding:10px 14px}.ai-analysis-item{font-size:13px;padding:10px 14px 10px 36px}.ai-analysis-item:before{left:14px;width:5px;height:5px}}.dashboard-page{background:#fcf8f0;min-height:100vh;padding:80px 32px}.dashboard-container{max-width:1024px;margin:0 auto}.dashboard-header{margin-bottom:48px}.dashboard-welcome{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:48px;line-height:57px;letter-spacing:-.02em;color:#082f49;margin-bottom:12px}.dashboard-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49;opacity:.8}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:48px}.dashboard-stat-card{background:#fff;border:1px solid #E7E5E4;border-radius:16px;padding:24px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.dashboard-stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.dashboard-stat-info{display:flex;flex-direction:column;gap:8px}.dashboard-stat-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.005em;color:#082f49;opacity:.6}.dashboard-stat-value{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:32px;line-height:100%;letter-spacing:-.02em}.dashboard-stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-main-content{display:grid;grid-template-columns:2fr 1fr;gap:24px}.dashboard-recommendations{background:#fff;border:1px solid #E7E5E4;border-radius:16px;padding:32px}.dashboard-section-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:28px;line-height:33px;letter-spacing:-.02em;color:#082f49;margin-bottom:32px}.dashboard-category{margin-bottom:32px}.dashboard-category:last-child{margin-bottom:0}.dashboard-category-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.dashboard-category-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.dashboard-category-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;letter-spacing:-.01em;color:#082f49}.dashboard-category-badge{padding:6px 12px;border-radius:20px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:100%;letter-spacing:-.005em}.dashboard-schools-list{display:flex;flex-direction:column;gap:12px}.dashboard-school-card{border-radius:12px;padding:20px;border:1px solid;transition:all .3s ease}.dashboard-school-card:hover{transform:translate(4px);box-shadow:0 4px 12px #00000014}.dashboard-school-content{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.dashboard-school-left{display:flex;align-items:center;gap:16px;flex:1}.dashboard-school-image{width:64px;height:64px;border-radius:12px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.dashboard-school-info{flex:1}.dashboard-school-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:21px;letter-spacing:-.01em;color:#082f49;margin-bottom:6px}.dashboard-school-meta{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7;margin-bottom:8px}.dashboard-school-warning{display:flex;align-items:center;gap:6px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:140%;letter-spacing:-.005em}.dashboard-school-right{text-align:right;flex-shrink:0}.dashboard-school-chance{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:28px;line-height:100%;letter-spacing:-.02em;margin-bottom:4px}.dashboard-school-chance-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:100%;letter-spacing:-.005em;color:#082f49;opacity:.6}.dashboard-sidebar{display:flex;flex-direction:column;gap:24px}.dashboard-sidebar-card{background:#fff;border:1px solid #E7E5E4;border-radius:16px;padding:24px}.dashboard-sidebar-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;letter-spacing:-.01em;color:#082f49;margin-bottom:20px}.dashboard-profile-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #E7E5E4}.dashboard-profile-item:last-child{border-bottom:none;padding-bottom:0}.dashboard-profile-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7}.dashboard-profile-value{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49}.dashboard-profile-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.6;margin-top:8px}.dashboard-profile-section{margin-bottom:24px}.dashboard-profile-section:last-child{margin-bottom:0}.dashboard-profile-section-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:19px;letter-spacing:-.01em;color:#082f49;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #082F49}.dashboard-profile-item-sub{display:flex;justify-content:space-between;align-items:center;padding:8px 0 8px 20px;border-bottom:1px solid #F5F5F4}.dashboard-profile-item-sub:last-child{border-bottom:1px solid #E7E5E4}.dashboard-profile-label-sub{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.5}.dashboard-profile-value-sub{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:13px;line-height:140%;letter-spacing:-.01em;color:#082f49}.dashboard-improvement-list{display:flex;flex-direction:column;gap:12px}.dashboard-improvement-item{padding:16px;border-radius:12px;display:flex;align-items:flex-start;gap:12px}.dashboard-improvement-icon{flex-shrink:0;margin-top:2px}.dashboard-improvement-content{flex:1}.dashboard-improvement-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:140%;letter-spacing:-.01em;margin-bottom:4px}.dashboard-improvement-desc{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:150%;letter-spacing:-.005em;opacity:.8}.dashboard-action-button{width:100%;padding:14px 20px;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;text-decoration:none;display:block;text-align:center;margin-top:20px}.dashboard-action-button.primary{background:#082f49;color:#fff}.dashboard-action-button.primary:hover{background:#0a415f;transform:translateY(-2px);box-shadow:0 4px 12px #082f4933}.dashboard-action-button.secondary{background:#f5f5f4;color:#082f49;border:1px solid #E7E5E4}.dashboard-action-button.secondary:hover{background:#e7e5e4}.dashboard-empty-state{text-align:center;padding:80px 32px}.dashboard-empty-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;background:#fffbeb}.dashboard-empty-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:32px;line-height:38px;letter-spacing:-.02em;color:#082f49;margin-bottom:12px}.dashboard-empty-desc{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49;opacity:.7;margin-bottom:32px}.dashboard-empty-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:#082f49;color:#fff;border:none;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;text-decoration:none;cursor:pointer;transition:all .3s ease}.dashboard-empty-button:hover{background:#0a415f;transform:translateY(-2px);box-shadow:0 4px 12px #082f4933}.dashboard-success-icon{margin:0 auto;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.dashboard-success-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7;text-align:center;margin-top:12px}@media (max-width: 1024px){.dashboard-main-content{grid-template-columns:1fr}}.dashboard-see-all-button{width:100%;padding:14px 24px;margin-top:16px;background:#fff;border:2px solid #FACC15;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#082f49;cursor:pointer;transition:all .3s ease}.dashboard-see-all-button:hover{background:#fffbeb;transform:translateY(-2px);box-shadow:0 4px 12px #facc1533}.dashboard-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#082f4980;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.dashboard-modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #082f494d}.dashboard-modal-header{padding:24px;border-bottom:2px solid #F3F4F6;display:flex;justify-content:space-between;align-items:center}.dashboard-modal-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:29px;letter-spacing:-.01em;color:#082f49}.dashboard-modal-close{background:transparent;border:none;cursor:pointer;padding:4px;color:#082f4999;transition:color .2s ease}.dashboard-modal-close:hover{color:#082f49}.dashboard-modal-body{flex:1;overflow-y:auto;padding:24px}.dashboard-modal-school-card{border-radius:12px;border:2px solid;padding:20px;margin-bottom:12px;transition:all .3s ease}.dashboard-modal-school-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.dashboard-modal-school-card:last-child{margin-bottom:0}@media (max-width: 768px){.dashboard-page{padding:60px 20px}.dashboard-welcome{font-size:36px;line-height:43px}.dashboard-stats-grid{grid-template-columns:1fr}.dashboard-school-left{flex-direction:column;align-items:flex-start}.dashboard-school-image{width:100%;height:120px}.dashboard-modal-content{max-width:100%;max-height:90vh}.dashboard-modal-title{font-size:20px;line-height:24px}}.consulting-page-container{min-height:100vh;background:#fcf8f0;padding:60px 24px}.consulting-content-wrapper{display:flex;flex-direction:column;gap:32px;width:100%;max-width:1400px;margin:0 auto}.consulting-header{margin-bottom:8px}.consulting-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:900;font-size:48px;line-height:57px;letter-spacing:-.02em;color:#082f49;margin-bottom:12px}.consulting-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49;opacity:.8}.consulting-notice-banner{box-sizing:border-box;display:flex;flex-direction:row;gap:0;width:100%;background:#fff;border:1px solid #E7E5E4;border-radius:16px;overflow:hidden;transition:box-shadow .3s ease}.consulting-notice-banner:hover{box-shadow:0 4px 12px #0000001a}.consulting-notice-image{width:33.33%;height:280px;-o-object-fit:cover;object-fit:cover}.consulting-notice-content{display:flex;flex-direction:column;justify-content:space-between;padding:24px 40px 40px;gap:32px;flex:1;min-height:280px}.consulting-notice-badge{display:inline-flex;align-items:center;padding:6px 12px;background:#fffbeb;border-radius:9999px;width:-moz-fit-content;width:fit-content}.consulting-notice-badge-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:100%;letter-spacing:-.01em;color:#082f49}.consulting-notice-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:32px;line-height:38px;letter-spacing:-.02em;color:#082f49;margin-top:16px}.consulting-notice-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 24px;gap:10px;background:#082f49;border-radius:12px;border:none;cursor:pointer;transition:background .3s ease;width:-moz-fit-content;width:fit-content}.consulting-notice-button:hover{background:#0a3b5e}.consulting-notice-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#fff}.consulting-search-container{box-sizing:border-box;display:flex;flex-direction:column;padding:24px;gap:0;width:100%;background:#fff;border:1px solid #E7E5E4;border-radius:16px}.consulting-search-wrapper{position:relative;display:flex;align-items:center;width:100%}.consulting-search-icon{position:absolute;left:12px;width:20px;height:20px;color:#082f4966}.consulting-search-input{box-sizing:border-box;width:100%;padding:14px 12px 14px 44px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.005em;color:#082f49;transition:border-color .3s ease}.consulting-search-input::-moz-placeholder{color:#082f4966}.consulting-search-input::placeholder{color:#082f4966}.consulting-search-input:focus{outline:none;border-color:#082f49}.consulting-tags-container{box-sizing:border-box;display:flex;flex-direction:column;padding:24px;gap:16px;width:100%;background:#fff;border:1px solid #E7E5E4;border-radius:16px}.consulting-tags-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.consulting-tags-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49}.consulting-tags-clear{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#0284c7;background:none;border:none;cursor:pointer;transition:opacity .3s ease}.consulting-tags-clear:hover{opacity:.8}.consulting-tags-grid{display:flex;flex-wrap:wrap;gap:8px}.consulting-tag{display:flex;align-items:center;padding:8px 16px;gap:6px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:9999px;cursor:pointer;transition:all .3s ease}.consulting-tag:hover{background:#e7e5e4}.consulting-tag.active{background:#082f49;border-color:#082f49}.consulting-tag-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#082f49}.consulting-tag.active .consulting-tag-text{color:#fff}.consulting-selected-tags{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px solid #E7E5E4}.consulting-selected-tags-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f49}.consulting-selected-tags-list{display:flex;flex-wrap:wrap;gap:6px}.consulting-selected-tag{display:flex;align-items:center;padding:4px 8px;gap:6px;background:#fffbeb;border-radius:9999px}.consulting-selected-tag-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:100%;letter-spacing:-.01em;color:#082f49}.consulting-selected-tag-remove{background:none;border:none;cursor:pointer;padding:0;color:#082f49;font-size:16px;line-height:1;transition:opacity .3s ease}.consulting-selected-tag-remove:hover{opacity:.7}.consulting-selection-alert{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 24px;gap:16px;width:100%;background:#fef3c7;border:1px solid #FDE68A;border-radius:12px}.consulting-selection-info{display:flex;flex-direction:column;gap:4px}.consulting-selection-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:140%;letter-spacing:-.02em;color:#92400e}.consulting-selection-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#78350f}.consulting-compare-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 20px;gap:10px;background:#082f49;border-radius:12px;border:none;cursor:pointer;transition:background .3s ease;white-space:nowrap}.consulting-compare-button:hover{background:#0a3b5e}.consulting-compare-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#fff}.consulting-results-info{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.02em;color:#082f49}.consulting-programs-list{display:flex;flex-direction:column;gap:16px}.consulting-program-card{box-sizing:border-box;display:flex;flex-direction:row;gap:24px;padding:24px;width:100%;background:#fff;border:1px solid #E7E5E4;border-radius:16px;transition:all .3s ease}.consulting-program-card:hover{box-shadow:0 4px 12px #0000001a}.consulting-program-card.selected{border:2px solid #0284C7;box-shadow:0 4px 12px #0284c733}.consulting-program-image{width:200px;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:12px;flex-shrink:0}.consulting-program-content{display:flex;flex-direction:column;gap:12px;flex:1}.consulting-program-header{display:flex;flex-direction:column;gap:8px}.consulting-program-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:20px;line-height:24px;letter-spacing:-.02em;color:#082f49}.consulting-program-location{display:flex;align-items:center;gap:6px}.consulting-program-location-icon{width:16px;height:16px;color:#082f4999}.consulting-program-location-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f4999}.consulting-program-stats{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}.consulting-program-stat{display:flex;align-items:center;gap:4px}.consulting-program-stat-icon{width:16px;height:16px}.consulting-program-stat-icon.rating{color:#facc15}.consulting-program-stat-icon.users{color:#0284c7}.consulting-program-stat-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f49}.consulting-program-success-rate{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#16a34a}.consulting-program-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f49}.consulting-program-specialties{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.consulting-specialties-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;color:#082f49;white-space:nowrap;flex-shrink:0}.consulting-specialties-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;align-items:center}.consulting-specialty-tag{display:flex;align-items:center;padding:6px 12px;background:#fffbeb;border-radius:12px}.consulting-specialty-tag-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:100%;letter-spacing:-.01em;color:#082f49}.consulting-program-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #E7E5E4;gap:16px}.consulting-program-contact{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}.consulting-program-contact-item{display:flex;align-items:center;gap:6px}.consulting-program-contact-icon{width:16px;height:16px;color:#082f4999}.consulting-program-contact-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f4999}.consulting-program-actions{display:flex;gap:8px}.consulting-program-select-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 20px;gap:10px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:12px;cursor:pointer;transition:all .3s ease}.consulting-program-select-button:hover{background:#e7e5e4}.consulting-program-select-button.selected{background:#0284c7;border-color:#0284c7}.consulting-program-select-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#082f49}.consulting-program-select-button.selected .consulting-program-select-button-text{color:#fff}.consulting-program-contact-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 20px;gap:10px;background:#082f49;border:none;border-radius:12px;cursor:pointer;transition:background .3s ease}.consulting-program-contact-button:hover{background:#0a3b5e}.consulting-program-contact-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#fff}.consulting-all-displayed{display:flex;justify-content:center;padding:32px 20px;margin-top:24px}.consulting-all-displayed-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:140%;letter-spacing:-.02em;color:#082f49;opacity:.6;text-align:center}.consulting-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.consulting-empty-icon{width:48px;height:48px;color:#082f4966}.consulting-empty-message{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f4999;text-align:center}.consulting-empty-button{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#0284c7;background:none;border:none;cursor:pointer;transition:opacity .3s ease}.consulting-empty-button:hover{opacity:.8}@media (max-width: 1024px){.consulting-notice-banner{flex-direction:column}.consulting-notice-image{width:100%;height:180px}.consulting-program-card{flex-direction:column}.consulting-program-image{width:100%;height:180px}.consulting-selection-alert{flex-direction:column;align-items:flex-start}.consulting-compare-button{width:100%}}@media (max-width: 768px){.consulting-page-container{padding:60px 20px}.consulting-title{font-size:36px;line-height:43px}.consulting-subtitle{font-size:16px}.consulting-notice-title{font-size:24px;line-height:29px}.consulting-program-footer{flex-direction:column;align-items:flex-start}.consulting-program-actions{width:100%;flex-direction:column}.consulting-program-select-button,.consulting-program-contact-button{width:100%}}.login-page-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fcf8f0;padding:20px;position:relative;overflow-y:auto}.login-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:480px;position:relative;z-index:1;animation:slideUp .6s ease-out;margin:auto}.login-header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.login-icon-wrapper{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background:linear-gradient(135deg,#082f49,#0a3b5e);border-radius:16px;box-shadow:0 10px 30px #082f494d;transition:transform .3s ease,box-shadow .3s ease}.login-icon-wrapper:hover{transform:translateY(-2px);box-shadow:0 15px 40px #082f4966}.login-icon{width:32px;height:32px;color:#fff}.login-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:36px;line-height:43px;letter-spacing:-.02em;color:#082f49;text-shadow:0 2px 4px rgba(0,0,0,.05)}.login-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.02em;color:#082f49;max-width:400px;opacity:.9}.login-form-container{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;padding:32px;width:100%;background:#fff;border:1px solid rgba(231,229,228,.6);border-radius:24px;box-shadow:0 20px 60px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:box-shadow .3s ease}.login-form-container:hover{box-shadow:0 25px 70px #0000001f}.login-error{display:flex;align-items:center;padding:16px;gap:8px;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #FCA5A5;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#991b1b;animation:shake .4s ease-in-out}.login-form-group{display:flex;flex-direction:column;gap:8px}.login-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f49}.login-input-wrapper{position:relative;display:flex;align-items:center}.login-input-icon{position:absolute;left:14px;width:20px;height:20px;color:#082f4966;transition:color .3s ease;pointer-events:none}.login-input-wrapper:focus-within .login-input-icon{color:#082f49}.login-input{box-sizing:border-box;width:100%;padding:14px 14px 14px 46px;background:#fff;border:2px solid #E7E5E4;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.005em;color:#082f49;transition:all .3s ease}.login-input::-moz-placeholder{color:#082f4966}.login-input::placeholder{color:#082f4966}.login-input:focus{outline:none;border-color:#082f49;background:#fafafa;box-shadow:0 0 0 4px #082f491a}.login-password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:6px}.login-password-toggle:hover{background:#082f490d}.login-password-toggle-icon{width:20px;height:20px;color:#082f4999;transition:color .3s ease}.login-password-toggle:hover .login-password-toggle-icon{color:#082f49}.login-options-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.login-checkbox-wrapper{display:flex;align-items:center;gap:8px}.login-checkbox{width:18px;height:18px;border-radius:6px;border:2px solid #E7E5E4;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.login-checkbox:checked{background-color:#082f49;border-color:#082f49}.login-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.login-checkbox:hover{border-color:#082f49}.login-checkbox-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f49;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.login-forgot-link{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#0284c7;text-decoration:none;transition:all .3s ease;position:relative}.login-forgot-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#0284c7;transition:width .3s ease}.login-forgot-link:hover:after{width:100%}.login-submit-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px;gap:10px;width:100%;background:linear-gradient(135deg,#082f49,#0a3b5e);border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #082f494d;position:relative;overflow:hidden}.login-submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.login-submit-button:hover:before{left:100%}.login-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#0a3b5e,#0c4a70);box-shadow:0 6px 20px #082f4966;transform:translateY(-2px)}.login-submit-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #082f494d}.login-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-submit-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:100%;letter-spacing:-.01em;color:#fff;position:relative;z-index:1}.login-signup-prompt{text-align:center;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.02em;color:#082f49}.login-signup-link{font-weight:700;color:#0284c7;text-decoration:none;transition:all .3s ease;position:relative}.login-signup-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#0284c7;transition:width .3s ease}.login-signup-link:hover:after{width:100%}@media (max-width: 768px){.login-title{font-size:32px;line-height:38px}.login-subtitle{font-size:15px}.login-form-container{padding:24px;gap:18px}.login-page-container{padding:16px}.login-options-row{flex-direction:column;align-items:flex-start;gap:12px}.login-content-wrapper{gap:20px}}@media (max-width: 480px){.login-icon-wrapper{width:56px;height:56px}.login-icon{width:28px;height:28px}.login-title{font-size:28px;line-height:34px}.login-form-container{padding:20px;gap:16px}.login-content-wrapper{gap:16px}}.signup-page-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fcf8f0;padding:20px;position:relative;overflow-y:auto}.signup-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:480px;position:relative;z-index:1;animation:slideUp .6s ease-out;margin:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.signup-header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.signup-icon-wrapper{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background:linear-gradient(135deg,#082f49,#0a3b5e);border-radius:16px;box-shadow:0 10px 30px #082f494d;transition:transform .3s ease,box-shadow .3s ease}.signup-icon-wrapper:hover{transform:translateY(-2px);box-shadow:0 15px 40px #082f4966}.signup-icon{width:32px;height:32px;color:#fff}.signup-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:36px;line-height:43px;letter-spacing:-.02em;color:#082f49;text-shadow:0 2px 4px rgba(0,0,0,.05)}.signup-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.02em;color:#082f49;max-width:400px;opacity:.9}.signup-form-container{box-sizing:border-box;display:flex;flex-direction:column;gap:18px;padding:32px;width:100%;background:#fff;border:1px solid rgba(231,229,228,.6);border-radius:24px;box-shadow:0 20px 60px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:box-shadow .3s ease}.signup-form-container:hover{box-shadow:0 25px 70px #0000001f}.signup-error{display:flex;align-items:center;padding:16px;gap:8px;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #FCA5A5;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#991b1b;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.signup-form-group{display:flex;flex-direction:column;gap:8px}.signup-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f49}.signup-input-wrapper{position:relative;display:flex;align-items:center}.signup-input-icon{position:absolute;left:14px;width:20px;height:20px;color:#082f4966;transition:color .3s ease;pointer-events:none}.signup-input-wrapper:focus-within .signup-input-icon{color:#082f49}.signup-input{box-sizing:border-box;width:100%;padding:14px 14px 14px 46px;background:#fff;border:2px solid #E7E5E4;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.005em;color:#082f49;transition:all .3s ease}.signup-input.error{border-color:#fca5a5}.signup-input::-moz-placeholder{color:#082f4966}.signup-input::placeholder{color:#082f4966}.signup-input:focus{outline:none;border-color:#082f49;background:#fafafa;box-shadow:0 0 0 4px #082f491a}.signup-password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:6px}.signup-password-toggle:hover{background:#082f490d}.signup-password-toggle-icon{width:20px;height:20px;color:#082f4999;transition:color .3s ease}.signup-password-toggle:hover .signup-password-toggle-icon{color:#082f49}.signup-field-error{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:13px;line-height:140%;letter-spacing:-.02em;color:#991b1b;margin-top:4px}.signup-terms-wrapper{display:flex;align-items:center;gap:8px}.signup-checkbox{width:18px;height:18px;border-radius:6px;border:2px solid #E7E5E4;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;flex-shrink:0}.signup-checkbox:checked{background-color:#082f49;border-color:#082f49}.signup-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.signup-checkbox:hover{border-color:#082f49}.signup-terms-label{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#082f49;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.signup-terms-link{color:#0284c7;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.signup-terms-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#0284c7;transition:width .3s ease}.signup-terms-link:hover:after{width:100%}.signup-submit-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px;gap:10px;width:100%;background:linear-gradient(135deg,#082f49,#0a3b5e);border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #082f494d;position:relative;overflow:hidden}.signup-submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.signup-submit-button:hover:before{left:100%}.signup-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#0a3b5e,#0c4a70);box-shadow:0 6px 20px #082f4966;transform:translateY(-2px)}.signup-submit-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #082f494d}.signup-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.signup-submit-button-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:100%;letter-spacing:-.01em;color:#fff;position:relative;z-index:1}.signup-login-prompt{text-align:center;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.02em;color:#082f49}.signup-login-link{font-weight:700;color:#0284c7;text-decoration:none;transition:all .3s ease;position:relative}.signup-login-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#0284c7;transition:width .3s ease}.signup-login-link:hover:after{width:100%}@media (max-width: 768px){.signup-title{font-size:32px;line-height:38px}.signup-subtitle{font-size:15px}.signup-form-container{padding:24px;gap:16px}.signup-page-container{padding:16px}.signup-content-wrapper{gap:20px}}@media (max-width: 480px){.signup-icon-wrapper{width:56px;height:56px}.signup-icon{width:28px;height:28px}.signup-title{font-size:28px;line-height:34px}.signup-form-container{padding:20px;gap:14px}.signup-content-wrapper{gap:16px}}.compare-page{background:#fcf8f0;min-height:100vh;padding:60px 24px}.compare-container{max-width:1400px;margin:0 auto}.compare-header{margin-bottom:40px}.compare-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:900;font-size:48px;line-height:57px;letter-spacing:-.02em;color:#082f49;margin-bottom:12px}.compare-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49;opacity:.8}.compare-selection{background:#fff;padding:32px;border-radius:16px;box-shadow:0 2px 8px #082f4914;margin-bottom:32px}.compare-selection-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;letter-spacing:-.01em;color:#082f49;margin-bottom:20px}.compare-selected-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.compare-selected-card{background:#fffbeb;border:2px solid #FACC15;border-radius:12px;padding:20px;position:relative}.compare-selected-image{width:80px;height:80px;margin:0 auto 16px;border-radius:50%;overflow:hidden;background:#fff;padding:8px;box-shadow:0 2px 8px #082f491a}.compare-selected-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.compare-selected-remove{position:absolute;top:12px;right:12px;background:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#ef4444}.compare-selected-remove:hover{background:#fee2e2}.compare-selected-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:19px;letter-spacing:-.01em;color:#082f49;margin-bottom:4px;padding-right:36px}.compare-selected-location{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.6}.compare-add-button{background:#fafafa;border:2px dashed #E5E7EB;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:100px}.compare-add-button:hover{border-color:#facc15;background:#fffbeb}.compare-add-icon{color:#facc15}.compare-add-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.005em;color:#082f49;opacity:.6}.compare-search-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#082f4980;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.compare-search-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #082f494d}.compare-search-header{padding:24px;border-bottom:2px solid #F3F4F6;display:flex;justify-content:space-between;align-items:center}.compare-search-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;letter-spacing:-.01em;color:#082f49}.compare-search-close{background:transparent;border:none;cursor:pointer;padding:4px;color:#082f4999;transition:color .2s ease}.compare-search-close:hover{color:#082f49}.compare-search-input-wrapper{padding:16px 24px;border-bottom:2px solid #F3F4F6;position:relative}.compare-search-icon{position:absolute;left:40px;top:50%;transform:translateY(-50%);color:#082f4966}.compare-search-input{width:100%;padding:14px 16px 14px 48px;background:#fafafa;border:2px solid #E5E7EB;border-radius:12px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.005em;color:#082f49;transition:all .2s ease}.compare-search-input::-moz-placeholder{color:#082f4966}.compare-search-input::placeholder{color:#082f4966}.compare-search-input:focus{outline:none;border-color:#facc15;background:#fffbeb}.compare-search-results{flex:1;overflow-y:auto;padding:16px 24px}.compare-search-item{padding:16px;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-bottom:8px;display:flex;align-items:center;gap:16px;border:2px solid transparent;background:transparent;width:100%;text-align:left}.compare-search-item-image{width:56px;height:56px;border-radius:50%;overflow:hidden;background:#fff;padding:6px;box-shadow:0 2px 4px #082f4914;flex-shrink:0;display:flex;align-items:center;justify-content:center}.compare-search-item-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.compare-search-item:hover{background:#fffbeb;border-color:#facc15}.compare-search-item-info{flex:1;min-width:0}.compare-search-item-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:19px;letter-spacing:-.01em;color:#082f49;margin-bottom:4px;text-align:left}.compare-search-item-location{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.6;text-align:left}.compare-table-wrapper{background:#fff;border-radius:16px;box-shadow:0 2px 8px #082f4914;overflow:hidden}.compare-table{width:100%;border-collapse:collapse}.compare-table thead{background:#082f49}.compare-table th{padding:20px;text-align:left;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:19px;letter-spacing:-.01em;color:#fff;border-bottom:2px solid rgba(255,255,255,.1)}.compare-table tbody tr{border-bottom:1px solid #F3F4F6;transition:background .2s ease}.compare-table tbody tr:hover{background:#fffbeb}.compare-table td{padding:20px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:15px;line-height:140%;letter-spacing:-.01em;color:#082f49}.compare-table td:first-child{font-weight:600;background:#fafafa}.compare-table-category{background:#f9fafb!important;font-weight:700!important;color:#082f49;text-transform:uppercase;font-size:13px;letter-spacing:.05em}.compare-table-label{font-weight:600!important;background:#fafafa}.compare-table-uni-image{width:80px;height:80px;margin:0 auto;border-radius:50%;overflow:hidden;background:#fff;padding:8px;box-shadow:0 2px 8px #082f491a}.compare-table-uni-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.compare-stat-icon{display:inline-flex;align-items:center;gap:8px}.compare-stat-icon svg{color:#facc15;flex-shrink:0}.compare-empty{text-align:center;padding:80px 24px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #082f4914}.compare-empty-icon{width:80px;height:80px;margin:0 auto 24px;color:#082f4933}.compare-empty-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:28px;letter-spacing:-.01em;color:#082f49;margin-bottom:12px}.compare-empty-text{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.6;margin-bottom:24px}.compare-empty-button{padding:14px 24px;background:#082f49;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#fff;display:inline-flex;align-items:center;gap:8px}.compare-empty-button:hover{background:#0a415f;transform:translateY(-2px);box-shadow:0 4px 12px #082f4933}@media (max-width: 768px){.compare-page{padding:40px 16px}.compare-title{font-size:36px;line-height:43px}.compare-description{font-size:16px}.compare-selected-grid{grid-template-columns:1fr}.compare-table-wrapper{overflow-x:auto}.compare-table{min-width:600px}.compare-selection{padding:24px}}@media (max-width: 480px){.compare-search-modal{padding:0}.compare-search-content{max-height:100vh;border-radius:0}}.housing-page{background:#fcf8f0;min-height:100vh}.housing-search-section{padding:80px 32px;background:#fcf8f0}.housing-search-container{max-width:1024px;margin:0 auto;text-align:center}.housing-availability-notice{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 20px;background:#eff6ff;border:1px solid #BFDBFE;border-radius:12px;margin-bottom:32px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:15px;color:#1e40af}.housing-search-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:36px;line-height:43px;letter-spacing:-.02em;color:#082f49;margin-bottom:16px}.housing-search-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:140%;letter-spacing:-.02em;color:#082f49;opacity:.8;margin-bottom:32px}.housing-search-input-wrapper{display:flex;align-items:center;gap:22px;width:100%;padding:28px 4px 28px 32px;background:#fff;border:2px solid #E5E7EB;border-radius:12px;transition:all .2s ease}.housing-search-input-wrapper:focus-within{border-color:#facc15;background:#fffbeb}.housing-search-icon{width:32px;height:32px;color:#082f4966;flex-shrink:0}.housing-search-input{flex:1;border:none;background:transparent;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.005em;color:#082f49;outline:none}.housing-search-input::-moz-placeholder{color:#082f4966}.housing-search-input::placeholder{color:#082f4966}.housing-search-button{padding:14px 24px;background:#facc15;border:none;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;color:#082f49;cursor:pointer;transition:all .2s ease;white-space:nowrap}.housing-search-button:hover{background:#eab308;transform:translateY(-1px)}.housing-loading,.housing-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#082f49;opacity:.6}.housing-loading{gap:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.housing-listings-section{padding:80px 32px;background:#fcf8f0}.housing-listings-container{max-width:1024px;margin:0 auto}.housing-section-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:32px;line-height:38px;letter-spacing:-.02em;color:#082f49;margin-bottom:32px}.housing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.housing-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #082f4914;transition:all .3s ease}.housing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #082f491f}.housing-card-image{width:100%;height:220px;-o-object-fit:cover;object-fit:cover}.housing-card-content{padding:24px}.housing-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.housing-card-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:21px;letter-spacing:-.01em;color:#082f49;flex:1}.housing-badge{padding:6px 12px;border-radius:20px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:100%;letter-spacing:-.005em;white-space:nowrap}.housing-badge.available{background:#fffbeb;color:#f59e0b;border:1px solid #FACC15}.housing-card-location{display:flex;align-items:center;gap:6px;margin-bottom:16px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.7}.housing-card-location-separator{color:#082f494d}.housing-card-price-container{display:flex;align-items:baseline;gap:4px;margin-bottom:16px}.housing-card-price{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:28px;line-height:100%;letter-spacing:-.02em;color:#082f49}.housing-card-price-period{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.01em;color:#082f49;opacity:.6}.housing-card-amenities{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.housing-amenity-tag{padding:8px 12px;background:#fffbeb;border-radius:8px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:100%;letter-spacing:-.005em;color:#082f49}.housing-card-button{display:block;width:100%;padding:14px 20px;background:#082f49;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.01em;color:#fff;text-align:center;text-decoration:none}.housing-card-button:hover{background:#0a415f;transform:translateY(-2px);box-shadow:0 4px 12px #082f4933}.housing-features-section{padding:80px 32px;background:#fff}.housing-features-container{max-width:1024px;margin:0 auto}.housing-features-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:800;font-size:36px;line-height:43px;letter-spacing:-.02em;color:#082f49;text-align:center;margin-bottom:64px}.housing-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:48px}.housing-feature-item{text-align:center}.housing-feature-icon-wrapper{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.housing-feature-icon-wrapper.location{background:#e0f2fe}.housing-feature-icon-wrapper.search{background:#dcfce7}.housing-feature-icon-wrapper.expert{background:#ffedd5}.housing-feature-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;letter-spacing:-.01em;color:#082f49;margin-bottom:16px}.housing-feature-description{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;letter-spacing:-.01em;color:#082f49;opacity:.7}.housing-hero-image{width:100%;height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.housing-hero-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#082f491a,#082f494d)}.university-map-page{min-height:100vh;background:#fcf8f0;display:flex;flex-direction:column}.map-page-header{background:#082f49;padding:48px 32px;color:#fff}.map-header-content{max-width:1280px;margin:0 auto}.map-page-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:900;font-size:48px;line-height:1.2;letter-spacing:-.02em;color:#facc15;margin-bottom:12px}.map-page-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:18px;line-height:1.4;color:#ffffffe6;margin-bottom:24px;max-width:800px}.map-stats{display:flex;gap:24px;margin-top:16px}.map-stat-item{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;color:#facc15;padding:8px 16px;background:#facc151a;border-radius:8px}.map-container-wrapper{width:100%;height:600px;position:relative;background:#f5f5f5;touch-action:none}.university-map{width:100%;height:600px;z-index:0;touch-action:none}.leaflet-container{width:100%;height:600px;background:#aad3df;touch-action:none}.map-reset-button{position:absolute;top:80px;right:10px;z-index:1000;background:#fff;border:2px solid #082F49;border-radius:8px;padding:8px 16px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;color:#082f49;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.map-reset-button:hover{background:#facc15;border-color:#facc15;transform:translateY(-1px);box-shadow:0 4px 12px #facc154d}.custom-marker{background:transparent;border:none}.marker-container{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px}.marker-badge{background:#082f49;color:#fff;border:3px solid white;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:12px;letter-spacing:-.01em;box-shadow:0 4px 12px #082f494d;transition:all .2s ease;cursor:pointer}.marker-container.selected .marker-badge{background:#facc15;color:#082f49;transform:scale(1.1);box-shadow:0 6px 16px #facc1566}.marker-label{background:#fff;color:#082f49;padding:4px 8px;border-radius:6px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:11px;box-shadow:0 2px 8px #00000026;white-space:nowrap;pointer-events:none}.map-popup{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-width:200px}.popup-title{font-weight:700;font-size:16px;color:#082f49;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #FACC15}.popup-details{margin-bottom:12px}.popup-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.popup-label{font-weight:500;font-size:13px;color:#082f49b3}.popup-value{font-weight:600;font-size:14px;color:#082f49}.popup-link{display:inline-block;padding:8px 16px;background:#facc15;color:#082f49;text-decoration:none;border-radius:6px;font-weight:600;font-size:13px;text-align:center;transition:all .2s ease}.popup-link:hover{background:#f59e0b;transform:translateY(-1px)}.map-sidebar{background:#fff;padding:32px;max-width:1280px;margin:0 auto;width:100%}.sidebar-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:24px;color:#082f49;margin-bottom:20px}.sidebar-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;max-height:400px;overflow-y:auto}.sidebar-item{padding:16px;background:#fcf8f0;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease}.sidebar-item:hover{border-color:#facc15;transform:translateY(-2px);box-shadow:0 4px 12px #facc1533}.sidebar-item.active{border-color:#facc15;background:#facc151a}.sidebar-item-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.sidebar-abbrev{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#082f49;color:#fff;border-radius:50%;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:11px;flex-shrink:0}.sidebar-item.active .sidebar-abbrev{background:#facc15;color:#082f49}.sidebar-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;color:#082f49;flex:1}.sidebar-item-info{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid rgba(8,47,73,.1)}.sidebar-tuition{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:14px;color:#082f49}.sidebar-link{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:12px;color:#facc15;text-decoration:none;transition:color .2s ease}.sidebar-link:hover{color:#f59e0b}@media (max-width: 768px){.map-page-title{font-size:36px}.university-map{height:400px}.sidebar-list{grid-template-columns:1fr}}.custom-cluster-icon{background:transparent!important;border:none!important}.cluster-marker{width:40px;height:40px;background:#facc15;border:3px solid #082F49;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#082f49;box-shadow:0 2px 8px #0000004d;transition:all .2s}.cluster-marker:hover{transform:scale(1.1);box-shadow:0 3px 12px #0006}.map-stat-hint{font-size:13px;color:#facc15;font-weight:500;margin-left:16px;font-style:italic}.map-search-container{max-width:1200px;margin:0 auto;padding:0 20px 24px}.map-search-wrapper{position:relative;display:flex;gap:12px;max-width:600px}.map-search-input-wrapper{position:relative;flex:1}.map-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.map-search-input{width:100%;padding:12px 20px 12px 48px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;border:2px solid #E5E7EB;border-radius:8px;background:#fff;transition:all .2s ease}.map-search-input:focus{outline:none;border-color:#facc15;box-shadow:0 0 0 3px #facc151a}.map-search-input:focus~.map-search-icon{color:#facc15}.map-search-input-wrapper:focus-within .map-search-icon{color:#facc15}.map-search-input::-moz-placeholder{color:#9ca3af}.map-search-input::placeholder{color:#9ca3af}.map-search-button{padding:12px 32px;font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;background:#facc15;color:#082f49;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.map-search-button:hover:not(:disabled){background:#f5c000;transform:translateY(-1px);box-shadow:0 4px 12px #facc154d}.map-search-button:disabled{opacity:.5;cursor:not-allowed}.map-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:2px solid #E5E7EB;border-radius:8px;box-shadow:0 8px 24px #00000026;max-height:400px;overflow-y:auto;z-index:10000}.map-search-result-item{padding:12px 16px;cursor:pointer;transition:background .15s ease;border-bottom:1px solid #F3F4F6}.map-search-result-item:last-child{border-bottom:none}.map-search-result-item:hover{background:#fcf8f0}.search-result-name{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#082f49;margin-bottom:4px}.search-result-details{display:flex;gap:12px;font-size:13px;color:#6b7280}.search-result-abbrev{font-weight:600;color:#facc15}.search-result-tuition{color:#6b7280}.settings-page{min-height:calc(100vh - 64px);background:#fcf8f0;padding:2rem 1rem}.settings-container{max-width:800px;margin:0 auto}.settings-header{margin-bottom:2.5rem;text-align:center}.settings-title{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:800;color:#082f49;margin-bottom:.5rem;letter-spacing:-.02em}.settings-subtitle{font-family:Wanted Sans Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#082f49;opacity:.7}.settings-content{display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #082f491a;border:1px solid #E7E5E4}.settings-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #E7E5E4}.settings-section-icon{width:20px;height:20px;color:#facc15}.settings-section-icon.danger{color:#ef4444}.settings-section-title{font-size:1.125rem;font-weight:600;color:#082f49}.settings-section-title.danger{color:#ef4444}.settings-card{display:flex;flex-direction:column;gap:1px;background:#fcf8f0;border-radius:8px;overflow:hidden}.settings-card.danger{background:#fee2e2}.settings-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fff;gap:1rem}.settings-item-info{display:flex;align-items:flex-start;gap:.75rem;flex:1}.settings-item-icon{width:20px;height:20px;color:#082f49b3;margin-top:.25rem;flex-shrink:0}.settings-item-title{font-size:.9375rem;font-weight:500;color:#082f49;margin-bottom:.25rem}.settings-item-title.danger{color:#dc2626}.settings-item-description{font-size:.875rem;color:#082f49b3;line-height:1.5}.settings-item-value{font-size:.875rem;color:#082f49b3}.settings-item-action{flex-shrink:0}.settings-link-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fff;border:none;width:100%;text-align:left;cursor:pointer;transition:background .2s}.settings-link-item:hover{background:#fff}.settings-chevron{width:20px;height:20px;color:#082f4980;flex-shrink:0}.settings-language-toggle{display:flex;background:#fcf8f0;border-radius:8px;padding:4px;gap:4px}.settings-language-option{padding:.5rem 1rem;border:none;background:transparent;border-radius:6px;font-size:.875rem;font-weight:500;color:#082f49b3;cursor:pointer;transition:all .2s}.settings-language-option.active{background:#fff;color:#facc15;box-shadow:0 1px 2px #0000000d}.settings-language-option:hover:not(.active){color:#082f49}.settings-toggle{position:relative;display:inline-block;width:48px;height:28px}.settings-toggle input{opacity:0;width:0;height:0}.settings-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e7e5e4;transition:.3s;border-radius:28px}.settings-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.settings-toggle input:checked+.settings-toggle-slider{background-color:#facc15}.settings-toggle input:checked+.settings-toggle-slider:before{transform:translate(20px)}.settings-button-primary{background:#facc15;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .2s}.settings-button-primary:hover{background:#f59e0b}.settings-button-danger{background:#ef4444;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.settings-button-danger:hover{background:#dc2626}.settings-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}.settings-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;box-shadow:0 20px 25px -5px #0000001a}.settings-modal-header{padding:1.5rem;border-bottom:1px solid #E7E5E4;text-align:center}.settings-modal-icon{width:48px;height:48px;margin:0 auto 1rem}.settings-modal-icon.danger{color:#ef4444}.settings-modal-title{font-size:1.25rem;font-weight:600;color:#082f49}.settings-modal-content{padding:1.5rem}.settings-modal-description{font-size:.9375rem;color:#082f49b3;line-height:1.6;margin-bottom:1.5rem}.settings-modal-warning{display:flex;gap:.75rem;padding:1rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin-bottom:1.5rem}.settings-modal-warning-icon{width:20px;height:20px;color:#f59e0b;flex-shrink:0;margin-top:2px}.settings-modal-warning p{font-size:.875rem;color:#92400e;line-height:1.5}.settings-modal-input-group{margin-bottom:1rem}.settings-modal-input-group label{display:block;font-size:.875rem;font-weight:500;color:#082f49;margin-bottom:.5rem}.settings-modal-input{width:100%;padding:.75rem;border:1px solid #E7E5E4;border-radius:6px;font-size:.9375rem;transition:border-color .2s}.settings-modal-input:focus{outline:none;border-color:#facc15}.settings-modal-input:disabled{background:#fcf8f0;cursor:not-allowed}.settings-modal-actions{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #E7E5E4}.settings-modal-button{flex:1;padding:.75rem;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.settings-modal-button.cancel{background:#fcf8f0;color:#082f49b3}.settings-modal-button.cancel:hover:not(:disabled){background:#e7e5e4}.settings-modal-button.delete{background:#ef4444;color:#fff}.settings-modal-button.delete:hover:not(:disabled){background:#dc2626}.settings-modal-button:disabled{opacity:.5;cursor:not-allowed}.settings-empty{text-align:center;padding:4rem 2rem}.settings-empty-icon{width:64px;height:64px;color:#082f4980;margin:0 auto 1.5rem}.settings-empty h2{font-size:1.5rem;font-weight:600;color:#082f49;margin-bottom:.75rem}.settings-empty p{font-size:1rem;color:#082f49b3;margin-bottom:2rem}@media (max-width: 640px){.settings-page{padding:1rem .75rem}.settings-title{font-size:1.5rem}.settings-section{padding:1rem}.settings-item{flex-direction:column;align-items:flex-start;gap:1rem}.settings-item-action,.settings-button-danger{width:100%}.settings-modal-actions{flex-direction:column}}.settings-data-modal{max-width:600px}.settings-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;cursor:pointer;color:#082f49b3;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.settings-modal-close:hover{background:#fcf8f0;color:#082f49}.settings-modal-close svg{width:20px;height:20px}.settings-data-section{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px}.settings-data-section:last-child{margin-bottom:0}.settings-data-section-title{font-size:.875rem;font-weight:600;color:#082f49;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #E7E5E4}.settings-data-item{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;gap:1rem}.settings-data-item:not(:last-child){border-bottom:1px solid #E7E5E4}.settings-data-label{font-size:.875rem;font-weight:500;color:#082f49b3;flex-shrink:0}.settings-data-value{font-size:.875rem;font-weight:400;color:#082f49;text-align:right;word-break:break-word}.settings-terms-modal{max-width:700px;max-height:90vh}.settings-terms-modal .settings-modal-content{max-height:60vh;overflow-y:auto}.settings-terms-content{display:flex;flex-direction:column;gap:2rem}.settings-terms-section{padding-bottom:2rem;border-bottom:1px solid #E7E5E4}.settings-terms-section:last-child{border-bottom:none;padding-bottom:0}.settings-terms-section-title{font-size:1.25rem;font-weight:700;color:#082f49;margin-bottom:1rem}.settings-terms-text{color:#475569;line-height:1.7}.settings-terms-text p{margin-bottom:1rem}.settings-terms-text h4{font-size:1rem;font-weight:600;color:#082f49;margin-top:1.5rem;margin-bottom:.5rem}.settings-terms-text strong{color:#082f49}.settings-terms-modal .settings-modal-content::-webkit-scrollbar{width:8px}.settings-terms-modal .settings-modal-content::-webkit-scrollbar-track{background:#fcf8f0;border-radius:4px}.settings-terms-modal .settings-modal-content::-webkit-scrollbar-thumb{background:#e7e5e4;border-radius:4px}.settings-terms-modal .settings-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.settings-contact-modal{max-width:500px}.settings-contact-info{background:#fff;border-radius:8px;padding:1.5rem;margin:1.5rem 0}.settings-contact-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#082f49b3;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.settings-contact-icon{width:16px;height:16px}.settings-contact-email-wrapper{display:flex;align-items:center;gap:.75rem}.settings-contact-email{flex:1;font-size:1.125rem;font-weight:600;color:#facc15;text-decoration:none;padding:.75rem;background:#fff;border-radius:6px;transition:all .2s}.settings-contact-email:hover{background:#eff6ff;color:#f59e0b}.settings-copy-button{padding:.625rem 1rem;background:#facc15;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.settings-copy-button:hover{background:#f59e0b}.settings-copy-button:active{transform:scale(.95)}.settings-contact-note{padding:1rem;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;margin-top:1rem}.settings-contact-note p{font-size:.875rem;color:#92400e;margin:0;line-height:1.5}.terms-page-container{max-width:800px;margin:0 auto;padding:40px 20px;line-height:1.6;color:#333}.terms-page-container h3{font-size:24px;font-weight:700;margin-top:40px;margin-bottom:20px;color:#111;border-bottom:2px solid #eee;padding-bottom:10px}.terms-page-container strong{display:block;margin-top:24px;margin-bottom:12px;font-size:16px;color:#222}.terms-page-container ol,.terms-page-container ul{padding-left:20px;margin-bottom:10px}.terms-page-container li{margin-bottom:8px}.terms-page-container p{margin-bottom:10px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-auto{height:auto}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-full{width:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-6{gap:1.5rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.object-contain{-o-object-fit:contain;object-fit:contain}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-right{text-align:right}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.italic{font-style:italic}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}body{font-family:Wanted Sans Variable,Inter,system-ui,sans-serif;background-color:#fafaf9;color:#082f49}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:20px;width:20px;border-radius:50%;background:#facc15;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px #0003}.slider::-moz-range-thumb{height:20px;width:20px;border-radius:50%;background:#facc15;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px #0003}.dual-range-slider-container{position:relative;width:100%;height:40px;display:flex;align-items:center}.dual-range-slider{position:absolute;width:100%;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;outline:none;background:transparent}.dual-range-slider::-webkit-slider-thumb{pointer-events:all;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:20px;width:20px;border-radius:50%;background:#facc15;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px #0003;position:relative;z-index:4}.dual-range-slider::-moz-range-thumb{pointer-events:all;height:20px;width:20px;border-radius:50%;background:#facc15;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px #0003;position:relative;z-index:4}.dual-range-slider-track{position:absolute;width:100%;height:8px;background:#e5e7eb;border-radius:4px}.dual-range-slider-range{position:absolute;height:8px;background:#facc15;border-radius:4px}.thumb-left{z-index:3}.thumb-right{z-index:4}.info-tooltip-trigger:hover .info-tooltip{opacity:1!important;pointer-events:auto!important}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
