*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #060b14;--surface: #0c1424;--surface-2: #121d33;--surface-3: #18243d;--border: rgba(255, 255, 255, .075);--border-bright: rgba(255, 255, 255, .15);--green: #2dd4a7;--blue: #4a9eff;--purple: #a855f7;--amber: #fbbf24;--green-dim: rgba(45, 212, 167, .14);--blue-dim: rgba(74, 158, 255, .14);--purple-dim: rgba(168, 85, 247, .14);--amber-dim: rgba(251, 191, 36, .14);--grad: linear-gradient(100deg, #2dd4a7 0%, #4a9eff 52%, #a855f7 100%);--grad-subtle: linear-gradient(100deg, rgba(45,212,167,.18), rgba(74,158,255,.18), rgba(168,85,247,.18));--text: #eef2f8;--text-dim: #aab4c5;--text-muted: #67738a;--font-display: "Space Grotesk", system-ui, sans-serif;--font-text: "Instrument Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--nav-bg: rgba(6, 11, 20, .88);--shadow-md: 0 8px 24px rgba(0,0,0,.35);--shadow-lg: 0 24px 60px rgba(0,0,0,.55), 0 4px 12px rgba(0,0,0,.3);--nav-h: 64px;--radius: 12px;--radius-lg: 18px;--max-w: 1200px}[data-theme=light]{--bg: #f5f8ff;--surface: #ffffff;--surface-2: #edf1fb;--surface-3: #e2e8f6;--border: rgba(15, 23, 42, .08);--border-bright: rgba(15, 23, 42, .16);--green-dim: rgba(45, 212, 167, .1);--blue-dim: rgba(74, 158, 255, .1);--purple-dim: rgba(168, 85, 247, .1);--grad-subtle: linear-gradient(100deg, rgba(45,212,167,.12), rgba(74,158,255,.12), rgba(168,85,247,.12));--text: #0f172a;--text-muted: #64748b;--text-dim: #475569;--nav-bg: rgba(245, 248, 255, .92);--shadow-md: 0 4px 16px rgba(15,23,42,.1);--shadow-lg: 0 8px 32px rgba(15,23,42,.12), 0 2px 8px rgba(15,23,42,.06)}html{scroll-behavior:smooth}body{font-family:var(--font-text);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.gradient-text{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mono{font-family:var(--font-mono)}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;background:var(--green);color:#04140f;font-family:var(--font-display);font-weight:600;font-size:.95rem;letter-spacing:-.01em;border-radius:10px;border:none;box-shadow:none;transition:transform .18s ease,background .18s ease}.btn-primary:hover{transform:translateY(-2px);background:#38e3b6}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;background:transparent;color:var(--text-dim);font-family:var(--font-display);font-weight:500;font-size:.95rem;border-radius:10px;border:1px solid var(--border-bright);transition:color .18s,border-color .18s,transform .18s,background .18s}.btn-ghost:hover{color:var(--text);border-color:var(--text-muted);transform:translateY(-2px);background:#ffffff05}.section-label{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-bottom:.9rem;display:inline-block}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;line-height:1.1;letter-spacing:-.025em;margin-bottom:1rem}.section-sub{font-size:1.05rem;color:var(--text-dim);max-width:560px;line-height:1.7}.nav.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);background:var(--nav-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner.svelte-12qhfyh{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;gap:1.25rem}.logo.svelte-12qhfyh{font-family:var(--font-display);font-size:1.3rem;font-weight:700;letter-spacing:-.02em;color:var(--text);flex-shrink:0}.logo-accent.svelte-12qhfyh{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.nav-link.svelte-12qhfyh{font-family:var(--font-display);padding:.4rem .85rem;font-size:.9rem;font-weight:500;color:var(--text-dim);border-radius:8px;transition:color .15s,background .15s}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--text);background:var(--surface-2)}.search-wrap.svelte-12qhfyh{position:relative;margin-left:auto;flex-shrink:0}.search-box.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;background:var(--surface-2);border:1px solid var(--border-bright);border-radius:50px;padding:.35rem .75rem;width:200px;transition:width .25s cubic-bezier(.16,1,.3,1),border-color .2s,box-shadow .2s}.search-box.focused.svelte-12qhfyh{width:280px;border-color:var(--blue);box-shadow:0 0 0 3px #4a9eff1f}.search-icon-svg.svelte-12qhfyh{color:var(--text-muted);flex-shrink:0}.search-input.svelte-12qhfyh{flex:1;background:none;border:none;outline:none;font-size:.85rem;color:var(--text);font-family:inherit;min-width:0}.search-input.svelte-12qhfyh::placeholder{color:var(--text-muted)}.search-clear.svelte-12qhfyh{background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;padding:0;flex-shrink:0;transition:color .15s}.search-clear.svelte-12qhfyh:hover{color:var(--text)}.search-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);width:360px;background:var(--surface);border:1px solid var(--border-bright);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;z-index:200}.search-empty.svelte-12qhfyh{padding:1rem 1.25rem;font-size:.85rem;color:var(--text-muted)}.search-empty.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:var(--text)}.search-result.svelte-12qhfyh{display:flex;align-items:center;gap:.85rem;padding:.75rem 1rem;transition:background .1s;text-decoration:none;color:inherit;border-bottom:1px solid var(--border)}.search-result.svelte-12qhfyh:last-child{border-bottom:none}.search-result.svelte-12qhfyh:hover,.search-result.sel.svelte-12qhfyh{background:var(--surface-2)}.result-icon.svelte-12qhfyh{font-size:1.1rem;width:28px;text-align:center;flex-shrink:0}.result-info.svelte-12qhfyh{flex:1;min-width:0}.result-title.svelte-12qhfyh{font-size:.875rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-sub.svelte-12qhfyh{font-size:.75rem;color:var(--text-muted);margin-top:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-type.svelte-12qhfyh{font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .5rem;border-radius:4px;flex-shrink:0;background:var(--surface-2);color:var(--text-muted)}.result-type-module.svelte-12qhfyh{background:#4a9eff1f;color:var(--blue)}.result-type-topic.svelte-12qhfyh{background:#06d6a01f;color:var(--green)}.result-type-equation.svelte-12qhfyh{background:#a78bfa1f;color:var(--purple)}.result-type-concept.svelte-12qhfyh{background:#ffffff0f;color:var(--text-muted)}.result-type-game.svelte-12qhfyh{background:#fbbf241f;color:#fbbf24}.nav-mobile-auth.svelte-12qhfyh{display:none}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;flex-shrink:0}.nav-auth-link.svelte-12qhfyh{font-size:.9rem;font-weight:500;color:var(--text-dim);transition:color .15s}.nav-auth-link.svelte-12qhfyh:hover{color:var(--text)}.nav-cta.svelte-12qhfyh{font-family:var(--font-display);font-size:.85rem;padding:.5rem 1.1rem;border-radius:9px;box-shadow:none}.user-menu.svelte-12qhfyh{position:relative}.nav-user-btn.svelte-12qhfyh{background:none;border:none;font-size:.9rem;font-weight:500;color:var(--text);cursor:pointer;padding:.4rem .65rem;border-radius:8px;font-family:inherit;display:flex;align-items:center;transition:color .15s,background .15s,transform .15s}.nav-user-btn.svelte-12qhfyh:hover{color:var(--blue);background:var(--surface-2);transform:scale(1.04)}.user-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + .4rem);right:0;background:var(--surface);border:1px solid var(--border-bright);border-radius:var(--radius);padding:.3rem;min-width:110px;box-shadow:var(--shadow-md);z-index:200}.dropdown-item.svelte-12qhfyh{display:block;width:100%;padding:.5rem .75rem;font-size:.875rem;color:var(--text-dim);background:none;border:none;cursor:pointer;text-align:left;border-radius:6px;font-family:inherit;text-decoration:none;transition:background .15s,color .15s}.dropdown-item.svelte-12qhfyh:hover{background:var(--surface-2);color:var(--text)}@media(max-width:900px){.hello.svelte-12qhfyh{display:none}}.nav-end.svelte-12qhfyh{display:none;align-items:center;gap:.5rem;margin-left:auto}.search-mobile-icon.svelte-12qhfyh{background:none;border:none;cursor:pointer;color:var(--text-dim);display:flex;align-items:center;padding:.3rem;border-radius:8px;transition:color .15s,background .15s}.search-mobile-icon.svelte-12qhfyh:hover{color:var(--text);background:var(--surface-2)}.mobile-user-btn.svelte-12qhfyh{font-size:.875rem}.hamburger.svelte-12qhfyh{display:flex;flex-direction:column;gap:5px;background:none;border:none;padding:.25rem;cursor:pointer}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:22px;height:2px;background:var(--text-dim);border-radius:2px;transition:transform .25s,opacity .25s;transform-origin:center}.hamburger.svelte-12qhfyh span:nth-child(1).open:where(.svelte-12qhfyh){transform:translateY(7px) rotate(45deg)}.hamburger.svelte-12qhfyh span:nth-child(2).open:where(.svelte-12qhfyh){opacity:0}.hamburger.svelte-12qhfyh span:nth-child(3).open:where(.svelte-12qhfyh){transform:translateY(-7px) rotate(-45deg)}.search-overlay.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:var(--surface);display:flex;flex-direction:column}.search-overlay-bar.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.search-overlay-icon.svelte-12qhfyh{color:var(--text-muted);flex-shrink:0}.search-overlay-input.svelte-12qhfyh{flex:1;background:none;border:none;outline:none;font-size:1rem;color:var(--text);font-family:inherit;min-width:0}.search-overlay-input.svelte-12qhfyh::placeholder{color:var(--text-muted)}.search-overlay-cancel.svelte-12qhfyh{background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--blue);font-family:inherit;padding:.25rem 0;flex-shrink:0}.search-overlay-results.svelte-12qhfyh{flex:1;overflow-y:auto}.overlay-result.svelte-12qhfyh{padding:.9rem 1.25rem}.search-empty-msg.svelte-12qhfyh{padding:2rem 1.25rem;font-size:.9rem;color:var(--text-muted);text-align:center}.search-empty-msg.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:var(--text)}.search-hint.svelte-12qhfyh{padding:2rem 1.25rem;text-align:center}.search-hint.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.search-hint-chips.svelte-12qhfyh{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.search-hint-chips.svelte-12qhfyh button:where(.svelte-12qhfyh){background:var(--surface-2);border:1px solid var(--border-bright);border-radius:50px;padding:.35rem .9rem;font-size:.8rem;color:var(--text-dim);cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.search-hint-chips.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--surface);color:var(--text)}main.svelte-12qhfyh{padding-top:var(--nav-h);min-height:100vh}.footer.svelte-12qhfyh{background:var(--surface);border-top:1px solid var(--border);padding:3rem 0 1.5rem;margin-top:4rem}.footer-top.svelte-12qhfyh{display:flex;gap:4rem;margin-bottom:2.5rem}.footer-brand.svelte-12qhfyh{flex:1;min-width:0}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-top:.75rem;font-size:.9rem;color:var(--text-muted);max-width:260px;line-height:1.6}.footer-cols.svelte-12qhfyh{display:flex;gap:3rem;flex-shrink:0}.footer-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:.6rem}.footer-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.25rem}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.875rem;color:var(--text-muted);transition:color .15s}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}.newsletter.svelte-12qhfyh{display:flex;align-items:center;gap:2rem;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1.5rem;flex-wrap:wrap}.newsletter-text.svelte-12qhfyh{flex:1;min-width:160px}.newsletter-text.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.newsletter-text.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.8rem;color:var(--text-muted)}.newsletter-form.svelte-12qhfyh{display:flex;gap:.5rem;flex:2;min-width:260px}.newsletter-form.svelte-12qhfyh input:where(.svelte-12qhfyh){flex:1;background:var(--surface-2);border:1px solid var(--border-bright);border-radius:8px;padding:.55rem .85rem;font-size:.875rem;color:var(--text);font-family:inherit;outline:none;transition:border-color .15s;min-width:0}.newsletter-form.svelte-12qhfyh input:where(.svelte-12qhfyh)::placeholder{color:var(--text-muted)}.newsletter-form.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{border-color:var(--blue);box-shadow:0 0 0 3px #4a9eff1a}.newsletter-form.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.55rem 1.25rem;background:var(--grad);color:#fff;font-weight:600;font-size:.85rem;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:opacity .2s;flex-shrink:0}.newsletter-form.svelte-12qhfyh button:where(.svelte-12qhfyh):disabled{opacity:.6;cursor:not-allowed}.newsletter-success.svelte-12qhfyh{font-size:.875rem;color:var(--green);flex:2}.newsletter-error.svelte-12qhfyh{font-size:.78rem;color:#f87171;margin-top:.35rem;width:100%}.footer-bottom.svelte-12qhfyh{border-top:1px solid var(--border);padding-top:1.5rem;font-size:.8rem;color:var(--text-muted)}@media(max-width:768px){.nav-links.svelte-12qhfyh{position:fixed;top:var(--nav-h);left:0;right:0;background:var(--nav-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;padding:1rem 1.5rem;gap:.25rem;display:none}.nav-links.open.svelte-12qhfyh{display:flex}.nav-actions.svelte-12qhfyh,.search-wrap.svelte-12qhfyh{display:none}.nav-end.svelte-12qhfyh{display:flex}.nav-mobile-auth.svelte-12qhfyh{display:flex;flex-direction:column;width:100%;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border);gap:.25rem}.mobile-auth-link.svelte-12qhfyh{width:100%}.footer-top.svelte-12qhfyh{flex-direction:column;gap:2rem}.footer-cols.svelte-12qhfyh{gap:2rem;flex-wrap:wrap}}.theme-toggle.svelte-12qhfyh{background:none;border:1px solid var(--border-bright);border-radius:8px;padding:.38rem .42rem;cursor:pointer;color:var(--text-dim);display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s,border-color .15s;flex-shrink:0}.theme-toggle.svelte-12qhfyh:hover{color:var(--text);background:var(--surface-2);border-color:var(--border-bright)}.theme-toggle-desktop.svelte-12qhfyh{margin-left:.25rem}.mobile-theme-row.svelte-12qhfyh{display:none;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0;margin-top:.5rem;border-top:1px solid var(--border)}.mobile-theme-label.svelte-12qhfyh{font-size:.875rem;color:var(--text-dim)}@media(max-width:768px){.theme-toggle-desktop.svelte-12qhfyh{display:none}.mobile-theme-row.svelte-12qhfyh{display:flex}}
