.cure-btn{--_h:34px;--_px:14px;--_fs:13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;height:var(--_h);padding:0 var(--_px);font-size:var(--_fs);font-family:var(--font-sans);font-weight:var(--fw-medium);letter-spacing:-.005em;line-height:1;white-space:nowrap;border-radius:var(--r-2);border:1px solid transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.cure-btn:active{transform:translateY(.5px)}.cure-btn:disabled{cursor:not-allowed;opacity:.45}.cure-btn--sm{--_h:28px;--_px:11px;--_fs:12px}.cure-btn--lg{--_h:40px;--_px:18px;--_fs:14px}.cure-btn__ico{display:inline-flex;width:15px;height:15px;flex:none}.cure-btn--sm .cure-btn__ico{width:13px;height:13px}.cure-btn--primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-1)}.cure-btn--primary:hover:not(:disabled){background:var(--brand-hover)}.cure-btn--primary:active:not(:disabled){background:var(--brand-press)}.cure-btn--secondary{background:var(--surface-panel);color:var(--text-strong);border-color:var(--border-default);box-shadow:var(--shadow-1)}.cure-btn--secondary:hover:not(:disabled){background:var(--surface-subtle);border-color:var(--border-strong)}.cure-btn--ghost{background:transparent;color:var(--text-body)}.cure-btn--ghost:hover:not(:disabled){background:var(--surface-sunken);color:var(--text-strong)}.cure-btn--danger{background:transparent;color:var(--red-600);border-color:var(--red-200)}.cure-btn--danger:hover:not(:disabled){background:var(--red-50);border-color:var(--red-400)}.cure-btn--success{background:var(--green-600);color:#fff;box-shadow:var(--shadow-1)}.cure-btn--success:active:not(:disabled),.cure-btn--success:hover:not(:disabled){background:var(--green-700)}.cure-iconbtn{display:inline-flex;align-items:center;justify-content:center;flex:none;width:32px;height:32px;border-radius:var(--r-2);border:1px solid transparent;color:var(--text-muted);cursor:pointer;transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.cure-iconbtn--sm{width:27px;height:27px}.cure-iconbtn__ico{display:inline-flex;width:16px;height:16px}.cure-iconbtn--sm .cure-iconbtn__ico{width:14px;height:14px}.cure-iconbtn--ghost:hover{background:var(--surface-sunken);color:var(--text-strong)}.cure-iconbtn--outline{border-color:var(--border-default);background:var(--surface-panel)}.cure-iconbtn--outline:hover{background:var(--surface-subtle);border-color:var(--border-strong);color:var(--text-strong)}.cure-iconbtn[aria-pressed=true]{background:var(--surface-sunken);color:var(--text-strong);border-color:var(--border-strong)}.cure-badge{display:inline-flex;align-items:center;gap:5px;vertical-align:middle;height:20px;padding:0 7px;border-radius:var(--r-1);font-family:var(--font-sans);font-size:11px;font-weight:var(--fw-semibold);letter-spacing:.01em;line-height:1;white-space:nowrap;border:1px solid transparent}.cure-badge--sm{height:17px;padding:0 5px;font-size:10px}.cure-badge__dot{width:6px;height:6px;border-radius:50%;flex:none;background:currentColor}.cure-badge--mono{font-family:var(--font-mono);font-weight:var(--fw-medium);letter-spacing:0}.cure-badge--soft.t-cleared{background:var(--status-cleared-wash);color:var(--status-cleared-ink);border-color:var(--status-cleared-line)}.cure-badge--soft.t-gated{background:var(--status-gated-wash);color:var(--status-gated-ink);border-color:var(--status-gated-line)}.cure-badge--soft.t-critical{background:var(--status-critical-wash);color:var(--status-critical-ink);border-color:var(--status-critical-line)}.cure-badge--soft.t-review{background:var(--status-review-wash);color:var(--status-review-ink);border-color:var(--status-review-line)}.cure-badge--soft.t-neutral{background:var(--surface-sunken);color:var(--text-muted);border-color:var(--border-default)}.cure-badge--soft.t-brand{background:var(--brand-wash);color:var(--red-700);border-color:var(--brand-line)}.cure-badge--solid{color:#fff}.cure-badge--solid.t-cleared{background:var(--green-500)}.cure-badge--solid.t-gated{background:var(--amber-500)}.cure-badge--solid.t-critical{background:var(--red-500)}.cure-badge--solid.t-review{background:var(--slate-500)}.cure-badge--solid.t-brand{background:var(--brand)}.cure-badge--outline{background:transparent}.cure-badge--outline.t-cleared{color:var(--status-cleared-ink);border-color:var(--status-cleared)}.cure-badge--outline.t-critical{color:var(--status-critical-ink);border-color:var(--status-critical)}.cure-badge--outline.t-review{color:var(--status-review-ink);border-color:var(--status-review)}.cure-dot{position:relative;display:inline-flex;flex:none;width:9px;height:9px;border-radius:50%;background:var(--slate-500)}.cure-dot--sm{width:7px;height:7px}.cure-dot.t-cleared{background:var(--green-500)}.cure-dot.t-gated{background:var(--amber-500)}.cure-dot.t-critical{background:var(--red-500)}.cure-dot.t-review{background:var(--slate-500)}.cure-dot.t-neutral{background:var(--ink-3)}.cure-dot--ring:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:1.5px solid;opacity:.32}.cure-dot--ring.t-cleared{color:var(--green-500)}.cure-dot--ring.t-gated{color:var(--amber-500)}.cure-dot--pulse,.cure-dot--ring.t-critical{color:var(--red-500)}.cure-dot--pulse{animation:cure-pulse var(--pulse-dur) var(--ease-out) infinite}.cure-panel{display:flex;flex-direction:column;min-height:0;min-width:0;background:var(--surface-panel);border:1px solid var(--border-default);border-radius:var(--r-3);box-shadow:var(--shadow-1);overflow:hidden}.cure-panel--flat{box-shadow:none}.cure-panel--seamless{border-radius:0;border:none}.cure-panel__hd{display:flex;align-items:center;gap:9px;height:38px;padding:0 12px 0 13px;border-bottom:1px solid var(--border-hair);background:var(--surface-subtle);flex:none}.cure-panel__ico{display:inline-flex;width:14px;height:14px;color:var(--text-muted);flex:none}.cure-panel__label{font-family:var(--font-sans);font-size:11px;font-weight:var(--fw-semibold);letter-spacing:var(--ls-overline);text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.cure-panel__count{font-family:var(--font-mono);font-size:11px;font-weight:var(--fw-medium);color:var(--text-faint)}.cure-panel__spacer{flex:1 1 auto}.cure-panel__right{display:flex;align-items:center;gap:6px;flex:none}.cure-panel__body{padding:var(--panel-pad);min-height:0}.cure-panel__body--flush{padding:0}.cure-panel__body--scroll{overflow:auto}.cure-panel--accent{border-top:2px solid var(--border-strong)}.cure-panel--accent.a-critical{border-top-color:var(--red-500)}.cure-panel--accent.a-cleared{border-top-color:var(--green-500)}.cure-panel--accent.a-gated{border-top-color:var(--amber-500)}.cure-panel--accent.a-review{border-top-color:var(--slate-500)}.cure-panel--accent.a-brand{border-top-color:var(--brand)}.cure-sev{display:inline-flex;align-items:center;gap:5px;height:19px;padding:0 7px;border-radius:var(--r-1);font-family:var(--font-sans);font-size:10px;font-weight:var(--fw-bold);letter-spacing:.06em;text-transform:uppercase;border:1px solid transparent;white-space:nowrap;line-height:1}.cure-sev__tick{width:3px;height:10px;border-radius:1px;background:currentColor}.cure-sev--critical{background:var(--red-500);color:#fff}.cure-sev--critical .cure-sev__tick{background:#fff}.cure-sev--high{background:var(--red-50);color:var(--red-700);border-color:var(--red-100)}.cure-sev--medium{background:var(--amber-50);color:var(--amber-700);border-color:var(--amber-100)}.cure-sev--low{background:var(--slate-50);color:var(--slate-700);border-color:var(--slate-100)}.cure-sev--info{border-color:var(--border-default)}.cure-conf,.cure-sev--info{background:var(--surface-sunken);color:var(--text-muted)}.cure-conf{display:inline-flex;align-items:center;gap:6px;height:19px;padding:0 7px 0 6px;border-radius:var(--r-1);border:1px solid var(--border-default);font-family:var(--font-sans);font-size:10px;font-weight:var(--fw-semibold);letter-spacing:.04em;text-transform:uppercase;line-height:1;white-space:nowrap}.cure-conf__meter{display:inline-flex;align-items:flex-end;gap:1.5px;height:11px}.cure-conf__bar{width:2.5px;border-radius:1px;background:var(--border-strong)}.cure-conf__bar.b1{height:4px}.cure-conf__bar.b2{height:7px}.cure-conf__bar.b3{height:11px}.cure-conf--high .cure-conf__bar{background:var(--green-500)}.cure-conf--high{color:var(--green-700)}.cure-conf--med .cure-conf__bar.b1,.cure-conf--med .cure-conf__bar.b2{background:var(--amber-500)}.cure-conf--med{color:var(--amber-700)}.cure-conf--low .cure-conf__bar.b1{background:var(--slate-500)}.cure-conf--low{color:var(--slate-700)}.cure-source{display:inline-flex;align-items:center;gap:6px;height:22px;padding:0 8px 0 7px;border-radius:var(--r-pill);background:var(--surface-panel);border:1px solid var(--border-default);font-family:var(--font-sans);font-size:11.5px;font-weight:var(--fw-medium);color:var(--text-body);line-height:1;white-space:nowrap}.cure-source__dot{width:6px;height:6px;border-radius:50%;flex:none}.cure-source__dot--green{background:var(--green-500)}.cure-source__dot--amber{background:var(--amber-500)}.cure-source__dot--red{background:var(--red-500)}.cure-source__dot--gated{background:var(--ink-3)}.cure-source__auth{display:inline-flex;align-items:center;justify-content:center;margin-left:1px;color:var(--text-faint)}.cure-source__auth,.cure-source__auth svg{width:12px;height:12px}.cure-source--authorize .cure-source__auth{color:var(--green-600)}.cure-source--gated{opacity:.72}.cure-marker{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:none}.cure-marker svg{display:block}.cure-marker--reopened:after{content:"";position:absolute;inset:-3px;border-radius:50%;box-shadow:0 0 0 0 color-mix(in oklch,var(--red-500) 42%,transparent);animation:cure-pulse var(--pulse-dur) var(--ease-out) infinite}.cure-crow{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:11px 13px;background:var(--surface-panel);border:1px solid var(--border-default);border-radius:var(--r-2);cursor:pointer;transition:border-color var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.cure-crow:hover{border-color:var(--border-strong);box-shadow:var(--shadow-2)}.cure-crow--selected{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.cure-crow__mk{flex:none}.cure-crow__main{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:3px}.cure-crow__top{display:flex;align-items:center;gap:9px;min-width:0}.cure-crow__id{font-family:var(--font-mono);font-size:12.5px;font-weight:var(--fw-medium);color:var(--text-strong);flex:none}.cure-crow__title{font-size:13.5px;color:var(--text-body);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.cure-crow__sources{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cure-crow__right{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.cure-crow__status{display:inline-flex;align-items:center;gap:5px;height:20px;padding:0 8px;border-radius:var(--r-1);font-size:11px;font-weight:var(--fw-semibold);border:1px solid transparent;white-space:nowrap;line-height:1}.cure-crow__status.s-cleared{background:var(--status-cleared-wash);color:var(--status-cleared-ink);border-color:var(--status-cleared-line)}.cure-crow__status.s-gated{background:var(--status-gated-wash);color:var(--status-gated-ink);border-color:var(--status-gated-line)}.cure-crow__status.s-critical{background:var(--status-critical-wash);color:var(--status-critical-ink);border-color:var(--status-critical-line)}.cure-crow__status.s-review{background:var(--status-review-wash);color:var(--status-review-ink);border-color:var(--status-review-line)}.cure-crow__status.s-brand{background:var(--brand-wash);color:var(--red-700);border-color:var(--brand-line)}.cure-crow__meta{font-family:var(--font-mono);font-size:10.5px;color:var(--text-faint)}.cure-crow--collapsible{display:block;padding:0;cursor:default}.cure-crow__hdr{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:11px 13px;background:none;border:none;cursor:pointer;color:inherit;font:inherit;border-radius:var(--r-2)}.cure-crow__summary{font-family:var(--font-mono);font-size:11.5px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.cure-crow__chev{flex:none;color:var(--text-faint);transform:rotate(-90deg);transition:transform var(--dur-fast) var(--ease-out)}.cure-crow__chev.is-open{transform:rotate(0deg)}.cure-crow__detail{padding:0 13px 12px 41px;display:flex;flex-direction:column;gap:9px}.cure-crow__dmeta{display:flex;flex-wrap:wrap;gap:14px;font-family:var(--font-mono);font-size:10.5px;color:var(--text-faint)}.cure-crow__chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.cure-crow__more{font-family:var(--font-mono);font-size:10.5px;cursor:pointer;padding:2px 8px;border-radius:var(--r-1);border:1px solid var(--border-default);background:var(--surface-subtle);color:var(--text-muted)}.cure-crow__more:hover{border-color:var(--border-strong);color:var(--text-body)}.cure-crow__actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.cure-crow__action{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;padding:4px 11px;border-radius:var(--r-1);border:1px solid var(--border-default);background:var(--surface-panel);color:var(--text-body);white-space:nowrap}.cure-crow__action:hover{border-color:var(--border-strong);color:var(--text-strong)}.cure-crow--stacked{flex-direction:column;align-items:stretch;gap:6px}.cure-crow--stacked .cure-crow__top{gap:7px}.cure-crow--stacked .cure-crow__tags{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.cure-ev{display:flex;flex-direction:column;background:var(--surface-panel);border:1px solid var(--border-default);border-radius:var(--r-3);overflow:hidden}.cure-ev__hd{display:flex;align-items:center;gap:8px;padding:9px 11px;border-bottom:1px solid var(--border-hair);border-left:2.5px solid var(--border-strong)}.cure-ev__ico{display:inline-flex;width:14px;height:14px;flex:none;color:var(--text-muted)}.cure-ev__title{font-size:12px;font-weight:var(--fw-semibold);letter-spacing:.02em;text-transform:uppercase;color:var(--text-strong)}.cure-ev__spacer{flex:1}.cure-ev__tag{font-size:10px;font-weight:var(--fw-semibold);letter-spacing:.04em;text-transform:uppercase;padding:2px 6px;border-radius:var(--r-1);white-space:nowrap}.cure-ev__body{padding:10px 12px;display:flex;flex-direction:column;gap:7px}.cure-ev__row{display:flex;gap:10px;align-items:baseline;font-size:12.5px}.cure-ev__k{color:var(--text-muted);flex:none;width:104px}.cure-ev__v{color:var(--text-body);font-family:var(--font-mono);font-size:12px}.cure-ev__note{font-size:12.5px;color:var(--text-body);line-height:1.5;margin:0}.cure-ev.k-for .cure-ev__hd{border-left-color:var(--red-500)}.cure-ev.k-for .cure-ev__tag{background:var(--red-50);color:var(--red-700)}.cure-ev.k-static .cure-ev__hd{border-left-color:var(--slate-500)}.cure-ev.k-static .cure-ev__tag{background:var(--slate-50);color:var(--slate-700)}.cure-ev.k-customer .cure-ev__hd{border-left-color:var(--amber-500)}.cure-ev.k-customer .cure-ev__tag{background:var(--amber-50);color:var(--amber-700)}.cure-ev.k-verification .cure-ev__hd{border-left-color:var(--green-500)}.cure-ev.k-verification .cure-ev__tag{background:var(--green-50);color:var(--green-700)}.cure-ev.k-against .cure-ev__hd{border-left-color:var(--ink-3)}.cure-ev.k-against .cure-ev__tag{background:var(--surface-sunken);color:var(--text-muted)}.cure-seal{display:inline-flex;flex-direction:column;align-items:center;gap:7px}.cure-seal__disc{position:relative;display:inline-flex}.cure-seal__disc svg{display:block}.cure-seal--invalidated .cure-seal__disc:after{content:"";position:absolute;inset:-2px;border-radius:50%;box-shadow:0 0 0 0 color-mix(in oklch,var(--red-500) 40%,transparent);animation:cure-pulse var(--pulse-dur) var(--ease-out) infinite}.cure-seal__cap{display:flex;flex-direction:column;align-items:center;gap:1px}.cure-seal__id{font-family:var(--font-mono);font-size:11px;font-weight:var(--fw-medium);color:var(--text-strong)}.cure-seal__sub{font-family:var(--font-mono);font-size:9.5px;color:var(--text-faint);letter-spacing:.02em}.cure-runway{display:flex;align-items:flex-start;width:100%}.cure-runway__stage{position:relative;flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.cure-runway__conn{position:absolute;top:9px;left:-50%;width:100%;height:2px;background:var(--border-default);z-index:0}.cure-runway__stage:first-child .cure-runway__conn{display:none}.cure-runway__conn--done{background:var(--green-500)}.cure-runway__conn--blocked{background:var(--red-200)}.cure-runway__node{position:relative;z-index:1;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-panel);border:2px solid var(--border-strong);color:var(--text-faint);flex:none}.cure-runway__node svg{width:11px;height:11px}.cure-runway__node--done{background:var(--green-500);border-color:var(--green-500);color:#fff}.cure-runway__node--current{border-color:var(--brand);color:var(--brand);box-shadow:0 0 0 3px var(--brand-wash)}.cure-runway__node--current:after{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand)}.cure-runway__node--blocked{background:var(--red-500);border-color:var(--red-500);color:#fff}.cure-runway__node--skip{border-style:dashed;background:var(--surface-subtle)}.cure-runway__label{font-size:10.5px;font-weight:var(--fw-medium);color:var(--text-muted);text-align:center;line-height:1.2;white-space:nowrap}.cure-runway__stage--current .cure-runway__label{color:var(--text-strong);font-weight:var(--fw-semibold)}.cure-runway__stage--blocked .cure-runway__label{color:var(--red-700);font-weight:var(--fw-semibold)}.cure-runway__reason{margin-top:9px;display:flex;align-items:flex-start;gap:7px;padding:8px 11px;background:var(--red-50);border:1px solid var(--red-100);border-radius:var(--r-2);font-size:12px;color:var(--red-700);line-height:1.45}.cure-runway__reason svg{width:14px;height:14px;flex:none;margin-top:1px}.cure-mon{display:flex;flex-direction:column;background:var(--surface-panel);border:1px solid var(--border-default);border-radius:var(--r-3);overflow:hidden;box-shadow:var(--shadow-1)}.cure-mon--gated{background:var(--surface-subtle)}.cure-mon__hd{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border-hair)}.cure-mon__dot{width:8px;height:8px;border-radius:50%;flex:none}.cure-mon__dot--green{background:var(--green-500)}.cure-mon__dot--amber{background:var(--amber-500)}.cure-mon__dot--red{background:var(--red-500)}.cure-mon__dot--gated{background:var(--ink-3)}.cure-mon__name{font-size:14px;font-weight:var(--fw-semibold);color:var(--text-strong)}.cure-mon__spacer{flex:1}.cure-mon__st{font-size:10px;font-weight:var(--fw-bold);letter-spacing:.05em;text-transform:uppercase;padding:2px 7px;border-radius:var(--r-1)}.cure-mon__st--green{background:var(--green-50);color:var(--green-700)}.cure-mon__st--amber{background:var(--amber-50);color:var(--amber-700)}.cure-mon__st--red{background:var(--red-50);color:var(--red-700)}.cure-mon__st--gated{background:var(--surface-sunken);color:var(--text-muted)}.cure-mon__body{padding:9px 12px;display:flex;flex-direction:column;gap:5px}.cure-mon__row{display:flex;justify-content:space-between;gap:10px;font-size:12px}.cure-mon__k{color:var(--text-muted)}.cure-mon__v{color:var(--text-body);font-family:var(--font-mono);font-size:11.5px}.cure-mon__foot{display:flex;align-items:center;gap:7px;padding:8px 12px;border-top:1px solid var(--border-hair);background:var(--surface-subtle)}.cure-mon__foot--gated{background:var(--amber-50)}.cure-mon__authk{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.cure-mon__authv{font-size:11.5px;font-weight:var(--fw-bold);margin-left:auto;letter-spacing:.03em}.cure-mon__authv--yes{color:var(--green-700)}.cure-mon__authv--no{color:var(--text-muted)}.cure-mon__authv--corr{color:var(--slate-700)}.cure-mon__authv--gated{color:var(--amber-700)}.cure-dec{display:flex;gap:11px;padding:12px;background:var(--surface-panel);border-radius:var(--r-2);border:1px solid var(--border-default);border-left:2.5px solid var(--brand)}.cure-dec--review{border-left-color:var(--slate-500)}.cure-dec--gated{border-left-color:var(--amber-500)}.cure-dec__num{flex:none;width:20px;height:20px;border-radius:var(--r-1);background:var(--ink-0);color:#fff;font-family:var(--font-mono);font-size:11px;font-weight:var(--fw-semibold);display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.cure-dec__body{min-width:0;flex:1;display:flex;flex-direction:column;gap:6px}.cure-dec__title{font-size:13.5px;font-weight:var(--fw-semibold);color:var(--text-strong);line-height:1.3}.cure-dec__sub{font-size:12px;color:var(--text-muted)}.cure-dec__sub b{font-family:var(--font-mono);font-weight:var(--fw-medium);color:var(--text-body)}.cure-dec__lines{display:flex;flex-direction:column;gap:3px;min-width:0}.cure-dec__line{display:flex;gap:8px;font-size:11.5px;min-width:0}.cure-dec__lk{color:var(--text-faint);width:64px;flex:none}.cure-dec__lv{color:var(--text-body);min-width:0;overflow-wrap:anywhere}.cure-dec__line--block{flex-direction:column;gap:2px}.cure-dec__line--block .cure-dec__lk{width:auto}.cure-dec__lv--block{font-family:var(--font-mono);font-size:10.5px;line-height:1.5;color:var(--text-muted);overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.cure-dec__actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:3px}.cure-dec-link{display:block}.cure-dec-link .cure-dec{transition:border-color .12s ease,background .12s ease}.cure-dec-link:hover .cure-dec{border-color:var(--border-strong);background:var(--surface-subtle)}.cure-dec-link:focus-visible{outline:none}.cure-dec-link:focus-visible .cure-dec{outline:2px solid var(--brand);outline-offset:2px}.cure-evt{display:grid;grid-template-columns:auto 16px 1fr;gap:10px;align-items:start}.cure-evt__time{font-family:var(--font-mono);font-size:11px;color:var(--text-faint);padding-top:1px;white-space:nowrap}.cure-evt__rail{position:relative;display:flex;justify-content:center;align-self:stretch}.cure-evt__rail:before{content:"";position:absolute;top:8px;bottom:-6px;width:1.5px;background:var(--border-default)}.cure-evt:last-child .cure-evt__rail:before{display:none}.cure-evt__dot{position:relative;z-index:1;width:7px;height:7px;border-radius:50%;margin-top:4px;background:var(--slate-500);box-shadow:0 0 0 3px var(--surface-panel)}.cure-evt__dot--cleared{background:var(--green-500)}.cure-evt__dot--gated{background:var(--amber-500)}.cure-evt__dot--critical{background:var(--red-500)}.cure-evt__dot--brand{background:var(--brand)}.cure-evt__dot--neutral{background:var(--slate-500)}.cure-evt__text{font-size:12.5px;color:var(--text-body);line-height:1.45;padding-bottom:11px}.cure-evt__text b{font-family:var(--font-mono);font-weight:var(--fw-medium);color:var(--text-strong)}.cure-evt__src{font-family:var(--font-mono);font-size:10.5px;color:var(--text-faint);margin-left:6px}.topnav{gap:18px;height:var(--topbar-h);padding:0 18px;background:var(--surface-panel);border-bottom:1px solid var(--border-default);position:sticky;top:0;z-index:20}.topnav,.topnav__brand{display:flex;align-items:center}.topnav__brand{gap:9px;flex:none;text-decoration:none}.topnav__brand img{width:26px;height:26px;display:block}.topnav__wm{font-size:17px;font-weight:var(--fw-semibold);letter-spacing:-.02em;color:var(--text-strong)}.topnav__v{font-family:var(--font-mono);font-size:10px;color:var(--text-faint);border:1px solid var(--border-default);border-radius:var(--r-1);padding:1px 4px;margin-left:1px}.topnav__tabs{display:flex;gap:2px}.topnav__tab,.topnav__tabs{align-items:center;height:100%}.topnav__tab{display:inline-flex;gap:7px;padding:0 13px;font-size:13px;font-weight:var(--fw-medium);color:var(--text-muted);border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;text-decoration:none;transition:color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.topnav__tab--active,.topnav__tab:hover{color:var(--text-strong)}.topnav__tab--active{border-bottom-color:var(--brand);font-weight:var(--fw-semibold)}.topnav__tab .ico{width:15px;height:15px;display:inline-flex}.topnav__tab .cnt{font-family:var(--font-mono);font-size:10px;padding:1px 5px;border-radius:var(--r-pill);background:var(--surface-sunken);color:var(--text-muted)}.topnav__tab--active .cnt{background:var(--brand-wash);color:var(--red-700)}.topnav__spacer{flex:1}.topnav__right{display:flex;align-items:center;gap:10px;flex:none}.topnav__app{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 10px;border:1px solid var(--border-default);border-radius:var(--r-2);font-size:12.5px;color:var(--text-body);cursor:pointer;background:var(--surface-panel)}.topnav__app b{font-weight:var(--fw-semibold);color:var(--text-strong)}.posture{display:flex;align-items:stretch;height:var(--posture-h);background:var(--surface-panel);border-bottom:1px solid var(--border-default);padding:0 8px;overflow-x:auto}.posture__cell{display:flex;flex-direction:column;justify-content:center;gap:3px;padding:0 16px;border-right:1px solid var(--border-hair);flex:none}.posture__cell:last-child{border-right:none}.posture__cell--clip{max-width:360px;min-width:0}.posture__cell--clip .posture__v{min-width:0}.posture__cell--clip .posture__v>span{display:block;overflow:hidden;text-overflow:ellipsis}.posture__k{font-size:9.5px;font-weight:var(--fw-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint)}.posture__v{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:13px;color:var(--text-strong);white-space:nowrap}.posture__v .em{color:var(--green-600)}.posture__v .warn{color:var(--amber-600)}.posture__v .crit{color:var(--red-600)}.posture--status{background:var(--ink-0)}.posture--status .posture__cell{border-right-color:var(--line-on-dark)}.posture--status .posture__k{color:var(--ink-on-dark-2)}.posture--status .posture__v{color:var(--ink-on-dark)}.deck{flex:1;padding:16px;display:flex;flex-direction:column;gap:14px;max-width:var(--console-max);width:100%;margin:0 auto}.deck__row{display:grid;gap:14px}.ovl{font-size:11px;letter-spacing:var(--ls-overline);text-transform:uppercase;color:var(--text-faint)}.ovl,.screen-title{font-weight:var(--fw-semibold)}.screen-title{font-size:15px;color:var(--text-strong);letter-spacing:-.01em}.muted{color:var(--text-muted)}.mono{font-family:var(--font-mono)}