*{box-sizing:border-box}:root{color-scheme:light;--color-bg: #fafafa;--color-surface: #ffffff;--color-surface-2: #f3f3f3;--color-border: #cccccc;--color-text: #1a1a1a;--color-text-muted: #666666;--color-text-inactive: #333333;--color-text-on-primary: #ffffff;--color-primary: #1a1a1a;--color-primary-light: #333333;--color-accent: #e63946;--color-success: #2e7d32;--color-warning: #ed6c02;--color-danger: #d32f2f;--color-info: #007bff;--color-info-bg: #e8f0fe;--color-template: #6f42c1;--color-template-bg: #f3e8ff;--color-success-bg: #e8f5e9;--color-warning-bg: #fff8e1;--color-danger-bg: #ffebee;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 2px 8px rgba(0, 0, 0, .12)}:root[data-theme=dark]{color-scheme:dark;--color-bg: #1e1e1e;--color-surface: #2a2a2a;--color-surface-2: #363636;--color-border: #4a4a4a;--color-text: #f0f0f0;--color-text-muted: #a0a0a0;--color-text-inactive: #c8c8c8;--color-text-on-primary: #ffffff;--color-primary: #1a1a1a;--color-primary-light: #333333;--color-accent: #ff5566;--color-success: #66bb6a;--color-warning: #ffa726;--color-danger: #ef5350;--color-info: #5aa3ff;--color-info-bg: #1f2a3a;--color-template: #a78bfa;--color-template-bg: #2a1f3a;--color-success-bg: #1f3a22;--color-warning-bg: #3a2f1f;--color-danger-bg: #3a1f1f;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 2px 8px rgba(0, 0, 0, .5)}@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--color-bg: #1e1e1e;--color-surface: #2a2a2a;--color-surface-2: #363636;--color-border: #4a4a4a;--color-text: #f0f0f0;--color-text-muted: #a0a0a0;--color-text-inactive: #c8c8c8;--color-text-on-primary: #ffffff;--color-primary: #1a1a1a;--color-primary-light: #333333;--color-accent: #ff5566;--color-success: #66bb6a;--color-warning: #ffa726;--color-danger: #ef5350;--color-info: #5aa3ff;--color-info-bg: #1f2a3a;--color-template: #a78bfa;--color-template-bg: #2a1f3a;--color-success-bg: #1f3a22;--color-warning-bg: #3a2f1f;--color-danger-bg: #3a1f1f;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 2px 8px rgba(0, 0, 0, .5)}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;background:var(--color-bg);color:var(--color-text)}button{cursor:pointer;padding:.75rem 1rem;font-size:1rem;border:none;border-radius:6px;background:var(--color-primary);color:#fff;font-weight:500;transition:background .15s}button:hover{background:var(--color-primary-light)}button:active{transform:scale(.98)}input,textarea,select{font-size:16px;padding:.75rem;border:1px solid var(--color-border);border-radius:4px}input:disabled,textarea:disabled,select:disabled{color:var(--color-text-muted);-webkit-text-fill-color:var(--color-text-muted);opacity:1}a{color:var(--color-info)}section{margin-top:1.5rem;padding:1rem;background:var(--color-surface);border-radius:8px;box-shadow:var(--shadow-sm)}.brand{font-weight:700;letter-spacing:-.02em}.brand-mark{display:inline-flex;align-items:center;gap:.5rem}.brand-mark:before{content:"";display:inline-block;width:8px;height:8px;background:var(--color-accent);border-radius:2px}h1{font-size:1.5rem;margin:0}h2{font-size:1.2rem;margin:0 0 1rem}
