.account-profile-layout{display:grid;grid-template-columns:minmax(275px,.68fr) minmax(0,1.7fr);gap:20px;align-items:start}.account-profile-identity{position:sticky;top:88px;overflow:hidden;padding:0 24px 24px}.account-profile-cover{height:104px;margin:0 -24px;background:radial-gradient(circle at 78% 24%,rgb(255 255 255/.25) 0 5px,transparent 6px),radial-gradient(circle at 88% 62%,rgb(255 255 255/.16) 0 11px,transparent 12px),linear-gradient(135deg,#5746c9,#7359dd 52%,#9d72e8)}.account-profile-avatar-wrap{position:relative;width:fit-content;margin:-48px auto 0}.account-profile-avatar{display:grid;width:96px;height:96px;place-items:center;overflow:hidden;border:5px solid var(--surface);border-radius:30px;background:linear-gradient(145deg,var(--violet-soft),var(--surface-soft));box-shadow:0 12px 30px rgb(38 32 91/.2);color:var(--violet);font-family:var(--font-display);font-size:1.65rem;font-weight:800}.account-profile-avatar.has-photo{background-color:var(--surface-soft);background-position:50%;background-size:cover}.account-profile-status{position:absolute;right:-4px;bottom:4px;display:grid;width:29px;height:29px;place-items:center;border:3px solid var(--surface);border-radius:50%;background:#1ca976;color:white}.account-profile-name{margin:15px 0 20px;text-align:center}.account-profile-role{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--violet-soft);color:var(--violet);font-size:.78rem;font-weight:800}.account-profile-name h2{margin:9px 0 7px;font-family:var(--font-display);font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.16}.account-profile-name p{display:flex;min-width:0;align-items:center;justify-content:center;gap:7px;margin:0;color:var(--muted);font-size:.88rem;overflow-wrap:anywhere}.account-profile-facts{display:grid;gap:0;margin:0;border-block:1px solid var(--border)}.account-profile-facts div{display:grid;grid-template-columns:minmax(92px,.8fr) minmax(0,1.2fr);gap:12px;padding:13px 0;border-bottom:1px solid var(--border)}.account-profile-facts div:last-child{border-bottom:0}.account-profile-facts dd,.account-profile-facts dt{margin:0;font-size:.84rem;line-height:1.4}.account-profile-facts dt{color:var(--muted)}.account-profile-facts dd{color:var(--foreground);font-weight:700;text-align:right}.account-profile-logout{width:100%;margin-top:20px;justify-content:center}.account-profile-main{display:grid;gap:16px;min-width:0}.account-profile-overview{padding:24px}.account-profile-overview-heading{display:block}.account-profile-overview-heading h2{margin:4px 0 0;font-family:var(--font-display);font-size:clamp(1.35rem,2.6vw,1.85rem)}.account-profile-overview-heading p{max-width:660px;margin:8px 0 0;color:var(--muted);font-size:.94rem;line-height:1.55}.account-profile-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}.account-profile-metric{min-width:0;padding:15px;border:1px solid var(--border);border-radius:15px;background:var(--surface-soft)}.account-profile-metric>span{display:grid;width:34px;height:34px;margin-bottom:12px;place-items:center;border-radius:10px}.account-profile-metric.is-violet>span{background:var(--violet-soft);color:var(--violet)}.account-profile-metric.is-coral>span{background:var(--coral-soft);color:var(--coral)}.account-profile-metric.is-gold>span{background:var(--gold-soft);color:var(--gold)}.account-profile-metric.is-mint>span{background:var(--mint-soft);color:var(--mint)}.account-profile-metric strong{display:block;font-family:var(--font-display);font-size:1.55rem;line-height:1}.account-profile-metric p{margin:6px 0 0;color:var(--muted);font-size:.8rem;line-height:1.35}.account-profile-live-note{display:flex;align-items:center;gap:7px;margin-top:14px;color:var(--muted);font-size:.78rem}.account-profile-live-note>span{width:7px;height:7px;border-radius:50%;background:#1ca976;box-shadow:0 0 0 4px rgb(28 169 118/.12)}.account-profile-privacy{display:flex;align-items:flex-start;gap:13px;padding:16px 18px;border:1px solid color-mix(in srgb,var(--mint) 22%,var(--border));border-radius:15px;background:color-mix(in srgb,var(--mint-soft) 38%,var(--surface))}.account-profile-privacy>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:var(--surface);color:var(--mint)}.account-profile-privacy strong{font-size:.9rem}.account-profile-privacy p{margin:4px 0 0;color:var(--muted);font-size:.82rem;line-height:1.5}@media (max-width:1080px){.account-profile-layout{grid-template-columns:minmax(250px,.65fr) minmax(0,1.35fr)}.account-profile-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.account-profile-layout{grid-template-columns:1fr}.account-profile-identity{position:static}}@media (max-width:560px){.account-profile-identity{padding-inline:18px}.account-profile-cover{margin-inline:-18px}.account-profile-overview{padding:19px}.account-profile-metrics{grid-template-columns:1fr 1fr;gap:8px}.account-profile-metric{padding:13px}.account-profile-metric strong{font-size:1.35rem}}.hero-copy-message{width:min(100%,680px)}.hero-copy-skeleton{display:grid;width:100%;gap:10px;margin:18px 0 25px}.hero-copy-skeleton span{display:block;overflow:hidden;border-radius:999px;background:rgb(255 255 255/.13)}.hero-copy-skeleton span:after{display:block;width:45%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255/.2),transparent);content:"";transform:translateX(-110%);animation:dashboard-hero-shimmer 1.25s ease-in-out infinite}.hero-skeleton-title{width:min(94%,610px);height:clamp(34px,4vw,52px)}.hero-skeleton-title.short{width:min(67%,430px)}.hero-skeleton-detail{width:min(76%,490px);height:15px;margin-top:7px}.progress-ring:not(.small){--progress-start:#fff;--progress-mid:#fff;--progress-end:#fff;background:conic-gradient(from -90deg,var(--progress-start) 0deg,var(--progress-mid) var(--value-mid),var(--progress-end) var(--value),rgb(255 255 255/.15) var(--value) 1turn);transition:background .32s ease,filter .32s ease}.progress-ring:not(.small):after{background:color-mix(in srgb,var(--progress-start) 7%,#26329d);transition:background .32s ease}.progress-ring:not(.small) span{background:linear-gradient(100deg,var(--progress-start),var(--progress-mid) 54%,var(--progress-end));background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.progress-ring.progress-tone-critical:not(.small){--progress-start:#ff3158;--progress-mid:#ef6b7d;--progress-end:#ffb2bd;filter:drop-shadow(0 8px 18px rgb(255 49 88/.17))}.progress-ring.progress-tone-low:not(.small){--progress-start:#ef5d73;--progress-mid:#f38a68;--progress-end:#ffc59f;filter:drop-shadow(0 8px 18px rgb(239 93 115/.15))}.progress-ring.progress-tone-medium:not(.small){--progress-start:#e99a45;--progress-mid:#f5c86b;--progress-end:#fff0b7;filter:drop-shadow(0 8px 18px rgb(233 154 69/.14))}.progress-ring.progress-tone-high:not(.small){--progress-start:#8290ff;--progress-mid:#aeb5ff;--progress-end:#eceeff;filter:drop-shadow(0 8px 18px rgb(174 181 255/.15))}.progress-ring.progress-tone-complete:not(.small){--progress-start:#cbd0ff;--progress-mid:#f1f2ff;--progress-end:#fff;filter:drop-shadow(0 8px 20px rgb(255 255 255/.15))}.progress-ring.is-loading:not(.small){--progress-start:rgb(255 255 255/0.26);--progress-mid:rgb(255 255 255/0.34);--progress-end:rgb(255 255 255/0.26);filter:none}.progress-ring.is-loading:not(.small) span{background:none;color:rgb(255 255 255/.56);-webkit-text-fill-color:currentColor}@keyframes dashboard-hero-shimmer{to{transform:translateX(230%)}}@media (prefers-reduced-motion:reduce){.hero-copy-skeleton span:after{animation:none}.progress-ring:not(.small),.progress-ring:not(.small):after{transition:none}}