.header{margin-bottom:14px}.header-container{width:100%;margin:0;padding:15px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;border-radius:20px;border:1px solid var(--surface-border-strong);background:linear-gradient(180deg,#f8fafce6,#f8fafc00),#fff;box-shadow:0 12px 24px #0f172a0b}.header-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.header-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.header-eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.header-title{margin:0;font-family:var(--font-display);max-width:22ch;font-size:clamp(1.4rem,1.8vw,2rem);font-weight:700;color:var(--ink);line-height:.98;letter-spacing:-.05em}.header-date-pill{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:6px 10px;border-radius:999px;background:#f8fafc;border:1px solid var(--surface-border-strong);box-shadow:0 6px 12px #0f172a09;color:var(--muted-strong);font-size:.76rem;font-weight:700}.header-subtitle{margin:0;max-width:58rem;color:var(--muted);font-size:.88rem;line-height:1.52}.header-right{display:flex;align-items:flex-start;gap:10px;flex-shrink:0;justify-self:end}.header-user{display:flex;align-items:center;gap:10px;min-width:0;padding:7px 9px 7px 7px;border-radius:16px;border:1px solid var(--surface-border-strong);background:linear-gradient(180deg,#f8fafcf0,#f8fafc00),#fff;box-shadow:0 8px 16px #0f172a09}.header-role-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;border-radius:999px;border:1px solid rgba(16,104,78,.14);background:#fff;color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.header-logout{margin-left:2px;display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 10px;border-radius:12px;border:1px solid rgba(16,104,78,.14);background:linear-gradient(135deg,var(--action),var(--action-deep));color:#f7fbf8;font-size:.76rem;font-weight:800;white-space:nowrap;box-shadow:0 8px 14px #09181324;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.header-logout:hover{transform:translateY(-1px);border-color:#10684e2e;background:linear-gradient(135deg,#117255,#0d593f)}.header-logout:disabled{opacity:.6;cursor:not-allowed;transform:none}.user-avatar{width:38px;height:38px;background:linear-gradient(145deg,var(--brand),#334155);border-radius:13px;display:flex;align-items:center;justify-content:center}.avatar-text{color:#f8fcf8;font-size:.78rem;font-weight:800;letter-spacing:.08em}.user-info{text-align:left;min-width:0}.user-name{color:var(--ink);font-size:.84rem;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.userr-role{font-size:.68rem;font-weight:700;color:var(--accent);margin-top:1px;line-height:1.2;letter-spacing:.07em;text-transform:uppercase}.user-email{font-size:.7rem;color:var(--muted);font-weight:600;line-height:1.3;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1200px){.header-user{flex-wrap:wrap;justify-content:flex-end}}@media(max-width:980px){.header-container{grid-template-columns:1fr}.header-right{justify-self:stretch;justify-content:flex-start}}@media(max-width:720px){.header{margin-bottom:12px}.header-container{padding:12px 14px;border-radius:18px}.header-user{width:100%}}.dashboard-page{height:100%;min-height:0;padding:12px 0 40px;position:relative}.dashboard-page__shell{width:100%;max-width:none;margin:0;padding:0 20px;height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.dashboard-page__content{width:100%;margin:0;padding:0 0 24px;display:flex;flex-direction:column;gap:24px;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.dashboard-section-block{display:flex;flex-direction:column;gap:20px}.dashboard-section-heading{display:flex;flex-direction:column;gap:12px;padding:0 4px}.dashboard-section-heading__eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.dashboard-section-heading h2{margin:0;font-family:var(--font-display);font-size:clamp(1.3rem,1.8vw,1.95rem);line-height:1;letter-spacing:-.04em;color:var(--ink)}.dashboard-section-heading p{margin:0;max-width:54rem;color:var(--muted);font-size:.95rem;line-height:1.65}.dashboard-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.dashboard-panel-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:22px;align-items:stretch}.dashboard-inline-stack{display:flex;flex-direction:column;gap:22px}.dashboard-data-shell{position:relative;padding:22px;border-radius:24px;border:1px solid var(--surface-border-strong);background:#fff;box-shadow:0 18px 36px #0f172a0d}.dashboard-data-shell:before{content:"";position:absolute;inset:0 0 auto;height:5px;border-radius:24px 24px 0 0;background:linear-gradient(90deg,#10684eeb,#1f293757,#10684eb8);pointer-events:none}@media(max-width:1080px){.dashboard-panel-grid{grid-template-columns:1fr}}@media(max-width:1040px){.dashboard-page{height:auto;min-height:auto}.dashboard-page__shell{height:auto;min-height:auto;display:block}.dashboard-page__content{overflow:visible}}@media(max-width:720px){.dashboard-page{padding-top:8px;padding-bottom:28px}.dashboard-page__content{padding:0 0 12px;gap:16px}.dashboard-page__shell{padding:0 16px}.dashboard-data-shell{padding:18px;border-radius:20px}}.platform-page{display:flex;flex-direction:column;gap:20px}.platform-notice{padding:14px 16px;border-radius:16px;border:1px solid rgba(148,163,184,.26);background:#f8fafcf5;color:var(--ink);font-size:.95rem;font-weight:700}.platform-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.platform-panel-heading__eyebrow{display:inline-block;margin-bottom:6px;color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.platform-panel-heading h2,.platform-panel-heading h3,.platform-panel-heading h4{margin:0;color:var(--ink);font-family:var(--font-display);font-size:1.12rem;line-height:1.1;letter-spacing:-.03em}.platform-panel-heading p{margin:6px 0 0;color:var(--muted);font-size:.9rem;line-height:1.55}.platform-count-badge{min-width:38px;height:34px;padding:0 10px;border-radius:999px;border:1px solid rgba(16,104,78,.14);background:#fff;color:var(--accent);font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.platform-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.platform-field{display:flex;flex-direction:column;gap:10px}.platform-field--span-2{grid-column:span 2}.platform-field span{color:var(--muted-strong);font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.platform-field input,.platform-field select,.platform-field textarea{width:100%;padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:#fff;color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.platform-field textarea{min-height:120px;resize:vertical}.platform-field input:focus,.platform-field select:focus,.platform-field textarea:focus{outline:none;border-color:#64748b6b;box-shadow:0 0 0 4px #94a3b81f;background:#fff}.platform-field__helper{margin-top:-2px;color:var(--muted);font-size:.78rem;line-height:1.45}.platform-option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.platform-option-chip{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;min-height:74px}.platform-option-chip input{width:18px;height:18px;accent-color:var(--brand)}.platform-option-chip span{color:var(--ink);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.platform-option-chip small{color:var(--muted);font-size:.78rem;line-height:1.4}.branding-asset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.branding-asset-card{display:flex;flex-direction:column;gap:14px;padding:14px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#fff}.branding-asset-card__preview{min-height:124px;border-radius:16px;border:1px dashed rgba(15,23,42,.12);background:linear-gradient(180deg,#f8fafcf5,#f1f5f9eb);display:flex;align-items:center;justify-content:center;overflow:hidden}.branding-asset-card__preview img{max-width:100%;max-height:96px;object-fit:contain}.branding-asset-card__preview--favicon img{max-width:64px;max-height:64px}.branding-asset-card__empty{color:var(--muted);font-size:.82rem;font-weight:700}.branding-asset-card__body{display:flex;flex-direction:column;gap:8px}.branding-asset-card__body strong{color:var(--ink);font-size:.92rem}.branding-asset-card__body p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.5}@media(max-width:860px){.branding-asset-grid{grid-template-columns:1fr}}.platform-switch{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--muted-strong);font-size:.9rem;font-weight:700}.platform-switch input{width:18px;height:18px;accent-color:var(--brand)}.platform-switch--inline{min-height:0;padding:14px 16px}.platform-switch--panel{grid-column:span 2}.platform-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:16px;border:none;background:linear-gradient(135deg,var(--action),var(--action-deep));color:#fff;font-size:.88rem;font-weight:800;box-shadow:0 16px 30px #0918132e;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.platform-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 32px #09181338}.platform-button:disabled{opacity:.62;cursor:not-allowed;box-shadow:none}.platform-button--secondary{border:1px solid rgba(16,104,78,.16);background:linear-gradient(180deg,#10684e29,#10684e1a);color:#0c5a43;box-shadow:none}.platform-button--secondary:hover:not(:disabled){border-color:#10684e38;box-shadow:0 10px 18px #09181314}.platform-button--danger{background:linear-gradient(135deg,#b6495a,#a73446);box-shadow:0 16px 30px #a834462e}.platform-button--ghost-danger{background:#b1384814;color:#a73446;box-shadow:none}.platform-link-button{padding:8px 12px;border:1px solid rgba(16,104,78,.14);border-radius:999px;background:linear-gradient(180deg,#10684e24,#10684e1a);color:#0c5a43;font-size:.85rem;font-weight:800}.platform-inline-actions{display:flex;flex-wrap:wrap;gap:10px}.platform-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;color:var(--muted-strong);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.platform-status-pill--active,.platform-status-pill--provisioning{border-color:#10684e29;color:var(--accent)}.platform-status-pill--suspended,.platform-status-pill--disabled,.platform-status-pill--quarantined{border-color:#b138482e;color:#9c2d40}.platform-status-pill--shared,.platform-status-pill--dedicated,.platform-status-pill--migrating{border-color:#94a3b83d;color:var(--muted-strong)}.platform-empty-state{min-height:220px;border-radius:20px;border:1px dashed rgba(15,23,42,.14);background:#f9fafbf0;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted-strong);font-weight:700;text-align:center}@media(max-width:900px){.platform-form-grid{grid-template-columns:1fr}.platform-field--span-2,.platform-switch--panel{grid-column:auto}}.workspace-page{display:flex;flex-direction:column;gap:18px}.workspace-directory-page{width:100%;max-width:980px}.workspace-directory-shell{display:flex;flex-direction:column;gap:16px}.workspace-search{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--muted)}.workspace-search input{width:100%;border:none;background:transparent;color:var(--ink)}.workspace-search input:focus{outline:none}.workspace-directory-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow:auto;padding-right:4px}.workspace-directory-list--page{max-height:none}.workspace-tenant-item{width:100%;padding:14px;border:1px solid rgba(15,35,28,.08);border-radius:16px;background:#fff;text-align:left;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.workspace-tenant-item:hover{transform:translateY(-1px);border-color:#94a3b838;box-shadow:0 14px 26px #0f172a0d}.workspace-tenant-item.is-active{border-color:#10684e3d;background:#fff;box-shadow:0 14px 22px #0f172a0d}.workspace-tenant-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.workspace-tenant-item__top strong{display:block;color:var(--ink);font-size:.94rem;font-weight:800}.workspace-tenant-item__top span,.workspace-tenant-item__meta span{color:var(--muted);font-size:.76rem}.workspace-tenant-item__meta{display:flex;flex-wrap:wrap;gap:8px}.workspace-tenant-item__meta span{padding:5px 9px;border-radius:999px;background:#0b251c0d;color:var(--muted-strong);font-weight:700}.workspace-directory-page__action{margin-top:2px;display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:.82rem;font-weight:800}.workspace-content-shell{display:flex;flex-direction:column;gap:16px}.workspace-context-shell{display:flex;flex-direction:column;gap:18px}.workspace-context-shell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.workspace-context-shell__header h2{margin:0;font-family:var(--font-display);font-size:1.32rem;line-height:1.05;letter-spacing:-.03em}.workspace-context-shell__header p{margin:6px 0 0;color:var(--muted);font-size:.88rem}.workspace-context-shell__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.workspace-context-shell__actions{display:flex;flex-wrap:wrap;gap:12px}.workspace-context-shell__action{min-height:54px}.workspace-selected-card__eyebrow{color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.workspace-selected-card__meta{display:flex;flex-wrap:wrap;gap:8px}.workspace-side-progress{padding:14px;border-radius:16px;border:1px solid rgba(12,35,27,.08);background:#fff}.workspace-side-progress div{display:flex;align-items:center;justify-content:space-between;gap:10px}.workspace-side-progress span{color:var(--muted-strong);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.workspace-side-progress strong{font-family:var(--font-display);font-size:1.2rem;line-height:1}.workspace-side-progress small{display:block;margin-top:8px;color:var(--muted);font-size:.82rem;line-height:1.55}.workspace-current-header{display:flex;align-items:flex-start;justify-content:flex-start;gap:16px}.workspace-current-header__eyebrow{display:inline-block;margin-bottom:6px;color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.workspace-current-header h2{margin:0;font-family:var(--font-display);font-size:1.35rem;line-height:1.05;letter-spacing:-.03em}.workspace-current-header p{margin:6px 0 0;color:var(--muted);font-size:.9rem;line-height:1.55}.workspace-section-picker{display:flex;flex-direction:column;gap:8px}.workspace-section-picker span{color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.workspace-section-picker select{width:100%;padding:12px 14px;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:#fff;color:var(--ink)}.workspace-section-picker select:focus{outline:none;border-color:#10684e38;box-shadow:0 0 0 4px #10684e14}.workspace-current-header__meta{min-width:0;padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff}.workspace-current-header__meta span,.workspace-current-header__meta small{display:block}.workspace-current-header__meta span{color:var(--ink);font-size:.86rem;font-weight:700}.workspace-current-header__meta small{margin-top:6px;color:var(--muted);font-size:.8rem;line-height:1.45}.workspace-section-stack,.workspace-form-shell{display:flex;flex-direction:column;gap:18px}.workspace-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.workspace-stat-grid--overview{grid-template-columns:repeat(5,minmax(0,1fr))}.workspace-stat-card{padding:16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#fff;box-shadow:0 14px 26px #0c1d160d}.workspace-stat-card span{display:block;color:var(--muted-strong);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.workspace-stat-card strong{display:block;margin-top:8px;font-family:var(--font-display);font-size:1.4rem;line-height:.95}.workspace-stat-card__value--inline{font-size:1.02rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-stat-card small{display:block;margin-top:8px;color:var(--muted);font-size:.84rem;line-height:1.5}.workspace-stat-card__meta--inline{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-overview-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr);gap:18px;align-items:start}.workspace-checklist{display:flex;flex-direction:column;gap:10px;margin-top:14px}.workspace-checklist-item{width:100%;padding:14px 16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left}.workspace-checklist-item.is-complete{border-color:#10684e2e;background:#fff}.workspace-checklist-item strong{display:block;margin-bottom:4px}.workspace-checklist-item span{color:var(--muted);font-size:.86rem}.workspace-checklist-badge{padding:7px 11px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;color:var(--muted-strong);font-size:.72rem;font-weight:800}.workspace-checklist-badge.is-complete{border-color:#10684e29;color:var(--accent)}.workspace-link-grid,.workspace-table-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.workspace-link-grid--wide{margin-top:14px}.workspace-link-item,.workspace-table-summary div{padding:14px 16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#fff}.workspace-link-item span,.workspace-table-summary span{display:block;color:var(--muted);font-size:.76rem}.workspace-link-item strong,.workspace-table-summary strong{display:block;margin-top:6px;color:var(--ink);font-size:.88rem;overflow-wrap:anywhere}.workspace-form-groups{display:flex;flex-direction:column;gap:18px}.workspace-form-group{display:flex;flex-direction:column;gap:14px}.workspace-form-group+.workspace-form-group{border-top:1px solid rgba(12,35,27,.08);padding-top:18px}.workspace-form-group__heading strong,.workspace-domain-card__header strong,.workspace-integration-card__header strong,.workspace-guidance-item strong{display:block;color:var(--ink);font-size:.94rem}.workspace-form-group__heading span,.workspace-domain-card__header span,.workspace-integration-card__header span,.workspace-guidance-item p{display:block;margin-top:6px;color:var(--muted);font-size:.86rem;line-height:1.5}.workspace-integration-card__description{display:block;margin-top:8px;color:var(--muted);font-size:.82rem;line-height:1.55}.workspace-domain-list,.workspace-integration-list,.workspace-guidance-list{display:flex;flex-direction:column;gap:12px}.workspace-domain-card,.workspace-integration-card,.workspace-guidance-item{padding:16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#fff}.workspace-guidance-item--plain{padding:14px 16px}.workspace-guidance-item--plain p{margin:0}.workspace-guidance-item--plain .platform-link-button{padding:4px 10px;font-size:.8rem;vertical-align:middle}.workspace-danger-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-stat-card--danger{border-color:#b138481f;background:linear-gradient(180deg,#fffffffa,#fff7f9f5)}.workspace-danger-status{display:flex;flex-direction:column;gap:8px;padding:16px 18px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#fff}.workspace-danger-status strong{color:var(--ink);font-size:.96rem}.workspace-danger-status p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}.workspace-danger-status.is-eligible{border-color:#10684e24;background:linear-gradient(180deg,#f4fcf8fa,#fffffffa)}.workspace-danger-status.is-blocked{border-color:#b1384829;background:linear-gradient(180deg,#fff4f6fa,#fffffffa)}.workspace-danger-reasons{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.workspace-danger-reasons--modal{margin-top:2px}.workspace-danger-reason{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:16px;border:1px solid rgba(177,56,72,.12);background:#fff7f9f5}.workspace-danger-reason strong{color:#7f1d33;font-size:.88rem}.workspace-danger-reason span{color:var(--muted);font-size:.76rem;line-height:1.45;letter-spacing:.04em;text-transform:uppercase}.workspace-danger-guidance{border-color:#b138481f;background:#fffafbf5}.workspace-modal-backdrop{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a8f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.workspace-modal{width:min(680px,100%);max-height:min(92vh,900px);overflow:auto;display:flex;flex-direction:column;gap:16px;padding:22px;border-radius:24px;background:#fff;box-shadow:0 28px 60px #0f172a3d}.workspace-modal h3{margin:0;color:var(--ink);font-family:var(--font-display);font-size:1.22rem;line-height:1.08;letter-spacing:-.03em}.workspace-modal-warning{margin:0;color:#8b1e34;font-size:.92rem;font-weight:800}.workspace-modal-copy{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}.workspace-modal-section{display:flex;flex-direction:column;gap:14px}.workspace-modal-toggle{margin-top:-2px}.workspace-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.workspace-domain-card__header,.workspace-integration-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.workspace-domain-card__meta{display:flex;flex-wrap:wrap;gap:8px}.workspace-integration-mode{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.workspace-integration-default{margin-bottom:14px}.workspace-card-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;width:100%}.workspace-card-actions .platform-button{width:100%;min-height:48px}.workspace-config-block{display:flex;flex-direction:column;gap:12px;margin-top:14px}.workspace-config-block__heading{color:var(--muted-strong);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.workspace-secret-field{display:flex;flex-direction:column;gap:6px}.workspace-secret-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.78rem}.workspace-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.workspace-route-summary,.workspace-promotion-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.workspace-route-summary--single{grid-template-columns:minmax(0,1fr)}.workspace-route-summary div,.workspace-promotion-summary div{min-width:0;padding:14px 16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#fff}.workspace-route-summary strong,.workspace-promotion-summary strong,.workspace-health-card strong,.workspace-history-item__top strong{display:block;color:var(--ink)}.workspace-route-summary span,.workspace-promotion-summary span,.workspace-health-card span,.workspace-history-item__top span,.workspace-history-item p,.workspace-history-item small{display:block;margin-top:6px;color:var(--muted);font-size:.84rem}.workspace-route-summary span,.workspace-promotion-summary span{overflow-wrap:anywhere;word-break:break-word}.workspace-health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.workspace-health-card{padding:14px 16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#fff}.workspace-health-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.workspace-health-heading,.workspace-health-status{display:inline-flex;align-items:center;gap:10px}.workspace-health-overview{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding:14px 16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#fff}.workspace-health-overview strong{display:block;color:var(--ink)}.workspace-health-overview span{display:block;margin-top:6px;color:var(--muted);font-size:.84rem}.workspace-health-pill{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:7px 12px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.workspace-health-pill.is-healthy{border-color:#10684e2e;color:#10684e}.workspace-health-pill.is-unhealthy{border-color:#b91c1c2e;color:#b91c1c}.workspace-status-dot{width:10px;height:10px;border-radius:999px}.workspace-status-dot.is-up{background:var(--brand);box-shadow:0 0 0 6px #1f29371f}.workspace-status-dot.is-down{background:#b6495a;box-shadow:0 0 0 6px #b6495a1f}.workspace-history-list{display:flex;flex-direction:column;gap:10px}.workspace-history-item{padding:14px 16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px}.workspace-history-item__icon{width:36px;height:36px;border-radius:12px;background:#1f293714;color:var(--ink);display:inline-flex;align-items:center;justify-content:center}.workspace-history-item__content{min-width:0}.workspace-history-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media(max-width:1280px){.workspace-stat-grid,.workspace-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1120px){.workspace-context-shell__grid,.workspace-two-column,.workspace-overview-grid{grid-template-columns:1fr}.workspace-current-header{flex-direction:column}.workspace-current-header__meta{min-width:0;width:100%}}@media(max-width:900px){.workspace-stat-grid,.workspace-link-grid,.workspace-table-summary,.workspace-route-summary,.workspace-promotion-summary,.workspace-health-grid,.workspace-danger-stat-grid{grid-template-columns:1fr}.workspace-tenant-item__top,.workspace-domain-card__header,.workspace-integration-card__header,.workspace-history-item__top,.workspace-secret-meta,.workspace-context-shell__header,.workspace-context-shell__actions,.workspace-health-overview{flex-direction:column;align-items:flex-start}.workspace-modal{padding:18px;border-radius:20px}.workspace-modal-actions .platform-button{width:100%}}.catalog-intro-shell{padding:20px 22px}.catalog-service-list,.catalog-service-card{display:flex;flex-direction:column;gap:18px}.catalog-service-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.catalog-provider-list{display:flex;flex-direction:column;gap:14px}.catalog-provider-card{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#fff}.catalog-provider-card__header,.catalog-field-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.catalog-provider-card__header strong,.catalog-field-card__header strong{color:var(--ink);font-size:.94rem}.catalog-provider-card__header span,.catalog-field-card__header span{display:block;margin-top:4px;color:var(--muted);font-size:.82rem}.catalog-field-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.catalog-field-card{display:flex;flex-direction:column;gap:14px;padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fffffffa}@media(max-width:960px){.catalog-field-list{grid-template-columns:1fr}}.overview-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.overview-metric-card{min-height:154px;padding:18px;border-radius:22px;border:1px solid rgba(12,35,27,.08);background:radial-gradient(circle at top right,rgba(148,163,184,.08),transparent 26%),linear-gradient(180deg,#f9fafbf5,#f9fafb00),#fff;box-shadow:0 16px 30px #0f172a0d;display:flex;flex-direction:column;gap:10px}.overview-metric-card__top{display:flex;align-items:center;justify-content:space-between;color:var(--accent)}.overview-metric-card__label{color:#405148d1;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.overview-metric-card strong{font-family:var(--font-display);font-size:clamp(1.65rem,2.2vw,2.35rem);line-height:.96;letter-spacing:-.04em}.overview-metric-card p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}.overview-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.overview-action-card{padding:16px 18px;border-radius:20px;border:1px solid rgba(12,35,27,.08);background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.overview-action-card:hover{transform:translateY(-1px);border-color:#94a3b838;box-shadow:0 14px 28px #0f172a0f}.overview-action-card__icon{width:44px;height:44px;border-radius:14px;background:#1f293714;color:var(--ink);display:inline-flex;align-items:center;justify-content:center}.overview-action-card strong,.overview-queue-item strong,.overview-readiness-card strong,.overview-recent-item strong{display:block;margin-bottom:4px;color:var(--ink);font-size:.94rem}.overview-action-card p,.overview-queue-item span,.overview-recent-item span{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}.overview-queue-list,.overview-recent-list{display:flex;flex-direction:column;gap:10px;margin-top:16px}.overview-queue-item,.overview-recent-item{padding:14px 16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px}.overview-queue-item__meta,.overview-recent-item__meta{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;color:var(--muted-strong);font-size:.8rem;font-weight:700}.overview-readiness-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.overview-readiness-card{padding:18px;border-radius:22px;border:1px solid rgba(12,35,27,.08);background:#fff;box-shadow:0 16px 30px #0f172a0d;display:flex;flex-direction:column;gap:14px}.overview-readiness-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.overview-readiness-card__top span{color:var(--muted);font-size:.78rem}.overview-readiness-card__progress{display:flex;flex-direction:column;gap:8px}.overview-readiness-card__progress div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.overview-readiness-card__progress span{color:var(--muted-strong);font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.overview-readiness-card__progress strong{margin:0;font-size:1.05rem}.overview-progress-track{width:100%;height:8px;border-radius:999px;background:#94a3b829;overflow:hidden}.overview-progress-track__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#10684ef0,#1f2937bd)}.overview-readiness-card__steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.overview-step-pill{padding:10px 12px;border-radius:16px;border:1px solid rgba(12,35,27,.08);background:#fff}.overview-step-pill.is-complete{border-color:#94a3b833;background:#f9fafbf5}.overview-step-pill span,.overview-step-pill strong{display:block}.overview-step-pill span{color:var(--muted-strong);font-size:.74rem;font-weight:700}.overview-step-pill strong{margin-top:6px;font-size:.84rem}.overview-readiness-card__actions{display:flex;align-items:center;gap:12px}.overview-inline-link{color:var(--accent);font-size:.9rem;font-weight:800}@media(max-width:1240px){.overview-metrics-grid,.overview-readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.overview-action-grid,.overview-metrics-grid,.overview-readiness-grid{grid-template-columns:1fr}.overview-queue-item,.overview-recent-item,.overview-readiness-card__top{flex-direction:column;align-items:flex-start}.overview-queue-item__meta,.overview-recent-item__meta{justify-content:flex-start}.overview-readiness-card__steps{grid-template-columns:1fr}}.provisioning-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr);gap:18px;align-items:start}.provisioning-form-shell,.provisioning-preview-shell{display:flex;flex-direction:column;gap:18px}.provisioning-block{display:flex;flex-direction:column;gap:14px;padding-top:8px}.provisioning-block+.provisioning-block{border-top:1px solid rgba(12,35,27,.08);padding-top:20px}.provisioning-block__header{display:flex;align-items:flex-start;gap:12px;color:var(--brand)}.provisioning-block__header strong{display:block;margin-bottom:4px;color:var(--ink);font-size:.95rem}.provisioning-block__header p,.provisioning-next-item p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}.provisioning-blueprint-list,.provisioning-next-list{display:flex;flex-direction:column;gap:10px}.provisioning-blueprint-item,.provisioning-next-item{padding:14px 16px;border-radius:18px;border:1px solid rgba(12,35,27,.08);background:#f8fbf9f5}.provisioning-blueprint-item span{display:block;margin-bottom:6px;color:var(--muted-strong);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.provisioning-blueprint-item strong,.provisioning-next-item strong{color:var(--ink);font-size:.9rem}@media(max-width:1140px){.provisioning-layout{grid-template-columns:1fr}}.confirm-dialog-backdrop{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a57;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.confirm-dialog{width:min(100%,520px);border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fffffffa;box-shadow:0 28px 72px #0f172a38;padding:22px}.confirm-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.confirm-dialog__eyebrow{display:inline-block;margin-bottom:8px;color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.confirm-dialog__title{margin:0;color:var(--ink);font-family:var(--font-display);font-size:1.16rem;line-height:1.08;letter-spacing:-.03em}.confirm-dialog__description{margin:10px 0 0;color:var(--muted);font-size:.9rem;line-height:1.6}.confirm-dialog__close,.confirm-dialog__button{border:0;border-radius:14px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.confirm-dialog__close{min-width:72px;padding:10px 12px;background:#f1f5f9eb;color:var(--muted-strong)}.confirm-dialog__close:hover,.confirm-dialog__button:hover{transform:translateY(-1px)}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.confirm-dialog__button{min-width:132px;padding:12px 18px}.confirm-dialog__button--secondary{background:#f1f5f9f5;color:var(--muted-strong)}.confirm-dialog__button--default{background:linear-gradient(135deg,var(--action),var(--action-deep));color:#fff;box-shadow:0 18px 34px #10684e2e}.confirm-dialog__button--danger{background:linear-gradient(135deg,#b91c1c,#991b1b);color:#fff;box-shadow:0 18px 34px #991b1b2e}@media(max-width:640px){.confirm-dialog{padding:18px;border-radius:20px}.confirm-dialog__header{flex-direction:column}.confirm-dialog__close{align-self:flex-start}.confirm-dialog__actions{flex-direction:column-reverse}.confirm-dialog__button{width:100%}}.sidebar-container{position:relative;min-height:0;width:clamp(220px,16vw,252px);transition:width .28s ease}.sidebar-brand{display:inline-flex;align-items:center;min-width:0;color:#f7fbf8;max-width:calc(100% - 58px)}.sidebar-brand-logo{display:block;width:auto;height:24px;max-width:118px;object-fit:contain}.sidebar-brand--compact{padding:0;max-width:44px}.toggle-button{width:38px;height:38px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#f7fcf8f0;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.toggle-button:hover{transform:translateY(-1px);background:#ffffff1a;border-color:#ffffff24}.toggle-icon{transition:transform .3s ease}.toggle-icon.rotated{transform:rotate(180deg)}.sidebar-shell{position:sticky;top:24px;height:calc(100vh - 48px);width:100%;padding:18px 16px;border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top left,rgba(255,255,255,.1),transparent 24%),radial-gradient(circle at bottom right,rgba(16,104,78,.12),transparent 32%),linear-gradient(180deg,#10684e,#0e5d45 52%,#0b4e3a);box-shadow:0 24px 48px #09181338;display:flex;flex-direction:column;gap:16px}.sidebar-shell:before{content:"";position:absolute;inset:1px;border-radius:31px;border:1px solid rgba(255,255,255,.05);pointer-events:none}.sidebar-container.collapsed{width:78px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px}.menu-label{color:#e2ebe685;font-size:.66rem;font-weight:800;margin-bottom:9px;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.sidebar-navigation{flex:1;display:flex;flex-direction:column;gap:12px;min-height:0;padding-top:0;overflow-y:auto}.sidebar-section{display:flex;flex-direction:column}.nav-menu{display:flex;flex-direction:column;gap:8px}.nav-item{display:flex;align-items:center;gap:10px;min-height:46px;padding:10px 12px;font-size:.88rem;font-weight:700;border-radius:16px;line-height:1.2;color:#f7fcf8cc;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.sidebar-link{border-radius:16px}.sidebar-link:hover .nav-item{transform:translate(2px);background:#ffffff12;color:#fff}.active-nav-item .nav-item{background:linear-gradient(90deg,#ffffff24,#ffffff0d);color:#fff;box-shadow:inset 3px 0 0 var(--accent),inset 0 0 0 1px #ffffff0a}.nav-icon-shell{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;flex-shrink:0}.nav-icon{color:#f7fcf8f5;flex-shrink:0}.item-name{white-space:nowrap;line-height:1.1}.nav-item-indicator{margin-left:auto;width:8px;height:8px;border-radius:999px;background:transparent;transition:background-color .2s ease}.active-nav-item .nav-item-indicator{background:var(--accent);box-shadow:0 0 0 6px #10684e24}.sidebar-container.collapsed .sidebar-shell{padding:16px 12px}@media(max-width:1040px){.sidebar-container.mobile{width:100%;margin-bottom:12px}.sidebar-shell{top:0;height:auto;min-height:unset;border-radius:28px}.sidebar-container.mobile:not(.menu-open) .sidebar-navigation{display:none}}@media(max-width:720px){.sidebar-brand-logo{height:22px;max-width:100px}.sidebar-shell{padding:14px 12px}}.dashboard-layout{--page-max-width: 1440px;--surface: #ffffff;--surface-strong: #ffffff;--surface-border: rgba(15, 23, 42, .08);--surface-border-strong: rgba(15, 23, 42, .12);--shadow-soft: 0 24px 60px rgba(15, 23, 42, .08);--shadow-crisp: 0 16px 32px rgba(15, 23, 42, .06);--ink: #111827;--muted: #6b7280;--muted-strong: #374151;--brand: #1f2937;--brand-deep: #0f172a;--brand-soft: #e5e7eb;--accent: #10684e;--accent-soft: rgba(16, 104, 78, .12);display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;height:100dvh;min-height:100vh;position:relative;gap:24px;padding:24px;overflow:hidden;background:#fff}.dashboard-layout:before{content:"";position:fixed;inset:0;pointer-events:none;background:transparent}.dashboard-main-content{height:calc(100dvh - 48px);min-width:0;overflow:hidden;padding:0;position:relative;z-index:1;border-radius:34px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 28px 72px #0f172a14;scrollbar-width:thin;overscroll-behavior:contain;transition:border-radius .28s ease,box-shadow .28s ease}.dashboard-main-content:before{content:"";position:sticky;top:0;display:block;width:100%;height:5px;background:linear-gradient(90deg,#10684ee6,#1f29376b 54%,#10684ec7);z-index:2}@media(max-width:1040px){.dashboard-layout{grid-template-columns:1fr;height:auto;gap:0;padding:12px;overflow:visible}.dashboard-main-content{height:auto;overflow:visible;margin-top:12px;border-radius:28px}}@media(max-width:720px){.dashboard-layout{padding:8px}.dashboard-main-content{border-radius:24px}}.login-shell{height:100dvh;min-height:100dvh;padding:clamp(12px,2vw,24px);display:flex;overflow:hidden}.login-stage{flex:1;height:100%;min-height:0;width:min(100%,1680px);margin-inline:auto;display:grid;grid-template-columns:minmax(320px,.86fr) minmax(500px,1.14fr);gap:clamp(14px,1.8vw,20px);align-items:stretch}.login-story,.login-panel{position:relative;overflow:hidden;border-radius:34px;height:100%;min-height:0}.login-story{padding:clamp(20px,2.4vw,32px);background:linear-gradient(155deg,#0d5f47fa,#084634fa);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 70px #0934273d;display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(16px,2vw,24px)}.login-story-bg,.login-story-overlay{position:absolute;inset:0}.login-story-bg{width:100%;height:100%;object-fit:cover;opacity:.12;mix-blend-mode:soft-light;filter:sepia(.18) hue-rotate(12deg) saturate(.92) brightness(.92) contrast(.94)}.login-story-overlay{background:radial-gradient(circle at top right,rgba(209,193,149,.18),transparent 24%),linear-gradient(180deg,#ffffff0a,#04261d2e)}.login-story-content,.login-visual-card{position:relative;z-index:1}.login-story-content{flex:1;min-height:0;display:flex;flex-direction:column;gap:14px;padding-top:clamp(40px,7vh,72px)}.logo-image{width:clamp(144px,16vw,180px);height:auto}.login-kicker{display:inline-flex;width:fit-content;margin-top:6px;padding:8px 12px;border-radius:999px;background:#ffffff1f;color:#f5faf6eb;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.login-story-copy{display:flex;flex-direction:column;gap:10px;max-width:28rem;margin-top:0}.login-title{margin:0;font-family:var(--font-display);max-width:none;font-size:clamp(1.35rem,1.7vw,2.3rem);line-height:1.02;letter-spacing:-.06em;color:#f7fbf8;white-space:nowrap}.login-subtitle{margin:0;color:#e4ece7d6;max-width:28rem;font-size:.86rem;line-height:1.48}.login-signal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto;padding-top:18px}.login-signal-card{padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff14;display:flex;gap:10px;align-items:flex-start}.login-signal-icon{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;color:#f7fbf8;flex-shrink:0}.login-signal-copy{display:flex;flex-direction:column;gap:8px}.login-signal-copy strong{color:#f7fbf8;font-size:.82rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.login-signal-copy span{color:#e4ece7d1;font-size:.8rem;line-height:1.42}.login-visual-card{display:flex;margin-top:auto;align-items:flex-end;justify-content:space-between;gap:12px;padding:14px;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.padlock-image{width:min(100%,170px);object-fit:contain;filter:drop-shadow(0 18px 34px rgba(0,0,0,.22))}.login-visual-copy{max-width:12rem;display:flex;flex-direction:column;gap:8px}.login-visual-badge{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:8px 12px;border-radius:999px;background:#ffffff1f;color:#f7fbf8;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.login-visual-copy p{margin:0;color:#e4ece7d1;font-size:.86rem;line-height:1.55}.login-panel{padding:clamp(16px,2vw,24px);background:radial-gradient(circle at top,rgba(148,163,184,.08),transparent 24%),#ffffffad;border:1px solid rgba(255,255,255,.62);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);display:flex;align-items:center;justify-content:center}.login-form-container{width:min(100%,560px);max-height:100%}.login-content{padding:clamp(22px,2.8vw,34px);border-radius:28px;background:#ffffffe0;border:1px solid var(--surface-border-strong);box-shadow:0 20px 55px #11241d1a}.login-header{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.login-panel-brand{display:flex;align-items:center;margin-bottom:6px}.login-panel-logo{width:clamp(132px,12vw,168px);height:auto}.login-panel-kicker{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.login-panel-title{margin:0;font-family:var(--font-display);font-size:clamp(2rem,3vw,2.8rem);line-height:.98;letter-spacing:-.06em;color:var(--ink)}.login-panel-subtitle{margin:0;color:var(--muted);font-size:.98rem;line-height:1.7}.login-form{display:flex;flex-direction:column;gap:22px}.form-group{display:flex;flex-direction:column;gap:10px}.form-label{font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-strong)}.form-input,.password-form-input{width:100%;min-height:58px;padding:0 16px;border-radius:18px;border:1px solid rgba(148,163,184,.22);background:#f9fafbf5;color:var(--ink);font-size:.98rem;font-weight:600;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-input:focus,.password-form-input:focus{outline:none;border-color:#64748b61;box-shadow:0 0 0 4px #94a3b81f;background:#fff}.form-input.error,.password-form-input.error{border-color:#ae3f4c66}.form-input:disabled,.password-form-input:disabled{cursor:not-allowed;opacity:.75}.password-input-container{position:relative}.password-toggle{position:absolute;top:50%;right:14px;transform:translateY(-50%);width:38px;height:38px;border-radius:12px;border:0;background:transparent;color:var(--muted-strong)}.password-toggle:hover{background:#94a3b81f}.field-error,.error-message,.password-error{font-size:.86rem;font-weight:700;color:#ae3f4c}.bottom-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.bottom-row__messages{display:flex;flex-direction:column;gap:8px}.forgot-password{border:1px solid rgba(16,104,78,.14);padding:10px 14px;border-radius:999px;background:linear-gradient(180deg,#10684e24,#10684e1a);color:#0c5a43;font-size:.92rem;font-weight:800}.verify-button{width:100%;min-height:60px;padding:0 20px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--action),var(--action-deep));color:#f7fbf8;font-size:.98rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 18px 30px #0918132e;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.verify-button:hover{transform:translateY(-1px);box-shadow:0 22px 32px #09181338}.verify-button:disabled{cursor:not-allowed;opacity:.8}.auth-modal-backdrop{position:fixed;inset:0;z-index:40;padding:24px;display:flex;align-items:center;justify-content:center;background:#0718147a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-modal{width:min(100%,540px);padding:28px;border-radius:28px;background:#fffffff5;border:1px solid rgba(18,44,35,.08);box-shadow:0 28px 60px #081a1438}.auth-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.auth-modal-kicker{display:inline-flex;margin-bottom:10px;color:var(--accent);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.auth-modal-title{margin:0;color:var(--ink);font-family:var(--font-display);font-size:1.9rem;line-height:1;letter-spacing:-.05em}.auth-modal-subtitle{margin:10px 0 0;color:var(--muted);font-size:.96rem;line-height:1.65}.auth-modal-close,.auth-modal-secondary{border:1px solid rgba(16,104,78,.16);border-radius:14px;background:linear-gradient(180deg,#10684e29,#10684e1a);color:#0c5a43;font-size:.92rem;font-weight:700;padding:12px 16px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.auth-modal-form{display:flex;flex-direction:column;gap:18px}.auth-modal-actions{display:flex;align-items:center;gap:12px}.auth-modal-actions .verify-button{min-height:54px}.auth-modal-secondary{min-width:110px}.auth-modal-close:hover,.auth-modal-secondary:hover{transform:translateY(-1px);border-color:#10684e38;box-shadow:0 10px 18px #09181314}.auth-modal-error,.auth-modal-success{margin-bottom:16px;padding:14px 16px;border-radius:16px;font-size:.92rem;font-weight:700;line-height:1.5}.auth-modal-error{background:#ec57651f;border:1px solid rgba(236,87,101,.24);color:#bf2438}.auth-modal-success{background:#f8fafcf5;border:1px solid rgba(148,163,184,.2);color:var(--ink)}.auth-modal-done{display:flex;flex-direction:column;gap:18px}@media(max-width:980px){.login-stage{grid-template-columns:1fr;width:min(100%,760px)}.login-visual-card{display:none}.login-title{white-space:normal;font-size:clamp(1.8rem,5vw,2.6rem)}.login-story-copy,.login-subtitle{max-width:100%}}@media(max-width:1280px)and (min-height:860px){.login-title{font-size:clamp(1.1rem,1.35vw,1.7rem)}.login-subtitle{font-size:.82rem}}@media(max-height:860px){.login-shell{padding:12px}.login-stage{gap:14px}.login-story{padding:22px}.login-signal-grid{grid-template-columns:1fr}.login-visual-card{display:none}}@media(max-height:760px){.login-story{display:none}.login-stage{grid-template-columns:1fr}}@media(max-width:720px){.login-stage{min-height:100%;width:100%}.login-story,.login-panel{border-radius:24px}.login-story,.login-panel{padding:18px}.login-content{padding:22px;border-radius:22px}.login-signal-grid{grid-template-columns:1fr}.login-story{display:none}.login-visual-card{flex-direction:column;align-items:flex-start}.padlock-image{width:min(100%,240px)}.bottom-row{flex-direction:column}.forgot-password{align-self:flex-start}.auth-modal{padding:22px;border-radius:22px}.auth-modal-header,.auth-modal-actions{flex-direction:column;align-items:stretch}}.app{min-height:100vh}:root{color-scheme:light;--font-body: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;--font-display: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;--page-max-width: 1280px;--brand: #1f2937;--brand-deep: #0f172a;--brand-soft: #e5e7eb;--action: #10684e;--action-deep: #0b4e3a;--action-soft: rgba(16, 104, 78, .12);--accent: #10684e;--accent-soft: rgba(16, 104, 78, .12);--ink: #111827;--muted: #6b7280;--muted-strong: #374151;--surface: #ffffff;--surface-strong: #ffffff;--surface-border: rgba(15, 23, 42, .08);--surface-border-strong: rgba(15, 23, 42, .12);--shadow-soft: 0 24px 60px rgba(15, 23, 42, .1);--shadow-crisp: 0 18px 30px rgba(15, 23, 42, .08)}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-body);color:var(--ink);background:radial-gradient(circle at 10% 8%,rgba(148,163,184,.08),transparent 26%),radial-gradient(circle at 90% 16%,rgba(16,104,78,.06),transparent 24%),linear-gradient(180deg,#f8fafc,#fbfcfd 58%,#f5f7fb);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:transparent}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}#root{min-height:100vh;isolation:isolate}.loading-container{min-height:180px;display:flex;align-items:center;justify-content:center}.loading-spinner{width:32px;height:32px;border:3px solid rgba(148,163,184,.24);border-top:3px solid var(--accent);border-radius:50%;animation:data-panel-spin 1s linear infinite}::selection{background:#10684e24;color:var(--ink)}@keyframes data-panel-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
