:root{--color-bg: #f5f5f7;--color-surface: #ffffff;--color-text: #1d1d1f;--color-text-secondary: #86868b;--color-accent: #007aff;--color-success: #34c759;--color-warning: #ff9f0a;--color-danger: #ff3b30;--radius-control: 8px;--radius-card: 16px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--touch-target-min: 44px}@media(prefers-color-scheme:dark){:root{--color-bg: #000000;--color-surface: #1c1c1e;--color-text: #f5f5f7;--color-text-secondary: #98989d}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg);color:var(--color-text);line-height:1.5}button,input,select,textarea,[role=button],.touch-target{min-height:var(--touch-target-min);min-width:var(--touch-target-min)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media(max-width:767px){.responsive-grid{grid-template-columns:1fr}}
