:root{--bg: #23333e;--bg2: #1c2a34;--bg3: #2a3d4a;--surface: #2e4452;--surface2: #354f5e;--border: rgba(80,180,136,.15);--border2: rgba(80,180,136,.3);--green: #50b488;--green2: #3d9a72;--green3: #2a7a59;--greenL: rgba(80,180,136,.12);--greenLL: rgba(80,180,136,.06);--text: #e8f4ef;--text2: #9bbfb0;--text3: #6a9a8a;--red: #e05c5c;--redL: rgba(224,92,92,.15);--amber: #d4a44c;--amberL: rgba(212,164,76,.15);--blue: #5aa8d8;--blueL: rgba(90,168,216,.12);--purple: #9b8fe0;--purpleL: rgba(155,143,224,.15);--radius: 10px;--radius-lg: 14px;--shadow: 0 2px 12px rgba(0,0,0,.3)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;font-size:14px;line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--surface2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--green3)}input,select,textarea{font-family:inherit;font-size:13px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s;width:100%;padding:8px 12px}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #50b48826}input::placeholder,textarea::placeholder{color:var(--text3)}select option{background:var(--bg2);color:var(--text)}button{font-family:inherit;cursor:pointer;transition:all .15s}a{color:var(--green);text-decoration:none}
