:root{--bg: #0f172a;--surface: #1e293b;--surface2: #253248;--surface3: #2d3f5a;--border: #334155;--text: #e2e8f0;--muted: #94a3b8;--blue: #3b82f6;--green: #10b981;--yellow: #f59e0b;--red: #ef4444;--purple: #8b5cf6;--orange: #f97316}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);height:100vh;overflow:hidden}#root{display:flex;width:100%;height:100vh;overflow:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}input,textarea,select{font-family:inherit;font-size:14px;background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:8px 12px;outline:none;transition:border-color .2s;width:100%}input:focus,textarea:focus,select:focus{border-color:var(--blue)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px var(--bg) inset;-webkit-text-fill-color:var(--text);caret-color:var(--text)}textarea{resize:vertical;min-height:80px}select option{background:var(--surface)}button{font-family:inherit;cursor:pointer;border:none;border-radius:8px;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface3)}.btn-danger{background:#ef444426;color:var(--red);border:1px solid rgba(239,68,68,.3)}.btn-danger:hover{background:#ef444440}.btn-ghost{background:transparent;color:var(--muted);padding:4px 8px}.btn-ghost:hover{background:var(--surface2);color:var(--text)}button:disabled{opacity:.4;cursor:not-allowed}label{font-size:12px;color:var(--muted);margin-bottom:4px;display:block;font-weight:500}.field{display:flex;flex-direction:column;gap:4px}
