*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f5f4;--surface:#fff;--border:#e5e7eb;--border-strong:#d1d5db;--text:#111827;--text-muted:#6b7280;--text-light:#9ca3af;--green:#1d9e75;--green-dark:#0f6e56;--green-light:#e1f5ee;--green-text:#085041;--amber:#ba7517;--amber-light:#faeeda;--amber-text:#633806;--red:#a32d2d;--red-light:#fcebeb;--purple:#7f77dd;--purple-light:#eeedfe;--purple-text:#3c3489;--blue-light:#e6f1fb;--blue-text:#0c447c;--radius:10px;--radius-sm:6px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit;font-size:13px}input,select,textarea{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);outline:none;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--green)}button{cursor:pointer}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:2px}