:root{--color-brand-blue:#28469e;--color-brand-green:#008737;--color-accent-yellow:#fad30b;--color-accent-orange:#f89c0a;--color-accent-deep-orange:#f4610a;--color-accent-red-orange:#f32807;--color-bg-app:#f5f5f3;--color-surface:#fff;--color-surface-soft:#eef2f7;--color-text-primary:#1f2937;--color-text-secondary:#4b5563;--color-text-muted:#6b7280;--color-border:#d9dde3;--color-success:#008737;--color-info:#28469e;--color-warning:#f89c0a;--color-error:#d92d20;--color-success-soft:#e7f6ec;--color-info-soft:#eaf0ff;--color-warning-soft:#fff3dd;--color-error-soft:#fdecec;--font-base:Inter,system-ui,sans-serif;--text-xs:12px;--text-sm:14px;--text-md:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:36px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:48px;--space-10:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 8px 24px #0f172a14;--shadow-lg:0 16px 36px #0f172a1f;--border-width:1px;--icon-sm:14px;--icon-md:18px;--icon-lg:24px;--container-sm:680px;--container-md:960px;--container-lg:1200px;--z-dropdown:20;--z-dialog:40;--z-toast:60;--focus-ring:0 0 0 3px #28469e3d}
html,body{max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-base);background:var(--color-bg-app);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:focus-visible,[role=button]:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm);outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-container{width:min(100% - 32px,var(--container-sm));margin:0 auto;padding:32px 0}.page-stack{gap:var(--space-4);display:grid}
