@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg:#0a0a0a;--bg-card:#161616;--bg-2:#1a1a1a;--border:#2a2a2a;--text:#fafaf9;--text-2:#a8a29e;--text-3:#78716c;--accent:#d97757;--accent-hover:#c96442;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--background:#0a0a0a;--text-primary:#fafaf9;--text-secondary:#a8a29e;--text-tertiary:#78716c;--surface:#161616;--surface-2:#1a1a1a;--surface-3:#111;--border-hover:#3a3a3a;--accent-muted:#d977571f;--accent-border:#d9775740;--radius-pill:100px;--font-mono:"Courier New", Courier, monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;overflow-x:hidden}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--font-sans)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:8px;min-height:44px;padding:12px 24px;font-size:15px;font-weight:600;transition:opacity .15s;display:inline-flex}.btn:hover{opacity:.85}.btn-primary{background:var(--accent);color:#fff}.btn-secondary{color:var(--text-2);border:1px solid var(--border);background:0 0}.grid-featured{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:20px;display:grid}@media (max-width:768px){.grid-featured{grid-template-columns:1fr}}.grid-2{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}@media (max-width:768px){.grid-2{grid-template-columns:1fr;gap:32px}}.grid-article{grid-template-columns:1fr 300px;align-items:start;gap:48px;display:grid}@media (max-width:900px){.grid-article{grid-template-columns:1fr}}.grid-articles{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}@media (max-width:640px){.grid-articles{grid-template-columns:1fr}}.grid-tools{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}@media (max-width:640px){.grid-tools{grid-template-columns:1fr}}.grid-form-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.grid-form-2{grid-template-columns:1fr}}.form-row{gap:12px;margin-bottom:12px;display:flex}@media (max-width:600px){.form-row{flex-direction:column}.form-row button{justify-content:center;width:100%}}@keyframes heroDrift{0%,to{transform:translate(0,0)scale(1)}50%{transform:translateY(-18px)scale(1.04)}}@keyframes heroFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-12px)}}@keyframes heroGlow{0%,to{opacity:.6}50%{opacity:1}}@keyframes dotPulse{0%,to{box-shadow:0 0 #34d39999}50%{box-shadow:0 0 0 7px #34d39900}}.liveDot{animation:2.5s ease-in-out infinite dotPulse}.heroSection{border-bottom:1px solid var(--border);background:radial-gradient(circle at 0 0,#7c3aed1f,#0000 28%),radial-gradient(circle at 80% 20%,#d977572e,#0000 30%),linear-gradient(#0a0a0a 0%,#0b0b0f 100%);padding:clamp(44px,8vw,90px) 0 clamp(32px,7vw,72px);position:relative;overflow:hidden}.heroContainer{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:clamp(28px,5vw,56px);display:grid;position:relative}.heroMesh,.heroGridLines{pointer-events:none;position:absolute;inset:0}.heroMeshPrimary{filter:blur(20px);background:radial-gradient(circle at 72% 28%,#f59e0b33,#0000 0 32%);animation:14s ease-in-out infinite heroDrift}.heroMeshSecondary{filter:blur(26px);background:radial-gradient(circle at 18% 72%,#6366f129,#0000 0 30%);animation:18s ease-in-out infinite reverse heroDrift}.heroGridLines{opacity:.18;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(#0000,#000000b3 20%,#000);mask-image:linear-gradient(#0000,#000000b3 20%,#000)}.heroCopy{max-width:660px}.heroBadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-2);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#111111b3;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;margin-bottom:24px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.heroBadgeDot{background:#34d399;border-radius:50%;flex-shrink:0;width:7px;height:7px}.heroTitle{letter-spacing:-.05em;color:var(--text);text-wrap:balance;margin-bottom:20px;font-size:clamp(2.5rem,7vw,5.4rem);font-weight:700;line-height:.96}.heroTitle span{background:linear-gradient(135deg,#f7d17d 0%,#d97757 45%,#9b8cff 100%);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.heroDescription{color:#c3bdb7;max-width:580px;margin-bottom:32px;font-size:clamp(1rem,2vw,1.15rem);line-height:1.8}.heroActions{flex-wrap:wrap;gap:12px;margin-bottom:36px;display:flex}.heroButton{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:13px 22px;font-size:15px;font-weight:600;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;display:inline-flex}.heroButton:hover{transform:translateY(-1px)}.heroButtonPrimary{color:#fff;background:linear-gradient(135deg,#d97757 0%,#ea8f55 55%,#f5b34d 100%);box-shadow:0 12px 30px #d9775738}.heroButtonSecondary{color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff1f}.heroButtonSecondary:hover{background:#ffffff12;border-color:#ffffff38}.heroStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.heroStatItem{background:linear-gradient(#ffffff0d,#ffffff05);border:1px solid #ffffff17;border-radius:18px;padding:16px 18px;box-shadow:inset 0 1px #ffffff0a}.heroStatValue{color:var(--text);letter-spacing:-.03em;margin-bottom:4px;font-size:1.15rem;font-weight:700;display:block}.heroStatLabel{color:var(--text-3);font-size:12px;line-height:1.5;font-family:var(--font-mono);display:block}.heroVisual{justify-content:center;align-items:center;min-height:560px;display:flex;position:relative}.heroOrb{filter:blur(6px);border-radius:50%;animation:8s ease-in-out infinite heroGlow;position:absolute}.heroOrbOne{background:radial-gradient(circle,#f59e0b57,#f59e0b00);width:220px;height:220px;top:10%;right:8%}.heroOrbTwo{background:radial-gradient(circle,#6366f147,#6366f100);width:180px;height:180px;animation-delay:1.5s;bottom:7%;left:8%}.heroPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#141418eb 0%,#0c0c0ff2 100%);border:1px solid #ffffff1f;position:relative;box-shadow:0 26px 80px #00000073,inset 0 1px #ffffff0f}.heroPanelMain{border-radius:30px;width:min(100%,520px);padding:24px}.heroPanelTopbar,.heroPanelLead,.heroInsightGrid{z-index:1;position:relative}.heroPanelTopbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.heroEyebrow,.heroMiniLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:#9b948d;font-size:11px}.heroSignal{color:#f7d17d;background:#f59e0b1f;border:1px solid #f59e0b2e;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.heroPanelLead{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;margin-bottom:22px;display:grid}.heroPanelLead h2{letter-spacing:-.04em;color:var(--text);margin-top:8px;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.15}.heroReadingTime{color:#ffd7c7;background:linear-gradient(135deg,#d9775733,#7c3aed2e);border:1px solid #ffffff14;border-radius:16px;align-self:start;padding:10px 12px;font-size:12px;font-weight:600}.heroInsightGrid{grid-template-columns:1.2fr .8fr;gap:14px;display:grid}.heroInsightCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:22px;padding:18px}.heroInsightFeatured{background:linear-gradient(#d9775724,#ffffff0a)}.heroInsightCard h3{letter-spacing:-.03em;color:var(--text);margin:8px 0 10px;font-size:1.08rem;line-height:1.25}.heroInsightCard p,.heroInsightCard li{color:#beb7b0;font-size:14px;line-height:1.65}.heroInsightCard ul{gap:8px;margin-top:10px;list-style:none;display:grid}.heroInsightCard li:before{content:"•";color:#f7b267;margin-right:8px}.heroFloatingCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c0c0fd1;border:1px solid #ffffff1f;border-radius:22px;width:min(250px,46vw);padding:16px 18px;position:absolute;box-shadow:0 16px 40px #00000059}.heroFloatingCard strong{color:var(--text);margin:10px 0 8px;font-size:1rem;line-height:1.25;display:block}.heroFloatingCard p{color:#b6afa8;font-size:13px;line-height:1.6}.heroFloatingCardTop{animation:8s ease-in-out infinite heroFloat;top:5%;left:0}.heroFloatingCardBottom{grid-template-columns:auto 1fr;align-items:start;gap:14px;animation:9.5s ease-in-out 1s infinite heroFloat;display:grid;bottom:9%;right:0}.heroChip{color:#c6bbff;text-transform:uppercase;letter-spacing:.1em;background:#7c3aed29;border:1px solid #7c3aed38;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;font-weight:600;display:inline-flex}.heroMetric{color:#fff1da;letter-spacing:-.03em;background:linear-gradient(135deg,#f59e0b2e,#d9775733);border-radius:18px;justify-content:center;align-items:center;min-width:58px;height:58px;font-size:1rem;font-weight:700;display:inline-flex}@media (max-width:980px){.heroContainer{grid-template-columns:1fr}.heroCopy{max-width:none}.heroVisual{min-height:500px}}@media (max-width:720px){.heroSection{padding:28px 0 22px}.heroContainer{align-items:start;gap:18px}.heroCopy{gap:14px;display:grid}.heroBadge{letter-spacing:.07em;gap:8px;margin-bottom:0;padding:7px 12px;font-size:11px}.heroTitle{margin-bottom:0;font-size:clamp(2.35rem,11vw,3.6rem);line-height:.94}.heroDescription{color:#beb7b0;max-width:34ch;margin-bottom:0;font-size:.98rem;line-height:1.58}.heroActions{flex-direction:column;gap:10px;margin-bottom:0}.heroButton{width:100%;min-height:44px;padding:11px 16px;font-size:14px}.heroStats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.heroStatItem{border-radius:16px;min-height:0;padding:12px 13px}.heroStats .heroStatItem:last-child{grid-column:1/-1}.heroStatValue{margin-bottom:2px;font-size:1rem}.heroStatLabel{font-size:11px;line-height:1.4}.heroVisual{min-height:auto;margin-top:2px;padding-top:0}.heroPanelMain{border-radius:22px;width:100%;padding:16px}.heroPanelTopbar{margin-bottom:14px}.heroSignal{padding:5px 9px;font-size:11px}.heroPanelLead,.heroInsightGrid{grid-template-columns:1fr}.heroPanelLead{gap:12px;margin-bottom:14px}.heroPanelLead h2{margin-top:6px;font-size:1.22rem;line-height:1.14}.heroReadingTime{border-radius:14px;justify-self:start;padding:8px 10px}.heroInsightGrid{gap:0}.heroInsightCard{border-radius:18px;padding:15px}.heroInsightCard h3{margin:6px 0 8px;font-size:1rem}.heroInsightCard p,.heroInsightCard li{font-size:13px;line-height:1.55}.heroInsightGrid .heroInsightCard:not(.heroInsightFeatured),.heroFloatingCard{display:none}.heroOrbOne{width:160px;height:160px;top:-8%;right:-10%}.heroOrbTwo{width:130px;height:130px;bottom:-4%;left:-8%}}@media (max-width:480px){.heroVisual{display:none}}@media (max-width:420px){.container{padding:0 16px}.heroSection{padding-top:24px}.heroTitle{font-size:clamp(2.15rem,12vw,3rem)}.heroDescription{font-size:.94rem}.heroBadge{max-width:max-content}}@media (prefers-reduced-motion:reduce){.heroMeshPrimary,.heroMeshSecondary,.heroOrb,.heroFloatingCardTop,.heroFloatingCardBottom,.liveDot{animation:none!important}}.crashHostBody{background:radial-gradient(circle at top,#60a5fa1f,#0000 28%),radial-gradient(circle at 85% 10%,#d9775729,#0000 24%),linear-gradient(#06080d 0%,#0a0d12 100%)}.crashLoginScreen{place-items:center;min-height:100vh;padding:24px;display:grid}.crashLoginCard{background:#090c11e0;border:1px solid #ffffff14;border-radius:28px;width:min(100%,460px);padding:28px;box-shadow:0 30px 90px #00000073}.crashLoginCard h1{letter-spacing:-.05em;margin:10px 0;font-size:clamp(2rem,5vw,2.8rem);line-height:.96}.crashLoginCard p{color:#a8a29e;line-height:1.7}.crashLoginInput{color:#fafaf9;background:#090c12;border:1px solid #ffffff14;border-radius:16px;width:100%;margin-top:18px;padding:15px 16px;font-size:.98rem}.crashLoginError{color:#fecaca;background:#7f1d1d29;border:1px solid #f8717138;border-radius:14px;margin-top:12px;padding:12px 14px}.crashLoginButton{width:100%;margin-top:16px}.crashAppShell{color:#e7e5e4;grid-template-columns:300px minmax(0,1fr);min-height:100vh;display:grid}.crashSidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#090c11d6;border-right:1px solid #ffffff14;flex-direction:column;gap:18px;padding:24px 18px;display:flex}.crashSidebarTop,.crashTopbar,.crashComposerFooter,.crashStatusRow,.crashTopbarMeta{align-items:center;display:flex}.crashSidebarTop,.crashTopbar,.crashComposerFooter{justify-content:space-between;gap:16px}.crashKicker,.crashSidebarLabel{letter-spacing:.14em;text-transform:uppercase;color:#d97757;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:700;line-height:1}.crashSidebarTitle,.crashMainTitle{letter-spacing:-.04em;color:#fafaf9}.crashSidebarTitle{margin-top:8px;font-size:1.7rem}.crashMainTitle{margin-top:8px;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.02}.crashGhostButton,.crashUploadButton,.crashSendButton,.crashConversationItem,.crashAttachmentPill button{transition:all .18s}.crashGhostButton,.crashUploadButton{color:#e7e5e4;background:#ffffff08;border:1px solid #ffffff1f;border-radius:999px;min-height:42px;padding:0 14px}.crashGhostButton:hover,.crashUploadButton:hover{color:#fafaf9;border-color:#d9775773}.crashSidebarCard,.crashComposer,.crashBubble,.crashEmptyState{background:#ffffff08;border:1px solid #ffffff14;border-radius:22px}.crashSidebarCard{padding:18px}.crashSidebarMeta,.crashConversationPreview,.crashComposerHint,.crashTopbarMeta,.crashBubble p,.crashEmptyState p{color:#a8a29e}.crashSidebarMeta{margin-top:10px;font-size:.92rem;line-height:1.7}.crashStatusRow{color:#e7e5e4;gap:10px;margin-top:12px;font-size:.95rem}.crashLiveDot{background:#34d399;border-radius:50%;width:8px;height:8px;box-shadow:0 0 16px #34d399bf}.crashConversationList{gap:10px;display:grid}.crashConversationItem{text-align:left;background:#ffffff05;border:1px solid #ffffff0f;border-radius:18px;width:100%;padding:14px 15px}.crashConversationItem:hover,.crashConversationItem.is-active{background:#d9775714;border-color:#d9775740}.crashConversationTitle{color:#fafaf9;margin-bottom:5px;font-weight:650;display:block}.crashConversationPreview{font-size:.88rem;line-height:1.5;display:block}.crashMainPanel{grid-template-rows:auto 1fr auto;gap:20px;min-width:0;padding:28px clamp(18px,3vw,36px);display:grid}.crashTopbarMeta{flex-wrap:wrap;gap:10px;font-size:.86rem}.crashTopbarMeta span{background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;padding:7px 11px}.crashMessages{align-content:start;gap:14px;min-height:0;padding-right:4px;display:grid;overflow:auto}.crashBubble,.crashEmptyState{max-width:min(760px,100%);padding:16px 18px}.crashBubble-user{background:#d977571f;border-color:#d9775733;margin-left:auto}.crashBubble-assistant{background:#ffffff08}.crashBubbleHeader{letter-spacing:.12em;text-transform:uppercase;color:#d97757;margin-bottom:8px;font-size:.77rem;font-weight:700}.crashBubble p,.crashEmptyState p{font-size:.98rem;line-height:1.8}.crashEmptyState h3{letter-spacing:-.04em;color:#fafaf9;margin:10px 0;font-size:clamp(1.4rem,3vw,2rem)}.crashComposer{gap:12px;padding:14px;display:grid}.crashTextarea{resize:vertical;color:#fafaf9;background:#090c12;border:1px solid #ffffff14;border-radius:16px;width:100%;min-height:120px;padding:15px 16px;font-size:.98rem;line-height:1.7}.crashTextarea::placeholder{color:#78716c}.crashAttachmentStrip{flex-wrap:wrap;gap:10px;display:flex}.crashAttachmentStripComposer{margin-bottom:2px}.crashAttachmentPill{color:#e7e5e4;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;display:inline-flex}.crashAttachmentPill span,.crashAttachmentPill small{display:block}.crashAttachmentPill small{color:#78716c;margin-top:3px;font-size:.78rem}.crashAttachmentPill button{color:#a8a29e;padding:2px 4px;font-size:1rem}.crashAttachmentPill button:hover{color:#fafaf9}.crashComposerHint{font-size:.84rem;line-height:1.6}.crashSendButton{color:#fff;background:#d97757;border-radius:999px;min-height:44px;padding:0 18px;font-weight:700;box-shadow:0 14px 28px #d977573d}.crashSendButton:hover:not(:disabled){background:#e18466}.crashSendButton:disabled{opacity:.75;cursor:not-allowed}@media (max-width:960px){.crashAppShell{grid-template-columns:1fr}.crashSidebar{border-bottom:1px solid #ffffff14;border-right:none}}@media (max-width:640px){.crashMainPanel{padding:18px 14px 22px}.crashSidebar{padding:18px 14px}.crashTopbar,.crashComposerFooter,.crashSidebarTop{flex-direction:column;align-items:flex-start}.crashSendButton,.crashUploadButton,.crashGhostButton{justify-content:center;width:100%}}.navLinkUnderline{position:relative}.navLinkUnderline:after{content:"";background:var(--accent);transform-origin:0;border-radius:1px;height:2px;transition:transform .2s;position:absolute;bottom:2px;left:14px;right:14px;transform:scaleX(0)}.navLinkUnderline:hover:after{transform:scaleX(1)}.cardLift{transition:transform .2s,box-shadow .2s}.cardLift:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000080,0 0 0 1px #d977571f}.prose{color:var(--text-2);font-size:16px;line-height:1.8}.prose h1,.prose h2,.prose h3{color:var(--text);letter-spacing:-.02em;margin:2em 0 .75em;font-weight:700;line-height:1.3}.prose h2{font-size:1.4rem}.prose h3{font-size:1.15rem}.prose p{color:var(--text-2);margin-bottom:1.5em}.prose a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.prose a:hover{color:var(--accent-hover)}.prose strong{color:var(--text);font-weight:600}.prose em{font-style:italic}.prose ul,.prose ol{margin-bottom:1.5em;padding-left:1.5em}.prose li{color:var(--text-2);margin-bottom:.5em}.prose blockquote{border-left:4px solid var(--accent);background:linear-gradient(135deg,#d977570f 0%,#d9775705 100%);border-radius:0 12px 12px 0;margin:2.5em 0;padding:20px 24px;position:relative}.prose blockquote:before{content:"“";color:var(--accent);opacity:.3;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:-8px;left:16px}.prose blockquote p{color:var(--text);margin:0;font-size:1.1em;font-style:italic;line-height:1.7}.prose blockquote p:last-child{color:var(--text-3);margin-top:8px;font-size:.85em;font-style:normal;font-weight:500}.prose code{color:var(--accent);background:#d977571a;border:1px solid #d9775733;border-radius:5px;padding:2px 7px;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.85em}.prose pre{background:#0d1117;border:1px solid #30363d;border-radius:12px;margin:2em 0;padding:0;overflow:hidden;box-shadow:0 4px 24px #0006}.prose pre:before{content:"● ● ●";color:#484f58;letter-spacing:4px;background:#161b22;border-bottom:1px solid #30363d;padding:12px 16px;font-size:12px;display:block}.prose pre code{color:#e6edf3;background:0 0;border:none;padding:20px;font-size:13px;line-height:1.7;display:block;overflow-x:auto}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5em 0}.prose table{border-collapse:collapse;border:1px solid var(--border);border-radius:10px;width:100%;margin:2em 0;font-size:14px;overflow:hidden}.prose thead{background:#d977571a}.prose th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border-bottom:1px solid var(--border);padding:12px 16px;font-size:11px;font-weight:700}.prose td{color:var(--text-2);border-bottom:1px solid #ffffff0a;padding:12px 16px}.prose tr:last-child td{border-bottom:none}.prose tr:nth-child(2n) td{background:#ffffff05}.prose img,.prose video,.prose table,.prose iframe{max-width:100%;height:auto}.prose table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.article-aside{position:sticky;top:80px}@media (max-width:900px){.article-aside{position:static}.prose{font-size:15px}}.grid-classroom{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(32px,5vw,64px);display:grid}@media (max-width:768px){.grid-classroom{grid-template-columns:1fr}}
.Navbar-module__nuAbfa__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#0a0a0ad9;border-bottom:1px solid #0000;transition:border-color .2s,background .2s;position:sticky;top:0}.Navbar-module__nuAbfa__scrolled{border-bottom-color:var(--border);background:#0a0a0af7}.Navbar-module__nuAbfa__inner{align-items:center;gap:32px;height:64px;display:flex}.Navbar-module__nuAbfa__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoMark{color:#fafaf9;border-radius:var(--radius-sm);border:1px solid var(--border);background:#0a0a0a;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.Navbar-module__nuAbfa__logoText{letter-spacing:-.02em;color:#fafaf9;font-size:17px;font-weight:700}.Navbar-module__nuAbfa__links{flex:1;gap:4px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__nuAbfa__link{border-radius:var(--radius-sm);color:var(--text-2);align-items:center;min-height:36px;padding:6px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:flex;position:relative}.Navbar-module__nuAbfa__link:after{content:"";background:var(--accent);transform-origin:0;border-radius:1px;height:2px;transition:transform .22s;position:absolute;bottom:4px;left:14px;right:14px;transform:scaleX(0)}.Navbar-module__nuAbfa__link:hover{color:var(--text);background:#1a1a1a}.Navbar-module__nuAbfa__link:hover:after{transform:scaleX(1)}.Navbar-module__nuAbfa__linkActive{color:var(--text);background:#1a1a1a}.Navbar-module__nuAbfa__actions{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.Navbar-module__nuAbfa__cta{padding:8px 16px!important;font-size:13px!important;font-weight:600!important}.Navbar-module__nuAbfa__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-left:auto;padding:0;display:none}.Navbar-module__nuAbfa__hLine{transform-origin:50%;background:#a8a29e;border-radius:1px;width:20px;height:2px;transition:all .25s;display:block}.Navbar-module__nuAbfa__hLineOpen1{transform:translateY(7px)rotate(45deg)}.Navbar-module__nuAbfa__hLineOpen2{opacity:0;transform:scaleX(0)}.Navbar-module__nuAbfa__hLineOpen3{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__nuAbfa__mobileMenu{border-top:1px solid var(--border);background:#0a0a0afa;flex-direction:column;gap:4px;padding:12px 16px 20px;display:flex}.Navbar-module__nuAbfa__mobileLink{color:var(--text-2);border-radius:var(--radius-sm);align-items:center;min-height:44px;padding:14px 16px;font-size:16px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.Navbar-module__nuAbfa__mobileLink:hover,.Navbar-module__nuAbfa__mobileLinkActive{color:var(--text);background:#1a1a1a}.Navbar-module__nuAbfa__mobileCta{color:#fff;background:var(--accent);border-radius:var(--radius-sm);justify-content:center;align-items:center;min-height:44px;margin-top:8px;padding:14px 16px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s;display:flex}.Navbar-module__nuAbfa__mobileCta:hover{opacity:.9}@media (max-width:768px){.Navbar-module__nuAbfa__links,.Navbar-module__nuAbfa__actions{display:none}.Navbar-module__nuAbfa__hamburger{display:flex}.Navbar-module__nuAbfa__inner{gap:16px}}
