.WizardLayout-module__BXxCPq__wizard{background:radial-gradient(circle at top right, var(--surface-input), transparent 35%), linear-gradient(180deg, var(--bg-surface) 0%, var(--bg-muted) 100%);border:1px solid var(--border-subtle);min-height:600px;color:var(--text-primary);border-radius:20px;grid-template-columns:280px 1fr;display:grid;overflow:hidden}.WizardLayout-module__BXxCPq__sidebar{background:var(--surface-input);border-right:1px solid var(--border-subtle);flex-direction:column;gap:32px;padding:32px 24px;display:flex}.WizardLayout-module__BXxCPq__sidebarHeader{gap:8px;display:grid}.WizardLayout-module__BXxCPq__sidebarTitle{color:var(--text-primary);margin:0;font-size:18px;font-weight:700}.WizardLayout-module__BXxCPq__sidebarDescription{color:var(--text-muted);margin:0;font-size:12px;line-height:1.6}.WizardLayout-module__BXxCPq__stepsList{flex-direction:column;gap:8px;display:flex}.WizardLayout-module__BXxCPq__stepItem{color:var(--text-secondary);border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;font-size:13px;transition:all .16s;display:flex}.WizardLayout-module__BXxCPq__stepItem[data-active=true]{background:var(--surface-input);border-color:var(--border-subtle);color:var(--status-success);font-weight:600}.WizardLayout-module__BXxCPq__stepItem[data-complete=true]{color:var(--status-success)}.WizardLayout-module__BXxCPq__stepNumber{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;display:flex}.WizardLayout-module__BXxCPq__main{flex-direction:column;padding:0;display:flex}.WizardLayout-module__BXxCPq__content{flex:1;padding:32px 40px;overflow-y:auto}.WizardLayout-module__BXxCPq__footer{background:var(--surface-input);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:20px 40px;display:flex}.WizardLayout-module__BXxCPq__actions{gap:12px;display:flex}.WizardLayout-module__BXxCPq__button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:40px;padding:0 20px;font-size:14px;font-weight:600;transition:all .16s;display:inline-flex}.WizardLayout-module__BXxCPq__primaryButton{background:linear-gradient(135deg, var(--brand-secondary), var(--brand-primary));border:1px solid var(--border-subtle);color:var(--text-inverse)}.WizardLayout-module__BXxCPq__primaryButton:hover:not(:disabled){box-shadow:0 4px 12px var(--border-subtle);transform:translateY(-1px)}.WizardLayout-module__BXxCPq__secondaryButton{background:var(--surface-input);border:1px solid var(--border-subtle);color:var(--text-secondary)}.WizardLayout-module__BXxCPq__secondaryButton:hover:not(:disabled){background:var(--surface-input)}.WizardLayout-module__BXxCPq__stepHeader{margin-bottom:24px}.WizardLayout-module__BXxCPq__stepHint{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.WizardLayout-module__BXxCPq__regulatoryRef{letter-spacing:.1em;text-transform:uppercase;color:var(--status-success);margin-top:8px;font-size:11px;font-weight:600}.WizardLayout-module__BXxCPq__button:disabled{opacity:.5;cursor:not-allowed}
.Select-module__EeJ0TW__root{gap:var(--space-2);display:grid;position:relative}.Select-module__EeJ0TW__label{color:var(--text-strong);font-size:.875rem;font-weight:600}.Select-module__EeJ0TW__required{margin-left:var(--space-1);color:var(--status-danger)}.Select-module__EeJ0TW__trigger{justify-content:space-between;align-items:center;gap:var(--space-3);width:100%;min-height:44px;padding:var(--space-3) var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-input);color:var(--text-strong);font:inherit;cursor:pointer;transition:border-color var(--motion-fast), background var(--motion-fast), color var(--motion-fast);min-width:0;display:flex}.Select-module__EeJ0TW__trigger:hover:not(:disabled),.Select-module__EeJ0TW__trigger[aria-expanded=true]{border-color:var(--border-strong);background:var(--surface-input-hover)}.Select-module__EeJ0TW__trigger:disabled{cursor:not-allowed;color:var(--text-soft);opacity:.7}.Select-module__EeJ0TW__root[data-invalid=true] .Select-module__EeJ0TW__trigger{border-color:var(--status-danger)}.Select-module__EeJ0TW__value,.Select-module__EeJ0TW__placeholder{text-align:left;overflow-wrap:anywhere;white-space:normal;min-width:0}.Select-module__EeJ0TW__placeholder{color:var(--text-body)}.Select-module__EeJ0TW__chevron{color:var(--text-muted);transition:transform var(--motion-fast);flex:none}.Select-module__EeJ0TW__trigger[aria-expanded=true] .Select-module__EeJ0TW__chevron{transform:rotate(180deg)}.Select-module__EeJ0TW__listbox{top:calc(100% + var(--space-1));z-index:var(--z-dropdown);max-height:18rem;padding:var(--space-1);border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-panel);box-shadow:var(--shadow-md);display:grid;position:absolute;left:0;right:0;overflow:auto}.Select-module__EeJ0TW__option{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:40px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text-body);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;display:flex}.Select-module__EeJ0TW__option:hover:not(:disabled),.Select-module__EeJ0TW__option:focus-visible{background:var(--surface-input-hover);color:var(--text-strong)}.Select-module__EeJ0TW__option[aria-selected=true]{color:var(--text-strong);background:var(--surface-input)}.Select-module__EeJ0TW__option:disabled{cursor:not-allowed;color:var(--text-soft)}.Select-module__EeJ0TW__helper,.Select-module__EeJ0TW__error{margin:0;font-size:.8125rem;line-height:1.5}.Select-module__EeJ0TW__helper{color:var(--text-muted)}.Select-module__EeJ0TW__error{color:var(--status-danger)}@media (max-width:640px){.Select-module__EeJ0TW__listbox{max-height:14rem}}
.ComplianceTip-module__yfCd8a__wrapper{align-items:center;gap:4px;display:inline-flex;position:relative}.ComplianceTip-module__yfCd8a__trigger{cursor:pointer;color:inherit;font:inherit;text-align:left;background:0 0;border:none;align-items:center;gap:4px;padding:0;display:inline-flex}.ComplianceTip-module__yfCd8a__badge{background:var(--status-surface-info);border:1px solid var(--status-info);width:14px;height:14px;color:var(--brand-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:inline-flex}.ComplianceTip-module__yfCd8a__tooltip{z-index:var(--z-dropdown);background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--radius-lg);width:280px;padding:var(--space-4);gap:var(--space-2);box-shadow:0 8px 32px var(--border-subtle);flex-direction:column;display:flex;position:absolute;top:calc(100% + 8px);left:0}.ComplianceTip-module__yfCd8a__term{color:var(--text-primary);font-size:.875rem;font-weight:600}.ComplianceTip-module__yfCd8a__regulation{color:var(--brand-primary);font-size:.75rem;font-family:var(--font-mono)}.ComplianceTip-module__yfCd8a__summary{color:var(--text-secondary);font-size:.8rem;line-height:1.55}.ComplianceTip-module__yfCd8a__disclaimer{color:var(--text-tertiary);border-top:1px solid var(--border-subtle);padding-top:var(--space-2);font-size:.7rem;line-height:1.5}.ComplianceTip-module__yfCd8a__links{flex-wrap:wrap;gap:6px;display:flex}.ComplianceTip-module__yfCd8a__links a{border:1px solid var(--border-subtle);background:var(--surface-input);min-height:26px;color:var(--brand-primary);border-radius:8px;align-items:center;padding:3px 8px;font-size:.7rem;font-weight:700;line-height:1.3;text-decoration:none;display:inline-flex}.ComplianceTip-module__yfCd8a__links a:hover{border-color:var(--border-strong);color:var(--text-primary)}.ComplianceTip-module__yfCd8a__lastVerified{color:var(--text-tertiary);font-size:.65rem}
.SustainabilityWorkspace-module__evM__q__page{gap:var(--space-8);padding:var(--space-8);color:var(--text-body);display:grid}.SustainabilityWorkspace-module__evM__q__header{gap:var(--space-3);display:grid}.SustainabilityWorkspace-module__evM__q__eyebrow{color:var(--status-success);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.SustainabilityWorkspace-module__evM__q__title{font-family:var(--font-display);color:var(--text-strong);margin:0;font-size:clamp(1.85rem,3vw,2.5rem)}.SustainabilityWorkspace-module__evM__q__subtitle{max-width:76ch;color:var(--text-muted);margin:0;line-height:1.7}.SustainabilityWorkspace-module__evM__q__metricsGrid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.SustainabilityWorkspace-module__evM__q__metricCard,.SustainabilityWorkspace-module__evM__q__card,.SustainabilityWorkspace-module__evM__q__listItem{padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--border-strong);background:var(--surface-panel);box-shadow:var(--shadow-soft)}.SustainabilityWorkspace-module__evM__q__metricCard{gap:var(--space-2);align-content:start;min-width:0;display:grid}.SustainabilityWorkspace-module__evM__q__metricLabel{margin:0 0 var(--space-2);color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;overflow-wrap:anywhere;font-size:.78rem;font-weight:700;line-height:1.5}.SustainabilityWorkspace-module__evM__q__metricValue{font-family:var(--font-mono);color:var(--text-strong);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:2rem;font-weight:700;line-height:1.1}.SustainabilityWorkspace-module__evM__q__metricHint{margin:var(--space-2) 0 0;color:var(--text-soft);overflow-wrap:anywhere;font-size:.84rem;line-height:1.6}.SustainabilityWorkspace-module__evM__q__contentGrid{gap:var(--space-6);grid-template-columns:minmax(320px,.9fr) minmax(0,1.35fr);display:grid}.SustainabilityWorkspace-module__evM__q__frameworkList{gap:var(--space-4);display:grid}.SustainabilityWorkspace-module__evM__q__frameworkButton{gap:var(--space-4);width:100%;padding:var(--space-5);border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface-panel-muted);text-align:left;cursor:pointer;transition:border-color .18s,transform .18s,background .18s;display:grid}.SustainabilityWorkspace-module__evM__q__frameworkButton:hover,.SustainabilityWorkspace-module__evM__q__frameworkButton:focus-visible,.SustainabilityWorkspace-module__evM__q__frameworkButton[data-active=true]{border-color:var(--status-success);background:var(--status-surface-success);transform:translateY(-1px)}.SustainabilityWorkspace-module__evM__q__frameworkHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.SustainabilityWorkspace-module__evM__q__frameworkHeader>*{min-width:0}.SustainabilityWorkspace-module__evM__q__progressRow{gap:var(--space-2);display:grid}.SustainabilityWorkspace-module__evM__q__progressLabel{color:var(--text-soft);font-size:.82rem;font-weight:600}.SustainabilityWorkspace-module__evM__q__progress{border-radius:var(--radius-pill);background:var(--border-subtle);border:0;width:100%;height:10px;overflow:hidden}.SustainabilityWorkspace-module__evM__q__progress::-webkit-progress-bar{background:var(--border-subtle)}.SustainabilityWorkspace-module__evM__q__progress::-webkit-progress-value{background:var(--status-success)}.SustainabilityWorkspace-module__evM__q__progress::-moz-progress-bar{background:var(--status-success)}.SustainabilityWorkspace-module__evM__q__sidebarStack,.SustainabilityWorkspace-module__evM__q__mainStack,.SustainabilityWorkspace-module__evM__q__list,.SustainabilityWorkspace-module__evM__q__formGrid,.SustainabilityWorkspace-module__evM__q__metaList{gap:var(--space-5);display:grid}.SustainabilityWorkspace-module__evM__q__fieldGroup{gap:var(--space-2);display:grid}.SustainabilityWorkspace-module__evM__q__label{color:var(--text-muted);font-size:.82rem;font-weight:600}.SustainabilityWorkspace-module__evM__q__input,.SustainabilityWorkspace-module__evM__q__select{width:100%;min-height:44px;padding:0 var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-input);color:var(--text-strong);font-family:inherit;font-size:.94rem;transition:all .18s}.SustainabilityWorkspace-module__evM__q__input:focus-visible,.SustainabilityWorkspace-module__evM__q__select:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-color:var(--focus-ring)}.SustainabilityWorkspace-module__evM__q__input::placeholder{color:var(--text-soft)}.SustainabilityWorkspace-module__evM__q__checkboxRow{align-items:center;gap:var(--space-3);padding:var(--space-2) 0;cursor:pointer;display:flex}.SustainabilityWorkspace-module__evM__q__checkbox{border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;width:18px;height:18px}.SustainabilityWorkspace-module__evM__q__detailGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.SustainabilityWorkspace-module__evM__q__fieldGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-auto-rows:minmax(44px,auto);align-items:start;display:grid}.SustainabilityWorkspace-module__evM__q__fieldGrid>*{min-width:0}.SustainabilityWorkspace-module__evM__q__fieldGridFull{grid-column:1/-1}.SustainabilityWorkspace-module__evM__q__fieldGridTextarea{grid-area:auto/1/auto/-1}.SustainabilityWorkspace-module__evM__q__cardTitle{margin:0 0 var(--space-2);color:var(--text-strong);font-size:1rem;font-weight:600}.SustainabilityWorkspace-module__evM__q__cardText,.SustainabilityWorkspace-module__evM__q__detailText{color:var(--text-muted);margin:0;line-height:1.6}.SustainabilityWorkspace-module__evM__q__inlineLink{color:var(--status-success);font-weight:600;text-decoration:none}.SustainabilityWorkspace-module__evM__q__inlineLink:hover,.SustainabilityWorkspace-module__evM__q__inlineLink:focus-visible{text-decoration:underline}.SustainabilityWorkspace-module__evM__q__alert{padding:var(--space-4);border-radius:var(--radius-md);line-height:1.6}.SustainabilityWorkspace-module__evM__q__alert[data-tone=info]{border:1px solid var(--status-info);background:var(--status-surface-info);color:var(--status-info)}.SustainabilityWorkspace-module__evM__q__alert[data-tone=warning]{border:1px solid var(--status-warning);background:var(--status-surface-warning);color:var(--status-warning)}.SustainabilityWorkspace-module__evM__q__alert[data-tone=success]{border:1px solid var(--status-success);background:var(--status-surface-success);color:var(--status-success)}.SustainabilityWorkspace-module__evM__q__submitWarning{margin-bottom:var(--space-5);padding:var(--space-4);border:1px solid var(--status-warning);border-radius:var(--radius-md);background:var(--status-surface-warning)}.SustainabilityWorkspace-module__evM__q__submitWarningTitle{margin:0 0 var(--space-3);color:var(--status-warning);font-size:.92rem;font-weight:700}.SustainabilityWorkspace-module__evM__q__submitWarningList{color:var(--text-soft);margin:0;padding-left:1.2rem;line-height:1.6}.SustainabilityWorkspace-module__evM__q__input,.SustainabilityWorkspace-module__evM__q__select,.SustainabilityWorkspace-module__evM__q__textarea{min-height:44px;padding:0 var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-input);color:var(--text-strong);font:inherit}.SustainabilityWorkspace-module__evM__q__textarea{min-height:120px;padding:var(--space-3) var(--space-4);resize:vertical}.SustainabilityWorkspace-module__evM__q__checkboxInline{margin-right:.5rem}.SustainabilityWorkspace-module__evM__q__wFull{width:100%}.SustainabilityWorkspace-module__evM__q__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.SustainabilityWorkspace-module__evM__q__button{min-height:44px;padding:0 var(--space-5);border-radius:var(--radius-md);font:inherit;cursor:pointer;border:1px solid #0000;font-weight:700}.SustainabilityWorkspace-module__evM__q__button:disabled{cursor:not-allowed;opacity:.6}.SustainabilityWorkspace-module__evM__q__primaryButton{background:var(--status-success);color:var(--text-strong)}.SustainabilityWorkspace-module__evM__q__secondaryButton{border-color:var(--border-strong);background:var(--surface-input);color:var(--text-soft)}.SustainabilityWorkspace-module__evM__q__tableScrollper{overflow-x:auto}.SustainabilityWorkspace-module__evM__q__table{border-collapse:collapse;width:100%}.SustainabilityWorkspace-module__evM__q__tableHeaderCell,.SustainabilityWorkspace-module__evM__q__tableCell{padding:var(--space-4);text-align:left;border-bottom:1px solid var(--border-subtle);vertical-align:top}.SustainabilityWorkspace-module__evM__q__tableHeaderCell{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.SustainabilityWorkspace-module__evM__q__name{color:var(--text-strong);white-space:normal;overflow-wrap:anywhere;max-width:250px;font-weight:600}.SustainabilityWorkspace-module__evM__q__meta{color:var(--text-soft);font-size:.84rem}.SustainabilityWorkspace-module__evM__q__meta[data-tone=danger]{color:var(--status-danger)}.SustainabilityWorkspace-module__evM__q__badgeGroup{gap:var(--space-2);flex-wrap:wrap;display:flex}.SustainabilityWorkspace-module__evM__q__badge{min-height:28px;padding:0 var(--space-3);border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase;white-space:normal;overflow-wrap:anywhere;align-items:center;max-width:100%;font-size:.76rem;font-weight:700;display:inline-flex}.SustainabilityWorkspace-module__evM__q__badge[data-tone=info]{background:var(--status-surface-info);color:var(--status-info)}.SustainabilityWorkspace-module__evM__q__badge[data-tone=success]{background:var(--status-surface-success);color:var(--status-success)}.SustainabilityWorkspace-module__evM__q__badge[data-tone=warning]{background:var(--status-surface-warning);color:var(--status-warning)}.SustainabilityWorkspace-module__evM__q__badge[data-tone=neutral]{background:var(--surface-panel-muted);color:var(--text-soft)}.SustainabilityWorkspace-module__evM__q__emptyState{gap:var(--space-3);min-height:220px;color:var(--text-muted);text-align:center;place-items:center;display:grid}@media (max-width:1024px){.SustainabilityWorkspace-module__evM__q__contentGrid{grid-template-columns:1fr}}@media (max-width:768px){.SustainabilityWorkspace-module__evM__q__page{padding:var(--space-6) var(--space-4)}.SustainabilityWorkspace-module__evM__q__metricCard,.SustainabilityWorkspace-module__evM__q__card,.SustainabilityWorkspace-module__evM__q__listItem{padding:var(--space-5)}}.SustainabilityWorkspace-module__evM__q__modalOverlay{z-index:var(--z-modal);padding:var(--space-4);background:var(--surface-input);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:center;align-items:center;animation:.2s ease-out SustainabilityWorkspace-module__evM__q__fadeIn;display:flex;position:fixed;inset:0}.SustainabilityWorkspace-module__evM__q__modalContent{border-radius:var(--radius-xl);background:var(--surface-panel);border:1px solid var(--border-strong);width:100%;max-width:760px;max-height:90vh;box-shadow:var(--shadow-strong);flex-direction:column;animation:.24s ease-out SustainabilityWorkspace-module__evM__q__slideUp;display:flex;overflow:hidden}.SustainabilityWorkspace-module__evM__q__modalHeader{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border-strong);background:var(--surface-panel-muted);justify-content:space-between;align-items:center;display:flex}.SustainabilityWorkspace-module__evM__q__modalTitle{color:var(--text-strong);font-size:1.15rem;font-weight:700;font-family:var(--font-display);margin:0}.SustainabilityWorkspace-module__evM__q__closeButton{border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;font-size:1.1rem;transition:all .18s;display:grid}.SustainabilityWorkspace-module__evM__q__closeButton:hover{background:var(--border-subtle);color:var(--text-strong)}.SustainabilityWorkspace-module__evM__q__modalBody{padding:var(--space-6);flex:1;overflow-y:auto}.SustainabilityWorkspace-module__evM__q__modalFooter{padding:var(--space-5) var(--space-6);border-top:1px solid var(--border-strong);background:var(--surface-panel-muted);justify-content:space-between;align-items:center;display:flex}.SustainabilityWorkspace-module__evM__q__footerActions{gap:var(--space-3);display:flex}.SustainabilityWorkspace-module__evM__q__dangerButton{color:var(--status-danger);background:0 0;border-color:#0000;padding-left:0;font-weight:600}.SustainabilityWorkspace-module__evM__q__dangerButton:hover{color:var(--status-danger);text-decoration:underline}@keyframes SustainabilityWorkspace-module__evM__q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes SustainabilityWorkspace-module__evM__q__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SustainabilityWorkspace-module__evM__q__cardHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:flex-start;display:flex}.SustainabilityWorkspace-module__evM__q__cardHeader>*{min-width:0}.SustainabilityWorkspace-module__evM__q__miniButton{min-height:32px;padding:0 var(--space-3);font-size:.8rem}.SustainabilityWorkspace-module__evM__q__mt2{margin-top:var(--space-2)}.SustainabilityWorkspace-module__evM__q__loadingBox{background:var(--surface-panel);border-radius:var(--radius-lg);height:160px;margin-bottom:var(--space-6);border:1px solid var(--border-subtle);justify-content:center;align-items:center;display:flex}.SustainabilityWorkspace-module__evM__q__loadingText{color:var(--text-muted);font-size:13px}.SustainabilityWorkspace-module__evM__q__amendmentLink{color:var(--text-muted);cursor:pointer;margin-top:4px;text-decoration:underline}.SustainabilityWorkspace-module__evM__q__lineageBadge{margin-left:var(--space-2);background:var(--surface-input);border-radius:var(--radius-sm);color:var(--status-info);border:1px solid var(--border-subtle);padding:2px 6px;font-size:10px}.SustainabilityWorkspace-module__evM__q__validationBadge{margin-top:var(--space-2);align-items:center;gap:var(--space-2);background:var(--status-surface-warning);color:var(--status-warning);padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);border:1px solid var(--status-warning);font-size:.84rem;font-weight:700;display:inline-flex}
.PlatformExportMenu-module__Xm3Vea__exportWrapper{display:inline-block;position:relative}.PlatformExportMenu-module__Xm3Vea__dropdownMenu{background-color:var(--surface-float);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:0 10px 15px -3px var(--border-subtle), 0 4px 6px -4px var(--border-subtle);min-width:220px;z-index:var(--z-dropdown);flex-direction:column;gap:2px;margin-top:4px;padding:4px;display:flex;position:absolute;top:100%;right:0}.PlatformExportMenu-module__Xm3Vea__menuItem{border-radius:var(--radius-sm);width:100%;color:var(--text-color);text-align:left;cursor:pointer;white-space:normal;overflow-wrap:anywhere;background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px;font-size:13px;transition:background-color .2s,color .2s;display:flex}.PlatformExportMenu-module__Xm3Vea__menuItem:hover{background-color:var(--surface-hover);color:var(--brand-primary)}.PlatformExportMenu-module__Xm3Vea__errorBanner{background-color:var(--surface-bg);border-left:3px solid var(--status-critical);color:var(--status-critical);white-space:normal;overflow-wrap:anywhere;border-radius:0 var(--radius-sm) var(--radius-sm) 0;z-index:calc(var(--z-dropdown) + 1);box-shadow:0 4px 6px -1px var(--border-subtle);margin-top:42px;padding:8px 12px;font-size:12px;position:absolute;top:100%;right:0}
.CbamGoodsManager-module__OJgohW__cardTopMargin{margin-top:24px}.CbamGoodsManager-module__OJgohW__formGridTriple{grid-template-columns:1fr 1fr 1fr;margin-bottom:20px}.CbamGoodsManager-module__OJgohW__formActionsFull{grid-column:1/-1}.CbamGoodsManager-module__OJgohW__strongCell{font-weight:600}.CbamGoodsManager-module__OJgohW__tableEmptyCell{color:var(--text-secondary);text-align:center;padding:16px}@media (max-width:1024px){.CbamGoodsManager-module__OJgohW__formGridTriple{grid-template-columns:1fr}}
.InlineAlert-module__qw7vKW__alertBanner{border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px;font-size:13px;display:flex}.InlineAlert-module__qw7vKW__alertBanner--crit{color:var(--status-crit-text);background-color:var(--status-crit-bg)}.InlineAlert-module__qw7vKW__alertBanner--warn{color:var(--status-warn-text);background-color:var(--status-warn-bg)}.InlineAlert-module__qw7vKW__alertBanner--ok{color:var(--status-ok-text);background-color:var(--status-ok-bg)}.InlineAlert-module__qw7vKW__alertBanner--info{color:var(--status-info-text);background-color:var(--status-info-bg)}.InlineAlert-module__qw7vKW__alertDismiss{color:inherit;cursor:pointer;background:0 0;border:none;margin-left:12px;font-weight:700}.InlineAlert-module__qw7vKW__mt1{margin-top:1rem}.InlineAlert-module__qw7vKW__mt4{margin-top:16px}.InlineAlert-module__qw7vKW__mb4{margin-bottom:16px}.InlineAlert-module__qw7vKW__mb5{margin-bottom:20px}.InlineAlert-module__qw7vKW__wFull{width:100%}.InlineAlert-module__qw7vKW__mrHalf{margin-right:.5rem}
.CbamDefaultValueExpiryBanner-module__7oTeuq__banner{background-color:var(--status-surface-warning);border:1px solid var(--status-warning);border-radius:var(--radius-sm);padding:var(--space-4);margin-bottom:var(--space-6);align-items:flex-start;gap:var(--space-4);display:flex;position:relative}.CbamDefaultValueExpiryBanner-module__7oTeuq__icon{margin-top:var(--space-1);color:var(--status-warning);flex:none}.CbamDefaultValueExpiryBanner-module__7oTeuq__content{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.CbamDefaultValueExpiryBanner-module__7oTeuq__text{color:var(--text-strong);margin:0;font-size:.875rem;font-weight:500;line-height:1.5}.CbamDefaultValueExpiryBanner-module__7oTeuq__links{color:var(--text-muted);font-size:.8125rem}.CbamDefaultValueExpiryBanner-module__7oTeuq__link{color:var(--accent-cyan);font-weight:600;text-decoration:underline}.CbamDefaultValueExpiryBanner-module__7oTeuq__dismissButton{color:var(--text-muted);cursor:pointer;padding:var(--space-1);border-radius:var(--radius-sm);transition:background-color var(--motion-fast), color var(--motion-fast);background:0 0;border:none;justify-content:center;align-items:center;line-height:1;display:flex}.CbamDefaultValueExpiryBanner-module__7oTeuq__dismissButton:hover{background-color:var(--surface-input-hover);color:var(--text-strong)}
.CbamPriceProvenancePopover-module__QgJCYa__popover{z-index:var(--z-dropdown);border:1px solid var(--border-strong);background:var(--surface-panel);width:min(280px,100vw - 32px);box-shadow:var(--shadow-lg);border-radius:10px;padding:12px 14px;position:absolute;top:calc(100% + 8px);left:0}.CbamPriceProvenancePopover-module__QgJCYa__header{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:10px;display:flex}.CbamPriceProvenancePopover-module__QgJCYa__title{color:var(--text-strong);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:700}.CbamPriceProvenancePopover-module__QgJCYa__closeBtn{width:20px;height:20px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.CbamPriceProvenancePopover-module__QgJCYa__closeBtn:hover,.CbamPriceProvenancePopover-module__QgJCYa__closeBtn:focus-visible{color:var(--text-strong)}.CbamPriceProvenancePopover-module__QgJCYa__dl{grid-template-columns:90px 1fr;gap:4px 8px;margin:0;display:grid}.CbamPriceProvenancePopover-module__QgJCYa__dt{color:var(--text-muted);align-self:start;padding-top:1px;font-size:.75rem}.CbamPriceProvenancePopover-module__QgJCYa__dd{color:var(--text-strong);word-break:break-word;margin:0;font-size:.8rem}.CbamPriceProvenancePopover-module__QgJCYa__urlLink{color:var(--accent-cyan);align-items:center;gap:4px;text-decoration:none;display:inline-flex}.CbamPriceProvenancePopover-module__QgJCYa__urlLink:hover,.CbamPriceProvenancePopover-module__QgJCYa__urlLink:focus-visible{text-decoration:underline}.CbamPriceProvenancePopover-module__QgJCYa__footer{border-top:1px solid var(--border-subtle);color:var(--text-muted);margin:10px 0 0;padding-top:10px;font-size:.7rem;line-height:1.5}
.CbamLivePriceBadge-module__ADbXUW__wrapper{max-width:100%;display:inline-flex;position:relative}.CbamLivePriceBadge-module__ADbXUW__badge{border:1px solid var(--border-subtle);background:var(--surface-panel-strong);min-height:30px;color:var(--text-body);font:inherit;border-radius:999px;flex-wrap:wrap;align-items:center;gap:6px;min-width:0;max-width:100%;padding:4px 10px;line-height:1.25;display:inline-flex}.CbamLivePriceBadge-module__ADbXUW__content{align-items:center;gap:var(--space-2) var(--space-3);grid-template-columns:minmax(0,auto) minmax(0,1fr) minmax(0,auto);width:100%;min-width:0;display:grid}.CbamLivePriceBadge-module__ADbXUW__statusCell,.CbamLivePriceBadge-module__ADbXUW__priceCell{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:inline-flex}.CbamLivePriceBadge-module__ADbXUW__priceCell{justify-content:center}.CbamLivePriceBadge-module__ADbXUW__interactive{cursor:pointer}.CbamLivePriceBadge-module__ADbXUW__interactive:hover,.CbamLivePriceBadge-module__ADbXUW__interactive:focus-visible{border-color:var(--border-strong)}.CbamLivePriceBadge-module__ADbXUW__dot{background:var(--status-success);border-radius:50%;flex:none;width:8px;height:8px}.CbamLivePriceBadge-module__ADbXUW__dotPulse{animation:2s infinite CbamLivePriceBadge-module__ADbXUW__badgePulse}.CbamLivePriceBadge-module__ADbXUW__dotStale{background:var(--status-warning)}.CbamLivePriceBadge-module__ADbXUW__priceEur{color:var(--text-strong);overflow-wrap:normal;word-break:normal;white-space:normal;min-width:0;font-size:.875rem;font-weight:600;line-height:1.25}.CbamLivePriceBadge-module__ADbXUW__priceInr{color:var(--text-body);overflow-wrap:normal;word-break:normal;white-space:normal;min-width:0;font-size:.8rem;line-height:1.25}.CbamLivePriceBadge-module__ADbXUW__week{color:var(--text-muted);overflow-wrap:normal;word-break:normal;white-space:normal;text-align:right;justify-self:end;min-width:0;font-size:.75rem;line-height:1.25}.CbamLivePriceBadge-module__ADbXUW__statusLabel{color:var(--status-success);letter-spacing:.05em;font-size:.7rem;font-weight:700}.CbamLivePriceBadge-module__ADbXUW__statusLabelStale{color:var(--status-warning)}@keyframes CbamLivePriceBadge-module__ADbXUW__badgePulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}@media (max-width:640px){.CbamLivePriceBadge-module__ADbXUW__badge{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);display:grid}.CbamLivePriceBadge-module__ADbXUW__content{gap:var(--space-1);grid-template-columns:1fr}.CbamLivePriceBadge-module__ADbXUW__statusCell,.CbamLivePriceBadge-module__ADbXUW__priceCell{justify-content:flex-start;align-items:flex-start;width:100%}.CbamLivePriceBadge-module__ADbXUW__statusLabel{font-size:.65rem}.CbamLivePriceBadge-module__ADbXUW__priceEur{white-space:normal;font-size:.84rem;line-height:1.35}.CbamLivePriceBadge-module__ADbXUW__priceInr,.CbamLivePriceBadge-module__ADbXUW__week{font-size:.72rem;line-height:1.35}.CbamLivePriceBadge-module__ADbXUW__week{text-align:left;justify-self:start}}
.OrgCbamEditor-module__dTU1Qq__editor{gap:var(--space-5);padding:var(--space-6);background:var(--surface-input);display:grid}.OrgCbamEditor-module__dTU1Qq__editorHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);flex-wrap:wrap;display:flex}.OrgCbamEditor-module__dTU1Qq__editorTitleWrap{gap:4px;display:grid}.OrgCbamEditor-module__dTU1Qq__editorTitle{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.OrgCbamEditor-module__dTU1Qq__orgName{color:var(--text-strong);margin:0;font-size:1.1rem;font-weight:600}.OrgCbamEditor-module__dTU1Qq__closeBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:border-color var(--motion-fast), color var(--motion-fast), background var(--motion-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex}.OrgCbamEditor-module__dTU1Qq__closeBtn:hover{border-color:var(--status-info);background:var(--status-surface-info);color:var(--status-info)}.OrgCbamEditor-module__dTU1Qq__grid{gap:var(--space-4) var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.OrgCbamEditor-module__dTU1Qq__fullWidth{grid-column:1/-1}.OrgCbamEditor-module__dTU1Qq__field{gap:6px;display:grid}.OrgCbamEditor-module__dTU1Qq__label{color:var(--text-muted);align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:inline-flex}.OrgCbamEditor-module__dTU1Qq__infoIcon{color:var(--text-soft);flex-shrink:0}.OrgCbamEditor-module__dTU1Qq__input,.OrgCbamEditor-module__dTU1Qq__textarea{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-panel);width:100%;color:var(--text-strong);font:inherit}.OrgCbamEditor-module__dTU1Qq__input{min-height:40px;padding:0 12px}.OrgCbamEditor-module__dTU1Qq__textarea{resize:vertical;min-height:84px;padding:10px 12px}.OrgCbamEditor-module__dTU1Qq__inputError{border-color:var(--status-danger)}.OrgCbamEditor-module__dTU1Qq__radioGroup{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.OrgCbamEditor-module__dTU1Qq__radioLabel{color:var(--text-body);cursor:pointer;align-items:center;gap:8px;display:inline-flex}.OrgCbamEditor-module__dTU1Qq__sectorGrid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.OrgCbamEditor-module__dTU1Qq__sectorCheckbox{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-panel);min-height:42px;color:var(--text-body);cursor:pointer;transition:border-color var(--motion-fast), background var(--motion-fast), color var(--motion-fast);align-items:center;gap:8px;padding:0 12px;display:flex}.OrgCbamEditor-module__dTU1Qq__sectorCheckbox:hover{border-color:var(--status-info)}.OrgCbamEditor-module__dTU1Qq__sectorChecked{border-color:var(--status-info);background:var(--status-surface-info);color:var(--text-strong)}.OrgCbamEditor-module__dTU1Qq__helperText,.OrgCbamEditor-module__dTU1Qq__warningText,.OrgCbamEditor-module__dTU1Qq__errorText{margin:0;font-size:.78rem;line-height:1.5}.OrgCbamEditor-module__dTU1Qq__helperText{color:var(--text-soft)}.OrgCbamEditor-module__dTU1Qq__warningText{color:var(--status-warning)}.OrgCbamEditor-module__dTU1Qq__errorText{color:var(--status-danger)}.OrgCbamEditor-module__dTU1Qq__footer{justify-content:flex-end;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--border-subtle);flex-wrap:wrap;display:flex}.OrgCbamEditor-module__dTU1Qq__cancelBtn,.OrgCbamEditor-module__dTU1Qq__saveBtn{border-radius:var(--radius-sm);min-height:40px;font:inherit;cursor:pointer;padding:0 16px;font-weight:600}.OrgCbamEditor-module__dTU1Qq__cancelBtn{border:1px solid var(--border-subtle);color:var(--text-body);background:0 0}.OrgCbamEditor-module__dTU1Qq__saveBtn{border:1px solid var(--status-info);background:var(--status-surface-info);color:var(--text-strong)}.OrgCbamEditor-module__dTU1Qq__saveBtnPending,.OrgCbamEditor-module__dTU1Qq__cancelBtn:disabled,.OrgCbamEditor-module__dTU1Qq__saveBtn:disabled{opacity:.72;cursor:not-allowed}@media (max-width:768px){.OrgCbamEditor-module__dTU1Qq__editor{padding:var(--space-5)}.OrgCbamEditor-module__dTU1Qq__grid{grid-template-columns:1fr}.OrgCbamEditor-module__dTU1Qq__sectorGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.Modal-module__7xAXIW__overlay{background:var(--overlay-bg,#00000080);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;height:100%;z-index:var(--z-modal);justify-content:center;align-items:center;animation:.2s ease-out Modal-module__7xAXIW__fadeIn;display:flex;position:fixed;top:0;left:0}.Modal-module__7xAXIW__modal{background:var(--surface-panel);border:1px solid var(--border-subtle);box-shadow:0 20px 25px -5px var(--shadow-md,#0000001a), 0 10px 10px -5px var(--shadow-sm,#0000000a);border-radius:12px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;animation:.3s ease-out Modal-module__7xAXIW__slideUp;display:flex;overflow:hidden}.Modal-module__7xAXIW__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.Modal-module__7xAXIW__title{color:var(--text-strong);margin:0;font-size:1.25rem;font-weight:600}.Modal-module__7xAXIW__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;font-size:1.5rem;line-height:1;transition:background .2s}.Modal-module__7xAXIW__closeButton:hover{background:var(--surface-input);color:var(--text-strong)}.Modal-module__7xAXIW__content{flex:1;padding:0;overflow-y:auto}@keyframes Modal-module__7xAXIW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7xAXIW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-height:500px) and (orientation:landscape){.Modal-module__7xAXIW__modal{align-self:flex-start;max-height:calc(100dvh - 16px);margin-top:8px}}
.OrgTierEditor-module__xFKnaq__editor{gap:var(--space-5);padding:var(--space-6);background:var(--surface-input);display:grid}.OrgTierEditor-module__xFKnaq__editorHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);flex-wrap:wrap;display:flex}.OrgTierEditor-module__xFKnaq__editorTitleWrap{gap:4px;display:grid}.OrgTierEditor-module__xFKnaq__editorTitle{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.OrgTierEditor-module__xFKnaq__orgName{color:var(--text-strong);margin:0;font-size:1.1rem;font-weight:600}.OrgTierEditor-module__xFKnaq__closeBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:inline-flex}.OrgTierEditor-module__xFKnaq__fieldGroup{gap:var(--space-4) var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.OrgTierEditor-module__xFKnaq__field{gap:6px;display:grid}.OrgTierEditor-module__xFKnaq__label{color:var(--text-muted);font-size:.82rem;font-weight:600}.OrgTierEditor-module__xFKnaq__select,.OrgTierEditor-module__xFKnaq__textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-input);width:100%;color:var(--text-strong);font:inherit;transition:all var(--motion-fast)}.OrgTierEditor-module__xFKnaq__select:hover,.OrgTierEditor-module__xFKnaq__textarea:hover{background:var(--surface-input-hover)}.OrgTierEditor-module__xFKnaq__select:focus-visible,.OrgTierEditor-module__xFKnaq__textarea:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.OrgTierEditor-module__xFKnaq__select{min-height:40px;padding:0 12px}.OrgTierEditor-module__xFKnaq__textarea{resize:vertical;min-height:84px;padding:10px 12px}.OrgTierEditor-module__xFKnaq__helpText,.OrgTierEditor-module__xFKnaq__secondaryText,.OrgTierEditor-module__xFKnaq__errorBanner{margin:0;font-size:.78rem;line-height:1.5}.OrgTierEditor-module__xFKnaq__helpText,.OrgTierEditor-module__xFKnaq__secondaryText{color:var(--text-soft)}.OrgTierEditor-module__xFKnaq__errorBanner{color:var(--status-danger)}.OrgTierEditor-module__xFKnaq__billingPanel{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-input);display:grid}.OrgTierEditor-module__xFKnaq__billingRow{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.OrgTierEditor-module__xFKnaq__billingLabel{color:var(--text-muted);font-size:.82rem;font-weight:600}.OrgTierEditor-module__xFKnaq__billingValue{color:var(--text-strong)}.OrgTierEditor-module__xFKnaq__billingBadge{border-radius:var(--radius-pill);background:var(--status-surface-info);min-height:28px;color:var(--status-info);letter-spacing:.04em;text-transform:uppercase;align-items:center;padding:0 10px;font-size:.76rem;font-weight:700;display:inline-flex}.OrgTierEditor-module__xFKnaq__submitRow{justify-content:space-between;align-items:center;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--border-subtle);flex-wrap:wrap;display:flex}.OrgTierEditor-module__xFKnaq__primaryButton{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--status-surface-info);min-height:40px;color:var(--text-strong);font:inherit;cursor:pointer;transition:all var(--motion-fast);padding:0 16px;font-weight:600}.OrgTierEditor-module__xFKnaq__primaryButton:hover:not(:disabled){background:var(--surface-input-hover);border-color:var(--focus-ring)}.OrgTierEditor-module__xFKnaq__primaryButton:disabled{opacity:.72;cursor:not-allowed}@media (max-width:768px){.OrgTierEditor-module__xFKnaq__editor{padding:var(--space-5)}.OrgTierEditor-module__xFKnaq__fieldGroup{grid-template-columns:1fr}}
.IcmModal-module__dIelba__overlay{z-index:var(--z-modal);background:var(--surface-overlay);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.IcmModal-module__dIelba__panel{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-panel);width:min(100%,560px);max-height:min(90vh,760px);color:var(--text-body);box-shadow:var(--shadow-lg);overflow:auto}.IcmModal-module__dIelba__header{border-bottom:1px solid var(--border-subtle)}.IcmModal-module__dIelba__title{color:var(--text-strong);margin:0}.IcmModal-module__dIelba__description{margin:var(--space-2) 0 0;color:var(--text-muted);font-size:14px}.IcmModal-module__dIelba__body{gap:var(--space-4);padding:var(--space-5) var(--space-6);display:grid}.IcmModal-module__dIelba__footer{justify-content:flex-end;gap:var(--space-3);border-top:1px solid var(--border-subtle);display:flex}.IcmModal-module__dIelba__button,.IcmModal-module__dIelba__buttonSecondary{min-height:var(--space-10);padding:0 var(--space-3);border-radius:var(--radius-md);cursor:pointer;font-size:14px;font-weight:600}.IcmModal-module__dIelba__button{border:1px solid var(--border-strong);background:var(--surface-input-hover);color:var(--text-strong)}.IcmModal-module__dIelba__button:hover:not(:disabled){background:var(--surface-input)}.IcmModal-module__dIelba__buttonSecondary{border:1px solid var(--border-strong);background:var(--surface-panel-muted);color:var(--text-body)}.IcmModal-module__dIelba__buttonSecondary:hover:not(:disabled){background:var(--surface-input)}.IcmModal-module__dIelba__button:disabled,.IcmModal-module__dIelba__buttonSecondary:disabled{opacity:.58;cursor:not-allowed}.IcmModal-module__dIelba__notice{padding:var(--space-3) var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-panel-muted);font-size:13px;line-height:1.7}.IcmModal-module__dIelba__notice[data-tone=warning]{border-color:var(--status-warning);background:var(--status-surface-warning);color:var(--status-warning)}.IcmModal-module__dIelba__notice[data-tone=danger]{border-color:var(--status-danger);background:var(--status-surface-danger);color:var(--status-danger)}.IcmModal-module__dIelba__notice[data-tone=success]{border-color:var(--status-success);background:var(--status-surface-success);color:var(--status-success)}.IcmModal-module__dIelba__field{gap:var(--space-2);display:grid}.IcmModal-module__dIelba__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:12px}.IcmModal-module__dIelba__input{width:100%;min-height:var(--space-12);padding:0 var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-input);color:var(--text-strong);letter-spacing:.18em;text-align:center;font-size:18px}.IcmModal-module__dIelba__input:focus{outline:2px solid var(--focus-ring);outline-offset:2px}@media (max-width:640px){.IcmModal-module__dIelba__panel{max-height:calc(100dvh - var(--space-8));border-radius:var(--radius-lg) var(--radius-lg) 0 0}}
.WorkspaceShell-module__ShSvhG__page{background:var(--surface-page);min-height:100dvh;color:var(--text-body)}.WorkspaceShell-module__ShSvhG__header{border-bottom:1px solid var(--border-subtle);background:var(--surface-panel-muted);padding:24px 32px}.WorkspaceShell-module__ShSvhG__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft);margin:0 0 10px;font-size:11px}.WorkspaceShell-module__ShSvhG__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.WorkspaceShell-module__ShSvhG__titleBlock{gap:10px;min-width:0;display:grid}.WorkspaceShell-module__ShSvhG__title{color:var(--text-strong);margin:0;font-size:28px}.WorkspaceShell-module__ShSvhG__subtitle{max-width:860px;color:var(--text-muted);margin:0;font-size:14px;line-height:1.7}.WorkspaceShell-module__ShSvhG__body{gap:24px;padding:24px 32px 40px;display:grid}.WorkspaceShell-module__ShSvhG__scopeNote{border:1px solid var(--border-subtle);background:var(--surface-panel);color:var(--text-body);border-radius:12px;margin-top:12px;padding:14px 16px;font-size:13px;line-height:1.6}.WorkspaceShell-module__ShSvhG__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:16px;display:grid}.WorkspaceShell-module__ShSvhG__metricCard{border:1px solid var(--border-subtle);background:var(--surface-panel);border-radius:12px;align-content:start;gap:8px;min-width:0;padding:18px;text-decoration:none;display:grid}.WorkspaceShell-module__ShSvhG__metricLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);overflow-wrap:anywhere;margin:0;font-size:11px;line-height:1.5}.WorkspaceShell-module__ShSvhG__metricValue{color:var(--text-strong);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:clamp(1.75rem,3vw,2.1rem);font-weight:600;line-height:1.1}.WorkspaceShell-module__ShSvhG__metricHint{color:var(--text-muted);overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.6}.WorkspaceShell-module__ShSvhG__contentGrid{grid-template-columns:minmax(260px,340px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.WorkspaceShell-module__ShSvhG__contentGrid>*{min-width:0}.WorkspaceShell-module__ShSvhG__sidebarStack,.WorkspaceShell-module__ShSvhG__mainStack{gap:16px;display:grid}.WorkspaceShell-module__ShSvhG__card{border:1px solid var(--border-subtle);background:var(--surface-panel);border-radius:12px;overflow:hidden}.WorkspaceShell-module__ShSvhG__cardHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.WorkspaceShell-module__ShSvhG__cardHeader>*{min-width:0}.WorkspaceShell-module__ShSvhG__cardSection{padding:18px 20px}.WorkspaceShell-module__ShSvhG__cardTitle{color:var(--text-strong);margin:0;font-size:16px}.WorkspaceShell-module__ShSvhG__cardDescription{color:var(--text-muted);margin:8px 0 0;font-size:13px;line-height:1.6}.WorkspaceShell-module__ShSvhG__alert{border:1px solid var(--border-subtle);border-radius:12px;padding:16px 18px;font-size:13px;line-height:1.6}.WorkspaceShell-module__ShSvhG__alert[data-tone=info]{background:var(--status-surface-info);border-color:var(--status-info);color:var(--status-info)}.WorkspaceShell-module__ShSvhG__alert[data-tone=warning]{background:var(--status-surface-warning);border-color:var(--status-warning);color:var(--status-warning)}.WorkspaceShell-module__ShSvhG__alert[data-tone=danger]{background:var(--status-surface-danger);border-color:var(--status-danger);color:var(--status-danger)}.WorkspaceShell-module__ShSvhG__alert[data-tone=success]{background:var(--status-surface-success);border-color:var(--status-success);color:var(--status-success)}.WorkspaceShell-module__ShSvhG__linkGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.WorkspaceShell-module__ShSvhG__linkCard{border:1px solid var(--border-subtle);background:var(--surface-panel);border-radius:12px;padding:18px;text-decoration:none;transition:border-color .16s,transform .16s;display:block}.WorkspaceShell-module__ShSvhG__linkCard:hover{border-color:var(--border-strong);transform:translateY(-1px)}.WorkspaceShell-module__ShSvhG__linkCardTitle{color:var(--text-strong);margin:0;font-size:15px;font-weight:600}.WorkspaceShell-module__ShSvhG__linkCardDescription{color:var(--text-muted);margin:8px 0 0;font-size:13px;line-height:1.6}.WorkspaceShell-module__ShSvhG__linkCardCta{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-amber);margin:12px 0 0;font-size:11px}.WorkspaceShell-module__ShSvhG__linkText{color:var(--accent-primary);text-decoration:none}.WorkspaceShell-module__ShSvhG__linkText:hover{text-decoration:underline}.WorkspaceShell-module__ShSvhG__list{display:grid}.WorkspaceShell-module__ShSvhG__listItem{border-top:1px solid var(--border-subtle);padding:16px 20px;text-decoration:none;display:block}.WorkspaceShell-module__ShSvhG__listItem:first-child{border-top:0}.WorkspaceShell-module__ShSvhG__metricLinkCard,.WorkspaceShell-module__ShSvhG__listLinkItem{transition:border-color .16s,transform .16s,background .16s}.WorkspaceShell-module__ShSvhG__metricLinkCard:hover,.WorkspaceShell-module__ShSvhG__metricLinkCard:focus-visible,.WorkspaceShell-module__ShSvhG__listLinkItem:hover,.WorkspaceShell-module__ShSvhG__listLinkItem:focus-visible{border-color:var(--border-strong);background:var(--surface-panel-strong);transform:translateY(-1px)}.WorkspaceShell-module__ShSvhG__metricLinkCard:focus-visible,.WorkspaceShell-module__ShSvhG__listLinkItem:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.WorkspaceShell-module__ShSvhG__splitRow{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.WorkspaceShell-module__ShSvhG__splitRow>*{min-width:0}.WorkspaceShell-module__ShSvhG__rowTitle{color:var(--text-strong);overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.5}.WorkspaceShell-module__ShSvhG__rowMeta{color:var(--text-muted);overflow-wrap:anywhere;margin:8px 0 0;font-size:12px;line-height:1.6}.WorkspaceShell-module__ShSvhG__badge{background:var(--border-subtle);letter-spacing:.08em;text-align:center;text-transform:uppercase;max-width:100%;min-height:26px;color:var(--text-body);white-space:normal;border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:11px;line-height:1.3;display:inline-flex}.WorkspaceShell-module__ShSvhG__badge[data-tone=success]{background:var(--status-surface-success);color:var(--status-success)}.WorkspaceShell-module__ShSvhG__badge[data-tone=warning]{background:var(--status-surface-warning);color:var(--status-warning)}.WorkspaceShell-module__ShSvhG__badge[data-tone=danger]{background:var(--status-surface-danger);color:var(--status-danger)}.WorkspaceShell-module__ShSvhG__badge[data-tone=info]{background:var(--status-surface-info);color:var(--status-info)}.WorkspaceShell-module__ShSvhG__badgeRow{flex-wrap:wrap;gap:8px;display:flex}.WorkspaceShell-module__ShSvhG__smallText{color:var(--text-muted);font-size:12px}.WorkspaceShell-module__ShSvhG__emphasis{color:var(--text-strong);font-weight:600}.WorkspaceShell-module__ShSvhG__tableScrollper{overflow-x:auto}.WorkspaceShell-module__ShSvhG__table{border-collapse:collapse;width:100%}.WorkspaceShell-module__ShSvhG__tableHeaderCell{border-bottom:1px solid var(--border-subtle);text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);padding:12px 14px;font-size:11px;font-weight:500}.WorkspaceShell-module__ShSvhG__tableCell{border-bottom:1px solid var(--border-subtle);vertical-align:top;color:var(--text-body);padding:16px 14px;font-size:13px}.WorkspaceShell-module__ShSvhG__tableCellNumeric{text-align:right}.WorkspaceShell-module__ShSvhG__tableCellActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.WorkspaceShell-module__ShSvhG__actionRow{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.WorkspaceShell-module__ShSvhG__actionToolbar{gap:1rem;margin-bottom:1rem;display:flex}.WorkspaceShell-module__ShSvhG__linkNoDecoration{text-decoration:none}.WorkspaceShell-module__ShSvhG__button{border:1px solid var(--border-subtle);background:var(--surface-panel-muted);color:var(--text-strong);cursor:pointer;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:500;transition:opacity .16s,transform .16s,border-color .16s}.WorkspaceShell-module__ShSvhG__button:hover:not(:disabled){border-color:var(--border-strong);transform:translateY(-1px)}.WorkspaceShell-module__ShSvhG__button:disabled{opacity:.55;cursor:not-allowed}.WorkspaceShell-module__ShSvhG__buttonPrimary{background:var(--accent-amber);border-color:var(--accent-amber);color:var(--surface-page)}.WorkspaceShell-module__ShSvhG__buttonWarning{background:var(--status-surface-warning);border-color:var(--status-warning);color:var(--status-warning)}.WorkspaceShell-module__ShSvhG__buttonDanger{background:var(--status-surface-danger);border-color:var(--status-danger);color:var(--status-danger)}.WorkspaceShell-module__ShSvhG__buttonMuted{background:var(--surface-panel-strong);border-color:var(--border-subtle);color:var(--text-body)}.WorkspaceShell-module__ShSvhG__emptyState{text-align:center;color:var(--text-muted);padding:32px 24px}.WorkspaceShell-module__ShSvhG__emptyTitle{color:var(--text-strong);margin:0;font-size:15px}.WorkspaceShell-module__ShSvhG__emptyDescription{margin:10px 0 0;font-size:13px;line-height:1.6}.WorkspaceShell-module__ShSvhG__stack{gap:12px;display:grid}.WorkspaceShell-module__ShSvhG__grid{gap:16px;display:grid}.WorkspaceShell-module__ShSvhG__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:700}.WorkspaceShell-module__ShSvhG__input,.WorkspaceShell-module__ShSvhG__select,.WorkspaceShell-module__ShSvhG__textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-input);width:100%;min-height:42px;color:var(--text-strong);font:inherit;padding:0 12px}.WorkspaceShell-module__ShSvhG__textarea{resize:vertical;min-height:96px;padding:10px 12px}.WorkspaceShell-module__ShSvhG__input:hover,.WorkspaceShell-module__ShSvhG__select:hover,.WorkspaceShell-module__ShSvhG__textarea:hover{background:var(--surface-input-hover)}.WorkspaceShell-module__ShSvhG__input:focus-visible,.WorkspaceShell-module__ShSvhG__select:focus-visible,.WorkspaceShell-module__ShSvhG__textarea:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-color:var(--focus-ring)}.WorkspaceShell-module__ShSvhG__primaryButton{border-radius:var(--radius-sm);background:var(--accent-cyan);min-height:42px;color:var(--surface-page);font:inherit;cursor:pointer;border:none;padding:0 16px;font-weight:700}.WorkspaceShell-module__ShSvhG__primaryButton:hover:not(:disabled){opacity:.88}.WorkspaceShell-module__ShSvhG__primaryButton:disabled{opacity:.55;cursor:not-allowed}.WorkspaceShell-module__ShSvhG__secondaryButton{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-panel);min-height:42px;color:var(--text-body);font:inherit;cursor:pointer;padding:0 16px}.WorkspaceShell-module__ShSvhG__secondaryButton:hover:not(:disabled){background:var(--surface-panel-strong)}.WorkspaceShell-module__ShSvhG__sectionMarginBottom{margin-bottom:var(--space-6)}.WorkspaceShell-module__ShSvhG__filterBar{align-items:flex-end;gap:var(--space-4);flex-wrap:wrap;display:flex}.WorkspaceShell-module__ShSvhG__filterGroup{gap:var(--space-2);min-width:0;display:grid}.WorkspaceShell-module__ShSvhG__filterGroupGrow{flex:1}.WorkspaceShell-module__ShSvhG__filterSubmit{align-self:flex-end}.WorkspaceShell-module__ShSvhG__tableHeaderCellCenter{text-align:center}.WorkspaceShell-module__ShSvhG__tableHeaderCellRight{text-align:right}.WorkspaceShell-module__ShSvhG__tableCellCenter{text-align:center}.WorkspaceShell-module__ShSvhG__tableCellNumericStrong{text-align:right;font-weight:600}.WorkspaceShell-module__ShSvhG__tableEmptyRow{text-align:center;padding:var(--space-8)}.WorkspaceShell-module__ShSvhG__pagination{margin-top:var(--space-4);gap:var(--space-2);justify-content:center;display:flex}.WorkspaceShell-module__ShSvhG__paginationPageLink{min-width:2.5rem}.WorkspaceShell-module__ShSvhG__detailValueEmphasis{font-weight:600}.WorkspaceShell-module__ShSvhG__timelineReason{margin:0;font-weight:500}@media (max-width:1024px){.WorkspaceShell-module__ShSvhG__header,.WorkspaceShell-module__ShSvhG__body{padding-left:20px;padding-right:20px}.WorkspaceShell-module__ShSvhG__contentGrid{grid-template-columns:1fr}}
.ResponsiveTable-module__UJyMta__wrapper{width:100%}.ResponsiveTable-module__UJyMta__caption{color:var(--text-muted);text-align:left;margin-bottom:12px;font-size:14px}.ResponsiveTable-module__UJyMta__table{border-collapse:collapse;width:100%}.ResponsiveTable-module__UJyMta__headerCell{border-bottom:1px solid var(--border-subtle);color:var(--text-muted);text-align:left;padding:12px 14px;font-size:14px;font-weight:700}.ResponsiveTable-module__UJyMta__bodyCell{border-bottom:1px solid var(--border-subtle);color:var(--text-body);vertical-align:top;padding:14px;font-size:14px}.ResponsiveTable-module__UJyMta__mobileCards{display:none}.ResponsiveTable-module__UJyMta__card{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-panel);gap:12px;padding:16px;display:grid}.ResponsiveTable-module__UJyMta__cardDefinitionList{gap:12px;margin:0;display:grid}.ResponsiveTable-module__UJyMta__cardRow{gap:4px;display:grid}.ResponsiveTable-module__UJyMta__cardLabel{color:var(--text-muted);margin:0;font-size:14px;font-weight:700}.ResponsiveTable-module__UJyMta__cardValue{color:var(--text-body);margin:0;font-size:14px;line-height:1.6}.ResponsiveTable-module__UJyMta__emptyState{border:1px dashed var(--border-strong);border-radius:var(--radius-md);color:var(--text-muted);padding:20px;font-size:14px}.ResponsiveTable-module__UJyMta__clickableRow{cursor:pointer}.ResponsiveTable-module__UJyMta__clickableRow:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.ResponsiveTable-module__UJyMta__cardInteractive{cursor:pointer}.ResponsiveTable-module__UJyMta__cardExpanded{border-top:1px solid var(--border-subtle);padding-top:12px}@media (max-width:768px){.ResponsiveTable-module__UJyMta__table{display:none}.ResponsiveTable-module__UJyMta__mobileCards{gap:12px;display:grid}}
.AISystemDisclosure-module__ndBLLG__disclosure{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--border-default);border-left:3px solid var(--brand-primary);border-radius:var(--radius-md);margin-bottom:var(--space-5);display:flex}.AISystemDisclosure-module__ndBLLG__icon{letter-spacing:.05em;color:var(--brand-primary);background:var(--status-surface-info);border:1px solid var(--status-info);border-radius:var(--radius-sm);flex-shrink:0;margin-top:2px;padding:2px 6px;font-size:.7rem;font-weight:700}.AISystemDisclosure-module__ndBLLG__text{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.6}
.AppState-module__fSwmeW__page{min-height:100dvh;padding:var(--space-10) var(--space-5);background:var(--bg-surface);place-items:center;display:grid}.AppState-module__fSwmeW__panel{text-align:center;max-width:640px;font-family:system-ui,-apple-system,sans-serif}.AppState-module__fSwmeW__spinner{width:2.5rem;height:2.5rem;margin:0 auto var(--space-4);border:2px solid var(--border-subtle);border-top-color:var(--brand-primary);border-radius:var(--radius-pill);animation:.8s linear infinite AppState-module__fSwmeW__appStateSpin}.AppState-module__fSwmeW__loadingLabel{color:var(--text-muted);letter-spacing:.12em;font-size:12px}.AppState-module__fSwmeW__icon{margin-bottom:var(--space-4);font-size:3rem}.AppState-module__fSwmeW__errorIcon{color:var(--status-danger)}.AppState-module__fSwmeW__notFoundMark{width:4rem;height:4rem;margin:0 auto var(--space-6);border-radius:var(--radius-xl);border:1px solid var(--border-subtle);background:var(--surface-panel);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:flex;overflow:hidden}.AppState-module__fSwmeW__notFoundLogo{object-fit:contain;width:3.5rem;height:3.5rem}.AppState-module__fSwmeW__notFoundCode{margin:0 0 var(--space-4);letter-spacing:-.05em;color:var(--text-primary);font-size:4.5rem;font-weight:700;line-height:1}.AppState-module__fSwmeW__title{color:var(--text-primary);margin:0 0 12px;font-size:20px;font-weight:700}.AppState-module__fSwmeW__body{margin:0 0 var(--space-8);color:var(--text-muted);font-size:14px;line-height:1.6}.AppState-module__fSwmeW__devMessage{color:var(--status-warning);font-size:12px;font-family:var(--font-mono);margin-top:8px;display:block}.AppState-module__fSwmeW__actions{justify-content:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.AppState-module__fSwmeW__primaryLink,.AppState-module__fSwmeW__secondaryLink,.AppState-module__fSwmeW__button{min-height:42px;padding:0 var(--space-5);border-radius:var(--radius-lg);justify-content:center;align-items:center;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.AppState-module__fSwmeW__primaryLink{background:var(--accent-blue);color:var(--text-inverse)}.AppState-module__fSwmeW__secondaryLink,.AppState-module__fSwmeW__button{border:1px solid var(--border-subtle);color:var(--text-secondary);background:0 0}.AppState-module__fSwmeW__button{cursor:pointer}@keyframes AppState-module__fSwmeW__appStateSpin{to{transform:rotate(360deg)}}
.ShellLayout-module__HEG4wa__root{background:var(--surface-page);min-height:100dvh;display:flex}.ShellLayout-module__HEG4wa__column{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.ShellLayout-module__HEG4wa__main{flex:1;min-height:0;overflow:auto}.ShellLayout-module__HEG4wa__mainPadded{padding:24px}.ShellLayout-module__HEG4wa__mainWithBottomNav{margin-bottom:max(92px, calc(72px + env(safe-area-inset-bottom)));padding-bottom:var(--space-4);scroll-padding-bottom:max(92px, calc(72px + env(safe-area-inset-bottom)))}@media (max-width:1024px){.ShellLayout-module__HEG4wa__mainPadded{padding:16px}}@media (max-width:640px){.ShellLayout-module__HEG4wa__mainPadded{padding:12px}}@media (max-width:768px){.ShellLayout-module__HEG4wa__root{height:100dvh;min-height:100dvh;overflow:hidden}}.ShellLayout-module__HEG4wa__adminBanner{background:var(--accent-blue);color:var(--text-strong);letter-spacing:1px;text-align:center;padding:4px 20px;font-size:11px;font-weight:600}
.Sidebar-module__y-Zxfa__sidebar{border-right:1px solid var(--nav-border);background:var(--surface-nav);min-height:100dvh;font-family:var(--font-body);flex-direction:column;flex-shrink:0;transition:width .2s;display:flex;overflow:hidden}.Sidebar-module__y-Zxfa__expanded{width:240px}.Sidebar-module__y-Zxfa__collapsed{width:56px}.Sidebar-module__y-Zxfa__header{border-bottom:1px solid var(--nav-border);background:var(--surface-nav-header);flex-shrink:0;align-items:center;gap:10px;min-width:0;height:56px;display:flex}.Sidebar-module__y-Zxfa__headerExpanded{padding:0 20px}.Sidebar-module__y-Zxfa__headerCollapsed{padding:0 16px}.Sidebar-module__y-Zxfa__brandMark{color:var(--accent-amber);flex-shrink:0;font-size:20px}.Sidebar-module__y-Zxfa__brandTitle{color:var(--nav-text-strong);white-space:normal;overflow-wrap:anywhere;font-size:14px;font-weight:700;overflow:hidden}.Sidebar-module__y-Zxfa__nav{flex:1;padding:12px 0;overflow-y:auto}.Sidebar-module__y-Zxfa__navSection{margin-bottom:16px}.Sidebar-module__y-Zxfa__subsection{gap:var(--space-1);display:grid}.Sidebar-module__y-Zxfa__subsection+.Sidebar-module__y-Zxfa__subsection{margin-top:var(--space-3)}.Sidebar-module__y-Zxfa__sectionLabel{color:var(--nav-text-section);letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px;padding:0 20px;font-size:11px;font-weight:600}.Sidebar-module__y-Zxfa__sectionLabelButton{width:100%;color:var(--nav-text-section);letter-spacing:.5px;text-transform:uppercase;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 20px;font-size:11px;font-weight:600;display:flex}.Sidebar-module__y-Zxfa__sectionLabelButton:hover{color:var(--nav-text-strong)}.Sidebar-module__y-Zxfa__cmdKHint{border:1px solid var(--nav-border);border-radius:var(--radius-sm);background:var(--surface-panel-muted);color:var(--text-muted);margin-left:auto;padding:2px 6px;font-size:11px;font-weight:600;line-height:1}.Sidebar-module__y-Zxfa__groupItems{display:grid}.Sidebar-module__y-Zxfa__subsectionLabel{padding:0 var(--space-5);color:var(--text-soft);text-transform:uppercase;font-size:.6875rem;font-weight:700}.Sidebar-module__y-Zxfa__navLink{color:var(--nav-text);white-space:normal;overflow-wrap:anywhere;border-left:4px solid #0000;align-items:center;gap:12px;font-size:13px;font-weight:400;text-decoration:none;transition:color .15s,background-color .15s,border-color .15s;display:flex;position:relative}.Sidebar-module__y-Zxfa__navLink:hover{background-color:var(--nav-hover-bg);color:var(--nav-text-strong)}.Sidebar-module__y-Zxfa__navLink:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px;border-radius:var(--radius-sm)}.Sidebar-module__y-Zxfa__navLinkExpanded{min-width:0;padding:10px 18px}.Sidebar-module__y-Zxfa__navLinkCollapsed{min-width:0;padding:10px 16px}.Sidebar-module__y-Zxfa__navLink[data-active=true]{border-left-color:var(--sidebar-active-rail);background:var(--sidebar-active-bg);color:var(--sidebar-active-text);font-weight:600}.Sidebar-module__y-Zxfa__navIcon{opacity:var(--nav-icon-opacity);flex-shrink:0;display:flex}.Sidebar-module__y-Zxfa__navLink[data-active=true] .Sidebar-module__y-Zxfa__navIcon{opacity:1;color:var(--sidebar-active-rail)}.Sidebar-module__y-Zxfa__dirtyDot{background-color:var(--status-danger);width:6px;height:6px;box-shadow:0 0 8px var(--status-surface-danger);border-radius:50%;position:absolute;top:14px;right:12px}.Sidebar-module__y-Zxfa__navLinkExpanded .Sidebar-module__y-Zxfa__dirtyDot{right:16px}.Sidebar-module__y-Zxfa__navLinkCollapsed .Sidebar-module__y-Zxfa__dirtyDot{top:8px;right:8px}.Sidebar-module__y-Zxfa__dirtyDot:hover{transition:transform var(--motion-fast);transform:scale(1.2)}.Sidebar-module__y-Zxfa__settingsSection{border-top:1px solid var(--nav-border);padding:8px 0}.Sidebar-module__y-Zxfa__toggle{border:none;border-top:1px solid var(--nav-border);color:var(--nav-text-section);cursor:pointer;background:0 0;justify-content:center;align-items:center;min-width:0;padding:12px;display:flex}.Sidebar-module__y-Zxfa__toggle:hover{color:var(--nav-text)}@media (max-width:1024px){.Sidebar-module__y-Zxfa__sidebar{z-index:var(--z-sidebar);max-width:min(240px,85vw);height:100dvh;box-shadow:none;transition:transform .22s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;transform:translate(-100%)}.Sidebar-module__y-Zxfa__sidebarDrawerOpen{box-shadow:var(--shadow-lg);transform:translate(0)}.Sidebar-module__y-Zxfa__toggle{display:none}}.Sidebar-module__y-Zxfa__drawerBackdrop{z-index:var(--z-sidebar);background:var(--surface-input);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;position:fixed;inset:0}.Sidebar-module__y-Zxfa__drawerBackdropVisible{display:block}
.OrgSwitcher-module__5zm3Ca__switcher{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.OrgSwitcher-module__5zm3Ca__orgButton{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;min-height:28px;font-size:.75rem;transition:all .15s}.OrgSwitcher-module__5zm3Ca__orgButton:hover:not(:disabled){border-color:var(--border-brand);color:var(--text-primary)}.OrgSwitcher-module__5zm3Ca__orgButton.OrgSwitcher-module__5zm3Ca__active{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--status-surface-info)}.OrgSwitcher-module__5zm3Ca__orgButton:disabled{opacity:.5;cursor:not-allowed}.OrgSwitcher-module__5zm3Ca__switching{color:var(--text-secondary);font-size:.75rem}
.TopBar-module__zyPKba__topbar{z-index:var(--z-topbar);border-bottom:1px solid var(--nav-border);background:var(--surface-topbar);justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex;position:sticky;top:0}.TopBar-module__zyPKba__left{align-items:center;gap:16px;min-width:0;display:flex}.TopBar-module__zyPKba__marketplaceLink{color:var(--nav-text);transition:color var(--motion-fast);font-size:13px;font-weight:600;text-decoration:none}.TopBar-module__zyPKba__marketplaceLink:hover{color:var(--nav-text-strong)}.TopBar-module__zyPKba__guestLabel{color:var(--nav-text-section);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:600}.TopBar-module__zyPKba__guestLink{color:var(--nav-text);transition:color var(--motion-fast);font-size:13px;font-weight:600;text-decoration:none}.TopBar-module__zyPKba__guestLink:hover{color:var(--nav-text-strong)}.TopBar-module__zyPKba__center{flex:1;justify-content:center;min-width:0;padding:0 40px;display:flex}.TopBar-module__zyPKba__right{align-items:center;gap:4px;min-width:0;margin-right:4px;display:flex}.TopBar-module__zyPKba__iconButton{border-radius:var(--radius-sm);min-width:48px;min-height:48px;color:var(--nav-text);cursor:pointer;transition:color var(--motion-fast), background var(--motion-fast);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.TopBar-module__zyPKba__iconButton:hover{background:var(--nav-hover-bg);color:var(--nav-text-strong)}.TopBar-module__zyPKba__iconButton:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.TopBar-module__zyPKba__menu{position:relative}.TopBar-module__zyPKba__menuButton{border-radius:var(--radius-sm);cursor:pointer;min-height:48px;transition:background var(--motion-fast);background:0 0;border:none;align-items:center;gap:10px;min-width:0;padding:0 10px;display:flex}.TopBar-module__zyPKba__menuButton:hover{background:var(--nav-hover-bg)}.TopBar-module__zyPKba__menuButton:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.TopBar-module__zyPKba__avatar{border:1px solid var(--status-warning);background:var(--status-surface-warning);width:32px;height:32px;color:var(--accent-amber);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.TopBar-module__zyPKba__meta{text-align:left;min-width:0}.TopBar-module__zyPKba__name{max-width:140px;color:var(--nav-text-strong);overflow-wrap:anywhere;word-break:break-word;font-size:13px;font-weight:500}.TopBar-module__zyPKba__role{color:var(--nav-text-section);text-transform:capitalize;font-size:10px}.TopBar-module__zyPKba__chevron{color:var(--nav-text-section)}.TopBar-module__zyPKba__backdrop{z-index:var(--z-topbar);position:fixed;inset:0}.TopBar-module__zyPKba__dropdown{z-index:var(--z-topbar);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-panel);min-width:180px;box-shadow:var(--shadow-md);position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.TopBar-module__zyPKba__dropdownHeader{border-bottom:1px solid var(--border-subtle);padding:12px 16px}.TopBar-module__zyPKba__email{color:var(--text-strong);overflow-wrap:anywhere;word-break:break-word;font-size:12px;font-weight:600}.TopBar-module__zyPKba__dropdownRole{color:var(--text-soft);margin-top:2px;font-size:10px}.TopBar-module__zyPKba__dropdownAction{width:100%;color:var(--text-body);text-align:left;cursor:pointer;background:0 0;border:none;padding:10px 16px;font-size:13px;display:block}.TopBar-module__zyPKba__dropdownAction:hover{background:var(--surface-input)}.TopBar-module__zyPKba__footer{border-top:1px solid var(--border-subtle)}.TopBar-module__zyPKba__dangerAction{color:var(--status-danger)}.TopBar-module__zyPKba__disabledAction{color:var(--text-soft);cursor:not-allowed}.TopBar-module__zyPKba__resumeChip{align-items:center;gap:var(--space-1);border-radius:var(--radius-pill);background:var(--nav-hover-bg);border:1px solid var(--nav-border);color:var(--nav-text-strong);animation:TopBar-module__zyPKba__fadeIn var(--motion-fast) both;padding:4px 12px 4px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.TopBar-module__zyPKba__resumeLink{color:inherit;text-decoration:none}.TopBar-module__zyPKba__resumeLink:hover{text-decoration:underline}.TopBar-module__zyPKba__resumeDismiss{width:16px;height:16px;color:var(--nav-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.TopBar-module__zyPKba__resumeDismiss:hover{background:var(--nav-hover-bg);color:var(--nav-text-strong)}.TopBar-module__zyPKba__densityToggle{border-radius:var(--radius-sm);min-width:44px;min-height:44px;color:var(--nav-text);cursor:pointer;transition:color var(--motion-fast), background var(--motion-fast);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.TopBar-module__zyPKba__densityToggle:hover{background:var(--nav-hover-bg);color:var(--nav-text-strong)}.TopBar-module__zyPKba__densityToggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}@media (max-width:1024px){.TopBar-module__zyPKba__center{justify-content:flex-start;padding:0 12px}}@media (max-width:640px){.TopBar-module__zyPKba__topbar{gap:6px;padding:0 12px}.TopBar-module__zyPKba__center{min-width:0;padding:0 8px}.TopBar-module__zyPKba__left{gap:10px}.TopBar-module__zyPKba__meta,.TopBar-module__zyPKba__marketplaceLink{display:none}.TopBar-module__zyPKba__guestLink{display:inline-flex}}
.ThemeToggle-module__TJ1Fea__iconButton{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--text-muted);cursor:pointer;transition:color var(--motion-fast), background var(--motion-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ThemeToggle-module__TJ1Fea__iconButton:hover{background:var(--surface-input);color:var(--text-strong)}.ThemeToggle-module__TJ1Fea__iconButton:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.ThemeToggle-module__TJ1Fea__pill{border:1px solid var(--border-subtle);border-radius:var(--radius-pill);background:var(--surface-input);min-height:48px;color:var(--text-body);cursor:pointer;transition:border-color var(--motion-fast), background var(--motion-fast), color var(--motion-fast);align-items:center;gap:8px;padding:0 12px;display:inline-flex}.ThemeToggle-module__TJ1Fea__pill:hover{border-color:var(--border-strong)}.ThemeToggle-module__TJ1Fea__pill:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.ThemeToggle-module__TJ1Fea__pillTrack{border-radius:var(--radius-pill);background:var(--border-strong);flex-shrink:0;width:32px;height:18px;position:relative}.ThemeToggle-module__TJ1Fea__pillThumb{background:var(--text-muted);width:14px;height:14px;transition:left var(--motion-fast), background var(--motion-fast);border-radius:999px;position:absolute;top:2px}.ThemeToggle-module__TJ1Fea__thumbDark{left:2px}.ThemeToggle-module__TJ1Fea__thumbLight{background:var(--accent-amber);left:16px}.ThemeToggle-module__TJ1Fea__sunIcon{color:var(--accent-amber);flex-shrink:0}.ThemeToggle-module__TJ1Fea__moonIcon{color:var(--accent-cyan);flex-shrink:0}
.CommandPalette-module__Rox1Wa__backdrop{z-index:var(--z-command);background:var(--surface-input);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:flex-start;padding-top:15vh;display:flex;position:fixed;inset:0}.CommandPalette-module__Rox1Wa__panel{background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);width:min(640px,90vw);box-shadow:var(--shadow-lg);overflow:hidden}.CommandPalette-module__Rox1Wa__input{width:100%;height:52px;padding:0 var(--space-5);border:none;border-bottom:1px solid var(--border-default);color:var(--text-primary);box-sizing:border-box;background:0 0;font-size:1rem}.CommandPalette-module__Rox1Wa__input:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.CommandPalette-module__Rox1Wa__list{padding:var(--space-2) 0;max-height:360px;margin:0;list-style:none;overflow-y:auto}.CommandPalette-module__Rox1Wa__groupList{margin:0;padding:0;list-style:none}.CommandPalette-module__Rox1Wa__groupLabel{padding:10px var(--space-5) 6px;color:var(--text-muted);font-size:14px;font-weight:700}.CommandPalette-module__Rox1Wa__item{padding:var(--space-3) var(--space-5);cursor:pointer;flex-direction:column;gap:2px;transition:background .15s;display:flex}.CommandPalette-module__Rox1Wa__item:hover,.CommandPalette-module__Rox1Wa__itemHighlighted{background:var(--status-surface-info)}.CommandPalette-module__Rox1Wa__path{color:var(--text-primary);font-size:14px;font-weight:500;font-family:var(--font-mono)}.CommandPalette-module__Rox1Wa__label{color:var(--text-secondary);font-size:14px}.CommandPalette-module__Rox1Wa__empty{padding:var(--space-5);text-align:center;color:var(--text-tertiary);font-size:14px}.CommandPalette-module__Rox1Wa__footer{padding:12px var(--space-5);border-top:1px solid var(--border-default);background:var(--bg-subtle,#ffffff05);flex-wrap:wrap;gap:10px;display:flex}.CommandPalette-module__Rox1Wa__hint{color:var(--text-muted);font-size:14px}.CommandPalette-module__Rox1Wa__hint kbd{border:1px solid var(--border-strong);background:var(--surface-input);color:var(--text-body);font-size:12px;font-family:var(--font-mono);border-radius:6px;padding:2px 6px}
.PCFLeadGate-module__IQldaq__shell{gap:var(--space-5);padding:var(--space-6);border:1px solid var(--border-subtle);border-radius:calc(var(--radius-xl) + var(--radius-sm));background:radial-gradient(circle at top left, var(--status-surface-info), transparent 34%), linear-gradient(180deg, var(--surface-input), var(--surface-input));display:grid}.PCFLeadGate-module__IQldaq__header{gap:var(--space-2);display:grid}.PCFLeadGate-module__IQldaq__eyebrow,.PCFLeadGate-module__IQldaq__modalEyebrow,.PCFLeadGate-module__IQldaq__confirmationEyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--status-success);margin:0;font-size:11px;font-weight:700}.PCFLeadGate-module__IQldaq__title,.PCFLeadGate-module__IQldaq__modalTitle,.PCFLeadGate-module__IQldaq__confirmationTitle{color:var(--text-primary);margin:0}.PCFLeadGate-module__IQldaq__subtitle,.PCFLeadGate-module__IQldaq__confirmationText,.PCFLeadGate-module__IQldaq__calloutText,.PCFLeadGate-module__IQldaq__helperText,.PCFLeadGate-module__IQldaq__detailText{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.7}.PCFLeadGate-module__IQldaq__teaserCard,.PCFLeadGate-module__IQldaq__unlockedCard,.PCFLeadGate-module__IQldaq__confirmationCard{gap:var(--space-5);display:grid}.PCFLeadGate-module__IQldaq__metricRow{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.PCFLeadGate-module__IQldaq__metricBlock,.PCFLeadGate-module__IQldaq__detailCard{gap:var(--space-2);padding:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-input);display:grid}.PCFLeadGate-module__IQldaq__metricLabel,.PCFLeadGate-module__IQldaq__detailTitle,.PCFLeadGate-module__IQldaq__calloutTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin:0;font-size:11px;font-weight:700}.PCFLeadGate-module__IQldaq__metricValue{color:var(--text-primary);margin:0;font-size:clamp(1.35rem,2vw,1.8rem);font-weight:700}.PCFLeadGate-module__IQldaq__secondaryValue,.PCFLeadGate-module__IQldaq__referenceValue{color:var(--brand-secondary);margin:0;font-size:14px}.PCFLeadGate-module__IQldaq__lockedValue{filter:blur(7px);-webkit-user-select:none;user-select:none}.PCFLeadGate-module__IQldaq__callout{justify-content:space-between;gap:var(--space-4);padding:var(--space-5);border-radius:var(--radius-lg);border:1px solid var(--status-success);background:var(--surface-input);align-items:center;display:flex}.PCFLeadGate-module__IQldaq__primaryButton,.PCFLeadGate-module__IQldaq__secondaryButton,.PCFLeadGate-module__IQldaq__closeButton{min-height:44px;padding:0 var(--space-4);border-radius:var(--radius-md);font:inherit;cursor:pointer;justify-content:center;align-items:center;font-weight:700;text-decoration:none;display:inline-flex}.PCFLeadGate-module__IQldaq__primaryButton{background:linear-gradient(135deg, var(--brand-secondary), var(--brand-primary));color:var(--text-inverse);border:none}.PCFLeadGate-module__IQldaq__secondaryButton,.PCFLeadGate-module__IQldaq__closeButton{border:1px solid var(--border-subtle);background:var(--surface-input);color:var(--text-muted)}.PCFLeadGate-module__IQldaq__primaryButton:disabled,.PCFLeadGate-module__IQldaq__secondaryButton:disabled{opacity:.6;cursor:not-allowed}.PCFLeadGate-module__IQldaq__modalBackdrop{z-index:var(--z-overlay);padding:var(--space-5);background:var(--surface-input);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PCFLeadGate-module__IQldaq__modalCard{gap:var(--space-5);width:min(720px,100%);padding:var(--space-6);border:1px solid var(--border-subtle);border-radius:calc(var(--radius-xl) + var(--radius-sm));background:radial-gradient(circle at top right, var(--status-surface-info), transparent 28%), linear-gradient(180deg, var(--surface-input), var(--surface-input));box-shadow:0 24px 64px var(--border-subtle);display:grid}.PCFLeadGate-module__IQldaq__modalHeader{justify-content:space-between;gap:var(--space-4);align-items:flex-start;display:flex}.PCFLeadGate-module__IQldaq__form{gap:var(--space-4);display:grid}.PCFLeadGate-module__IQldaq__fieldGrid,.PCFLeadGate-module__IQldaq__detailGrid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.PCFLeadGate-module__IQldaq__field{gap:var(--space-2);color:var(--text-muted);font-size:13px;display:grid}.PCFLeadGate-module__IQldaq__input,.PCFLeadGate-module__IQldaq__select{min-height:46px;padding:0 var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-input);color:var(--text-primary);font:inherit}.PCFLeadGate-module__IQldaq__checkboxRow{gap:var(--space-3);color:var(--text-muted);align-items:flex-start;font-size:13px;line-height:1.6;display:flex}.PCFLeadGate-module__IQldaq__checkboxRow input{margin-top:2px}.PCFLeadGate-module__IQldaq__inlineLink{color:var(--brand-secondary);text-decoration:none}.PCFLeadGate-module__IQldaq__inlineLink:hover,.PCFLeadGate-module__IQldaq__inlineLink:focus-visible{text-decoration:underline}.PCFLeadGate-module__IQldaq__formActions{gap:var(--space-3);flex-wrap:wrap;display:flex}.PCFLeadGate-module__IQldaq__errorBanner,.PCFLeadGate-module__IQldaq__noticeBanner{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:14px;line-height:1.6}.PCFLeadGate-module__IQldaq__errorBanner{border:1px solid var(--status-danger);background:var(--surface-input);color:var(--status-danger)}.PCFLeadGate-module__IQldaq__noticeBanner{border:1px solid var(--status-success);background:var(--surface-input);color:var(--status-success)}@media (max-width:1024px){.PCFLeadGate-module__IQldaq__metricRow,.PCFLeadGate-module__IQldaq__fieldGrid,.PCFLeadGate-module__IQldaq__detailGrid{grid-template-columns:1fr}.PCFLeadGate-module__IQldaq__callout{flex-direction:column;align-items:stretch}}@media (max-width:640px){.PCFLeadGate-module__IQldaq__shell,.PCFLeadGate-module__IQldaq__modalCard{padding:var(--space-5)}.PCFLeadGate-module__IQldaq__modalBackdrop{padding:var(--space-3)}.PCFLeadGate-module__IQldaq__modalHeader,.PCFLeadGate-module__IQldaq__formActions{flex-direction:column}}
.ComplianceGuidanceBar-module__nawj3a__bar{border-bottom:1px solid var(--border-subtle);background:var(--surface-panel-muted);color:var(--text-body);justify-content:space-between;align-items:center;gap:14px;padding:10px 18px;display:flex}.ComplianceGuidanceBar-module__nawj3a__copy{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;min-width:0;display:grid}.ComplianceGuidanceBar-module__nawj3a__icon{border:1px solid var(--border-subtle);background:var(--surface-input);width:28px;height:28px;color:var(--accent-primary);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.ComplianceGuidanceBar-module__nawj3a__text{gap:2px;min-width:0;font-size:13px;line-height:1.45;display:grid}.ComplianceGuidanceBar-module__nawj3a__text strong{color:var(--text-strong);font-size:13px;line-height:1.35}.ComplianceGuidanceBar-module__nawj3a__text span,.ComplianceGuidanceBar-module__nawj3a__text small{color:var(--text-muted);overflow-wrap:anywhere}.ComplianceGuidanceBar-module__nawj3a__text small{font-size:11px}.ComplianceGuidanceBar-module__nawj3a__actions{flex-wrap:wrap;flex:none;align-items:center;gap:8px;display:flex}.ComplianceGuidanceBar-module__nawj3a__link{border:1px solid var(--border-subtle);background:var(--surface-input);min-height:32px;color:var(--accent-primary);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:700;line-height:1.4;text-decoration:none;display:inline-flex}.ComplianceGuidanceBar-module__nawj3a__link:hover{border-color:var(--border-strong);color:var(--text-strong)}@media (max-width:1024px){.ComplianceGuidanceBar-module__nawj3a__bar{display:grid}.ComplianceGuidanceBar-module__nawj3a__actions{justify-content:flex-start}}@media (max-width:640px){.ComplianceGuidanceBar-module__nawj3a__bar{padding:10px 12px}.ComplianceGuidanceBar-module__nawj3a__actions{grid-template-columns:1fr;display:grid}.ComplianceGuidanceBar-module__nawj3a__link{width:100%}}
.AmendmentModal-module__E5U-Sa__overlay{z-index:var(--z-modal);background:var(--surface-input);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.AmendmentModal-module__E5U-Sa__modal{border:1px solid var(--border-subtle);background:var(--surface-panel);border-radius:16px;width:min(720px,100%);max-height:calc(100dvh - 48px);overflow-y:auto}.AmendmentModal-module__E5U-Sa__header{border-bottom:1px solid var(--border-subtle);padding:22px 24px 16px}.AmendmentModal-module__E5U-Sa__title{color:var(--text-strong);margin:0;font-size:20px}.AmendmentModal-module__E5U-Sa__subtitle{color:var(--text-muted);margin:10px 0 0;font-size:13px;line-height:1.6}.AmendmentModal-module__E5U-Sa__body{gap:16px;padding:20px 24px 24px;display:grid}.AmendmentModal-module__E5U-Sa__fieldGrid{gap:14px;display:grid}.AmendmentModal-module__E5U-Sa__field{gap:8px;display:grid}.AmendmentModal-module__E5U-Sa__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.AmendmentModal-module__E5U-Sa__input,.AmendmentModal-module__E5U-Sa__select,.AmendmentModal-module__E5U-Sa__textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-input);width:100%;min-height:42px;color:var(--text-strong);padding:10px 12px}.AmendmentModal-module__E5U-Sa__textarea{resize:vertical;min-height:128px}.AmendmentModal-module__E5U-Sa__counter{color:var(--text-muted);font-size:12px}.AmendmentModal-module__E5U-Sa__checkboxRow{color:var(--text-body);align-items:flex-start;gap:10px;font-size:13px;line-height:1.6;display:flex}.AmendmentModal-module__E5U-Sa__footer{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}@media (max-width:640px){.AmendmentModal-module__E5U-Sa__modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:calc(100dvh - 32px);margin:0}.AmendmentModal-module__E5U-Sa__overlay{align-items:flex-end;padding:0}}
.VerifierSearchFilters-module__tR9wJa__panel{gap:var(--space-4);padding:var(--space-5);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-panel);box-shadow:var(--shadow-soft);display:grid}.VerifierSearchFilters-module__tR9wJa__field{gap:var(--space-2);display:grid}.VerifierSearchFilters-module__tR9wJa__label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.VerifierSearchFilters-module__tR9wJa__input{width:100%;min-height:46px;padding:0 var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-panel);color:var(--text-strong);font:inherit;transition:background var(--motion-fast), border-color var(--motion-fast)}.VerifierSearchFilters-module__tR9wJa__input:hover{background:var(--surface-input-hover)}.VerifierSearchFilters-module__tR9wJa__input:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-color:var(--status-info)}.VerifierSearchFilters-module__tR9wJa__input::placeholder{color:var(--text-muted)}.VerifierSearchFilters-module__tR9wJa__toggleRow{justify-content:space-between;align-items:center;gap:var(--space-3);color:var(--text-body);line-height:1.5;display:flex}.VerifierSearchFilters-module__tR9wJa__toggleRow input{width:18px;height:18px;accent-color:var(--status-info)}.VerifierSearchFilters-module__tR9wJa__actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.VerifierSearchFilters-module__tR9wJa__button,.VerifierSearchFilters-module__tR9wJa__buttonPrimary{min-height:44px;padding:0 var(--space-4);border-radius:var(--radius-pill);font:inherit;cursor:pointer;justify-content:center;align-items:center;font-weight:700;text-decoration:none;display:inline-flex}.VerifierSearchFilters-module__tR9wJa__button{border:1px solid var(--border-strong);background:var(--surface-panel);color:var(--text-strong)}.VerifierSearchFilters-module__tR9wJa__button:hover,.VerifierSearchFilters-module__tR9wJa__button:focus-visible{background:var(--surface-input-hover)}.VerifierSearchFilters-module__tR9wJa__buttonPrimary{background:var(--accent-amber);color:var(--text-strong);border:0}.VerifierSearchFilters-module__tR9wJa__buttonPrimary:hover,.VerifierSearchFilters-module__tR9wJa__buttonPrimary:focus-visible{opacity:.92}@media (max-width:640px){.VerifierSearchFilters-module__tR9wJa__actions,.VerifierSearchFilters-module__tR9wJa__button,.VerifierSearchFilters-module__tR9wJa__buttonPrimary{width:100%}}
.AIDataPoint-module__iAuIcW__card{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-panel-muted);display:grid}.AIDataPoint-module__iAuIcW__header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.AIDataPoint-module__iAuIcW__label{color:var(--text-strong);font-size:13px;font-weight:600}.AIDataPoint-module__iAuIcW__value{color:var(--text-strong);margin:0;font-size:18px;font-weight:700}.AIDataPoint-module__iAuIcW__description{color:var(--text-muted);margin:0;font-size:13px;line-height:1.6}.AIDataPoint-module__iAuIcW__metaRow{gap:var(--space-2);flex-wrap:wrap;display:flex}.AIDataPoint-module__iAuIcW__badge{min-height:28px;padding:0 var(--space-3);border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.AIDataPoint-module__iAuIcW__confidenceHigh{background:var(--status-surface-success);color:var(--status-success)}.AIDataPoint-module__iAuIcW__confidenceMedium{background:var(--status-surface-warning);color:var(--status-warning)}.AIDataPoint-module__iAuIcW__confidenceLow{background:var(--status-surface-danger);color:var(--status-danger)}.AIDataPoint-module__iAuIcW__reviewed{background:var(--status-surface-info);color:var(--status-info)}.AIDataPoint-module__iAuIcW__pending{background:var(--surface-input);color:var(--text-muted)}.AIDataPoint-module__iAuIcW__source{color:var(--text-soft);font-size:12px;line-height:1.6}.AIDataPoint-module__iAuIcW__modelId{color:var(--text-tertiary);margin-top:var(--space-1);font-size:.7rem;display:block}
.MobileHeroMetrics-module__lJQ3iW__grid{opacity:0;transition:opacity .5s var(--ease-out-expo), transform .5s var(--ease-out-expo);display:none;transform:translateY(10px)}.MobileHeroMetrics-module__lJQ3iW__grid.MobileHeroMetrics-module__lJQ3iW__visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.MobileHeroMetrics-module__lJQ3iW__grid{gap:var(--space-3);width:100%;padding:0 var(--space-1);margin:var(--space-4) 0 var(--space-3);flex-direction:column;min-width:0;display:flex}}.MobileHeroMetrics-module__lJQ3iW__sectionLabel{align-items:center;gap:var(--space-2);letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);padding:0 var(--space-1);overflow-wrap:anywhere;font-size:10px;font-weight:700;line-height:1.35;display:flex}.MobileHeroMetrics-module__lJQ3iW__liveDot{background:var(--brand-tertiary);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.4s ease-in-out infinite MobileHeroMetrics-module__lJQ3iW__pulse}@keyframes MobileHeroMetrics-module__lJQ3iW__pulse{0%,to{opacity:1}50%{opacity:.4}}.MobileHeroMetrics-module__lJQ3iW__grid>.MobileHeroMetrics-module__lJQ3iW__card:first-of-type{grid-column:span 2}@media (max-width:768px){.MobileHeroMetrics-module__lJQ3iW__grid{gap:var(--space-2);grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid!important}.MobileHeroMetrics-module__lJQ3iW__sectionLabel,.MobileHeroMetrics-module__lJQ3iW__urgencyStrip{grid-column:1/-1}}.MobileHeroMetrics-module__lJQ3iW__card{min-width:0;padding:var(--space-3);border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-default);box-shadow:0 2px 8px var(--border-subtle);animation:MobileHeroMetrics-module__lJQ3iW__cardIn .4s var(--ease-out-expo) both;--accent:var(--brand-primary);position:relative;overflow:hidden}@keyframes MobileHeroMetrics-module__lJQ3iW__cardIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.MobileHeroMetrics-module__lJQ3iW__card[data-accent=cyan]{--accent:var(--brand-primary)}.MobileHeroMetrics-module__lJQ3iW__card[data-accent=amber]{--accent:var(--brand-amber)}.MobileHeroMetrics-module__lJQ3iW__card[data-accent=green]{--accent:var(--brand-tertiary)}.MobileHeroMetrics-module__lJQ3iW__card[data-accent=violet]{--accent:var(--brand-secondary)}.MobileHeroMetrics-module__lJQ3iW__card:before{content:"";background:radial-gradient(ellipse at 0% 0%, var(--status-surface-info), transparent 70%);pointer-events:none;position:absolute;inset:0}.MobileHeroMetrics-module__lJQ3iW__card:after{content:"";background:var(--accent);opacity:.8;border-radius:0 2px 2px 0;width:3px;height:68%;position:absolute;top:16%;left:0}.MobileHeroMetrics-module__lJQ3iW__card:first-of-type,.MobileHeroMetrics-module__lJQ3iW__card:last-of-type{padding:var(--space-4);align-items:center;gap:var(--space-2);grid-column:1/-1;grid-template-columns:1fr auto;display:grid}.MobileHeroMetrics-module__lJQ3iW__card:first-of-type .MobileHeroMetrics-module__lJQ3iW__value,.MobileHeroMetrics-module__lJQ3iW__card:last-of-type .MobileHeroMetrics-module__lJQ3iW__value{font-size:26px}.MobileHeroMetrics-module__lJQ3iW__cardTop{margin-bottom:var(--space-1);grid-column:1/-1;justify-content:space-between;align-items:center;gap:6px;min-width:0;display:flex}.MobileHeroMetrics-module__lJQ3iW__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);overflow-wrap:anywhere;margin:0;font-size:10px;font-weight:700;line-height:1.35}.MobileHeroMetrics-module__lJQ3iW__value{color:var(--brand-primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums lining-nums;font-size:20px;font-weight:800;line-height:1.1;font-family:var(--font-mono);overflow-wrap:anywhere;margin:0}.MobileHeroMetrics-module__lJQ3iW__sublabel{margin:var(--space-1) 0 0;color:var(--text-secondary);overflow-wrap:anywhere;font-size:10px;font-weight:500;line-height:1.4}.MobileHeroMetrics-module__lJQ3iW__livePill{background:var(--status-surface-warning);border:1px solid var(--status-warning);color:var(--brand-amber);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;flex-shrink:0;align-items:center;padding:2px 7px;font-size:9px;font-weight:700;display:inline-flex}.MobileHeroMetrics-module__lJQ3iW__urgencyStrip{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--status-surface-danger);border:1px solid var(--status-danger);color:var(--text-secondary);overflow-wrap:anywhere;min-width:0;font-size:11px;line-height:1.5;display:flex}.MobileHeroMetrics-module__lJQ3iW__urgencyIcon{background:var(--status-warning);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.MobileHeroMetrics-module__lJQ3iW__urgencyStrip strong{color:var(--status-critical);font-weight:700}
.Skeleton-module__LEQJcW__skeleton{background:var(--bg-muted);background-image:linear-gradient(90deg, transparent 0, var(--surface-input) 20%, var(--surface-input) 60%, transparent);background-size:200% 100%;border-radius:4px;animation:1.5s linear infinite Skeleton-module__LEQJcW__pulse}@keyframes Skeleton-module__LEQJcW__pulse{0%{background-position:100% 0}to{background-position:-100% 0}}.Skeleton-module__LEQJcW__section{gap:1.5rem;padding:2rem;display:grid}.Skeleton-module__LEQJcW__sectionGrid{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}
.Toast-module__HsjkRa__container{right:var(--space-6);bottom:var(--space-6);bottom:max(var(--space-6), calc(var(--space-6) + env(safe-area-inset-bottom)));z-index:var(--z-toast);gap:var(--space-2);pointer-events:none;flex-direction:column;display:flex;position:fixed}.Toast-module__HsjkRa__item{align-items:flex-start;gap:var(--space-3);min-width:280px;max-width:360px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);pointer-events:all;border:1px solid #0000;display:flex}.Toast-module__HsjkRa__success{background:var(--status-surface-success);border-color:var(--status-success)}.Toast-module__HsjkRa__error{background:var(--status-surface-danger);border-color:var(--status-danger)}.Toast-module__HsjkRa__warning{background:var(--status-surface-warning);border-color:var(--status-warning)}.Toast-module__HsjkRa__info{background:var(--status-surface-info);border-color:var(--status-info)}.Toast-module__HsjkRa__icon{flex-shrink:0;margin-top:1px}.Toast-module__HsjkRa__success .Toast-module__HsjkRa__icon{color:var(--status-success)}.Toast-module__HsjkRa__error .Toast-module__HsjkRa__icon{color:var(--status-danger)}.Toast-module__HsjkRa__warning .Toast-module__HsjkRa__icon{color:var(--status-warning)}.Toast-module__HsjkRa__info .Toast-module__HsjkRa__icon{color:var(--status-info)}.Toast-module__HsjkRa__content{flex:1;min-width:0}.Toast-module__HsjkRa__title{color:var(--text-strong);font-size:13px;font-weight:600}.Toast-module__HsjkRa__message{margin-top:var(--space-1);color:var(--text-muted);font-size:12px;line-height:1.5}.Toast-module__HsjkRa__dismiss{color:var(--text-soft);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:14px}.Toast-module__HsjkRa__dismiss:hover{color:var(--text-strong)}
.ReferenceDataView-module__bfU-OG__page{flex-direction:column;gap:24px;display:flex}.ReferenceDataView-module__bfU-OG__header{margin-bottom:8px}.ReferenceDataView-module__bfU-OG__eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--brand-primary);margin-bottom:8px;font-size:11px;font-weight:600}.ReferenceDataView-module__bfU-OG__title{color:var(--text-primary);margin-bottom:8px;font-size:24px;font-weight:600}.ReferenceDataView-module__bfU-OG__subtitle{color:var(--text-secondary);max-width:800px;font-size:14px;line-height:1.5}.ReferenceDataView-module__bfU-OG__tabs{border-bottom:1px solid var(--border-subtle);gap:8px;padding-bottom:8px;display:flex;overflow-x:auto}.ReferenceDataView-module__bfU-OG__tab{color:var(--text-secondary);cursor:pointer;white-space:normal;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.ReferenceDataView-module__bfU-OG__tab:hover{background:var(--surface-input)}.ReferenceDataView-module__bfU-OG__tabActive{background:var(--surface-input);color:var(--text-primary)}.ReferenceDataView-module__bfU-OG__card{background:var(--surface-panel);border:1px solid var(--border-subtle);border-radius:12px;padding:24px}.ReferenceDataView-module__bfU-OG__cardTitle{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:600}.ReferenceDataView-module__bfU-OG__cardDescription{color:var(--text-secondary);margin-bottom:20px;font-size:13px;line-height:1.5}.ReferenceDataView-module__bfU-OG__tableScroll{border:1px solid var(--border-subtle);border-radius:8px;overflow-x:auto}.ReferenceDataView-module__bfU-OG__table{border-collapse:collapse;width:100%;font-size:13px}.ReferenceDataView-module__bfU-OG__table th,.ReferenceDataView-module__bfU-OG__table td{text-align:left;border-bottom:1px solid var(--border-subtle);white-space:normal;overflow-wrap:anywhere;padding:10px 14px}.ReferenceDataView-module__bfU-OG__table th{color:var(--text-secondary);background:var(--surface-input);font-weight:600}.ReferenceDataView-module__bfU-OG__table td{color:var(--text-primary)}.ReferenceDataView-module__bfU-OG__table tbody tr:last-child td{border-bottom:none}.ReferenceDataView-module__bfU-OG__empty{text-align:center;color:var(--text-secondary);padding:32px;font-size:13px}.ReferenceDataView-module__bfU-OG__badge{border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.ReferenceDataView-module__bfU-OG__badgeSuccess{background:var(--status-surface-success);color:var(--status-success)}.ReferenceDataView-module__bfU-OG__badgeWarning{background:var(--status-surface-warning);color:var(--status-high)}.ReferenceDataView-module__bfU-OG__badgeInfo{background:var(--status-surface-info);color:var(--status-info)}.ReferenceDataView-module__bfU-OG__strongCell{font-weight:600}.ReferenceDataView-module__bfU-OG__wrapCell{white-space:normal}
.OrgModuleEditor-module__y-OmWW__container{background:var(--bg-subtle);border-radius:8px;margin-top:1rem;padding:1.5rem}.OrgModuleEditor-module__y-OmWW__title{color:var(--text-main);margin-bottom:1rem;font-size:1rem;font-weight:600}.OrgModuleEditor-module__y-OmWW__moduleList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.OrgModuleEditor-module__y-OmWW__moduleCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.OrgModuleEditor-module__y-OmWW__moduleHeader{justify-content:space-between;align-items:flex-start;display:flex}.OrgModuleEditor-module__y-OmWW__moduleName{color:var(--text-main);font-weight:500}.OrgModuleEditor-module__y-OmWW__moduleStatus{border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.OrgModuleEditor-module__y-OmWW__moduleStatus[data-status=active]{background:var(--status-surface-success);color:var(--status-success)}.OrgModuleEditor-module__y-OmWW__moduleStatus[data-status=suspended]{background:var(--status-surface-warning);color:var(--status-warning)}.OrgModuleEditor-module__y-OmWW__moduleStatus[data-status=revoked]{background:var(--status-surface-danger);color:var(--status-danger)}.OrgModuleEditor-module__y-OmWW__actionRow{gap:.5rem;margin-top:auto;display:flex}.OrgModuleEditor-module__y-OmWW__actionBtn{border:1px solid var(--border-subtle);background:var(--bg-card);cursor:pointer;border-radius:4px;flex:1;padding:.5rem;font-size:.75rem;font-weight:500;transition:all .2s}.OrgModuleEditor-module__y-OmWW__actionBtn:hover{background:var(--bg-subtle)}.OrgModuleEditor-module__y-OmWW__actionBtn[data-primary=true]{background:var(--bg-accent);color:#fff;border-color:var(--bg-accent)}.OrgModuleEditor-module__y-OmWW__actionBtn[data-primary=true]:hover{opacity:.9}
.EfLineageDrawer-module__wMcpnq__overlay{z-index:var(--z-overlay);background:var(--surface-overlay);justify-content:flex-end;display:flex;position:fixed;inset:0}.EfLineageDrawer-module__wMcpnq__panel{background:var(--surface-panel);border-left:1px solid var(--border-subtle);grid-template-rows:auto 1fr auto;width:min(520px,100%);height:100%;display:grid}.EfLineageDrawer-module__wMcpnq__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.EfLineageDrawer-module__wMcpnq__title{color:var(--text-strong);margin:0;font-size:18px}.EfLineageDrawer-module__wMcpnq__subtitle{color:var(--text-muted);margin:8px 0 0;font-size:13px;line-height:1.6}.EfLineageDrawer-module__wMcpnq__closeButton{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-panel-muted);min-width:40px;min-height:40px;color:var(--text-body);cursor:pointer}.EfLineageDrawer-module__wMcpnq__body{gap:18px;padding:20px 22px 28px;display:grid;overflow-y:auto}.EfLineageDrawer-module__wMcpnq__section{gap:12px;display:grid}.EfLineageDrawer-module__wMcpnq__sectionTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:13px}.EfLineageDrawer-module__wMcpnq__detailGrid{gap:12px;display:grid}.EfLineageDrawer-module__wMcpnq__detailItem{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-input);padding:14px}.EfLineageDrawer-module__wMcpnq__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:11px}.EfLineageDrawer-module__wMcpnq__value{color:var(--text-strong);margin:8px 0 0;font-size:14px;line-height:1.6}.EfLineageDrawer-module__wMcpnq__footer{border-top:1px solid var(--border-subtle);padding:16px 22px 20px}@media (max-width:640px){.EfLineageDrawer-module__wMcpnq__panel{width:100%;height:100dvh}}@media (max-height:500px) and (orientation:landscape){.EfLineageDrawer-module__wMcpnq__panel{height:100dvh}}
.ActivityDataView-module__yyoj1a__tabActions{margin-top:24px}.ActivityDataView-module__yyoj1a__tabButtonActive{background:var(--status-high);color:var(--bg-base)}.ActivityDataView-module__yyoj1a__tabButtonInactive{background:var(--surface-panel-strong);color:var(--text-muted)}.ActivityDataView-module__yyoj1a__emptyCell{text-align:center;padding:40px}.ActivityDataView-module__yyoj1a__kgco2eCell{color:var(--status-safe);font-weight:700}
.SecuritySettingsView-module__PVo2DG__page{gap:var(--space-6);max-width:1024px;color:var(--text-body);margin:0 auto;display:grid}.SecuritySettingsView-module__PVo2DG__header{gap:var(--space-3);display:grid}.SecuritySettingsView-module__PVo2DG__title{color:var(--text-strong);margin:0;font-size:28px;font-weight:700}.SecuritySettingsView-module__PVo2DG__subtitle{color:var(--text-muted);margin:0;font-size:14px;line-height:1.7}.SecuritySettingsView-module__PVo2DG__grid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.SecuritySettingsView-module__PVo2DG__card{gap:var(--space-4);padding:var(--space-5);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-panel);display:grid}.SecuritySettingsView-module__PVo2DG__cardTitle{color:var(--text-strong);margin:0;font-size:16px;font-weight:600}.SecuritySettingsView-module__PVo2DG__cardText{color:var(--text-muted);margin:0;font-size:13px;line-height:1.7}.SecuritySettingsView-module__PVo2DG__metricValue{color:var(--text-strong);margin:0;font-size:30px;font-weight:700}.SecuritySettingsView-module__PVo2DG__alert{padding:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-size:13px;line-height:1.6}.SecuritySettingsView-module__PVo2DG__alert[data-tone=info]{background:var(--status-surface-info);border-color:var(--status-info);color:var(--text-strong)}.SecuritySettingsView-module__PVo2DG__alert[data-tone=danger]{background:var(--status-surface-danger);border-color:var(--status-danger);color:var(--status-danger)}.SecuritySettingsView-module__PVo2DG__tableScrollper{overflow-x:auto}.SecuritySettingsView-module__PVo2DG__table{border-collapse:collapse;width:100%}.SecuritySettingsView-module__PVo2DG__tableHeaderCell{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-subtle);text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.SecuritySettingsView-module__PVo2DG__tableCell{padding:var(--space-4);border-bottom:1px solid var(--border-subtle);vertical-align:top;color:var(--text-body);font-size:13px}.SecuritySettingsView-module__PVo2DG__monoText{font-family:var(--font-mono);font-size:12px}.SecuritySettingsView-module__PVo2DG__badge{min-height:26px;padding:0 var(--space-3);border-radius:var(--radius-pill);background:var(--surface-input);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.SecuritySettingsView-module__PVo2DG__statusSafe{background:var(--status-surface-success);color:var(--status-success)}.SecuritySettingsView-module__PVo2DG__statusRisk{background:var(--status-surface-warning);color:var(--status-warning)}.SecuritySettingsView-module__PVo2DG__statusDanger{background:var(--status-surface-danger);color:var(--status-danger)}.SecuritySettingsView-module__PVo2DG__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.SecuritySettingsView-module__PVo2DG__button{min-height:40px;padding:0 var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-panel-strong);color:var(--text-strong);cursor:pointer;font-size:13px;font-weight:600}.SecuritySettingsView-module__PVo2DG__button:disabled{opacity:.55;cursor:not-allowed}.SecuritySettingsView-module__PVo2DG__dangerButton{border-color:var(--status-danger);color:var(--status-danger)}.SecuritySettingsView-module__PVo2DG__emptyState{padding:var(--space-8);text-align:center;color:var(--text-soft);font-size:13px}.SecuritySettingsView-module__PVo2DG__modalOverlay{z-index:var(--z-modal);background:var(--surface-input);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SecuritySettingsView-module__PVo2DG__modalPanel{border:1px solid var(--border-subtle);border-radius:var(--radius-lg,12px);background:var(--surface-panel);width:100%;max-width:420px;box-shadow:0 24px 48px var(--border-subtle);overflow:hidden}.SecuritySettingsView-module__PVo2DG__modalHeader{gap:var(--space-2);padding:var(--space-5);border-bottom:1px solid var(--border-subtle);display:grid}.SecuritySettingsView-module__PVo2DG__modalBody{padding:var(--space-5);gap:var(--space-4);display:grid}.SecuritySettingsView-module__PVo2DG__retryButton{margin-top:.5rem}.SecuritySettingsView-module__PVo2DG__codeLabel{margin-bottom:.75rem;display:block}.SecuritySettingsView-module__PVo2DG__codeInput{border:1px solid var(--border-subtle,var(--border-strong));background:var(--surface-2,var(--surface-panel-strong));width:100%;color:var(--text-primary,var(--surface-panel-strong));font-family:var(--font-mono,monospace);letter-spacing:.3em;text-align:center;border-radius:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:1.5rem;display:block}.SecuritySettingsView-module__PVo2DG__fullWidthButton{width:100%}.SecuritySettingsView-module__PVo2DG__modalFooter{justify-content:flex-end;padding:.75rem 1.25rem;display:flex}.SecuritySettingsView-module__PVo2DG__cardSection{padding:0 var(--space-5)}.SecuritySettingsView-module__PVo2DG__sectionHeading{margin-bottom:.5rem;font-weight:600}.SecuritySettingsView-module__PVo2DG__factorRow{border-bottom:1px solid var(--border-subtle,var(--border-strong));justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.SecuritySettingsView-module__PVo2DG__factorName{margin-left:.5rem}.SecuritySettingsView-module__PVo2DG__qrIntro{margin-bottom:.75rem}.SecuritySettingsView-module__PVo2DG__qrPanel{background:var(--text-strong);border-radius:.5rem;justify-content:center;margin-bottom:.75rem;padding:1rem;display:flex}.SecuritySettingsView-module__PVo2DG__secretCode{font-family:var(--font-mono,monospace);font-size:.9rem}
.IcmModuleGate-module__zSC3Aq__gateContainer{width:100%}.IcmModuleGate-module__zSC3Aq__readOnlyBanner{color:var(--text-soft);background:var(--text-strong);border:1px solid var(--text-body);border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 16px;font-size:.8125rem;font-weight:500;display:flex}.IcmModuleGate-module__zSC3Aq__blockedPanel{text-align:center;flex-direction:column;align-items:center;max-width:640px;margin:40px auto;padding:48px 24px;display:flex}.IcmModuleGate-module__zSC3Aq__blockedIcon{background:var(--text-strong);width:64px;height:64px;color:var(--text-soft);border-radius:16px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.IcmModuleGate-module__zSC3Aq__blockedTitle{color:var(--surface-panel-strong);margin:0 0 12px;font-size:1.25rem;font-weight:600}.IcmModuleGate-module__zSC3Aq__blockedDescription{color:var(--text-soft);margin:0 0 20px;font-size:.875rem;line-height:1.6}.IcmModuleGate-module__zSC3Aq__blockedMeta{gap:16px;display:flex}.IcmModuleGate-module__zSC3Aq__metaItem{color:var(--text-soft);background:var(--text-strong);border-radius:4px;padding:4px 10px;font-size:.75rem}@media (prefers-color-scheme:dark){.IcmModuleGate-module__zSC3Aq__readOnlyBanner{color:var(--text-muted);background:var(--surface-panel-strong);border-color:var(--surface-panel-strong)}.IcmModuleGate-module__zSC3Aq__blockedIcon{background:var(--surface-panel-strong);color:var(--text-muted)}.IcmModuleGate-module__zSC3Aq__blockedTitle{color:var(--text-body)}.IcmModuleGate-module__zSC3Aq__blockedDescription{color:var(--text-muted)}.IcmModuleGate-module__zSC3Aq__metaItem{color:var(--text-muted);background:var(--surface-panel-strong)}}
.ExportGovernanceAdminPage-module__G79opW__main{padding:var(--space-6)}
.ICMEntitySelector-module__9U1lEG__container{width:100%;max-width:20rem;position:relative}.ICMEntitySelector-module__9U1lEG__select{appearance:none;background-color:var(--surface-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-strong);cursor:pointer;box-shadow:var(--shadow-soft);padding:.625rem 2.5rem .625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ICMEntitySelector-module__9U1lEG__select:hover{border-color:var(--accent-blue)}.ICMEntitySelector-module__9U1lEG__select:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-color:var(--focus-ring)}.ICMEntitySelector-module__9U1lEG__chevron{width:1rem;height:1rem;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}
.BottomNav-module__Iu_L-W__nav{z-index:var(--z-overlay);border-top:1px solid var(--border-subtle);background:var(--surface-input);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;bottom:0;left:0;right:0}.BottomNav-module__Iu_L-W__inner{gap:var(--space-2);padding:var(--space-3);padding-bottom:max(var(--space-3), calc(var(--space-3) + env(safe-area-inset-bottom)));grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.BottomNav-module__Iu_L-W__item,.BottomNav-module__Iu_L-W__itemButton{justify-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--text-muted);letter-spacing:.02em;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:11px;font-weight:600;text-decoration:none;display:grid}.BottomNav-module__Iu_L-W__item[data-active=true],.BottomNav-module__Iu_L-W__itemButton[data-active=true]{color:var(--text-strong);background:var(--surface-input)}.BottomNav-module__Iu_L-W__icon{opacity:.9;justify-content:center;align-items:center;display:flex}
.EmissionFactorIngestBanner-module__54cIIa__banner{background-color:var(--bg-amber-subtle,#fffbeb);border:1px solid var(--border-amber,var(--status-warning));border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.EmissionFactorIngestBanner-module__54cIIa__left{flex-direction:column;flex:1;gap:.5rem;display:flex}.EmissionFactorIngestBanner-module__54cIIa__info{align-items:baseline;gap:.5rem;display:flex}.EmissionFactorIngestBanner-module__54cIIa__label{color:var(--text-amber-bold,#92400e);font-weight:600}.EmissionFactorIngestBanner-module__54cIIa__count{color:var(--text-amber-muted,#b45309);font-size:.875rem}.EmissionFactorIngestBanner-module__54cIIa__progressContainer{background-color:var(--bg-amber-muted,#fef3c7);border-radius:3px;width:100%;height:6px;overflow:hidden}.EmissionFactorIngestBanner-module__54cIIa__progressBar{background-color:var(--brand-amber,#d97706);width:0%;height:100%;transition:width .5s ease-out}.EmissionFactorIngestBanner-module__54cIIa__button{background-color:var(--bg-amber-bold,#d97706);color:#fff;cursor:pointer;white-space:normal;overflow-wrap:anywhere;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s;display:flex}.EmissionFactorIngestBanner-module__54cIIa__button:hover:not(:disabled){background-color:var(--bg-amber-hover,#b45309)}.EmissionFactorIngestBanner-module__54cIIa__button:disabled{opacity:.7;cursor:not-allowed}.EmissionFactorIngestBanner-module__54cIIa__spinner{border:2px solid var(--border-subtle);border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:.8s linear infinite EmissionFactorIngestBanner-module__54cIIa__spin}@keyframes EmissionFactorIngestBanner-module__54cIIa__spin{to{transform:rotate(360deg)}}
