@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap";:root{--font-body:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"Space Mono","Courier New",monospace;--font-headline:"Space Grotesk",system-ui,sans-serif;--brand-hologram-blue:#7aa2f7;--brand-moss-green:#9ece6a;--brand-campfire-amber:#ff9e64;--brand-retro-purple:#bb9af7}[data-theme=dark],[data-theme=dark] :root{--theme-elevation-0:#16161e;--theme-elevation-50:#1a1b26;--theme-elevation-100:#24283b;--theme-elevation-200:#3b4261;--theme-elevation-300:#414868;--theme-elevation-400:#565f89;--theme-elevation-500:#737aa2;--theme-elevation-600:#9aa5ce;--theme-elevation-700:#c0caf5;--theme-elevation-800:#d4d8e8;--theme-elevation-900:#e8ebf0;--theme-success-500:#9ece6a;--theme-success-600:#8ab85a;--theme-success-700:#76a24a;--theme-error-500:#f7768e;--theme-error-600:#e55a72;--theme-error-700:#d13e56;--theme-warning-500:#ff9e64;--theme-warning-600:#ff8a4a;--theme-warning-700:#ff7630;--theme-primary-500:#ff9e64;--theme-primary-600:#ff8a4a;--theme-primary-700:#ff7630;--theme-secondary-500:#7aa2f7;--theme-secondary-600:#6a92e7;--theme-secondary-700:#5a82d7;--theme-text:#e0e6ff;--theme-text-200:#a0a8c8;--theme-text-400:#6b7290;--theme-text-600:#3b4261;--theme-text-800:#24283b;--brand-void:#16161e;--brand-night:#1a1b26}[data-theme=light],[data-theme=light] :root{--theme-elevation-0:#ffffff;--theme-elevation-50:#f8f9fa;--theme-elevation-100:#e9ecef;--theme-elevation-200:#dee2e6;--theme-elevation-300:#ced4da;--theme-elevation-400:#adb5bd;--theme-elevation-500:#6c757d;--theme-elevation-600:#495057;--theme-elevation-700:#343a40;--theme-elevation-800:#212529;--theme-elevation-900:#16161e;--theme-success-500:#7fb347;--theme-success-600:#6a9a3a;--theme-success-700:#56812d;--theme-error-500:#dc3545;--theme-error-600:#c82333;--theme-error-700:#bd2130;--theme-warning-500:#ff9e64;--theme-warning-600:#ff8a4a;--theme-warning-700:#ff7630;--theme-primary-500:#ff9e64;--theme-primary-600:#ff8a4a;--theme-primary-700:#ff7630;--theme-secondary-500:#5a7fd7;--theme-secondary-600:#4a6fc7;--theme-secondary-700:#3a5fb7;--theme-text:#16161e;--theme-text-200:#495057;--theme-text-400:#6c757d;--theme-text-600:#adb5bd;--theme-text-800:#e9ecef;--brand-void:#f8f9fa;--brand-night:#ffffff}body{font-family:var(--font-body)!important}.payload-ui,[data-theme=dark],[data-theme=dark] #app,[data-theme=dark] .app,[data-theme=dark] body,[data-theme=light],[data-theme=light] #app,[data-theme=light] .app,[data-theme=light] body{color:var(--theme-text)!important;background-color:var(--theme-elevation-50)!important}*{box-sizing:border-box}html{font-size:18px;line-height:32px;background:var(--theme-elevation-50);-webkit-font-smoothing:antialiased}#app,body,html{height:100%}body{font-family:var(--font-body);font-size:18px;line-height:32px;margin:0;color:var(--theme-text);background-color:var(--theme-elevation-50)}@media(max-width:1024px){body{font-size:15px;line-height:24px}}img{max-width:100%;height:auto;display:block}h1{margin:40px 0;font-size:64px;line-height:70px;font-weight:600;font-family:var(--font-headline);color:var(--theme-text)}@media(max-width:1024px){h1{margin:24px 0;font-size:42px;line-height:42px}}@media(max-width:768px){h1{font-size:38px;line-height:38px}}@media(max-width:400px){h1{font-size:32px;line-height:32px}}p{margin:24px 0;color:var(--theme-text-200)}@media(max-width:1024px){p{margin:calc(var(--base)*.75) 0}}a{color:var(--theme-text);transition:opacity .2s ease}a:focus{opacity:.8;outline:none}a:active{opacity:.7;outline:none}a:hover{opacity:.9}svg{vertical-align:middle}.home{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100vh;padding:45px;max-width:1024px;margin:0 auto;overflow:hidden;background-color:var(--theme-elevation-50);color:var(--theme-text)}@media(max-width:400px){.home{padding:24px}}.home .content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.home .content h1{text-align:center}.home .links{display:flex;align-items:center;gap:12px}.home .links a{text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:all .2s ease}.home .links .admin{color:var(--theme-elevation-50);background:var(--theme-primary-500);border:1px solid var(--theme-primary-600)}.home .links .admin:hover{background:var(--theme-primary-600);border-color:var(--theme-primary-700)}.home .links .docs{color:var(--theme-text);background:rgba(0,0,0,0);border:1px solid var(--theme-elevation-200)}.home .links .docs:hover{background:var(--theme-elevation-100);border-color:var(--theme-elevation-300)}.home .footer{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:24px;border-top:2px solid var(--theme-secondary-500)}.home .footer .footer-wordmark a{text-decoration:none;color:var(--theme-text)}.home .footer .footer-wordmark a:hover{opacity:.8}.home .footer .footer-wordmark .wordmark{font-family:var(--font-mono);font-size:20px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.home .footer .footer-tagline{margin:0;font-family:var(--font-body);font-size:14px;font-style:italic;color:var(--theme-text-200)}.home .footer .footer-copyright{margin:0;padding-top:16px;border-top:1px solid var(--theme-elevation-200);font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-400)}