@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--mode-background:#eef0f5;--mode-card:#fff;--mode-card-foreground:#191b22;--mode-border:#e4e7ee;--mode-default-foreground:#23262e;--mode-muted-foreground:#6a7080;--mode-subtle-foreground:#9aa1ac;--mode-destructive:#d6333b;--mode-success:#1e8f5b;--brand-background:#fff;--brand-titles:#2e3bb0;--brand-top-bar:#1c1f2a;--brand-top-bar-foreground:#edeff6;--brand-cta:#3d4ee0;--brand-cta-strong:#2e3bb0;--brand-cta-gradient:linear-gradient(180deg, #4457e6 0%, #2e3bb0 100%);--brand-cta-foreground:#fff;--brand-accent-background:#e4e7fb;--brand-accent-foreground:#3341c4;--brand-accent-border:#d3d8fa;--page-background:#f3f4f7;--red:#d6333b;--green:#1e8f5b;--content-max:980px;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.25rem;--radius-full:9999px;--font-family:var(--brand-font-family,"Inter"), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:.75rem;--font-size-sm:.85rem;--font-size-base:.95rem;--font-size-lg:1.1rem;--font-size-xl:1.4rem;--font-size-2xl:1.9rem;--shadow-sm:0 1px 3px #191b2214;--shadow-md:0 4px 16px #191b221f;--shadow-lg:0 8px 32px #191b2838;--transition-fast:.15s ease;--transition-base:.25s ease;--z-modal:200}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{font-family:var(--font-family);font-size:var(--font-size-base);color:var(--mode-card-foreground);background:var(--page-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}h1,h2,h3{letter-spacing:-.01em;font-weight:800}button{font-family:inherit}a{color:inherit}input:not([type=radio]):not([type=checkbox]):focus,select:focus,textarea:focus{border-color:var(--brand-cta);outline:none;box-shadow:0 0 0 3px #3d4ee024}#app{background-color:var(--page-background);background-image:var(--page-background-image,none);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;flex-direction:column;min-height:100vh;display:flex}
