:root{--color-accent: #00c896;--color-accent-light: #0d3025;--color-accent-dark: #00a57e;--color-bg: #0c1912;--color-surface: #1d3027;--color-border: #1f3829;--color-text-primary: #e0f2e9;--color-text-secondary: #6daf8a;--color-text-muted: #609b7b;--color-success: #4ade80;--color-success-light: #14532d;--color-danger: #f87171;--color-danger-light: #450a0a;--color-warning: #fbbf24;--color-warning-light: #451a03;--font-family: "Inter", system-ui, -apple-system, sans-serif;--font-family-display: "Momo Trust Display", Georgia, serif;--font-size-xs: .75rem;--font-size-sm: 1rem;--font-size-base: 1.2rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-tight: 1.2;--line-height-normal: 1.5;--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;--space-16: 4rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 28px rgba(0, 0, 0, .65);--max-width: 800px;--nav-height: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-family);font-size:16px;-webkit-text-size-adjust:100%;color-scheme:dark}body{background:var(--color-bg);color:var(--color-text-primary);line-height:var(--line-height-normal);min-height:100dvh;-webkit-font-smoothing:antialiased}#app{display:flex;flex-direction:column;min-height:100dvh;max-width:var(--max-width);margin:0 auto}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-family-display);text-transform:uppercase}button{font-family:var(--font-family-display);cursor:pointer;border:none;background:none;text-transform:uppercase;letter-spacing:.08em}input{font-family:inherit}
