:root{--alloy-purple: #381c4f;--alloy-purple-deep: #1f0e30;--alloy-purple-tint: #f3f0f7;--alloy-pink: #d9356e;--alloy-pink-tint: #fce6ee;--alloy-yellow: #f5d880;--alloy-yellow-tint: #fdf6e0;--alloy-blue: #a1c8e7;--alloy-blue-tint: #e9f2fa;--alloy-green: #aed7d0;--alloy-green-tint: #e6f3f0;--alloy-off-white: #f8f7fc;--alloy-light-gray: #e8e4ef;--alloy-body: #555;--fg: #1a0f26;--fg-2: #2d1a40;--fg-3: #3f2a55;--fg-muted: #7a6f88;--border-subtle: #ece8f3;--shadow-sm: 0 1px 2px rgba(56,28,79,.04), 0 1px 3px rgba(56,28,79,.06);--shadow-md: 0 6px 18px rgba(56,28,79,.08), 0 2px 6px rgba(56,28,79,.05);--shadow-lg: 0 24px 48px -16px rgba(56,28,79,.18), 0 8px 16px rgba(56,28,79,.08);--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--radius-xl: 20px;--font-display: "Poppins", "Gotham", -apple-system, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);font-size:14px;line-height:1.55;color:var(--fg-2);background:var(--alloy-off-white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;padding:0;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit}a{color:var(--alloy-pink);text-decoration:none;font-weight:600}a:hover{text-decoration:underline}.app{display:grid;grid-template-columns:280px 1fr;min-height:100vh;position:relative}.app[data-bg=on]:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 6%,rgba(240,190,140,.42) 0%,transparent 44%),radial-gradient(circle at 90% 14%,rgba(224,150,150,.26) 0%,transparent 46%),radial-gradient(circle at 74% 96%,rgba(150,200,185,.36) 0%,transparent 50%),radial-gradient(circle at 36% 62%,rgba(123,86,162,.13) 0%,transparent 56%)}.main{position:relative;z-index:1;min-width:0;padding:24px 32px 60px}.sidebar-wrap{position:relative;z-index:50}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,var(--alloy-purple) 0%,var(--alloy-purple-deep) 100%);color:#fff;padding:22px 18px;display:flex;flex-direction:column;gap:18px;overflow-y:auto;overflow-x:clip}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:99px}.accent-bar{display:flex;gap:3px;height:4px;margin:-22px -18px 4px;border-radius:0 0 6px 6px;overflow:hidden}.accent-bar span{flex:1}.accent-bar span:nth-child(1){background:var(--alloy-pink)}.accent-bar span:nth-child(2){background:var(--alloy-yellow)}.accent-bar span:nth-child(3){background:var(--alloy-blue)}.accent-bar span:nth-child(4){background:var(--alloy-green)}.nav-item-soon{opacity:.42;cursor:not-allowed!important}.nav-item-soon:hover{background:transparent!important}.nav-soon-tag{margin-left:auto;font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 7px;border-radius:999px;background:#ffffff14;color:#ffffffa6;border:1px solid rgba(255,255,255,.12)}.accent-bar span:nth-child(5){background:var(--alloy-purple)}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:4px 6px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-brand .mark{width:38px;height:38px;border-radius:8px;background:#fff;padding:4px;object-fit:contain;display:block;flex-shrink:0;box-shadow:0 4px 12px #d9356e4d}.sidebar-brand .name{font-family:var(--font-display);font-size:11px;font-weight:800;line-height:1.15;letter-spacing:.04em}.sidebar-brand .tag{font-size:10px;color:#ffffff80;margin-top:2px;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.role-switcher{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;background:#ffffff0f;border-radius:10px}.role-switcher button{padding:7px 4px;border-radius:7px;font-size:11px;font-weight:700;color:#ffffff8c;transition:all .15s;text-transform:uppercase;letter-spacing:.04em}.role-switcher button[data-active=true]{background:#fffffff2;color:var(--alloy-purple);box-shadow:0 2px 6px #00000026}.role-switcher button:hover:not([data-active=true]){color:#ffffffd9}.sidebar-nav{display:flex;flex-direction:column;gap:2px}.nav-section-label{font-size:10px;font-weight:700;color:#ffffff59;text-transform:uppercase;letter-spacing:.12em;padding:6px 12px 4px;margin-top:8px}.nav-section-label.has-divider{border-top:1px solid rgba(255,255,255,.08);margin-top:10px;padding-top:12px}.nav-item{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:8px;color:#ffffffb3;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;position:relative;white-space:nowrap}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item[data-active=true]{background:linear-gradient(90deg,#d9356e2e,#d9356e0a);color:#fff;font-weight:600}.nav-item[data-active=true]:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:var(--alloy-pink);border-radius:0 3px 3px 0}.nav-item .icon{display:grid;place-items:center;width:18px;opacity:.85}.nav-item[data-active=true] .icon{color:var(--alloy-yellow);opacity:1}.nav-item-external{text-decoration:none}.nav-item-external .nav-ext-icon{margin-left:auto;display:grid;place-items:center;color:#ffffff73;transition:color .15s}.nav-item-external:hover .nav-ext-icon{color:#ffffffd9}.badge-dot{margin-left:auto;min-width:18px;height:18px;padding:0 5px;background:var(--alloy-pink);color:#fff;border-radius:999px;font-size:10px;font-weight:800;display:grid;place-items:center}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:12px}.support-card{background:#f5d88014;border:1px solid rgba(245,216,128,.15);border-radius:10px;padding:14px}.support-card .label{font-size:10px;font-weight:700;color:var(--alloy-yellow);text-transform:uppercase;letter-spacing:.1em}.support-card .who-text{font-size:13px;font-weight:600;color:#fff;margin-top:4px}.support-card button{font-size:11px;color:var(--alloy-yellow);margin-top:8px;font-weight:700}.user-row{display:flex;align-items:center;gap:10px;padding:8px 4px}.user-row .avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,var(--alloy-yellow),var(--alloy-pink));color:var(--alloy-purple);display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:11px}.user-row .who{flex:1;min-width:0}.user-row .nm{font-size:12.5px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-row .role{font-size:10.5px;color:#ffffff80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alloy-strip{display:flex;align-items:center;gap:8px;padding:4px 4px 12px;border-bottom:1px solid rgba(255,255,255,.07)}.alloy-strip .alloy-mark{width:26px;height:26px;border-radius:6px;background:#fff;padding:3px;object-fit:contain;display:block;flex-shrink:0}.alloy-strip .alloy-word{font-family:var(--font-display);font-weight:800;font-size:13px;color:#fff;letter-spacing:.01em}.alloy-strip .alloy-divider{width:1px;height:14px;background:#ffffff2e;margin:0 2px}.alloy-strip .alloy-tag{font-size:10px;font-weight:700;letter-spacing:.1em;color:#ffffff8c;text-transform:uppercase;flex:1}.sidebar{position:sticky;top:0}.sidebar-collapse-btn{position:absolute;top:27px;left:100%;margin-left:12px;z-index:5;display:inline-grid;place-items:center;width:22px;height:22px;background:transparent;border:none;padding:0;color:var(--fg-muted);cursor:pointer;transition:color .15s}.sidebar-collapse-btn:hover{color:var(--alloy-purple)}.sidebar-collapse-btn svg{transition:transform .18s ease}.sidebar-collapse-btn.is-collapsed svg{transform:rotate(180deg)}@media(max-width:1024px){.sidebar-collapse-btn{display:none}}.client-brand{display:flex;align-items:center;gap:12px;padding:14px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;position:relative}.client-brand image-slot{width:40px;height:40px;flex-shrink:0;--image-slot-bg: rgba(255,255,255,.95);--image-slot-border: rgba(255,255,255,.2);--image-slot-fg: var(--alloy-purple)}.client-brand .client-text{flex:1;min-width:0}.client-brand .client-name{font-family:var(--font-display);font-weight:800;font-size:13.5px;color:#fff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-brand .client-meta{font-size:10.5px;color:#ffffff8c;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-bar{display:none;position:sticky;top:0;z-index:30;background:#005765;color:#fff;padding:12px 16px;align-items:center;gap:14px;border-bottom:3px solid #71BA42}.mobile-bar .brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:13px;flex:1;letter-spacing:.02em}.mobile-bar .brand .mark{width:28px;height:28px;border-radius:6px;background:#fff;padding:4px;object-fit:contain;display:block;flex-shrink:0}.sidebar-scrim{display:none}html,body{overflow-x:clip;max-width:100vw}html{height:100%}body{min-height:100%}@media(max-width:960px){.app{grid-template-columns:1fr}.mobile-bar{display:flex}.sidebar-wrap{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.sidebar{position:fixed;top:0;left:-300px;height:100vh;width:280px;transition:left .25s;z-index:51;pointer-events:auto}.sidebar-wrap.open .sidebar{left:0}.sidebar-wrap.open .sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:50;pointer-events:auto}.main{padding:14px}}@media(max-width:600px){.main{padding:12px}}.main-header{display:flex;align-items:center;gap:12px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--border-subtle);flex-wrap:wrap}.main-header h1{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--alloy-purple);margin:0;letter-spacing:-.01em}.main-header .sub{font-size:12.5px;color:var(--fg-muted);display:block;margin-top:2px}.main-header .grow{flex:1}.main-header .search{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid var(--border-subtle);border-radius:999px;width:320px;max-width:100%;color:var(--fg-muted)}.main-header .search input{border:none;outline:none;flex:1;background:transparent;font-size:13px;color:var(--fg-2)}.main-header .search input::placeholder{color:var(--fg-muted)}.main-header .search kbd{font-family:var(--font-mono);font-size:10px;background:var(--alloy-light-gray);padding:2px 5px;border-radius:4px;color:var(--fg-muted)}.main-header .icon-btn{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid var(--border-subtle);position:relative;color:var(--fg-3)}.main-header .icon-btn:hover{color:var(--alloy-purple);border-color:var(--alloy-purple)}.main-header .icon-btn .pulse{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:999px;background:var(--alloy-pink);box-shadow:0 0 0 3px #d9356e2e}.icon-btn{display:inline-grid;place-items:center}.btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:8px;font-size:13px;font-weight:700;transition:all .15s;line-height:1;white-space:nowrap}.btn-sm{padding:6px 12px;font-size:12px;gap:5px}.btn-primary{background:var(--alloy-pink);color:#fff}.btn-primary:hover{background:#c12a60;box-shadow:0 4px 12px #d9356e4d}.btn-secondary{background:#fff;color:var(--alloy-purple);border:1px solid var(--alloy-light-gray)}.btn-secondary:hover{border-color:var(--alloy-purple)}.btn-dark{background:var(--alloy-purple);color:#fff}.btn-dark:hover{background:var(--alloy-purple-deep)}.btn-ghost{background:transparent;color:var(--alloy-purple)}.btn-ghost:hover{background:var(--alloy-purple-tint)}.btn:disabled{opacity:.55;cursor:not-allowed}.card{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card-pad{padding:20px}.card-pad-lg{padding:24px 26px}.card-head{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.card-head .kicker{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--alloy-pink)}.card-head h3{font-family:var(--font-display);font-size:17px;font-weight:800;color:var(--alloy-purple);margin:0;letter-spacing:-.005em}.card-head .grow{flex:1}.hero-band{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--alloy-purple) 0%,#1f0e30 70%);color:#fff;border-radius:var(--radius-xl);padding:32px 36px;margin-bottom:24px;border:1px solid rgba(255,255,255,.06)}.hero-band:before{content:"";position:absolute;right:-120px;top:-120px;width:360px;height:360px;background:radial-gradient(circle,rgba(245,216,128,.25) 0%,transparent 70%);pointer-events:none}.hero-band:after{content:"";position:absolute;left:-80px;bottom:-120px;width:280px;height:280px;background:radial-gradient(circle,rgba(217,53,110,.18) 0%,transparent 70%);pointer-events:none}.hero-band>*{position:relative;z-index:1}.hero-band .greet{font-size:11.5px;font-weight:700;color:var(--alloy-yellow);text-transform:uppercase;letter-spacing:.14em;margin-bottom:12px}.hero-band h2{font-family:var(--font-display);font-size:clamp(22px,3vw,30px);font-weight:800;line-height:1.2;margin:0 0 12px;letter-spacing:-.015em;max-width:800px;color:#fff}.hero-band .lead{font-size:14.5px;color:#ffffffc7;max-width:720px;line-height:1.55;margin:0 0 22px}.hero-band .actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.col-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.col-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.col-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1280px){.col-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:980px){.col-2,.col-3{grid-template-columns:1fr}}.dash-hero-tall{padding:32px 32px 30px}.banner-card{border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--border-subtle);box-shadow:0 1px 2px #381c4f0a,0 12px 32px #381c4f1a}.banner-card-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:18px 24px}.banner-card-head .bc-titles{flex:1;min-width:0}.banner-card-head .bc-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px}.banner-card-head .bc-title{font-family:var(--font-display);font-weight:800;font-size:22px;letter-spacing:-.015em;line-height:1.1}.banner-card-head .bc-cta{border:none;cursor:pointer;padding:10px 16px;border-radius:8px;font-family:var(--font-display);font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.banner-card-body{padding:22px 24px}.dash-spotlight{position:relative}.dash-spotlight:before{content:"";position:absolute;top:-40px;right:-16px;bottom:-28px;left:-16px;z-index:0;pointer-events:none;border-radius:28px;background:radial-gradient(44% 62% at 10% 16%,rgba(240,190,140,.2) 0%,transparent 66%),radial-gradient(48% 58% at 90% 10%,rgba(224,150,150,.15) 0%,transparent 66%),radial-gradient(54% 64% at 76% 94%,rgba(150,200,185,.17) 0%,transparent 66%),radial-gradient(46% 54% at 40% 64%,rgba(123,86,162,.11) 0%,transparent 70%);filter:blur(10px)}.dash-spotlight>*{position:relative;z-index:1}.dash-spotlight .banner-card{background:linear-gradient(135deg,#ffffffa8,#fff6);-webkit-backdrop-filter:blur(22px) saturate(1.5);backdrop-filter:blur(22px) saturate(1.5);border:1px solid rgba(255,255,255,.9);box-shadow:inset 0 1px #fffffff2,0 1px 2px #381c4f0d,0 22px 50px #381c4f24}.dash-spotlight .banner-card .banner-card-body{background:transparent}.dash-spotlight .proj-mini,.dash-spotlight .banner-card-body>div>div[style*=off-white],.dash-spotlight .banner-card-body div[style*=off-white]{background:#ffffff94!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:#ffffffd9!important}.dash-spotlight .banner-card.hdr-inverse .banner-card-head{background:var(--alloy-purple);border-bottom:3px solid var(--alloy-yellow)}.hdr-inverse .banner-card-head .bc-kicker{color:var(--alloy-yellow)}.hdr-inverse .banner-card-head .bc-title{color:#fff}.hdr-inverse .banner-card-head .bc-cta,.hdr-inverse .banner-card-head .bc-cta.bc-cta-pink{background:#ffffff29!important;color:#fff!important;box-shadow:none!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hdr-inverse .banner-card-head .bc-cta:hover,.hdr-inverse .banner-card-head .bc-cta.bc-cta-pink:hover{background:var(--alloy-yellow)!important;color:var(--alloy-purple)!important}.dash-spotlight .banner-card.hdr-icon .banner-card-head{background:transparent;border-bottom:1px solid var(--border-subtle);gap:13px}.hdr-icon .banner-card-head .hdr-ic{width:42px;height:42px;border-radius:12px;flex-shrink:0;background:var(--alloy-yellow-tint);color:#b8881a;display:grid;place-items:center}.hdr-icon .banner-card-head .bc-kicker{color:var(--alloy-pink)}.hdr-icon .banner-card-head .bc-title{color:var(--alloy-purple)}.hdr-icon .banner-card-head .bc-cta{width:38px;height:38px;padding:0!important;border-radius:10px;background:var(--alloy-purple)!important;color:#fff!important;display:grid;place-items:center;box-shadow:none!important}.hdr-icon .banner-card-head .bc-cta:hover{background:var(--alloy-pink)!important}.banner-card.banner-pink .banner-card-head{background:var(--alloy-pink);color:#fff}.banner-card.banner-pink .bc-kicker{color:#ffffffd9}.banner-card.banner-pink .bc-cta{background:#fff;color:var(--alloy-pink)}.banner-card.banner-pink .bc-cta:hover{background:var(--alloy-yellow);color:var(--alloy-purple)}.banner-card.banner-yellow .banner-card-head{background:var(--alloy-yellow);color:var(--alloy-purple);border-bottom:3px solid var(--alloy-pink)}.banner-card.banner-yellow .bc-kicker{color:var(--alloy-pink)}.banner-card.banner-yellow .bc-cta{background:var(--alloy-purple);color:#fff}.banner-card.banner-yellow .bc-cta:hover{background:var(--alloy-pink)}.banner-card.banner-yellow .bc-cta.bc-cta-pink{background:var(--alloy-pink);color:#fff}.banner-card.banner-yellow .bc-cta.bc-cta-pink:hover{background:#c12a60}.recognition-tiles-card{border-radius:14px;overflow:hidden;background:linear-gradient(160deg,var(--alloy-purple) 0%,#2a1138 100%);color:#fff;padding:22px 22px 18px;box-shadow:0 1px 2px #381c4f0f,0 12px 32px #381c4f2e}.recognition-tiles-card .rt-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.recognition-tiles-card .rt-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-yellow);margin-bottom:4px}.recognition-tiles-card .rt-title{font-family:var(--font-display);font-size:22px;font-weight:800;letter-spacing:-.015em;line-height:1.1}.recognition-tiles-card .rt-link{font-size:12.5px;font-weight:600;color:#ffffffb3;white-space:nowrap;cursor:pointer}.recognition-tiles-card .rt-link:hover{color:var(--alloy-yellow)}.recognition-tiles-card .rt-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ffffff1a;border-radius:10px;overflow:hidden}.recognition-tiles-card .rt-tile{background:#ffffff0a;padding:16px 16px 14px}.recognition-tiles-card .rt-num{font-family:var(--font-display);font-size:32px;font-weight:800;line-height:1;letter-spacing:-.02em}.recognition-tiles-card .rt-num-sub{font-size:16px;font-weight:700;color:#ffffff8c}.recognition-tiles-card .rt-lbl{font-size:12px;font-weight:600;color:#ffffffb3;margin-top:4px}.recognition-tiles-card .rt-next{margin-top:14px;width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:12px;cursor:pointer;color:#fff;text-align:left;transition:background .12s ease}.recognition-tiles-card .rt-next:hover{background:#ffffff24}.recognition-tiles-card .rt-next-body{flex:1;min-width:0}.recognition-tiles-card .rt-next-kicker{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-yellow);margin-bottom:2px}.recognition-tiles-card .rt-next-name{font-size:14px;font-weight:700;color:#fff}.recognition-tiles-card .rt-next-arrow{font-size:16px;font-weight:700;color:var(--alloy-yellow)}@media(max-width:720px){.recognition-tiles-card{padding:18px 16px 16px}.recognition-tiles-card .rt-num{font-size:28px}.recognition-tiles-card .rt-tile{padding:14px 14px 12px}}.notif-celebrate{position:relative;overflow:hidden;border-radius:14px;padding:14px 14px 14px 16px;display:flex;align-items:center;gap:12px;color:#fff;margin-bottom:16px}.notif-celebrate.notif-payment{background:linear-gradient(135deg,#c14545,#8a2c2c);box-shadow:0 10px 28px #c145454d}.notif-celebrate .notif-decor{position:absolute;right:-20px;top:-30px;opacity:.22;pointer-events:none}.notif-celebrate .notif-icon{width:42px;height:42px;border-radius:10px;background:#ffffff2e;display:grid;place-items:center;flex-shrink:0;position:relative}.notif-celebrate .notif-text{flex:1;min-width:0;position:relative}.notif-celebrate .notif-kicker{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-yellow);margin-bottom:2px}.notif-celebrate .notif-title{font-size:15px;font-weight:800;font-family:var(--font-display);letter-spacing:-.005em;line-height:1.15}.notif-celebrate .notif-cta{background:#fff;color:#c14545;border:none;cursor:pointer;border-radius:999px;padding:9px 14px;font-weight:700;font-size:12px;white-space:nowrap;font-family:var(--font-display);position:relative}.notif-celebrate .notif-cta:hover{background:var(--alloy-yellow);color:var(--alloy-purple)}.notif-celebrate .notif-close{background:transparent;border:none;cursor:pointer;color:#ffffffb3;padding:6px;display:grid;place-items:center;align-self:flex-start;position:relative}.notif-celebrate .notif-close:hover{color:#fff}.leads-stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.leads-stats .leads-stat{background:#fff;padding:20px 22px}.leads-stats .leads-stat-num{font-family:var(--font-display);font-size:26px;font-weight:800;line-height:1;letter-spacing:-.02em}.leads-stats .leads-stat-lbl{font-size:11.5px;font-weight:600;color:var(--fg-muted);margin-top:4px;text-transform:uppercase;letter-spacing:.06em}@media(max-width:720px){.leads-stats .leads-stat{padding:18px}.leads-stats .leads-stat-num{font-size:24px}.leads-stats .leads-stat-lbl{font-size:10.5px}}.banner-card.dash-feature-card{padding:0!important}.banner-card.dash-feature-card .card-head{margin-bottom:0}.dash-spotlight{display:grid;gap:18px;margin:22px 0 28px}.dash-spotlight .dash-feature-card{box-shadow:0 1px 2px #381c4f0a,0 12px 32px #381c4f1a,0 2px 8px #381c4f0f;position:relative}.dash-spotlight .dash-feature-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;pointer-events:none;z-index:-1;background:radial-gradient(120% 60% at 50% 0%,rgba(217,53,110,.06),transparent 70%)}.dash-spotlight .dash-feature-card .dash-feature-title{font-size:24px}@media(max-width:720px){.dash-spotlight{gap:14px;margin:18px 0 22px}.dash-spotlight .dash-feature-card .dash-feature-title{font-size:20px}}.dash-feature-card{padding:26px 26px 22px!important;border-radius:14px}.dash-feature-card .dash-feature-title{font-family:var(--font-display);font-size:22px;font-weight:800;letter-spacing:-.015em;color:var(--alloy-purple);margin:4px 0 0}.dash-feature-card .card-head{margin-bottom:18px}.dash-feature-card .btn-sm{min-height:38px;font-size:13px!important;padding:8px 14px!important}@media(max-width:720px){.dash-feature-card{padding:22px 18px 18px!important}.dash-feature-card .dash-feature-title{font-size:20px}}.dash-hero-actions{display:flex;flex-direction:column;gap:12px;align-items:stretch}.dash-hero-btn{min-height:56px;padding:16px 22px!important;font-size:15px!important;font-weight:700!important;justify-content:center;gap:10px;border-radius:12px!important}.dash-hero-btn.btn-secondary{background:#ffffff14!important;border:1.5px solid rgba(255,255,255,.28)!important;color:#fff!important}.dash-hero-btn.btn-secondary:hover{background:#ffffff29!important}@media(min-width:721px){.dash-hero-actions{flex-direction:row;flex-wrap:wrap;align-items:center}.dash-hero-btn{width:auto;min-width:240px}}@media(max-width:720px){.dash-hero-tall{padding:26px 20px 24px}.dash-hero-btn{width:100%;min-height:60px;font-size:16px!important}.dash-hero-goal{font-size:10.5px!important}.hero-band{padding:22px 18px;border-radius:var(--radius-lg);margin-bottom:16px}.hero-band h2{font-size:20px}.hero-band .lead{font-size:13px;margin-bottom:16px}.hero-band .actions .btn{flex:1 1 auto;justify-content:center}.card-pad,.card-pad-lg{padding:16px}.col-4{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:14px}.stat-card .stat-value{font-size:22px;margin:6px 0 4px}.stat-card .stat-label{font-size:10px;letter-spacing:.06em}.stat-card .stat-trend{font-size:11px;flex-wrap:wrap}.stat-card .stat-trend .vs,.stat-card .spark{display:none}.main-header{padding-bottom:14px;margin-bottom:14px}.main-header h1{font-size:18px}.main-header .search{width:100%;order:5}}@media(max-width:480px){.col-4{grid-template-columns:1fr 1fr}}@media(max-width:720px){.card-head{display:grid;grid-template-columns:1fr auto;grid-template-areas:"kicker cta" "title cta";align-items:center;gap:2px 12px;margin-bottom:14px}.card-head .kicker{grid-area:kicker}.card-head h3{grid-area:title;font-size:16px;line-height:1.25}.card-head .grow{display:none}.card-head a{grid-area:cta;align-self:center;font-size:12px;white-space:nowrap}.main-header{padding-bottom:10px;margin-bottom:14px;border-bottom:1px solid var(--border-subtle)}.main-header h1{font-size:13px;font-weight:700;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.08em}.main-header .sub{display:none}.main-header .search,.main-header>.icon-btn,.main-header>.btn-primary{display:none}.hero-band .tier-pill{display:none}}.stat-card{position:relative;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:16px 18px;overflow:hidden}.stat-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--alloy-pink),var(--alloy-yellow))}.stat-card .stat-label{font-size:11px;color:var(--fg-muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em;display:flex;align-items:center;gap:6px}.stat-card .stat-icon{width:22px;height:22px;border-radius:6px;display:grid;place-items:center}.stat-icon-pink{background:var(--alloy-pink-tint);color:var(--alloy-pink)}.stat-icon-yellow{background:var(--alloy-yellow-tint);color:#b8881a}.stat-icon-blue{background:var(--alloy-blue-tint);color:#2a6391}.stat-icon-green{background:var(--alloy-green-tint);color:#2c6e62}.stat-icon-purple{background:var(--alloy-purple-tint);color:var(--alloy-purple)}.stat-card .stat-value{font-family:var(--font-display);font-weight:800;font-size:32px;color:var(--alloy-purple);margin:8px 0 4px;line-height:1;letter-spacing:-.02em}.stat-card .stat-trend{font-size:12px;font-weight:700;color:#2c8a5e;display:flex;align-items:center;gap:4px}.stat-card .stat-trend.down{color:#d94c4c}.stat-card .stat-trend .vs{color:var(--fg-muted);font-weight:500;margin-left:4px}.stat-card .spark{position:absolute;right:14px;top:14px;opacity:.85}.tag{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:700;background:var(--alloy-purple-tint);color:var(--alloy-purple)}.tag .dot{width:6px;height:6px;border-radius:999px;background:currentColor}.tag.tag-sm{padding:2px 7px;font-size:10px;gap:4px;flex-shrink:0}.tag.tag-sm .dot{width:5px;height:5px}.proj-mini-list{display:flex;flex-direction:column;gap:10px}.proj-mini{display:flex;flex-direction:column;gap:5px;padding:13px 15px;background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:11px;transition:border-color .14s ease,box-shadow .14s ease,transform .1s ease}.proj-mini:hover{border-color:color-mix(in oklab,var(--alloy-purple) 24%,transparent);box-shadow:0 6px 18px #381c4f14;transform:translateY(-1px)}.proj-mini-title{font-size:13.5px;font-weight:700;color:var(--alloy-purple);line-height:1.3;letter-spacing:-.005em}.proj-mini-due{font-size:12px;color:var(--fg-muted);font-weight:600}.proj-mini-due-rel{color:var(--fg-muted);font-weight:500}.tag-attract{background:var(--alloy-pink-tint);color:#a82451}.tag-close{background:var(--alloy-blue-tint);color:#1d4d75}.tag-keep{background:var(--alloy-green-tint);color:#2c6e62}.tag-energy{background:var(--alloy-yellow-tint);color:#7a5a14}.tag-status-progress{background:#f5d88066;color:#7a5a14}.tag-status-review{background:var(--alloy-pink-tint);color:#a82451}.tag-status-live{background:#aed7d080;color:#2c6e62}.tag-status-inprogress{background:#fdab3d;color:#fff}.tag-status-done{background:var(--alloy-light-gray);color:var(--fg-muted)}.tag-status-block{background:#fde0e0;color:#b03a3a}.tag-pink{background:var(--alloy-pink);color:#fff}.tag-outline{background:transparent;border:1px solid var(--border-subtle);color:var(--fg-muted);font-size:10px}.tier-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(135deg,var(--alloy-yellow) 0%,#e6c45f 100%);color:var(--alloy-purple);font-family:var(--font-display);font-weight:800;font-size:12px;border-radius:999px;letter-spacing:.02em;box-shadow:0 2px 8px #f5d88066}.tier-pill .star{color:var(--alloy-pink)}.tier-pill.steady{background:linear-gradient(135deg,var(--alloy-blue),#7eafd1)}.tier-pill.ascend{background:linear-gradient(135deg,var(--alloy-pink),#8a1f48);color:#fff}.tier-pill.ascend .star{color:var(--alloy-yellow)}.input{width:100%;padding:10px 14px;border:1px solid var(--border-subtle);border-radius:8px;background:#fff;color:var(--fg-2);transition:border-color .15s}.input:focus{outline:none;border-color:var(--alloy-purple);box-shadow:0 0 0 3px var(--alloy-purple-tint)}.section-title{display:flex;align-items:center;gap:14px;margin:44px 0 28px;font-family:var(--font-display);font-size:12.5px;font-weight:600;color:var(--alloy-purple);text-transform:uppercase;letter-spacing:.18em}.section-title:before,.section-title:after{content:"";flex:1;height:1px;background:var(--border-subtle)}.section-title .pip{display:none}.section-title a{margin-left:auto;font-size:11.5px;font-weight:500;text-transform:none;letter-spacing:0}.progress{height:6px;background:var(--alloy-light-gray);border-radius:999px;overflow:hidden}.progress .bar{height:100%;border-radius:999px;background:var(--alloy-pink);transition:width .4s}.progress .bar.yellow{background:linear-gradient(90deg,var(--alloy-yellow),var(--alloy-pink))}.avatars{display:flex}.avatars .av{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;font-size:9.5px;font-weight:800;color:#fff;border:2px solid #fff;margin-left:-8px;font-family:var(--font-display)}.avatars .av:first-child{margin-left:0}.row-item{border-bottom:1px solid var(--border-subtle)}.row-item:last-child{border-bottom:none}.row-item .who{font-size:13.5px;font-weight:600;color:var(--fg-2)}.row-item .meta{font-size:11.5px;color:var(--fg-muted)}.proj-screen{padding-bottom:24px}.proj-section-head{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.proj-section-title{font-family:var(--font-display);font-size:14px;font-weight:800;color:var(--alloy-purple);text-transform:uppercase;letter-spacing:.06em}.proj-section-count{font-size:11px;font-weight:800;color:var(--alloy-pink);background:var(--alloy-pink-tint);padding:2px 8px;border-radius:999px}.proj-section-spacer{flex:1}.proj-review-section{margin-bottom:24px}.proj-review-grid{display:grid;grid-template-columns:repeat(var(--n, 3),1fr);gap:12px}@media(max-width:900px){.proj-review-grid{grid-template-columns:1fr}}.proj-review-card{border:1px solid var(--alloy-pink);border-radius:14px;background:#fff;padding:18px 18px 16px;display:flex;flex-direction:column;gap:14px;box-shadow:0 6px 18px #d9356e14}.proj-review-title{font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--alloy-purple);line-height:1.3;letter-spacing:-.01em;flex:1}.proj-review-btn{align-self:flex-start;padding:9px 14px}.proj-review-rows{display:flex;flex-direction:column;gap:8px}.proj-review-row{display:flex;align-items:center;gap:14px;padding:10px 14px;border-radius:10px;background:var(--alloy-pink-tint);border:1px solid rgba(217,53,110,.18)}.proj-review-row-leads{background:var(--alloy-yellow-tint, #fff8dc);border-color:#b8881a38}.proj-review-row-title{flex:1;min-width:0;font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--alloy-purple);letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proj-review-row-btn{flex-shrink:0}@media(max-width:640px){.proj-review-row{gap:10px;padding:10px 12px}.proj-review-row-title{white-space:normal;font-size:13.5px}}.proj-scorecard{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.proj-scorecard-item{display:inline-flex;align-items:baseline;gap:6px}.proj-scorecard-dot{width:8px;height:8px;border-radius:999px;align-self:center}.proj-scorecard-num{font-family:var(--font-display);font-weight:800;font-size:18px;letter-spacing:-.01em}.proj-scorecard-label{font-size:12px;font-weight:600;color:var(--fg-muted);text-transform:lowercase}.proj-status-pill{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;padding:4px 9px;border-radius:999px;white-space:nowrap}.proj-status-pill .dot{width:6px;height:6px;border-radius:999px}.proj-engines{display:inline-flex;gap:4px;flex-wrap:wrap}.proj-engine-chip{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:3px 7px;border-radius:6px;white-space:nowrap}.proj-chips{display:flex;gap:6px;flex-wrap:wrap}.proj-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;font-size:11px;font-weight:700;cursor:pointer;background:#fff;color:var(--alloy-purple);border:1px solid var(--border-subtle);white-space:nowrap}.proj-chip[data-active=true]{background:var(--alloy-purple);color:#fff;border-color:var(--alloy-purple)}.proj-chip .chip-dot{width:6px;height:6px;border-radius:999px}.proj-table{border:1px solid var(--border-subtle);border-radius:12px;background:#fff;overflow:hidden}.proj-table-head{display:grid;grid-template-columns:2.6fr 1.2fr 1.1fr 1.1fr;gap:14px;padding:10px 18px;background:var(--alloy-off-white);border-bottom:1px solid var(--border-subtle);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted)}.proj-table-row{display:grid;grid-template-columns:2.6fr 1.2fr 1.1fr 1.1fr;gap:14px;padding:12px 18px;align-items:center;border-top:1px solid var(--border-subtle)}.proj-table-row:first-of-type{border-top:none}.proj-table-id{font-family:var(--font-mono);font-size:10.5px;font-weight:700;color:var(--fg-muted)}.proj-table-title{font-size:13px;font-weight:700;color:var(--alloy-purple);line-height:1.3}.proj-table-pulse{font-size:10.5px;color:var(--fg-muted);margin-top:2px}.proj-table-due{font-size:11.5px;font-weight:700;color:var(--fg-3)}.proj-table-duerel{font-size:10px;color:var(--fg-muted);font-weight:500}@media(max-width:720px){.proj-table-head{display:none}.proj-table-row{grid-template-columns:1fr auto;gap:8px 12px;padding:14px}.proj-table-row>div:nth-child(1){grid-column:1 / -1}.proj-table-row>div:nth-child(2){grid-column:1 / -1}.proj-table-row>div:nth-child(3){grid-column:1}.proj-table-row>div:nth-child(4){grid-column:2;text-align:right}}.aq-compact .banner-card-body{padding-top:8px}.aq-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.aq-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 4px;border-top:1px solid var(--border-subtle);cursor:pointer;transition:background .12s ease}.aq-row:first-child{border-top:none}.aq-row:hover{background:#381c4f06}.aq-row:focus-visible{outline:2px solid var(--alloy-pink);outline-offset:-2px;border-radius:6px}.aq-title{font-size:13.5px;font-weight:600;color:var(--alloy-purple);line-height:1.35;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aq-meta{font-size:11.5px;color:var(--fg-muted);font-weight:600;white-space:nowrap}.aq-btn{white-space:nowrap}.aq-tag{display:inline-flex;align-items:center;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:4px 8px;border-radius:999px;min-width:62px;justify-content:center}.aq-tag-review{background:#fce6ee;color:var(--alloy-pink)}.aq-tag-blocked{background:#fde8d9;color:#b04a18}.aq-tag-leads,.aq-tag-open{background:#fcefd1;color:#b8881a}.aq-tag-prog{background:#e3edf4;color:#2a6391}.aq-empty{padding:18px 14px;text-align:center;font-size:13px;color:var(--fg-muted);display:flex;align-items:center;justify-content:center;gap:8px}@media(max-width:720px){.aq-row{grid-template-columns:auto 1fr;gap:10px;padding:12px 2px}.aq-row>.aq-btn,.aq-row>.aq-meta{grid-column:2;justify-self:end;margin-top:2px}.aq-title{white-space:normal}}.alert-bar{display:flex;align-items:center;gap:14px;padding:12px 14px 12px 18px;background:#fff;border:1px solid var(--border-subtle);border-radius:10px;box-shadow:0 1px 3px #381c4f0f;position:relative;margin-bottom:18px;overflow:hidden}.alert-bar-stripe{position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--alloy-pink),#c93259)}.alert-bar-icon{width:30px;height:30px;border-radius:8px;background:var(--alloy-pink-tint);color:var(--alloy-pink);display:grid;place-items:center;flex-shrink:0}.alert-bar-text{flex:1;min-width:0}.alert-bar-kicker{font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--alloy-pink);margin-bottom:2px}.alert-bar-msg{font-size:13px;color:var(--fg-2);line-height:1.4}.alert-bar-msg strong{color:var(--alloy-purple)}.alert-bar-cta{flex-shrink:0;padding:7px 14px;border-radius:7px;background:var(--alloy-purple);color:#fff;font-size:12px;font-weight:700;letter-spacing:.01em;border:none;cursor:pointer;white-space:nowrap}.alert-bar-cta:hover{background:#2a1238}.alert-bar-close{flex-shrink:0;width:26px;height:26px;border-radius:999px;background:transparent;color:var(--fg-muted);display:grid;place-items:center;border:none;cursor:pointer}.alert-bar-close:hover{background:var(--alloy-light-gray);color:var(--fg-2)}@media(max-width:720px){.alert-bar{flex-wrap:wrap;gap:10px;padding:12px 14px 12px 16px}.alert-bar-text{flex:1 1 calc(100% - 70px);min-width:0}.alert-bar-msg{font-size:12.5px}.alert-bar-cta{order:3;flex:1 1 100%;padding:9px 14px;text-align:center}.alert-bar-close{position:absolute;top:6px;right:6px;width:24px;height:24px}}.celebrate{display:flex;align-items:center;gap:16px;padding:14px 20px;background:linear-gradient(95deg,var(--alloy-yellow) 0%,#f9bb50 100%);border-radius:var(--radius-lg);margin-bottom:18px;color:var(--alloy-purple);box-shadow:0 6px 20px #f5d88066;position:relative;overflow:hidden}.celebrate:before{content:"";position:absolute;top:-20px;right:60px;width:100px;height:100px;background:radial-gradient(circle,rgba(217,53,110,.25) 0%,transparent 70%)}.celebrate .trophy{width:48px;height:48px;border-radius:12px;background:var(--alloy-purple);color:var(--alloy-yellow);display:grid;place-items:center;flex-shrink:0;position:relative;z-index:1}.celebrate .text{flex:1;min-width:0;position:relative;z-index:1}.celebrate .ann{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#5a2a14}.celebrate .ttl{font-family:var(--font-display);font-size:17px;font-weight:800;color:var(--alloy-purple);margin-top:2px}.celebrate .sub{font-size:12.5px;color:#381c4fbf;margin-top:2px}@media(max-width:720px){.celebrate{flex-wrap:wrap;gap:12px;padding:14px 16px;border-radius:var(--radius)}.celebrate .trophy{width:40px;height:40px;border-radius:10px}.celebrate .trophy svg{width:22px;height:22px}.celebrate .text{flex:1 1 calc(100% - 56px)}.celebrate .ann{font-size:10px}.celebrate .ttl{font-size:14.5px;line-height:1.25}.celebrate .sub{font-size:12px}.celebrate .btn,.celebrate>button:last-child{flex:1 1 100%;justify-content:center}.celebrate:before{right:0;opacity:.6}}.score-ring{position:relative;width:88px;height:88px}.score-ring .center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;text-align:center}.score-ring .v{font-family:var(--font-display);font-weight:800;font-size:24px;color:var(--alloy-purple);line-height:1;letter-spacing:-.02em}.score-ring .t{font-size:9.5px;color:var(--fg-muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.activity-list{display:flex;flex-direction:column;gap:14px}.activity-item{display:flex;gap:12px}.activity-item .ic{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.activity-item .body{flex:1;min-width:0}.activity-item .head-line{font-size:13px;font-weight:600;color:var(--fg-2);line-height:1.45}.activity-item .meta{font-size:11px;color:var(--fg-muted);margin-top:2px}.ticket-list{display:flex;flex-direction:column}.ticket-item{display:grid;grid-template-columns:4px 1fr auto auto auto;gap:12px;padding:14px 16px;border-radius:10px;align-items:center;cursor:pointer;transition:background .15s;border:1px solid transparent}.ticket-item:hover{background:var(--alloy-off-white)}.ticket-item.active{background:var(--alloy-purple-tint);border-color:var(--alloy-light-gray)}.ticket-item .priority-bar{width:4px;height:38px;border-radius:4px}.ticket-item.priority-high .priority-bar{background:var(--alloy-pink)}.ticket-item.priority-med .priority-bar{background:var(--alloy-yellow)}.ticket-item.priority-low .priority-bar{background:var(--alloy-blue)}.ticket-item .title-line{font-size:13.5px;font-weight:700;color:var(--fg-2);line-height:1.3}.ticket-item .meta-line{font-size:11px;color:var(--fg-muted);margin-top:4px;display:flex;align-items:center;gap:8px}.ticket-item .meta-line .id{font-family:var(--font-mono)}.ticket-item .meta-line .sep{width:3px;height:3px;background:var(--fg-muted);border-radius:999px;opacity:.5}.proj-tabs{display:flex;gap:8px;margin-bottom:14px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.proj-tabs::-webkit-scrollbar{display:none}.proj-tab{flex-shrink:0;padding:8px 14px;border-radius:999px;font-size:12.5px;font-weight:700;background:#fff;border:1px solid var(--border-subtle);color:var(--fg-3);display:inline-flex;align-items:center;gap:6px;transition:all .15s;position:relative}.proj-tab:hover{border-color:var(--alloy-purple);color:var(--alloy-purple)}.proj-tab[data-active=true]{background:var(--alloy-purple);color:#fff;border-color:var(--alloy-purple)}.proj-tab .n{font-size:11px;font-weight:800;background:var(--alloy-light-gray);color:var(--alloy-purple);padding:1px 7px;border-radius:999px}.proj-tab[data-active=true] .n{background:#ffffff2e;color:#fff}.proj-tab .hot{width:6px;height:6px;border-radius:999px;background:var(--alloy-pink)}.proj-tab[data-active=true] .hot{background:var(--alloy-yellow)}.proj-list{display:flex;flex-direction:column;gap:10px}.proj-card{background:#fff;border:1px solid var(--border-subtle);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;transition:border-color .15s,box-shadow .15s}.proj-card:hover{border-color:var(--alloy-purple);box-shadow:var(--shadow-sm)}.proj-card-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.phase-pill{font-size:10.5px;font-weight:800;letter-spacing:.04em;padding:3px 8px;border-radius:5px}.status-pill{font-size:10.5px;font-weight:800;letter-spacing:.04em;padding:3px 9px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;margin-left:auto}.status-pill .dot{width:5px;height:5px;border-radius:999px}.proj-card-title{font-size:14.5px;font-weight:700;color:var(--fg);line-height:1.35}.proj-card-meta{font-size:11.5px;color:var(--fg-muted);font-weight:500;display:flex;gap:6px;flex-wrap:wrap;align-items:center}.proj-card-meta .sep{opacity:.5}.proj-bar{display:flex;align-items:center;gap:10px}.proj-bar-track{flex:1;height:6px;background:var(--alloy-light-gray);border-radius:999px;overflow:hidden}.proj-bar-fill{height:100%;border-radius:999px;transition:width .3s}.proj-bar-pct{font-family:var(--font-display);font-size:12px;font-weight:800;color:var(--alloy-purple);min-width:36px;text-align:right}.proj-card-foot{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-top:8px;border-top:1px dashed var(--border-subtle)}.proj-card-foot .avs{display:flex}.proj-card-foot .av{width:24px;height:24px;border-radius:999px;color:#fff;font-size:9.5px;font-weight:800;display:grid;place-items:center;border:2px solid #fff;margin-left:-6px}.proj-card-foot .av:first-child{margin-left:0}.proj-card-foot .pulse{font-size:11.5px;color:var(--fg-muted);font-style:italic;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.project-row{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 110px;gap:16px;padding:14px 18px;border-bottom:1px solid var(--border-subtle);align-items:center}@media(max-width:900px){.project-row{grid-template-columns:1fr 1fr;gap:10px 14px;padding:14px}.project-row .title-cell{grid-column:1 / -1}.project-row .progress-cell .pct{margin-top:2px}}@media(max-width:720px){.ticket-item{grid-template-columns:4px 1fr auto;padding:12px;gap:10px}.ticket-item .ticket-status,.ticket-item .ticket-time{display:none}.ticket-item .meta-line{flex-wrap:wrap}}.project-row:last-child{border-bottom:none}.project-row:hover{background:var(--alloy-off-white)}.project-row .title-cell .ttl{font-size:13.5px;font-weight:600;color:var(--fg-2);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.project-row .title-cell .meta{font-size:11px;color:var(--fg-muted);margin-top:3px}.project-row .progress-cell .pct{font-size:11px;color:var(--fg-muted);margin-top:4px;font-weight:700}.project-row .due{font-size:13px;font-weight:600;color:var(--fg-2)}.project-row .due .small{display:block;font-size:11px;color:var(--fg-muted);font-weight:500}.donut{position:relative;width:130px;height:130px;flex-shrink:0}.donut .lbl{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;text-align:center}.donut .lbl .v{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--alloy-purple);line-height:1}.donut .lbl .t{font-size:11px;color:var(--fg-muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.legend{flex:1;display:flex;flex-direction:column;gap:8px}.legend-row{display:flex;align-items:center;gap:10px;padding:6px 0;border-bottom:1px dashed var(--border-subtle)}.legend-row:last-child{border-bottom:none}.legend-row .swatch{width:10px;height:10px;border-radius:3px;flex-shrink:0}.legend-row .lname{flex:1;font-size:12.5px;color:var(--fg-3);font-weight:600}.legend-row .lval{font-family:var(--font-display);font-size:14px;color:var(--alloy-purple);font-weight:800}.roadmap-rail{position:relative}.roadmap-rail:after{content:"";position:absolute;top:4px;bottom:12px;right:0;width:36px;background:linear-gradient(90deg,transparent 0%,var(--alloy-off-white) 90%);pointer-events:none;opacity:0;transition:opacity .2s}.roadmap-rail[data-can-scroll=true]:after{opacity:1}.roadmap-hint{display:none;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin:-4px 0 8px;align-items:center;gap:6px}.roadmap-hint .arrow{animation:rmHint 1.6s ease-in-out infinite;display:inline-block}@keyframes rmHint{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.roadmap{display:flex;gap:14px;padding:4px 4px 12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.roadmap-col{flex:1 0 220px;max-width:320px;scroll-snap-align:start}@media(max-width:900px){.roadmap-col{flex:0 0 78%;max-width:78%;min-height:240px}.roadmap{padding-right:24px}.roadmap-hint{display:flex}}@media(max-width:600px){.roadmap-col{flex:0 0 84%;max-width:84%}}.roadmap-col{position:relative;padding:18px 16px;background:#fff;border:1px solid var(--border-subtle);border-radius:12px;display:flex;flex-direction:column;gap:8px;min-height:320px}.roadmap-col[data-state=now]{border-color:var(--alloy-pink);box-shadow:0 8px 28px #d9356e2e}.roadmap-col[data-state=next]{border-style:dashed}.roadmap-col[data-state=future]{background:var(--alloy-off-white)}.roadmap-col[data-state=done]{background:linear-gradient(180deg,#e6f3f0,#d4ebe5);border-color:#aed7d0}.roadmap-col[data-state=done]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#2c8a6e;border-radius:12px 12px 0 0}.roadmap-col[data-state=done] .pchip{background:#ffffffb3;border-color:#2c8a6e2e;color:#2c4a3f}.roadmap-col[data-state=done] .pchip .ic{color:#2c8a6e;font-weight:900}.roadmap-col .qhead{display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid var(--border-subtle);margin-bottom:6px;flex-wrap:wrap}.roadmap-col[data-state=done] .qhead{border-bottom-color:#2c8a6e33}.roadmap-col .q{font-family:var(--font-mono);font-size:11px;color:var(--fg-muted);font-weight:700}.roadmap-col .qsub{font-size:10.5px;font-weight:800;color:var(--alloy-pink);text-transform:uppercase;letter-spacing:.08em}.roadmap-col[data-state=done] .qsub{color:#2c8a6e}.roadmap-col[data-state=done] .qhead>div:last-child{color:#1f5f4d!important}.roadmap-col[data-state=future] .qsub{color:var(--fg-muted)}.year-timeline{margin:8px 0 28px;background:#fff;border:1px solid var(--border-subtle);border-radius:14px;overflow:hidden}.yt-head{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:40px 40px 28px;background:linear-gradient(180deg,#faf8f4,#fff)}.yt-body{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--border-subtle);background:#fff}.yt-body-col{padding:28px;border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:14px;min-width:0}.yt-body-col:last-child{border-right:none}.yt-body-col[data-state=now]{background:#fdab3d1a}.yt-rail{position:absolute;left:0;right:0;top:56px;height:4px;background:var(--alloy-light-gray);border-radius:0}.yt-rail-fill{position:absolute;left:0;top:-2px;height:8px;background:linear-gradient(90deg,#00c875,#00c875 70%,#fdab3d);border-radius:0;box-shadow:0 2px 6px #00c87540}.yt-col,.yt-head-col{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0;position:relative}.yt-dot{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;font-size:12px;font-weight:900;background:#fff;border:2px solid var(--alloy-light-gray);color:var(--fg-muted);position:relative;z-index:1;box-shadow:0 1px 2px #0000000a;margin-bottom:6px}.yt-col[data-state=done] .yt-dot,.yt-head-col[data-state=done] .yt-dot{background:#00c875;border-color:#00c875;color:#fff}.yt-col[data-state=now] .yt-dot,.yt-head-col[data-state=now] .yt-dot{background:#fdab3d;border-color:#fdab3d;color:#fff;width:34px;height:34px;margin-top:-3px;margin-bottom:3px;box-shadow:0 0 0 6px #fdab3d33,0 6px 16px #fdab3d61;animation:ytPulse 2.4s ease-in-out infinite}@keyframes ytPulse{0%,to{box-shadow:0 0 0 6px #fdab3d33,0 6px 16px #fdab3d61}50%{box-shadow:0 0 0 10px #fdab3d14,0 6px 16px #fdab3d61}}.yt-q{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em}.yt-col[data-state=future] .yt-q,.yt-head-col[data-state=future] .yt-q,.yt-col[data-state=next] .yt-q,.yt-head-col[data-state=next] .yt-q{color:var(--fg-muted)}.yt-col[data-state=now] .yt-q,.yt-head-col[data-state=now] .yt-q{color:#d98817}.yt-months{font-family:var(--font-mono);font-size:11px;color:var(--fg-muted);font-weight:600}.yt-status{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);margin-bottom:8px}.yt-col[data-state=done] .yt-status,.yt-head-col[data-state=done] .yt-status{color:#00a862}.yt-col[data-state=now] .yt-status,.yt-head-col[data-state=now] .yt-status{color:#d98817}.yt-actions{display:flex;flex-direction:row;gap:6px;width:100%;margin-top:auto}.yt-actions .yt-btn{flex:1}.yt-btn{justify-content:center;padding:8px 10px;font-size:12px;gap:6px;min-width:0;white-space:nowrap}.yt-focuses{list-style:none;padding:0;margin:0 0 12px;width:100%;display:flex;flex-direction:column;gap:6px;flex:1}.yt-focus{display:flex;align-items:flex-start;gap:8px;font-size:11.5px;font-weight:600;color:var(--fg-3);line-height:1.35}.yt-focus-ic{flex-shrink:0;width:16px;height:16px;border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:900;background:#fff;border:1.5px solid var(--alloy-light-gray);color:var(--fg-muted);margin-top:1px}.yt-focus-t{flex:1;min-width:0;text-align:left}.yt-focus[data-status=complete] .yt-focus-ic{background:#00c875;border-color:#00c875;color:#fff}.yt-focus[data-status=complete] .yt-focus-t{color:#0a7a4a}.yt-focus[data-status=missed] .yt-focus-ic{background:#fff;border-color:#c43a3a;color:#c43a3a}.yt-focus[data-status=missed] .yt-focus-t{color:#8a8780;text-decoration:line-through;text-decoration-color:#c43a3a80}.yt-focus[data-status=pending] .yt-focus-ic{background:#fff;border-style:dashed;border-color:var(--alloy-light-gray);color:var(--fg-muted)}.yt-focus[data-status=pending] .yt-focus-t{color:var(--fg-muted)}.yt-focus-title{width:100%;max-width:220px;text-align:left;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--alloy-purple);margin:4px 0 6px;padding-bottom:5px;border-bottom:1px solid var(--alloy-light-gray)}.yt-col[data-state=future] .yt-focus-title,.yt-col[data-state=next] .yt-focus-title{color:var(--fg-muted)}.yt-more{font-size:10.5px;font-style:italic;color:var(--fg-muted);margin:-4px 0 12px;width:100%;max-width:220px;text-align:left;font-weight:500;letter-spacing:.01em}@media(max-width:760px){.yt-head{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px;padding:22px 18px 14px}.yt-body{grid-template-columns:repeat(2,minmax(0,1fr))}.yt-body-col:nth-child(2){border-right:none}.yt-body-col:nth-child(1),.yt-body-col:nth-child(2){border-bottom:1px solid var(--border-subtle)}.yt-rail{display:none}}@media(max-width:420px){.yt-head,.yt-body{grid-template-columns:1fr}.yt-body-col{border-right:none!important;border-bottom:1px solid var(--border-subtle)}.yt-body-col:last-child{border-bottom:none}}.plan-services{margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.plan-service{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid var(--border-subtle);border-radius:10px}.plan-service .ps-ico{width:32px;height:32px;border-radius:8px;background:var(--alloy-purple-tint);color:var(--alloy-purple);display:grid;place-items:center;flex-shrink:0}.plan-service .ps-body{flex:1;min-width:0}.plan-service .ps-name{font-family:var(--font-display);font-size:14px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.005em}.plan-service .ps-meta{font-size:11px;color:var(--fg-muted);font-weight:600;display:flex;align-items:center;gap:6px;margin-top:2px}.plan-service .ps-pill{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:3px 7px;border-radius:999px;background:#e6f3f0;color:#2c8a6e}.plan-service[data-state=off]{background:#f5f4f1;border-style:dashed;opacity:.7}.plan-service[data-state=off] .ps-ico{background:#e8e6e0;color:#9b9892}.plan-service[data-state=off] .ps-name{color:#8a8780}.plan-service[data-state=off] .ps-pill{background:#e0ded8;color:#6a6760}@media(max-width:900px){.plan-services{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){.plan-services{grid-template-columns:1fr}}.quarter-cta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.quarter-cta .quarter-btn{justify-content:center;padding:9px 10px;font-size:12px;gap:6px;min-width:0;white-space:nowrap}.quarter-cta .quarter-btn span{overflow:hidden;text-overflow:ellipsis}@media(max-width:1280px)and (min-width:1101px){.quarter-cta{grid-template-columns:1fr}}@media(max-width:760px)and (min-width:601px){.quarter-cta{grid-template-columns:1fr}}.year-quarters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.year-quarters .roadmap-col{flex:initial;min-height:0}@media(max-width:1100px){.year-quarters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.year-quarters{grid-template-columns:1fr}.yt-track{height:70px}.yt-label{font-size:11px}}.pchip{display:flex;align-items:center;gap:8px;padding:9px 11px;background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:8px;font-size:12px;line-height:1.35;color:var(--fg-3);font-weight:600}.pchip .ic{font-family:var(--font-display);color:var(--fg-muted);flex-shrink:0}.pchip.attract{border-left:3px solid var(--alloy-pink)}.pchip.close{border-left:3px solid var(--alloy-blue)}.pchip.keep{border-left:3px solid var(--alloy-green)}.pchip.energy{border-left:3px solid var(--alloy-yellow)}.library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.lib-card{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;transition:transform .18s,box-shadow .18s;cursor:pointer}.lib-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.lib-card .cover{position:relative;aspect-ratio:4/3;padding:22px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;overflow:hidden}.lib-card .cover:after{content:"";position:absolute;right:-40px;bottom:-40px;width:140px;height:140px;border-radius:50%;background:#ffffff14}.lib-card .cover.attract{background:linear-gradient(135deg,var(--alloy-pink) 0%,#8a1f48 100%)}.lib-card .cover.close{background:linear-gradient(135deg,#5a8bb5,#1d4d75)}.lib-card .cover.keep{background:linear-gradient(135deg,#7eb5ab,#2c6e62)}.lib-card .cover.energy{background:linear-gradient(135deg,#d4b045,#7a5a14)}.lib-card .stage{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:#ffffffd9;position:relative;z-index:1}.lib-card .ttl{font-family:var(--font-display);font-size:18px;font-weight:800;line-height:1.15;letter-spacing:-.01em;position:relative;z-index:1}.lib-card .body{padding:14px 16px}.lib-card .meta{font-size:11px;color:var(--fg-muted);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.lib-card .desc{font-size:13px;color:var(--fg-3);margin-top:6px;line-height:1.5}.badge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.badge-card{position:relative;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:18px 16px;text-align:center;transition:transform .18s,box-shadow .18s}.badge-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.badge-card.locked{background:var(--alloy-off-white);opacity:.85}.badge-card .badge-medal{width:78px;height:78px;margin:0 auto 10px}.badge-card .name{font-family:var(--font-display);font-size:14px;font-weight:800;color:var(--alloy-purple)}.badge-card .desc{font-size:11.5px;color:var(--fg-muted);line-height:1.45;margin-top:6px;min-height:32px}.badge-card .earned{font-size:10.5px;font-weight:700;color:#2c8a5e;margin-top:8px;text-transform:uppercase;letter-spacing:.06em}@media(max-width:720px){.library-grid{grid-template-columns:1fr 1fr;gap:12px}.lib-card .ttl{font-size:15px}.lib-card .cover{padding:16px}.badge-grid{grid-template-columns:1fr 1fr;gap:10px}.badge-card{padding:14px 10px}.badge-card .badge-medal{width:64px;height:64px}.donut{width:110px;height:110px}}@media(max-width:420px){.library-grid{grid-template-columns:1fr}}.tweaks-float{position:fixed;bottom:24px;right:24px;width:280px;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:100;overflow:hidden}.tweaks-float .head{padding:14px 16px;background:var(--alloy-purple);color:#fff;font-family:var(--font-display);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:8px}.tweaks-float .head .dot{width:8px;height:8px;border-radius:999px;background:var(--alloy-yellow)}.tweaks-float .body{padding:16px;display:flex;flex-direction:column;gap:14px}.tweaks-float .row{display:flex;align-items:center;justify-content:space-between;gap:10px}.tweaks-float .row.col{flex-direction:column;align-items:stretch;gap:6px}.tweaks-float .row label{font-size:12px;font-weight:700;color:var(--fg-3)}.toggle{width:38px;height:22px;border-radius:999px;background:var(--alloy-light-gray);position:relative;transition:background .15s}.toggle.on{background:var(--alloy-pink)}.toggle .thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:999px;background:#fff;transition:left .15s;box-shadow:var(--shadow-sm)}.toggle.on .thumb{left:18px}.seg{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;padding:3px;background:var(--alloy-off-white);border-radius:8px;border:1px solid var(--border-subtle)}.seg button{padding:6px;font-size:11px;font-weight:700;color:var(--fg-muted);border-radius:6px;text-transform:capitalize}.seg button.active{background:var(--alloy-purple);color:#fff}@media(max-width:480px){.tweaks-float{width:calc(100vw - 24px);right:12px;bottom:12px;left:12px}}.tweaks-fab{position:fixed;bottom:20px;right:20px;width:44px;height:44px;border-radius:999px;background:var(--alloy-purple);color:#fff;display:grid;place-items:center;box-shadow:0 8px 24px #381c4f47;border:none;cursor:pointer;z-index:99;transition:transform .15s}.tweaks-fab:hover{transform:scale(1.05)}.tweaks-close{width:22px;height:22px;border-radius:999px;background:#ffffff24;color:#fff;display:grid;place-items:center;border:none;cursor:pointer;flex-shrink:0}.tweaks-close:hover{background:#ffffff3d}@media(max-width:720px){.main div[style*=grid-template-columns][style*="380px 1fr"],.main div[style*=grid-template-columns][style*="1.6fr 1fr 1fr 1fr"],.main div[style*=grid-template-columns][style*="1fr 110px 110px 70px"],.main div[style*=grid-template-columns][style*="22px 1fr 80px 90px"],.main div[style*=grid-template-columns][style*="1.6fr 0.7fr 0.6fr 0.7fr"],.main div[style*=grid-template-columns][style*="1.5fr 1fr"],.main div[style*=grid-template-columns][style*="1.6fr 1fr"],.main div[style*=grid-template-columns][style*="1.4fr 1fr"],.main div[style*=grid-template-columns][style*="1.2fr 1fr"],.main div[style*=grid-template-columns][style*="0.9fr 1.4fr"],.main div[style*=grid-template-columns][style*="100px 1fr 90px"],.main div[style*=grid-template-columns][style*="180px 1fr 80px"],.main div[style*=grid-template-columns][style*="1fr 1fr 1fr"]:not([style*=repeat]),.main div[style*=grid-template-columns][style*="auto 1fr 1fr 1fr"],.main div[style*=grid-template-columns][style*="1.5fr auto"]{grid-template-columns:1fr!important;gap:12px!important}.main div[style*=grid-template-columns][style*="repeat(4"],.main div[style*=grid-template-columns][style*="repeat(3"]{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.main div[style*="padding: 32px 36px"],.main div[style*='padding:"32px 36px"'],.main div[style*="padding: 36px"],.main div[style*='padding:"36px 40px"']{padding:20px!important}.main .hero-band>div[style*=grid]{gap:16px!important}}@media(max-width:480px){.main div[style*=grid-template-columns][style*="repeat(4"]{grid-template-columns:1fr 1fr!important}}.density-compact .card-pad{padding:14px}.density-compact .stat-card{padding:12px 14px}.density-compact .stat-card .stat-value{font-size:26px}.density-compact .row-item{padding:10px 0!important}.recurring-toggle{display:flex;align-items:center;gap:14px;width:100%;margin-top:14px;padding:14px 16px;border-radius:12px;background:var(--alloy-purple-tint);border:1px solid rgba(56,28,79,.1);cursor:pointer;text-align:left;transition:background var(--dur-fast, .15s) ease}.recurring-toggle:hover{background:#381c4f14}.recurring-toggle-dots{display:flex;gap:-2px;flex-shrink:0}.recurring-toggle-dots .recurring-toggle-dot{width:12px;height:12px;border-radius:999px;border:2px solid #fff;margin-left:-4px}.recurring-toggle-dots .recurring-toggle-dot:first-child{margin-left:0}.recurring-toggle-label{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--alloy-purple)}.recurring-toggle-label strong{font-weight:700;font-size:13.5px}.recurring-toggle-sub{font-size:11.5px;color:var(--alloy-purple);opacity:.7}.recurring-toggle-chev{flex-shrink:0;color:var(--alloy-purple);transform:rotate(90deg);transition:transform var(--dur-fast, .15s) ease}.recurring-toggle-chev.open{transform:rotate(-90deg)}.recurring-panel{margin-top:8px;padding:14px 16px;background:var(--alloy-purple-tint);border-radius:12px;display:flex;flex-direction:column;gap:10px;animation:recurring-slide .2s ease-out}@keyframes recurring-slide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.recurring-row{display:flex;align-items:center;gap:12px}.recurring-dot{width:6px;height:6px;border-radius:999px;flex-shrink:0}.recurring-name{flex:1;font-size:13px;font-weight:600;color:var(--alloy-purple);min-width:0}.recurring-cadence{font-size:10.5px;color:var(--fg-muted);font-weight:600;white-space:nowrap}@media(max-width:720px){.main{font-size:15px}.main .card-pad,.main .card{padding:18px 16px!important;border-radius:14px}.main .card-head .title,.main .card-head h3,.main .card-head .h3{font-size:18px!important;line-height:1.25}.main .card-head .eyebrow{font-size:11.5px!important;letter-spacing:.12em}.main .card-head .sub{font-size:13px!important}.main .celebrate-bg{padding:22px 20px!important;border-radius:16px}.main .celebrate-bg h1{font-size:26px!important;line-height:1.1}.main .celebrate-bg .eyebrow{font-size:11.5px!important}.main .celebrate-bg>div[style*="gap: 22px"]{display:grid!important;grid-template-columns:1fr 1fr;gap:14px 16px!important;margin-top:18px!important}.main .celebrate-bg>div[style*="gap: 22px"]>div{min-width:0!important}.main .celebrate-bg>div[style*="gap: 22px"]>div>div:nth-child(1){font-size:10.5px!important;letter-spacing:.1em}.main .celebrate-bg>div[style*="gap: 22px"]>div>div:nth-child(2){font-size:30px!important}.main .celebrate-bg>div[style*="gap: 22px"]>div>div:nth-child(3){font-size:12px!important}.main .dash-hero-actions{align-items:stretch!important;gap:12px!important}.main .dash-hero-actions .btn,.main .dash-hero-actions button{min-height:60px;font-size:16px!important;padding:18px 22px!important;justify-content:space-between!important;width:100%;font-weight:700!important}.main .celebrate-bg.dash-hero{padding:32px 22px!important}.main .celebrate-bg.dash-hero h1.dash-hero-title{font-size:24px!important}.main .celebrate-bg.dash-hero .dash-hero-sub{font-size:11px!important}.main .card>div[style*="padding: 14px 0"]{padding:16px 0!important;gap:12px!important}.main .card>div[style*="padding: 14px 0"]>div[style*="flex: 1"]>div:nth-child(2){font-size:16px!important;line-height:1.3}.main .card>div[style*="padding: 14px 0"]>div[style*="flex: 1"]>div:nth-child(3){font-size:13.5px!important}.main .card .btn-sm,.main .card button[class*=btn]{min-height:40px;font-size:13.5px!important;padding:9px 14px!important}.main .card div[style*="align-items: flex-start"]>div:first-child{width:40px!important;height:40px!important;border-radius:10px!important}.main .card div[style*="align-items: flex-start"]>div:first-child svg{width:20px!important;height:20px!important}.main .card div[style*="align-items: flex-start"]>div:nth-child(2)>div:first-child{font-size:14.5px!important;line-height:1.45}.main .card div[style*="align-items: flex-start"]>div:nth-child(2)>div:nth-child(2){font-size:12px!important}.main .card div[style*="grid-template-columns: repeat(4"]>div{padding:16px 14px!important;border-radius:12px}.main .card div[style*="grid-template-columns: repeat(4"]>div>div:nth-child(1){font-size:11px!important;letter-spacing:.1em}.main .card div[style*="grid-template-columns: repeat(4"]>div>div:nth-child(2){font-size:32px!important}.main .card h3[style*="font-size: 26px"]{font-size:24px!important}.main .card p[style*="font-size: 14px"]{font-size:14.5px!important;line-height:1.5}.main button[style*="border-radius: 12px"][style*="border: 1px solid"]{padding:18px 16px!important;min-height:110px;gap:8px!important}.main button[style*="border-radius: 12px"][style*="border: 1px solid"]>div:first-child>span:first-child{font-size:15px!important}.main button[style*="border-radius: 12px"][style*="border: 1px solid"]>div:nth-child(2){font-size:24px!important}.main button[style*="border-radius: 12px"][style*="border: 1px solid"]>div:nth-child(3){font-size:13px!important}.main>div[style*="gap: 28px"]{gap:18px!important}}.mobile-body{font-size:15px}.mobile-body .card-pad,.mobile-body .card{padding:18px 16px!important;border-radius:14px}.mobile-body .card-head .title,.mobile-body .card-head h3,.mobile-body .card-head .h3{font-size:18px!important;line-height:1.25}.mobile-body .card-head .eyebrow{font-size:11.5px!important;letter-spacing:.12em}.mobile-body .card-head .sub{font-size:13px!important}.mobile-body .celebrate-bg{padding:22px 20px!important;border-radius:16px}.mobile-body .celebrate-bg h1{font-size:26px!important;line-height:1.1}.mobile-body .celebrate-bg .eyebrow{font-size:11.5px!important}.mobile-body .celebrate-bg>div[style*="display: flex"][style*="gap: 22px"]{display:grid!important;grid-template-columns:1fr 1fr;gap:14px 16px!important;margin-top:18px!important}.mobile-body .celebrate-bg>div[style*="display: flex"][style*="gap: 22px"]>div{min-width:0!important}.mobile-body .celebrate-bg>div[style*="display: flex"][style*="gap: 22px"]>div>div:nth-child(2){font-size:30px!important}.mobile-body .celebrate-bg>div[style*="display: flex"][style*="gap: 22px"]>div>div:nth-child(1){font-size:10.5px!important;letter-spacing:.1em}.mobile-body .celebrate-bg>div[style*="display: flex"][style*="gap: 22px"]>div>div:nth-child(3){font-size:12px!important}.mobile-body .celebrate-bg>div[style*="margin-top: 22px"][style*=flex-wrap]{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.mobile-body .celebrate-bg .btn,.mobile-body .celebrate-bg button{min-height:48px;font-size:14.5px!important;padding:12px 16px!important;justify-content:center;width:100%}.mobile-body .card>div[style*="padding: 14px 0"]{padding:16px 0!important;gap:12px!important}.mobile-body .card>div[style*="padding: 14px 0"]>div[style*="flex: 1"]>div:nth-child(2){font-size:16px!important;line-height:1.3}.mobile-body .card>div[style*="padding: 14px 0"]>div[style*="flex: 1"]>div:nth-child(3){font-size:13.5px!important}.mobile-body .card .btn-sm,.mobile-body .card button[class*=btn]{min-height:40px;font-size:13.5px!important;padding:9px 14px!important}.mobile-body .card>div>div[style*="display: flex"][style*="gap: 12"][style*="align-items: flex-start"]>div:first-child{width:40px!important;height:40px!important;border-radius:10px!important}.mobile-body .card>div>div[style*="display: flex"][style*="gap: 12"][style*="align-items: flex-start"]>div:first-child svg{width:20px!important;height:20px!important}.mobile-body .card>div>div[style*="display: flex"][style*="gap: 12"][style*="align-items: flex-start"]>div:nth-child(2)>div:first-child{font-size:14.5px!important;line-height:1.45}.mobile-body .card>div>div[style*="display: flex"][style*="gap: 12"][style*="align-items: flex-start"]>div:nth-child(2)>div:nth-child(2){font-size:12px!important}.mobile-body .card div[style*="grid-template-columns: repeat(4"]>div{padding:16px 14px!important;border-radius:12px}.mobile-body .card div[style*="grid-template-columns: repeat(4"]>div>div:nth-child(2){font-size:32px!important}.mobile-body .card div[style*="grid-template-columns: repeat(4"]>div>div:nth-child(1){font-size:11px!important;letter-spacing:.1em}.mobile-body .card div[style*="display: flex"][style*="align-items: center"][style*="gap: 12px"]:has(>div[style*="width: 80px"]){flex-wrap:wrap!important;padding:12px 0;border-bottom:1px solid var(--border-subtle);gap:10px!important}.mobile-body .card div[style*="display: flex"][style*="align-items: center"][style*="gap: 12px"]:has(>div[style*="width: 80px"])>div[style*="flex: 1"]{flex-basis:calc(100% - 90px)!important;font-size:15px!important;font-weight:600!important}.mobile-body .card div[style*="display: flex"][style*="align-items: center"][style*="gap: 12px"]:has(>div[style*="width: 80px"])>div[style*="width: 80px"]{flex:1!important;width:auto!important;min-width:0;order:4}.mobile-body .card div[style*="display: flex"][style*="align-items: center"][style*="gap: 12px"]:has(>div[style*="width: 80px"])>div[style*="min-width: 60px"]{order:5;font-size:12.5px!important}.mobile-body .card h3[style*="font-size: 26px"]{font-size:24px!important}.mobile-body .card p[style*="font-size: 14px"]{font-size:14.5px!important;line-height:1.5}.mobile-body button[style*="border-radius: 12px"][style*="border: 1px solid"]{padding:18px 16px!important;min-height:110px;gap:8px!important}.mobile-body button[style*="border-radius: 12px"][style*="border: 1px solid"]>div:first-child>span:first-child{font-size:15px!important}.mobile-body button[style*="border-radius: 12px"][style*="border: 1px solid"]>div:nth-child(2){font-size:24px!important}.mobile-body button[style*="border-radius: 12px"][style*="border: 1px solid"]>div:nth-child(3){font-size:13px!important}.mobile-body>div[style*="display: grid"][style*="gap: 28px"]{gap:18px!important}.mobile-body .tag,.mobile-body [class*=tag]{font-size:11px!important;padding:4px 9px!important}@media(max-width:960px){.app.mobile-cards-section .dash-spotlight{display:flex;flex-direction:column;gap:56px}.app.mobile-cards-section .dash-spotlight .banner-card,.app.mobile-cards-section .dash-feature-card{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important;overflow:visible!important}.app.mobile-cards-section .banner-card.dash-feature-card{padding:0!important}.app.mobile-cards-section .banner-card-head .bc-kicker,.app.mobile-cards-section .banner-card-head .bc-title-count,.app.mobile-cards-section .dash-spotlight .card .card-head .kicker{display:none!important}.app.mobile-cards-section .banner-card .banner-card-head,.app.mobile-cards-section .banner-card.banner-yellow .banner-card-head,.app.mobile-cards-section .banner-card.banner-pink .banner-card-head{background:transparent!important;color:var(--alloy-purple)!important;border-bottom:none!important;padding:0 0 22px 14px!important;align-items:baseline;gap:10px}.app.mobile-cards-section .banner-card-head .bc-kicker{color:var(--fg-muted)!important;font-size:10.5px!important;letter-spacing:.14em;margin-bottom:4px}.app.mobile-cards-section .banner-card-head .bc-title{font-size:22px!important;color:var(--alloy-purple)!important;line-height:1.15}.app.mobile-cards-section .banner-card-head .bc-cta{background:transparent!important;color:var(--alloy-pink)!important;padding:4px 0!important;font-size:12.5px!important;font-weight:700;box-shadow:none!important}.app.mobile-cards-section .banner-card-head .bc-cta:hover{background:transparent!important;color:var(--alloy-purple)!important}.app.mobile-cards-section .banner-card-body{padding:0!important}.app.mobile-cards-section .dash-spotlight .card,.app.mobile-cards-section .dash-spotlight .card-pad{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.app.mobile-cards-section .dash-spotlight .card .card-head{padding:0 0 22px 14px!important;margin:0!important;border-bottom:none!important}.app.mobile-cards-section .dash-spotlight .card .card-head .kicker{color:var(--fg-muted)!important;font-size:10.5px!important;letter-spacing:.14em;display:block;margin-bottom:4px}.app.mobile-cards-section .dash-spotlight .card .card-head h3{font-size:22px!important;color:var(--alloy-purple)!important;line-height:1.15;letter-spacing:-.015em}.app.mobile-cards-section .mobile-body .dash-spotlight .card,.app.mobile-cards-section .mobile-body .dash-spotlight .card-pad{padding:0!important;border-radius:0!important}.app.mobile-cards-section .banner-card-body>div[style*="text-align: center"]{background:transparent!important;border:none!important;border-radius:0!important}.app.mobile-cards-section .banner-card-body>div[style*=alloy-purple-tint]{background:transparent!important;border-radius:0!important;padding:14px 0 0!important;margin-top:4px!important;color:var(--fg-muted)!important}.app.mobile-cards-section .banner-card-body>div[style*='flex-direction:"column"']>div,.app.mobile-cards-section .banner-card-body>div>div[style*=alloy-off-white],.app.mobile-cards-section .dash-spotlight .banner-card-body div[style*='background:"var(--alloy-off-white)"'],.app.mobile-cards-section .dash-spotlight .banner-card-body div[style*=alloy-off-white]{background:#fff!important;border:1px solid #e2dbe9!important;box-shadow:0 1px 2px #0f172a0d!important;border-radius:12px!important;padding:16px!important}.app.mobile-cards-section .dash-spotlight .banner-card.banner-yellow .banner-card-body div[style*=alloy-off-white]{border-left:12px solid var(--alloy-yellow)!important}.app.mobile-cards-section .dash-spotlight .banner-card.active-projects-front .banner-card-body div[style*=alloy-off-white]{border-left:12px solid var(--alloy-pink)!important}.app.mobile-cards-section .dash-spotlight .activity-list{display:flex;flex-direction:column;gap:10px}.app.mobile-cards-section .dash-spotlight .activity-item{background:#fff;border:1px solid #e2dbe9;border-left:12px solid var(--alloy-purple);box-shadow:0 1px 2px #0f172a0d;border-radius:12px;padding:14px;align-items:center}.app.mobile-cards-section .recurring-toggle{background:#fff!important;border:1px solid #e2dbe9!important;border-radius:12px!important;box-shadow:0 1px 2px #0f172a0d!important;padding:14px 16px!important;margin-top:12px!important}.app.mobile-cards-section .recurring-panel{background:#fff!important;border:1px solid #e2dbe9!important;border-radius:12px!important;box-shadow:0 1px 2px #0f172a0d!important;margin-top:8px!important}}.app.mobile-cards-section[data-bg=on]:before,.app.mobile-cards-section:before{display:none!important;background:none!important}.app.mobile-cards-section{background:#fff}html:has(.app.mobile-cards-section) body{background:#fff!important}.app.mobile-cards-section .celebrate:before{display:none!important;background:none!important}:root{--rise-blue: #005765;--rise-blue-tint: #d6e7eb;--rise-green: #71BA42;--rise-cream: #faf7f0}.rise-hero{display:flex;border-radius:var(--radius-lg);border:1px solid rgba(0,87,101,.15);overflow:hidden;margin-bottom:16px;background:#dcefe9;position:relative}.rise-hero-stripe{flex-shrink:0;width:8px;background:linear-gradient(180deg,var(--rise-blue) 0%,var(--rise-green) 100%)}.rise-hero-body{flex:1;min-width:0;padding:18px 20px;position:relative;z-index:1}.rise-hero-mark-chip{width:26px;height:26px;border-radius:6px;background:var(--rise-blue);display:inline-grid;place-items:center;flex-shrink:0}.rise-hero-mark-img{width:16px;height:16px}.rise-hero-brand{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.rise-hero-mobile-controls{display:none;margin-left:auto;align-items:center;gap:4px}.rise-hero-icon-btn{background:transparent;border:0;padding:6px;border-radius:8px;color:var(--rise-blue, #005765);cursor:pointer;display:inline-grid;place-items:center;position:relative}.rise-hero-icon-btn:hover{background:#00576514}.rise-hero-menu-btn{padding:4px}.rise-hero-dot{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:999px;background:var(--alloy-pink, #d9356e);border:1.5px solid #dcefe9}@media(max-width:960px){.rise-hero-mobile-controls{display:inline-flex}}.rise-page-hero{display:none;margin-bottom:22px;position:sticky;top:0;z-index:30;box-shadow:0 6px 20px #381c4f1a}@media(max-width:1023px){.rise-page-hero{display:flex}}.rise-page-hero .rise-hero-body{padding:15px 22px 16px}.rise-hero-topline{display:flex;justify-content:flex-end}.rise-page-headline{display:flex;align-items:center;gap:16px}.rise-page-headline .rise-page-mark-chip{width:60px;height:60px;border-radius:13px;background:#fff;box-shadow:0 1px 3px #381c4f1a,inset 0 0 0 1px #381c4f0f}.rise-page-headline .rise-hero-mark-img{width:40px;height:40px}.rise-page-headline-text{min-width:0;display:flex;flex-direction:column;gap:2px}.rise-page-eyebrow{font-family:var(--font-display);font-weight:800;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--rise-blue, #005765)}.rise-page-headline .rise-page-title{margin:0}.rise-page-title{font-family:var(--font-display);font-weight:800;font-size:clamp(22px,3.2vw,28px);color:var(--alloy-purple);letter-spacing:-.01em;margin:4px 0 0}.rise-page-sub{font-size:13px;color:var(--fg-muted);margin:4px 0 0;max-width:56ch}.rise-hero-mark{width:20px;height:20px;flex-shrink:0}.rise-hero-brand-text{font-family:var(--font-display);font-weight:800;font-size:11.5px;letter-spacing:.04em;color:var(--rise-blue);text-transform:uppercase}.rise-hero-brand-tier{color:var(--rise-green);font-weight:800}.rise-hero-market{font-size:10.5px;font-weight:600;color:var(--fg-muted);letter-spacing:.04em;margin-left:auto;text-transform:uppercase}.rise-hero-greet-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:6px}.rise-hero-greet{font-family:var(--font-display);font-weight:800;font-size:clamp(22px,3.2vw,28px);color:var(--alloy-purple);letter-spacing:-.01em}.rise-hero-date{font-size:11px;color:var(--fg-muted);font-weight:700;text-transform:uppercase;letter-spacing:.1em}.rise-hero-goal{font-size:11px;color:var(--fg-muted);font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.rise-hero-track{height:14px;background:#00576524;border-radius:999px;overflow:hidden;position:relative}.rise-hero-track-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:38%;background:var(--rise-green);border-radius:999px}.rise-hero-track-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--fg-muted);font-weight:600;margin:6px 0 0}.rise-hero-actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.rise-hero-cta{display:flex!important;align-items:center;justify-content:space-between;width:100%;padding:14px 18px!important;font-size:13.5px!important;font-family:var(--font-display);font-weight:700;border-radius:10px}.rise-hero-nudge{display:flex;align-items:center;gap:12px;width:100%;background:#fff;border:1px solid rgba(56,28,79,.1);padding:12px 14px;border-radius:10px;cursor:pointer;text-align:left;font-family:inherit}.rise-hero-nudge:hover{border-color:#381c4f33}.aq-nudge{margin-top:10px}.aq-nudge-top{margin-top:0;margin-bottom:12px}.rise-hero-nudge-badge{width:30px;height:30px;border-radius:999px;background:#fcf2d2;color:#b8881a;display:grid;place-items:center;flex-shrink:0;font-weight:800;font-family:var(--font-display);font-size:14px}.rise-hero-nudge-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.rise-hero-nudge-title{font-size:13px;font-weight:700;color:var(--alloy-purple);line-height:1.2}.rise-hero-nudge-sub{font-size:11px;color:var(--fg-muted)}.rise-hero-nudge-chev{color:var(--alloy-purple);font-weight:800;font-size:14px}@media(max-width:720px){.rise-hero-body{padding:16px}.rise-hero-market{width:100%;margin-left:0}}.desktop-topbar,.activity-card,.weekly-snapshot,.ws-column{display:none}@media(min-width:1024px){.app{grid-template-columns:260px 1fr;transition:grid-template-columns .2s ease}.app.sidebar-collapsed{transition:grid-template-columns .2s ease}.app.sidebar-collapsed{grid-template-columns:68px 1fr}.app.sidebar-collapsed .sidebar{overflow:hidden}.app.sidebar-collapsed .alloy-strip .alloy-word,.app.sidebar-collapsed .alloy-strip .alloy-divider,.app.sidebar-collapsed .alloy-strip .alloy-tag,.app.sidebar-collapsed .nav-item>span:not(.icon),.app.sidebar-collapsed .nav-item .badge-dot,.app.sidebar-collapsed .nav-item .nav-soon-tag,.app.sidebar-collapsed .nav-section-label,.app.sidebar-collapsed .sidebar-footer .who,.app.sidebar-collapsed .sidebar-footer .icon-btn{display:none!important}.app.sidebar-collapsed .alloy-strip{justify-content:center;padding:4px 0 12px}.app.sidebar-collapsed .alloy-strip .alloy-mark{margin:0}.app.sidebar-collapsed .nav-item{justify-content:center;padding-left:0;padding-right:0}.app.sidebar-collapsed .nav-item .icon{margin:0}.app.sidebar-collapsed .sidebar-footer{display:flex;justify-content:center}.app.sidebar-collapsed .sidebar-footer .user-row{justify-content:center;padding:8px 0}.app:not(.sidebar-collapsed) .alloy-strip .alloy-word,.app:not(.sidebar-collapsed) .alloy-strip .alloy-divider,.app:not(.sidebar-collapsed) .alloy-strip .alloy-tag,.app:not(.sidebar-collapsed) .nav-item>span:not(.icon),.app:not(.sidebar-collapsed) .nav-item .badge-dot,.app:not(.sidebar-collapsed) .nav-item .nav-soon-tag,.app:not(.sidebar-collapsed) .nav-section-label,.app:not(.sidebar-collapsed) .nav-item .nav-ext-icon,.app:not(.sidebar-collapsed) .sidebar-footer .who{animation:sbLabelIn .24s ease .04s both}@keyframes sbLabelIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.app:not(.sidebar-collapsed) .nav-item>span:not(.icon),.app:not(.sidebar-collapsed) .nav-section-label{animation:none}}.rh-crest{width:112px!important;height:112px!important}.main{padding:28px 40px 80px;display:flex;flex-direction:column;align-items:stretch}.main>*{width:100%;max-width:1320px;margin-left:auto;margin-right:auto}.desktop-topbar{display:flex;align-items:center;gap:14px;padding:4px 4px 18px;border-bottom:1px solid var(--border-subtle);margin-bottom:22px}.desktop-topbar .crumb{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.desktop-topbar .crumb .sep{opacity:.5}.desktop-topbar .crumb .now{color:var(--alloy-purple)}.desktop-topbar .grow{flex:1}.desktop-topbar .ds-utilities{display:flex;align-items:center;gap:14px}.desktop-topbar .ds-util-bar{display:flex;align-items:center;gap:10px;padding-right:14px;margin-right:0;border-right:1px solid var(--border-subtle)}.desktop-topbar .ds-brand{display:flex;align-items:center;gap:13px}.desktop-topbar .ds-brand-mark{width:42px;height:42px;object-fit:contain;display:block;flex-shrink:0}.desktop-topbar .ds-brand-name{font-family:var(--font-display);font-weight:800;font-size:27px;color:var(--alloy-purple);letter-spacing:-.01em;line-height:1.05}.desktop-topbar .ds-search{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border:1px solid var(--border-subtle);border-radius:999px;width:340px;color:var(--fg-muted)}.desktop-topbar .ds-search:focus-within{border-color:var(--alloy-purple);box-shadow:0 0 0 3px var(--alloy-purple-tint)}.desktop-topbar .ds-search input{border:none;outline:none;flex:1;background:transparent;font-size:13px;color:var(--fg-2)}.desktop-topbar .ds-search input::placeholder{color:var(--fg-muted)}.desktop-topbar .ds-search kbd{font-family:var(--font-mono);font-size:10px;background:var(--alloy-light-gray);padding:2px 6px;border-radius:4px;color:var(--fg-muted)}.desktop-topbar .ds-icon-btn{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid var(--border-subtle);color:var(--fg-3);position:relative;cursor:pointer}.desktop-topbar .ds-icon-btn:hover{color:var(--alloy-purple);border-color:var(--alloy-purple)}.desktop-topbar .ds-icon-btn .pulse{position:absolute;top:8px;right:8px;width:7px;height:7px;border-radius:999px;background:var(--alloy-pink);box-shadow:0 0 0 3px #d9356e2e}.desktop-topbar .ds-icon-btn.active{color:var(--alloy-purple);border-color:var(--alloy-purple);background:var(--alloy-purple-tint)}.desktop-topbar .ds-notif{position:relative}.desktop-topbar .ds-notif-pop{position:absolute;top:calc(100% + 10px);right:0;z-index:60;width:340px;background:#fff;border:1px solid var(--border-subtle);border-radius:14px;box-shadow:0 16px 44px #381c4f2e,0 2px 6px #381c4f14;overflow:hidden;animation:dsNotifIn .14s ease-out}.desktop-topbar .ds-notif-pop:before{content:"";position:absolute;top:-6px;right:14px;width:12px;height:12px;background:#fff;border-left:1px solid var(--border-subtle);border-top:1px solid var(--border-subtle);transform:rotate(45deg)}@keyframes dsNotifIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.desktop-topbar .ds-notif-head{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid var(--border-subtle)}.desktop-topbar .ds-notif-title{font-family:var(--font-display);font-size:14px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em}.desktop-topbar .ds-notif-badge{font-size:10.5px;font-weight:800;letter-spacing:.03em;color:#fff;background:var(--alloy-pink);padding:2px 9px;border-radius:999px}.desktop-topbar .ds-notif-item{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px 16px;background:var(--alloy-pink-tint);border:none;border-left:3px solid var(--alloy-pink);text-align:left;cursor:pointer;position:relative;transition:background .12s ease}.desktop-topbar .ds-notif-item:hover{background:color-mix(in oklab,var(--alloy-pink) 14%,#fff)}.desktop-topbar .ds-notif-ic{flex-shrink:0;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#fff;color:var(--alloy-pink);box-shadow:inset 0 0 0 1px color-mix(in oklab,var(--alloy-pink) 22%,transparent)}.desktop-topbar .ds-notif-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.desktop-topbar .ds-notif-item-title{font-size:13px;font-weight:800;color:var(--alloy-purple);line-height:1.3}.desktop-topbar .ds-notif-item-sub{font-size:12px;font-weight:500;color:var(--fg-2);line-height:1.4}.desktop-topbar .ds-notif-time{font-size:10.5px;font-weight:600;color:var(--fg-muted);margin-top:1px}.desktop-topbar .ds-notif-unread{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--alloy-pink);margin-top:4px}.desktop-topbar .ds-notif-foot{width:100%;background:#fff;border:none;cursor:pointer;padding:12px 16px;text-align:center;font-size:12.5px;font-weight:700;color:var(--fg-muted);border-top:1px solid var(--border-subtle);transition:color .12s ease,background .12s ease}.desktop-topbar .ds-notif-foot:hover{color:var(--alloy-purple);background:var(--alloy-off-white)}.desktop-topbar .ds-cta{padding:9px 16px;border-radius:8px;background:var(--alloy-pink);color:#fff;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:7px;cursor:pointer;border:none}.desktop-topbar .ds-cta:hover{background:#c12a60;box-shadow:0 4px 12px #d9356e4d}.desktop-topbar .ds-ext{font-size:11px;opacity:.55;margin-left:1px;font-weight:600}.desktop-topbar .ds-avatar{width:38px;height:38px;border-radius:999px;background:linear-gradient(135deg,var(--alloy-yellow),var(--alloy-pink));color:var(--alloy-purple);display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:13px;box-shadow:0 2px 8px #381c4f2e;cursor:pointer}.rise-hero-mobile-controls{display:none!important}.rise-hero{margin-bottom:22px}.rise-hero .rise-hero-body{padding:28px 32px;display:grid;grid-template-columns:1.05fr 1fr;gap:28px 40px;align-items:start}.rise-hero .rise-hero-brand{grid-column:1 / -1;margin-bottom:0}.rise-hero .rise-hero-greet-row{grid-column:1;align-self:end;margin-bottom:0;align-items:baseline;gap:14px}.rise-hero .rise-hero-greet{font-size:40px;line-height:1.05}.rise-hero .rise-hero-date{background:#00576514;padding:6px 12px;border-radius:999px}.rise-hero .rise-hero-goal{grid-column:1;align-self:start;margin:0}.rise-hero .rise-hero-track{grid-column:2;grid-row:2;align-self:end;height:18px}.rise-hero .rise-hero-track-labels{grid-column:2;grid-row:3;margin:0}.rise-hero .rise-hero-actions{grid-column:1 / -1;margin-top:4px;display:flex;flex-direction:row;gap:12px;align-items:center;border-top:1px solid rgba(0,87,101,.12);padding-top:18px}.rise-hero .rise-hero-cta{width:auto;min-width:280px}.rise-hero-coach{flex:1;min-width:0;display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--fg-muted)}.rise-hero-coach b{color:var(--alloy-purple);font-weight:700}.dash-spotlight{grid-template-columns:1fr 1fr 1fr;gap:22px;align-items:start;margin:0 0 28px}.dash-spotlight .dash-feature-card,.dash-spotlight .banner-card{height:100%}.dash-spotlight .dash-feature-card{padding:0!important}.dash-spotlight .banner-card{display:flex;flex-direction:column}.dash-spotlight .banner-card .banner-card-body{flex:1}.dash-spotlight .banner-card-head{padding:18px 22px}.dash-spotlight .banner-card-head .bc-title{font-size:19px}.dash-spotlight .banner-card-body{padding:18px 22px 22px}.dash-spotlight .aq-scroll{max-height:348px;overflow-y:auto;margin-right:-8px;padding-right:8px}.dash-spotlight .aq-scroll::-webkit-scrollbar{width:7px}.dash-spotlight .aq-scroll::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--alloy-purple) 22%,transparent);border-radius:999px}.dash-spotlight .aq-scroll::-webkit-scrollbar-track{background:transparent}.dash-spotlight .active-projects-front .banner-card-body{display:flex;flex-direction:column;min-height:0}.dash-spotlight .active-projects-front .proj-mini-list.aq-scroll{flex:1;min-height:0;max-height:none}.dash-spotlight .banner-card-body>div[style*="flex-direction:column"]>div,.dash-spotlight .banner-card-body>div>div[style*="background:var(--alloy-off-white)"]{padding:12px 14px!important}.section-title{margin:36px 0 22px}.col-4{grid-template-columns:repeat(2,1fr)!important;gap:20px}.stat-card{padding:22px 24px}.stat-card .stat-value{font-size:38px}.dash-metrics-row{display:grid;grid-template-columns:1.15fr 1fr;gap:22px;align-items:stretch;margin-bottom:24px}.dash-metrics-row>*{min-width:0}.dash-metrics-row .dash-metrics-block,.dash-metrics-row .dash-recognition-block{display:flex;flex-direction:column;min-width:0}.dash-metrics-row .col-4{flex:1;align-content:stretch;grid-template-columns:repeat(2,minmax(0,1fr))!important}.dash-metrics-row .stat-card{display:flex;flex-direction:column;justify-content:space-between;min-width:0;overflow:hidden}.dash-metrics-row .stat-card .spark{position:static;margin-top:8px;align-self:flex-start}.dash-metrics-row .dash-recognition-block .recognition-tiles-card{flex:1;display:flex;flex-direction:column}.dash-metrics-row .dash-recognition-block .rt-grid{flex:1}.dash-footer-row{display:grid;grid-template-columns:1.25fr 1fr;gap:22px;margin-top:8px}.dash-footer-row .recognition-tiles-card{padding:24px 26px}.dash-footer-row .recognition-tiles-card .rt-num{font-size:36px}.activity-card{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;padding:22px 24px;box-shadow:0 1px 2px #381c4f0a,0 12px 32px #381c4f0f;display:flex;flex-direction:column}.ws-column{display:flex;flex-direction:column;gap:18px}.weekly-snapshot{background:linear-gradient(135deg,#ffffffc7,#ffffff52),radial-gradient(120% 80% at 0% 0%,rgba(217,53,110,.06) 0%,transparent 60%);-webkit-backdrop-filter:blur(22px) saturate(1.7);backdrop-filter:blur(22px) saturate(1.7);border:1px solid rgba(255,255,255,.9);border-radius:16px;padding:20px 22px;box-shadow:inset 0 1px #fffffff2,inset 0 0 0 1px #ffffff40,0 1px 2px #381c4f0a,0 24px 50px #381c4f29;display:flex;flex-direction:column}.weekly-snapshot .ws-tone-pink{--ws-c: var(--alloy-pink);--ws-tint: var(--alloy-pink-tint)}.weekly-snapshot .ws-tone-yellow{--ws-c: #b8881a;--ws-tint: var(--alloy-yellow-tint)}.weekly-snapshot .ws-tone-blue{--ws-c: #2a6391;--ws-tint: var(--alloy-blue-tint)}.weekly-snapshot .ws-tone-green{--ws-c: #2c6e62;--ws-tint: var(--alloy-green-tint)}.weekly-snapshot .ws-tone-purple{--ws-c: var(--alloy-purple);--ws-tint: var(--alloy-purple-tint)}.weekly-snapshot .ws-head{margin-bottom:13px}.weekly-snapshot .ws-head-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.weekly-snapshot .ws-head-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:7px}.weekly-snapshot .ws-kicker{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted)}.weekly-snapshot .ws-title{font-family:var(--font-display);font-size:19px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em;line-height:1.1}.weekly-snapshot .ws-next{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;font-size:11px;font-weight:700;color:var(--alloy-pink);background:var(--alloy-pink-tint);padding:3px 9px 3px 7px;border-radius:999px}.weekly-snapshot .ws-next svg{color:var(--alloy-pink)}.ws-column .ws-playbook{display:block;width:100%;text-align:left;cursor:pointer;background:var(--alloy-purple-tint);border:1px solid color-mix(in oklab,var(--alloy-purple) 10%,transparent);border-radius:14px;padding:18px 22px;box-shadow:0 1px 2px #381c4f0a,0 12px 32px #381c4f0f;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.ws-column .ws-playbook:hover{background:color-mix(in oklab,var(--alloy-purple) 13%,#fff);box-shadow:0 8px 22px #381c4f1f;transform:translateY(-1px)}.ws-column .ws-pb-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:12px}.ws-column .ws-pb-label{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--alloy-purple);text-transform:uppercase}.ws-column .ws-pb-link{font-size:11.5px;font-weight:700;color:var(--alloy-pink);flex-shrink:0}.ws-column .ws-pb-metric{display:flex;align-items:baseline;gap:9px;margin-bottom:10px}.ws-column .ws-pb-pct{font-family:var(--font-display);font-size:30px;font-weight:800;line-height:1;color:var(--alloy-purple);letter-spacing:-.02em}.ws-column .ws-pb-pct-sym{font-size:17px;font-weight:800;margin-left:1px}.ws-column .ws-pb-sub{font-size:12px;font-weight:600;color:var(--fg-2)}.ws-column .ws-pb-track{height:8px;border-radius:999px;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 1px #381c4f14}.ws-column .ws-pb-fill{height:100%;border-radius:999px;background:#69d096;transition:width .4s cubic-bezier(.4,0,.2,1)}.weekly-snapshot .ws-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.weekly-snapshot .ws-stat{background:var(--ws-tint);border-radius:10px;padding:11px 10px 9px;display:flex;flex-direction:column;gap:2px;border:1px solid color-mix(in oklab,var(--ws-c) 16%,transparent)}.weekly-snapshot .ws-stat-num{font-family:var(--font-display);font-size:26px;font-weight:800;line-height:1;color:var(--ws-c)}.weekly-snapshot .ws-stat-lbl{font-size:10.5px;font-weight:700;line-height:1.2;color:var(--fg-2);letter-spacing:.005em}.weekly-snapshot .ws-accordion{border:1px solid var(--border-subtle);border-radius:11px;overflow:hidden;margin-bottom:4px}.weekly-snapshot .ws-section{border-bottom:1px solid var(--border-subtle)}.weekly-snapshot .ws-section:last-child{border-bottom:none}.weekly-snapshot .ws-section-head{display:flex;align-items:center;gap:9px;width:100%;background:none;border:none;cursor:pointer;padding:13px 14px;text-align:left;transition:background .12s ease}.weekly-snapshot .ws-section-head:hover,.weekly-snapshot .ws-section.open .ws-section-head{background:var(--ws-tint)}.weekly-snapshot .ws-dot{width:8px;height:8px;border-radius:50%;background:var(--ws-c);flex-shrink:0}.weekly-snapshot .ws-section-label{font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-2)}.weekly-snapshot .ws-section-count{font-size:11px;font-weight:800;color:var(--ws-c);background:color-mix(in oklab,var(--ws-c) 14%,#fff);padding:1px 8px;border-radius:999px;min-width:20px;text-align:center}.weekly-snapshot .ws-section-caret{margin-left:auto;display:inline-flex;color:var(--fg-muted);transition:transform .18s ease}.weekly-snapshot .ws-section.open .ws-section-caret{transform:rotate(180deg);color:var(--ws-c)}.weekly-snapshot .ws-items{list-style:none;margin:0;padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px}.weekly-snapshot .ws-item{display:flex;align-items:flex-start;gap:10px;padding:9px 10px;border-radius:9px;background:color-mix(in oklab,var(--ws-tint) 55%,#fff)}.weekly-snapshot .ws-item-mark{flex-shrink:0;width:20px;height:20px;margin-top:1px;border-radius:6px;display:grid;place-items:center;background:#fff;color:var(--ws-c);box-shadow:inset 0 0 0 1px color-mix(in oklab,var(--ws-c) 22%,transparent)}.weekly-snapshot .ws-item-text{font-size:13px;font-weight:600;color:var(--fg-2);line-height:1.45}.weekly-snapshot .ws-footer{margin-top:16px;padding-top:0;display:flex;flex-direction:column;gap:4px}.weekly-snapshot .ws-past-toggle{display:flex;align-items:center;gap:8px;width:100%;background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:9px;padding:10px 12px;cursor:pointer;font-size:12.5px;font-weight:700;color:var(--fg-2);transition:background .12s ease,border-color .12s ease}.weekly-snapshot .ws-past-toggle:hover{background:#fff;border-color:var(--alloy-purple)}.weekly-snapshot .ws-past-toggle svg:first-child{color:var(--alloy-purple);flex-shrink:0}.weekly-snapshot .ws-caret{margin-left:auto;display:inline-flex;color:var(--fg-muted);transition:transform .18s ease}.weekly-snapshot .ws-caret.open{transform:rotate(180deg)}.weekly-snapshot .ws-cal{margin:7px 0 2px;border:1px solid var(--border-subtle);border-radius:11px;padding:11px 11px 9px;background:#fff}.weekly-snapshot .ws-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.weekly-snapshot .ws-cal-title{font-family:var(--font-display);font-size:13.5px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em}.weekly-snapshot .ws-cal-arrow{width:27px;height:27px;border-radius:7px;cursor:pointer;border:1px solid var(--border-subtle);background:var(--alloy-off-white);display:grid;place-items:center;color:var(--fg-2);transition:border-color .12s ease,color .12s ease,background .12s ease}.weekly-snapshot .ws-cal-arrow:hover:not(:disabled){border-color:var(--alloy-purple);color:var(--alloy-purple);background:#fff}.weekly-snapshot .ws-cal-arrow:disabled{opacity:.35;cursor:default}.weekly-snapshot .ws-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.weekly-snapshot .ws-cal-dow{font-size:9.5px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:var(--fg-muted);text-align:center;padding:1px 0 5px}.weekly-snapshot .ws-cal-cell{min-height:34px;border-radius:8px;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:12px;color:var(--fg-muted)}.weekly-snapshot .ws-cal-cell.empty{background:transparent}.weekly-snapshot .ws-cal-day{font-weight:600;line-height:1}.weekly-snapshot .ws-cal-fri-empty .ws-cal-day{color:var(--fg-2);font-weight:700}.weekly-snapshot .ws-cal-fri{background:var(--alloy-purple-tint);color:var(--alloy-purple);border:1px solid color-mix(in oklab,var(--alloy-purple) 18%,transparent);transition:background .12s ease,color .12s ease,transform .1s ease}.weekly-snapshot .ws-cal-fri .ws-cal-day{font-weight:800}.weekly-snapshot .ws-cal-fri .ws-cal-dl{display:inline-flex;opacity:.7}.weekly-snapshot .ws-cal-fri:hover{background:var(--alloy-purple);color:#fff;transform:translateY(-1px)}.weekly-snapshot .ws-cal-fri:hover .ws-cal-dl{opacity:1}.weekly-snapshot .ws-cal-legend{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:10.5px;font-weight:600;color:var(--fg-muted)}.weekly-snapshot .ws-cal-legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0;background:var(--alloy-purple-tint);border:1px solid color-mix(in oklab,var(--alloy-purple) 18%,transparent)}.weekly-snapshot .ws-quarterly{background:none;border:none;cursor:pointer;padding:10px 4px 2px;text-align:left;font-size:12px;font-weight:600;color:var(--fg-muted);transition:color .12s ease}.weekly-snapshot .ws-quarterly:hover{color:var(--alloy-pink)}.activity-card .ac-head{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.activity-card .ac-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-pink)}.activity-card .ac-title{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em}.activity-card .ac-link{margin-left:auto;font-size:12px;font-weight:600;color:var(--fg-muted);cursor:pointer}.activity-card .ac-link:hover{color:var(--alloy-purple)}.activity-card .ac-list{display:flex;flex-direction:column;gap:14px}.activity-card .ac-item{display:flex;gap:12px;align-items:flex-start;padding-bottom:14px;border-bottom:1px dashed var(--border-subtle)}.activity-card .ac-item:last-child{border-bottom:none;padding-bottom:0}.activity-card .ac-ic{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.activity-card .ac-body{flex:1;min-width:0}.activity-card .ac-text{font-size:13px;font-weight:600;color:var(--fg-2);line-height:1.45}.activity-card .ac-meta{font-size:11px;color:var(--fg-muted);margin-top:2px}.tweaks-fab{display:none}}@media(min-width:1400px){.rise-hero .rise-hero-greet,.rise-hero-v1 .rh-greet{font-size:46px}.main{padding-left:56px;padding-right:56px}}.rise-hero-desktop{display:none}@media(min-width:1024px){.rise-hero-mobile-only{display:none!important}.rise-hero-desktop.rise-hero-v1{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px;padding:28px 32px;background:#dcefe9;border:1px solid rgba(0,87,101,.15);border-radius:var(--radius-lg, 16px);margin-bottom:22px;position:relative;overflow:hidden}.rh-crest{position:relative;width:144px;height:144px;flex-shrink:0}.rh-crest-plain{display:grid;place-items:center}.rh-crest-plain .rh-crest-mark{width:100%;height:100%;object-fit:contain}.rh-crest>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;fill:none}.rh-crest-track{stroke:#00576529;stroke-width:10}.rh-crest-fill{stroke:#71ba42;stroke-width:10;stroke-linecap:round}.rh-crest-inner{position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:999px;background:#005765;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6px}.rh-crest-inner img.rh-crest-mark{width:64px;height:64px;filter:brightness(0) invert(1)}.rh-crest-badge{position:absolute;left:50%;bottom:-8px;transform:translate(-50%);background:#71ba42;color:#fff;font-family:var(--font-display);font-weight:800;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:999px;box-shadow:0 2px 8px #00576540;white-space:nowrap}.rh-crest-tier{font-family:var(--font-display);font-weight:800;font-size:14px;letter-spacing:.08em;text-transform:uppercase;margin-top:4px;line-height:1}.rh-crest-member{font-size:9.5px;opacity:.7;margin-top:4px;letter-spacing:.1em;text-transform:uppercase}.rh-body{min-width:0}.rh-brand{display:flex;align-items:center;gap:14px;margin-bottom:14px}.rh-brand-logo{height:26px;width:auto;display:block}.rh-brand-q{font-family:var(--font-display);font-weight:800;font-size:11px;color:#005765;letter-spacing:.14em;text-transform:uppercase;padding-left:14px;border-left:1px solid rgba(0,87,101,.25)}.rh-greet{font-family:var(--font-display);font-weight:800;font-size:40px;color:var(--alloy-purple);letter-spacing:-.015em;line-height:1;margin:0 0 6px}.rh-sub{font-size:13px;color:var(--fg-muted);font-weight:600;margin-bottom:14px}.rh-sub strong{color:#005765;font-weight:700}.rh-track{height:14px;background:#00576524;border-radius:999px;overflow:hidden;position:relative;max-width:520px}.rh-track-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:38%;background:#71ba42;border-radius:999px}.rh-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.rh-date{font-size:11px;color:var(--fg-muted);font-weight:700;text-transform:uppercase;letter-spacing:.12em}.rh-cta{display:inline-flex!important;align-items:center;justify-content:space-between;min-width:280px;padding:13px 22px!important;font-size:13.5px!important;font-family:var(--font-display);font-weight:700;border-radius:10px;gap:14px}.rh-next-tier{font-size:11.5px;color:#005765;font-weight:600}.rh-next-tier strong{color:#2c8f2c;font-weight:800}}.alloy-hero{position:relative;background:var(--alloy-purple);color:#fff;border-radius:14px;padding:36px 40px 32px;margin-bottom:24px;overflow:hidden;box-shadow:0 6px 18px #381c4f1a}.alloy-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(to right,var(--alloy-pink) 0 20%,var(--alloy-yellow) 20% 40%,var(--alloy-blue) 40% 60%,var(--alloy-green) 60% 80%,var(--alloy-purple-90, #4c3361) 80% 100%)}.alloy-hero-main{display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:center;margin-bottom:28px}.alloy-hero-logo{width:96px;height:96px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;flex-shrink:0;padding:14px;box-shadow:inset 0 0 0 1px #ffffff08}.alloy-hero-logo img{width:100%;height:100%;object-fit:contain;display:block}.alloy-hero-logo.alloy-hero-avatar{padding:0;border-radius:50%;overflow:hidden;background:#ffffff1a}.alloy-hero-logo.alloy-hero-avatar image-slot{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden;font-size:10px}.alloy-hero-content{min-width:0}.alloy-hero-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}.alloy-hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--alloy-yellow);margin:0}.alloy-hero-eyebrow:before{content:"";width:9px;height:9px;background:var(--alloy-yellow);border-radius:2px}.alloy-hero-eyebrow .sep{opacity:.45;font-weight:500}.alloy-hero-controls{margin-left:auto;display:none;align-items:center;gap:4px}.alloy-hero-icon-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.1);padding:8px;border-radius:10px;color:#fff;cursor:pointer;display:inline-grid;place-items:center;position:relative;transition:background .15s ease}.alloy-hero-icon-btn:hover{background:#ffffff24}.alloy-hero-icon-btn .pulse-dot{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:999px;background:var(--alloy-pink);border:2px solid var(--alloy-purple)}.alloy-hero-title{font-family:var(--font-display);font-weight:800;font-size:clamp(28px,4.2vw,40px);line-height:1.08;letter-spacing:-.02em;color:#fff;margin:0;max-width:880px;text-transform:none}.alloy-hero-lead{font-family:var(--font-body);font-size:16px;line-height:1.55;color:#ffffffc7;margin:0 0 24px;max-width:760px}.alloy-hero-lead .accent{color:var(--alloy-yellow);font-weight:600}.alloy-hero-cta{background:var(--alloy-pink);border:0;color:#fff;font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:10px;white-space:nowrap;align-self:center;flex-shrink:0;box-shadow:0 8px 24px #d9356e40;transition:background .15s ease,transform .12s ease}.alloy-hero-cta:hover{background:#c12a60}.alloy-hero-cta:active{transform:translateY(1px)}.alloy-hero-cta .arr{font-size:16px;line-height:1}.alloy-hero-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:center;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}.alloy-hero-cta{justify-self:start}.alloy-hero-stats{display:contents}.alloy-hero-stat{display:flex;flex-direction:column;gap:4px;min-width:0}.alloy-hero-stat .k{font-family:var(--font-display);font-weight:700;font-size:10.5px;letter-spacing:.13em;text-transform:uppercase;color:#ffffff80}.alloy-hero-stat .v{font-family:var(--font-display);font-weight:700;font-size:15px;color:#fff;letter-spacing:-.005em;line-height:1.3}.alloy-hero-stat.attention .v{color:var(--alloy-pink)}.alloy-hero-stat.attention .v:before{content:"";display:inline-block;width:7px;height:7px;border-radius:999px;background:var(--alloy-pink);margin-right:8px;vertical-align:middle;box-shadow:0 0 0 4px #d9356e38;animation:alloy-hero-pulse 2.2s ease-in-out infinite}@keyframes alloy-hero-pulse{0%,to{box-shadow:0 0 0 4px #d9356e38}50%{box-shadow:0 0 0 7px #d9356e0f}}.alloy-hero-stat .track{margin-top:6px;height:4px;background:#ffffff1a;border-radius:999px;overflow:hidden}.alloy-hero-stat .track-fill{height:100%;background:linear-gradient(90deg,var(--alloy-pink),var(--alloy-yellow));border-radius:999px}.alloy-hero~.rise-hero-desktop,.alloy-hero~.rise-hero{display:none!important}@media(max-width:960px){.alloy-hero-controls{display:inline-flex}.alloy-hero{padding:24px 22px 22px;border-radius:12px}.alloy-hero-main{grid-template-columns:auto 1fr;gap:18px;margin-bottom:22px}.alloy-hero-logo{width:64px;height:64px;border-radius:10px;padding:10px}.alloy-hero-title{font-size:clamp(22px,7vw,30px)}.alloy-hero-lead{font-size:14.5px;margin-bottom:18px}.alloy-hero-footer{grid-template-columns:1fr;gap:20px;padding-top:18px}.alloy-hero-cta{width:100%;justify-self:stretch;justify-content:center;padding:13px 18px}.alloy-hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 22px}}@media(max-width:480px){.alloy-hero{padding:22px 18px 20px}.alloy-hero-main{gap:14px}.alloy-hero-logo{width:52px;height:52px;border-radius:9px;padding:8px}.alloy-hero-title{line-height:1.12}.alloy-hero-stat .v{font-size:13.5px}.alloy-hero-eyebrow{font-size:10px;letter-spacing:.14em}}.dash-footer{margin-top:56px;margin-bottom:-60px;padding-top:0;color:var(--fg-muted)}@media(min-width:961px){.dash-footer{margin-bottom:-80px}}.dash-footer-accent{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;height:4px;border-radius:4px;overflow:hidden;margin-bottom:22px}.dash-footer-accent span:nth-child(1){background:var(--alloy-pink)}.dash-footer-accent span:nth-child(2){background:var(--alloy-yellow)}.dash-footer-accent span:nth-child(3){background:var(--alloy-blue)}.dash-footer-accent span:nth-child(4){background:var(--alloy-green)}.dash-footer-accent span:nth-child(5){background:var(--alloy-purple)}.dash-footer-row{display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center;padding:4px 4px 16px}.dash-footer-brand{display:flex;align-items:center;gap:12px;min-width:0}.dash-footer-mark{width:28px;height:28px;border-radius:7px;flex-shrink:0;display:block}.dash-footer-name{font-family:var(--font-display);font-weight:800;font-size:13px;color:var(--alloy-purple);letter-spacing:-.005em;line-height:1.2}.dash-footer-tag{font-size:11.5px;color:var(--fg-muted);margin-top:2px;font-weight:500;line-height:1.35}.dash-footer-links{display:flex;gap:22px;justify-self:center}.dash-footer-links a{font-family:var(--font-display);font-weight:600;font-size:12px;color:var(--fg-3);text-decoration:none;transition:color .15s ease;letter-spacing:0}.dash-footer-links a:hover{color:var(--alloy-pink)}.dash-footer-meta{display:flex;align-items:center;gap:8px;justify-self:end;font-size:11px;color:var(--fg-muted);font-weight:500;white-space:nowrap}.dash-footer-meta .dot{opacity:.5}@media(max-width:720px){.dash-footer{margin-top:40px;margin-bottom:-14px}.dash-footer-row{grid-template-columns:1fr;text-align:center;gap:18px;padding:4px 4px 12px}.dash-footer-brand{flex-direction:column;text-align:center}.dash-footer-links{justify-self:center;flex-wrap:wrap;justify-content:center;gap:16px}.dash-footer-meta{justify-self:center}}.login-page{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:var(--alloy-purple-deep);overflow:hidden}.login-bg{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(40% 40% at 25% 20%,rgba(217,53,110,.35),transparent 70%),radial-gradient(45% 45% at 80% 30%,rgba(245,216,128,.22),transparent 70%),radial-gradient(50% 50% at 60% 90%,rgba(161,200,231,.25),transparent 70%);filter:blur(8px);pointer-events:none}.login-card{position:relative;width:100%;max-width:400px;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:40px 36px 28px;text-align:center}.login-logo{height:34px;width:auto;margin:0 auto 28px;display:block}.login-card h1{font-family:var(--font-display);font-weight:800;font-size:24px;letter-spacing:-.01em;color:var(--fg);margin:0 0 8px}.login-sub{font-size:14px;line-height:1.5;color:var(--fg-muted);margin:0 0 24px}.login-form{display:flex;flex-direction:column;gap:8px;text-align:left}.login-form label{font-family:var(--font-display);font-weight:700;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-3)}.login-form input{width:100%;box-sizing:border-box;padding:13px 14px;border:1.5px solid var(--border-subtle);border-radius:var(--radius);font-size:15px;color:var(--fg);background:var(--alloy-off-white);transition:border-color .15s,box-shadow .15s,background .15s}.login-form input:focus{outline:none;background:#fff;border-color:var(--alloy-purple);box-shadow:0 0 0 3px #381c4f1f}.login-form input:disabled{opacity:.6}.login-submit{margin-top:8px;padding:13px 16px;border-radius:var(--radius);background:var(--alloy-purple);color:#fff;font-family:var(--font-display);font-weight:700;font-size:14px;letter-spacing:.01em;transition:background .15s,transform .05s}.login-submit:hover:not(:disabled){background:var(--alloy-purple-deep)}.login-submit:active:not(:disabled){transform:translateY(1px)}.login-submit:disabled{opacity:.5;cursor:not-allowed}.login-error{background:var(--alloy-pink-tint);color:var(--alloy-pink);font-size:13px;font-weight:500;padding:9px 12px;border-radius:var(--radius-sm)}.login-sent{text-align:center}.login-sent-icon{width:56px;height:56px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:var(--alloy-purple-tint);color:var(--alloy-purple)}.login-sent p{font-size:14px;line-height:1.55;color:var(--fg-muted);margin:0 0 18px}.login-sent strong{color:var(--fg-2)}.login-link-btn{font-size:13px;font-weight:600;color:var(--alloy-purple);text-decoration:underline;text-underline-offset:2px}.login-link-btn:hover{color:var(--alloy-pink)}.login-foot{margin-top:26px;padding-top:18px;border-top:1px solid var(--border-subtle);font-size:12px;line-height:1.5;color:var(--fg-muted)}.login-foot a{color:var(--alloy-purple);font-weight:600}.login-foot a:hover{color:var(--alloy-pink)}
