.Header-module__hBw1pG__header{z-index:50;background-color:color-mix(in srgb, var(--bg-primary) 92%, transparent);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);position:sticky;top:0}.Header-module__hBw1pG__nav{height:var(--header-h);justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-display), Georgia, serif;color:var(--text-primary);letter-spacing:-.03em;flex:auto;align-items:center;gap:.4rem;min-width:0;font-size:1.15rem;font-weight:600;text-decoration:none;display:flex}.Header-module__hBw1pG__logo:hover{color:var(--accent-primary)}.Header-module__hBw1pG__logoText{white-space:nowrap;align-items:baseline;gap:.3rem;display:inline-flex}.Header-module__hBw1pG__logoAcademy{font-weight:500}.Header-module__hBw1pG__logoMark{width:40px;height:40px;color:var(--accent-primary)}.Header-module__hBw1pG__desktopMenu,.Header-module__hBw1pG__desktopTools{display:none}.Header-module__hBw1pG__navLink{color:var(--text-secondary);padding:.55rem 0;font-size:.92rem;font-weight:550;text-decoration:none;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--accent-gold);width:0;height:1.5px;transition:width var(--ease);position:absolute;bottom:.2rem;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--text-primary)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__rightSide{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__langToggle{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-pill);width:100%;min-height:44px;color:var(--text-muted);letter-spacing:.04em;cursor:pointer;justify-content:center;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.78rem;font-weight:650;display:inline-flex}.Header-module__hBw1pG__langDivider{color:var(--border-strong)}.Header-module__hBw1pG__activeLang{color:var(--accent-primary)}.Header-module__hBw1pG__mobileMenuBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Header-module__hBw1pG__mobileMenuOverlay{background-color:var(--bg-primary);z-index:100;opacity:0;visibility:hidden;flex-direction:column;width:100%;height:100dvh;padding:.85rem 1rem 1.5rem;transition:opacity .28s,visibility .28s,transform .28s;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(-8px)}.Header-module__hBw1pG__mobileMenuOverlay.Header-module__hBw1pG__open{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__hBw1pG__mobileMenuHeader{justify-content:space-between;align-items:center;gap:.75rem;min-height:52px;margin-bottom:1.25rem;display:flex}.Header-module__hBw1pG__closeBtn{color:var(--text-primary);cursor:pointer;background-color:var(--bg-secondary);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Header-module__hBw1pG__mobileNav{flex-direction:column;gap:.15rem;display:flex}.Header-module__hBw1pG__mobileNavLink{font-family:var(--font-display), Georgia, serif;color:var(--text-primary);letter-spacing:-.03em;padding:.55rem 0;font-size:1.55rem;font-weight:560;text-decoration:none}.Header-module__hBw1pG__mobileActions{flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1.5rem;display:flex}@media (max-width:420px){.Header-module__hBw1pG__logo{gap:.3rem;font-size:1.02rem}.Header-module__hBw1pG__logoMark{width:34px;height:34px}.Header-module__hBw1pG__logoText{gap:.22rem}}@media (min-width:1100px){.Header-module__hBw1pG__logo{flex:none;font-size:1.4rem}.Header-module__hBw1pG__logoMark{width:44px;height:44px}.Header-module__hBw1pG__desktopMenu{align-items:center;gap:1.25rem;display:flex}.Header-module__hBw1pG__desktopTools{align-items:center;gap:.55rem;display:flex}.Header-module__hBw1pG__desktopTools .Header-module__hBw1pG__langToggle{width:auto}.Header-module__hBw1pG__mobileMenuBtn,.Header-module__hBw1pG__mobileMenuOverlay{display:none}}
:root{--bg-canvas:#eadfcf;--bg-primary:#f7f1e6;--bg-secondary:#efe4d4;--bg-tertiary:#e3d3be;--bg-ink:#1a1410;--bg-ink-soft:#2b221c;--accent-primary:#8f3b24;--accent-hover:#732f1c;--accent-secondary:#3f5a4a;--accent-gold:#c4a06a;--accent-soft:#f3dfd2;--text-primary:#1c1612;--text-secondary:#5e534a;--text-muted:#8a7d72;--text-on-dark:#f4ebe0;--text-on-dark-muted:#c9b8a6;--text-on-accent:#fff8f3;--border-color:#ddd0bc;--border-strong:#c8b7a0;--success:#3d6b4f;--success-light:#e7f1ea;--danger:#b43a32;--danger-light:#f8e6e4;--glow-primary:color-mix(in srgb, var(--accent-primary) 16%, transparent);--glow-gold:color-mix(in srgb, var(--accent-gold) 22%, transparent);--radius-sm:10px;--radius:16px;--radius-lg:24px;--radius-pill:999px;--shadow-sm:0 1px 2px #1a14100f;--shadow-md:0 12px 32px -16px #1a14102e;--shadow-lg:0 28px 56px -24px #8f3b2447;--shadow-ink:0 18px 40px -18px #1a14106b;--ease:.28s cubic-bezier(.4, 0, .2, 1);--header-h:64px;--sticky-bar-h:76px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}[id]{scroll-margin-top:calc(var(--header-h) + 12px)}.skip-link{z-index:1000;background:var(--accent-primary);color:var(--text-on-accent);border-radius:var(--radius-sm);padding:.7rem 1rem;font-weight:650;position:absolute;top:-3rem;left:1rem}.skip-link:focus{top:.75rem}#main-content{min-height:50vh}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans,system-ui), var(--font-devanagari,sans-serif), system-ui, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.05rem;line-height:1.7;overflow-x:hidden}html[lang=hi] body,html[lang=hi] h1,html[lang=hi] h2,html[lang=hi] h3,html[lang=hi] h4{font-family:var(--font-devanagari,sans-serif), var(--font-sans,system-ui), system-ui, sans-serif}html[lang=hi] h1,html[lang=hi] h2,html[lang=hi] h3,html[lang=hi] h4{letter-spacing:0}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:var(--font-display,Georgia), var(--font-devanagari,sans-serif), Georgia, serif;font-optical-sizing:auto;letter-spacing:-.022em;font-weight:560;line-height:1.12}h1{font-size:clamp(2rem,5.4vw + .5rem,4.35rem)}h2{font-size:clamp(1.6rem,3.4vw + .5rem,2.95rem)}h3{font-size:clamp(1.28rem,1.4vw + .6rem,1.75rem)}p{margin-bottom:1.15rem}a{color:var(--accent-primary);transition:color var(--ease);text-decoration:none}a:hover{color:var(--accent-hover)}button{font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.25rem}@media (min-width:768px){.container{padding:0 1.75rem}}@media (min-width:1200px){.container{padding:0 2rem}}.eyebrow{color:var(--accent-primary);font-family:var(--font-sans,system-ui), var(--font-devanagari,sans-serif), sans-serif;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:1rem;font-size:.78rem;font-weight:650;display:inline-flex}.eyebrow:before{content:"";background:var(--accent-gold);width:1.6rem;height:1px}.section{padding:5.5rem 0}.section-sand{background:var(--bg-secondary)}.section-ink{background:var(--bg-ink);color:var(--text-on-dark)}.section-ink h2,.section-ink h3{color:var(--text-on-dark)}.section-header{text-align:center;max-width:720px;margin:0 auto 3.25rem}.section-header p{color:var(--text-secondary);margin:1rem 0 0;font-size:1.12rem}.grid-2,.grid-3,.grid-4{gap:1.35rem 1.5rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.85rem 1.75rem}.card p:last-child{margin-bottom:0}.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}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){:root{--header-h:76px}}@media (max-width:768px){body{padding-bottom:var(--sticky-bar-h)}body[data-admin],body[data-authed=student]{padding-bottom:0}.section{padding:3.75rem 0}.section-header{margin-bottom:2.25rem}.card{padding:1.5rem 1.35rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}
