:root{--bg-base:#0b0f19;--bg-panel:#121223;--bg-surface:#0f0f1e;--text-primary:#e2e8f0;--text-muted:#94a3b8;--text-disabled:#6d7281;--accent:#a78bfa;--accent-dark:#7c3aed;--edge:#6366f1;--error:#dc2626;--bg-btn-base:#7c3aed1f;--bg-hover:#7c3aed26;--bg-pressed:#7c3aed40;--bg-element:#7c3aed14;--bg-highlight-faint:#7c3aed0a;--bg-input:#1a1a30;--glow-subtle:#a78bfa2e;--glow-deep:#7c3aed66;--accent-glow:#a78bfa80;--accent-glow-light:#a78bfa4d;--accent-bg-indicator:#a78bfae6;--accent-bg-handle:#a78bfa33;--border-card:#7c3aed4d;--border-subtle:#94a3b840;--border-muted-md:#94a3b859;--accent-border-hover:var(--accent);--purple-border:var(--border-card);--blur-lg:6px;--blur-md:4px;--neutral-glow:#94a3b840;--neutral-glow-light:#94a3b826;--radius-sm:.4rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xs:.25rem;--transition-duration:.15s ease;--text-title:1.1rem;--text-subtitle:.9rem;--text-body:.85rem;--text-label:.78rem;--text-small:.72rem;--header-height:3rem;--space-xs:.25rem;--space-sm:.35rem;--space-md:.6rem;--space-lg:.75rem;--space-xl:1.25rem;--space-2xl:2.5rem;letter-spacing:.12px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:15px/145% system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + var(--space-lg));overflow-x:hidden}body{color:var(--text-primary);background:var(--bg-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:inherit}#root{flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--text-primary)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#1a1530;border-radius:3px}::-webkit-scrollbar-button:single-button{display:none}.header__nav-desktop{gap:var(--space-lg);display:flex}.header__burger,.header__nav-mobile{display:none}@media (width<=768px){.header__nav-desktop{display:none}.header__burger{display:inline-flex!important}.header__nav-mobile{top:var(--header-height);background:var(--bg-panel);border-bottom:1px solid var(--border-card);padding:var(--space-md) var(--space-xl);gap:var(--space-sm);z-index:50;flex-direction:column;display:flex;position:absolute;left:0;right:0}.header__nav-mobile a{text-align:center;width:100%}.home__toolbar{height:auto;position:relative}}.home{background:var(--bg-surface);box-sizing:border-box;flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden auto}.home__toolbar{width:100%;height:var(--header-height);background:var(--bg-panel);border-bottom:1px solid var(--border-card);-webkit-backdrop-filter:blur(var(--blur-lg));backdrop-filter:blur(var(--blur-lg));z-index:50;box-sizing:border-box;flex-direction:column;display:flex;position:fixed;top:0;left:0;right:0}.home__toolbar-row{align-items:center;gap:var(--space-lg);box-sizing:border-box;flex:auto;padding-inline-start:var(--space-xl);display:flex}.home__logo{color:var(--accent);letter-spacing:.06em;-webkit-user-select:none;user-select:none;font-size:.95rem;font-weight:700}.home__btn,button.home__btn{align-items:center;gap:var(--space-sm);font-size:var(--text-subtitle);color:var(--text-primary);background:var(--bg-btn-base);border:1px solid var(--border-card);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-duration), border-color var(--transition-duration), color var(--transition-duration);padding:.4rem .9rem;font-family:inherit;font-weight:500;text-decoration:none;display:inline-flex}.home__btn:hover,button.home__btn:hover{background:var(--bg-highlight-faint);border-color:var(--accent);color:var(--accent)}.home__btn--primary{letter-spacing:.04em;font-weight:700}.home__btn--large{padding:var(--space-md) 2.5rem;font-size:var(--text-title)}.home__btn{line-height:1!important}.home__content{flex-direction:column;flex:none;display:flex}.home-section{width:100%;min-height:75vh;padding:var(--space-xl) var(--space-xl);text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;display:flex}.home-hero{text-align:center;min-height:100vh;padding-top:calc(var(--header-height) + var(--space-xl));padding-bottom:var(--space-xl);padding-inline:var(--space-xl);justify-content:center;align-items:center;gap:var(--space-xl);background-image:linear-gradient(var(--bg-base), #260361a4), url(/title-background.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;max-width:100%;display:flex}.home-hero__title{font-size:calc(var(--text-title) * 4);color:var(--accent);letter-spacing:-.02em;max-width:100%;margin:0;font-weight:800;line-height:1.05}.home-hero__subtitle{font-size:calc(var(--text-title) * 1.4);color:var(--text-primary);max-width:100%;margin:0;font-weight:700;line-height:1.4}.home-hero__tagline{font-size:var(--text-body);color:var(--text-muted);max-width:540px;margin:0;line-height:1.6}.home-hero__cta{padding:var(--space-md) 2.5rem;font-size:var(--text-title);letter-spacing:.04em;justify-content:center;align-items:center;font-weight:700;text-decoration:none;display:inline-flex}@media (width<=768px){.home-hero{padding-top:calc(var(--header-height) + var(--space-lg))!important;padding-bottom:var(--space-2xl)!important}.home-hero__title{font-size:calc(var(--text-title) * 3)!important;line-height:1.15!important}.home-hero__subtitle{padding-bottom:1rem;font-size:calc(var(--text-title) * 1.4)!important;line-height:1.5!important}}.home-section__title{margin:0 0 var(--space-lg);font-size:calc(var(--text-title) * 2.5);color:var(--accent);letter-spacing:-.01em;font-weight:800}.home-section__subtitle{margin:0 0 var(--space-2xl);font-size:calc(var(--text-title) * 1.3);color:var(--text-primary);text-align:center}@media (width>=769px){.home-section__subtitle{max-width:70vw;margin-inline:auto}}.home-cards{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%;max-width:960px;margin-inline:auto;display:grid}.home-card{background:var(--bg-panel);border:1px solid var(--border-card);border-radius:var(--radius-lg);padding:var(--space-xl);flex-direction:column;max-width:360px;display:flex}.home-card__title{margin:0 0 var(--space-sm);font-size:var(--text-title);color:var(--accent);font-weight:700}.home-card__body{font-size:var(--text-body);color:var(--text-muted);margin:0;line-height:1.6}.home-card--highlighted{border:1px solid var(--border-card);transition:transform .2s,box-shadow .2s}.home-card--highlighted:hover{border-color:var(--accent-border-hover);transform:scale(1.03);box-shadow:0 0 16px #a78bfa66}.home-card__quote{margin:0 0 var(--space-md);font-size:var(--text-body);color:var(--text-muted);font-style:italic;line-height:1.7}.home-card__author{font-size:var(--text-small);color:var(--accent);margin:0;font-style:normal}.home-section--alt{background:var(--bg-panel)}.home-form{gap:var(--space-lg);flex-direction:column;width:100%;max-width:900px;margin-inline:auto;display:flex}.home-form label{font-size:var(--text-small);color:var(--text-secondary);font-weight:600}.home-form input,.home-form textarea{width:100%;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-panel);color:var(--text-primary);font-size:var(--text-base);font-family:inherit}.home-form textarea{resize:none}.home-form input::placeholder,.home-form textarea::placeholder{color:var(--text-disabled)}.home-form input:focus,.home-form textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #7c3aed33}.home-footer{width:100%;padding:var(--space-xl);border-top:1px solid var(--neutral-glow-light);background:var(--bg-panel);justify-content:center;align-items:center;display:flex}.home-footer p{font-size:var(--text-small);color:var(--text-disabled);margin:0}
