:root{--color-brand:#4b647a;--color-brand-rgb:75, 100, 122;--color-accent:#fc6700;--color-accent-rgb:252, 103, 0;--color-accent-hover:#fc6700e6;--color-brand-hover-bg:#4b647a1a;--color-accent-soft-bg:#fc670026;--color-background:#fff;--color-foreground:#171717;--color-page-bg:#f8fafc;--color-surface:#fff;--color-surface-muted:#f1f5f9;--color-surface-subtle:#ffffffd9;--color-overlay:#0f172a8c;--color-text-primary:#111827;--color-text-muted:#374151;--color-text-subtle:#6b7280;--color-text-on-brand:#4b647a;--color-icon-muted:#64748b;--color-icon-hover:#0f172a;--color-border:#4b647a33;--color-border-strong:#4b647a4d;--color-border-light:#4b647a1a;--color-border-accent:#fc670066;--color-success-bg:#ecfdf5;--color-success-border:#a7f3d0;--color-success-text:#047857;--color-danger-bg:#fff1f2;--color-danger-text:#be123c;--color-warning-bg:#fffbeb;--color-warning-border:#fde68a;--color-warning-text:#b45309;--font-family-base:var(--font-family-sans), "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.3;--line-height-normal:1.5;--line-height-relaxed:1.625;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-full:9999px;--shadow-sm:0 1px 2px #00000014;--shadow-card:0 1px 3px #0000000f;--shadow-header:0 1px 2px #0000000f;--shadow-modal:0 25px 50px -12px #00000040, 0 0 0 1px #0000000d;--header-height:4rem;--container-max-width:96rem;--container-width-xl:80%;--container-padding-x:var(--space-4);--page-padding-y:var(--space-4);--page-padding-y-bottom:var(--space-6);--content-gap:var(--space-4);--grid-gap-sm:var(--space-2);--grid-gap-md:var(--space-8);--card-padding:var(--space-4) var(--space-5);--card-padding-sm-up:var(--space-5);--focus-ring-width:2px;--focus-ring-offset:2px;--focus-ring-color:var(--color-accent);--modal-max-width:32rem;--modal-max-height:640px;--modal-viewport-margin:var(--space-8);--modal-animation-duration:.2s;--z-header:40;--z-overlay:50;--z-modal:60;--z-toast:60;--transition-fast:.15s ease;--transition-normal:.2s ease-out;--bp-sm:640px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--background:var(--color-background);--foreground:var(--color-foreground)}
*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-page-bg);min-height:100vh;color:var(--color-text-primary);font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}button,input,select,textarea,optgroup,dialog{font:inherit}a:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);border-radius:2px}.app-body{flex-direction:column;min-height:100vh;display:flex}
