:root{--paper:#f6f5f9;--surface:#fff;--surface-2:#f1eff6;--line:#e3e0ec;--line-strong:#cfcada;--ink:#1b1a2e;--ink-2:#423f5c;--muted:#6e6b85;--brand:#5b3fd9;--brand-ink:#4830b0;--brand-wash:#efecfd;--go:#0e9f6e;--go-wash:#e6f6f0;--hold:#b45309;--hold-wash:#fdf3e3;--stop:#d92d20;--stop-wash:#fdeceb;--r-sm:6px;--r:10px;--r-lg:14px;--shadow:0 1px 2px #1b1a2e0f, 0 1px 3px #1b1a2e0a;--shadow-lift:0 6px 24px #1b1a2e1f;--bg:var(--paper);--card:var(--surface);--text:var(--ink);--green:var(--go-wash);--green-line:var(--go);--yellow:var(--hold-wash);--yellow-line:var(--hold);--red:var(--stop-wash);--red-line:var(--stop)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--paper);color:var(--ink);font-feature-settings:"tnum" 0;-webkit-font-smoothing:antialiased;margin:0;font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5}.mono,code{font-variant-numeric:tabular-nums;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}h1,h2,h3{letter-spacing:-.011em;margin:0;font-weight:600}h1{font-size:24px;line-height:1.25}h2{font-size:19px}h3{font-size:15px}a{color:var(--brand-ink)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--r-sm)}.page{max-width:1440px;margin:0 auto;padding:24px}.page-narrow{max-width:900px}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.page-head .lead{color:var(--muted);margin:2px 0 0;font-size:14px}.page-actions{flex-wrap:wrap;gap:8px;display:flex}@media (width<=720px){.page{padding:16px 14px 88px}h1{font-size:20px}}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow)}.card+.card{margin-top:14px}.card-pad{padding:18px}.card-head{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:14px 18px;display:flex}.card-head h2,.card-head h3{font-size:15px}.card-head .count{background:var(--surface-2);color:var(--ink-2);border-radius:99px;padding:1px 9px;font-size:12px}.card-head .spacer{margin-left:auto}.btn{border-radius:var(--r);border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);font:inherit;cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:7px;padding:9px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,border-color .12s;display:inline-flex}.btn:hover{background:var(--surface-2)}.btn:active{transform:translateY(.5px)}.btn:disabled,.btn[disabled]{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-ink)}.btn-danger{border-color:var(--stop);color:var(--stop);background:var(--surface)}.btn-danger:hover{background:var(--stop-wash)}.btn-ghost{background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--surface-2)}.btn-sm{border-radius:var(--r-sm);padding:5px 10px;font-size:13px}.btn-block{width:100%}.field{margin-bottom:14px;display:block}.field>span,.label{color:var(--muted);margin-bottom:5px;font-size:13px;display:block}.input,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{width:100%;font:inherit;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--r);appearance:none;padding:9px 11px;font-size:14px}select{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236e6b85%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.6%22%20d%3D%22m1%201.5%205%205%205-5%22%2F%3E%3C%2Fsvg%3E);background-position:right 11px center;background-repeat:no-repeat;padding-right:30px}input[type=checkbox],input[type=color]{width:auto}input[type=color]{height:36px;padding:2px}textarea{resize:vertical}input::-moz-placeholder{color:#9d99b0}textarea::-moz-placeholder{color:#9d99b0}input::placeholder,textarea::placeholder{color:#9d99b0}input:focus,select:focus,textarea:focus{outline:2px solid var(--brand);outline-offset:0;border-color:var(--brand)}.field-row{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.field-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.field-grid .span-all{grid-column:1/-1}.check{cursor:pointer;align-items:center;gap:7px;font-size:14px;display:inline-flex}.check span{color:var(--ink-2)}.filters{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.filters>input,.filters>select{width:auto;min-width:150px}.filters .grow{flex:220px;min-width:0}@media (width<=720px){.filters .check{flex:100%}.filters>input,.filters>select,.metrics .metric{flex:45%;min-width:0}}.badge{background:var(--surface-2);color:var(--ink-2);border:1px solid #0000;border-radius:99px;align-items:center;gap:5px;padding:2px 9px;font-size:12px;font-weight:500;line-height:1.7;display:inline-flex}.badge-go{background:var(--go-wash);color:#08653f}.badge-hold{background:var(--hold-wash);color:#8a4708}.badge-stop{background:var(--stop-wash);color:#a51b13}.badge-brand{background:var(--brand-wash);color:var(--brand-ink)}.badge-quiet{border-color:var(--line-strong);color:var(--muted);background:0 0}.dot{background:var(--line-strong);border-radius:50%;flex:none;width:8px;height:8px}.dot-go{background:var(--go)}.dot-hold{background:var(--hold)}.dot-stop{background:var(--stop)}.stripe{position:relative}.stripe:before{content:"";background:0 0;border-radius:3px 0 0 3px;width:3px;position:absolute;top:0;bottom:0;left:0}.stripe-go:before{background:var(--go)}.stripe-hold:before{background:var(--hold)}.stripe-stop:before{background:var(--stop)}.metrics{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.metric{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);flex:128px;min-width:128px;padding:12px 16px}.metric b{letter-spacing:-.02em;font-size:22px;font-weight:600;display:block}.metric span{color:var(--muted);margin-top:1px;font-size:12.5px;display:block}.metric-go b{color:var(--go)}.metric-hold b{color:var(--hold)}.metric-stop b{color:var(--stop)}.mix{background:var(--surface-2);border-radius:99px;height:8px;display:flex;overflow:hidden}.mix i{height:100%;display:block}.mix .go{background:var(--go)}.mix .hold{background:var(--hold)}.mix .stop{background:var(--stop)}.mix-legend{color:var(--ink-2);flex-wrap:wrap;gap:16px;margin-top:10px;font-size:13px;display:flex}.mix-legend span{align-items:center;gap:6px;display:inline-flex}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}table.data{border-collapse:collapse;width:100%}table.data th{text-align:left;color:var(--muted);background:var(--surface-2);white-space:nowrap;padding:10px 14px;font-size:12px;font-weight:500}table.data th:first-child{border-radius:var(--r) 0 0 0}table.data th:last-child{border-radius:0 var(--r) 0 0}table.data td{border-top:1px solid var(--line);vertical-align:top;padding:12px 14px}table.data tbody tr:hover{background:#fbfaff}table.data .sub{color:var(--muted);margin-top:2px;font-size:12.5px;display:block}table.data .actions,table.data .num{text-align:right;white-space:nowrap}table.data .actions .btn+.btn{margin-left:6px}table.data tr.go td:first-child{box-shadow:inset 3px 0 0 var(--go)}table.data tr.hold td:first-child{box-shadow:inset 3px 0 0 var(--hold)}table.data tr.stop td:first-child{box-shadow:inset 3px 0 0 var(--stop)}table.data tr.hold{background:#fffdf8}table.data tr.stop{background:#fffbfb}@media (width<=780px){table.data,table.data tbody,table.data td,table.data tr{width:100%;display:block}table.data thead{display:none}table.data tr{border:1px solid var(--line);border-radius:var(--r);background:var(--surface);margin-bottom:10px;padding:4px 0;position:relative;overflow:hidden}table.data tr.go{border-left:3px solid var(--go)}table.data tr.hold{border-left:3px solid var(--hold)}table.data tr.stop{border-left:3px solid var(--stop)}table.data td{border:0;grid-template-columns:116px 1fr;align-items:baseline;gap:10px;padding:7px 14px;display:grid}table.data td:first-child{box-shadow:none!important}table.data td:before{content:attr(data-label);color:var(--muted);font-size:12.5px}table.data td:empty{display:none}table.data td.actions{text-align:left;grid-template-columns:1fr;padding-top:10px}table.data td.actions:before{display:none}table.data .num{text-align:left}}.empty{text-align:center;color:var(--muted);padding:36px 20px}.empty b{color:var(--ink);margin-bottom:4px;font-weight:500;display:block}.muted{color:var(--muted)}.small{font-size:13px}.hint{color:var(--muted);margin:8px 0 0;font-size:12.5px}.note-ok{color:var(--go)}.note-err{color:var(--stop)}.stack{gap:14px;display:grid}.row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.right{margin-left:auto}.toast{background:var(--ink);color:#fff;box-shadow:var(--shadow-lift);z-index:200;border-radius:99px;padding:10px 18px;font-size:14px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@media (width<=720px){.toast{bottom:78px}}.page-enter-active,.page-leave-active{transition:opacity .18s,transform .18s}.page-enter-from{opacity:0;transform:translateY(6px)}.page-leave-to{opacity:0}@media (prefers-reduced-motion:reduce){*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important}}
