:root{--bg: #0f1117;--surface: #1a1f2e;--surface2: #242938;--border: #2e3448;--border2: #3d4460;--accent: #f5a623;--accent-dim: rgba(245,166,35,.14);--blue: #4f8ef7;--blue-dim: rgba(79,142,247,.14);--green: #4caf7d;--green-dim: rgba(76,175,125,.14);--red: #e05a5a;--red-dim: rgba(224,90,90,.14);--text: #e8eaf0;--text2: #8892a4;--text3: #4f5870;--on-accent: #0f1117;--radius: 10px;--radius-lg: 16px;--radius-sm: 6px;color-scheme:dark}:root[data-theme=light]{--bg: #f4f5f8;--surface: #ffffff;--surface2: #eef0f5;--border: #dfe3ec;--border2: #c8cede;--accent: #e0900a;--accent-dim: rgba(224,144,10,.12);--blue: #2f6fe0;--blue-dim: rgba(47,111,224,.1);--green: #2e8b5f;--green-dim: rgba(46,139,95,.12);--red: #cc4444;--red-dim: rgba(204,68,68,.1);--text: #1b2130;--text2: #5a6478;--text3: #97a0b5;--on-accent: #ffffff;color-scheme:light}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:inherit;font-size:inherit;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:8px 12px;width:100%;transition:border-color .15s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--text3)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
