.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%}}
.compliance-module__MHaAja__container{max-width:100%;color:var(--text-body);margin:0 auto;padding:2rem}.compliance-module__MHaAja__pageContainer{max-width:1000px;color:var(--text-body);margin:0 auto;padding:2rem}.compliance-module__MHaAja__pageTitle{color:var(--text-strong);overflow-wrap:anywhere;margin:0;font-size:24px}.compliance-module__MHaAja__pageHeader{margin-bottom:2rem}.compliance-module__MHaAja__pageTitle{color:var(--text-strong);margin:0;font-size:24px}.compliance-module__MHaAja__pageSubtitle{color:var(--text-muted);overflow-wrap:anywhere;margin:8px 0 0}.compliance-module__MHaAja__cardSection{background:var(--surface-panel-muted,#ffffff08);border:1px solid var(--border-subtle);border-radius:12px;margin-bottom:3rem;padding:1.5rem}.compliance-module__MHaAja__cardSectionTitle{color:var(--text-strong);margin:0 0 1rem;font-size:16px}.compliance-module__MHaAja__formGrid{grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:1rem;display:grid}.compliance-module__MHaAja__formLabel{color:var(--text-muted);margin-bottom:4px;font-size:12px;display:block}.compliance-module__MHaAja__formInput,.compliance-module__MHaAja__formSelect{background:var(--surface-input);border:1px solid var(--border-subtle);width:100%;color:var(--text-strong);transition:all var(--motion-fast);border-radius:6px;padding:8px;font-family:inherit}.compliance-module__MHaAja__formInput:hover,.compliance-module__MHaAja__formSelect:hover{background:var(--surface-input-hover)}.compliance-module__MHaAja__formInput:focus-visible,.compliance-module__MHaAja__formSelect:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}.compliance-module__MHaAja__primaryButton{background:var(--status-warning);color:var(--surface-page);cursor:pointer;transition:all var(--motion-fast);border:none;border-radius:6px;padding:9px 16px;font-weight:700}.compliance-module__MHaAja__primaryButton:hover:not(:disabled){filter:brightness(1.1)}.compliance-module__MHaAja__primaryButton[disabled]{opacity:.5;cursor:not-allowed}.compliance-module__MHaAja__outlineButton{border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:6px;padding:8px 16px;font-weight:700}.compliance-module__MHaAja__listGrid{gap:1rem;display:grid}.compliance-module__MHaAja__listItem{background:var(--surface-panel);border:1px solid var(--border-subtle);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;min-width:0;padding:1.5rem;display:flex}.compliance-module__MHaAja__listItemTitle{color:var(--text-strong);overflow-wrap:anywhere;margin-bottom:4px;font-size:16px;font-weight:700}.compliance-module__MHaAja__listItemMeta{color:var(--text-muted);overflow-wrap:anywhere;margin-bottom:12px;font-size:13px}.compliance-module__MHaAja__listItemHash{color:var(--text-soft);overflow-wrap:anywhere;font-family:monospace;font-size:12px}.compliance-module__MHaAja__statusBadge{text-transform:uppercase;color:var(--status-info);background:var(--status-surface-info);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:700}.compliance-module__MHaAja__statusBadgeSuccess{text-transform:uppercase;color:var(--status-success);background:var(--status-surface-success);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:700}.compliance-module__MHaAja__statusBadgeWarning{text-transform:uppercase;color:var(--status-warning);background:var(--status-surface-warning);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:700}.compliance-module__MHaAja__emptyState{text-align:center;color:var(--text-muted);border:1px dashed var(--border-subtle);border-radius:12px;padding:3rem}.compliance-module__MHaAja__formBox{border-radius:var(--radius-lg);background:var(--surface-panel);border:1px solid var(--border-subtle);padding:1.5rem}.compliance-module__MHaAja__formBoxTitle{color:var(--text-strong);margin:0 0 1rem;font-size:16px}.compliance-module__MHaAja__settingsFormGrid{gap:1rem;display:grid}.compliance-module__MHaAja__roleCheckboxGroup{flex-wrap:wrap;gap:8px;display:flex}.compliance-module__MHaAja__roleCheckboxLabel{color:var(--text-muted);align-items:center;gap:4px;font-size:13px;display:flex}.compliance-module__MHaAja__codeTag{color:var(--brand-primary);text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:700}.compliance-module__MHaAja__timeMeta{color:var(--text-soft);margin-top:8px;font-size:13px}.compliance-module__MHaAja__tagMargin{margin-left:8px}.compliance-module__MHaAja__actionGroup{align-items:center;gap:12px;display:flex}.compliance-module__MHaAja__emptyStateSpaced{margin-top:24px}.compliance-module__MHaAja__sectionSpaced{margin-top:20px}.compliance-module__MHaAja__statusBadgeDanger{text-transform:uppercase;color:var(--status-danger);background:var(--status-danger-bg);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:700}.compliance-module__MHaAja__tableContainer{border-collapse:collapse;width:100%;margin-top:1rem}.compliance-module__MHaAja__tableHeader{text-align:left;color:var(--text-muted);border-bottom:2px solid var(--border-subtle);background:var(--surface-input);padding:12px;font-size:12px}.compliance-module__MHaAja__tableCell{color:var(--text-body);border-bottom:1px solid var(--border-subtle);overflow-wrap:anywhere;padding:12px;font-size:13px}.compliance-module__MHaAja__tokenRevealBox{background:var(--status-surface-success);border:1px solid var(--status-success);color:var(--text-strong);border-radius:8px;margin-top:1.5rem;padding:1.5rem}.compliance-module__MHaAja__tokenCode{background:var(--surface-page);color:var(--status-success);overflow-wrap:anywhere;border-radius:4px;margin-top:8px;padding:12px;font-family:monospace;font-size:14px;display:block}.compliance-module__MHaAja__detailsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.compliance-module__MHaAja__collapsedSection{border-top:1px solid var(--border-subtle);margin-top:2rem;padding-top:1rem}.compliance-module__MHaAja__sectionSummary{cursor:pointer;color:var(--text-muted);font-size:14px;font-weight:700;display:list-item}.compliance-module__MHaAja__textSmall{font-size:11px}.compliance-module__MHaAja__textMuted{color:var(--text-soft)}.compliance-module__MHaAja__monospace{font-family:monospace}.compliance-module__MHaAja__gridSpan3{grid-column:span 3}.compliance-module__MHaAja__marginTop1{margin-top:1rem}.compliance-module__MHaAja__marginLeft2{margin-left:8px}.compliance-module__MHaAja__dangerBorder{color:var(--status-danger);border-color:var(--status-danger)}.compliance-module__MHaAja__dangerText{color:var(--status-danger)}.compliance-module__MHaAja__statGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.compliance-module__MHaAja__statCard{background:var(--surface-panel);border:1px solid var(--border-subtle);border-radius:12px;padding:1.5rem}.compliance-module__MHaAja__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:12px}.compliance-module__MHaAja__statValue{color:var(--text-strong);overflow-wrap:anywhere;font-size:28px;font-weight:700}.compliance-module__MHaAja__quickActions{border-top:1px solid var(--border-subtle);gap:1.5rem;padding-top:1.5rem;display:flex}.compliance-module__MHaAja__actionLink{color:var(--accent-primary);font-size:13px;text-decoration:none}.compliance-module__MHaAja__actionLink:hover{text-decoration:underline}.compliance-module__MHaAja__cardSectionWarning{border-color:var(--status-warning);background:var(--status-warning-bg)}.compliance-module__MHaAja__cardSectionWarning strong{color:var(--status-warning)}.compliance-module__MHaAja__filterContainer{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.compliance-module__MHaAja__filterLink{font-weight:inherit}.compliance-module__MHaAja__filterLinkActive{font-weight:700}.compliance-module__MHaAja__filterLinkWarning{color:var(--status-warning);font-weight:inherit}.compliance-module__MHaAja__filterLinkWarningActive{color:var(--status-warning);font-weight:700}.compliance-module__MHaAja__tableRowExpired{opacity:.5}.compliance-module__MHaAja__tableCellExpired{color:var(--status-danger)}.compliance-module__MHaAja__textSmall{color:var(--text-soft);font-size:.875rem}.compliance-module__MHaAja__statValueDanger{color:var(--status-danger)}.compliance-module__MHaAja__statValueWarning{color:var(--status-warning)}.compliance-module__MHaAja__cardSectionTitleDanger{color:var(--status-danger)}.compliance-module__MHaAja__cardSectionTitleWarning{color:var(--status-warning)}.compliance-module__MHaAja__cardSectionTitleSuccess{color:var(--status-success)}.compliance-module__MHaAja__textOverdue{color:var(--status-danger)}.compliance-module__MHaAja__breadcrumb{overflow-wrap:anywhere;margin-bottom:24px;font-size:.9rem}.compliance-module__MHaAja__breadcrumbLink{color:var(--text-muted);text-decoration:none}.compliance-module__MHaAja__breadcrumbSeparator{color:var(--text-muted);margin:0 8px}.compliance-module__MHaAja__breadcrumbCurrent{color:var(--text-body)}.compliance-module__MHaAja__pageTitleMargin,.compliance-module__MHaAja__searchContainer{margin-bottom:24px}.compliance-module__MHaAja__searchInput{border:1px solid var(--border-strong);background:var(--surface-input);width:100%;max-width:640px;min-height:42px;color:var(--text-strong);font:inherit;border-radius:10px;padding:0 14px}.compliance-module__MHaAja__emptyMessage{color:var(--text-muted);text-align:center;padding:32px 0}.compliance-module__MHaAja__categoryList{flex-direction:column;gap:8px;display:flex}.compliance-module__MHaAja__categoryCard{border:1px solid var(--border-subtle);border-radius:10px;overflow:hidden}.compliance-module__MHaAja__categoryHeader{background:var(--surface-panel);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;padding:14px 18px;display:flex}.compliance-module__MHaAja__categoryHeaderContent{align-items:center;gap:10px;display:flex}.compliance-module__MHaAja__categoryTitle{color:var(--text-strong);overflow-wrap:anywhere;font-size:.95rem;font-weight:600}.compliance-module__MHaAja__categoryCount{background:var(--surface-panel-strong);color:var(--text-muted);border-radius:999px;padding:2px 8px;font-size:.75rem}.compliance-module__MHaAja__categoryBody{overflow-x:auto}.compliance-module__MHaAja__categoryEmpty{color:var(--text-muted);padding:20px 18px;font-size:.9rem}.compliance-module__MHaAja__frameworkTable{border-collapse:collapse;text-align:left;width:100%}.compliance-module__MHaAja__frameworkTableHeader{background:var(--surface-panel-strong);color:var(--text-muted);font-size:.8rem}.compliance-module__MHaAja__frameworkTableHeader th{padding:10px 18px}.compliance-module__MHaAja__frameworkTableRow{border-top:1px solid var(--border-subtle);font-size:.88rem}.compliance-module__MHaAja__frameworkTableCell{padding:12px 18px}.compliance-module__MHaAja__frameworkTableCellCode{white-space:normal;overflow-wrap:anywhere;font-weight:600}.compliance-module__MHaAja__frameworkTableCellCadence{color:var(--text-muted);white-space:normal;overflow-wrap:anywhere}.compliance-module__MHaAja__automatedBadge{color:var(--status-info);align-items:center;gap:4px;font-size:.75rem;display:inline-flex}.compliance-module__MHaAja__statusBadgeFramework{border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:500}.compliance-module__MHaAja__statusBadgeImplemented{background:var(--status-success-bg);color:var(--status-success)}.compliance-module__MHaAja__statusBadgeFailing{background:var(--status-danger-bg);color:var(--status-danger)}.compliance-module__MHaAja__statusBadgeNeedsReview{background:var(--status-warning-bg);color:var(--status-warning)}.compliance-module__MHaAja__statusBadgeInProgress{background:var(--status-info-bg);color:var(--status-info)}.compliance-module__MHaAja__statusBadgeNotApplicable{background:var(--surface-panel-strong);color:var(--text-muted)}.compliance-module__MHaAja__frameworkLink{color:var(--accent-primary);overflow-wrap:anywhere;font-weight:500;text-decoration:none}@media (max-width:768px){.compliance-module__MHaAja__container,.compliance-module__MHaAja__pageContainer{padding:1rem}.compliance-module__MHaAja__formGrid,.compliance-module__MHaAja__detailsGrid,.compliance-module__MHaAja__statGrid{grid-template-columns:1fr}.compliance-module__MHaAja__listItem{flex-direction:column;align-items:flex-start}}
.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}
.HeroSection-module__qu7oTq__hero{background:var(--bg-base);width:100%;min-height:min(760px,100svh);position:relative;overflow:hidden}.HeroSection-module__qu7oTq__heroBg{z-index:var(--z-base);position:absolute;inset:0}.HeroSection-module__qu7oTq__heroBgGradient{background:linear-gradient(180deg, var(--bg-base) 0%, var(--bg-elevated) 100%), radial-gradient(circle at 76% 26%, var(--status-surface-warning), transparent 44%);position:absolute;inset:0}.HeroSection-module__qu7oTq__heroBgGrid{background-image:linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);opacity:.24;background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60%,#000,#0000);mask-image:radial-gradient(60% 60%,#000,#0000)}.HeroSection-module__qu7oTq__overlay{z-index:var(--z-raised);pointer-events:none;position:absolute}.HeroSection-module__qu7oTq__leftOverlay{background:linear-gradient(90deg, var(--surface-page) 0%, var(--surface-panel-muted) 55%, transparent 100%);width:44%;top:0;bottom:0;left:0}.HeroSection-module__qu7oTq__rightOverlay{background:linear-gradient(270deg, var(--surface-page) 0%, var(--surface-panel-muted) 55%, transparent 100%);width:22%;top:0;bottom:0;right:0}.HeroSection-module__qu7oTq__vignetteOverlay{background:radial-gradient(ellipse 80% 90% at 50% 50%, transparent 35%, var(--surface-panel-muted) 100%);inset:0}.HeroSection-module__qu7oTq__heroGrid{z-index:calc(var(--z-raised) + 1);width:min(1320px,100% - 56px);min-height:inherit;grid-template-columns:minmax(500px,1fr) minmax(350px,430px) minmax(240px,280px);align-items:center;gap:clamp(10px,1.8vw,28px);margin:0 auto;padding:108px 0 72px;display:grid;position:relative}.HeroSection-module__qu7oTq__textColumn{flex-direction:column;justify-content:center;min-width:0;padding:0 clamp(16px,3vw,44px) 0 0;display:flex;transform:translate(clamp(0px,.5vw,8px))}.HeroSection-module__qu7oTq__textColumn .HeroSection-module__qu7oTq__headlineBlock,.HeroSection-module__qu7oTq__textColumn .HeroSection-module__qu7oTq__subParagraph,.HeroSection-module__qu7oTq__textColumn .HeroSection-module__qu7oTq__ctaRow,.HeroSection-module__qu7oTq__textColumn .HeroSection-module__qu7oTq__trustRow{position:relative}.HeroSection-module__qu7oTq__textColumn .HeroSection-module__qu7oTq__subParagraph:first-of-type{margin-right:clamp(10px,2vw,34px)}.HeroSection-module__qu7oTq__textColumn .HeroSection-module__qu7oTq__subParagraph:nth-of-type(2){margin-right:clamp(22px,3vw,52px)}.HeroSection-module__qu7oTq__eyebrow{border:1px solid var(--border-subtle);background:var(--bg-card);border-radius:9999px;align-items:center;gap:6px;width:fit-content;margin-bottom:clamp(7px,1.2vh,13px);padding:4px 12px;display:inline-flex}.HeroSection-module__qu7oTq__eyebrowDot{background:var(--brand-amber);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.4s ease-in-out infinite HeroSection-module__qu7oTq__blink}.HeroSection-module__qu7oTq__eyebrowText{letter-spacing:.12em;text-transform:uppercase;color:var(--brand-primary);font-size:10px;font-weight:700}.HeroSection-module__qu7oTq__headlineBlock{margin-bottom:clamp(10px,1.6vh,20px)}.HeroSection-module__qu7oTq__headlineLead{font-family:var(--font-display);letter-spacing:-.01em;color:var(--brand-primary);margin-bottom:4px;font-size:clamp(22px,3.2vw,38px);font-weight:700;line-height:1.1;display:block}.HeroSection-module__qu7oTq__headlinePrimary{font-family:var(--font-display);letter-spacing:-.02em;color:var(--brand-primary);margin-bottom:8px;font-size:clamp(28px,4.2vw,56px);font-weight:800;line-height:1.05;display:block}.HeroSection-module__qu7oTq__descriptorLine{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-secondary);font-size:clamp(14px,1.8vw,22px);font-weight:600;line-height:1.2;display:block}.HeroSection-module__qu7oTq__descriptorIndentMeasure{padding-right:4%}.HeroSection-module__qu7oTq__descriptorIndentCapture{padding-right:9%}.HeroSection-module__qu7oTq__descriptorIndentProve{padding-right:12%}.HeroSection-module__qu7oTq__descriptorIndentComply{padding-right:8%}.HeroSection-module__qu7oTq__descriptorIndentTrade{padding-right:3%}.HeroSection-module__qu7oTq__descriptorIndentIntelligence{padding-right:0}.HeroSection-module__qu7oTq__headlineContext{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin-top:12px;font-size:11px;font-weight:600;display:block}.HeroSection-module__qu7oTq__subParagraph{max-width:340px;color:var(--text-secondary);margin-bottom:clamp(14px,2vh,24px);font-size:clamp(12px,1vw,14px);line-height:1.6}.HeroSection-module__qu7oTq__subParagraphStrong{color:var(--brand-primary);font-weight:700}.HeroSection-module__qu7oTq__ctaRow{flex-wrap:wrap;gap:12px;margin-bottom:clamp(16px,2.5vh,32px);display:flex}.HeroSection-module__qu7oTq__ctaPrimary,.HeroSection-module__qu7oTq__ctaGhost{white-space:normal;overflow-wrap:anywhere;height:48px;transition:all .2s var(--ease-out-expo);border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.HeroSection-module__qu7oTq__ctaPrimary{background:var(--accent-blue);color:var(--text-inverse);box-shadow:var(--shadow-soft);padding:0 28px}.HeroSection-module__qu7oTq__ctaPrimary:hover{box-shadow:var(--shadow-md);background:var(--color-primary-strong);transform:translateY(-2px)}.HeroSection-module__qu7oTq__ctaGhost{border:1px solid var(--border-default);background:var(--bg-card);color:var(--brand-primary);padding:0 24px}.HeroSection-module__qu7oTq__ctaGhost:hover{border-color:var(--brand-primary);background:var(--surface-panel-muted)}.HeroSection-module__qu7oTq__trustRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.HeroSection-module__qu7oTq__trustItem{align-items:center;gap:8px;display:flex}.HeroSection-module__qu7oTq__trustDivider{background:var(--border-subtle);width:1px;height:12px}.HeroSection-module__qu7oTq__trustBadge{color:var(--text-tertiary);align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.HeroSection-module__qu7oTq__trustBadgeIcon{background:var(--status-surface-success);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.HeroSection-module__qu7oTq__globeColumn{z-index:calc(var(--z-raised) + 2);pointer-events:none;place-items:center;min-width:0;margin-inline:clamp(-24px,-1.6vw,-10px);display:grid;position:relative}.HeroSection-module__qu7oTq__panelColumn{border:1px solid var(--border-default);background:var(--bg-card);width:100%;max-width:280px;min-height:0;box-shadow:var(--shadow-soft);border-radius:8px;flex-direction:column;justify-self:end;margin-left:clamp(-20px,-1.3vw,-8px);display:flex;overflow:hidden;transform:translate(clamp(-8px,-.6vw,-2px))}.HeroSection-module__qu7oTq__panelHeader{border-bottom:1px solid var(--border-subtle);align-items:center;gap:8px;padding:14px 16px;display:flex}.HeroSection-module__qu7oTq__panelHeaderLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);font-size:11px;font-weight:700}.HeroSection-module__qu7oTq__panelLiveDot{background:var(--brand-tertiary);border-radius:50%;width:6px;height:6px;margin-left:auto;animation:2s ease-in-out infinite HeroSection-module__qu7oTq__blink}.HeroSection-module__qu7oTq__panelHeaderStatus{color:var(--brand-tertiary);font-size:11px;font-weight:700}.HeroSection-module__qu7oTq__liveRow{border-bottom:1px solid var(--border-subtle);flex-direction:column;justify-content:center;gap:5px;padding:12px 16px 12px clamp(18px,1.8vw,26px);display:flex;position:relative}.HeroSection-module__qu7oTq__liveRowLast{border-bottom:none}.HeroSection-module__qu7oTq__liveAccent{border-radius:0 2px 2px 0;width:3px;position:absolute;top:15%;bottom:15%;left:0}.HeroSection-module__qu7oTq__liveAccentSuccess{background:var(--brand-tertiary)}.HeroSection-module__qu7oTq__liveAccentWarning{background:var(--brand-amber)}.HeroSection-module__qu7oTq__liveAccentBrand{background:var(--brand-primary)}.HeroSection-module__qu7oTq__liveLabel{letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);font-size:10px;font-weight:700}.HeroSection-module__qu7oTq__liveValue{font-family:var(--font-mono);font-variant-numeric:tabular-nums lining-nums;font-size:clamp(18px,1.5vw,24px);font-weight:700;line-height:1.1}.HeroSection-module__qu7oTq__liveValueSuccess{color:var(--brand-tertiary)}.HeroSection-module__qu7oTq__liveValueWarning{color:var(--accent-amber)}.HeroSection-module__qu7oTq__liveValueBrand{color:var(--brand-primary)}.HeroSection-module__qu7oTq__liveValueSuffix{color:var(--text-tertiary);font-size:.75em}.HeroSection-module__qu7oTq__liveSub{font-size:11px;font-weight:500;line-height:1.4}.HeroSection-module__qu7oTq__liveSubMuted{color:var(--text-tertiary)}.HeroSection-module__qu7oTq__liveSubWarning{color:var(--accent-amber)}.HeroSection-module__qu7oTq__liveSubPositive{color:var(--brand-tertiary)}@media (max-width:1024px){.HeroSection-module__qu7oTq__heroGrid{grid-template-columns:1fr;gap:32px;width:min(760px,100% - 48px)}.HeroSection-module__qu7oTq__globeColumn{order:2;margin-inline:0}.HeroSection-module__qu7oTq__panelColumn{display:none}.HeroSection-module__qu7oTq__rightOverlay{width:4%}}@media (max-width:768px){.HeroSection-module__qu7oTq__hero{height:auto;min-height:auto}.HeroSection-module__qu7oTq__heroGrid{grid-template-columns:1fr;align-items:start;gap:20px;width:100%;padding-top:32px;padding-bottom:48px}.HeroSection-module__qu7oTq__leftOverlay{background:linear-gradient(180deg, var(--surface-page) 0%, var(--surface-panel-muted) 50%, transparent 100%);width:100%}.HeroSection-module__qu7oTq__rightOverlay,.HeroSection-module__qu7oTq__panelColumn,.HeroSection-module__qu7oTq__controlsAnchor{display:none}.HeroSection-module__qu7oTq__textColumn{justify-content:center;padding:0 20px}.HeroSection-module__qu7oTq__globeColumn{margin-inline:0;padding:0 20px}.HeroSection-module__qu7oTq__subParagraph{margin-bottom:20px;font-size:13px;display:block}.HeroSection-module__qu7oTq__ctaRow{margin-bottom:20px;display:flex}.HeroSection-module__qu7oTq__ctaPrimary,.HeroSection-module__qu7oTq__ctaGhost{height:44px;padding:0 20px;font-size:13px}}@keyframes HeroSection-module__qu7oTq__blink{0%,to{opacity:1}50%{opacity:.25}}
.ExportGovernanceAdminPage-module__G79opW__main{padding:var(--space-6)}
.AdminOrgSelector-module__pIrica__container{max-width:380px}
