.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}
.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}
.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}
.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}
.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}
.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}
.authorize-frame-module__MnnA3W__frame{background:var(--surface-page);min-height:100vh;color:var(--text-body);flex-direction:column;font-size:13px;line-height:1.45;display:flex}.authorize-frame-module__MnnA3W__header{border-bottom:1px solid var(--border-hairline);flex:none;align-items:center;gap:12px;height:52px;padding:0 16px;display:flex}.authorize-frame-module__MnnA3W__tag{min-width:0;font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.authorize-frame-module__MnnA3W__spacer{flex:1}.authorize-frame-module__MnnA3W__user{font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;font-size:11.5px}.authorize-frame-module__MnnA3W__mark{box-sizing:border-box;border:1px solid var(--border-default);background:var(--surface-raised);font-family:var(--font-display);font-weight:var(--fw-bold);color:var(--text-muted);flex:none;justify-content:center;align-items:center;display:flex}.authorize-frame-module__MnnA3W__markInitial{color:var(--text-strong)}.authorize-frame-module__MnnA3W__markSm{border-radius:var(--radius-2);width:28px;height:28px;font-size:13px}.authorize-frame-module__MnnA3W__markMd{border-radius:var(--radius-2);width:32px;height:32px;font-size:14px}.authorize-frame-module__MnnA3W__markLg{border-radius:var(--radius-3);width:48px;height:48px;font-size:22px}@media (min-width:640px){.authorize-frame-module__MnnA3W__header{padding:0 32px}}@media (max-width:480px){.authorize-frame-module__MnnA3W__tag,.authorize-frame-module__MnnA3W__user{display:none}}
.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)}
.consent-module__VQ8ynG__main{box-sizing:border-box;flex-direction:column;flex:1;gap:24px;width:100%;max-width:640px;margin:0 auto;padding:24px 16px 40px;display:flex}.consent-module__VQ8ynG__block{flex-direction:column;gap:10px;display:flex}.consent-module__VQ8ynG__eyebrow{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);font-size:11px}.consent-module__VQ8ynG__label{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:var(--fw-semibold);color:var(--text-muted)}.consent-module__VQ8ynG__clientCard{border:1px solid var(--border-default);border-radius:var(--radius-2);background:var(--surface-card);overflow:hidden}.consent-module__VQ8ynG__clientHead{align-items:center;gap:14px;padding:16px;display:flex}.consent-module__VQ8ynG__clientText{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.consent-module__VQ8ynG__muted{color:var(--text-muted);font-size:12.5px}.consent-module__VQ8ynG__nameRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.consent-module__VQ8ynG__clientName{font-family:var(--font-display);font-size:24px;font-weight:var(--fw-semibold);letter-spacing:-.025em;color:var(--text-strong);overflow-wrap:anywhere;margin:0;line-height:1.15}.consent-module__VQ8ynG__returns{border-top:1px solid var(--border-hairline);background:var(--surface-sunken);color:var(--text-muted);gap:12px;padding:14px 16px;display:flex}.consent-module__VQ8ynG__returnsLocal{border-top-color:var(--status-hold-edge);background:var(--status-hold-bg);color:var(--text-warn)}.consent-module__VQ8ynG__returnsIcon{margin-top:3px}.consent-module__VQ8ynG__returnsText{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.consent-module__VQ8ynG__returnsLabel{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);font-size:10.5px}.consent-module__VQ8ynG__returnsLocal .consent-module__VQ8ynG__returnsLabel{color:var(--text-warn)}.consent-module__VQ8ynG__host{font-family:var(--font-mono);font-size:19px;font-weight:var(--fw-medium);color:var(--text-strong);word-break:break-all}.consent-module__VQ8ynG__redirect{font-family:var(--font-mono);color:var(--text-faint);word-break:break-all;font-size:11px}.consent-module__VQ8ynG__returnsLocal .consent-module__VQ8ynG__redirect{color:var(--text-muted)}.consent-module__VQ8ynG__returnsNote{color:var(--text-muted);text-wrap:pretty;margin-top:4px;font-size:12.5px}.consent-module__VQ8ynG__returnsLocal .consent-module__VQ8ynG__returnsNote{color:var(--text-strong)}.consent-module__VQ8ynG__who{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px 12px;font-size:12.5px;display:flex}.consent-module__VQ8ynG__who strong{font-weight:var(--fw-semibold);color:var(--text-strong)}.consent-module__VQ8ynG__mono{font-family:var(--font-mono);color:var(--text-strong);font-size:12px}.consent-module__VQ8ynG__linkButton{font:inherit;color:var(--text-link);cursor:pointer;background:0 0;border:0;border-radius:2px;padding:0}.consent-module__VQ8ynG__linkButton:hover{color:var(--text-link-hover);text-decoration:underline}.consent-module__VQ8ynG__linkButton:focus-visible{box-shadow:var(--focus-ring);outline:none}.consent-module__VQ8ynG__heading{flex-direction:column;gap:3px;display:flex}.consent-module__VQ8ynG__h2{font-family:var(--font-display);font-size:17px;font-weight:var(--fw-semibold);letter-spacing:-.015em;color:var(--text-strong);margin:0}.consent-module__VQ8ynG__lead{color:var(--text-muted);text-wrap:pretty;margin:0;font-size:12.5px}.consent-module__VQ8ynG__options{background:var(--border-hairline);border:1px solid var(--border-default);border-radius:var(--radius-2);flex-direction:column;gap:1px;display:flex;overflow:hidden}.consent-module__VQ8ynG__option{background:var(--surface-card);min-height:58px;color:inherit;font:inherit;text-align:left;cursor:pointer;border:0;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:10px 14px;display:flex;position:relative}.consent-module__VQ8ynG__option:hover{background:var(--surface-raised)}.consent-module__VQ8ynG__option:focus-visible{box-shadow:inset var(--focus-ring);outline:none}.consent-module__VQ8ynG__option[aria-checked=true]{background:var(--surface-selected)}.consent-module__VQ8ynG__option[aria-checked=true]:before{content:"";background:var(--accent-solid);width:2px;position:absolute;top:0;bottom:0;left:0}.consent-module__VQ8ynG__ring{box-sizing:border-box;border-radius:var(--radius-pill);border:1px solid var(--border-strong);flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.consent-module__VQ8ynG__option[aria-checked=true] .consent-module__VQ8ynG__ring{border-color:var(--accent-solid)}.consent-module__VQ8ynG__option[aria-checked=true] .consent-module__VQ8ynG__ring:after{content:"";border-radius:var(--radius-pill);background:var(--accent-solid);width:8px;height:8px}.consent-module__VQ8ynG__optionText{flex-direction:column;flex:180px;gap:2px;min-width:0;display:flex}.consent-module__VQ8ynG__agentName{font-weight:var(--fw-medium);color:var(--text-strong);overflow-wrap:anywhere}.consent-module__VQ8ynG__agentId{font-family:var(--font-mono);color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.consent-module__VQ8ynG__optionMeta{flex-wrap:wrap;align-items:center;gap:6px;padding-left:28px;display:flex}.consent-module__VQ8ynG__count{font-family:var(--font-mono);color:var(--text-muted);font-size:11.5px}.consent-module__VQ8ynG__newLabel{font-weight:var(--fw-medium);color:var(--text-strong)}.consent-module__VQ8ynG__newForm{background:var(--surface-selected);padding:12px 14px 14px 42px}.consent-module__VQ8ynG__notice{border:1px solid var(--status-hold-edge);border-radius:var(--radius-2);background:var(--status-hold-bg);color:var(--text-strong);text-wrap:pretty;gap:10px;padding:10px 12px;font-size:12.5px;display:flex}.consent-module__VQ8ynG__noticeIcon{color:var(--text-warn);margin-top:1px}.consent-module__VQ8ynG__alert{border:1px solid var(--status-fail-edge);border-radius:var(--radius-2);background:var(--status-fail-bg);flex-wrap:wrap;align-items:flex-start;gap:12px;padding:14px;display:flex}.consent-module__VQ8ynG__alertIcon{color:var(--text-fail);margin-top:2px}.consent-module__VQ8ynG__alertText{flex-direction:column;flex:240px;gap:3px;display:flex}.consent-module__VQ8ynG__alertTitle{font-weight:var(--fw-medium);color:var(--text-strong)}.consent-module__VQ8ynG__alertBody{color:var(--text-body);font-size:12.5px}.consent-module__VQ8ynG__alertCode{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}.consent-module__VQ8ynG__skeleton{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);overflow:hidden}.consent-module__VQ8ynG__skeletonRow{border-bottom:1px solid var(--border-hairline);align-items:center;gap:12px;height:56px;padding:0 14px;display:flex}.consent-module__VQ8ynG__skeletonDot{border-radius:var(--radius-pill);border:1px solid var(--border-default);width:14px;height:14px}.consent-module__VQ8ynG__skeletonLines{flex-direction:column;flex:1;gap:6px;display:flex}.consent-module__VQ8ynG__skeletonLine{background:var(--surface-raised);border-radius:2px;width:180px;max-width:70%;height:9px}.consent-module__VQ8ynG__skeletonLineShort{background:var(--surface-hover);border-radius:2px;width:110px;height:7px}.consent-module__VQ8ynG__skeletonFoot{font-family:var(--font-mono);color:var(--text-faint);padding:9px 14px;font-size:11px}.consent-module__VQ8ynG__pick{border:1px dashed var(--border-default);border-radius:var(--radius-2);text-align:center;color:var(--text-muted);padding:22px 16px;font-size:12.5px}.consent-module__VQ8ynG__empty{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);color:var(--text-muted);flex-direction:column;align-items:flex-start;gap:6px;padding:18px 16px;display:flex}.consent-module__VQ8ynG__emptyTitle{font-weight:var(--fw-medium);color:var(--text-strong);margin-top:4px}.consent-module__VQ8ynG__emptyBody{color:var(--text-muted);text-wrap:pretty;font-size:12.5px}.consent-module__VQ8ynG__emptyBody .consent-module__VQ8ynG__mono{color:var(--text-body)}.consent-module__VQ8ynG__emptyLink{font-size:12.5px;font-weight:var(--fw-medium);color:var(--text-link);margin-top:4px;text-decoration:none}.consent-module__VQ8ynG__emptyLink:hover{color:var(--text-link-hover);text-decoration:underline}.consent-module__VQ8ynG__groups{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);flex-direction:column;display:flex;overflow:hidden}.consent-module__VQ8ynG__groupHead{background:var(--surface-sunken);border-bottom:1px solid var(--border-hairline);color:var(--text-muted);align-items:center;gap:8px;padding:8px 14px;display:flex}.consent-module__VQ8ynG__groupLogo{display:block}.consent-module__VQ8ynG__groupName{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:var(--fw-semibold);color:var(--text-muted)}.consent-module__VQ8ynG__bindingRow{border-bottom:1px solid var(--border-hairline);flex-wrap:wrap;align-items:center;gap:8px 14px;padding:10px 14px;display:flex}.consent-module__VQ8ynG__bindingText{flex-direction:column;flex:200px;gap:2px;min-width:0;display:flex}.consent-module__VQ8ynG__bindingAction{font-weight:var(--fw-medium);color:var(--text-strong)}.consent-module__VQ8ynG__bindingDestination{font-family:var(--font-mono);font-size:11.5px;font-weight:var(--fw-regular);color:var(--text-muted)}.consent-module__VQ8ynG__bindingConnection{font-family:var(--font-mono);color:var(--text-body);overflow-wrap:anywhere;font-size:11.5px}.consent-module__VQ8ynG__bindingBadges{align-items:center;gap:6px;display:flex}.consent-module__VQ8ynG__direct{font-family:var(--font-mono);color:var(--text-muted);padding:0 4px;font-size:11px}.consent-module__VQ8ynG__groupsFoot{font-family:var(--font-mono);color:var(--text-muted);padding:9px 14px;font-size:11px}.consent-module__VQ8ynG__scopeLoading{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);flex-direction:column;gap:8px;padding:14px;display:flex}.consent-module__VQ8ynG__renew{border-top:1px solid var(--border-hairline);color:var(--text-muted);align-items:flex-start;gap:10px;padding-top:12px;font-size:12.5px;display:flex}.consent-module__VQ8ynG__renew a{color:var(--text-link);text-decoration:none}.consent-module__VQ8ynG__renewIcon{margin-top:2px}.consent-module__VQ8ynG__commit{color:var(--text-body);text-wrap:pretty;margin:0;font-size:13px}.consent-module__VQ8ynG__error{color:var(--text-fail);margin:0;font-size:12.5px}.consent-module__VQ8ynG__actionBar{flex-direction:column;gap:8px;display:flex}.consent-module__VQ8ynG__actions{flex-direction:column-reverse;gap:8px;display:flex}.consent-module__VQ8ynG__actions>button{width:100%;min-height:44px}.consent-module__VQ8ynG__hintSelect{color:var(--text-muted);font-size:12.5px}.consent-module__VQ8ynG__foot{font-family:var(--font-mono);color:var(--text-faint);overflow-wrap:anywhere;font-size:11px}@media (min-width:640px){.consent-module__VQ8ynG__main{padding:32px 24px 40px}.consent-module__VQ8ynG__optionMeta .consent-module__VQ8ynG__count{text-align:right;min-width:104px}.consent-module__VQ8ynG__actionBar{flex-direction:row;justify-content:flex-end;align-items:center}.consent-module__VQ8ynG__actions{flex-direction:row;align-items:center}.consent-module__VQ8ynG__actions>button{width:auto;min-height:40px}.consent-module__VQ8ynG__hintSelect{flex:1}}
.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)}
.outcome-module__JrqbNG__main{flex:1;justify-content:center;align-items:flex-start;padding:32px 16px 48px;display:flex}.outcome-module__JrqbNG__column{flex-direction:column;gap:18px;width:100%;max-width:520px;display:flex}.outcome-module__JrqbNG__iconWarn{color:var(--text-warn)}.outcome-module__JrqbNG__iconFail{color:var(--text-fail)}.outcome-module__JrqbNG__iconOk{color:var(--text-ok)}.outcome-module__JrqbNG__iconMuted{color:var(--text-muted)}.outcome-module__JrqbNG__heading{flex-direction:column;gap:8px;display:flex}.outcome-module__JrqbNG__title{font-family:var(--font-display);font-size:24px;font-weight:var(--fw-semibold);letter-spacing:-.025em;color:var(--text-strong);overflow-wrap:anywhere;margin:0}.outcome-module__JrqbNG__body{color:var(--text-body);text-wrap:pretty;margin:0;font-size:13.5px;line-height:1.55}.outcome-module__JrqbNG__body strong{font-weight:var(--fw-semibold);color:var(--text-strong)}.outcome-module__JrqbNG__mono{font-family:var(--font-mono);color:var(--text-strong);font-size:12.5px}.outcome-module__JrqbNG__label{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:var(--fw-semibold);color:var(--text-muted)}.outcome-module__JrqbNG__list{flex-direction:column;gap:6px;display:flex}.outcome-module__JrqbNG__people{background:var(--border-hairline);border:1px solid var(--border-hairline);border-radius:var(--radius-2);flex-direction:column;gap:1px;display:flex;overflow:hidden}.outcome-module__JrqbNG__person{background:var(--surface-card);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;display:flex}.outcome-module__JrqbNG__personText{flex-direction:column;flex:160px;min-width:0;display:flex}.outcome-module__JrqbNG__personName{color:var(--text-strong)}.outcome-module__JrqbNG__personEmail{font-family:var(--font-mono);color:var(--text-muted);overflow-wrap:anywhere;font-size:11.5px}.outcome-module__JrqbNG__buttons{flex-wrap:wrap;gap:8px;display:flex}.outcome-module__JrqbNG__buttons>*{flex:160px;min-height:44px}.outcome-module__JrqbNG__foot{font-family:var(--font-mono);color:var(--text-faint);overflow-wrap:anywhere;font-size:11px}.outcome-module__JrqbNG__rows{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);flex-direction:column;display:flex;overflow:hidden}.outcome-module__JrqbNG__row{border-bottom:1px solid var(--border-hairline);flex-wrap:wrap;gap:4px 12px;padding:9px 12px;display:flex}.outcome-module__JrqbNG__row:last-child{border-bottom:0}.outcome-module__JrqbNG__rowKey{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);flex:0 0 150px;padding-top:1px;font-size:11px}.outcome-module__JrqbNG__rowValue{min-width:0;font-family:var(--font-mono);color:var(--text-strong);overflow-wrap:anywhere;flex:200px;font-size:12px}.outcome-module__JrqbNG__rowProblem{color:var(--text-fail)}.outcome-module__JrqbNG__safe{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-sunken);color:var(--text-body);text-wrap:pretty;gap:10px;padding:10px 12px;font-size:12.5px;display:flex}.outcome-module__JrqbNG__safeIcon{color:var(--text-muted);margin-top:1px}.outcome-module__JrqbNG__support{border:1px solid var(--border-default);border-radius:var(--radius-2);background:var(--surface-card);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;display:flex}.outcome-module__JrqbNG__supportText{flex-direction:column;flex:200px;gap:2px;min-width:0;display:flex}.outcome-module__JrqbNG__supportLabel{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);font-size:10.5px}.outcome-module__JrqbNG__supportCode{font-family:var(--font-mono);color:var(--text-strong);font-size:14px}.outcome-module__JrqbNG__link{font-size:13px;font-weight:var(--fw-medium);color:var(--text-link);text-decoration:none}.outcome-module__JrqbNG__link:hover{color:var(--text-link-hover);text-decoration:underline}.outcome-module__JrqbNG__error{color:var(--text-fail);margin:0;font-size:12.5px}@media (min-width:640px){.outcome-module__JrqbNG__main{padding:72px 24px 48px}.outcome-module__JrqbNG__buttons>*{min-height:40px}}
.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}
.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)}
.connected-clients-module__UdPOUq__section{flex-direction:column;gap:14px;margin-top:28px;display:flex;position:relative}.connected-clients-module__UdPOUq__tiles{grid-template-columns:1fr;gap:10px;display:grid}.connected-clients-module__UdPOUq__tile{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);gap:12px;padding:14px 16px;display:flex}.connected-clients-module__UdPOUq__tileIcon{color:var(--text-muted);margin-top:2px}.connected-clients-module__UdPOUq__tileText{flex-direction:column;gap:4px;min-width:0;display:flex}.connected-clients-module__UdPOUq__tileTitle{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:var(--fw-semibold);color:var(--text-strong)}.connected-clients-module__UdPOUq__tileBody{color:var(--text-muted);text-wrap:pretty;font-size:12.5px}.connected-clients-module__UdPOUq__code{font-family:var(--font-mono);color:var(--text-body);font-size:11.5px}.connected-clients-module__UdPOUq__heading{flex-direction:column;gap:4px;display:flex}.connected-clients-module__UdPOUq__titleRow{align-items:center;gap:8px;display:flex}.connected-clients-module__UdPOUq__title{font-family:var(--font-display);font-size:17px;font-weight:var(--fw-semibold);letter-spacing:-.015em;color:var(--text-strong);margin:0}.connected-clients-module__UdPOUq__lead{color:var(--text-muted);text-wrap:pretty;margin:0;font-size:12.5px}.connected-clients-module__UdPOUq__empty{border:1px dashed var(--border-default);border-radius:var(--radius-2);color:var(--text-muted);flex-direction:column;align-items:flex-start;gap:6px;padding:18px 16px;display:flex}.connected-clients-module__UdPOUq__emptyTitle{font-weight:var(--fw-medium);color:var(--text-strong);margin-top:4px}.connected-clients-module__UdPOUq__emptyBody{text-wrap:pretty;font-size:12.5px}.connected-clients-module__UdPOUq__unavailable{border:1px solid var(--status-fail-edge);border-radius:var(--radius-2);background:var(--status-fail-bg);color:var(--text-body);padding:14px 16px;font-size:12.5px}.connected-clients-module__UdPOUq__table{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);display:none;overflow:hidden}.connected-clients-module__UdPOUq__head,.connected-clients-module__UdPOUq__row{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr auto;align-items:center;gap:12px;padding:0 14px;display:grid}.connected-clients-module__UdPOUq__head{background:var(--surface-sunken);border-bottom:1px solid var(--border-hairline);min-height:32px;font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.connected-clients-module__UdPOUq__row{border-bottom:1px solid var(--border-hairline);min-height:48px;padding-top:8px;padding-bottom:8px}.connected-clients-module__UdPOUq__row:last-child{border-bottom:0}.connected-clients-module__UdPOUq__row:hover{background:var(--surface-hover)}.connected-clients-module__UdPOUq__client{align-items:center;gap:10px;min-width:0;display:flex}.connected-clients-module__UdPOUq__clientText{flex-direction:column;min-width:0;display:flex}.connected-clients-module__UdPOUq__clientName{font-weight:var(--fw-medium);color:var(--text-strong);overflow-wrap:anywhere}.connected-clients-module__UdPOUq__clientId{font-family:var(--font-mono);color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.connected-clients-module__UdPOUq__host{min-width:0;font-family:var(--font-mono);color:var(--text-body);overflow-wrap:anywhere;align-items:center;gap:6px;font-size:12px;display:flex}.connected-clients-module__UdPOUq__cellMono{font-family:var(--font-mono);color:var(--text-body);overflow-wrap:anywhere;font-size:12px}.connected-clients-module__UdPOUq__when{font-family:var(--font-mono);color:var(--text-body);flex-direction:column;gap:1px;font-size:11.5px;display:flex}.connected-clients-module__UdPOUq__whenRel{color:var(--text-faint)}.connected-clients-module__UdPOUq__never{font-family:var(--font-mono);color:var(--text-faint);font-size:11.5px}.connected-clients-module__UdPOUq__cards{flex-direction:column;gap:10px;display:flex}.connected-clients-module__UdPOUq__card{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);flex-direction:column;gap:10px;padding:14px;display:flex}.connected-clients-module__UdPOUq__cardMeta{color:var(--text-muted);flex-direction:column;gap:3px;font-size:12.5px;display:flex}.connected-clients-module__UdPOUq__cardMeta .connected-clients-module__UdPOUq__cellMono{font-size:11.5px}.connected-clients-module__UdPOUq__cardButton{min-height:44px}.connected-clients-module__UdPOUq__toast{z-index:50;max-width:420px;margin-left:auto;position:fixed;bottom:16px;left:16px;right:16px}.connected-clients-module__UdPOUq__dialogBody{color:var(--text-body);text-wrap:pretty;margin:0;font-size:13px;line-height:1.55}.connected-clients-module__UdPOUq__dialogError{color:var(--text-fail);margin:10px 0 0;font-size:12.5px}.connected-clients-module__UdPOUq__keyRow{border:1px solid var(--border-hairline);border-radius:var(--radius-2);background:var(--surface-card);flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px;display:flex}.connected-clients-module__UdPOUq__keyValue{min-width:0;font-family:var(--font-mono);color:var(--text-strong);flex:200px;align-items:center;gap:8px;font-size:12.5px;display:flex}@media (min-width:900px){.connected-clients-module__UdPOUq__tiles{grid-template-columns:1fr 1fr}.connected-clients-module__UdPOUq__table{display:block}.connected-clients-module__UdPOUq__cards{display:none}}
.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}}