@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0";:root{--dot-color:#0f172a14;--page-background:radial-gradient(var(--dot-color) 1.05px, transparent 1.05px) 0 0 / 17px 17px #f8fafc;--inset-bg:#f8fafc;--card-bg:#fff;--card-shadow:0 24px 60px #0f172a1f;--card-border:inset 0 0 0 1px #0f172a12;--heading:#0f172a;--body-text:#64748b;--muted-text:#94a3b8;--button-bg:#fff;--button-label:#1e293b;--button-border:inset 0 0 0 1px #e2e8f0;--brand:#0f9d74;--logo-icon-color:#fff;--logo-shadow:0 8px 20px #0f9d744d;--divider-color:#0f172a14;--radius-card:20px;--radius-button:11px;--radius-logo:11px;--card-width:330px;--card-padding:36px 30px;--font-sans:"Manrope", system-ui, sans-serif;--font-display:"Space Grotesk", "Manrope", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace}:root[data-theme=dark]{--page-background:radial-gradient(ellipse 1100px 650px at 50% 30%, #fafbfd 0%, #e8ebf0 55%, #d8dce3 100%);--inset-bg:#161a29;--card-bg:#131a2a;--card-shadow:0 20px 40px #0f172a73, 0 45px 70px #0f172a4d;--card-border:inset 0 0 0 1px #ffffff14;--heading:#f1f5f9;--body-text:#94a3b8;--muted-text:#5b6b85;--button-bg:#1b2436;--button-label:#e2e8f0;--button-border:inset 0 0 0 1px #ffffff17;--brand:#34d399;--logo-icon-color:#06281d;--logo-shadow:0 8px 20px #34d39959;--divider-color:#ffffff14}@media (width<=900px){:root{--card-width:300px;--card-padding:30px 24px}}*{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-sans);color:var(--heading);background:var(--page-background);background-attachment:fixed;margin:0;transition:background-color .15s,color .15s}.material-symbols-rounded{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;line-height:1}.material-symbols-rounded.fill{font-variation-settings:"FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}.theme-toggle{z-index:10;background:var(--card-bg);width:30px;height:30px;box-shadow:var(--card-border);color:var(--body-text);border:none;border-radius:9px;justify-content:center;align-items:center;display:flex;position:fixed;top:27px;right:27px}.theme-toggle:hover{color:var(--heading)}
