@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-cyrillic-ext-wght-normal-DjL33-gN.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-cyrillic-wght-normal-BEAKL7Jp.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-vietnamese-wght-normal-6IgcOCM7.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-ext-wght-normal-DC-KSUi6.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-wght-normal-BgDaEnEv.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg: #ffffff;--surface: #fafafa;--surface-2: #f4f4f5;--fg: #18181b;--muted-fg: #71717a;--border: #e4e4e7;--primary: #18181b;--primary-fg: #ffffff;--ring: #18181b;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--info: #2563eb;--radius: 6px;--mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;color-scheme:light}.dark{--bg: #0a0a0a;--surface: #141414;--surface-2: #1c1c1f;--fg: #fafafa;--muted-fg: #a1a1aa;--border: #27272a;--primary: #fafafa;--primary-fg: #0a0a0a;--ring: #d4d4d8;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:Geist Variable,system-ui,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0;font-weight:600}.topbar{display:flex;align-items:center;gap:12px;height:52px;padding:0 20px;border-bottom:1px solid var(--border);background:var(--surface)}.topbar .brand{font-weight:600;letter-spacing:-.01em}.topbar .spacer{flex:1}.container{max-width:1100px;margin:0 auto;padding:24px 20px}.row{display:flex;align-items:center;gap:8px}.col{display:flex;flex-direction:column;gap:8px}.muted{color:var(--muted-fg)}.mono{font-family:var(--mono);font-size:12px}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:16px}.card+.card{margin-top:12px}.card-title{font-size:13px;font-weight:600;margin-bottom:8px}.btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--fg);font:inherit;font-size:13px;cursor:pointer;transition:background .12s,border-color .12s}.btn:hover{background:var(--surface-2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}.btn-primary:hover{opacity:.9;background:var(--primary)}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-ghost{border-color:transparent;background:transparent}.input,.select{height:32px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--fg);font:inherit;font-size:13px;width:100%}.input:focus,.select:focus{outline:2px solid var(--ring);outline-offset:-1px}textarea.input{height:auto;min-height:96px;padding:8px 10px;line-height:1.45;resize:vertical}.label{font-size:12px;color:var(--muted-fg)}.badge{display:inline-flex;align-items:center;gap:4px;height:20px;padding:0 8px;border-radius:999px;border:1px solid var(--border);font-size:11px;font-weight:500;color:var(--muted-fg)}.badge.ok{color:var(--success);border-color:var(--success)}.badge.fail{color:var(--danger);border-color:var(--danger)}.badge.run{color:var(--info);border-color:var(--info)}.badge.warn{color:var(--warning);border-color:var(--warning)}.list{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.list-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);cursor:pointer}.list-item:last-child{border-bottom:none}.list-item:hover{background:var(--surface-2)}.log-console{background:#0a0a0a;color:#e4e4e7;border-radius:var(--radius);padding:12px;font-family:var(--mono);font-size:12px;line-height:1.6;height:380px;overflow:auto;white-space:pre-wrap;word-break:break-word}.log-line.system{color:#60a5fa}.log-line.stderr{color:#fca5a5}.diff{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:12px;font-family:var(--mono);font-size:12px;max-height:320px;overflow:auto;white-space:pre}.stepper{display:flex;flex-wrap:wrap;gap:6px}.phases{display:flex;flex-wrap:wrap;align-items:stretch;gap:10px}.phase{display:flex;flex-direction:column;gap:5px;padding:8px 12px 9px;border:1px solid var(--border);border-radius:8px}.phase[data-tone=safe]{border-left:3px solid var(--success)}.phase[data-tone=prod]{border-left:3px solid var(--danger)}.phase-label{font-family:var(--mono);font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted-fg);cursor:help}.phase[data-tone=safe] .phase-label{color:var(--success)}.phase[data-tone=prod] .phase-label{color:var(--danger)}.phase-steps{display:flex;flex-wrap:wrap;gap:4px 10px}.phase .step{cursor:help}.phase-gate{align-self:center;font-family:var(--mono);font-size:11px;color:var(--muted-fg);border:1px dashed var(--border);border-radius:999px;padding:3px 10px;cursor:help;white-space:nowrap}.phase-gate.active{color:var(--warning);border-color:var(--warning);border-style:solid}.step{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--muted-fg)}.step.ok{color:var(--success)}.step.failed{color:var(--danger)}.step.running{color:var(--info)}.center{display:flex;align-items:center;justify-content:center;min-height:100vh}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.modal{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:560px;max-height:85vh;overflow:auto;padding:20px;box-shadow:0 10px 30px #00000040}.modal h2{margin:0;font-size:16px}.help-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted-fg);font-size:11px;line-height:1;cursor:pointer}.help-btn:hover{color:var(--fg);border-color:var(--ring)}.label-row{display:flex;align-items:center;gap:6px}.code-block{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:8px 10px;font-family:var(--mono);font-size:12px;white-space:pre-wrap;word-break:break-all;overflow-x:auto}
