*{box-sizing:border-box;margin:0;padding:0}:root{--orange:#ff6b00;--orange-dim:#ff6b001f;--orange-border:#ff6b004d;--bg:#111;--surface:#1a1a1a;--surface2:#222;--surface3:#2a2a2a;--border:#ffffff12;--text:#f0f0f0;--text2:#a0a0a0;--text3:#606060;--green:#22c55e;--red:#ef4444}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,sans-serif;font-size:13px;line-height:1.5}#root{width:100%;min-height:100vh}input,textarea,select{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:7px;outline:none;font-family:inherit;font-size:12px;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--orange)}button{cursor:pointer;border:none;outline:none;font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#fff3}::placeholder{color:var(--text3)}
