*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f9f9f8;--surface: #ffffff;--border: rgba(0,0,0,.1);--border2: rgba(0,0,0,.18);--text: #1a1a18;--muted: #6b6b67;--radius: 8px;--radius-lg: 12px;--red-bg: #fcebeb;--red-text: #a32d2d;--amber-bg: #faeeda;--amber-text: #854f0b;--blue-bg: #e6f1fb;--blue-text: #185fa5;--green-bg: #eaf3de;--green-text: #3b6d11;--gray-bg: #f1efe8;--gray-text: #5f5e5a}@media (prefers-color-scheme: dark){:root{--bg: #1a1a18;--surface: #242422;--border: rgba(255,255,255,.1);--border2: rgba(255,255,255,.18);--text: #e8e8e2;--muted: #8a8a84;--red-bg: #501313;--red-text: #f09595;--amber-bg: #412402;--amber-text: #fac775;--blue-bg: #042c53;--blue-text: #85b7eb;--green-bg: #173404;--green-text: #c0dd97;--gray-bg: #2c2c2a;--gray-text: #b4b2a9}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.6}button{font-family:inherit;cursor:pointer;font-size:13px;padding:6px 14px;border-radius:var(--radius);border:.5px solid var(--border2);background:transparent;color:var(--text);transition:background .15s}button:hover{background:var(--bg)}input,select{font-family:inherit;font-size:13px;padding:7px 10px;border-radius:var(--radius);border:.5px solid var(--border2);background:var(--surface);color:var(--text);width:100%;outline:none}input:focus,select:focus{border-color:var(--blue-text)}
