:root{--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs: 12px;--text-sm: 13px;--text-md: 14px;--text-lg: 16px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 32px;--line-tight: 1.15;--line-normal: 1.5;--line-loose: 1.7;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--shadow-sm: 0 1px 2px rgb(15 23 42 / .06);--shadow-md: 0 10px 30px rgb(15 23 42 / .08);--shadow-lg: 0 22px 60px rgb(15 23 42 / .14);--color-primary: #116d63;--color-primary-hover: #0d5d55;--color-accent: #2f6fed;--color-success: #16803c;--color-warning: #b7791f;--color-danger: #c93535;--color-background: #f6f8fb;--color-surface: #ffffff;--color-surface-muted: #eef3f6;--color-border: #d9e2ea;--color-text: #172033;--color-text-secondary: #516173;--color-text-muted: #7a8796}:root[data-theme=dark]{--color-primary: #55d6c2;--color-primary-hover: #7ce3d2;--color-accent: #8db3ff;--color-success: #76d39a;--color-warning: #f1c36d;--color-danger: #ff8c8c;--color-background: #111820;--color-surface: #17222c;--color-surface-muted: #202d38;--color-border: #304250;--color-text: #eef5f8;--color-text-secondary: #b8c5cf;--color-text-muted: #8ea0ae}html,body{margin:0;min-height:100%}*{box-sizing:border-box}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-md);line-height:var(--line-normal)}button,input,textarea,select{font:inherit}button{cursor:pointer}
