@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{color:#f7fafc;font-synthesis:none;text-rendering:optimizelegibility;--font-primary:"Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Outfit", "Plus Jakarta Sans", sans-serif;--font-hero:"Outfit", "Plus Jakarta Sans", sans-serif;--bg-dark:#020b14;--bg-deep:#01070d;--bg-card:#061828e0;--bg-card-hover:#0a2338f0;--bg-glass:#051524d1;--surface-soft:#0b233894;--accent-teal:#14b8a6;--accent-teal-strong:#0d9488;--accent-gold:#f8b84e;--accent-gold-glow:#f8b84e2e;--accent-orange:#fb7b32;--accent-orange-deep:#ea580c;--accent-blue:#51b9ff;--accent-blue-deep:#0284c7;--accent-blue-vibrant:#2563eb;--accent-emerald:#26c692;--accent-emerald-bright:#10b981;--accent-purple:#b67cff;--text-main:#f7fafc;--text-muted:#a9b7c8;--text-subtle:#71859b;--border-light:#87b1d12e;--border-strong:#87c0de4d;--border-glow:#14b8a673;--radius-sm:9px;--radius-md:14px;--radius-lg:20px;--radius-xl:26px;--shadow-glow:0 0 28px #14b8a61f;--shadow-orange:0 12px 28px #f9731633;--shadow-card:0 20px 55px -28px #000000d9;background:#020b14;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--bg-dark)}body{min-width:320px;min-height:100vh;font-family:var(--font-primary);color:var(--text-main);background:radial-gradient(circle at 48% -18%,#0f766e1a,#0000 34rem),linear-gradient(#03111f 0%,#020b14 48%,#01070d 100%);line-height:1.6;overflow-x:hidden}button,input,select,textarea{font:inherit}.skip-link{background:var(--accent-gold);color:var(--bg-dark);border-radius:var(--radius-sm);z-index:10000;padding:.5rem 1rem;font-weight:700;text-decoration:none;transition:top .2s;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-reveal{animation:.6s ease-out both fadeInUp}.animate-reveal:nth-child(2){animation-delay:.1s}.animate-reveal:nth-child(3){animation-delay:.2s}.animate-reveal:nth-child(4){animation-delay:.3s}img[loading=lazy]{opacity:0;transition:opacity .4s}img[loading=lazy].loaded{opacity:1}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}img{max-width:100%}a{color:inherit}:focus-visible{outline-offset:3px;outline:3px solid #5eead4}::selection{color:#001311;background:#5eead4}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-deep);background:#284158;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--accent-teal)}h1,h2,h3,h4,.font-display{font-family:var(--font-display);letter-spacing:-.025em}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{flex-direction:column;min-height:100vh;display:flex}.container{width:min(100% - 48px,1360px);margin-inline:auto}.page-container{flex:1}.site-header{z-index:100;border-bottom:1px solid var(--border-light);-webkit-backdrop-filter:blur(18px);background:#020b14f0;position:sticky;top:0;box-shadow:0 12px 30px -28px #000}.site-header__top{grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:32px;min-height:82px;display:grid}.brand-logo{cursor:pointer;background:0 0;border:0;flex:none;width:238px;height:58px;position:relative;overflow:hidden}.brand-logo img{width:325px;max-width:none;height:auto;position:absolute;top:-55px;left:-48px}.header-search-desktop{justify-self:end;width:min(100%,440px)}.header-search{width:100%;position:relative}.header-search>svg{z-index:1;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.header-search input{border:1px solid var(--border-light);width:100%;height:46px;color:var(--text-main);background:#051524db;border-radius:10px;outline:0;padding:0 16px 0 46px;transition:border-color .18s,background .18s,box-shadow .18s}.header-search input::placeholder{color:#8091a3}.header-search input:focus{border-color:var(--accent-teal);background:#071b2d;box-shadow:0 0 0 3px #14b8a624}.search-results{z-index:120;border:1px solid var(--border-strong);background:#061626;border-radius:14px;padding:7px;position:absolute;top:calc(100% + 9px);left:0;right:0;box-shadow:0 22px 55px #00000073}.search-result{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;width:100%;min-height:60px;padding:9px;display:grid}.search-result:hover,.search-result:focus-visible{background:#14b8a61a}.search-result__mark{min-width:64px;color:var(--accent-teal);font-family:var(--font-display);text-align:center;border:1px solid;border-radius:8px;padding:7px 8px;font-weight:800}.search-result__mark--unmsm{color:var(--accent-gold)}.search-result__mark--uni{color:var(--accent-blue)}.search-result__mark--unfv{color:var(--accent-orange)}.search-result strong,.search-result small{display:block}.search-result strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;line-height:1.3;overflow:hidden}.search-result small{color:var(--text-muted);margin-top:3px;font-size:.72rem}.search-results__empty{color:var(--text-muted);text-align:center;padding:16px;font-size:.82rem}.auth-brand-logo{width:230px;height:55px;margin:0 auto 12px;display:block;position:relative;overflow:hidden}.auth-brand-logo img{width:315px;max-width:none;height:auto;position:absolute;top:-53px;left:-46px}.header-auth{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d9488,#087d73);border:1px solid #20cbbb;border-radius:9px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 19px;font-size:.9rem;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;box-shadow:0 8px 22px #0d948826}.header-auth:hover{background:linear-gradient(135deg,#14b8a6,#0d9488);transform:translateY(-1px);box-shadow:0 10px 26px #0d94883d}.site-navigation{border-top:1px solid #87b1d11a}.site-navigation__inner{align-items:stretch;gap:clamp(16px,2.4vw,38px);min-height:53px;display:flex}.site-navigation button{color:#c6d0dc;cursor:pointer;background:0 0;border:0;min-width:max-content;font-size:.83rem;font-weight:700;transition:color .16s;position:relative}.site-navigation button:after{content:"";background:var(--accent-teal);transform-origin:50%;height:2px;transition:transform .18s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.site-navigation button:hover,.site-navigation button.is-active{color:#fff}.site-navigation button.is-active:after{transform:scaleX(1)}.header-mobile-actions,.mobile-navigation{display:none}.event-rail{border:1px solid var(--border-light);border-radius:var(--radius-md);min-height:96px;box-shadow:var(--shadow-card);background:linear-gradient(100deg,#051a2bf0,#04121fe6);grid-template-columns:minmax(360px,1.55fr) auto minmax(190px,.7fr) auto auto;align-items:center;gap:24px;margin-top:22px;padding:14px 16px;display:grid}.event-rail__summary{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:15px;min-width:0;display:grid}.event-rail__icon{width:56px;height:56px;color:var(--accent-teal);background:#14b8a614;border:1px solid #14b8a673;border-radius:13px;place-items:center;display:grid}.event-rail__label{color:#3cd9c8;margin-bottom:2px;font-size:.75rem;font-weight:800;display:block}.event-rail h2{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.9rem,1.25vw,1.06rem);line-height:1.28;overflow:hidden}.event-rail__mobile-date{display:none}.event-rail__meta{color:#c1ccd8;white-space:nowrap;align-items:center;gap:8px;min-width:0;font-size:.78rem;display:flex}.event-rail__meta svg{color:var(--text-muted);flex:none}.event-rail__location span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.event-countdown{border:1px solid var(--border-light);background:#010b159e;border-radius:11px;align-items:center;gap:13px;padding:10px 13px;display:flex}.event-countdown__clock{color:var(--text-subtle)}.event-countdown__unit{text-align:center;min-width:34px}.event-countdown__unit strong,.event-countdown__unit span{display:block}.event-countdown__unit strong{color:var(--accent-gold);font-family:var(--font-display);font-size:1.05rem;line-height:1}.event-countdown__unit span{color:var(--text-muted);text-transform:uppercase;margin-top:4px;font-size:.55rem;font-weight:800}.event-rail__action{color:#ffc969;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #f8b84e;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 17px;font-size:.78rem;font-weight:800;transition:color .18s,background .18s,transform .18s;display:inline-flex}.event-rail__action:hover{color:#05111c;background:var(--accent-gold);transform:translateY(-1px)}.home-hero{grid-template-columns:minmax(0,.8fr) minmax(480px,1.2fr);align-items:start;gap:clamp(48px,6vw,92px);min-height:640px;padding:clamp(52px,4vw,62px) 0 62px;display:grid}.home-hero__copy{z-index:1;position:relative}.home-hero h1{color:#f8fafc;letter-spacing:-.055em;max-width:690px;font-size:clamp(3.2rem,4.2vw,3.95rem);font-weight:700;line-height:.99}.home-hero h1 span{color:var(--accent-teal)}.home-hero__copy>p{color:#abb7c6;max-width:590px;margin-top:25px;font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.78}.home-hero__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px;display:flex}.button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:9px;min-height:52px;padding:0 20px;font-size:.87rem;font-weight:800;line-height:1.2;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.button--primary{color:#fff;background:linear-gradient(135deg,#0d9488,#087e74);border:1px solid #20cbbb;box-shadow:0 12px 30px #0d948829}.button--primary:hover{background:linear-gradient(135deg,#15b9a7,#0d9488);transform:translateY(-2px);box-shadow:0 14px 34px #0d94883d}.button--secondary{border:1px solid var(--border-strong);color:#f7fafc;background:#06182875}.button--secondary:hover{background:#0f283dbd;border-color:#7596ad;transform:translateY(-2px)}.text-link{color:#35d2c1;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:0 4px;font-size:.79rem;font-weight:800;transition:color .16s,gap .16s;display:inline-flex}.text-link:hover{color:#77f0e2;gap:10px}.home-hero__proof{flex-wrap:nowrap;align-items:center;gap:12px;width:max-content;max-width:none;margin-top:34px;display:flex}.home-hero__proof span{color:#c3ced9;align-items:center;gap:9px;font-size:.67rem;font-weight:600;display:inline-flex}.home-hero__proof svg{border:1px solid var(--border-light);color:#b7c6d4;border-radius:9px;width:32px;height:32px;padding:7px}.home-hero__media{aspect-ratio:16/9;border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:#04111e;margin:0;overflow:hidden;box-shadow:0 26px 70px -34px #000000e6}.home-hero__media img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1);display:block}.home-hero__media:hover img{transform:scale(1.018)}.university-section{border-top:1px solid var(--border-light);padding:60px 0 76px}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:27px;display:flex}.section-heading h2,.preparation-section>h2{color:#f8fafc;font-size:clamp(2rem,3vw,2.7rem);font-weight:700;line-height:1.1}.section-heading p{color:var(--text-muted);margin-top:8px;font-size:.92rem}.university-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.university-card{--card-accent:var(--accent-teal);border:1px solid var(--border-light);border-radius:var(--radius-md);color:#f8fafc;text-align:left;cursor:pointer;background:#0516258f;flex-direction:column;align-items:stretch;min-width:0;min-height:230px;padding:22px;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;display:flex}.university-card--unmsm{--card-accent:var(--accent-gold)}.university-card--uni{--card-accent:var(--accent-blue)}.university-card--unfv{--card-accent:var(--accent-orange)}.university-card:hover{border-color:color-mix(in srgb, var(--card-accent), transparent 40%);box-shadow:0 18px 42px -28px color-mix(in srgb, var(--card-accent), transparent 45%);background:#091f32d1;transform:translateY(-4px)}.university-card__top{color:var(--card-accent);justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.university-card__acronym{font-family:var(--font-display);letter-spacing:.025em;border:1px solid;border-radius:8px;padding:7px 13px;font-size:1.12rem;font-weight:800}.university-card>strong{color:#f8fafc;max-width:260px;font-family:var(--font-display);font-size:1.06rem;line-height:1.35}.university-card__meta{flex-direction:column;gap:7px;margin-top:auto;padding-top:20px;display:flex}.university-card__meta>span{color:var(--text-muted);align-items:center;gap:7px;font-size:.74rem;display:flex}.university-empty{border:1px dashed var(--border-strong);border-radius:var(--radius-md);min-height:190px;color:var(--text-muted);background:#0516256b;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;padding:28px;display:grid}.university-empty>svg{color:var(--accent-teal)}.university-empty h3{color:var(--text-main);font-size:1.05rem}.university-empty p{margin-top:4px;font-size:.82rem}.preparation-section{border-top:1px solid var(--border-light);padding:70px 0 62px}.preparation-rail{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:34px;display:grid}.preparation-step{grid-template-columns:auto minmax(0,1fr);gap:15px;min-width:0;padding:12px 26px 12px 0;display:grid;position:relative}.preparation-step:not(:first-child){border-left:1px solid var(--border-light);padding-left:26px}.preparation-step__number{color:#597187;font-family:var(--font-display);font-size:.62rem;font-weight:800;position:absolute;top:-17px;left:0}.preparation-step:not(:first-child) .preparation-step__number{left:26px}.preparation-step__icon{width:49px;height:49px;color:var(--accent-teal);background:#14b8a60f;border:1px solid #14b8a659;border-radius:50%;place-items:center;display:grid}.preparation-step h3{color:#f7fafc;font-size:.96rem;line-height:1.3}.preparation-step p{color:var(--text-muted);margin-top:6px;font-size:.75rem;line-height:1.55}.home-cta{border:1px solid var(--border-light);border-radius:var(--radius-md);background:linear-gradient(105deg,#082337e0,#04121fc7);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;margin:0 0 76px;padding:24px 28px;display:grid}.home-cta__icon{width:56px;height:56px;color:var(--accent-teal);border:1px solid #14b8a666;border-radius:50%;place-items:center;display:grid}.home-cta h2{color:#f8fafc;font-size:clamp(1.55rem,2.4vw,2.1rem);line-height:1.15}.home-cta p{color:var(--text-muted);margin-top:5px;font-size:.8rem}.home-cta__actions{align-items:center;gap:20px;display:flex}.site-footer{border-top:1px solid var(--border-light);color:var(--text-muted);background:#010912;margin-top:auto;padding-top:54px}.site-footer__grid{grid-template-columns:minmax(300px,1.4fr) minmax(180px,.7fr) minmax(180px,.7fr);gap:clamp(48px,8vw,120px);padding-bottom:50px;display:grid}.brand-logo--footer{margin-bottom:16px;display:block}.site-footer__brand p{max-width:360px;font-size:.84rem}.site-footer__brand .text-link{margin-top:15px}.site-footer nav h2{color:#f7fafc;margin-bottom:15px;font-size:.85rem;font-weight:800}.site-footer ul{flex-direction:column;gap:9px;list-style:none;display:flex}.site-footer a{color:var(--text-muted);font-size:.78rem;text-decoration:none;transition:color .16s}.site-footer a:hover{color:#57dfcf}.site-footer__bottom{color:#71859b;border-top:1px solid #87b1d11f;justify-content:space-between;align-items:center;gap:20px;min-height:66px;font-size:.72rem;display:flex}.university-profile-copy{min-width:0}.university-profile-tabs{scrollbar-width:thin}.exam-bank__select{max-width:100%}.exam-card__top .badge{white-space:normal;max-width:calc(100% - 70px);line-height:1.35}.glass-panel{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-card);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(18px);transition:border-color .22s,background .22s,transform .22s}.glass-panel:hover{border-color:var(--border-strong)}.glass-nav{border-bottom:1px solid var(--border-light);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020b14f0}.hero-title-artistic,.gradient-text-hero,.gradient-text-blue{color:#f7fafc;background:linear-gradient(125deg,#f8fafc 10%,#75e6dc 70%,#49b6ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-gold{color:var(--accent-gold);background:linear-gradient(125deg,#ffe1a3,#f8b84e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-orange{color:var(--accent-orange);background:linear-gradient(125deg,#ffd1b3,#fb7b32);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary,.btn-vibrant-orange,.btn-gold,.btn-secondary{border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:.55rem;min-height:44px;padding:.75rem 1.25rem;font-size:.86rem;font-weight:800;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#0d9488,#087e74);border:1px solid #20cbbb;box-shadow:0 10px 25px #0d948829}.btn-primary:hover{background:linear-gradient(135deg,#14b8a6,#0d9488);transform:translateY(-2px)}.btn-vibrant-orange{color:#fff;box-shadow:var(--shadow-orange);background:linear-gradient(135deg,#f97316,#df4e09);border:1px solid #ff9c64}.btn-vibrant-orange:hover{background:linear-gradient(135deg,#fb8b45,#ea580c);transform:translateY(-2px)}.btn-gold{color:#07111b;background:#f8b84e;border:1px solid #f8b84e}.btn-gold:hover{background:#ffc867;transform:translateY(-2px)}.btn-secondary{border:1px solid var(--border-light);color:var(--text-main);background:#081e31a6}.btn-secondary:hover{border-color:var(--border-strong);background:#0d2a42d1;transform:translateY(-2px)}.badge{letter-spacing:.05em;text-transform:uppercase;border-radius:7px;align-items:center;gap:.4rem;padding:.3rem .7rem;font-size:.68rem;font-weight:800;display:inline-flex}.badge-simulacro{color:#ffd37d;background:#f8b84e1a;border:1px solid #f8b84e61}.badge-admision{color:#ffc29d;background:#fb7b321a;border:1px solid #fb7b3266}.badge-ia{color:#d8b7ff;background:#b67cff1a;border:1px solid #b67cff61}.badge-official{color:#74e6bd;background:#26c6921a;border:1px solid #26c69261}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem;display:grid}.circuit-bg{position:relative}.circuit-bg:after{content:"";border-radius:inherit;opacity:.28;pointer-events:none;background-image:radial-gradient(circle,#51b9ff1c 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}@keyframes floatAnim{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.floating-icon,.floating-icon-delayed{opacity:.45;animation:5s ease-in-out infinite floatAnim;z-index:1!important;pointer-events:none!important}.floating-icon-delayed{animation-delay:1.3s}@keyframes pulseGlow{0%,to{opacity:.66}50%{opacity:1}}.pulse-glow{animation:3s ease-in-out infinite pulseGlow}@keyframes marqueeSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{width:200%;animation:30s linear infinite marqueeSlide;display:flex}.animate-marquee:hover{animation-play-state:paused}@media (width<=1180px){.event-rail{grid-template-columns:minmax(330px,1fr) auto auto auto}.event-rail__location{display:none}.home-hero{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:42px}.home-hero h1{font-size:clamp(3rem,5vw,4.1rem)}}@media (width<=1050px){.site-header__top{grid-template-columns:auto 1fr;min-height:72px}.header-search-desktop,.header-auth-desktop,.site-navigation{display:none}.header-mobile-actions{justify-content:flex-end;align-items:center;gap:9px;display:flex}.header-auth--compact{min-height:44px;padding:0 14px}.menu-toggle{border:1px solid var(--border-strong);color:#e7eef5;cursor:pointer;background:#061828b8;border-radius:9px;place-items:center;width:46px;height:46px;display:grid}.mobile-navigation{border-top:1px solid var(--border-light);background:#03111f;max-height:calc(100vh - 72px);padding:14px 0 24px;display:block;overflow-y:auto}.header-search--mobile{margin-bottom:14px}.mobile-navigation__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.mobile-navigation__links button{color:#c4cfda;text-align:left;cursor:pointer;background:#071b2da6;border:1px solid #0000;border-radius:9px;justify-content:space-between;align-items:center;min-height:48px;padding:0 15px;font-size:.82rem;font-weight:700;display:flex}.mobile-navigation__links button.is-active{color:#fff;background:#14b8a61a;border-color:#14b8a666}.event-rail{grid-template-columns:minmax(280px,1fr) auto auto}.event-rail__meta{display:none}.home-hero{grid-template-columns:1fr;gap:42px;min-height:auto;padding-top:62px}.home-hero__copy{max-width:760px}.home-hero__media{width:min(100%,900px)}.university-grid,.preparation-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.preparation-step:nth-child(3){border-left:0;padding-left:0}.preparation-step:nth-child(n+3){margin-top:34px}.preparation-step:nth-child(3) .preparation-step__number{left:0}.home-cta{grid-template-columns:auto minmax(0,1fr)}.home-cta__actions{grid-column:2}.grid-cols-12{flex-direction:column;display:flex}}@media (width<=700px){.container{width:min(100% - 36px,1360px)}.brand-logo{width:181px;height:48px}.brand-logo img{width:244px;top:-42px;left:-36px}.header-auth--compact{min-width:88px;padding:0 12px}.mobile-navigation__links{grid-template-columns:1fr}.event-rail{grid-template-columns:minmax(0,1fr) auto;gap:12px;min-height:0;margin-top:16px;padding:13px}.event-rail__summary{gap:11px}.event-rail__icon{width:48px;height:48px}.event-rail__label{font-size:.67rem}.event-rail h2{max-width:190px;font-size:.82rem}.event-rail__mobile-date{color:var(--text-muted);margin-top:3px;font-size:.59rem;font-weight:700;display:block}.event-countdown{grid-column:1;gap:12px;width:fit-content;margin-left:59px;padding:8px 10px}.event-countdown__clock,.event-countdown__unit--optional{display:none}.event-rail__action{grid-area:1/2/span 2;width:46px;min-height:82px;padding:0}.event-rail__action span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.home-hero{gap:36px;padding:50px 0 58px}.home-hero h1{max-width:520px;font-size:clamp(2.75rem,13.8vw,4rem);line-height:1.01}.home-hero__copy>p{margin-top:21px;font-size:.98rem;line-height:1.72}.home-hero__actions{grid-template-columns:1fr;margin-top:27px;display:grid}.home-hero__actions .button,.home-hero__actions .text-link{width:100%;min-height:52px}.home-hero__proof{display:none}.home-hero__media{border-radius:14px}.university-section{padding:48px 0 58px}.section-heading{align-items:flex-start}.section-heading h2,.preparation-section>h2{font-size:2rem}.section-heading p{font-size:.82rem}.university-grid,.preparation-rail{grid-template-columns:1fr}.university-card{min-height:188px}.university-empty{text-align:center;grid-template-columns:1fr}.university-empty>svg{margin-inline:auto}.preparation-section{padding:54px 0 46px}.preparation-rail{gap:0}.preparation-step,.preparation-step:not(:first-child),.preparation-step:nth-child(3){border-top:0;border-left:1px solid var(--border-light);margin-top:0;padding:24px 0 24px 18px}.preparation-step__number,.preparation-step:not(:first-child) .preparation-step__number,.preparation-step:nth-child(3) .preparation-step__number{top:0;left:18px}.preparation-step__icon{width:45px;height:45px}.home-cta{grid-template-columns:1fr;gap:17px;margin-bottom:58px;padding:24px 20px}.home-cta__icon{width:50px;height:50px}.home-cta__actions{flex-direction:column;grid-column:auto;align-items:stretch;gap:8px}.home-cta__actions .button,.home-cta__actions .text-link{width:100%}.site-footer__grid{grid-template-columns:1fr 1fr;gap:40px 28px}.site-footer__brand{grid-column:1/-1}.site-footer__bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-height:86px}.university-profile-hero{padding:22px!important}.university-profile-layout,.university-profile-identity{flex-direction:column;align-items:flex-start!important;gap:18px!important}.university-profile-copy{width:100%}.university-profile-badges{flex-wrap:wrap}.university-profile-copy h2{overflow-wrap:anywhere;line-height:1.12;font-size:1.85rem!important}.university-profile-copy p{font-size:.88rem!important}.university-profile-acronym{border-radius:14px!important;padding:14px 22px!important;font-size:1.6rem!important}.university-profile-actions{width:100%;grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.university-profile-actions a{width:100%}.university-profile-tabs{width:calc(100% + 12px);margin-right:-12px;padding-bottom:8px}.exam-bank__intro{padding:22px!important}.exam-bank__intro h2{line-height:1.25;font-size:1.8rem!important}.exam-bank__filters{flex-direction:column;align-items:stretch!important}.exam-bank__select{width:100%;min-width:0}.exam-bank__grid{grid-template-columns:minmax(0,1fr)!important}.exam-card{padding:22px!important}.exam-card__top{flex-wrap:wrap;gap:10px;align-items:flex-start!important}.exam-card__top .badge{max-width:100%}.exam-card__actions{flex-direction:column}.exam-card__actions>*{width:100%}.page-container>div:not(.auth-overlay) [style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.page-container [style*="min-width: 300px"],.page-container [style*="min-width: 320px"],.page-container [style*="min-width: 340px"]{min-width:0!important}}@media (width<=410px){.container{width:min(100% - 28px,1360px)}.brand-logo{width:156px}.brand-logo img{width:220px;left:-31px}.site-header__top{gap:8px}.event-rail h2{max-width:155px}.home-hero h1{font-size:2.62rem}}@media (width<=350px){.header-auth--compact{width:44px;min-width:44px;padding:0}.header-auth--compact span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}}.home-discovery{padding:0}.home-discovery__universities,.home-discovery__features,.home-discovery__cta{padding:3rem 0}.section-title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.4rem;font-weight:800}.section-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.uni-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.uni-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:var(--bg-glass);text-align:left;cursor:pointer;flex-direction:column;gap:.35rem;padding:1.5rem 1.25rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative}.uni-card:hover{border-color:var(--accent-teal);box-shadow:var(--shadow-glow);transform:translateY(-3px)}.uni-card__acronym{font-family:var(--font-display);color:var(--accent-teal);font-size:2rem;font-weight:800}.uni-card__name{color:var(--text-main);font-size:.85rem;font-weight:600;line-height:1.3}.uni-card__meta{color:var(--text-muted);align-items:center;gap:.35rem;margin-top:auto;font-size:.75rem;display:flex}.uni-card__careers{color:var(--text-subtle);font-size:.72rem;font-weight:600}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:var(--bg-glass);padding:1.75rem 1.25rem 1.5rem;transition:transform .2s,border-color .2s;position:relative}.feature-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.feature-card__number{font-family:var(--font-display);color:var(--accent-teal);opacity:.4;font-size:1.2rem;font-weight:800;position:absolute;top:1rem;right:1.25rem}.feature-card svg{color:var(--accent-teal);margin-bottom:.75rem}.feature-card h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.cta-buttons{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=1050px){.uni-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.section-title{font-size:1.8rem}.section-subtitle{font-size:.9rem}.uni-grid{grid-template-columns:1fr;gap:.75rem}.uni-card{flex-direction:row;align-items:center;gap:.75rem;padding:1rem}.uni-card__acronym{text-align:center;min-width:60px;font-size:1.4rem}.uni-card__name{flex:1;font-size:.8rem}.uni-card__meta,.uni-card__careers{display:none}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.25rem}.feature-card__number{font-size:1rem}.cta-buttons{flex-direction:column}.cta-buttons .button,.cta-buttons .text-link{justify-content:center;width:100%;min-height:52px}.home-discovery__universities,.home-discovery__features,.home-discovery__cta{padding:2rem 0}}@media (width<=410px){.section-title{font-size:1.5rem}.uni-card__acronym{min-width:50px;font-size:1.1rem}.uni-card__name{font-size:.72rem}.feature-card h3{font-size:.95rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
