:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--page-bg: #f8fafc;--page-bg-2: #f8fafc;--surface: #ffffff;--surface-strong: #ffffff;--surface-muted: #f1f5f9;--border: #dbe3ee;--text: #1e293b;--muted: #718096;--primary: #2163a5;--primary-strong: #194d83;--accent-soft: #e9f0fa;--accent-border: #a9c5e4;--accent-text: #2163a5;--success: #327957;--button-text: #ffffff;--danger: #b4534b;--shadow: 0 1px 2px rgba(15, 23, 42, .05), 0 8px 24px rgba(15, 23, 42, .04)}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--page-bg: #0f172a;--page-bg-2: #0f172a;--surface: rgba(226, 232, 240, .06);--surface-strong: rgba(226, 232, 240, .1);--surface-muted: rgba(226, 232, 240, .04);--border: rgba(226, 232, 240, .16);--text: #e2e8f0;--muted: #94a3b8;--primary: #3b82f6;--primary-strong: #60a5fa;--accent-soft: rgba(59, 130, 246, .16);--accent-border: rgba(59, 130, 246, .6);--accent-text: #e2e8f0;--success: #60a5fa;--button-text: #e2e8f0;--danger: #e88989;--shadow: 0 18px 40px rgba(15, 23, 42, .35)}html[data-theme=graphite]{color-scheme:dark;--page-bg: #11161c;--page-bg-2: #11161c;--surface: #1b222b;--surface-strong: #242d37;--surface-muted: #161d25;--border: rgba(211, 225, 239, .18);--text: #edf3f8;--muted: #9eacba;--primary: #82afe0;--primary-strong: #a6c8ee;--accent-soft: rgba(130, 175, 224, .14);--accent-border: rgba(130, 175, 224, .46);--accent-text: #c5dcf5;--success: #78c59d;--button-text: #10202f;--danger: #f09a9a;--shadow: 0 18px 40px rgba(4, 8, 13, .42)}html[data-theme=vscode]{color-scheme:dark;--page-bg: #1e1e1e;--page-bg-2: #1e1e1e;--surface: #252526;--surface-strong: #2d2d30;--surface-muted: #181818;--border: #3e3e42;--text: #cccccc;--muted: #858585;--primary: #007acc;--primary-strong: #1f8ad2;--accent-soft: #094771;--accent-border: #007acc;--accent-text: #9cdcfe;--success: #89d185;--button-text: #ffffff;--danger: #f14c4c;--shadow: 0 18px 40px rgba(0, 0, 0, .42)}html[data-theme=ocean]{color-scheme:dark;--page-bg: #0b1725;--page-bg-2: #0b1725;--surface: #10283d;--surface-strong: #15364f;--surface-muted: #0e2235;--border: rgba(158, 215, 243, .18);--text: #e9f7ff;--muted: #91afc1;--primary: #66c7ee;--primary-strong: #98ddf6;--accent-soft: rgba(102, 199, 238, .14);--accent-border: rgba(102, 199, 238, .46);--accent-text: #bdeafa;--success: #73d0a1;--button-text: #082033;--danger: #f29b9b;--shadow: 0 18px 40px rgba(1, 8, 16, .42)}html[data-theme=forest]{color-scheme:dark;--page-bg: #101b18;--page-bg-2: #101b18;--surface: #162923;--surface-strong: #1d352d;--surface-muted: #13231f;--border: rgba(169, 215, 190, .18);--text: #edf8f2;--muted: #9db7aa;--primary: #7ac39b;--primary-strong: #a1d9b8;--accent-soft: rgba(122, 195, 155, .14);--accent-border: rgba(122, 195, 155, .44);--accent-text: #bce8cc;--success: #8bd6a9;--button-text: #102219;--danger: #ef9a9a;--shadow: 0 18px 40px rgba(3, 13, 9, .4)}html[data-theme=plum]{color-scheme:dark;--page-bg: #1b1522;--page-bg-2: #1b1522;--surface: #281e31;--surface-strong: #342740;--surface-muted: #231a2b;--border: rgba(225, 196, 238, .18);--text: #fbf3ff;--muted: #bcaac5;--primary: #c39cda;--primary-strong: #dcbbe9;--accent-soft: rgba(195, 156, 218, .15);--accent-border: rgba(195, 156, 218, .46);--accent-text: #e5cbed;--success: #83d0a8;--button-text: #23182c;--danger: #f09baf;--shadow: 0 18px 40px rgba(11, 5, 16, .42)}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--text);background:var(--page-bg)}button,input,textarea,select{font:inherit}button{appearance:none;border:1px solid var(--accent-border);border-radius:6px;padding:9px 12px;background:var(--primary);color:var(--button-text);font-size:12px;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease,opacity .12s ease}button.secondary{border-color:var(--border);background:var(--surface-strong);color:var(--text)}button:hover:not(:disabled){border-color:var(--primary);background:var(--primary-strong)}button.secondary:hover:not(:disabled){background:var(--accent-soft);color:var(--primary)}button:disabled{opacity:.6;cursor:not-allowed}a{color:inherit}label{display:grid;gap:8px}label span,.check-row{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{width:100%;min-height:42px;padding:10px 36px 10px 12px;border:1px solid var(--border);border-radius:6px;background-color:var(--surface-strong);color:var(--text);outline:none;transition:border-color .12s ease,box-shadow .12s ease}select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--muted)}input:focus,textarea:focus,select:focus{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-soft)}input[type=checkbox]{width:16px;height:16px;min-height:0;accent-color:var(--primary)}::selection{background:#2163a533}
