@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}h1,h2,h3{font-family:Space Grotesk,Inter,sans-serif}html.light{--bg:#f7f8fc;--surface:#ffffffa6;--surface-solid:#fff;--surface-hover:#ffffffe6;--text:#0d0f1c;--text-secondary:#5a6072;--border:#0d0f1c14;--border-strong:#0d0f1c24;--accent:#6366f1;--accent-2:#a855f7;--accent-hover:#4f46e5;--accent-light:#6366f11a;--glow:#6366f159;--card-front:#ffffffb3;--shadow-sm:0 1px 2px #0d0f1c0d, 0 4px 16px #0d0f1c0a;--shadow-lg:0 8px 40px #0d0f1c1a, 0 2px 8px #0d0f1c0f;--orb-opacity:.45;--nav-bg:#f7f8fcb3}html.dark{--bg:#07080f;--surface:#ffffff0a;--surface-solid:#12141f;--surface-hover:#ffffff14;--text:#f2f3fa;--text-secondary:#9298ab;--border:#ffffff14;--border-strong:#ffffff29;--accent:#818cf8;--accent-2:#c084fc;--accent-hover:#a5b4fc;--accent-light:#818cf81f;--glow:#818cf866;--card-front:#ffffff0d;--shadow-sm:0 1px 2px #0006, 0 4px 16px #0000004d;--shadow-lg:0 8px 40px #0000008c;--orb-opacity:.35;--nav-bg:#07080fa6}.app{background:var(--bg);min-height:100dvh;color:var(--text);transition:background .4s,color .4s;position:relative;overflow-x:hidden}.app main,.app>.nav,.app>.foot{z-index:1;position:relative}.aurora{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.orb{filter:blur(90px);opacity:var(--orb-opacity);border-radius:50%;transition:opacity .4s;position:absolute}html.light .orb-1{background:radial-gradient(circle,#818cf8 0%,#0000 70%);width:550px;height:550px;animation:22s ease-in-out infinite alternate drift1;top:-180px;left:-120px}html.light .orb-2{background:radial-gradient(circle,#e879f9 0%,#0000 70%);width:450px;height:450px;animation:26s ease-in-out infinite alternate drift2;top:10%;right:-150px}html.light .orb-3{background:radial-gradient(circle,#38bdf8 0%,#0000 70%);width:500px;height:500px;animation:30s ease-in-out infinite alternate drift3;bottom:-200px;left:30%}html.dark .orb-1{background:radial-gradient(circle,#4338ca 0%,#0000 70%);width:550px;height:550px;animation:22s ease-in-out infinite alternate drift1;top:-180px;left:-120px}html.dark .orb-2{background:radial-gradient(circle,#7e22ce 0%,#0000 70%);width:450px;height:450px;animation:26s ease-in-out infinite alternate drift2;top:10%;right:-150px}html.dark .orb-3{background:radial-gradient(circle,#0369a1 0%,#0000 70%);width:500px;height:500px;animation:30s ease-in-out infinite alternate drift3;bottom:-200px;left:30%}@keyframes drift1{0%{transform:translate(0)scale(1)}to{transform:translate(120px,80px)scale(1.15)}}@keyframes drift2{0%{transform:translate(0)scale(1)}to{transform:translate(-100px,120px)scale(1.1)}}@keyframes drift3{0%{transform:translate(0)scale(1)}to{transform:translate(-80px,-100px)scale(1.2)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.7s cubic-bezier(.22,1,.36,1) both fadeUp}button,input,select{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--accent-light);outline-offset:3px}@media (max-width:560px){.aurora{opacity:.5}.orb{filter:blur(70px)}html.light .orb-1{width:300px;height:300px}html.light .orb-2{width:250px;height:250px}html.light .orb-3{width:280px;height:280px}html.dark .orb-1{width:300px;height:300px}html.dark .orb-2{width:250px;height:250px}html.dark .orb-3{width:280px;height:280px}}.info-page{z-index:1;flex-direction:column;width:min(760px,100% - 2rem);margin:0 auto;padding:3rem 0 5rem;display:flex;position:relative}.info-card{background:var(--surface-solid);border:1px solid var(--border-strong);box-shadow:var(--shadow-lg);border-radius:24px;padding:2.5rem}.info-card h1{letter-spacing:-.04em;margin:.5rem 0 .75rem;font-size:clamp(1.8rem,4vw,2.6rem)}.info-card h2{letter-spacing:-.02em;margin:1.75rem 0 .5rem;font-size:1.1rem}.info-lead{color:var(--text-secondary);margin-bottom:.5rem;line-height:1.7}.info-card ol{gap:.75rem;margin:1rem 0 1rem 1.25rem;display:grid}.info-card li,.info-card p{color:var(--text-secondary);line-height:1.7}.info-card li strong{color:var(--text)}.info-card a{color:var(--accent)}.not-found{text-align:center;justify-items:center;gap:.75rem;padding:3rem 0;display:grid}.not-found-code{background:linear-gradient(120deg, var(--accent), var(--accent-2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:4rem;font-weight:800;line-height:1}.not-found h1{letter-spacing:-.03em;font-size:1.5rem}.not-found p{color:var(--text-secondary)}.not-found-links{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.75rem;display:flex}.not-found-links a{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-2));border-radius:12px;padding:.6rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none}@media (max-width:560px){.info-page{width:min(100% - 1.5rem,760px);padding:1.5rem 0 3rem}.info-card{border-radius:18px;padding:1.4rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
