:root,[data-theme=light]{--bg: #ffffff;--surface: #ffffff;--surface-2: #fafafa;--surface-3: #f0f0f0;--text: #222222;--muted: #555555;--faint: #888888;--border: #dddddd;--border-soft: #eeeeee;--primary: #1a1a2e;--on-primary: #ffffff;--input-bg: #ffffff;--shadow: rgba(0, 0, 0, .18);color-scheme:light}[data-theme=dark]{--bg: #101218;--surface: #171b24;--surface-2: #1e232e;--surface-3: #262c39;--text: #e9ebf2;--muted: #a9afbd;--faint: #7f8694;--border: #333a48;--border-soft: #242a36;--primary: #6f8ff7;--on-primary: #0c0e14;--input-bg: #1e232e;--shadow: rgba(0, 0, 0, .55);color-scheme:dark}html,body{background:var(--bg);color:var(--text)}html,body,#root{min-height:100%}input,select,textarea{background:var(--input-bg);color:var(--text);border-color:var(--border)}
