.badge-module__A4WgYW__badge{background:var(--badge-bg);height:20px;color:var(--badge-fg);border:1px solid var(--badge-edge);font-family:var(--font-mono);font-size:var(--fs-micro);font-weight:var(--fw-medium);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-pill);white-space:nowrap;transition:var(--transition-control);align-items:center;gap:5px;padding:0 8px;display:inline-flex}.badge-module__A4WgYW__withDot{padding-left:6px}.badge-module__A4WgYW__dot{background:var(--badge-dot);border-radius:50%;flex:none;width:6px;height:6px}.badge-module__A4WgYW__live{animation:badge-module__A4WgYW__loomen-pulse var(--loop-pulse) var(--ease-linear) infinite}.badge-module__A4WgYW__ok{--badge-bg:var(--status-ok-bg);--badge-fg:var(--status-ok-fg);--badge-dot:var(--status-ok-dot);--badge-edge:var(--status-ok-edge)}.badge-module__A4WgYW__hold{--badge-bg:var(--status-hold-bg);--badge-fg:var(--status-hold-fg);--badge-dot:var(--status-hold-dot);--badge-edge:var(--status-hold-edge)}.badge-module__A4WgYW__fail{--badge-bg:var(--status-fail-bg);--badge-fg:var(--status-fail-fg);--badge-dot:var(--status-fail-dot);--badge-edge:var(--status-fail-edge)}.badge-module__A4WgYW__idle{--badge-bg:var(--status-idle-bg);--badge-fg:var(--status-idle-fg);--badge-dot:var(--status-idle-dot);--badge-edge:var(--status-idle-edge)}.badge-module__A4WgYW__accent{--badge-bg:var(--status-accent-bg);--badge-fg:var(--status-accent-fg);--badge-dot:var(--status-accent-dot);--badge-edge:var(--status-accent-edge)}
.button-module__gRIpUG__button{font-family:var(--font-text);font-weight:var(--fw-medium);letter-spacing:0;border-radius:var(--radius-1);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:var(--transition-control);border:1px solid #0000;justify-content:center;align-items:center;gap:6px;text-decoration:none;display:inline-flex;position:relative}.button-module__gRIpUG__button:disabled,.button-module__gRIpUG__button[aria-disabled=true]{opacity:.4;cursor:not-allowed;pointer-events:none}.button-module__gRIpUG__button:focus-visible{box-shadow:var(--focus-ring)}.button-module__gRIpUG__loading{cursor:progress}.button-module__gRIpUG__fullWidth{width:100%}.button-module__gRIpUG__sm{height:var(--control-height-s);font-size:var(--fs-caption);padding:0 8px}.button-module__gRIpUG__md{height:var(--control-height);font-size:var(--fs-body-s);padding:0 12px}.button-module__gRIpUG__lg{height:var(--control-height-l);font-size:var(--fs-body);padding:0 18px}.button-module__gRIpUG__primary{background:var(--accent-solid);color:var(--accent-on);border-color:var(--accent-solid);box-shadow:var(--shadow-1)}.button-module__gRIpUG__primary:hover{background:var(--accent-solid-hover);border-color:var(--accent-solid-hover)}.button-module__gRIpUG__primary:active{background:var(--accent-solid-active);border-color:var(--accent-solid-active);box-shadow:var(--shadow-inset)}.button-module__gRIpUG__secondary{background:var(--surface-card);color:var(--text-strong);border-color:var(--border-default);box-shadow:var(--shadow-1)}.button-module__gRIpUG__secondary:hover{background:var(--surface-hover);border-color:var(--border-strong)}.button-module__gRIpUG__secondary:active{background:var(--surface-active);box-shadow:var(--shadow-inset)}.button-module__gRIpUG__ghost{color:var(--text-body);background:0 0}.button-module__gRIpUG__ghost:hover{background:var(--surface-hover);color:var(--text-strong)}.button-module__gRIpUG__ghost:active{background:var(--surface-active)}.button-module__gRIpUG__danger{color:var(--fault-300);border-color:var(--status-fail-edge);background:0 0}.button-module__gRIpUG__danger:hover{background:var(--status-fail-bg);border-color:var(--fault-300)}.button-module__gRIpUG__danger:active{background:var(--status-fail-bg);box-shadow:var(--shadow-inset)}.button-module__gRIpUG__link{color:var(--text-link);height:auto;font-size:var(--fs-body-s);background:0 0;padding:0}.button-module__gRIpUG__link:hover,.button-module__gRIpUG__link:active{color:var(--text-link-hover)}.button-module__gRIpUG__spinner{border:1.5px solid;border-top-color:#0000;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite button-module__gRIpUG__loomen-spin}
.card-module__ugS5sa__card{border-radius:var(--radius-2);background:var(--surface-card);border:1px solid var(--border-hairline);transition:var(--transition-control);flex-direction:column;min-width:0;display:flex;overflow:hidden}.card-module__ugS5sa__default{box-shadow:var(--shadow-1)}.card-module__ugS5sa__sunken{background:var(--surface-sunken)}.card-module__ugS5sa__raised{box-shadow:var(--shadow-3)}.card-module__ugS5sa__interactive:hover{border-color:var(--border-strong);box-shadow:var(--shadow-2);cursor:pointer}.card-module__ugS5sa__selected{border-color:var(--accent-solid)}.card-module__ugS5sa__header{border-bottom:1px solid var(--border-hairline);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.card-module__ugS5sa__title{font-weight:var(--fw-medium);color:var(--text-strong);min-width:0}.card-module__ugS5sa__subtitle{font-size:var(--fs-caption);color:var(--text-muted);margin-top:2px}.card-module__ugS5sa__actions{flex:none;align-items:center;gap:6px;display:flex}.card-module__ugS5sa__body{flex:1;min-height:0}.card-module__ugS5sa__padded{padding:14px}.card-module__ugS5sa__footer{border-top:1px solid var(--border-hairline);background:var(--surface-sunken);font-size:var(--fs-caption);color:var(--text-muted);padding:10px 14px}
.choice-module__QmS1Eq__choice{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.choice-module__QmS1Eq__withDescription{align-items:flex-start}.choice-module__QmS1Eq__disabled{cursor:not-allowed;opacity:.5}.choice-module__QmS1Eq__native{opacity:0;width:0;height:0;position:absolute}.choice-module__QmS1Eq__text{min-width:0}.choice-module__QmS1Eq__label{font-size:var(--fs-body-s);color:var(--text-body);display:block}.choice-module__QmS1Eq__description{font-size:var(--fs-caption);color:var(--text-muted);margin-top:2px;display:block}.choice-module__QmS1Eq__box{border-radius:var(--radius-1);border:1px solid var(--border-strong);background:var(--surface-card);width:15px;height:15px;box-shadow:var(--shadow-inset);transition:var(--transition-control);color:var(--accent-on);flex:none;justify-content:center;align-items:center;display:inline-flex}.choice-module__QmS1Eq__withDescription .choice-module__QmS1Eq__box,.choice-module__QmS1Eq__withDescription .choice-module__QmS1Eq__radio,.choice-module__QmS1Eq__withDescription .choice-module__QmS1Eq__track{margin-top:1px}.choice-module__QmS1Eq__native:checked+.choice-module__QmS1Eq__box,.choice-module__QmS1Eq__box.choice-module__QmS1Eq__indeterminate{border-color:var(--accent-solid);background:var(--accent-solid);box-shadow:none}.choice-module__QmS1Eq__native:focus-visible+.choice-module__QmS1Eq__box,.choice-module__QmS1Eq__native:focus-visible+.choice-module__QmS1Eq__radio,.choice-module__QmS1Eq__native:focus-visible+.choice-module__QmS1Eq__track{box-shadow:var(--focus-ring)}.choice-module__QmS1Eq__dash{background:var(--accent-on);width:7px;height:1.5px}.choice-module__QmS1Eq__radio{border:1px solid var(--border-strong);background:var(--surface-card);width:15px;height:15px;box-shadow:var(--shadow-inset);transition:var(--transition-control);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.choice-module__QmS1Eq__native:checked+.choice-module__QmS1Eq__radio{border-color:var(--accent-solid);box-shadow:none}.choice-module__QmS1Eq__radio:after{content:"";background:var(--accent-solid);opacity:0;width:7px;height:7px;transition:opacity var(--dur-fast) var(--ease-standard);border-radius:50%}.choice-module__QmS1Eq__native:checked+.choice-module__QmS1Eq__radio:after{opacity:1}.choice-module__QmS1Eq__switch{gap:10px}.choice-module__QmS1Eq__track{--track-width:32px;--track-height:18px;width:var(--track-width);height:var(--track-height);border-radius:var(--radius-pill);background:var(--ink-500);border:1px solid var(--border-default);transition:var(--transition-control);flex:none;position:relative}.choice-module__QmS1Eq__trackSm{--track-width:26px;--track-height:15px}.choice-module__QmS1Eq__knob{width:calc(var(--track-height) - 4px);height:calc(var(--track-height) - 4px);background:var(--text-strong);transition:left var(--dur-fast) var(--ease-standard);border-radius:50%;position:absolute;top:1px;left:1px;box-shadow:0 1px 2px #0006}.choice-module__QmS1Eq__native:checked+.choice-module__QmS1Eq__track{background:var(--accent-solid);border-color:var(--accent-solid)}.choice-module__QmS1Eq__native:checked+.choice-module__QmS1Eq__track .choice-module__QmS1Eq__knob{left:calc(var(--track-width) - var(--track-height) + 1px);background:var(--accent-on)}
.choice-card-module__6SQ2bG__card{border-radius:var(--radius-1);cursor:pointer;border:1px solid var(--border-hairline);background:var(--surface-sunken);text-align:left;width:100%;color:inherit;font:inherit;transition:var(--transition-control);align-items:center;gap:11px;padding:11px 12px;display:flex;position:relative}.choice-card-module__6SQ2bG__card:hover{border-color:var(--border-default)}.choice-card-module__6SQ2bG__card:disabled{cursor:not-allowed;opacity:.5}.choice-card-module__6SQ2bG__selected,.choice-card-module__6SQ2bG__selected:hover{border-color:var(--accent-solid);background:var(--surface-selected)}.choice-card-module__6SQ2bG__stacked{flex-direction:column;align-items:flex-start;gap:7px;padding:11px 11px 10px}.choice-card-module__6SQ2bG__icon{color:var(--choice-icon,var(--text-muted));display:flex}.choice-card-module__6SQ2bG__selected .choice-card-module__6SQ2bG__icon{color:var(--choice-icon-active,var(--choice-icon,var(--text-strong)))}.choice-card-module__6SQ2bG__text{flex:1;min-width:0}.choice-card-module__6SQ2bG__name{font-size:var(--fs-body-s);font-weight:var(--fw-medium);color:var(--text-body);white-space:nowrap;display:block}.choice-card-module__6SQ2bG__selected .choice-card-module__6SQ2bG__name{color:var(--text-strong)}.choice-card-module__6SQ2bG__meta{font-family:var(--font-mono);font-size:var(--fs-mono-xs);color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;display:block;overflow:hidden}.choice-card-module__6SQ2bG__stacked .choice-card-module__6SQ2bG__meta{margin-top:0}.choice-card-module__6SQ2bG__check{color:var(--accent-solid);display:flex}
.code-block-module__6kvgZG__block{background:var(--ink-900);border:1px solid var(--ink-700);border-radius:var(--radius-2);font-family:var(--font-mono);overflow:hidden}.code-block-module__6kvgZG__bar{background:var(--ink-800);border-bottom:1px solid var(--ink-700);justify-content:space-between;align-items:center;gap:8px;height:30px;padding:0 8px 0 10px;display:flex}.code-block-module__6kvgZG__filename{font-size:var(--fs-mono-xs);color:var(--ink-200);align-items:center;gap:6px;display:flex}.code-block-module__6kvgZG__filename svg{color:var(--ink-300)}.code-block-module__6kvgZG__language{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-300)}.code-block-module__6kvgZG__copy{color:var(--ink-300);font-family:var(--font-mono);font-size:var(--fs-micro);cursor:pointer;background:0 0;border:0;border-radius:3px;align-items:center;gap:4px;padding:3px 5px;display:inline-flex}.code-block-module__6kvgZG__copy:hover{color:var(--ink-100)}.code-block-module__6kvgZG__copied{color:var(--verify-300)}.code-block-module__6kvgZG__pre{font-size:var(--fs-mono-s);margin:0;padding:8px 0;line-height:1.6;overflow:auto}.code-block-module__6kvgZG__line{padding:0 10px;display:flex}.code-block-module__6kvgZG__highlighted{background:var(--surface-selected);box-shadow:inset 2px 0 0 var(--signal-400)}.code-block-module__6kvgZG__number{text-align:right;width:26px;color:var(--ink-600);-webkit-user-select:none;user-select:none;flex:none;margin-right:12px}.code-block-module__6kvgZG__code{color:var(--ink-100);white-space:pre;font-size:inherit}.code-block-module__6kvgZG__key{color:var(--signal-200)}.code-block-module__6kvgZG__string{color:var(--verify-300)}.code-block-module__6kvgZG__number-token{color:var(--hold-300)}.code-block-module__6kvgZG__keyword{color:var(--channel-human)}.code-block-module__6kvgZG__comment{color:var(--ink-400)}
.data-table-module__Q7gGTG__scroller{width:100%;overflow:auto}.data-table-module__Q7gGTG__table{border-collapse:collapse;table-layout:fixed;width:100%}.data-table-module__Q7gGTG__headCell{text-align:left;white-space:nowrap;border-bottom:1px solid var(--border-default);background:var(--surface-sunken);z-index:1;height:30px;padding:0 14px;position:sticky;top:0}.data-table-module__Q7gGTG__headCell>span{align-items:center;gap:4px;display:inline-flex}.data-table-module__Q7gGTG__row{height:var(--row-height);transition:background-color var(--dur-instant) var(--ease-standard)}.data-table-module__Q7gGTG__dense .data-table-module__Q7gGTG__row{height:var(--row-height-dense)}.data-table-module__Q7gGTG__row:hover{background:var(--surface-hover)}.data-table-module__Q7gGTG__clickable{cursor:pointer}.data-table-module__Q7gGTG__selected,.data-table-module__Q7gGTG__selected:hover{background:var(--surface-selected);box-shadow:inset 2px 0 0 var(--accent-solid)}.data-table-module__Q7gGTG__cell{border-bottom:1px solid var(--border-hairline);font-family:var(--font-text);font-size:var(--fs-body-s);color:var(--text-body);white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums;padding:0 14px;overflow:hidden}.data-table-module__Q7gGTG__mono{font-family:var(--font-mono);font-size:var(--fs-mono-s)}.data-table-module__Q7gGTG__muted{color:var(--text-muted)}.data-table-module__Q7gGTG__strong{color:var(--text-strong)}.data-table-module__Q7gGTG__right{text-align:right}.data-table-module__Q7gGTG__center{text-align:center}.data-table-module__Q7gGTG__empty{text-align:center;color:var(--text-faint);font-size:var(--fs-body-s);padding:28px 14px}.data-table-module__Q7gGTG__skeleton{background:#ffffff12;border-radius:2px;height:7px;display:block}
.divider-module__E-y7NW__divider{align-items:center;gap:var(--space-5);display:flex}.divider-module__E-y7NW__line{background:var(--border-hairline);flex:1;height:1px}.divider-module__E-y7NW__label{font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);white-space:nowrap}
.empty-state-module__SEsC4a__empty{text-align:center;background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-2);padding:40px 16px}.empty-state-module__SEsC4a__title{font-family:var(--font-mono);font-size:var(--fs-caption);color:var(--text-muted)}.empty-state-module__SEsC4a__hint{font-size:var(--fs-caption);color:var(--text-faint);margin-top:6px}.empty-state-module__SEsC4a__action{justify-content:center;margin-top:14px;display:flex}
.icon-button-module__rnwecq__button{color:var(--text-muted);border-radius:var(--radius-1);cursor:pointer;transition:var(--transition-control);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-button-module__rnwecq__button:hover{background:var(--surface-hover);color:var(--text-body)}.icon-button-module__rnwecq__button:active,.icon-button-module__rnwecq__active{background:var(--surface-active)}.icon-button-module__rnwecq__active{color:var(--text-accent)}.icon-button-module__rnwecq__button:disabled{opacity:.4;cursor:not-allowed}.icon-button-module__rnwecq__solid{background:var(--surface-card);border-color:var(--border-default)}.icon-button-module__rnwecq__sm{width:24px;height:24px}.icon-button-module__rnwecq__md{width:28px;height:28px}.icon-button-module__rnwecq__lg{width:34px;height:34px}
.field-module__YPvYea__field{min-width:0;display:block}.field-module__YPvYea__label{margin-bottom:6px;display:block}.field-module__YPvYea__control{height:var(--control-height);background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-1);box-shadow:var(--shadow-inset);transition:var(--transition-control);align-items:center;gap:6px;padding:0 8px;display:flex;position:relative}.field-module__YPvYea__control:focus-within{border-color:var(--border-focus);box-shadow:var(--shadow-accent-ring)}.field-module__YPvYea__sm{height:var(--control-height-s)}.field-module__YPvYea__lg{height:var(--control-height-l)}.field-module__YPvYea__invalid,.field-module__YPvYea__invalid:focus-within{border-color:var(--fault-500)}.field-module__YPvYea__disabled{background:var(--surface-sunken)}.field-module__YPvYea__icon{color:var(--text-faint);display:flex}.field-module__YPvYea__affix{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-faint);white-space:nowrap}.field-module__YPvYea__suffix{font-size:var(--fs-mono-xs)}.field-module__YPvYea__native{min-width:0;font-family:var(--font-text);font-size:var(--fs-body-s);color:var(--text-strong);background:0 0;border:0;outline:none;flex:1;padding:0}.field-module__YPvYea__native:focus-visible{box-shadow:none}.field-module__YPvYea__native::placeholder{color:var(--text-faint)}.field-module__YPvYea__native:disabled{cursor:not-allowed}.field-module__YPvYea__mono{font-family:var(--font-mono);font-size:var(--fs-mono-s)}.field-module__YPvYea__select{appearance:none;cursor:pointer;padding-right:18px}.field-module__YPvYea__chevron{pointer-events:none;color:var(--text-faint);position:absolute;right:7px}.field-module__YPvYea__hint{font-size:var(--fs-caption);color:var(--text-muted);margin-top:5px;display:block}.field-module__YPvYea__error{color:var(--text-fail)}
.key-value-module__6TJe2W__list{grid-template-columns:repeat(var(--kv-columns,1), minmax(0, 1fr));gap:0 24px;margin:0;display:grid}.key-value-module__6TJe2W__row{grid-template-columns:var(--kv-label-width,132px) minmax(0, 1fr);border-bottom:1px solid var(--border-hairline);align-items:baseline;gap:12px;padding:8px 0;display:grid}.key-value-module__6TJe2W__dense .key-value-module__6TJe2W__row{padding:5px 0}.key-value-module__6TJe2W__key{margin:0}.key-value-module__6TJe2W__value{min-width:0;font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-strong);word-break:break-word;margin:0}.key-value-module__6TJe2W__text{font-family:var(--font-text);font-size:var(--fs-body-s)}
.progress-bar-module__A3iiqq__wrapper{gap:6px;display:grid}.progress-bar-module__A3iiqq__labels{align-items:baseline;gap:8px;display:flex}.progress-bar-module__A3iiqq__spacer{flex:1}.progress-bar-module__A3iiqq__valueLabel{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--bar-text);font-variant-numeric:tabular-nums}.progress-bar-module__A3iiqq__track{height:var(--bar-height,4px);border-radius:var(--radius-pill);background:var(--surface-sunken);border:1px solid var(--border-hairline);position:relative;overflow:hidden}.progress-bar-module__A3iiqq__fill{background:var(--bar-fill);border-radius:var(--radius-pill);transition:width var(--dur-slow) var(--ease-out);animation:progress-bar-module__A3iiqq__loomen-shimmer var(--loop-shimmer) var(--ease-linear) infinite;background-image:linear-gradient(90deg,#0000 0%,#ffffff59 50%,#0000 100%);background-repeat:no-repeat;background-size:60% 100%;position:absolute;top:0;bottom:0;left:0}.progress-bar-module__A3iiqq__scan{background:var(--bar-fill);border-radius:var(--radius-pill);width:34%;animation:progress-bar-module__A3iiqq__loomen-scan var(--loop-scan) var(--ease-standard) infinite;position:absolute;top:0;bottom:0;left:0}.progress-bar-module__A3iiqq__sublabel{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint)}.progress-bar-module__A3iiqq__accent{--bar-fill:var(--signal-400);--bar-text:var(--signal-300)}.progress-bar-module__A3iiqq__ok{--bar-fill:var(--verify-300);--bar-text:var(--verify-300)}.progress-bar-module__A3iiqq__hold{--bar-fill:var(--hold-300);--bar-text:var(--hold-300)}.progress-bar-module__A3iiqq__fail{--bar-fill:var(--fault-300);--bar-text:var(--fault-300)}.progress-bar-module__A3iiqq__neutral{--bar-fill:var(--ink-300);--bar-text:var(--text-muted)}
.section-rule-module__MKBFjq__rule{align-items:center;gap:10px;display:flex}.section-rule-module__MKBFjq__line{background:var(--border-hairline);flex:1;height:1px}.section-rule-module__MKBFjq__aside{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);white-space:nowrap}
.stepper-module__-fEAVa__stepper{align-items:center;gap:var(--space-4);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.stepper-module__-fEAVa__step{align-items:center;gap:var(--space-4);display:flex}.stepper-module__-fEAVa__mark{border-radius:var(--radius-pill);width:18px;height:18px;font-family:var(--font-mono);font-size:10px;font-weight:var(--fw-semibold);flex:none;justify-content:center;align-items:center;display:flex}.stepper-module__-fEAVa__label{font-size:12.5px}.stepper-module__-fEAVa__connector{background:var(--border-default);width:20px;height:1px;margin:0 2px}.stepper-module__-fEAVa__active .stepper-module__-fEAVa__mark{background:var(--accent-solid);color:var(--accent-on)}.stepper-module__-fEAVa__active .stepper-module__-fEAVa__label{font-weight:var(--fw-medium);color:var(--text-strong)}.stepper-module__-fEAVa__done .stepper-module__-fEAVa__mark{border:1px solid var(--accent-solid);color:var(--accent-solid)}.stepper-module__-fEAVa__done .stepper-module__-fEAVa__label{color:var(--text-muted)}.stepper-module__-fEAVa__pending .stepper-module__-fEAVa__mark{border:1px solid var(--border-default);color:var(--text-faint);font-weight:var(--fw-regular)}.stepper-module__-fEAVa__pending .stepper-module__-fEAVa__label{color:var(--text-faint)}.stepper-module__-fEAVa__compact,.stepper-module__-fEAVa__compact .stepper-module__-fEAVa__step{gap:var(--space-3)}.stepper-module__-fEAVa__compact .stepper-module__-fEAVa__connector{width:16px;margin:0}.stepper-module__-fEAVa__compact .stepper-module__-fEAVa__done .stepper-module__-fEAVa__label,.stepper-module__-fEAVa__compact .stepper-module__-fEAVa__pending .stepper-module__-fEAVa__label,.stepper-module__-fEAVa__srOnly{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}
.tabs-module__7f5laa__tabs{align-items:stretch;max-width:100%;display:inline-flex;overflow-x:auto}.tabs-module__7f5laa__underline{border-bottom:1px solid var(--border-hairline)}.tabs-module__7f5laa__segmented{background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-1);gap:2px;padding:2px}.tabs-module__7f5laa__tab{height:32px;color:var(--text-muted);font-family:var(--font-text);font-size:var(--fs-body-s);font-weight:var(--fw-regular);cursor:pointer;transition:var(--transition-control);white-space:nowrap;background:0 0;border:0;border-radius:0;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.tabs-module__7f5laa__sm .tabs-module__7f5laa__tab{height:26px}.tabs-module__7f5laa__underline .tabs-module__7f5laa__tab:hover{box-shadow:inset 0 -2px 0 var(--border-strong)}.tabs-module__7f5laa__underline .tabs-module__7f5laa__active,.tabs-module__7f5laa__underline .tabs-module__7f5laa__active:hover{color:var(--text-strong);font-weight:var(--fw-medium);box-shadow:inset 0 -2px 0 var(--accent-solid)}.tabs-module__7f5laa__segmented .tabs-module__7f5laa__tab{border-radius:3px;padding:0 10px}.tabs-module__7f5laa__segmented .tabs-module__7f5laa__tab:hover{background:var(--surface-hover)}.tabs-module__7f5laa__segmented .tabs-module__7f5laa__active,.tabs-module__7f5laa__segmented .tabs-module__7f5laa__active:hover{background:var(--surface-card);color:var(--text-strong);font-weight:var(--fw-medium);box-shadow:var(--shadow-1)}.tabs-module__7f5laa__fullWidth{display:flex}.tabs-module__7f5laa__fullWidth .tabs-module__7f5laa__tab{flex:1;justify-content:center}.tabs-module__7f5laa__count{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);background:var(--surface-sunken);border-radius:var(--radius-pill);padding:1px 5px}.tabs-module__7f5laa__active .tabs-module__7f5laa__count{color:var(--text-accent);background:var(--accent-soft)}
.tag-module__x_mUoq__tag{border:1px solid var(--border-default);border-radius:var(--radius-1);background:var(--surface-card);height:22px;color:var(--text-body);font-family:var(--font-mono);font-size:var(--fs-mono-xs);white-space:nowrap;align-items:center;gap:5px;padding:0 7px;line-height:1;display:inline-flex}.tag-module__x_mUoq__text{font-family:var(--font-text)}.tag-module__x_mUoq__removable{padding-right:4px}.tag-module__x_mUoq__swatch{background:var(--tag-color);border-radius:1px;flex:none;width:5px;height:5px}.tag-module__x_mUoq__human{--tag-color:var(--channel-human)}.tag-module__x_mUoq__api{--tag-color:var(--channel-api)}.tag-module__x_mUoq__data{--tag-color:var(--channel-data)}.tag-module__x_mUoq__event{--tag-color:var(--channel-event)}.tag-module__x_mUoq__neutral{--tag-color:var(--ink-400)}.tag-module__x_mUoq__remove{cursor:pointer;color:var(--text-faint);background:0 0;border:0;border-radius:2px;padding:2px;display:inline-flex}.tag-module__x_mUoq__remove:hover{color:var(--text-body)}
.wordmark-module__kAaACa__wordmark{font-family:var(--font-display);font-size:var(--wordmark-size,19px);font-weight:var(--fw-bold);letter-spacing:-.04em;color:var(--text-strong);flex:none;line-height:1}.wordmark-module__kAaACa__stop{color:var(--accent-solid)}
.resource-table-module__01CyEa__toolbar{border-bottom:1px solid var(--border-hairline);align-items:center;gap:10px;min-height:43px;padding:10px 14px;display:flex}.resource-table-module__01CyEa__spacer{flex:1}.resource-table-module__01CyEa__count{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);white-space:nowrap}.resource-table-module__01CyEa__footer{background:var(--surface-sunken);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.resource-table-module__01CyEa__pager{gap:6px;display:flex}.resource-table-module__01CyEa__unavailable{text-align:center;padding:36px 16px}.resource-table-module__01CyEa__unavailableTitle{font-family:var(--font-mono);font-size:var(--fs-caption);color:var(--text-muted)}.resource-table-module__01CyEa__unavailableHint{font-size:var(--fs-caption);color:var(--text-faint);margin-top:6px}
.action-glyph-module__AHFnaW__glyph{align-items:center;gap:8px;min-width:0;display:inline-flex}.action-glyph-module__AHFnaW__icon{color:var(--action-color);flex:none;display:flex}.action-glyph-module__AHFnaW__name{color:var(--text-strong);font-weight:var(--fw-medium)}.action-glyph-module__AHFnaW__slug{font-family:var(--font-mono);font-size:var(--fs-mono-xs);color:var(--text-faint)}.action-glyph-module__AHFnaW__human{--action-color:var(--channel-human)}.action-glyph-module__AHFnaW__api{--action-color:var(--channel-api)}.action-glyph-module__AHFnaW__data{--action-color:var(--channel-data)}.action-glyph-module__AHFnaW__event{--action-color:var(--channel-event)}.action-glyph-module__AHFnaW__neutral{--action-color:var(--text-muted)}
.auth-notice-module__d6aHbq__notice{margin-bottom:18px}.auth-notice-module__d6aHbq__box{border:1px solid var(--status-fail-edge);background:var(--status-fail-bg);border-radius:var(--radius-1);gap:10px;padding:11px 12px;display:flex}.auth-notice-module__d6aHbq__hold{border-color:var(--status-hold-edge);background:var(--status-hold-bg)}.auth-notice-module__d6aHbq__ok{border-color:var(--status-ok-edge);background:var(--status-ok-bg)}.auth-notice-module__d6aHbq__icon{color:var(--text-fail);flex:none;padding-top:2px;display:flex}.auth-notice-module__d6aHbq__hold .auth-notice-module__d6aHbq__icon{color:var(--text-warn)}.auth-notice-module__d6aHbq__ok .auth-notice-module__d6aHbq__icon{color:var(--text-ok)}.auth-notice-module__d6aHbq__text{flex:1;min-width:0}.auth-notice-module__d6aHbq__title{color:var(--text-strong);text-wrap:pretty;font-size:13px;line-height:1.5}.auth-notice-module__d6aHbq__meta{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);overflow-wrap:anywhere;margin-top:4px}.auth-notice-module__d6aHbq__actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}
.account-view-module__6WjlxW__grid{gap:var(--gutter-section);grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);align-items:start;display:grid}.account-view-module__6WjlxW__notice{max-width:720px;margin-bottom:20px}.account-view-module__6WjlxW__methods{flex-direction:column;display:flex}.account-view-module__6WjlxW__method{border-bottom:1px solid var(--border-hairline);align-items:center;gap:12px;padding:12px 16px;display:flex}.account-view-module__6WjlxW__method:last-child{border-bottom:0}.account-view-module__6WjlxW__methodIcon{border:1px solid var(--border-hairline);border-radius:var(--radius-1);background:var(--surface-sunken);width:28px;height:28px;color:var(--text-faint);flex:none;justify-content:center;align-items:center;display:flex}.account-view-module__6WjlxW__methodBody{flex:1;min-width:0}.account-view-module__6WjlxW__methodTitle{color:var(--text-strong);font-size:13px}.account-view-module__6WjlxW__methodMeta{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;overflow:hidden}.account-view-module__6WjlxW__hint{color:var(--text-muted);border-top:1px solid var(--border-hairline);padding:12px 16px 14px;font-size:12.5px;line-height:1.5}@media (max-width:960px){.account-view-module__6WjlxW__grid{grid-template-columns:1fr}}
.auth-panels-module__2TRmZW__eyebrow{font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint)}.auth-panels-module__2TRmZW__title{font-family:var(--font-display);font-size:21px;font-weight:var(--fw-semibold);letter-spacing:-.02em;color:var(--text-strong);margin:10px 0 6px}.auth-panels-module__2TRmZW__lead{max-width:52ch;color:var(--text-muted);text-wrap:pretty;margin:0 0 28px;font-size:13.5px;line-height:1.55}.auth-panels-module__2TRmZW__timeline{flex-direction:column;gap:2px;max-width:480px;margin:0;padding:0;list-style:none;display:flex}.auth-panels-module__2TRmZW__step{gap:14px;display:flex}.auth-panels-module__2TRmZW__rail{flex-direction:column;flex:none;align-items:center;display:flex}.auth-panels-module__2TRmZW__stepIcon{border:1px solid var(--border-hairline);border-radius:var(--radius-1);background:var(--surface-card);flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.auth-panels-module__2TRmZW__connector{background:var(--border-hairline);flex:1;width:1px;min-height:22px}.auth-panels-module__2TRmZW__stepBody{padding-bottom:18px}.auth-panels-module__2TRmZW__stepLabel{font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint)}.auth-panels-module__2TRmZW__stepTitle{color:var(--text-strong);margin-top:3px;font-size:13.5px}.auth-panels-module__2TRmZW__stepMono{font-family:var(--font-mono);color:var(--text-muted);margin-top:4px;font-size:11.5px}.auth-panels-module__2TRmZW__stepDesc{max-width:44ch;color:var(--text-muted);margin-top:4px;font-size:12.5px;line-height:1.5}.auth-panels-module__2TRmZW__frame{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);max-width:480px;overflow:hidden}.auth-panels-module__2TRmZW__wide{max-width:620px}.auth-panels-module__2TRmZW__frameHeader{border-bottom:1px solid var(--border-hairline);color:var(--text-faint);align-items:center;gap:8px;padding:9px 12px;display:flex}.auth-panels-module__2TRmZW__frameBody{flex-direction:column;gap:7px;padding:12px;display:flex}.auth-panels-module__2TRmZW__mono{font-family:var(--font-mono);color:var(--text-muted);font-size:11.5px}.auth-panels-module__2TRmZW__monoStrong{font-family:var(--font-mono);color:var(--text-strong);font-size:12px}.auth-panels-module__2TRmZW__inline{align-items:center;gap:8px;display:flex}.auth-panels-module__2TRmZW__ledgerRow{border-bottom:1px solid var(--border-hairline);grid-template-columns:200px minmax(0,1fr) 172px;align-items:center;gap:12px;padding:9px 14px;display:grid}.auth-panels-module__2TRmZW__ledgerHead{font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);padding:8px 14px}.auth-panels-module__2TRmZW__ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.auth-panels-module__2TRmZW__frameFoot{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);padding:9px 14px}.auth-panels-module__2TRmZW__roleRow{border-bottom:1px solid var(--border-hairline);grid-template-columns:130px 1fr;align-items:baseline;gap:16px;padding:12px 14px;display:grid}.auth-panels-module__2TRmZW__roleRow:last-child,.auth-panels-module__2TRmZW__ledgerRow:last-of-type{border-bottom:0}.auth-panels-module__2TRmZW__roleDesc{color:var(--text-muted);font-size:12.5px;line-height:1.5}.auth-panels-module__2TRmZW__note{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);margin-top:12px;display:block}.auth-panels-module__2TRmZW__spaced{margin-top:14px}@media (max-width:1180px){.auth-panels-module__2TRmZW__ledgerRow{grid-template-columns:170px minmax(0,1fr) 150px}}
.auth-split-module__yusioW__screen{background:var(--surface-page);min-height:100vh;display:flex}.auth-split-module__yusioW__main{flex-direction:column;flex:0 0 640px;min-width:0;padding:28px 72px 26px;display:flex}.auth-split-module__yusioW__header{align-items:center;gap:12px;min-height:24px;display:flex}.auth-split-module__yusioW__headerAside{color:var(--text-muted);align-items:center;gap:8px;margin-left:auto;font-size:12.5px;display:flex}.auth-split-module__yusioW__headerAside a{color:var(--text-link);font-weight:var(--fw-medium);text-decoration:none}.auth-split-module__yusioW__headerAside a:hover{color:var(--text-link-hover)}.auth-split-module__yusioW__body{flex-direction:column;flex:1;justify-content:center;padding:40px 0;display:flex}.auth-split-module__yusioW__content{width:100%;max-width:396px}.auth-split-module__yusioW__foot{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint)}.auth-split-module__yusioW__aside{background:var(--surface-sunken);border-left:1px solid var(--border-hairline);flex-direction:column;flex:1;justify-content:center;min-width:0;padding:56px 72px;display:flex}.auth-split-module__yusioW__mobileNote{display:none}.auth-split-module__yusioW__stepper{margin-bottom:26px}.auth-split-module__yusioW__stepperCompact{display:none}.auth-split-module__yusioW__eyebrow{font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);display:block}.auth-split-module__yusioW__title{font-family:var(--font-display);font-size:27px;font-weight:var(--fw-semibold);letter-spacing:-.025em;color:var(--text-strong);margin:8px 0 0;line-height:1.15}.auth-split-module__yusioW__lead{color:var(--text-muted);text-wrap:pretty;margin:8px 0 24px;font-size:13.5px;line-height:1.55}@media (max-width:1180px){.auth-split-module__yusioW__main{flex-basis:560px;padding:28px 48px 26px}.auth-split-module__yusioW__aside{padding:48px}}@media (max-width:880px){.auth-split-module__yusioW__main{flex:auto;padding:22px 20px 18px}.auth-split-module__yusioW__aside{display:none}.auth-split-module__yusioW__body{justify-content:flex-start;padding:22px 0 24px}.auth-split-module__yusioW__content{max-width:none}.auth-split-module__yusioW__mobileNote{border-top:1px solid var(--border-hairline);flex-direction:column;gap:7px;margin-top:20px;padding-top:14px;display:flex}.auth-split-module__yusioW__stepper{display:none}.auth-split-module__yusioW__stepperCompact{margin-bottom:20px;display:flex}.auth-split-module__yusioW__eyebrow{display:none}.auth-split-module__yusioW__title{margin-top:0;font-size:24px}.auth-split-module__yusioW__lead{margin-bottom:20px;font-size:13px}}
.signup-form-module__g1We8q__form{flex-direction:column;gap:14px;display:flex}.signup-form-module__g1We8q__submit{margin-top:8px}.signup-form-module__g1We8q__legal{font-size:var(--fs-caption);color:var(--text-faint);text-wrap:pretty;margin:0;line-height:1.5}.signup-form-module__g1We8q__legal a{color:var(--text-muted);text-underline-offset:3px;text-decoration:underline}.signup-form-module__g1We8q__legal a:hover{color:var(--text-strong)}.signup-form-module__g1We8q__legal.signup-form-module__g1We8q__spaced{margin-top:12px}.signup-form-module__g1We8q__row{align-items:center;gap:10px;margin-top:22px;display:flex}.signup-form-module__g1We8q__spacer{flex:1}.signup-form-module__g1We8q__fieldError{font-size:var(--fs-caption);color:var(--text-fail)}.signup-form-module__g1We8q__inlineAction{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.signup-form-module__g1We8q__inlineMeta{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint)}@media (max-width:880px){.signup-form-module__g1We8q__form{gap:13px}}
.oauth-button-module__FAG9yq__button{width:100%;height:40px;font-family:var(--font-text);font-size:14px;font-weight:var(--fw-medium);cursor:pointer;transition:background var(--dur-fast) var(--ease-standard);border-radius:4px;justify-content:center;align-items:center;gap:10px;text-decoration:none;display:flex}.oauth-button-module__FAG9yq__button:focus-visible{box-shadow:var(--shadow-accent-ring);outline:none}.oauth-button-module__FAG9yq__logo{flex:none;display:block}.oauth-button-module__FAG9yq__google{color:#e3e3e3;background:#131314;border:1px solid #8e918f}.oauth-button-module__FAG9yq__google:hover{color:#e3e3e3;background:#1e1f20}.loomen-light .oauth-button-module__FAG9yq__google{color:#1f1f1f;background:#fff;border-color:#747775}.loomen-light .oauth-button-module__FAG9yq__google:hover{background:#f2f2f2}.oauth-button-module__FAG9yq__system{background:var(--surface-card);border:1px solid var(--border-default);color:var(--text-strong)}.oauth-button-module__FAG9yq__system:hover{background:var(--surface-hover)}.oauth-button-module__FAG9yq__loading{opacity:.7;cursor:progress;pointer-events:none}.oauth-button-module__FAG9yq__spinner{border-radius:var(--radius-pill);border:2px solid color-mix(in srgb, currentColor 25%, transparent);border-top-color:currentColor;flex:none;width:16px;height:16px;animation:.8s linear infinite oauth-button-module__FAG9yq__spin}@keyframes oauth-button-module__FAG9yq__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.oauth-button-module__FAG9yq__spinner{animation:none}}@media (max-width:880px){.oauth-button-module__FAG9yq__button{height:44px}}
.organization-step-module__-JQrvG__owner{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);color:var(--text-faint);gap:11px;margin-top:16px;padding:13px 14px;display:flex}.organization-step-module__-JQrvG__ownerIcon{flex:none;padding-top:1px;display:flex}.organization-step-module__-JQrvG__ownerTitle{color:var(--text-strong);font-size:13px}.organization-step-module__-JQrvG__ownerText{color:var(--text-muted);text-wrap:pretty;margin:4px 0 0;font-size:12.5px;line-height:1.5}.organization-step-module__-JQrvG__identity{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);align-items:center;gap:11px;margin-bottom:18px;padding:11px 12px;display:flex}.organization-step-module__-JQrvG__avatar{border-radius:var(--radius-pill);background:var(--surface-raised);border:1px solid var(--border-hairline);width:30px;height:30px;color:var(--text-body);font-size:11.5px;font-weight:var(--fw-semibold);flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.organization-step-module__-JQrvG__avatar img{object-fit:cover;width:100%;height:100%}.organization-step-module__-JQrvG__who{flex:1;min-width:0}.organization-step-module__-JQrvG__whoName{color:var(--text-strong);font-size:13px}.organization-step-module__-JQrvG__whoEmail{font-family:var(--font-mono);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.organization-step-module__-JQrvG__connected{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);flex:none;align-items:center;gap:6px;display:flex}.organization-step-module__-JQrvG__headerEmail{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint)}.organization-step-module__-JQrvG__linkButton{font:inherit;color:var(--text-link);cursor:pointer;background:0 0;border:0;padding:0;font-size:12.5px}.organization-step-module__-JQrvG__linkButton:hover{color:var(--text-link-hover)}.organization-step-module__-JQrvG__footnote{font-size:var(--fs-caption);color:var(--text-faint);margin:12px 0 0;line-height:1.5}@media (max-width:880px){.organization-step-module__-JQrvG__connected span{display:none}}
.password-field-module__Y25yVW__meter{align-items:center;gap:10px;margin-top:8px;display:flex}.password-field-module__Y25yVW__bar{flex:1}.password-field-module__Y25yVW__count{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);font-variant-numeric:tabular-nums}.password-field-module__Y25yVW__hint{font-size:var(--fs-caption);color:var(--text-muted);margin-top:6px;display:block}.password-field-module__Y25yVW__short{color:var(--text-warn)}.password-field-module__Y25yVW__enough{color:var(--text-ok)}.password-field-module__Y25yVW__error{color:var(--text-fail)}
.provider-options-module__47ez2W__options{flex-direction:column;gap:10px;display:flex}.provider-options-module__47ez2W__divider{margin:18px 0}@media (max-width:880px){.provider-options-module__47ez2W__divider{margin:16px 0}}
.channels-module__L4VJHq__filters{border-bottom:1px solid var(--border-hairline);flex-wrap:wrap;align-items:center;gap:16px;margin-top:-4px;display:flex}.channels-module__L4VJHq__filters>:first-child{border-bottom:0}.channels-module__L4VJHq__spacer{flex:1}.channels-module__L4VJHq__search{align-items:center;gap:10px;padding-bottom:8px;display:flex}.channels-module__L4VJHq__searchInput{width:260px}.channels-module__L4VJHq__count{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);white-space:nowrap}.channels-module__L4VJHq__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;display:grid}.channels-module__L4VJHq__card{border-radius:var(--radius-2);background:var(--surface-card);border:1px solid var(--border-hairline);transition:var(--transition-control);flex-direction:column;padding:14px;display:flex}.channels-module__L4VJHq__card:hover{border-color:var(--border-default)}.channels-module__L4VJHq__cardSelected,.channels-module__L4VJHq__cardSelected:hover{border-color:var(--accent-solid)}.channels-module__L4VJHq__cardHead{align-items:flex-start;gap:11px;display:flex}.channels-module__L4VJHq__cardText{flex:1;min-width:0}.channels-module__L4VJHq__cardTitle{align-items:center;gap:8px;display:flex}.channels-module__L4VJHq__cardName{font-size:var(--fs-body);font-weight:var(--fw-medium);color:var(--text-strong);white-space:nowrap}.channels-module__L4VJHq__cardVendor{font-family:var(--font-mono);color:var(--text-faint);font-size:10.5px}.channels-module__L4VJHq__cardDescription{color:var(--text-muted);margin-top:5px;font-size:12.5px;line-height:1.45;display:block}.channels-module__L4VJHq__cardTags{flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;display:flex}.channels-module__L4VJHq__cardFoot{border-top:1px solid var(--border-hairline);align-items:center;gap:10px;margin-top:12px;padding-top:11px;display:flex}.channels-module__L4VJHq__cardMeta{min-width:0;font-family:var(--font-mono);color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:10.5px;overflow:hidden}.channels-module__L4VJHq__tile{border-radius:var(--radius-2);background:color-mix(in srgb, var(--tile-color) 10%, transparent);border:1px solid color-mix(in srgb, var(--tile-color) 30%, transparent);width:34px;height:34px;color:var(--tile-color);flex:none;justify-content:center;align-items:center;display:flex}.channels-module__L4VJHq__tile img{object-fit:contain;width:19px;height:19px;display:block}.channels-module__L4VJHq__drawerTitle{flex:1;min-width:0}.channels-module__L4VJHq__drawerName{font-family:var(--font-display);font-size:var(--fs-h3);font-weight:var(--fw-semibold);letter-spacing:var(--ls-h3);color:var(--text-strong);display:block}.channels-module__L4VJHq__drawerMethod{align-items:center;gap:7px;margin-top:6px;display:flex}.channels-module__L4VJHq__drawerVariant{font-family:var(--font-mono);color:var(--text-faint);font-size:10.5px}.channels-module__L4VJHq__intro{color:var(--text-muted);font-size:12.5px;line-height:1.5}.channels-module__L4VJHq__block{background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-2);flex-direction:column;gap:12px;padding:14px;display:flex}.channels-module__L4VJHq__stack{flex-direction:column;gap:10px;display:flex}.channels-module__L4VJHq__fields{flex-direction:column;gap:14px;display:flex}.channels-module__L4VJHq__note{font-size:var(--fs-caption);color:var(--text-faint)}.channels-module__L4VJHq__authorizeMark{object-fit:contain;width:15px;height:15px;display:block}.channels-module__L4VJHq__scopes{background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-2);flex-direction:column;gap:1px;display:flex;overflow:hidden}.channels-module__L4VJHq__scope{border-bottom:1px solid var(--border-hairline);cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border-top:0;border-left:0;border-right:0;align-items:center;gap:10px;padding:10px 12px;display:flex}.channels-module__L4VJHq__scope:last-child{border-bottom:0}.channels-module__L4VJHq__scope:hover{background:var(--surface-hover)}.channels-module__L4VJHq__scope:disabled{cursor:default}.channels-module__L4VJHq__scopeIcon{color:var(--text-faint);flex:none;display:flex}.channels-module__L4VJHq__scopeOn .channels-module__L4VJHq__scopeIcon{color:var(--accent-solid)}.channels-module__L4VJHq__scopeText{flex:1;min-width:0}.channels-module__L4VJHq__scopeName{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-muted);display:block}.channels-module__L4VJHq__scopeOn .channels-module__L4VJHq__scopeName{color:var(--text-strong)}.channels-module__L4VJHq__scopeDescription{font-size:var(--fs-caption);color:var(--text-faint);margin-top:2px;display:block}.channels-module__L4VJHq__scopeRequired{font-family:var(--font-mono);color:var(--text-faint);flex:none;font-size:10.5px}.channels-module__L4VJHq__switchBox{background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-2);padding:10px 12px}.channels-module__L4VJHq__segment{flex-direction:column;gap:7px;display:flex}.channels-module__L4VJHq__verifyHead{align-items:center;gap:10px;display:flex}.channels-module__L4VJHq__verifyResult{align-items:center;gap:9px;display:flex}.channels-module__L4VJHq__verifySummary{font-family:var(--font-mono);color:var(--text-body);flex:1;font-size:11.5px}.channels-module__L4VJHq__footerNote{font-family:var(--font-mono);color:var(--text-faint);font-size:10.5px}.channels-module__L4VJHq__error{border:1px solid var(--status-fail-edge);border-radius:var(--radius-1);background:var(--status-fail-bg);color:var(--text-fail);font-size:var(--fs-caption);padding:10px 12px}.channels-module__L4VJHq__outcomeOk,.channels-module__L4VJHq__outcomeError{border-radius:var(--radius-1);font-size:var(--fs-caption);align-items:center;gap:10px;margin-bottom:16px;padding:10px 12px;display:flex}.channels-module__L4VJHq__outcomeOk{border:1px solid var(--status-ok-edge);background:var(--status-ok-bg);color:var(--text-ok)}.channels-module__L4VJHq__outcomeError{border:1px solid var(--status-fail-edge);background:var(--status-fail-bg);color:var(--text-fail)}.channels-module__L4VJHq__outcomeText{flex:1}
.agent-canvas-module__lRD4HW__toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;display:flex}.agent-canvas-module__lRD4HW__zoom{background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-1);align-items:center;display:flex;overflow:hidden}.agent-canvas-module__lRD4HW__zoomButton,.agent-canvas-module__lRD4HW__gridButton{height:var(--control-height-s);color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.06em;cursor:pointer;transition:var(--transition-control);background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:0 9px;font-size:11px;display:flex}.agent-canvas-module__lRD4HW__zoomButton:hover{background:var(--surface-hover);color:var(--text-strong)}.agent-canvas-module__lRD4HW__zoomButton:focus-visible,.agent-canvas-module__lRD4HW__gridButton:focus-visible{box-shadow:var(--focus-ring);outline:none}.agent-canvas-module__lRD4HW__zoomButton:disabled{color:var(--text-separator);cursor:default;background:0 0}.agent-canvas-module__lRD4HW__zoomStep{width:28px;padding:0;font-size:14px}.agent-canvas-module__lRD4HW__zoomButton+.agent-canvas-module__lRD4HW__zoomButton,.agent-canvas-module__lRD4HW__zoomLevel+.agent-canvas-module__lRD4HW__zoomButton,.agent-canvas-module__lRD4HW__zoomButton+.agent-canvas-module__lRD4HW__zoomLevel{border-left:1px solid var(--border-hairline)}.agent-canvas-module__lRD4HW__zoomLevel{text-align:center;min-width:48px;font-family:var(--font-mono);color:var(--text-body);font-variant-numeric:tabular-nums;font-size:11px}.agent-canvas-module__lRD4HW__gridButton{border-radius:var(--radius-1);border:1px solid var(--border-hairline);background:var(--surface-sunken);padding:0 10px}.agent-canvas-module__lRD4HW__gridButton[aria-pressed=true]{background:var(--surface-selected);border-color:var(--border-accent-soft);color:var(--text-accent)}.agent-canvas-module__lRD4HW__spacer{flex:1}.agent-canvas-module__lRD4HW__hint{font-family:var(--font-mono);color:var(--text-faint);font-size:10.5px}@media (max-width:720px){.agent-canvas-module__lRD4HW__hint{display:none}}.agent-canvas-module__lRD4HW__canvas{background-color:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-2);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background-size:24px 24px;height:clamp(380px,100dvh - 330px,1100px);margin-top:10px;position:relative;overflow:clip}.agent-canvas-module__lRD4HW__canvas[data-grid=true]{background-image:radial-gradient(var(--border-default) 1px, transparent 1px)}.agent-canvas-module__lRD4HW__canvas[data-panning=true]{cursor:grabbing}.agent-canvas-module__lRD4HW__canvas:focus-visible{box-shadow:var(--focus-ring);outline:none}.agent-canvas-module__lRD4HW__world{transform-origin:0 0;position:absolute;top:0;left:0}.agent-canvas-module__lRD4HW__world[data-measured=false]{visibility:hidden}.agent-canvas-module__lRD4HW__edges{pointer-events:none;position:absolute;top:0;left:0;overflow:visible}.agent-canvas-module__lRD4HW__rootEdge{fill:none;stroke:var(--border-strong);stroke-width:1.25px}.agent-canvas-module__lRD4HW__rootEdge[data-paused=true]{stroke:var(--text-separator);stroke-dasharray:4 5}.agent-canvas-module__lRD4HW__rootEdge[data-selected=true]{stroke:var(--accent-solid);stroke-width:1.75px}.agent-canvas-module__lRD4HW__rootEnd{fill:var(--border-strong)}.agent-canvas-module__lRD4HW__rootEnd[data-selected=true]{fill:var(--accent-solid)}.agent-canvas-module__lRD4HW__cableGroup[data-state=ok]{--cable-color:var(--status-ok-dot)}.agent-canvas-module__lRD4HW__cableGroup[data-state=hold]{--cable-color:var(--status-hold-dot)}.agent-canvas-module__lRD4HW__cableGroup[data-state=fail]{--cable-color:var(--status-fail-dot)}.agent-canvas-module__lRD4HW__cableGroup[data-state=paused]{--cable-color:var(--text-separator)}.agent-canvas-module__lRD4HW__cableGroup[data-selected=true]{--cable-color:var(--accent-solid)}.agent-canvas-module__lRD4HW__cable{fill:none;stroke:var(--cable-color);stroke-width:1.25px;opacity:.45}.agent-canvas-module__lRD4HW__cableGroup[data-state=paused] .agent-canvas-module__lRD4HW__cable{stroke-dasharray:4 5;opacity:.5}.agent-canvas-module__lRD4HW__cableGroup[data-selected=true] .agent-canvas-module__lRD4HW__cable{stroke-width:2px;opacity:1}.agent-canvas-module__lRD4HW__cableEnd{fill:var(--cable-color)}.agent-canvas-module__lRD4HW__cableFlow{fill:none;stroke:var(--cable-color);stroke-width:1.75px;stroke-linecap:round;stroke-dasharray:10 34;animation:agent-canvas-module__lRD4HW__agent-canvas-flow var(--loop-flow) linear infinite}@keyframes agent-canvas-module__lRD4HW__agent-canvas-flow{to{stroke-dashoffset:-44px}}.agent-canvas-module__lRD4HW__cableHit{fill:none;stroke:#0000;stroke-width:16px;pointer-events:stroke;cursor:pointer}.agent-canvas-module__lRD4HW__port{fill:var(--accent-solid)}.agent-canvas-module__lRD4HW__portRing{fill:none;stroke:var(--accent-solid);stroke-opacity:.35}.agent-canvas-module__lRD4HW__cableLabel{z-index:6;border-radius:var(--radius-pill);background:var(--surface-page);border:1px solid var(--border-default);color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.04em;white-space:nowrap;cursor:pointer;transition:var(--transition-control);padding:2px 7px;font-size:10px;position:absolute;transform:translate(-50%,-50%)}.agent-canvas-module__lRD4HW__cableLabel:hover,.agent-canvas-module__lRD4HW__cableLabel:focus-visible{border-color:var(--accent-solid);color:var(--text-accent);outline:none}.agent-canvas-module__lRD4HW__cableLabel[data-selected=true]{background:var(--accent-soft);border-color:var(--accent-solid);color:var(--text-accent)}.agent-canvas-module__lRD4HW__node{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-2);cursor:grab;transition:border-color var(--dur-fast) var(--ease-standard);position:absolute;overflow:hidden}.agent-canvas-module__lRD4HW__node:hover{border-color:var(--border-strong)}.agent-canvas-module__lRD4HW__node:focus-visible{box-shadow:var(--focus-ring);outline:none}.agent-canvas-module__lRD4HW__node[data-selected=true]{background:var(--surface-raised);border-color:var(--accent-solid);box-shadow:var(--ring-accent)}.agent-canvas-module__lRD4HW__agentNode{border-color:var(--border-accent-soft);box-shadow:0 0 0 1px var(--accent-soft)}.agent-canvas-module__lRD4HW__agentNode:hover{border-color:var(--accent-solid)}.agent-canvas-module__lRD4HW__agentHead{background:var(--surface-selected);border-bottom:1px solid var(--border-accent-soft);color:var(--text-accent);align-items:center;gap:8px;padding:8px 11px;display:flex}.agent-canvas-module__lRD4HW__agentKind{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;font-size:10.5px;font-weight:var(--fw-semibold);flex:1}.agent-canvas-module__lRD4HW__agentBody{padding:10px 11px 11px;line-height:1.3}.agent-canvas-module__lRD4HW__agentId{font-family:var(--font-mono);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.agent-canvas-module__lRD4HW__agentKey{font-family:var(--font-mono);color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:10.5px;overflow:hidden}.agent-canvas-module__lRD4HW__agentCount{border-top:1px solid var(--border-hairline);font-family:var(--font-mono);color:var(--text-body);align-items:center;gap:7px;margin-top:9px;padding-top:9px;font-size:11px;display:flex}.agent-canvas-module__lRD4HW__nodeHead{background:var(--surface-sunken);border-bottom:1px solid var(--border-hairline);align-items:center;gap:8px;padding:6px 9px;display:flex}.agent-canvas-module__lRD4HW__nodeBody{padding:8px 10px 9px;line-height:1.3}.agent-canvas-module__lRD4HW__nodeLine{align-items:center;gap:7px;min-width:0;display:flex}.agent-canvas-module__lRD4HW__nodeLine+.agent-canvas-module__lRD4HW__nodeLine{margin-top:7px}.agent-canvas-module__lRD4HW__target{font-family:var(--font-mono);color:var(--text-body);font-size:11.5px}.agent-canvas-module__lRD4HW__stateLabel{white-space:nowrap;color:var(--state-color);font-size:11.5px}.agent-canvas-module__lRD4HW__since{min-width:0;font-family:var(--font-mono);color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;margin-left:auto;font-size:10.5px;overflow:hidden}.agent-canvas-module__lRD4HW__dot{border-radius:var(--radius-pill);background:var(--state-dot);flex:none;width:6px;height:6px}.agent-canvas-module__lRD4HW__dotLarge{width:7px;height:7px}.agent-canvas-module__lRD4HW__pulse{animation:agent-canvas-module__lRD4HW__loomen-pulse var(--loop-pulse) var(--ease-standard) infinite}.agent-canvas-module__lRD4HW__push{margin-left:auto}.agent-canvas-module__lRD4HW__tone[data-state=ok]{--state-color:var(--status-ok-fg);--state-dot:var(--status-ok-dot)}.agent-canvas-module__lRD4HW__tone[data-state=hold]{--state-color:var(--status-hold-fg);--state-dot:var(--status-hold-dot)}.agent-canvas-module__lRD4HW__tone[data-state=fail]{--state-color:var(--status-fail-fg);--state-dot:var(--status-fail-dot)}.agent-canvas-module__lRD4HW__tone[data-state=paused],.agent-canvas-module__lRD4HW__tone[data-state=idle]{--state-color:var(--text-muted);--state-dot:var(--text-faint)}.agent-canvas-module__lRD4HW__tone[data-state=accent]{--state-color:var(--text-accent);--state-dot:var(--accent-solid)}.agent-canvas-module__lRD4HW__channelHead{align-items:center;gap:9px;padding:9px 10px;display:flex}.agent-canvas-module__lRD4HW__tile{border-radius:var(--radius-1);background:var(--surface-hover);border:1px solid var(--border-hairline);width:26px;height:26px;color:var(--tile-color,var(--text-muted));flex:none;justify-content:center;align-items:center;display:flex}.agent-canvas-module__lRD4HW__tileLarge{width:28px;height:28px}.agent-canvas-module__lRD4HW__channelText{flex-direction:column;min-width:0;line-height:1.3;display:flex}.agent-canvas-module__lRD4HW__channelName{font-family:var(--font-mono);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.agent-canvas-module__lRD4HW__channelDetail{font-family:var(--font-mono);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;overflow:hidden}.agent-canvas-module__lRD4HW__channelFoot{border-top:1px solid var(--border-hairline);align-items:center;gap:7px;padding:6px 10px 8px;display:flex}.agent-canvas-module__lRD4HW__channelState{color:var(--state-color);font-size:11px}.agent-canvas-module__lRD4HW__count{font-family:var(--font-mono);color:var(--text-faint);margin-left:auto;font-size:10.5px}.agent-canvas-module__lRD4HW__legend{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-separator);pointer-events:none;flex-wrap:wrap;align-items:center;gap:8px;font-size:10px;display:flex;position:absolute;bottom:10px;left:12px}.agent-canvas-module__lRD4HW__legendAccent{color:var(--text-accent)}.agent-canvas-module__lRD4HW__empty{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:0 16px;display:flex;position:absolute;inset:0}.agent-canvas-module__lRD4HW__emptyTitle{font-family:var(--font-mono);color:var(--text-muted);font-size:12px}.agent-canvas-module__lRD4HW__emptyHint{color:var(--text-faint);font-size:12.5px}.agent-canvas-module__lRD4HW__menu{z-index:40;background:var(--surface-page);border:1px solid var(--border-strong);border-radius:var(--radius-2);width:266px;box-shadow:var(--shadow-overlay);animation:agent-canvas-module__lRD4HW__loomen-rise var(--dur-fast) var(--ease-standard);cursor:default;padding:4px;position:absolute}.agent-canvas-module__lRD4HW__menuHead{border-bottom:1px solid var(--border-hairline);font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);align-items:center;gap:7px;padding:6px 8px 7px;font-size:10px;display:flex}.agent-canvas-module__lRD4HW__menuHead svg{color:var(--text-accent)}.agent-canvas-module__lRD4HW__menuItem{border-radius:var(--radius-1);width:100%;height:30px;color:var(--text-body);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0 8px;display:flex}.agent-canvas-module__lRD4HW__menuItem:first-of-type{color:var(--text-strong)}.agent-canvas-module__lRD4HW__menuItem:hover,.agent-canvas-module__lRD4HW__menuItem:focus-visible{background:var(--surface-selected);outline:none}.agent-canvas-module__lRD4HW__menuLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--font-mono);flex:1;font-size:12px;overflow:hidden}.agent-canvas-module__lRD4HW__menuHint{font-family:var(--font-mono);color:var(--text-separator);flex:none;font-size:10px}.agent-canvas-module__lRD4HW__menuFoot{border-top:1px solid var(--border-hairline);font-family:var(--font-mono);color:var(--text-separator);text-overflow:ellipsis;white-space:nowrap;padding:6px 8px 4px;font-size:10px;overflow:hidden}.agent-canvas-module__lRD4HW__panel{z-index:45;width:min(var(--inspector-width), 100%);background:var(--surface-card);border-left:1px solid var(--border-default);box-shadow:var(--shadow-drawer);animation:agent-canvas-module__lRD4HW__loomen-rise var(--dur-base) var(--ease-standard);cursor:default;-webkit-user-select:text;user-select:text;flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0}.agent-canvas-module__lRD4HW__panelHead{border-bottom:1px solid var(--border-hairline);flex:none;align-items:flex-start;gap:10px;padding:13px 14px 12px;display:flex}.agent-canvas-module__lRD4HW__panelTitleBlock{flex:1;min-width:0}.agent-canvas-module__lRD4HW__eyebrow{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);font-size:10.5px}.agent-canvas-module__lRD4HW__panelTitle{font-family:var(--font-mono);font-size:13.5px;font-weight:var(--fw-regular);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;overflow:hidden}.agent-canvas-module__lRD4HW__panelSub{font-family:var(--font-mono);color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10.5px;overflow:hidden}.agent-canvas-module__lRD4HW__panelBody{flex-direction:column;flex:1;gap:13px;min-height:0;padding:13px 14px;display:flex;overflow:auto}.agent-canvas-module__lRD4HW__panelBody>*{flex:none}.agent-canvas-module__lRD4HW__panelFoot{border-top:1px solid var(--border-hairline);background:var(--surface-sunken);flex:none;align-items:center;gap:8px;padding:11px 14px;display:flex}.agent-canvas-module__lRD4HW__panelRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.agent-canvas-module__lRD4HW__muted{font-family:var(--font-mono);color:var(--text-faint);font-size:10.5px}.agent-canvas-module__lRD4HW__pair{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;display:grid}.agent-canvas-module__lRD4HW__well{background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-2);padding:11px 12px}.agent-canvas-module__lRD4HW__error{color:var(--text-fail);font-size:12px;line-height:1.5}.agent-canvas-module__lRD4HW__note{color:var(--text-muted);text-wrap:pretty;font-size:12px;line-height:1.5}.agent-canvas-module__lRD4HW__facts{background:var(--border-hairline);border:1px solid var(--border-hairline);border-radius:var(--radius-2);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1px;margin:0;display:grid;overflow:hidden}.agent-canvas-module__lRD4HW__fact{background:var(--surface-sunken);padding:8px 10px}.agent-canvas-module__lRD4HW__factLabel{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);font-size:10px}.agent-canvas-module__lRD4HW__factValue{font-family:var(--font-mono);color:var(--text-body);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:11.5px;overflow:hidden}.agent-canvas-module__lRD4HW__sectionLabel{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);padding-bottom:7px;font-size:10.5px}.agent-canvas-module__lRD4HW__list{background:var(--border-hairline);border:1px solid var(--border-hairline);border-radius:var(--radius-2);flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.agent-canvas-module__lRD4HW__listItem{background:var(--surface-sunken);width:100%;color:inherit;text-align:left;cursor:pointer;border:0;padding:9px 11px;display:block}.agent-canvas-module__lRD4HW__listItem:hover,.agent-canvas-module__lRD4HW__listItem:focus-visible{background:var(--surface-hover);outline:none}.agent-canvas-module__lRD4HW__listTitle{font-family:var(--font-mono);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:12px;display:block;overflow:hidden}.agent-canvas-module__lRD4HW__listId{font-family:var(--font-mono);color:var(--text-faint);margin-top:3px;font-size:10.5px;display:block}.agent-canvas-module__lRD4HW__toast{z-index:50;max-width:min(420px,100% - 24px);position:absolute;top:12px;left:12px}
.agent-header-module__mOU5oq__header{border-bottom:1px solid var(--border-hairline);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:16px;display:flex}.agent-header-module__mOU5oq__identity{min-width:0}.agent-header-module__mOU5oq__back{color:var(--text-muted);transition:var(--transition-control);align-items:center;gap:5px;font-size:12.5px;text-decoration:none;display:inline-flex}.agent-header-module__mOU5oq__back:hover{color:var(--text-accent)}.agent-header-module__mOU5oq__titleRow{flex-wrap:wrap;align-items:center;gap:10px;margin-top:7px;display:flex}.agent-header-module__mOU5oq__title{min-width:0;font-family:var(--font-mono);font-size:22px;font-weight:var(--fw-medium);letter-spacing:-.01em;color:var(--text-strong);overflow-wrap:anywhere;margin:0}.agent-header-module__mOU5oq__subtitle{max-width:680px;color:var(--text-muted);text-wrap:pretty;margin:6px 0 0;font-size:12.5px;line-height:1.5}.agent-header-module__mOU5oq__metrics{font-family:var(--font-mono);flex-wrap:wrap;align-items:baseline;gap:18px;margin:0;display:flex}.agent-header-module__mOU5oq__metric{align-items:baseline;gap:7px;display:flex}.agent-header-module__mOU5oq__metricLabel{letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);font-size:10.5px}.agent-header-module__mOU5oq__metricValue{color:var(--text-strong);font-variant-numeric:tabular-nums;margin:0;font-size:15px}.agent-header-module__mOU5oq__metricNote{color:var(--text-faint);margin:0;font-size:10.5px}.agent-header-module__mOU5oq__metricNote:before{content:"·";color:var(--text-separator);margin-right:7px}
.agent-setup-module__x6i7Mq__secretCard{flex-direction:column;gap:9px;margin-top:12px;padding:16px;display:flex}.agent-setup-module__x6i7Mq__secretRow{background:var(--surface-sunken);border:1px solid var(--border-default);border-radius:var(--radius-1);align-items:center;gap:9px;height:36px;padding:0 10px;display:flex}.agent-setup-module__x6i7Mq__secretValue{min-width:0;font-family:var(--font-mono);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12.5px;overflow:hidden}.agent-setup-module__x6i7Mq__hint{font-size:var(--fs-caption);color:var(--text-faint)}.agent-setup-module__x6i7Mq__section{margin-top:20px}.agent-setup-module__x6i7Mq__sectionText{color:var(--text-muted);margin-top:7px;font-size:12.5px;line-height:1.5}.agent-setup-module__x6i7Mq__code{margin-top:9px}.agent-setup-module__x6i7Mq__title{font-family:var(--font-display);font-size:var(--fs-title);color:var(--text-strong);margin-top:14px}.agent-setup-module__x6i7Mq__lead{color:var(--text-muted);margin-top:9px;font-size:13px;line-height:1.55}.agent-setup-module__x6i7Mq__form{flex-direction:column;gap:14px;margin-top:18px;padding:18px;display:flex}.agent-setup-module__x6i7Mq__footer{flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;display:flex}.agent-setup-module__x6i7Mq__spacer{flex:1}.agent-setup-module__x6i7Mq__note{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint)}.agent-setup-module__x6i7Mq__error{border:1px solid var(--status-fail-edge);border-radius:var(--radius-1);color:var(--text-strong);margin-top:12px;padding:10px 12px;font-size:12.5px}
.module-unavailable-module__mIXWhq__panel{gap:var(--space-3);padding:var(--space-7) var(--space-6);flex-direction:column;align-items:flex-start;display:flex}.module-unavailable-module__mIXWhq__title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--fw-semibold);color:var(--text-strong)}.module-unavailable-module__mIXWhq__reason{max-width:52ch;font-size:var(--text-sm);color:var(--text-muted);line-height:1.6}.module-unavailable-module__mIXWhq__hint{font-size:var(--text-xs);color:var(--text-faint)}
.app-shell-module__E5t9cq__root{background:var(--surface-page);height:100vh;display:flex;overflow:hidden}.app-shell-module__E5t9cq__main{flex-direction:column;flex:1;min-width:0;display:flex}.app-shell-module__E5t9cq__scroll{flex:1;min-height:0;overflow:auto}.app-shell-module__E5t9cq__canvas{max-width:var(--canvas-max);flex-direction:column;gap:20px;margin:0 auto;padding:22px 18px 40px;display:flex}
.command-palette-module__isbwqW__scrim{z-index:60;background:var(--surface-scrim);animation:command-palette-module__isbwqW__loomen-fade-in var(--dur-base) var(--ease-out) both;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.command-palette-module__isbwqW__backdrop{position:absolute;inset:0}.command-palette-module__isbwqW__panel{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-3);width:100%;max-width:600px;box-shadow:var(--shadow-overlay);max-height:70vh;animation:command-palette-module__isbwqW__loomen-rise var(--dur-base) var(--ease-out) both;flex-direction:column;margin-top:12vh;display:flex;position:relative;overflow:hidden}.command-palette-module__isbwqW__inputRow{border-bottom:1px solid var(--border-hairline);background:var(--surface-sunken);flex:none;align-items:center;gap:9px;height:48px;padding:0 12px;display:flex}.command-palette-module__isbwqW__input{min-width:0;font-family:var(--font-mono);color:var(--text-strong);caret-color:var(--accent-solid);background:0 0;border:0;outline:none;flex:1;font-size:13.5px}.command-palette-module__isbwqW__input:focus-visible{box-shadow:none}.command-palette-module__isbwqW__input::placeholder{color:var(--text-faint)}.command-palette-module__isbwqW__esc{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);border:1px solid var(--border-hairline);border-radius:var(--radius-1);cursor:pointer;background:0 0;flex:none;padding:2px 6px;font-size:10px}.command-palette-module__isbwqW__esc:hover{color:var(--text-body);border-color:var(--border-default)}.command-palette-module__isbwqW__results{flex:1;min-height:0;padding:6px;overflow:auto}.command-palette-module__isbwqW__group{flex-direction:column;gap:1px;padding-bottom:6px;display:flex}.command-palette-module__isbwqW__groupLabel{color:var(--text-faint);padding:8px 8px 5px}.command-palette-module__isbwqW__item{border-radius:var(--radius-1);cursor:pointer;width:100%;height:36px;color:var(--text-body);text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:0 8px;display:flex;position:relative}.command-palette-module__isbwqW__selected{background:var(--surface-selected);border-color:var(--border-accent-soft);color:var(--text-strong)}.command-palette-module__isbwqW__itemIcon{width:16px;color:var(--text-muted);flex:none;justify-content:center;display:flex}.command-palette-module__isbwqW__selected .command-palette-module__isbwqW__itemIcon{color:var(--accent-solid)}.command-palette-module__isbwqW__itemLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.command-palette-module__isbwqW__itemMeta{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);flex:none}.command-palette-module__isbwqW__empty{text-align:center;padding:26px 10px 30px}.command-palette-module__isbwqW__emptyTitle{font-family:var(--font-mono);font-size:var(--fs-caption);color:var(--text-muted)}.command-palette-module__isbwqW__emptyHint{font-size:var(--fs-caption);color:var(--text-faint);margin-top:6px}.command-palette-module__isbwqW__footer{border-top:1px solid var(--border-hairline);background:var(--surface-sunken);font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-faint);flex:none;align-items:center;gap:10px;padding:8px 12px;font-size:10.5px;display:flex}.command-palette-module__isbwqW__spacer{flex:1}
.sidebar-module__VDu0kG__aside{width:var(--sidebar-width);background:var(--surface-card);border-right:1px solid var(--border-hairline);transition:width var(--dur-base) var(--ease-standard);flex-direction:column;flex:none;display:flex;overflow:hidden}.sidebar-module__VDu0kG__collapsed{width:var(--sidebar-width-collapsed)}.sidebar-module__VDu0kG__brand{height:var(--topbar-height);border-bottom:1px solid var(--border-hairline);flex:none;align-items:center;gap:8px;padding:0 12px;display:flex}.sidebar-module__VDu0kG__collapsed .sidebar-module__VDu0kG__brand{justify-content:center;padding:0}.sidebar-module__VDu0kG__spacer{flex:1}.sidebar-module__VDu0kG__workspaceWrap{flex:none;padding:10px 8px}.sidebar-module__VDu0kG__workspace{background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-1);cursor:pointer;width:100%;height:34px;color:inherit;transition:var(--transition-control);align-items:center;gap:8px;padding:0 8px;display:flex;overflow:hidden}.sidebar-module__VDu0kG__workspace:hover{border-color:var(--border-default)}.sidebar-module__VDu0kG__collapsed .sidebar-module__VDu0kG__workspace{justify-content:center;padding:0}.sidebar-module__VDu0kG__workspaceMark{border-radius:var(--radius-1);background:var(--surface-raised);width:18px;height:18px;color:var(--text-strong);font-family:var(--font-display);font-size:10px;font-weight:var(--fw-bold);flex:none;justify-content:center;align-items:center;display:flex}.sidebar-module__VDu0kG__workspaceName{text-align:left;min-width:0;font-size:var(--fs-body-s);font-weight:var(--fw-medium);color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.sidebar-module__VDu0kG__nav{flex-direction:column;flex:1;gap:14px;min-height:0;padding:0 8px 8px;display:flex;overflow:auto}.sidebar-module__VDu0kG__group{flex-direction:column;gap:2px;display:flex}.sidebar-module__VDu0kG__groupLabel{color:var(--text-faint);white-space:nowrap;align-items:center;gap:6px;padding:6px 8px 4px;display:flex}.sidebar-module__VDu0kG__groupLine{background:var(--border-hairline);flex:1;height:1px}.sidebar-module__VDu0kG__groupRule{background:var(--border-hairline);height:1px;margin:4px 6px 5px}.sidebar-module__VDu0kG__item{border-radius:var(--radius-1);height:30px;color:var(--text-body);transition:background-color var(--dur-instant) var(--ease-linear);align-items:center;gap:9px;padding:0 8px;display:flex;position:relative;overflow:hidden}.sidebar-module__VDu0kG__item:hover{background:var(--surface-hover);color:var(--text-body)}.sidebar-module__VDu0kG__collapsed .sidebar-module__VDu0kG__item{justify-content:center;padding:0}.sidebar-module__VDu0kG__active{background:var(--surface-selected);color:var(--text-strong);font-weight:var(--fw-medium)}.sidebar-module__VDu0kG__active:hover{background:var(--surface-selected);color:var(--text-strong)}.sidebar-module__VDu0kG__active:before{content:"";background:var(--accent-solid);border-radius:2px;width:2px;position:absolute;top:3px;bottom:3px;left:0}.sidebar-module__VDu0kG__itemIcon{width:16px;color:var(--text-muted);flex:none;justify-content:center;align-items:center;display:flex}.sidebar-module__VDu0kG__active .sidebar-module__VDu0kG__itemIcon{color:var(--accent-solid)}.sidebar-module__VDu0kG__itemLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.sidebar-module__VDu0kG__count{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);font-variant-numeric:tabular-nums;flex:none}.sidebar-module__VDu0kG__footer{border-top:1px solid var(--border-hairline);background:var(--surface-sunken);flex-direction:column;flex:none;gap:2px;padding:8px;display:flex}.sidebar-module__VDu0kG__expand{border-radius:var(--radius-1);width:100%;height:30px;color:var(--text-faint);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:flex}.sidebar-module__VDu0kG__expand:hover{background:var(--surface-hover);color:var(--text-body)}.sidebar-module__VDu0kG__user{border-radius:var(--radius-1);cursor:pointer;width:100%;height:34px;color:inherit;background:0 0;border:0;align-items:center;gap:9px;padding:0 6px;display:flex;overflow:hidden}.sidebar-module__VDu0kG__user:hover{background:var(--surface-hover)}.sidebar-module__VDu0kG__collapsed .sidebar-module__VDu0kG__user{justify-content:center;padding:0}.sidebar-module__VDu0kG__avatar{border-radius:var(--radius-pill);background:var(--surface-raised);border:1px solid var(--border-hairline);width:20px;height:20px;color:var(--text-body);font-size:10px;font-weight:var(--fw-semibold);flex:none;justify-content:center;align-items:center;display:flex}.sidebar-module__VDu0kG__userName{text-align:left;white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--text-strong);flex:1;overflow:hidden}.sidebar-module__VDu0kG__userRow{align-items:center;gap:2px;display:flex}.sidebar-module__VDu0kG__user{text-decoration:none}.sidebar-module__VDu0kG__userRole{font-family:var(--font-mono);color:var(--text-faint);flex:none;font-size:10.5px}.sidebar-module__VDu0kG__logout{border-radius:var(--radius-1);width:28px;height:28px;color:var(--text-faint);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:flex}.sidebar-module__VDu0kG__logout:hover{background:var(--surface-hover);color:var(--text-body)}
.top-bar-module__8feqLq__bar{height:var(--topbar-height);border-bottom:1px solid var(--border-hairline);background:var(--surface-card);flex:none;align-items:center;gap:10px;padding:0 24px 0 20px;display:flex}.top-bar-module__8feqLq__crumbs{min-width:0;color:var(--text-muted);white-space:nowrap;align-items:center;gap:8px;display:flex}.top-bar-module__8feqLq__separator{color:var(--text-separator)}.top-bar-module__8feqLq__current{font-weight:var(--fw-medium);color:var(--text-strong)}.top-bar-module__8feqLq__detail{text-overflow:ellipsis;min-width:0;font-family:var(--font-mono);font-size:12.5px;font-weight:var(--fw-regular);overflow:hidden}.top-bar-module__8feqLq__spacer{flex:1}.top-bar-module__8feqLq__search{align-items:center;width:240px;display:flex;position:relative}.top-bar-module__8feqLq__search input{cursor:pointer}.top-bar-module__8feqLq__kbd{pointer-events:none;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);border:1px solid var(--border-hairline);border-radius:var(--radius-1);background:var(--surface-sunken);padding:1px 5px;font-size:10px;position:absolute;right:7px}.top-bar-module__8feqLq__actions{align-items:center;gap:2px;display:flex}@media (max-width:720px){.top-bar-module__8feqLq__crumbs{text-overflow:ellipsis;overflow:hidden}.top-bar-module__8feqLq__search{width:150px}.top-bar-module__8feqLq__kbd{display:none}}
.filter-controls-module__GQXm6W__wrapper{display:inline-flex;position:relative}.filter-controls-module__GQXm6W__count{border-radius:var(--radius-1);background:var(--accent-soft);min-width:16px;height:16px;color:var(--text-accent);font-family:var(--font-mono);font-size:var(--fs-mono-xs);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;padding:0 4px;display:inline-flex}.filter-controls-module__GQXm6W__popover{z-index:40;gap:var(--space-5);width:260px;padding:var(--gutter-card);background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-2);box-shadow:var(--shadow-overlay);animation:filter-controls-module__GQXm6W__loomen-rise var(--dur-fast) var(--ease-out) both;flex-direction:column;display:flex;position:absolute;top:calc(100% + 6px);right:0}.filter-controls-module__GQXm6W__popoverFooter{align-items:center;gap:var(--space-4);padding-top:var(--space-5);border-top:1px solid var(--border-hairline);display:flex}.filter-controls-module__GQXm6W__note{font-family:var(--font-mono);font-size:var(--fs-mono-xs);color:var(--text-faint);flex:1}
.focus-shell-module__8LlCWW__root{background:var(--surface-page);flex-direction:column;height:100vh;display:flex;overflow:hidden}.focus-shell-module__8LlCWW__header{height:var(--topbar-height);border-bottom:1px solid var(--border-hairline);background:var(--surface-card);flex:none;align-items:center;gap:12px;padding:0 20px;display:flex}.focus-shell-module__8LlCWW__divider{background:var(--border-hairline);width:1px;height:18px}.focus-shell-module__8LlCWW__spacer{flex:1}.focus-shell-module__8LlCWW__counter{font-family:var(--font-mono);color:var(--text-faint);font-size:11.5px}.focus-shell-module__8LlCWW__progress{background:var(--surface-sunken);flex:none;height:2px}.focus-shell-module__8LlCWW__progressFill{background:var(--accent-solid);height:100%;transition:width var(--dur-slow) var(--ease-standard)}.focus-shell-module__8LlCWW__scroll{flex:1;justify-content:center;min-height:0;display:flex;overflow:auto}.focus-shell-module__8LlCWW__column{width:100%;max-width:var(--focus-column);padding:40px 24px 64px}
.page-header-module__59D-4W__header{border-bottom:1px solid var(--border-hairline);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:18px;display:flex}.page-header-module__59D-4W__text{min-width:0}.page-header-module__59D-4W__titleRow{align-items:center;gap:10px;display:flex}.page-header-module__59D-4W__title{letter-spacing:-.025em;font-size:26px}.page-header-module__59D-4W__description{color:var(--text-muted);max-width:64ch;margin-top:5px;font-size:12.5px}.page-header-module__59D-4W__actions{flex:none;align-items:center;gap:8px;display:flex}
.journey-drawer-module__y-7hNG__header{align-items:flex-start;gap:var(--space-5);display:flex}.journey-drawer-module__y-7hNG__headerText{flex:1;min-width:0}.journey-drawer-module__y-7hNG__title{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.journey-drawer-module__y-7hNG__action{font-family:var(--font-display);font-size:var(--fs-h3);font-weight:var(--fw-semibold);color:var(--text-strong)}.journey-drawer-module__y-7hNG__ids{margin-top:var(--space-3);gap:var(--space-1);font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);flex-direction:column;display:flex}.journey-drawer-module__y-7hNG__ids span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.journey-drawer-module__y-7hNG__tabs{margin-bottom:var(--space-6)}.journey-drawer-module__y-7hNG__chain{gap:var(--space-5);display:grid}.journey-drawer-module__y-7hNG__link{gap:var(--space-4);grid-template-columns:20px minmax(0,1fr);align-items:start;display:grid}.journey-drawer-module__y-7hNG__linkIcon{height:18px;color:var(--text-faint);justify-content:center;align-items:center;display:flex}.journey-drawer-module__y-7hNG__linkLabel{font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:var(--ls-label);text-transform:uppercase;color:var(--text-muted)}.journey-drawer-module__y-7hNG__linkValue{margin-top:var(--space-1);font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-strong);overflow-wrap:anywhere}.journey-drawer-module__y-7hNG__absent{color:var(--text-faint);font-style:italic}.journey-drawer-module__y-7hNG__linkDetail{margin-top:var(--space-1);font-size:var(--fs-caption);color:var(--text-muted);text-wrap:pretty;overflow-wrap:anywhere}.journey-drawer-module__y-7hNG__steps{gap:var(--space-5);display:grid}.journey-drawer-module__y-7hNG__step{gap:var(--space-4);grid-template-columns:20px minmax(0,1fr);align-items:start;display:grid}.journey-drawer-module__y-7hNG__stepIcon{height:18px;color:var(--dot);justify-content:center;align-items:center;display:flex}.journey-drawer-module__y-7hNG__stepHead{align-items:baseline;gap:var(--space-4);flex-wrap:wrap;display:flex}.journey-drawer-module__y-7hNG__stepType{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-strong)}.journey-drawer-module__y-7hNG__stepTime{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);font-variant-numeric:tabular-nums}.journey-drawer-module__y-7hNG__stepDetail{margin-top:var(--space-1);font-size:var(--fs-caption);color:var(--text-muted);overflow-wrap:anywhere}.journey-drawer-module__y-7hNG__source{margin-bottom:var(--space-5);align-items:flex-start;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-1);font-size:var(--fs-caption);color:var(--text-muted);text-wrap:pretty;display:flex}.journey-drawer-module__y-7hNG__sourceIcon{color:var(--text-faint);padding-top:2px;display:flex}.journey-drawer-module__y-7hNG__loading{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-muted)}.journey-drawer-module__y-7hNG__footer{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.journey-drawer-module__y-7hNG__immutable{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);margin-left:auto}
.agents-table-module__GlJ2pa__nameLink{color:inherit;transition:var(--transition-control);text-decoration:none}.agents-table-module__GlJ2pa__nameLink:hover,.agents-table-module__GlJ2pa__nameLink:focus-visible{color:var(--text-accent);outline:none}.agents-table-module__GlJ2pa__id{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-muted);margin-left:6px}
.journeys-table-module__xCFCiq__panel{margin-top:var(--space-6);background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-2);overflow:hidden}.journeys-table-module__xCFCiq__toolbar{align-items:center;gap:var(--space-5);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-hairline);background:var(--surface-sunken);flex-wrap:wrap;display:flex}.journeys-table-module__xCFCiq__note{font-family:var(--font-mono);font-size:var(--fs-label);color:var(--text-muted)}.journeys-table-module__xCFCiq__spacer{flex:1}.journeys-table-module__xCFCiq__scroller{overflow-x:auto}.journeys-table-module__xCFCiq__grid{min-width:920px}.journeys-table-module__xCFCiq__row>*,.journeys-table-module__xCFCiq__head>*{min-width:0}.journeys-table-module__xCFCiq__row,.journeys-table-module__xCFCiq__head{align-items:center;gap:var(--space-3);padding:0 var(--space-5);grid-template-columns:24px 138px minmax(0,1.3fr) minmax(0,1.1fr) 76px minmax(0,1.2fr) 104px 104px 76px;display:grid}.journeys-table-module__xCFCiq__head{height:var(--row-height-dense);background:var(--surface-sunken);border-bottom:1px solid var(--border-default);font-family:var(--font-mono);font-size:var(--fs-label);letter-spacing:var(--ls-label);text-transform:uppercase;font-weight:var(--fw-semibold);color:var(--text-muted)}.journeys-table-module__xCFCiq__row{width:100%;min-height:var(--row-height);text-align:left;border:none;border-bottom:1px solid var(--border-hairline);color:inherit;font:inherit;cursor:pointer;transition:var(--transition-control);background:0 0}.journeys-table-module__xCFCiq__row:hover{background:var(--surface-hover)}.journeys-table-module__xCFCiq__row:focus-visible{box-shadow:var(--focus-ring);outline:none}.journeys-table-module__xCFCiq__expanded{background:var(--surface-hover)}.journeys-table-module__xCFCiq__chevron{color:var(--text-faint);justify-content:center;align-items:center;display:flex}.journeys-table-module__xCFCiq__mono{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-muted);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.journeys-table-module__xCFCiq__action{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.journeys-table-module__xCFCiq__authority{align-items:center;gap:var(--space-3);min-width:0;display:flex}.journeys-table-module__xCFCiq__authorityText{flex-direction:column;min-width:0;display:flex}.journeys-table-module__xCFCiq__authorityValue{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-body);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.journeys-table-module__xCFCiq__authoritySub{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.journeys-table-module__xCFCiq__spine{align-items:center;gap:var(--space-1);min-width:0;display:flex;overflow:hidden}.journeys-table-module__xCFCiq__vertebra{border-radius:var(--radius-pill);background:var(--dot);flex:none;width:7px;height:7px}.journeys-table-module__xCFCiq__link{background:var(--border-strong);flex:none;width:6px;height:1px}.journeys-table-module__xCFCiq__stepCount{margin-left:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);white-space:nowrap}.journeys-table-module__xCFCiq__right{text-align:right}.journeys-table-module__xCFCiq__steps{border-bottom:1px solid var(--border-hairline);background:var(--surface-sunken);padding:var(--space-4) var(--space-5) var(--space-5) 48px;gap:var(--space-3);display:grid}.journeys-table-module__xCFCiq__step{align-items:baseline;gap:var(--space-4);font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);grid-template-columns:96px 20px minmax(0,200px) minmax(0,1fr) 72px;display:grid}.journeys-table-module__xCFCiq__stepType{color:var(--text-body);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.journeys-table-module__xCFCiq__stepDetail{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.journeys-table-module__xCFCiq__stepIcon{color:var(--dot);display:flex}.journeys-table-module__xCFCiq__empty{padding:var(--space-9) var(--space-5)}
.api-keys-module__EM8A2W__status{flex-direction:column;gap:3px;display:flex}.api-keys-module__EM8A2W__retires{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint)}.api-keys-module__EM8A2W__actions{gap:6px;display:flex}.api-keys-module__EM8A2W__error{border:1px solid var(--status-fail-edge);border-radius:var(--radius-1);color:var(--text-strong);margin-bottom:12px;padding:10px 12px;font-size:12.5px}.api-keys-module__EM8A2W__secretCard{flex-direction:column;gap:9px;padding:14px;display:flex}.api-keys-module__EM8A2W__secretRow{background:var(--surface-sunken);border:1px solid var(--border-default);border-radius:var(--radius-1);align-items:center;gap:9px;height:36px;padding:0 10px;display:flex}.api-keys-module__EM8A2W__secretValue{min-width:0;font-family:var(--font-mono);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12.5px;overflow:hidden}.api-keys-module__EM8A2W__hint{font-size:var(--fs-caption);color:var(--text-faint)}.api-keys-module__EM8A2W__code{margin-top:12px}
.approval-decision-module__lR4oVa__header{align-items:flex-start;gap:var(--space-5);display:flex}.approval-decision-module__lR4oVa__headerText{flex:1;min-width:0}.approval-decision-module__lR4oVa__title{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.approval-decision-module__lR4oVa__summary{font-family:var(--font-display);font-size:var(--fs-h3);font-weight:var(--fw-semibold);color:var(--text-strong);text-wrap:pretty}.approval-decision-module__lR4oVa__ids{margin-top:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);overflow-wrap:anywhere;display:block}.approval-decision-module__lR4oVa__section{margin-bottom:var(--space-7)}.approval-decision-module__lR4oVa__sectionHead{font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:var(--ls-label);text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-4)}.approval-decision-module__lR4oVa__delivery{gap:var(--space-4);padding:var(--space-3) 0;border-top:1px solid var(--border-hairline);grid-template-columns:16px minmax(0,1fr);align-items:start;display:grid}.approval-decision-module__lR4oVa__deliveryIcon{color:var(--text-faint);padding-top:2px;display:flex}.approval-decision-module__lR4oVa__deliveryBinding{font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-strong);overflow-wrap:anywhere;display:block}.approval-decision-module__lR4oVa__deliveryMeta{margin-top:var(--space-1);font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);overflow-wrap:anywhere;display:block}.approval-decision-module__lR4oVa__facts{gap:var(--space-3);display:grid}.approval-decision-module__lR4oVa__fact{gap:var(--space-4);font-family:var(--font-mono);font-size:var(--fs-mono-s);grid-template-columns:minmax(0,140px) minmax(0,1fr);display:grid}.approval-decision-module__lR4oVa__factLabel{color:var(--text-muted);overflow-wrap:anywhere}.approval-decision-module__lR4oVa__factValue{color:var(--text-strong);overflow-wrap:anywhere}.approval-decision-module__lR4oVa__signature{align-items:baseline;gap:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-body);padding:var(--space-3) 0;border-top:1px solid var(--border-hairline);flex-wrap:wrap;display:flex}.approval-decision-module__lR4oVa__signatureReason{width:100%;color:var(--text-muted);font-size:var(--fs-micro);text-wrap:pretty}.approval-decision-module__lR4oVa__reasonField{display:block}.approval-decision-module__lR4oVa__reasonLabel{font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:var(--ls-label);text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-3);display:block}.approval-decision-module__lR4oVa__reasonInput{width:100%;min-height:76px;padding:var(--space-4);background:var(--surface-sunken);border:1px solid var(--border-default);border-radius:var(--radius-1);color:var(--text-strong);font-family:var(--font-text);font-size:var(--fs-body-s);resize:vertical}.approval-decision-module__lR4oVa__reasonInput:focus-visible{border-color:var(--border-focus);outline:none}.approval-decision-module__lR4oVa__reasonHint{margin-top:var(--space-3);font-size:var(--fs-caption);color:var(--text-muted)}.approval-decision-module__lR4oVa__error{margin-top:var(--space-4);font-size:var(--fs-caption);color:var(--status-fail-fg)}.approval-decision-module__lR4oVa__footer{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.approval-decision-module__lR4oVa__footerNote{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);margin-left:auto}.approval-decision-module__lR4oVa__settled{font-size:var(--fs-body-s);color:var(--text-muted);text-wrap:pretty}
.ledger-summary-module__huML4q__cards{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(226px,1fr));display:grid}.ledger-summary-module__huML4q__card{text-align:left;width:100%;padding:var(--space-5) var(--space-5) var(--space-6);background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-2);cursor:pointer;transition:var(--transition-control);display:block}.ledger-summary-module__huML4q__card:hover{border-color:var(--border-strong)}.ledger-summary-module__huML4q__card:focus-visible{box-shadow:var(--focus-ring);outline:none}.ledger-summary-module__huML4q__selected{background:var(--surface-selected);border-color:var(--border-accent-soft)}.ledger-summary-module__huML4q__head{align-items:center;gap:var(--space-3);display:flex}.ledger-summary-module__huML4q__dot{border-radius:var(--radius-pill);background:var(--dot);flex:none;width:7px;height:7px}.ledger-summary-module__huML4q__label{min-width:0;font-family:var(--font-mono);font-size:var(--fs-label);letter-spacing:var(--ls-label);text-transform:uppercase;font-weight:var(--fw-semibold);color:var(--text-body);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.ledger-summary-module__huML4q__figure{align-items:baseline;gap:var(--space-2);margin-top:var(--space-3);display:flex}.ledger-summary-module__huML4q__value{font-family:var(--font-display);font-size:var(--fs-h1);font-weight:var(--fw-semibold);letter-spacing:-.03em;color:var(--text-strong);font-variant-numeric:tabular-nums}.ledger-summary-module__huML4q__family{font-family:var(--font-mono);font-size:var(--fs-micro);letter-spacing:var(--ls-label);text-transform:uppercase;color:var(--dot);border:1px solid var(--border-hairline);border-radius:var(--radius-1);padding:1px 5px}.ledger-summary-module__huML4q__sub{margin-top:var(--space-2);font-size:var(--fs-caption);color:var(--text-muted);text-wrap:pretty}.ledger-summary-module__huML4q__legend{margin-top:var(--space-4);align-items:center;gap:var(--space-4);font-family:var(--font-mono);font-size:var(--fs-label);color:var(--text-muted);flex-wrap:wrap;display:flex}.ledger-summary-module__huML4q__legendGroup{align-items:center;gap:var(--space-3);display:flex}.ledger-summary-module__huML4q__separator{color:var(--text-faint)}.ledger-summary-module__huML4q__spacer{flex:1}.ledger-summary-module__huML4q__crossLink{color:var(--text-link)}.ledger-summary-module__huML4q__crossLink:hover{color:var(--text-link-hover)}
.dashboard-module__8BIW6W__metrics{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.dashboard-module__8BIW6W__metric{padding:13px 14px 14px}.dashboard-module__8BIW6W__metricLabel{align-items:center;gap:6px;display:flex}.dashboard-module__8BIW6W__metricLabel svg{color:var(--text-faint)}.dashboard-module__8BIW6W__metricValue{font-family:var(--font-display);font-size:27px;font-weight:var(--fw-semibold);letter-spacing:-.03em;color:var(--text-strong);font-variant-numeric:tabular-nums;margin-top:8px}.dashboard-module__8BIW6W__metricSub{font-family:var(--font-mono);color:var(--text-faint);margin-top:3px;font-size:10.5px}.dashboard-module__8BIW6W__panels{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);align-items:stretch;gap:12px;display:grid}@media (max-width:960px){.dashboard-module__8BIW6W__panels{grid-template-columns:minmax(0,1fr)}}.dashboard-module__8BIW6W__rangeLabel{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint)}.dashboard-module__8BIW6W__usage{flex-direction:column;justify-content:space-between;gap:10px;height:100%;padding:14px;display:flex}.dashboard-module__8BIW6W__usageRow{grid-template-columns:96px minmax(0,1fr) 74px;align-items:center;gap:10px;display:grid}.dashboard-module__8BIW6W__usageName{font-family:var(--font-mono);color:var(--text-body);font-size:11.5px}.dashboard-module__8BIW6W__usageTrack{background:var(--surface-sunken);border-radius:2px;height:6px;display:block;overflow:hidden}.dashboard-module__8BIW6W__usageFill{background:var(--usage-color);height:100%;transition:width var(--dur-slow) var(--ease-out);border-radius:2px;display:block}.dashboard-module__8BIW6W__usageValue{font-family:var(--font-mono);color:var(--text-muted);text-align:right;font-variant-numeric:tabular-nums;font-size:11.5px}.dashboard-module__8BIW6W__human{--usage-color:var(--channel-human)}.dashboard-module__8BIW6W__api{--usage-color:var(--channel-api)}.dashboard-module__8BIW6W__data{--usage-color:var(--channel-data)}.dashboard-module__8BIW6W__event{--usage-color:var(--channel-event)}.dashboard-module__8BIW6W__queue{flex-direction:column;height:100%;min-height:236px;display:flex}.dashboard-module__8BIW6W__queueRow{border-bottom:1px solid var(--border-hairline);color:inherit;align-items:center;gap:10px;padding:10px 14px;display:flex}.dashboard-module__8BIW6W__queueRow:hover{background:var(--surface-hover);color:inherit}.dashboard-module__8BIW6W__queueDot{border-radius:var(--radius-pill);background:var(--hold-300);flex:none;width:6px;height:6px}.dashboard-module__8BIW6W__queueSummary{min-width:0;font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-body);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.dashboard-module__8BIW6W__queueAge{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);flex:none}.dashboard-module__8BIW6W__queueFoot{margin-top:auto;padding:11px 14px;display:flex}.dashboard-module__8BIW6W__placeholder{font-family:var(--font-mono);font-size:var(--fs-mono-xs);color:var(--text-faint);text-align:center;padding:24px 14px}
.approvals-queue-module__1mxl0q__queue{gap:var(--space-8);margin-top:var(--space-6);display:grid}.approvals-queue-module__1mxl0q__group{gap:var(--space-4);display:grid}.approvals-queue-module__1mxl0q__groupHead{align-items:center;gap:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-label);letter-spacing:var(--ls-label);text-transform:uppercase;color:var(--text-muted);display:flex}.approvals-queue-module__1mxl0q__groupDot{border-radius:var(--radius-pill);background:var(--dot);flex:none;width:7px;height:7px}.approvals-queue-module__1mxl0q__groupCount{color:var(--text-faint)}.approvals-queue-module__1mxl0q__card{gap:var(--space-6);text-align:left;width:100%;padding:var(--space-5) var(--space-6);background:var(--surface-card);border:1px solid var(--border-hairline);border-left:2px solid var(--dot);border-radius:var(--radius-2);cursor:pointer;font:inherit;color:inherit;transition:var(--transition-control);grid-template-columns:minmax(0,1fr) 190px 150px;align-items:center;display:grid}.approvals-queue-module__1mxl0q__card:hover{border-color:var(--border-default);border-left-color:var(--dot)}.approvals-queue-module__1mxl0q__card:focus-visible{box-shadow:var(--focus-ring);outline:none}.approvals-queue-module__1mxl0q__summary{font-size:var(--fs-body-s);color:var(--text-strong);text-wrap:pretty;display:block}.approvals-queue-module__1mxl0q__meta{margin-top:var(--space-2);font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);overflow-wrap:anywhere;display:block}.approvals-queue-module__1mxl0q__held{margin-top:var(--space-3);align-items:center;gap:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);flex-wrap:wrap;display:flex}.approvals-queue-module__1mxl0q__signatures{gap:var(--space-2);display:grid}.approvals-queue-module__1mxl0q__signatureLine{align-items:center;gap:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-body);display:flex}.approvals-queue-module__1mxl0q__signatureSub{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted);display:block}.approvals-queue-module__1mxl0q__clock{text-align:right}.approvals-queue-module__1mxl0q__countdown{font-family:var(--font-mono);font-size:var(--fs-h3);color:var(--dot);font-variant-numeric:tabular-nums;display:block}.approvals-queue-module__1mxl0q__clockSub{margin-top:var(--space-1);font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);display:block}.approvals-queue-module__1mxl0q__track{margin-top:var(--space-3);background:var(--border-hairline);border-radius:var(--radius-pill);height:2px;display:block;overflow:hidden}.approvals-queue-module__1mxl0q__fill{background:var(--dot);height:100%}.approvals-queue-module__1mxl0q__empty{margin-top:var(--space-8)}
.ledger-view-tabs-module__E5u8Xq__tabs{align-items:center;gap:var(--space-1);padding:var(--space-1);background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-1);display:inline-flex}.ledger-view-tabs-module__E5u8Xq__tab{padding:var(--space-2) var(--space-5);border-radius:var(--radius-1);font-family:var(--font-mono);font-size:var(--fs-mono-s);color:var(--text-muted);transition:var(--transition-control)}.ledger-view-tabs-module__E5u8Xq__tab:hover{color:var(--text-body)}.ledger-view-tabs-module__E5u8Xq__active{background:var(--surface-active);color:var(--text-strong)}
.wizard-module__a-YGNG__steps{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.wizard-module__a-YGNG__step{cursor:pointer;color:inherit;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:flex}.wizard-module__a-YGNG__step:disabled{cursor:default}.wizard-module__a-YGNG__stepNumber{border-radius:var(--radius-pill);width:22px;height:22px;font-family:var(--font-mono);font-size:var(--fs-micro);font-weight:var(--fw-semibold);border:1px solid var(--border-default);color:var(--text-faint);transition:var(--transition-control);background:0 0;flex:none;justify-content:center;align-items:center;display:flex}.wizard-module__a-YGNG__stepLabel{white-space:nowrap;color:var(--text-faint);font-size:12.5px}.wizard-module__a-YGNG__stepCurrent .wizard-module__a-YGNG__stepNumber{border-color:var(--accent-solid);background:var(--surface-selected);color:var(--accent-solid)}.wizard-module__a-YGNG__stepCurrent .wizard-module__a-YGNG__stepLabel{color:var(--text-strong)}.wizard-module__a-YGNG__stepDone .wizard-module__a-YGNG__stepNumber{border-color:var(--border-accent-soft);color:var(--text-accent-soft)}.wizard-module__a-YGNG__stepDone .wizard-module__a-YGNG__stepLabel{color:var(--text-body)}.wizard-module__a-YGNG__stepSeparator{color:var(--text-separator);margin:0 2px}.wizard-module__a-YGNG__title{letter-spacing:-.03em;margin-top:26px;font-size:30px}.wizard-module__a-YGNG__lead{color:var(--text-body);margin-top:9px;font-size:13.5px;line-height:1.55}.wizard-module__a-YGNG__panel{flex-direction:column;gap:16px;margin-top:24px;padding:18px;display:flex}.wizard-module__a-YGNG__group{flex-direction:column;gap:8px;display:flex}.wizard-module__a-YGNG__grid{grid-template-columns:repeat(var(--grid-columns,2), minmax(0, 1fr));gap:8px;display:grid}.wizard-module__a-YGNG__destinations{border-top:1px solid var(--border-hairline);padding-top:14px}.wizard-module__a-YGNG__hint{font-size:var(--fs-caption);color:var(--text-faint)}.wizard-module__a-YGNG__emptyOptions{font-family:var(--font-mono);font-size:var(--fs-mono-xs);color:var(--text-faint);border:1px dashed var(--border-default);border-radius:var(--radius-1);padding:10px 12px}.wizard-module__a-YGNG__summary{font-family:var(--font-mono);font-size:var(--fs-micro);flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.wizard-module__a-YGNG__chip{border:1px solid var(--border-hairline);border-radius:var(--radius-1);background:var(--surface-sunken);color:var(--text-faint);padding:3px 7px}.wizard-module__a-YGNG__chipSet{color:var(--text-body)}.wizard-module__a-YGNG__footer{align-items:center;gap:10px;margin-top:18px;display:flex}.wizard-module__a-YGNG__spacer{flex:1}.wizard-module__a-YGNG__note{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint)}.wizard-module__a-YGNG__error{border:1px solid var(--status-fail-edge);border-radius:var(--radius-1);background:var(--status-fail-bg);color:var(--text-fail);font-size:var(--fs-caption);margin-top:12px;padding:10px 12px}.wizard-module__a-YGNG__doneBadge{align-items:center;gap:9px;display:flex}.wizard-module__a-YGNG__doneTitle{letter-spacing:-.03em;margin-top:16px;font-size:30px}.wizard-module__a-YGNG__doneCard{margin-top:22px;padding:16px}.wizard-module__a-YGNG__secretCard{flex-direction:column;gap:9px;margin-top:12px;padding:16px;display:flex}.wizard-module__a-YGNG__secretRow{background:var(--surface-sunken);border:1px solid var(--border-default);border-radius:var(--radius-1);height:36px;color:var(--text-muted);align-items:center;gap:9px;padding:0 10px;display:flex}.wizard-module__a-YGNG__secretValue{min-width:0;font-family:var(--font-mono);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12.5px;overflow:hidden}.wizard-module__a-YGNG__section{margin-top:20px}.wizard-module__a-YGNG__sectionText{color:var(--text-muted);margin-top:7px;font-size:12.5px;line-height:1.5}.wizard-module__a-YGNG__code{margin-top:9px}.wizard-module__a-YGNG__doneFooter{flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;display:flex}
.executions-note-module__1TMgka__note{margin-top:var(--space-6);align-items:center;gap:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-label);color:var(--text-muted);flex-wrap:wrap;display:flex}.executions-note-module__1TMgka__icon{color:var(--text-faint);display:flex}.executions-note-module__1TMgka__link{color:var(--text-link)}.executions-note-module__1TMgka__link:hover{color:var(--text-link-hover)}
.onboarding-checklist-module__UYS-MW__checklist{border:1px solid var(--status-accent-edge);border-radius:var(--radius-2);background:var(--surface-card);overflow:hidden}.onboarding-checklist-module__UYS-MW__header{border-bottom:1px solid var(--border-hairline);align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.onboarding-checklist-module__UYS-MW__heading{flex:1;min-width:0}.onboarding-checklist-module__UYS-MW__titleRow{align-items:center;gap:10px;display:flex}.onboarding-checklist-module__UYS-MW__title{font-size:14px;font-weight:var(--fw-medium);color:var(--text-strong)}.onboarding-checklist-module__UYS-MW__count{font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-muted)}.onboarding-checklist-module__UYS-MW__lead{max-width:72ch;color:var(--text-muted);text-wrap:pretty;margin:5px 0 0;font-size:12.5px;line-height:1.5}.onboarding-checklist-module__UYS-MW__controls{flex:none;align-items:center;gap:12px;display:flex}.onboarding-checklist-module__UYS-MW__progress{width:120px}.onboarding-checklist-module__UYS-MW__dismiss{border-radius:var(--radius-1);width:24px;height:24px;color:var(--text-faint);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:flex}.onboarding-checklist-module__UYS-MW__dismiss:hover{background:var(--surface-hover);color:var(--text-body)}.onboarding-checklist-module__UYS-MW__steps{margin:0;padding:0;list-style:none}.onboarding-checklist-module__UYS-MW__step{border-bottom:1px solid var(--border-hairline);align-items:center;gap:13px;padding:12px 16px;display:flex}.onboarding-checklist-module__UYS-MW__step:last-child{border-bottom:0}.onboarding-checklist-module__UYS-MW__mark{color:var(--text-ok);flex:none;display:flex}.onboarding-checklist-module__UYS-MW__pendingMark{border-radius:var(--radius-pill);border:1px dashed var(--border-strong);flex:none;width:17px;height:17px}.onboarding-checklist-module__UYS-MW__stepBody{flex:1;min-width:0}.onboarding-checklist-module__UYS-MW__stepTitle{color:var(--text-strong);font-size:13px}.onboarding-checklist-module__UYS-MW__done .onboarding-checklist-module__UYS-MW__stepTitle{color:var(--text-muted)}.onboarding-checklist-module__UYS-MW__stepDesc{color:var(--text-muted);margin-top:3px;font-size:12.5px;line-height:1.5}.onboarding-checklist-module__UYS-MW__meta{max-width:220px;font-family:var(--font-mono);font-size:var(--fs-micro);color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;flex:none;overflow:hidden}@media (max-width:720px){.onboarding-checklist-module__UYS-MW__header{flex-direction:column;gap:10px}.onboarding-checklist-module__UYS-MW__controls{width:100%}.onboarding-checklist-module__UYS-MW__progress{flex:1;width:auto}.onboarding-checklist-module__UYS-MW__step{flex-wrap:wrap;align-items:flex-start}.onboarding-checklist-module__UYS-MW__stepDesc,.onboarding-checklist-module__UYS-MW__meta{display:none}}