*{margin:0;padding:0;box-sizing:border-box}html{width:100%;overflow-x:hidden;touch-action:pan-x pan-y pinch-zoom}html:has(.baseis-page:not(:has(.baseis-container))),html:has(.baseis-page:has(.baseis-container):not(:has(.bases-results))){scrollbar-width:none!important;-ms-overflow-style:none!important}html:has(.baseis-page:not(:has(.baseis-container)))::-webkit-scrollbar,html:has(.baseis-page:has(.baseis-container):not(:has(.bases-results)))::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}body:has(.baseis-page:not(:has(.baseis-container))),body:has(.baseis-page:has(.baseis-container):not(:has(.bases-results))){scrollbar-width:none!important;-ms-overflow-style:none!important}body:has(.baseis-page:not(:has(.baseis-container)))::-webkit-scrollbar,body:has(.baseis-page:has(.baseis-container):not(:has(.bases-results)))::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}#root:has(.baseis-page:not(:has(.baseis-container))),#root:has(.baseis-page:has(.baseis-container):not(:has(.bases-results))){scrollbar-width:none!important;-ms-overflow-style:none!important}#root:has(.baseis-page:not(:has(.baseis-container)))::-webkit-scrollbar,#root:has(.baseis-page:has(.baseis-container):not(:has(.bases-results)))::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}:root{--font-size-header-logo: 1.75rem;--font-size-header-nav: 1rem;--font-size-page-title: 2.5rem;--font-size-page-title-minimal: 2.25rem;--font-size-body: 1rem;--font-size-body-small: .875rem;--font-size-table: .85rem;--spacing-minimal-container-top: 2rem;--font-size-header-logo-mobile: 1.5rem;--font-size-header-nav-mobile: .95rem;--font-size-page-title-mobile: 1.75rem;--font-size-page-title-minimal-mobile: 1.75rem;--font-size-body-mobile: .95rem;--font-size-body-small-mobile: .875rem;--font-size-table-mobile: .85rem;--font-size-header-logo-small: 1.5rem;--font-size-header-nav-small: .95rem;--font-size-page-title-small: 1.5rem;--font-size-page-title-minimal-small: 1.5rem;--font-size-body-small-mobile: .95rem;--spacing-minimal-container-top-mobile: 1.5rem;--spacing-minimal-container-top-small: 1.25rem}#root{color:#333}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.6;width:100%;overflow-x:hidden;position:relative;font-size:var(--font-size-body);background-color:#f8f9fa}@media(min-width:1024px){body{font-size:var(--font-size-body)}}@media(max-width:1023px){body{font-size:var(--font-size-body-mobile);overflow-y:hidden!important;overflow-x:hidden!important;height:100vh!important;max-height:100vh!important;position:fixed!important;width:100%!important}html{overflow-y:hidden!important;overflow-x:hidden!important;height:100vh!important;max-height:100vh!important;position:fixed!important;width:100%!important}#root{overflow-y:hidden!important;overflow-x:hidden!important;height:100vh!important;max-height:100vh!important}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{font-family:inherit;flex-shrink:0}.header{background:#0d5eaf;color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10001!important}.header .header-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%;position:relative}.header .logo{text-decoration:none;color:#fff;display:flex;flex-direction:column;gap:.25rem;flex-shrink:0}.header .logo h1{margin:0;font-size:var(--font-size-header-logo);font-weight:700}.header .logo span{font-size:var(--font-size-body-small);opacity:.9}.header .nav{display:flex;gap:.5rem;align-items:center;flex-shrink:0;justify-content:flex-end;padding-right:0;flex-wrap:nowrap}.header .nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem .75rem;position:relative;transition:all .3s ease;white-space:nowrap}.header .nav-link:hover{opacity:.9}.header .nav-link.active{font-weight:600}.header .nav-link.active:after{content:"";position:absolute;bottom:0;left:1rem;right:1rem;height:3px;background:#fff;border-radius:2px 2px 0 0;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.header .nav-button{font-weight:600}.mobile-menu-backdrop{position:fixed;inset:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000!important;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;justify-self:end;grid-column:3;transition:all .3s ease;border-radius:6px}.mobile-menu-toggle:hover{background:#ffffff1a}.mobile-menu-toggle.active{background:#ffffff26}.close-icon{width:24px;height:24px;transition:transform .3s ease}.mobile-menu-toggle:hover .close-icon{transform:rotate(90deg)}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;transition:all .3s ease}.hamburger span{display:block;height:3px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(min-width:1024px){.header{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important}.header .header-container{max-width:1400px!important;margin-left:auto!important;margin-right:auto!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.header .logo{margin-left:0}}@media(max-width:1023px){.header .header-container{gap:1.5rem}.header .nav{gap:.4rem}.header .nav-link{padding:.5rem .6rem;font-size:var(--font-size-header-nav-mobile)}}@media(max-width:1023px){.header{padding:.75rem 0;position:fixed!important;top:0!important;left:0!important;right:0!important;overflow-x:hidden!important;overflow-y:hidden!important;width:100%!important;z-index:10001!important}.header .header-container{display:grid;padding:0 1.5rem;position:relative;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;height:100%}.header .logo{grid-column:2;justify-self:center;margin:0;text-align:center}.header .logo h1{font-size:var(--font-size-header-logo-mobile);text-align:center}.mobile-menu-toggle{display:flex;grid-column:3;justify-self:end;align-self:center;margin-bottom:0;margin-right:0;padding:.5rem;position:relative;right:0;z-index:10004!important}.header .nav{position:fixed!important;top:64px!important;left:0!important;right:0!important;background:#0d5eaf;flex-direction:column;align-items:stretch;gap:0;padding:0;margin:0;max-height:0;overflow:hidden;box-shadow:0 4px 20px #0000004d;min-width:0;width:100%;max-width:100%;border-radius:0;z-index:10002!important;display:flex!important}.header .nav.mobile-open{max-height:500px!important;padding:0;transition:max-height .2s ease-out;overflow:visible!important;overflow-y:auto!important;display:flex!important;visibility:visible!important;opacity:1!important}.header .nav-link{display:block!important;padding:.5rem 26.875px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1);font-size:var(--font-size-header-nav-mobile);width:100%;position:relative;z-index:10003!important;visibility:visible!important;opacity:1!important}.header .nav-link:last-child{border-bottom:none}.header .nav-link.active:after{display:none}.header .nav-link.active{background:#ffffff1a}}@media(max-width:1023px){.header .header-container{padding:0 1rem}.header .logo h1{font-size:var(--font-size-header-logo-small);text-align:center}.header .nav-link{padding:.5rem 26.875px;font-size:var(--font-size-header-nav-small);text-align:left}}.scroll-to-top-btn{position:fixed;right:1rem;bottom:1.5rem;width:38px;height:38px;border-radius:999px;border:none;background:#0d5eaf;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0d5eaf66;cursor:pointer;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,background-color .2s ease;z-index:15000}:root{--scroll-to-top-safe-space: 88px}.scroll-to-top-btn.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-to-top-btn svg{width:20px;height:20px}.scroll-to-top-btn:hover{background:#0a4d8f}.scroll-to-top-btn:active{transform:translateY(1px)}.scroll-to-top-btn:focus-visible{outline:3px solid rgba(13,94,175,.35);outline-offset:3px}@media(max-width:1023px){.scroll-to-top-btn{bottom:1rem}}@media(max-width:1023px){.app:has(.universities-page) .scroll-to-top-btn{right:1rem;bottom:calc(1rem + 46px)}}@media(max-width:480px){.scroll-to-top-btn{right:.75rem;bottom:1rem;width:34px;height:34px}.app:has(.universities-page) .scroll-to-top-btn{right:.75rem;bottom:calc(1rem + 46px)}.scroll-to-top-btn svg{width:18px;height:18px}}.error-boundary{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:2rem 1rem;box-sizing:border-box;position:fixed;inset:0;width:100%;height:100%;overflow-x:hidden;z-index:9999}.error-boundary-content{background:#fff;border-radius:12px;padding:3rem 2rem;max-width:600px;width:100%;box-shadow:0 4px 16px #0000001a;text-align:center;margin:0 auto;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.error-icon{font-size:4rem;margin:0 auto 1.5rem;display:block;line-height:1}.error-boundary-content h1{margin:0 auto 1rem;font-size:2rem;font-weight:700;color:#dc3545;text-align:center;max-width:100%}.error-message{margin:0 auto 2rem;font-size:1.125rem;line-height:1.6;color:#666;text-align:center;max-width:100%}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.error-button-primary{background:#0d5eaf;color:#fff}.error-button-primary:hover{background:#0a4d8f;transform:translateY(-2px);box-shadow:0 4px 12px #0d5eaf4d}.error-button-secondary{background:#6c757d;color:#fff}.error-button-secondary:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}@media(min-width:1441px){.error-boundary{position:fixed;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.error-boundary-content{max-width:700px;padding:3.5rem 2.5rem}.error-icon{font-size:4.5rem}.error-boundary-content h1{font-size:2.25rem}.error-message{font-size:1.25rem}}@media(max-width:1023px)and (min-width:769px){.error-boundary{padding:2rem 1.5rem;position:fixed;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.error-boundary-content{padding:2.5rem 2rem;max-width:550px;margin:0 auto}.error-icon{font-size:3.5rem;margin:0 auto 1.5rem}.error-boundary-content h1{font-size:1.75rem;margin:0 auto 1rem}.error-message{font-size:1.0625rem;margin:0 auto 2rem}}@media(max-width:1023px){.error-boundary{padding:1.5rem 1rem;position:fixed;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.error-boundary-content{padding:2rem 1.5rem;max-width:100%;margin:0 auto;width:calc(100% - 2rem)}.error-icon{font-size:3rem;margin:0 auto 1.5rem}.error-boundary-content h1{font-size:1.5rem;margin:0 auto 1rem;text-align:center}.error-message{font-size:1rem;margin:0 auto 2rem;text-align:center}.error-actions{flex-direction:column;gap:.75rem;align-items:center;justify-content:center;width:100%}.error-button{width:100%;max-width:100%;padding:.875rem 1.5rem;box-sizing:border-box}}.error-boundary{padding:1rem .75rem;position:fixed;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh}.error-boundary-content{padding:1.5rem 1rem;margin:0 auto;width:calc(100% - 1.5rem);max-width:100%;border-radius:10px}.error-icon{font-size:2.5rem;margin:0 auto 1rem}.error-boundary-content h1{font-size:1.25rem;margin:0 auto 1rem;text-align:center;line-height:1.3}.error-message{font-size:.9375rem;margin:0 auto 1.5rem;text-align:center;line-height:1.5}.error-actions{width:100%;align-items:center;justify-content:center;gap:.75rem}.error-button{font-size:.9375rem;padding:.875rem 1.25rem;width:100%;max-width:100%;box-sizing:border-box;min-height:44px}@media(max-width:1023px){.error-boundary{padding:.75rem .5rem;position:fixed;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.error-boundary-content{padding:1.25rem .875rem;width:calc(100% - 1rem);border-radius:8px}.error-icon{font-size:2rem;margin:0 auto .875rem}.error-boundary-content h1{font-size:1.125rem;margin:0 auto .875rem}.error-message{font-size:.875rem;margin:0 auto 1.25rem}.error-button{font-size:.875rem;padding:.75rem 1rem}}@media(max-width:1023px)and (orientation:landscape){.error-boundary{padding:1rem;position:fixed;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh}.error-boundary-content{padding:1.5rem 1.25rem;max-width:500px}.error-icon{font-size:2.5rem;margin:0 auto 1rem}.error-boundary-content h1{font-size:1.375rem}.error-message{font-size:.9375rem}.error-actions{flex-direction:row;gap:.75rem}.error-button{flex:1;min-width:0}}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden;position:static;background-color:#f8f9fa;box-sizing:border-box}@media(min-width:1024px){.app{padding-top:0}.app:has(.score-calculator-container){padding-top:0!important}}@media(max-width:1023px){.app{padding-top:0!important;margin-top:0;display:flex;flex-direction:column;overflow-y:hidden!important;overflow-x:hidden!important;height:100vh!important;max-height:100vh!important}.app>.header{margin-bottom:0!important;margin-top:0!important;position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10001!important}.app>*:not(.header){margin-top:0!important}.app>.comparison{margin-top:64px!important;padding-top:0!important}}.app:has(.baseis-page:not(:has(.baseis-container))),.app:has(.baseis-page:has(.baseis-container):not(:has(.bases-results))){scrollbar-width:none!important;-ms-overflow-style:none!important}.app:has(.baseis-page:not(:has(.baseis-container)))::-webkit-scrollbar,.app:has(.baseis-page:has(.baseis-container):not(:has(.bases-results)))::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
