:root{--bg: #f5f7fb;--surface: #ffffff;--surface2: #edeeef;--border: #c5c5d4;--text: #191c1d;--muted: #454652;--accent: #24389c;--secondary: #475569;--deliver: #1b6d24;--build: #24389c;--promote: #6d0795;--rest: #9ca3af;--success: #22c55e;--danger: #ffb4ab;--radius: 8px;--radius-sm: 8px;--font: "Inter", system-ui, sans-serif;--font-head: "Manrope", "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);font-size:15px;line-height:1.55;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border-radius:var(--radius-sm)}input,textarea,select{font:inherit;color:var(--text);background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm)}h1,h2,h3{margin:0 0 .5rem;font-family:var(--font-head);font-weight:700;letter-spacing:-.02em}h1{font-size:1.8rem}h2{font-size:1.12rem}.ui-label{display:block;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.ui-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px #0f172a0a}.ui-btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.ui-btn-secondary{background:transparent;color:var(--text);border:1px solid var(--secondary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
