:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px;margin:0}:root{--portal-bg:#030b16;--portal-bg-2:#07111f;--portal-panel:#0b1422c7;--portal-panel-soft:#0e19299e;--portal-panel-border:#708aad33;--portal-panel-border-strong:#97b0d638;--portal-text:#f5f7fb;--portal-text-soft:#e2e8f0c7;--portal-text-muted:#bfc9d9ad;--portal-gold:#e2c777;--portal-gold-hover:#ebd389;--portal-blue:#5f88d5;--portal-blue-soft:#5f88d533;--portal-emerald:#62c29a;--portal-emerald-soft:#62c29a33;--portal-rose:#d97a85;--portal-rose-soft:#d97a852e;--portal-input:#ffffff0a;--portal-input-border:#7e94b22e;--portal-input-focus:#e2c7775c;--portal-shadow:0 30px 80px #00000061}*{box-sizing:border-box}html,body,#root{min-height:100%}body{min-width:320px;color:var(--portal-text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 12% 20%,#e2c77714,#0000 28%),radial-gradient(circle at 88% 18%,#144a8e38,#0000 24%),linear-gradient(#020814 0%,#04101c 52%,#030914 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}::selection{color:var(--portal-text);background:#e2c7773d}#root{width:100%;min-height:100svh}.portal-header{z-index:2;justify-content:space-between;align-items:center;gap:18px;width:100%;max-width:1360px;margin:0 auto;padding:22px 32px 12px;display:flex;position:relative}.portal-header__brand{align-items:center;display:flex}.portal-logo{width:184px;height:auto;display:block}.portal-header__actions{align-items:center;gap:14px;display:flex}.portal-button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:12px 22px;font-size:.98rem;font-weight:700;transition:transform .18s,opacity .18s,background .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.portal-button:hover{transform:translateY(-1px)}.portal-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.portal-button--secondary{color:var(--portal-text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff06;border-color:#7186a52e}.portal-button--secondary:hover{border-color:#97b0d63d;box-shadow:0 14px 34px #0000002e}.portal-button--primary-soft{color:#161616;background:var(--portal-gold);border-color:#ffffff24}.portal-button--primary-soft:hover{background:var(--portal-gold-hover)}.portal-button--primary{color:#111;background:var(--portal-gold);border:none;box-shadow:0 10px 30px #e2c77729}.portal-button--primary:hover{background:var(--portal-gold-hover)}@media (width<=980px){.portal-header{padding-left:22px;padding-right:22px}}@media (width<=720px){.portal-header{flex-direction:column;align-items:flex-start;gap:18px}.portal-header__actions{flex-wrap:wrap;width:100%}.portal-button{padding:13px 18px}}.login-page{background:linear-gradient(90deg,#e2c77714 0%,#0000 20%),linear-gradient(90deg,#0000 62%,#083a7a2e 100%);flex-direction:column;width:100%;min-height:100svh;display:flex;position:relative;overflow-x:hidden}.login-background-glow{pointer-events:none;filter:blur(90px);opacity:.5;position:absolute}.login-background-glow-left{background:#e2c77724;width:360px;height:360px;top:120px;left:-120px}.login-background-glow-right{background:#1055b02e;width:430px;height:430px;top:90px;right:-120px}.portal-button--full{justify-content:center;width:100%}.login-shell{z-index:2;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:30px;width:100%;max-width:1240px;margin:0 auto;padding:34px 32px 36px;display:flex;position:relative}.login-hero{text-align:left;flex-direction:column;align-items:flex-start;gap:18px;width:100%;max-width:none;display:flex}.login-eyebrow{color:var(--portal-gold);letter-spacing:.28em;text-transform:uppercase;margin:0;font-size:.86rem;font-weight:800}.login-title{letter-spacing:-.045em;width:100%;max-width:1140px;color:var(--portal-text);text-align:left;text-wrap:balance;margin:0;font-size:clamp(2.7rem,4.5vw,4.46rem);font-weight:800;line-height:.94}.login-subtitle{max-width:1080px;color:var(--portal-text-soft);text-align:left;margin:0;font-size:1.06rem;line-height:1.65}.login-card{background:linear-gradient(180deg, #ffffff09 0%, #ffffff04 100%), var(--portal-panel);border:1px solid var(--portal-panel-border);width:100%;max-width:920px;box-shadow:var(--portal-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:28px;margin:0 auto;padding:28px 28px 24px}.login-card__eyebrow{color:var(--portal-gold);letter-spacing:.28em;text-transform:uppercase;margin:0 0 14px;font-size:.86rem;font-weight:800}.login-card__title{letter-spacing:-.03em;color:var(--portal-text);margin:0;font-size:1.72rem;font-weight:700}.login-card__description{color:var(--portal-text-soft);margin:10px 0 22px;font-size:1.02rem;line-height:1.55}.login-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.form-label{color:var(--portal-text);font-size:1rem;font-weight:650}.form-input{border:1px solid var(--portal-input-border);width:100%;height:56px;color:var(--portal-text);background:linear-gradient(90deg,#ffffff05,#ffffff09);border-radius:18px;outline:none;padding:0 18px;transition:border-color .18s,box-shadow .18s,background .18s}.form-input::placeholder{color:#bfc9d97a}.form-input:focus{border-color:var(--portal-input-focus);background:#ffffff0d;box-shadow:0 0 0 4px #e2c77714}.forgot-password-link{color:var(--portal-gold);cursor:pointer;background:0 0;border:none;padding:0;font-size:.96rem;font-weight:650}.forgot-password-link:hover{opacity:.9}.checkbox-row{color:var(--portal-text-soft);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;margin-top:2px;font-size:.98rem;display:inline-flex}.checkbox-row input{width:18px;height:18px;accent-color:var(--portal-gold)}.login-message{border:1px solid #0000;border-radius:14px;margin-top:18px;padding:14px 16px;font-size:.96rem;line-height:1.5}.login-message--success{color:#b8efcd;background:#40a46c1f;border-color:#40a46c40}.login-message--error{color:#fcc;background:#bf4a4a1f;border-color:#bf4a4a40}.login-help-text{color:var(--portal-text-muted);margin:18px 0 0;font-size:.96rem;line-height:1.65}.login-helper-note{color:var(--portal-text-soft);margin:0;font-size:.94rem;line-height:1.6}.session-email{color:var(--portal-text);word-break:break-word;background:#ffffff08;border:1px solid #708aad2e;border-radius:18px;margin:0 0 22px;padding:16px 18px;font-weight:650}@media (width<=980px){.login-shell{padding-left:22px;padding-right:22px}.login-title{max-width:760px}.login-card{max-width:100%}}@media (width<=720px){.login-shell{gap:24px;padding-top:18px;padding-bottom:32px}.login-title{font-size:2.45rem;line-height:1.02}.login-subtitle{font-size:1rem;line-height:1.7}.login-card{border-radius:22px;padding:24px 20px 22px}.login-card__title{font-size:1.55rem}.form-label-row{flex-direction:column;align-items:flex-start}.form-input{border-radius:16px;height:56px}}.dashboard-page{background:linear-gradient(#040a12eb,#040c17f7),linear-gradient(90deg,#e2c7770d,#0000 35%,#3863b31f);min-height:100svh;position:relative;overflow-x:hidden}.dashboard-background-orb,.dashboard-background-grid{pointer-events:none;position:absolute;inset:0}.dashboard-background-orb{filter:blur(110px);opacity:.46}.dashboard-background-orb--left{background:#e2c77724;width:440px;height:440px;top:140px;left:-180px}.dashboard-background-orb--right{background:#3560bb33;width:520px;height:520px;top:80px;right:-140px}.dashboard-background-grid{opacity:.22;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;-webkit-mask-image:linear-gradient(#000c,#0000 88%);mask-image:linear-gradient(#000c,#0000 88%)}.dashboard-header{align-items:center}.dashboard-header__brand{gap:18px}.dashboard-brand-copy{flex-direction:column;gap:4px;display:flex}.dashboard-brand-copy__eyebrow{color:var(--portal-text-muted);letter-spacing:.22em;text-transform:uppercase;font-size:.7rem;font-weight:700}.dashboard-brand-copy__title{color:var(--portal-text);font-size:.98rem}.dashboard-search{border:1px solid var(--portal-panel-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffff0a,#ffffff05),#08101ed1;border-radius:999px;flex:420px;align-items:center;gap:12px;max-width:560px;min-height:58px;padding:0 18px;display:flex;box-shadow:0 20px 50px #00000038}.dashboard-search__label{color:var(--portal-gold);letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:800}.dashboard-search input{width:100%;color:var(--portal-text);background:0 0;border:none;outline:none}.dashboard-search input::placeholder{color:#bfc9d985}.dashboard-header__actions{flex-wrap:wrap;justify-content:flex-end}.dashboard-user-pill{border:1px solid var(--portal-panel-border);background:#ffffff09;border-radius:20px;flex-direction:column;gap:4px;min-width:220px;padding:12px 18px;display:flex}.dashboard-user-pill__label{color:var(--portal-text-muted);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700}.dashboard-user-pill__value{color:var(--portal-text);word-break:break-word;font-size:.92rem}.dashboard-user-pill__meta{color:var(--portal-text-muted);font-size:.82rem;line-height:1.45}.dashboard-user-pill--compact{min-width:180px}.dashboard-shell{z-index:2;flex-direction:column;gap:22px;width:100%;max-width:1360px;margin:0 auto;padding:12px 32px 44px;display:flex;position:relative}.dashboard-tabs{border:1px solid var(--portal-panel-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#ffffff0a,#ffffff04),#09111fb8;border-radius:24px;flex-wrap:wrap;align-self:flex-start;gap:10px;padding:8px;display:flex}.dashboard-tab{color:var(--portal-text-soft);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;padding:12px 18px;font-weight:700;transition:background .18s,color .18s,border-color .18s,transform .18s}.dashboard-tab:hover{color:var(--portal-text);transform:translateY(-1px)}.dashboard-tab--active{color:var(--portal-text);background:linear-gradient(135deg,#e2c77726,#5f88d524);border-color:#e2c7773d;box-shadow:inset 0 1px #ffffff0d}.dashboard-toolbar{justify-content:space-between;align-items:flex-end;gap:22px;display:flex}.dashboard-hero{max-width:760px}.dashboard-eyebrow{color:var(--portal-gold);letter-spacing:.24em;text-transform:uppercase;margin:0 0 10px;font-size:.82rem;font-weight:800}.dashboard-title{letter-spacing:-.04em;margin:0;font-size:clamp(2.35rem,4vw,4.1rem);line-height:.95}.dashboard-description{color:var(--portal-text-soft);max-width:720px;margin:14px 0 0;font-size:1.02rem;line-height:1.7}.dashboard-toolbar__aside{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.dashboard-focus-card{border:1px solid var(--portal-panel-border);background:linear-gradient(#ffffff0b,#ffffff04),#08101dd1;border-radius:22px;max-width:360px;padding:16px 18px;box-shadow:0 18px 40px #0003}.dashboard-focus-card span{color:var(--portal-text-muted);letter-spacing:.16em;text-transform:uppercase;margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}.dashboard-focus-card strong{color:var(--portal-text);line-height:1.5;display:block}.dashboard-range-selector{border:1px solid var(--portal-panel-border);background:#0a1322cc;border-radius:999px;flex-wrap:wrap;gap:8px;padding:8px;display:flex}.dashboard-range-button{color:var(--portal-text-soft);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:10px 15px;font-weight:700;transition:background .18s,color .18s,transform .18s}.dashboard-range-button:hover{color:var(--portal-text);transform:translateY(-1px)}.dashboard-range-button--active{color:var(--portal-text);background:linear-gradient(135deg,#5f88d557,#e2c77742);box-shadow:0 12px 24px #050c163d}.dashboard-range-caption{color:var(--portal-text-muted);margin:0;font-size:.84rem}.dashboard-content{flex-direction:column;gap:18px;display:flex}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.metric-card{border:1px solid var(--portal-panel-border);background:linear-gradient(#ffffff0b,#ffffff04),#08101ddb;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000038}.metric-card:after{content:"";background:linear-gradient(90deg, var(--accent-start), var(--accent-end));opacity:.92;width:100%;height:4px;position:absolute;inset:0 auto auto 0}.metric-card--blue{--accent-start:#5f88d5f2;--accent-end:#82aae866}.metric-card--gold{--accent-start:#e2c777f2;--accent-end:#f1dfa952}.metric-card--emerald{--accent-start:#62c29af2;--accent-end:#99e8c652}.metric-card--slate{--accent-start:#a3b1cef2;--accent-end:#cbd7ea3d}.metric-card__content{flex-direction:column;gap:10px;padding:22px 22px 20px;display:flex}.metric-card__label{color:var(--portal-text-muted);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:800}.metric-card__value-row{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.metric-card__value{color:var(--portal-text);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,2.8vw,2.8rem);line-height:.95}.metric-card__delta{color:var(--portal-gold);margin:0;font-weight:700}.metric-card__description{color:var(--portal-text-soft);margin:0;font-size:.94rem;line-height:1.55}.spark-bars{align-items:flex-end;gap:5px;width:112px;height:56px;display:flex}.spark-bars__bar{height:var(--spark-height);background:linear-gradient(180deg, var(--spark-start), var(--spark-end));border-radius:999px 999px 6px 6px;flex:1 1 0;min-height:10px;box-shadow:0 10px 18px #00000024}.spark-bars--blue{--spark-start:#779adef5;--spark-end:#4970ba8c}.spark-bars--gold{--spark-start:#ead693f5;--spark-end:#b691377a}.spark-bars--emerald{--spark-start:#7ed9b3f5;--spark-end:#4894728a}.spark-bars--slate{--spark-start:#adbbd7f5;--spark-end:#6776938a}.panel-grid{gap:18px;display:grid}.panel-grid--balanced{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid--sidebar{grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr)}.dashboard-panel{border:1px solid var(--portal-panel-border);background:linear-gradient(#ffffff0b,#ffffff04),#08101dd1;border-radius:30px;padding:24px;box-shadow:0 24px 60px #00000038}.dashboard-panel__header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.dashboard-panel__title{letter-spacing:-.02em;margin:0;font-size:1.24rem}.dashboard-panel__description{color:var(--portal-text-soft);margin:8px 0 0;line-height:1.6}.dashboard-panel__action{color:var(--portal-gold);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;font-size:.84rem;font-weight:800}.stage-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:22px;display:grid}.stage-card{border:1px solid var(--portal-panel-border);background:#ffffff08;border-radius:22px;padding:16px}.stage-card--blue{box-shadow:inset 0 0 0 1px #5f88d529}.stage-card--gold{box-shadow:inset 0 0 0 1px #e2c77729}.stage-card--emerald{box-shadow:inset 0 0 0 1px #62c29a29}.stage-card--slate{box-shadow:inset 0 0 0 1px #a3b1ce29}.stage-card__label{color:var(--portal-text-muted);letter-spacing:.18em;text-transform:uppercase;margin:0 0 6px;font-size:.76rem;font-weight:800}.stage-card__value{letter-spacing:-.04em;margin-bottom:8px;font-size:1.86rem;display:block}.stage-card__note{color:var(--portal-text-soft);margin:0;font-size:.92rem;line-height:1.45}.trend-chart{padding:10px 0 0}.trend-chart__bars{grid-template-columns:repeat(12,minmax(0,1fr));gap:10px;min-height:260px;padding:12px 0 0;display:grid;position:relative}.trend-chart__bars:before{content:"";pointer-events:none;background:linear-gradient(#ffffff17 1px,#0000 1px) 0 20%/100% 25%,linear-gradient(#ffffff0a,#fff0);border-radius:22px;position:absolute;inset:0}.trend-chart__column{z-index:1;flex-direction:column;justify-content:flex-end;gap:10px;min-height:260px;display:flex;position:relative}.trend-chart__bar-shell{flex:1;justify-content:center;align-items:flex-end;display:flex}.trend-chart__bar{width:100%;height:var(--trend-height);background:linear-gradient(180deg, var(--trend-start), var(--trend-end));border-radius:18px 18px 8px 8px;min-height:16px;box-shadow:inset 0 1px #ffffff14,0 16px 32px #00000024}.trend-chart--blue{--trend-start:#88adf0f5;--trend-end:#3461b78f}.trend-chart--gold{--trend-start:#ead693f5;--trend-end:#c0963785}.trend-chart__label{color:var(--portal-text-muted);letter-spacing:.16em;text-transform:uppercase;text-align:center;font-size:.74rem;font-weight:800}.stack-list{flex-direction:column;gap:14px;display:flex}.stack-list__item{border-top:1px solid #97b0d61f;align-items:flex-start;gap:12px;padding:14px 0;display:flex}.stack-list__item:first-child{border-top:none;padding-top:0}.tone-dot{border-radius:999px;flex:none;width:12px;height:12px;margin-top:6px}.tone-dot--blue{background:var(--portal-blue)}.tone-dot--gold{background:var(--portal-gold)}.tone-dot--emerald{background:var(--portal-emerald)}.tone-dot--rose{background:var(--portal-rose)}.tone-dot--slate{background:#a3b1ce}.stack-list__body{flex:1}.stack-list__split{justify-content:space-between;align-items:center;gap:12px;display:flex}.stack-list__title{margin:0;font-size:1rem}.stack-list__text{color:var(--portal-text-soft);margin:6px 0 0;line-height:1.55}.stack-list__value{color:var(--portal-gold);white-space:nowrap;font-weight:700}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px}.data-table--compact{min-width:660px}.data-table th,.data-table td{text-align:left;padding:14px 12px 14px 0}.data-table th:last-child,.data-table td:last-child{padding-right:0}.data-table th{color:var(--portal-text-muted);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:800}.data-table td{color:var(--portal-text-soft);vertical-align:top;border-top:1px solid #97b0d61f}.data-emphasis{color:var(--portal-text);font-weight:700;display:inline-block}.data-emphasis--emerald{color:#9ee0ba}.data-subtle{color:var(--portal-text-muted);margin-top:4px;font-size:.85rem;display:block}.status-badge{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:92px;padding:8px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.status-badge--blue{color:#dbe6ff;background:#5f88d52e;border-color:#5f88d542}.status-badge--gold{color:#f7e8bf;background:#e2c7772e;border-color:#e2c77742}.status-badge--emerald{color:#d5f7e5;background:#62c29a2e;border-color:#62c29a42}.status-badge--rose{color:#ffd6dc;background:#d97a852e;border-color:#d97a8542}.status-badge--slate{color:#e4ebfa;background:#a3b1ce2e;border-color:#a3b1ce42}.progress-list{flex-direction:column;gap:18px;display:flex}.progress-row{flex-direction:column;gap:8px;display:flex}.progress-row__meta{color:var(--portal-text-soft);justify-content:space-between;align-items:center;gap:12px;display:flex}.progress-row__meta strong{color:var(--portal-text)}.progress-bar{background:#ffffff12;border-radius:999px;width:100%;height:10px;overflow:hidden}.progress-bar__fill{width:var(--fill-width);border-radius:inherit;background:linear-gradient(90deg, var(--fill-start), var(--fill-end));height:100%;display:block}.progress-bar__fill--blue{--fill-start:#5f88d5f2;--fill-end:#84abefcc}.progress-bar__fill--gold{--fill-start:#e2c777f2;--fill-end:#f1dfa9cc}.progress-bar__fill--emerald{--fill-start:#62c29af2;--fill-end:#9de7c8c2}.progress-bar__fill--rose{--fill-start:#d97a85f2;--fill-end:#eda9b2c2}.progress-bar__fill--slate{--fill-start:#a3b1cef2;--fill-end:#cdd8edc2}.chip-group{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.material-chip{color:var(--portal-text-soft);background:#ffffff09;border:1px solid #97b0d62e;border-radius:999px;align-items:center;padding:9px 14px;font-size:.92rem;display:inline-flex}.preference-list{color:var(--portal-text-soft);flex-direction:column;gap:12px;margin:0;padding-left:18px;display:flex}.preference-list li{line-height:1.55}.empty-state{color:var(--portal-text-muted);padding:18px 0 4px}.access-banner{background:linear-gradient(#ffffff0d,#ffffff04),#08101ddb;border:1px solid #0000;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex;box-shadow:0 24px 60px #00000038}.access-banner--blue{border-color:#5f88d542}.access-banner--emerald{border-color:#62c29a47}.access-banner--rose{border-color:#d97a8547}.access-banner__title{margin:0;font-size:1.05rem}.access-banner__message{color:var(--portal-text-soft);margin:6px 0 0;line-height:1.55}.portal-switcher-card{align-items:stretch;gap:10px;display:flex}.portal-switcher{border:1px solid var(--portal-panel-border);background:#ffffff09;border-radius:20px;flex-direction:column;gap:6px;min-width:220px;padding:12px 16px;display:flex}.portal-switcher__label{color:var(--portal-text-muted);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700}.portal-switcher__select{color:var(--portal-text);background:0 0;border:none;outline:none;font-size:.94rem}.portal-switcher__select option{color:#08101d}.portal-switcher__meta{color:var(--portal-text-muted);font-size:.8rem;line-height:1.4}.portal-switcher-card__action{white-space:nowrap;align-self:stretch}.dashboard-inline-pills{flex-wrap:wrap;gap:10px;display:flex}.maintenance-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.maintenance-stat{background:#ffffff08;border:1px solid #97b0d624;border-radius:20px;padding:16px}.maintenance-stat span{color:var(--portal-text-muted);letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px;font-size:.75rem;font-weight:800;display:block}.maintenance-stat strong{color:var(--portal-text);line-height:1.45;display:block}.maintenance-event-meta{color:var(--portal-text-muted);margin:8px 0 0;font-size:.84rem}.settings-detail-list{flex-direction:column;gap:12px;display:flex}.settings-detail-row{color:var(--portal-text-soft);border-top:1px solid #97b0d61f;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.settings-detail-row:first-child{border-top:none;padding-top:0}.settings-detail-row strong{color:var(--portal-text)}.settings-form,.user-form{flex-direction:column;gap:16px;display:flex}.settings-form__field,.user-form__field{flex-direction:column;gap:8px;display:flex}.settings-form__field span,.user-form__field span{color:var(--portal-text-muted);letter-spacing:.16em;text-transform:uppercase;font-size:.76rem;font-weight:800}.settings-form__field select,.user-form__field input,.user-form__field select,.user-form__field textarea{border:1px solid var(--portal-input-border);min-height:48px;color:var(--portal-text);background:#ffffff0a;border-radius:16px;outline:none;padding:0 14px}.user-form__field textarea{resize:vertical;min-height:110px;padding-top:12px;padding-bottom:12px}.settings-form__caption{color:var(--portal-text-soft);margin:0;line-height:1.55}.form-feedback{border:1px solid #0000;border-radius:18px;padding:13px 14px;font-size:.92rem;line-height:1.5}.form-feedback--blue{color:#dbe6ff;background:#5f88d51f;border-color:#5f88d538}.form-feedback--emerald{color:#d5f7e5;background:#62c29a1f;border-color:#62c29a38}.form-feedback--rose{color:#ffd6dc;background:#d97a851f;border-color:#d97a8538}.user-table{min-width:1080px}.user-table__role-editor{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.user-table__role-editor select{border:1px solid var(--portal-input-border);min-width:160px;min-height:42px;color:var(--portal-text);background:#ffffff0a;border-radius:14px;outline:none;padding:0 12px}.user-table__actions{flex-wrap:wrap;gap:8px;display:flex}.user-table__self-tag{color:#dbe6ff;letter-spacing:.12em;text-transform:uppercase;background:#5f88d529;border-radius:999px;margin-top:8px;padding:6px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.dashboard-inline-button{color:var(--portal-text);cursor:pointer;background:#ffffff0a;border:1px solid #97b0d62e;border-radius:999px;justify-content:center;align-items:center;padding:9px 13px;font-size:.82rem;font-weight:700;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.dashboard-inline-button:hover{border-color:#e2c77738;transform:translateY(-1px)}.dashboard-inline-button:disabled{opacity:.56;cursor:not-allowed;transform:none}.dashboard-inline-button--danger{color:#ffd6dc;border-color:#d97a853d}.table-inline-note{color:var(--portal-text-muted);margin:10px 0 0;font-size:.84rem;line-height:1.45}.form-error{color:#ffd6dc;font-size:.82rem;line-height:1.45}.modal-shell{z-index:40;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030912b8;position:absolute;inset:0}.modal-card{z-index:1;border:1px solid var(--portal-panel-border-strong);background:linear-gradient(#ffffff0d,#ffffff04),#08101df5;border-radius:30px;width:min(780px,100%);max-height:calc(100svh - 40px);padding:24px;position:relative;overflow-y:auto;box-shadow:0 36px 90px #00000057}.modal-card__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.modal-card__eyebrow{color:var(--portal-gold);letter-spacing:.2em;text-transform:uppercase;margin:0 0 8px;font-size:.75rem;font-weight:800}.modal-card__title{letter-spacing:-.03em;margin:0;font-size:1.7rem}.modal-card__description{color:var(--portal-text-soft);margin:10px 0 0;line-height:1.6}.modal-card__close{width:42px;height:42px;color:var(--portal-text);cursor:pointer;background:#ffffff0a;border:1px solid #97b0d629;border-radius:999px;font-size:1.5rem;line-height:1}.modal-form{flex-direction:column;gap:18px;display:flex}.modal-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.modal-form__field--full{grid-column:1/-1}.modal-card__footer{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.modal-confirmation{flex-direction:column;gap:18px;display:flex}.confirmation-list{flex-direction:column;gap:12px;display:flex}.confirmation-row{color:var(--portal-text-soft);background:#ffffff08;border:1px solid #97b0d624;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.confirmation-row strong{color:var(--portal-text);text-align:right}@media (width<=1160px){.metrics-grid,.panel-grid--balanced,.panel-grid--sidebar,.stage-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.maintenance-grid{grid-template-columns:1fr}.dashboard-toolbar{flex-direction:column;align-items:flex-start}.dashboard-toolbar__aside{align-items:flex-start;width:100%}.dashboard-focus-card{width:100%;max-width:none}}@media (width<=980px){.dashboard-shell{padding-left:22px;padding-right:22px}.dashboard-header{align-items:stretch}.dashboard-search{max-width:none}.access-banner{flex-direction:column;align-items:flex-start}.portal-switcher-card{flex-direction:column;width:100%}}@media (width<=720px){.dashboard-shell{padding-bottom:36px}.dashboard-title{font-size:2.45rem;line-height:1.02}.metrics-grid,.panel-grid--balanced,.panel-grid--sidebar,.stage-strip{grid-template-columns:1fr}.dashboard-tabs{width:100%}.dashboard-tab{text-align:center;flex:calc(50% - 10px)}.dashboard-range-selector{width:100%}.dashboard-range-button{flex:calc(50% - 8px)}.dashboard-panel,.metric-card{border-radius:24px}.data-table{min-width:640px}.trend-chart__bars,.trend-chart__column{min-height:220px}.portal-switcher,.dashboard-user-pill{width:100%;min-width:0}.modal-card{border-radius:24px;padding:20px}.modal-form__grid{grid-template-columns:1fr}.modal-card__footer{flex-direction:column-reverse}.modal-card__footer .portal-button{width:100%}.user-table__actions{flex-direction:column;align-items:stretch}.dashboard-inline-button{justify-content:center;width:100%}}
