: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,.2) 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,.16) 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{display:none}.nav-section-label.has-divider{display:block;font-size:0;line-height:0;height:0;padding:0;margin:14px;border-top:1px solid rgba(255,255,255,.12)}.alloy-strip .alloy-word,.alloy-strip .alloy-divider,.alloy-strip .alloy-tag,.nav-item>span:not(.icon),.nav-item .badge-dot,.nav-item .nav-soon-tag,.nav-item .nav-ext-icon,.sidebar-ctrl-label{transition:opacity .28s ease}.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:background-color .15s ease,color .15s ease;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 .icon{display:grid;place-items:center;width:18px;opacity:.85;flex-shrink:0}.nav-item .icon svg{transition:transform .26s cubic-bezier(.34,1.56,.64,1)}.nav-item:hover .icon svg{transform:translateY(-1px) scale(1.12)}.nav-item:active .icon svg{transform:scale(.95);transition-duration:.08s}.nav-item .icon .ic-up{transition:transform .28s cubic-bezier(.34,1.56,.64,1)}.nav-item:hover .icon .ic-up{transform:translateY(-2.5px)}.nav-item .icon .ic-needle{transition:transform .34s cubic-bezier(.34,1.56,.64,1);transform-box:view-box;transform-origin:12px 14px}.nav-item:hover .icon .ic-needle{transform:rotate(-34deg)}@media(prefers-reduced-motion:reduce){.nav-item:hover .icon svg,.nav-item:hover .icon .ic-up,.nav-item:hover .icon .ic-needle{transform:none}}.nav-item>span:not(.icon){min-width:0;overflow:hidden}.sidebar-ctrl-btn svg{flex-shrink:0}.sidebar-ctrl-label{min-width:0;overflow:hidden}.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;width:20px;height:20px;padding:0;flex-shrink:0;background:var(--alloy-pink);color:#fff;border-radius:50%;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);white-space:nowrap}.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-ctrl{position:relative;width:100%}.sidebar-ctrl-btn{display:flex;align-items:center;gap:11px;width:100%;background:none;border:none;cursor:pointer;border-radius:8px;color:#fff9;font-size:12.5px;font-weight:600;padding:9px 12px}.sidebar-ctrl-btn:hover{background:#ffffff14;color:#fff}.sidebar-ctrl-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:69}.sidebar-ctrl-menu{position:fixed;left:12px;bottom:74px;z-index:70;width:200px;padding:8px;background:#241334;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 16px 48px #0006}.sidebar-ctrl-title{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;padding:6px 10px 9px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:4px}.sidebar-ctrl-opt{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:none;border:none;cursor:pointer;color:#ffffffe6;font-size:13px;font-weight:600;padding:9px 10px;border-radius:8px}.sidebar-ctrl-opt:hover{background:#ffffff14}.sidebar-ctrl-dot{width:10px;height:10px;border-radius:999px;border:1.5px solid rgba(255,255,255,.35);flex-shrink:0}.sidebar-ctrl-dot.on{background:var(--alloy-yellow);border-color:var(--alloy-yellow)}.sidebar-mobile-signout{display:none}@media(max-width:1024px){.sidebar-collapse-btn,.sidebar-ctrl-menu,.sidebar-ctrl-scrim,.sidebar-ctrl{display:none}.sidebar-mobile-signout{display:flex;align-items:center;gap:10px;width:100%;background:none;border:none;cursor:pointer;color:#fffc;font-size:13px;font-weight:600;padding:10px 8px;border-radius:8px}.sidebar-mobile-signout:hover{background:#ffffff14;color:#fff}}.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:#ffffffb8;-webkit-backdrop-filter:blur(14px) saturate(1.4);backdrop-filter:blur(14px) saturate(1.4);color:var(--alloy-purple);padding:11px 16px;align-items:center;gap:14px;border-bottom:1px solid var(--border-subtle);transition:transform .28s ease}.mobile-bar.hidden{transform:translateY(-100%)}.mobile-bar .brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:14px;flex:1;letter-spacing:.02em;cursor:pointer}.mobile-bar .brand .mark{width:28px;height:28px;border-radius:6px;background:#fff;padding:4px;object-fit:contain;display:block;flex-shrink:0}.mobile-bar .brand .mb-mark{width:30px;height:30px;flex-shrink:0}.mobile-bar-menu{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:var(--alloy-purple-tint);color:var(--alloy-purple);border-radius:10px;cursor:pointer;flex-shrink:0}.mobile-bar-menu:active{background:var(--alloy-purple-tint);filter:brightness(.95)}.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:nowrap;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;transition:background .15s ease}.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 rgba(56,28,79,.08);gap:13px;padding:0 24px;min-height:84px}.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}.aq-clear{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;min-height:220px;padding:12px 22px 64px}.aq-clear-badge{width:60px;height:60px;border-radius:999px;display:grid;place-items:center;color:var(--alloy-purple);margin-bottom:16px;background:#ffffffb3;border:1px solid rgba(255,255,255,.9);box-shadow:inset 0 1px #fffffff2,0 0 0 6px #ffffff2e,0 6px 16px -8px #381c4f4d}.aq-clear-title{font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:-.01em;color:var(--alloy-purple)}.aq-clear-sub{font-size:13px;line-height:1.5;color:var(--fg-muted);max-width:30ch;margin-top:6px}.aq-clear-pill{display:inline-flex;align-items:center;gap:7px;margin-top:16px;padding:8px 14px;border-radius:999px;background:#ffffff73;border:1px solid rgba(255,255,255,.6);color:var(--fg-muted);font-size:12px;font-weight:700}.aq-leads{border-radius:16px;padding:18px 20px;margin-bottom:14px;cursor:pointer;background:linear-gradient(135deg,#ffffff8c,#ffffff47);-webkit-backdrop-filter:blur(14px) saturate(1.4);backdrop-filter:blur(14px) saturate(1.4);border:1px solid rgba(255,255,255,.85);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #381c4f0a,0 12px 26px -16px #381c4f38;transition:transform .15s ease,box-shadow .15s ease}.aq-leads:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,0 2px 4px #381c4f0d,0 16px 32px -16px #381c4f47}.aq-leads-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.aq-leads-grp{display:flex;align-items:center;gap:14px;min-width:0}.aq-leads-pulse{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#8a6d1421;color:#8a6d14}.aq-leads-pulse .d{width:7px;height:7px;border-radius:999px;background:#b8881a;animation:aq-pl 1.8s ease-in-out infinite}@keyframes aq-pl{0%,to{opacity:.4}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.aq-leads-pulse .d{animation:none}}.aq-leads-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.aq-leads-num{font-family:var(--font-display);font-weight:800;font-size:54px;line-height:.9;letter-spacing:-.035em;flex-shrink:0;color:var(--alloy-pink);font-variant-numeric:tabular-nums}.aq-leads-txt{flex:1;min-width:0}.aq-leads-title{font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:-.01em;color:var(--alloy-purple);line-height:1.12}.aq-leads-sub{font-size:12.5px;margin-top:3px;color:#6f6450;line-height:1.3}.aq-leads-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;padding:11px 18px;border-radius:11px;border:none;font-family:var(--font-display);font-weight:800;font-size:13.5px;cursor:pointer;background:var(--alloy-pink);color:#fff;white-space:nowrap;box-shadow:0 8px 18px -8px #d9356e99;transition:transform .15s ease,filter .15s ease}.aq-leads-cta:hover{transform:translateY(-1px);filter:brightness(1.04)}.aq-item{display:flex;align-items:center;gap:14px;text-align:left;width:100%;cursor:pointer;padding:14px 16px;background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:10px;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease,transform .1s ease}.aq-item:hover{border-color:color-mix(in oklab,var(--alloy-purple) 30%,transparent);background:#fff;box-shadow:0 4px 14px #381c4f17;transform:translateY(-1px)}.aq-item-body{flex:1;min-width:0}.aq-item-title{font-size:13.5px;font-weight:700;color:var(--alloy-purple)}.aq-item-sub{font-size:12px;color:var(--fg-muted);margin-top:2px}.aq-item-chev{color:var(--fg-muted);transition:transform .12s ease,color .12s ease}.aq-item:hover .aq-item-chev{color:var(--alloy-pink);transform:translate(3px)}.aq-scroll-wrap{position:relative}.aq-scroll-fade{position:absolute;left:0;right:0;bottom:0;height:60px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:7px;pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .22s ease,transform .22s ease;background:linear-gradient(to bottom,#f8f6fb00,#f8f6fb8c 55%,#f8f6fbeb);border-radius:0 0 12px 12px}.aq-scroll-wrap.has-more:not(.at-end) .aq-scroll-fade{opacity:1;transform:none}.aq-scroll-more{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-display);font-weight:800;font-size:11px;letter-spacing:.02em;color:#fff;background:var(--alloy-purple);padding:4px 11px 4px 9px;border-radius:999px;box-shadow:0 6px 14px -6px #381c4f80;animation:aq-more-bob 1.7s ease-in-out infinite}.aq-scroll-more svg{margin-top:.5px}@keyframes aq-more-bob{0%,to{transform:translateY(0)}50%{transform:translateY(2px)}}@media(prefers-reduced-motion:reduce){.aq-scroll-more{animation:none}}.aq-scroll{display:flex;flex-direction:column;gap:9px;max-height:206px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;margin-right:-4px;-ms-overflow-style:none;scrollbar-width:thin;scrollbar-color:rgba(56,28,79,.22) transparent}.aq-scroll::-webkit-scrollbar{width:6px}.aq-scroll::-webkit-scrollbar-track{background:transparent}.aq-scroll::-webkit-scrollbar-thumb{background:#381c4f2e;border-radius:999px}.aq-scroll::-webkit-scrollbar-thumb:hover{background:#381c4f52}.aq-scroll .aq-ticket{margin:1px 0}.aq-sec-head{display:flex;align-items:center;gap:9px;margin:18px 0 10px}.aq-sec-label{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#a89fb5}.aq-sec-count{font-family:var(--font-display);font-weight:800;font-size:11px;color:var(--alloy-pink);background:var(--alloy-pink-tint);padding:2px 8px;border-radius:999px}.aq-ticket{display:flex;align-items:center;gap:12px;text-align:left;width:100%;cursor:pointer;padding:13px 15px;border-radius:11px;background:linear-gradient(135deg,#ffffff80,#ffffff3d);-webkit-backdrop-filter:blur(12px) saturate(1.3);backdrop-filter:blur(12px) saturate(1.3);border:1px solid rgba(255,255,255,.75);box-shadow:inset 0 1px #ffffffd9,0 6px 16px -12px #381c4f2e;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.aq-ticket:hover{transform:translateY(-1px);border-color:#fffffff2;box-shadow:inset 0 1px #ffffffe6,0 10px 22px -12px #381c4f42}.aq-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.aq-dot.fresh{background:var(--green-ink, #2c8a6e)}.aq-dot.mid{background:#d6a52a}.aq-dot.stale{background:var(--alloy-pink)}.aq-ticket-title{flex:1;min-width:0;font-size:13.5px;font-weight:700;color:var(--alloy-purple);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aq-age{font-family:var(--font-display);font-weight:800;font-size:11px;padding:3px 9px;border-radius:999px;flex-shrink:0;white-space:nowrap}.aq-age.fresh{background:var(--green-tint, #e6f3f0);color:var(--green-ink, #2c8a6e)}.aq-age.mid{background:var(--alloy-yellow-tint, #fdf6e0);color:var(--gold-ink, #8a6a1a)}.aq-age.stale{background:var(--alloy-pink-tint);color:var(--alloy-pink)}.aq-ticket-chev{color:#b9b0c6;flex-shrink:0;display:inline-flex;transition:transform .12s ease,color .12s ease}.aq-ticket:hover .aq-ticket-chev{color:var(--alloy-pink);transform:translate(3px)}.wm-stats{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin-bottom:15px}.wm-stats .big{font-family:var(--font-display);font-size:34px;font-weight:800;color:var(--alloy-purple);line-height:1;letter-spacing:-.02em}.wm-stats .big.green{color:#2c8a6e}.wm-stats .lbl{font-size:13px;font-weight:700;color:var(--fg-3)}.wm-stats .lbl.muted{font-weight:600;color:var(--fg-muted)}.wm-stats .wm-div{align-self:center;flex-shrink:0;width:1px;height:24px;background:#d3ccde;margin:0 6px}.wm-pills{display:flex;flex-wrap:wrap;gap:9px}.wm-pill{display:inline-flex;align-items:center;gap:9px;padding:9px 15px;border-radius:12px;font-size:12.5px;font-weight:600;white-space:nowrap;background:color-mix(in srgb,var(--c) 12%,white);border:1px solid color-mix(in srgb,var(--c) 30%,white);color:color-mix(in srgb,var(--c) 72%,#2a1640)}.wm-pill .n{font-family:var(--font-display);font-weight:800}.wm-core{display:flex;align-items:center;gap:10px;margin-top:11px;padding-top:11px;border-top:1px dashed color-mix(in srgb,var(--alloy-purple) 13%,transparent)}.wm-core-cap{font-size:11px;font-weight:600;color:var(--fg-2)}.wm-pill.wm-pill-core .wm-live:after{content:none}.wm-pill.rest{background:var(--alloy-off-white);border-color:var(--border-subtle);color:var(--fg-muted)}.wm-pill.rest .dot{width:8px;height:8px;border-radius:50%;background:var(--fg-muted);flex-shrink:0}.wm-live{width:9px;height:9px;border-radius:50%;background:var(--c);position:relative;flex-shrink:0}.wm-live:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--c);animation:wm-pulse 1.8s ease-out infinite}@keyframes wm-pulse{0%{transform:scale(1);opacity:.6}70%,to{transform:scale(2.6);opacity:0}}@media(prefers-reduced-motion:reduce){.wm-live:after{animation:none}}.nr-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a0f266b;z-index:80;display:grid;place-items:center;padding:20px}.nr-modal{width:480px;max-width:100%;background:#fff;border-radius:16px;box-shadow:0 24px 60px #1a0f264d;padding:22px 24px;display:flex;flex-direction:column;gap:14px;animation:nr-in .15s ease}@keyframes nr-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.nr-head{display:flex;align-items:flex-start}.nr-kicker{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--alloy-pink)}.nr-title{font-family:var(--font-display);font-weight:800;font-size:20px;color:var(--alloy-purple);margin-top:2px}.nr-close{margin-left:auto;border:none;background:var(--alloy-off-white);border-radius:8px;width:30px;height:30px;display:grid;place-items:center;cursor:pointer;color:var(--fg-muted);flex-shrink:0}.nr-close:hover{color:var(--alloy-pink)}.nr-field{display:flex;flex-direction:column;gap:5px}.nr-field .nr-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-3)}.nr-field .input{width:100%;box-sizing:border-box}.nr-err{font-size:12.5px;color:#b03a3a;font-weight:600}.nr-foot{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.nr-files{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.nr-file{display:inline-flex;align-items:center;gap:6px;max-width:100%;background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:8px;padding:5px 8px;font-size:12px;color:var(--fg-2)}.nr-file .nr-file-name{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nr-file .nr-file-x{border:none;background:none;cursor:pointer;color:var(--fg-muted);display:grid;place-items:center;padding:0}.nr-file .nr-file-x:hover{color:var(--alloy-pink)}.nr-attach{display:inline-flex;align-items:center;gap:6px;border:1px dashed var(--border-subtle);background:none;cursor:pointer;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;color:var(--alloy-purple)}.nr-attach:hover{border-color:var(--alloy-purple)}.pv-head{display:flex;align-items:center;gap:13px;min-height:84px;margin:0 -22px 18px;padding:0 22px;border-bottom:1px solid rgba(56,28,79,.08)}.pv-head .pv-ic{width:42px;height:42px;border-radius:12px;flex-shrink:0;background:var(--alloy-yellow-tint);color:#b8881a;display:grid;place-items:center}.pv-head .pv-titles{flex:1;min-width:0}.pv-head .pv-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-pink);margin-bottom:4px}.pv-head .pv-title{font-family:var(--font-display);font-weight:800;font-size:22px;letter-spacing:-.015em;line-height:1.1;color:var(--alloy-purple)}.pv-head .pv-cta{width:38px;height:38px;border:none;cursor:pointer;border-radius:10px;background:var(--alloy-purple);color:#fff;display:grid;place-items:center;flex-shrink:0;transition:background .15s ease}.pv-head .pv-cta:hover{background:var(--alloy-pink)}.pv-tile{position:relative}.pv-tile-info{position:absolute;top:9px;right:9px;width:20px;height:20px;display:grid;place-items:center;color:#b5adc2;cursor:help;border-radius:6px;z-index:2}.pv-tile-info:hover,.pv-tile-info:focus-visible{color:var(--alloy-purple);background:#381c4f12;outline:none}.pv-tip{position:absolute;bottom:calc(100% + 9px);left:50%;width:168px;z-index:40;text-align:center;background:var(--alloy-purple);color:#fff;padding:10px 12px;border-radius:11px;font-family:var(--font-body);font-size:11.5px;font-weight:500;line-height:1.45;letter-spacing:0;box-shadow:0 16px 36px -12px #381c4f8c;opacity:0;visibility:hidden;transform:translate(-50%,4px);transition:opacity .15s ease,transform .15s ease,visibility .15s}.pv-tip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border:6px solid transparent;border-top-color:var(--alloy-purple)}.pv-tile-info:hover~.pv-tip,.pv-tile-info:focus~.pv-tip,.pv-tile:hover .pv-tip{opacity:1;visibility:visible;transform:translate(-50%)}.pv-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:4px 0 2px}.pv-tile{background:#ffffffb8;border:1px solid rgba(255,255,255,.8);border-radius:14px;padding:16px 14px;display:flex;flex-direction:column;min-height:92px;justify-content:center;box-shadow:0 1px 3px #381c4f0d}.pv-num{font-family:var(--font-display);font-weight:800;font-size:26px;line-height:1;letter-spacing:-.01em}.pv-lbl{font-size:12px;font-weight:700;color:var(--fg-2);margin-top:8px}.pv-sub{font-size:11px;color:var(--fg-muted);margin-top:2px}.pv-grid-wrap{position:relative}.pv-grid.locked{filter:blur(5px) saturate(.92);opacity:.9;pointer-events:none;-webkit-user-select:none;user-select:none}.pv-smiles{display:flex;align-items:center;gap:14px;margin-top:14px;padding:20px 22px;background:#ffffffb8;border:1px solid rgba(255,255,255,.8);border-radius:16px;box-shadow:0 1px 3px #381c4f0d}.pv-smile-lottie{width:54px;height:54px;display:block;flex-shrink:0}.pv-smile-lottie svg{display:block}.pv-smile-num{font-family:var(--font-display);font-weight:800;font-size:54px;letter-spacing:-.03em;color:var(--alloy-pink);line-height:1;flex-shrink:0;font-variant-numeric:tabular-nums}.pv-smile-lbl{font-size:13px;font-weight:600;color:var(--fg-muted);line-height:1.3;flex-shrink:0;white-space:nowrap;margin-left:-6px;animation:pv-smile-fade .7s ease .2s both}@keyframes pv-smile-fade{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.pv-smile-lbl{animation:none}}.pv-lock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center;padding:8px;border-radius:14px}.pv-lock:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;background:radial-gradient(ellipse 62% 68% at 50% 50%,#ffffffd1,#fff6 52%,#fff0 78%);pointer-events:none}.pv-lock>*{position:relative}.pv-lock-num{font-family:var(--font-display);font-weight:800;font-size:46px;line-height:.95;letter-spacing:-.03em;background:linear-gradient(135deg,#e7b53f,#b07d12);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.pv-lock-sub{font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--alloy-purple);margin-bottom:8px}.pv-lock-btn{display:inline-flex;align-items:center;gap:7px;background:var(--alloy-purple);color:#fff;border:none;cursor:pointer;font-family:var(--font-display);font-weight:800;font-size:13px;padding:11px 22px;border-radius:12px;box-shadow:0 8px 20px #381c4f40;transition:background .15s ease}.pv-lock-btn:hover{background:var(--alloy-pink)}.dash-link{cursor:pointer}.dash-link:focus-visible{outline:2px solid var(--alloy-pink);outline-offset:2px}.dash-link:hover .pv-cta{background:var(--alloy-pink)}.dash-link:hover .bc-cta{background:var(--alloy-pink)!important}.dash-link:hover .tq-cta{background:var(--alloy-pink)}.banner-card.banner-yellow[data-tour=queue]:hover .bc-cta.bc-cta-pink{background:#c12a60!important}.perf-sk{background:linear-gradient(90deg,#f0edf4 25%,#e7e1ef 37%,#f0edf4 63%);background-size:400% 100%;animation:perf-sk 1.4s ease infinite}@keyframes perf-sk{0%{background-position:100% 0}to{background-position:0 0}}@media(max-width:1024px){.perf-screen .perf-hero-grid,.perf-screen .perf-radar-grid,.perf-screen .perf-rank-grid,.perf-screen .perf-sources-grid,.perf-screen .perf-bottom-grid{grid-template-columns:1fr!important}.perf-screen .perf-paid-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:560px){.perf-screen .perf-paid-grid{grid-template-columns:1fr!important}}.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}}.fw-mini{display:none}.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:13px 16px;border:1px solid var(--border-subtle);border-radius:10px;background:#fff;color:var(--fg-2);transition:border-color .15s}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%237a6f88" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>');background-repeat:no-repeat;background-position:right 14px center}.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-project{min-width:0}.proj-table-title{font-size:13px;font-weight:700;color:var(--alloy-purple);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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;align-items:center;gap:12px;margin-bottom:18px;padding:2px 2px 14px;border-bottom:1px solid rgba(56,28,79,.1)}@media(max-width:1023px){.rise-page-hero{display:flex}}.rise-hero-topline{display:flex;justify-content:flex-end}.rise-page-hero .rise-page-mark{width:38px;height:38px;object-fit:contain;display:block;flex-shrink:0}.rise-page-hero .rise-page-title{font-family:var(--font-display);font-weight:800;font-size:24px;color:var(--alloy-purple);letter-spacing:-.01em;line-height:1.1;margin:0}.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,.ws-column{display:none}.weekly-snapshot{background:linear-gradient(135deg,#ffffff73,#ffffff1f),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:0 22px 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}@media(min-width:1024px){.app{grid-template-columns:260px 1fr;transition:grid-template-columns .3s cubic-bezier(.4,0,.2,1)}.app.sidebar-collapsed{transition:grid-template-columns .3s cubic-bezier(.4,0,.2,1)}.app.sidebar-collapsed{grid-template-columns:68px 1fr}.app .sidebar{position:fixed;top:0;left:0;height:100vh;width:260px;z-index:50;overflow-y:auto;transition:width .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.app.sidebar-collapsed .sidebar{width:68px;overflow-x:hidden}.app.sidebar-hover{grid-template-columns:68px 1fr}.app.sidebar-hover .sidebar{width:68px;z-index:60}.app.sidebar-hover.is-hovering .sidebar{width:260px;box-shadow:10px 0 44px #0006}.app.sidebar-hover.is-hovering .nav-item,.app.sidebar-hover.is-hovering .sidebar-ctrl-btn{justify-content:flex-start;padding-left:7px}.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-item .nav-ext-icon,.app.sidebar-collapsed .sidebar-ctrl-label{opacity:0}.app.sidebar-collapsed .nav-item,.app.sidebar-collapsed .sidebar-ctrl-btn{padding-right:0}.app.sidebar-collapsed .nav-item,.app.sidebar-hover:not(.is-hovering) .nav-item,.app.sidebar-collapsed .sidebar-ctrl-btn,.app.sidebar-hover:not(.is-hovering) .sidebar-ctrl-btn{justify-content:flex-start;gap:0;padding-left:7px;padding-right:0}.app.sidebar-collapsed .nav-item>span:not(.icon),.app.sidebar-hover:not(.is-hovering) .nav-item>span:not(.icon),.app.sidebar-collapsed .nav-item .badge-dot,.app.sidebar-hover:not(.is-hovering) .nav-item .badge-dot,.app.sidebar-collapsed .nav-item .nav-soon-tag,.app.sidebar-hover:not(.is-hovering) .nav-item .nav-soon-tag,.app.sidebar-collapsed .nav-item .nav-ext-icon,.app.sidebar-hover:not(.is-hovering) .nav-item .nav-ext-icon,.app.sidebar-collapsed .sidebar-ctrl-label,.app.sidebar-hover:not(.is-hovering) .sidebar-ctrl-label{width:0;min-width:0;overflow:hidden;margin:0;padding:0}.app.sidebar-collapsed .nav-section-label.has-divider,.app.sidebar-hover:not(.is-hovering) .nav-section-label.has-divider{margin-left:6px;margin-right:6px}@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{background:var(--alloy-pink);color:#fff;border-color:var(--alloy-pink)}.desktop-topbar .ds-icon-btn:hover .pulse{background:#fff;box-shadow:none}.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:#fff;border-color:var(--alloy-pink);background:var(--alloy-pink)}.desktop-topbar .ds-icon-btn.active .pulse{background:#fff;box-shadow:none}.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-user{position:relative}.desktop-topbar .ds-avatar-btn{width:38px;height:38px;border-radius:999px;padding:0;cursor:pointer;border:none;overflow:hidden;display:grid;place-items:center;background:var(--alloy-purple);color:#fff;font-family:var(--font-display);font-weight:800;font-size:12.5px;transition:box-shadow .15s ease}.desktop-topbar .ds-avatar-btn:hover{box-shadow:0 0 0 3px var(--alloy-purple-tint)}.desktop-topbar .ds-avatar-btn img{width:100%;height:100%;object-fit:cover;display:block}.desktop-topbar .ds-user-pop{width:220px}.desktop-topbar .ds-user-head{padding:12px 14px;border-bottom:1px solid var(--border-subtle)}.desktop-topbar .ds-user-name{font-weight:700;font-size:13.5px;color:var(--alloy-purple)}.desktop-topbar .ds-user-email{font-size:12px;color:var(--fg-muted);margin-top:2px;word-break:break-all}.desktop-topbar .ds-user-signout{display:flex;align-items:center;gap:9px;width:100%;background:#fff;border:none;cursor:pointer;padding:11px 14px;font-size:13px;font-weight:600;color:var(--fg-3)}.desktop-topbar .ds-user-signout:hover{background:var(--alloy-off-white);color:var(--alloy-pink)}.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:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:22px;align-items:stretch;margin:0 0 28px}.dash-spotlight .dash-feature-card,.dash-spotlight .banner-card{height:100%}.dash-mid{display:flex;flex-direction:column;gap:22px;height:100%;min-height:0}.dash-mid .dash-roadmap{flex:0 0 auto}.dash-mid>.banner-card{flex:1 1 auto;height:auto;min-height:0}.dash-right{display:flex;flex-direction:column;gap:0;height:100%;min-height:0}.dash-right>.weekly-snapshot{flex:1 1 auto;min-height:0;position:relative;z-index:2}.dash-right>.fw-mini{flex:0 0 auto;position:relative;z-index:1;width:calc(100% - 22px);margin:-18px auto 0;padding-top:32px}.weekly-snapshot .pv-grid-wrap{flex:1}.fw-mini{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:15px 18px;box-shadow:0 1px 2px #381c4f0a,0 12px 32px #381c4f0f}.fw-mini-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:11px}.fw-mini-label{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-purple)}.fw-mini-link{font-size:11.5px;font-weight:700;color:var(--alloy-pink)}.fw-mini-rows{display:flex;flex-direction:column;gap:9px}.fw-mini-row{display:flex;align-items:center;gap:8px}.fw-mini-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.fw-mini-name{font-size:13px;font-weight:800;color:var(--alloy-purple)}.fw-mini-sub{font-size:11px;font-weight:600;color:var(--fg-2)}.fw-mini-val{margin-left:auto;font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--alloy-purple);line-height:1}.fw-mini-delta{font-size:11.5px;font-weight:800;min-width:58px;text-align:right}.fw-mini-delta.fw-up{color:#2c8a6e}.fw-mini-delta.fw-down{color:#b4632b}.fw-mini-delta.fw-flat{color:var(--fg-muted)}.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:278px;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 .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}.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-status{font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 9px;border-radius:999px}.ws-column .ws-pb-status--ontrack{color:#2c8a6e;background:color-mix(in oklab,#2c8a6e 13%,transparent)}.ws-column .ws-pb-status--ahead{color:#1f7a5a;background:color-mix(in oklab,#69d096 26%,transparent)}.ws-column .ws-pb-status--behind{color:#b4632b;background:color-mix(in oklab,#e08a3c 18%,transparent)}.ws-column .ws-pb-track{position:relative;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)}.ws-column .ws-pb-marker{position:absolute;top:0;bottom:0;width:2px;transform:translate(-1px);background:var(--alloy-purple);box-shadow:0 0 0 1px #ffffff8c;transition:left .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}}@media(min-width:1024px)and (max-width:1279.98px){.dash-spotlight{grid-template-columns:1fr}.dash-mid,.dash-right{height:auto}}.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-level{display:inline-flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 11px;padding:0;background:none;border:0;cursor:pointer;text-align:left}.alloy-hero-level .ahl-badge{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--alloy-purple);background:#fff;padding:3px 10px;border-radius:999px}.alloy-hero-level .ahl-name{font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff}.alloy-hero-level .ahl-next{font-size:11.5px;font-weight:600;color:#ffffffb8}.alloy-hero-level .ahl-next:before{content:"·";margin-right:7px;color:#fff6}.alloy-hero-level:hover .ahl-next{color:#fffffff2}.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}}.ld-top{display:grid;grid-template-columns:1.7fr 1fr;gap:16px;align-items:start;margin-bottom:28px}@media(max-width:1000px){.ld-top{grid-template-columns:1fr}}.ld-queue{display:flex;flex-direction:column;min-height:0}.ld-queue .banner-card-head{align-items:center;gap:14px}.ld-queue-count{font-family:var(--font-display);font-size:36px;font-weight:800;line-height:1;color:#fff;min-width:42px}.ld-queue .banner-card-body{flex:1;min-height:0;display:flex;flex-direction:column}.ld-queue-rows{flex:1;min-height:0;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.ld-queue-row{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--border-subtle);border-radius:10px;background:#fff}.ld-queue-row .ld-actions{align-self:center}.ld-queue-row.ld-clickable{cursor:pointer;transition:border-color .12s,box-shadow .12s,background .12s}.ld-queue-row.ld-clickable:hover{border-color:color-mix(in oklab,var(--alloy-purple) 24%,transparent);background:var(--alloy-off-white);box-shadow:0 2px 10px #381c4f14}.ld-who{flex:1;min-width:0}.ld-who-name{font-size:13.5px;font-weight:700;color:var(--alloy-purple);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ld-who-name .ld-comm{font-weight:500;color:var(--fg-muted)}.ld-who-sub{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:3px;font-size:12px;color:var(--fg-muted)}.ld-who-sub .sep{opacity:.5}.ld-context{color:var(--fg-muted)}.ld-facts{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.ld-fact{font-size:11px;font-weight:600;color:var(--alloy-purple);background:var(--alloy-purple-tint);border:1px solid color-mix(in oklab,var(--alloy-purple) 12%,transparent);border-radius:6px;padding:2px 8px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.ld-src-chip{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:var(--fg)}.ld-src-chip .swatch{width:8px;height:8px;border-radius:2px;flex-shrink:0}.ld-chan{width:34px;height:34px;border-radius:9px;flex-shrink:0;display:grid;place-items:center}.ld-chan-form{background:var(--alloy-blue-tint);color:#2a6391}.ld-chan-call{background:var(--alloy-green-tint);color:#2c6e62}.ld-actions{display:flex;gap:6px;flex-shrink:0}.ld-btn-qualify,.ld-btn-notfit{display:inline-flex;align-items:center;gap:5px;border:none;cursor:pointer;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:700}.ld-btn-qualify{background:#2f7d5b;color:#fff}.ld-btn-qualify:hover{filter:brightness(1.06)}.ld-btn-qualnow{padding:8px 18px;font-size:12.5px}.ld-btn-notfit{background:#fff;color:var(--fg-muted);border:1px solid var(--border-subtle)}.ld-btn-notfit:hover{border-color:var(--alloy-pink);color:var(--alloy-pink)}.ld-queue-empty{display:flex;align-items:center;gap:10px;padding:16px 18px;color:#2c6e62;background:var(--alloy-green-tint);border-radius:10px;font-size:13px;font-weight:600}.ld-queue-foot{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:12px;color:#ffffffe6}.ld-queue-foot .grow{flex:1}.ld-value-prompt{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:11px 14px;background:var(--alloy-yellow-tint);border:1px solid #f0e3b8;border-radius:10px}.ld-value-prompt .q{font-size:12.5px;color:var(--alloy-purple);margin-right:4px}.ld-value-chip{border:1px solid var(--alloy-purple);background:#fff;color:var(--alloy-purple);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700;cursor:pointer}.ld-value-chip:hover{background:var(--alloy-purple);color:#fff}.ld-value-chip.ghost{border-color:var(--border-subtle);color:var(--fg-muted);font-weight:600}.ld-proof{display:flex;flex-direction:column;gap:12px}.ld-proof-card{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow-sm)}.ld-proof-kicker{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--alloy-pink);margin-bottom:10px}.ld-proof-hero{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ld-proof-num{font-family:var(--font-display);font-size:46px;font-weight:800;line-height:.9;color:var(--alloy-purple)}.ld-pace-pill{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;color:#2c6e62;background:var(--alloy-green-tint);border-radius:999px;padding:5px 10px}.ld-pace{margin-top:14px;display:flex;flex-direction:column;gap:8px}.ld-pace-row{display:flex;align-items:center;gap:10px;font-size:12px}.ld-pace-row .yr{width:34px;color:var(--fg-muted);font-weight:700}.ld-pace-row .track{flex:1;height:8px;background:var(--alloy-off-white);border-radius:4px;overflow:hidden}.ld-pace-row .bar{display:block;height:100%;border-radius:4px}.ld-pace-row.now .bar{background:var(--alloy-pink)}.ld-pace-row.then .bar{background:#d8cfe2}.ld-pace-row .n{width:30px;text-align:right;font-weight:800;color:var(--alloy-purple)}.ld-proof-note{display:flex;align-items:center;gap:6px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border-subtle);font-size:12px;color:var(--fg-muted)}.ld-proof-note svg{color:#b8881a;flex-shrink:0}.ld-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ld-metric{position:relative;background:#fff;border:1px solid var(--border-subtle);border-radius:14px;padding:16px 16px 14px;box-shadow:var(--shadow-sm);min-width:0}.ld-info{position:absolute;top:11px;right:11px;border:none;background:none;padding:0;color:#adb1ba;cursor:help;display:grid;place-items:center;line-height:0}.ld-info:hover{color:var(--alloy-purple)}.ld-info:after{content:attr(data-tip);position:absolute;top:calc(100% + 8px);right:0;width:210px;background:var(--alloy-purple-deep);color:#fff;font-family:var(--font-body);font-size:11px;font-weight:500;font-style:normal;line-height:1.45;text-transform:none;letter-spacing:normal;text-align:left;padding:9px 11px;border-radius:9px;box-shadow:0 10px 30px #00000040;opacity:0;pointer-events:none;transform:translateY(-3px);transition:opacity .12s ease,transform .12s ease;z-index:8}.ld-info:hover:after,.ld-info:focus-visible:after{opacity:1;transform:translateY(0)}.ld-metric-wide{grid-column:1 / -1}.ld-metric .lbl{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:var(--fg-muted);margin-bottom:10px}.ld-metric .lbl .dot{width:9px;height:9px;border-radius:999px;flex-shrink:0}.ld-metric .lbl .dot.blue{background:#8fb8d6}.ld-metric .lbl .dot.green{background:#7fcbb4}.ld-metric .lbl .dot.yellow{background:var(--alloy-yellow)}.ld-metric .num{font-family:var(--font-display);font-size:28px;font-weight:800;line-height:1;color:var(--alloy-purple);letter-spacing:-.02em}.ld-metric .num.green{color:#2c6e62}.ld-metric .num .per{font-size:15px;font-weight:800}.ld-metric .sub{font-size:12px;color:var(--fg-muted);margin-top:4px}.ld-metric .sub.up{margin-top:10px}.ld-winrate{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.ld-winrate .pct{font-family:var(--font-display);font-size:28px;font-weight:800;line-height:1;color:var(--alloy-purple);letter-spacing:-.02em}.ld-winrate .track{flex:1;min-width:90px;height:10px;background:var(--alloy-off-white);border-radius:999px;overflow:hidden}.ld-winrate .bar{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--alloy-yellow),var(--alloy-pink))}.ld-winrate .cap{font-size:12px;color:var(--fg-muted)}.ld-proof-rows{display:flex;flex-direction:column;gap:14px}.ld-proof-row{display:flex;align-items:center;gap:12px}.ld-proof-row .ic{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex-shrink:0}.ld-proof-row .v{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--alloy-purple)}.ld-proof-row .v .per{font-size:11px;font-weight:600;color:var(--fg-muted)}.ld-proof-row .l{font-size:11.5px;color:var(--fg-muted);margin-top:1px}.ld-src-total{font-size:12.5px;color:var(--fg-muted);margin-bottom:10px}.ld-src-bar{display:flex;height:12px;border-radius:6px;overflow:hidden;gap:2px}.ld-src-bar .seg{transition:opacity .15s}.ld-src-bar .seg.dim{opacity:.35}.ld-src-legend{display:flex;flex-direction:column;gap:7px;margin-top:12px}.ld-src-line{display:flex;align-items:center;gap:9px;font-size:12.5px}.ld-src-line .swatch{width:10px;height:10px;border-radius:3px;flex-shrink:0}.ld-src-line .nm{flex:1;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ld-src-line .pct{font-weight:700;color:var(--alloy-purple)}.ld-src-more{border:none;background:none;cursor:pointer;color:var(--alloy-pink);font-weight:700;font-size:12px;text-align:left;padding:4px 0 0}.ld-list-card{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm)}.ld-list-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 14px;border-bottom:1px solid var(--border-subtle);background:var(--alloy-off-white)}.ld-tabs{display:flex;gap:6px;flex-wrap:wrap}.ld-tab{border:none;cursor:pointer;border-radius:999px;padding:6px 13px;font-size:12.5px;font-weight:700;background:transparent;color:var(--alloy-purple);display:inline-flex;align-items:center;gap:6px}.ld-tab .ct{font-size:11px;opacity:.7}.ld-tab.active{background:var(--alloy-purple);color:#fff}.ld-tab.active .ct{opacity:.85}.ld-tab.attention:not(.active){color:var(--alloy-pink)}.ld-tab.attention:not(.active) .ct{background:var(--alloy-pink);color:#fff;border-radius:999px;padding:1px 7px;opacity:1}.ld-search{margin-left:auto;display:flex;align-items:center;gap:8px;min-width:200px;background:#fff;border:1px solid var(--border-subtle);border-radius:8px;padding:7px 11px;color:var(--fg-muted)}.ld-search input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:12.5px;color:var(--fg)}.ld-row{display:flex;align-items:flex-start;gap:12px;padding:13px 16px;border-bottom:1px solid var(--border-subtle)}.ld-row .ld-time,.ld-row .ld-cell-status{align-self:center}.ld-row:last-child{border-bottom:none}.ld-row.ld-clickable{cursor:pointer}.ld-row.ld-clickable:hover{background:var(--alloy-off-white)}.ld-row .ld-who{flex:0 1 240px}.ld-row .ld-who-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.ld-cell-src{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.ld-cell-src .ld-context{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ld-time{font-size:11.5px;color:var(--fg-muted);white-space:nowrap;flex-shrink:0;width:72px;text-align:right}.ld-cell-status{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0;min-width:150px}.ld-value{font-family:var(--font-display);font-weight:800;color:var(--alloy-purple);font-size:13px}.ld-value .per{font-size:10px;font-weight:600;color:var(--fg-muted)}.ld-add-value{display:inline-flex;align-items:center;gap:4px;border:1px dashed var(--border-subtle);background:none;cursor:pointer;border-radius:8px;padding:5px 9px;font-size:11.5px;color:var(--fg-muted)}.ld-add-value:hover{border-color:var(--alloy-purple);color:var(--alloy-purple)}.ld-hover-actions{display:none;gap:6px}.ld-row:hover .ld-hover-hide{display:none}.ld-row:hover .ld-hover-actions{display:flex}.ld-empty-rows{padding:30px 18px;font-size:13px;color:var(--fg-muted);text-align:center}.ld-list-foot{padding:14px 16px;font-size:12px;color:var(--fg-muted);border-top:1px solid var(--border-subtle)}.ld-panel-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a0f266b;z-index:50}.ld-panel{position:fixed;top:0;right:0;height:100%;width:480px;max-width:94vw;background:#fff;z-index:51;box-shadow:-12px 0 40px #0000002e;display:flex;flex-direction:column;animation:ld-slide .2s ease}@keyframes ld-slide{0%{transform:translate(28px);opacity:.5}to{transform:none;opacity:1}}.ld-panel-head{display:flex;flex-direction:column;gap:14px;padding:20px 22px 16px;background:linear-gradient(180deg,var(--alloy-purple) 0%,var(--alloy-purple-deep) 100%)}.ld-panel-head-top{display:flex;align-items:flex-start;gap:12px}.ld-panel-head .ttl{font-family:var(--font-display);font-size:20px;font-weight:800;color:#fff;letter-spacing:-.01em}.ld-panel-head .sub{font-size:12.5px;color:#fff9;margin-top:2px}.ld-panel-meta{font-size:12px;line-height:1.5;color:#ffffff80;margin-top:7px;word-break:break-word}.ld-panel-meta a{color:#ffffffb8;text-decoration:none}.ld-panel-meta a:hover{color:#fff;text-decoration:underline}.ld-panel-meta .sep{color:#ffffff4d}.ld-panel-close{margin-left:auto;border:none;background:#ffffff24;border-radius:999px;width:30px;height:30px;display:grid;place-items:center;cursor:pointer;color:#fff;flex-shrink:0}.ld-panel-close:hover{background:#ffffff42}.ld-status-seg{display:flex;flex-wrap:wrap;gap:4px;background:#ffffff1a;border-radius:10px;padding:4px}.ld-seg-btn{flex:1 1 28%;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:none;cursor:pointer;background:transparent;color:#ffffffbf;font-size:12.5px;font-weight:700;padding:9px 8px;border-radius:7px;transition:background .12s ease,color .12s ease;white-space:nowrap}.ld-seg-btn:hover{color:#fff}.ld-seg-btn.yes.on{background:#2f7d5b;color:#fff}.ld-seg-btn.pend.on{background:var(--alloy-yellow);color:#5a4708}.ld-seg-btn.no.on{background:#fff;color:var(--alloy-purple)}.ld-seg-btn.spam.on{background:#b23b3b;color:#fff}.ld-seg-btn.dup.on{background:#5f5866;color:#fff}.ld-panel-body{flex:1;min-height:0;overflow-y:auto;padding:20px 22px;display:flex;flex-direction:column}.ld-panel-body>*+*{margin-top:20px;padding-top:20px;border-top:1px solid var(--border-subtle)}.ld-stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ld-stat-card{background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:12px;padding:12px 13px;min-width:0}.ld-stat-card .lbl{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--fg-muted);margin-bottom:6px}.ld-stat-card .val{font-family:var(--font-display);font-size:23px;font-weight:800;line-height:1.05;color:var(--alloy-purple);word-break:break-word}.ld-stat-card .val.txt{font-size:15px;line-height:1.2}.ld-stat-card .val.good{color:#2f7d5b}.ld-panel-sec .sec-lbl{display:flex;align-items:center;gap:7px;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--alloy-pink);margin-bottom:12px}.ld-panel-sec .sec-lbl:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--alloy-pink);flex-shrink:0}.ld-journey .step{display:flex;gap:12px;padding-bottom:14px;position:relative}.ld-journey .step:not(:last-child):before{content:"";position:absolute;left:5px;top:14px;bottom:0;width:2px;background:var(--border-subtle)}.ld-journey .step .dot{width:12px;height:12px;border-radius:999px;background:#d8cfe2;flex-shrink:0;margin-top:2px;z-index:1}.ld-journey .step.muted .dot{background:var(--border-subtle)}.ld-journey .step.muted .tx{color:var(--fg-muted);font-size:12px}.ld-journey .step .tx{font-size:13px;color:var(--fg)}.ld-page-link{color:var(--alloy-pink);font-weight:600;word-break:break-all;text-decoration:none}.ld-page-link:hover{text-decoration:underline}.ld-journey-sum{font-size:12px;color:var(--fg-muted);margin-bottom:12px}.ld-jt-date{color:var(--fg-muted);font-weight:500;font-size:11.5px}.ld-journey .step.lead .dot{background:var(--alloy-pink)}.ld-journey-pages{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.ld-journey-pages .pg{font-size:10.5px;color:var(--alloy-purple);background:var(--alloy-purple-tint);border-radius:6px;padding:2px 7px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ld-journey-pages .pg.more{color:var(--fg-muted);background:var(--alloy-off-white)}.ld-panel-note{font-size:13.5px;line-height:1.55;color:var(--fg);background:var(--alloy-off-white);border-radius:10px;padding:14px 16px;white-space:pre-wrap}.ld-panel-kv{display:flex;flex-direction:column;gap:8px}.ld-panel-kv .kv{display:flex;gap:12px;font-size:13px}.ld-panel-kv .k{width:108px;color:var(--fg-muted);flex-shrink:0}.ld-panel-kv .vv{color:var(--fg);word-break:break-word}.ld-panel-foot{padding:16px 22px;border-top:1px solid var(--border-subtle);display:flex;gap:8px}.ld-panel-foot .ld-btn-qualify,.ld-panel-foot .ld-btn-notfit{flex:1;justify-content:center;padding:11px}.ld-val-edit{display:flex;align-items:flex-start;gap:14px;flex-wrap:wrap}.ld-val-field{display:flex;flex-direction:column;gap:5px;align-items:flex-start;flex:0 0 auto}.ld-val-lbl{font-size:11px;font-weight:700;color:var(--fg-muted)}.ld-money{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid var(--border-subtle);border-radius:8px;padding:7px 10px}.ld-money .u{color:var(--fg-muted);font-size:12px}.ld-money input{width:72px;border:none;outline:none;background:transparent;font-size:13px;color:var(--fg)}.ld-val-ann{font-size:11px;font-weight:700;color:var(--alloy-purple);min-height:13px}.ld-val-save{flex-basis:100%;align-self:flex-start;width:auto;min-width:120px;border:none;cursor:pointer;border-radius:8px;padding:10px 14px;font-size:12.5px;font-weight:700;background:var(--alloy-purple);color:#fff;margin-top:2px}.ld-val-save:hover{filter:brightness(1.08)}.ld-status-foot{align-items:center}.ld-status-lbl{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);margin-right:2px}.ld-status-btn{flex:1;justify-content:center;border:1px solid var(--border-subtle);background:#fff;color:var(--fg-muted);cursor:pointer;border-radius:8px;padding:9px 6px;font-size:12.5px;font-weight:700}.ld-status-btn:hover{border-color:var(--alloy-purple);color:var(--alloy-purple)}.ld-status-btn.yes.on{background:#2f7d5b;border-color:#2f7d5b;color:#fff}.ld-status-btn.pend.on{background:var(--alloy-yellow);border-color:var(--alloy-yellow);color:#5a4708}.ld-status-btn.no.on{background:var(--alloy-purple);border-color:var(--alloy-purple);color:#fff}.ld-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:60;background:var(--alloy-purple);color:#fff;border-radius:999px;padding:11px 16px 11px 20px;display:flex;align-items:center;gap:16px;font-size:13px;font-weight:600;box-shadow:0 8px 30px #00000040}.ld-undo{border:none;background:#ffffff29;color:#fff;border-radius:999px;padding:6px 14px;font-weight:700;cursor:pointer}.ld-undo:hover{background:#ffffff47}@media(max-width:620px){.ld-row .ld-who{flex-basis:auto}.ld-cell-src,.ld-time{display:none}.ld-search{min-width:140px}.ld-proof-num{font-size:38px}}.driver-popover.alloy-tour{background:#fff;border-radius:18px;padding:28px 30px 24px;box-shadow:0 22px 60px #1a0f264d,0 2px 6px #1a0f261f;max-width:480px;min-width:380px}.driver-popover.alloy-tour .driver-popover-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em;line-height:1.2}.driver-popover.alloy-tour .driver-popover-description{font-family:var(--font-body);font-size:15.5px;line-height:1.6;color:var(--fg-2);margin-top:10px}.driver-popover.alloy-tour .driver-popover-progress-text{font-size:12.5px;font-weight:700;color:var(--fg-muted)}.driver-popover.alloy-tour .driver-popover-footer{margin-top:22px;gap:10px}.driver-popover.alloy-tour .driver-popover-footer button{text-shadow:none;border:none;border-radius:9px;font-family:var(--font-body);font-size:14px;font-weight:700;padding:11px 20px;cursor:pointer}.driver-popover.alloy-tour .driver-popover-next-btn{background:var(--alloy-purple);color:#fff}.driver-popover.alloy-tour .driver-popover-next-btn:hover{filter:brightness(1.08)}.driver-popover.alloy-tour .driver-popover-prev-btn{background:var(--alloy-off-white);color:var(--fg-2)}.driver-popover.alloy-tour .driver-popover-prev-btn:hover{background:#ece8f3}.driver-popover.alloy-tour .driver-popover-close-btn{color:var(--fg-muted);font-size:24px;width:32px;height:32px}.driver-popover.alloy-tour .driver-popover-close-btn:hover{color:var(--alloy-pink)}.driver-popover.alloy-tour .driver-popover-arrow{border-color:#fff}.desktop-topbar .ds-user-tour svg{color:var(--alloy-purple)}.desktop-topbar .ds-user-tour:hover{color:var(--alloy-purple);background:var(--alloy-off-white)}.acct-grid2{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch;margin-bottom:20px}@media(max-width:980px){.acct-grid2{grid-template-columns:1fr}}.acct-empty{padding:18px 4px;font-size:13px;color:var(--fg-muted);line-height:1.5}.acct-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--border-subtle)}.acct-row.no-line{border-bottom:none}.acct-row-lbl{font-size:12.5px;font-weight:700;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}.acct-row-val{font-size:14px;font-weight:600;color:var(--alloy-purple);text-align:right}.acct-locs-block{padding:13px 0;border-bottom:1px solid var(--border-subtle)}.acct-locs-lbl{font-size:12.5px;font-weight:700;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.06em}.acct-loc-row{display:flex;align-items:center;gap:10px;padding:9px 0}.acct-loc-row+.acct-loc-row{border-top:1px solid var(--border-subtle)}.acct-locs-lbl+.acct-loc-row{margin-top:6px}.acct-loc-row:last-child{padding-bottom:0}.acct-loc-row .pin{color:var(--alloy-pink);flex-shrink:0}.acct-loc-row .nm{flex:1;font-size:14px;font-weight:600;color:var(--alloy-purple);min-width:0}.acct-loc-row .hq{font-size:9px;font-weight:800;letter-spacing:.06em;padding:2px 7px;border-radius:999px;background:var(--alloy-purple);color:#fff;flex-shrink:0}.pu-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin:2px 0 22px}.pu-stat{min-width:0}.pu-stat+.pu-stat{padding-left:12px;border-left:1px solid var(--border-subtle)}.pu-stat .n{font-family:var(--font-display);font-size:32px;font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--alloy-purple)}.pu-stat.green .n{color:#2c6e62}.pu-stat.pink .n{color:var(--alloy-pink)}.pu-stat .l{font-size:11.5px;font-weight:700;color:var(--fg-3);margin-top:5px}.pu-stat .s{font-size:10.5px;font-weight:600;color:var(--fg-muted);margin-top:2px}@media(max-width:480px){.pu-stats{grid-template-columns:1fr;gap:14px}.pu-stat+.pu-stat{padding-left:0;border-left:none}}.pu-pills{display:flex;flex-wrap:wrap;gap:9px}.pu-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;font-size:12.5px;font-weight:600;white-space:nowrap;background:color-mix(in srgb,var(--c) 12%,white);border:1px solid color-mix(in srgb,var(--c) 30%,white);color:color-mix(in srgb,var(--c) 72%,#2a1640)}.pu-pill .dot{width:9px;height:9px;border-radius:50%;background:var(--c);flex-shrink:0}.pu-pill .n{font-family:var(--font-display);font-weight:800}.pu-horizon{margin-top:22px;padding-top:18px;border-top:1px solid var(--border-subtle)}.pu-horizon-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.pu-horizon-head .t{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--alloy-purple)}.pu-pull{display:inline-flex;align-items:center;gap:5px;padding:0;border:none;background:none;font-size:11.5px;font-weight:800;color:var(--alloy-pink)}.pu-pull:hover{text-decoration:underline}.pu-timeline{position:relative;padding-left:19px}.pu-timeline:before{content:"";position:absolute;left:5px;top:8px;bottom:10px;width:2px;background:repeating-linear-gradient(var(--border-strong, #c9c1d6) 0 4px,transparent 4px 8px)}.pu-node{position:relative;padding:6px 0}.pu-node:before{content:"";position:absolute;left:-18px;top:9px;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid var(--border-strong, #c9c1d6);box-sizing:border-box}.pu-node-line{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.pu-q{font-size:9px;font-weight:800;color:var(--alloy-purple);background:var(--alloy-purple-tint);padding:2px 7px;border-radius:999px;letter-spacing:.04em}.pu-node-line .nm{font-size:13px;font-weight:700;color:var(--fg-3)}.pu-node-line .mt{font-size:11.5px;color:var(--fg-muted)}.pu-foot{margin-top:22px;display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:10px}.pu-foot .tx{flex:1;font-size:13px;font-weight:500;color:var(--fg-2)}.pu-foot .tx strong{color:var(--alloy-purple)}.acct-billing-strip{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:12px;margin-bottom:20px}@media(max-width:1280px){.acct-billing-strip{grid-template-columns:1fr 1fr}}@media(max-width:720px){.acct-billing-strip{grid-template-columns:1fr}}.acct-bill-stat{background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:12px;padding:14px 16px;min-width:0;display:flex;flex-direction:column;gap:4px}.acct-bill-stat .lbl{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted)}.acct-bill-stat .val{font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--alloy-purple);line-height:1.05;letter-spacing:-.02em}.acct-bill-stat .val-sm{font-size:13.5px;font-weight:700;color:var(--alloy-purple);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acct-bill-stat .sub{font-size:11px;color:var(--fg-muted);font-weight:600}.acct-bill-stat.hero{background:var(--alloy-purple);border-color:var(--alloy-purple)}.acct-bill-stat.hero .lbl{color:#ffffffa6}.acct-bill-stat.hero .val{color:#fff}.acct-bill-stat.hero .sub{color:#ffffffb3}.acct-inv-years{display:inline-flex;gap:4px;flex-wrap:wrap}.acct-year{padding:4px 10px;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--fg-muted);font-size:11.5px;font-weight:700;font-family:var(--font-mono);transition:all .12s ease}.acct-year:hover{border-color:var(--border-strong, #c9c1d6);color:var(--alloy-purple)}.acct-year.on{background:var(--alloy-purple);border-color:var(--alloy-purple);color:#fff}.acct-inv-more{display:block;width:100%;margin-top:10px;padding:9px 0;border:1px solid var(--border-subtle);border-radius:8px;background:var(--alloy-off-white);color:var(--alloy-purple);font-size:12px;font-weight:700;transition:border-color .12s}.acct-inv-more:hover{border-color:var(--alloy-purple)}.acct-inv-head,.acct-inv-row{display:grid;grid-template-columns:92px 100px 1fr 90px 76px 96px;gap:12px;align-items:center}.acct-inv-head{padding:0 12px 9px;border-bottom:1px solid var(--border-subtle);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted)}.acct-inv-row{padding:11px 12px;border-bottom:1px solid var(--border-subtle);border-radius:8px;transition:background .12s ease}.acct-inv-row:hover{background:var(--alloy-off-white)}.acct-inv-row:last-child{border-bottom:none}.acct-inv-row .mono{font-family:var(--font-mono);font-size:11.5px;font-weight:600;color:var(--fg-3)}.acct-inv-row .date{font-size:12.5px;font-weight:600;color:var(--fg-3);white-space:nowrap}.acct-inv-row .desc{font-size:13px;font-weight:600;color:var(--fg-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acct-inv-head .amt,.acct-inv-row .amt{text-align:right}.acct-inv-row .amt{font-family:var(--font-display);font-size:13.5px;font-weight:800;color:var(--alloy-purple);white-space:nowrap}.acct-status{display:inline-flex;padding:3px 10px;border-radius:999px;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.acct-status.paid{background:var(--alloy-green);color:#1d4a41}.acct-status.due{background:var(--alloy-yellow);color:#6b4e0e}.acct-dl{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border-radius:8px;background:#fff;border:1px solid var(--border-strong, #c9c1d6);font-family:var(--font-display);font-size:11px;font-weight:700;color:var(--alloy-purple);transition:all .12s ease;white-space:nowrap}.acct-dl:hover{background:var(--alloy-purple);border-color:var(--alloy-purple);color:#fff}.acct-dl.ok{background:var(--alloy-green);border-color:var(--alloy-green);color:#1d4a41}.acct-dl.err{background:var(--alloy-yellow);border-color:var(--alloy-yellow);color:#6b4e0e}.acct-dl-cell{text-align:right}@media(max-width:860px){.acct-inv-head,.acct-inv-row{grid-template-columns:92px 1fr 90px 96px}.acct-inv-head .desc,.acct-inv-row .desc,.acct-inv-head .st,.acct-inv-row .st{display:none}}.acct-seat,.acct-int{display:flex;align-items:center;gap:13px;padding:12px 0;border-bottom:1px solid var(--border-subtle)}.acct-seat:last-child,.acct-int:last-child{border-bottom:none}.acct-seat:has(+.acct-foot-hint){border-bottom:none}.acct-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:800;font-size:13px;background:var(--alloy-purple)}.acct-seat .who,.acct-int .who{flex:1;min-width:0}.acct-seat .nm,.acct-int .nm{font-size:13.5px;font-weight:700;color:var(--alloy-purple);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:7px}.acct-seat .nm .you{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:2px 7px;border-radius:999px;background:var(--alloy-purple-tint);color:var(--alloy-purple)}.acct-seat .em,.acct-int .em{font-size:12px;color:var(--fg-muted);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acct-seat .meta{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.acct-role{display:inline-flex;padding:3px 10px;border-radius:999px;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.acct-role.owner{background:var(--alloy-purple);color:#fff}.acct-role.staff{background:var(--alloy-blue);color:#1f3d5c}.acct-role.acct{background:var(--alloy-green);color:#1d4a41}.acct-role.bd{background:var(--alloy-pink);color:#fff}.acct-role.ops{background:var(--alloy-blue);color:#1f3d5c}.acct-foot-hint{margin-top:14px;padding-top:12px;border-top:1px solid var(--border-subtle);font-size:11.5px;color:var(--fg-muted)}.acct-pref{display:flex;align-items:center;gap:16px;padding:13px 0;border-bottom:1px solid var(--border-subtle)}.acct-pref:last-child{border-bottom:none}.acct-pref .tx{flex:1;min-width:0}.acct-pref .t{font-size:13.5px;font-weight:700;color:var(--alloy-purple)}.acct-pref .s{font-size:12px;color:var(--fg-muted);margin-top:2px;line-height:1.45}.acct-pref .toggle{flex-shrink:0}.acct-int-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;background:var(--alloy-green);box-shadow:0 0 0 3px color-mix(in srgb,var(--alloy-green) 30%,white)}.acct-int .feeds{flex-shrink:0;font-family:var(--font-mono);font-size:10px;font-weight:600;color:var(--fg-3);background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:999px;padding:3px 9px;white-space:nowrap}.pj-screen{padding-bottom:40px}.pj-metrics{display:flex;background:#ffffff80;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.75);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #381c4f1a;margin-bottom:30px}.pj-metric{flex:1;min-width:0;padding:22px 30px;display:flex;align-items:baseline;gap:11px}.pj-metric+.pj-metric{border-left:1px solid rgba(56,28,79,.08)}.pj-metric-n{font-family:var(--font-display);font-size:34px;font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--alloy-purple)}.pj-metric-l{font-size:13px;font-weight:600;color:var(--fg-muted)}@media(max-width:700px){.pj-metrics{flex-direction:column}.pj-metric+.pj-metric{border-left:none;border-top:1px solid #e8e2f0}}.pj-sec{display:flex;align-items:center;gap:13px;margin-bottom:15px}.pj-sec-ic{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;color:var(--tone, var(--alloy-purple));background:color-mix(in srgb,var(--tone) 15%,#fff)}.pj-sec-ic.num{font-family:var(--font-display);font-size:17px;font-weight:800;letter-spacing:-.01em;display:flex;align-items:center;justify-content:center;width:auto;min-width:42px;padding:0 11px;box-sizing:border-box;overflow:visible}.pj-sec-numv{line-height:1}.pj-wait-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);border-radius:16px;padding:22px 26px 26px;margin-bottom:26px;box-shadow:inset 0 1px #fffffff2,0 1px 2px #381c4f0d,0 14px 36px #381c4f17}.pj-wait-head{display:flex;align-items:center;gap:13px}.pj-wait-stats{display:flex;align-items:flex-end;gap:0;flex-shrink:0}.pj-wait-stat{text-align:center;padding:0 22px}.pj-wait-stat-n{font-family:var(--font-display);font-size:26px;font-weight:800;line-height:1;letter-spacing:-.02em}.pj-wait-stat-l{font-size:11px;font-weight:600;color:#8a8395;margin-top:6px}.pj-wait-divider{height:1px;background:#ece8f1;margin:18px 0 22px}.pj-wait-card .pj-cards{margin-bottom:0}.pj-driving-card{container-type:inline-size;container-name:pjcard;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);border-radius:16px;padding:22px 26px 26px;margin-bottom:26px;box-shadow:inset 0 1px #fffffff2,0 1px 2px #381c4f0d,0 14px 36px #381c4f17}.pj-driving-card .pj-sec{margin-bottom:18px;align-items:center}.pj-driving-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.pj-driving-right .pj-wait-stat:last-child{padding-right:0}.pj-sec-divider{height:1px;background:#ece8f1;margin:0 0 20px}.pj-sec-right{flex-shrink:0;margin-left:auto}.pj-motion-engines{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pj-sec-titles{flex:1;min-width:0}.pj-sec-title{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em;display:inline-flex;align-items:center;gap:11px}.pj-sec-sub{font-size:12px;font-weight:600;color:#8a8395;margin-top:1px}.pj-sec-count{font-family:var(--font-display);font-size:12.5px;font-weight:800;display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 7px;border-radius:999px;flex-shrink:0;color:color-mix(in srgb,var(--tone) 80%,#2a1640);background:color-mix(in srgb,var(--tone) 16%,#fff)}.pj-openedby{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:2px 7px;border-radius:6px;white-space:nowrap;flex-shrink:0}.pj-openedby.you{background:#ece8f1;color:#5a4a6e}.pj-openedby.we{background:#e6eef5;color:#2a6391}.pj-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:46px}@media(max-width:980px){.pj-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.pj-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:460px){.pj-cards{grid-template-columns:1fr}}.pj-card.skel{box-shadow:0 2px 8px #381c4f0a;min-height:188px}.pj-row.skel{pointer-events:none}.pj-skel-head{display:flex;align-items:center;gap:10px;margin-bottom:13px}.pj-skel-av{width:34px;height:34px;border-radius:50%;flex-shrink:0;background:linear-gradient(90deg,#efeaf3 25%,#f7f3fa,#efeaf3 75%);background-size:200% 100%;animation:pj-shimmer 1.3s ease-in-out infinite}.pj-skel-lines{flex:1;min-width:0}.pj-skel-lines .pj-skel-line{margin-bottom:7px}.pj-skel-lines .pj-skel-line:last-child{margin-bottom:0}.pj-skel-line{height:11px;border-radius:6px;margin-bottom:9px;background:linear-gradient(90deg,#efeaf3 25%,#f7f3fa,#efeaf3 75%);background-size:200% 100%;animation:pj-shimmer 1.3s ease-in-out infinite}.pj-skel-line.w40{width:40%}.pj-skel-line.w60{width:60%}.pj-skel-line.w70{width:70%}.pj-skel-line.w90{width:90%}.pj-skel-btns{margin-top:auto;display:flex;gap:8px}.pj-skel-btns span{flex:1;height:34px;border-radius:10px;background:#f1edf6}@keyframes pj-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.pj-skel-line{animation:none}}.pj-empty{grid-column:1 / -1;padding:22px 4px;font-size:13px;color:var(--fg-muted)}.pj-card{background:#fff;border:1px solid #ece8f1;border-top:3px solid var(--alloy-pink);border-radius:14px;padding:17px;display:flex;flex-direction:column;box-shadow:0 10px 26px #381c4f1a}.pj-card.lead{border-top-color:#e3bd44}.pj-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px;gap:8px}.pj-due{font-size:10.5px;font-weight:700;color:#b06;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.pj-due.lead{color:#a8761a}.pj-leadtag{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;padding:2px 8px;border-radius:6px;background:#fbeecb;color:#8a6900}.pj-card-title{font-family:var(--font-display);font-size:14.5px;font-weight:800;color:var(--alloy-purple);line-height:1.28;letter-spacing:-.01em;margin-bottom:13px}.pj-summary{flex:1;display:flex;align-items:flex-start;gap:9px;margin:0 0 13px;padding:12px;background:#f4f1f8;border-radius:10px;font-size:12px;line-height:1.4;color:#4a3a5e}.pj-summary svg{flex-shrink:0;margin-top:1px;color:var(--alloy-pink)}.pj-summary-body{display:flex;flex-direction:column;gap:3px;min-width:0}.pj-summary-kicker{font-family:var(--font-display);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--alloy-pink)}.pj-card-head2{display:flex;align-items:center;gap:11px;padding-bottom:10px;margin-bottom:11px;border-bottom:1px solid #f1eef6}.pj-card-head2 .pj-req-av{width:34px;height:34px;font-size:12px}.pj-head2-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.pj-head2-name{font-family:var(--font-display);font-weight:800;font-size:15px;color:var(--alloy-purple);letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.pj-head2-pill{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:2px 7px;border-radius:999px;background:var(--alloy-pink-tint);color:var(--alloy-pink);flex-shrink:0}.pj-head2-sub{display:flex;align-items:center;gap:7px;min-width:0}.pj-head2-meta{font-size:11.5px;color:#8a8395;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.pj-card-prog{display:flex;align-items:center;gap:8px;margin-bottom:12px}.pj-card-req{display:flex;align-items:center;gap:8px;padding-top:11px;margin-bottom:12px;border-top:1px solid #f1eef6}.pj-card-req.head{padding-top:0;padding-bottom:12px;margin-bottom:12px;border-top:none;border-bottom:1px solid #f1eef6}.pj-req-av{width:24px;height:24px;border-radius:999px;flex-shrink:0;display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:800;font-size:9.5px}.pj-req-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.pj-req-name{font-size:12px;color:#8a8395;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pj-req-name strong{color:var(--alloy-purple);font-weight:700}.pj-req-count{margin-left:auto;display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:700;color:#a8a0b5;flex-shrink:0}.pj-req-tag{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:2px 7px;border-radius:6px;background:#e6eef5;color:#2a6391;flex-shrink:0}.pj-cta{margin-top:auto;display:flex;flex-direction:column;gap:8px}.pj-clickable{cursor:pointer}.pj-card.pj-clickable{transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.pj-card.pj-clickable:hover{transform:translateY(-2px);box-shadow:0 14px 30px #381c4f24;border-color:#d8cfe6}.pj-card.pj-clickable:focus-visible{outline:2px solid var(--alloy-pink);outline-offset:2px}.pj-card-msg{width:100%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:11px 8px;border-radius:10px;background:#fff;color:var(--alloy-purple);border:1px solid #e0d8ea;font-family:var(--font-display);font-weight:800;font-size:11.5px;white-space:nowrap;transition:border-color .13s ease,background .13s ease}.pj-card-msg:hover{border-color:var(--alloy-purple);background:var(--alloy-off-white)}.pj-card-msg.lead{background:var(--alloy-purple);color:#fff;border:none;font-size:12.5px}.pj-card-msg.lead:hover{background:var(--alloy-purple-deep, #290d41)}.pj-lead-hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:3px;padding:6px 0 16px;position:relative}.pj-lead-hero:before{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,#e3bd4438,#e3bd4400 70%);pointer-events:none}.pj-lead-num{position:relative;font-family:var(--font-display);font-weight:800;font-size:56px;line-height:.92;letter-spacing:-.03em;background:linear-gradient(135deg,#e7b53f,#b07d12);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.pj-lead-sub{position:relative;font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--alloy-purple);letter-spacing:-.01em}.pj-btn-primary,.pj-btn-secondary,.pj-btn-leads,.pj-btn-guide{width:100%;cursor:pointer;font-family:var(--font-display);font-weight:800;font-size:11.5px;padding:11px 8px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;transition:background .13s ease,border-color .13s ease,box-shadow .13s ease;border:none;white-space:nowrap}.pj-btn-primary{background:var(--alloy-pink);color:#fff;box-shadow:0 5px 14px #d9356e47}.pj-btn-primary:hover{background:#c12a60;text-decoration:none}.pj-btn-secondary{background:#fff;color:var(--alloy-purple);border:1px solid #e0d8ea}.pj-btn-secondary:hover{border-color:var(--alloy-purple)}.pj-btn-secondary.solo{width:100%}.pj-btn-leads{background:var(--alloy-purple);color:#fff;font-size:12.5px}.pj-btn-leads:hover{background:var(--alloy-purple-deep, #290d41)}.pj-btn-guide{background:var(--alloy-pink-tint);color:var(--alloy-pink);border:1px solid rgba(217,53,110,.32)}.pj-btn-guide:hover{border-color:var(--alloy-pink);background:#fbe1ea}.pj-btn-guide .pj-btn-guide-label{overflow:hidden;text-overflow:ellipsis}.pj-list{background:#fff;border:1px solid #ece8f1;border-radius:14px;overflow:hidden;margin-bottom:46px;box-shadow:0 2px 8px #381c4f0a}.pj-row{display:flex;align-items:center;gap:16px;padding:15px 20px}.pj-row+.pj-row{border-top:1px solid #f1eef6}.pj-row.pj-clickable{transition:background .12s ease}.pj-row.pj-clickable:hover{background:var(--alloy-off-white)}.pj-row.pj-clickable:hover .pj-view{color:var(--alloy-pink)}.pj-row .pj-view{margin-left:auto}.pj-row-title{flex:1;min-width:0;font-family:var(--font-display);font-size:14px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pj-row-prog{display:flex;align-items:center;gap:8px;width:150px;flex-shrink:0}.pj-row-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.pj-view{background:none;border:none;cursor:pointer;font-size:11.5px;font-weight:800;color:var(--alloy-purple);display:inline-flex;align-items:center;gap:4px;text-decoration:none;white-space:nowrap}.pj-view:hover{color:var(--alloy-pink);text-decoration:none}.pj-groups{display:flex;flex-direction:column;gap:12px}.pj-group{background:#fff;border:1px solid #ece8f1;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #381c4f0a}.pj-group-head{width:100%;border:none;cursor:pointer;display:flex;align-items:center;gap:11px;padding:13px 18px;text-align:left;background:color-mix(in srgb,var(--g, #8a8780) 13%,#fff)}.pj-group-head .grow{flex:1}.pj-chev{color:#bcb5c8;display:flex;transition:transform .18s;transform:rotate(-90deg)}.pj-chev.open{transform:rotate(0)}.pj-dot{width:9px;height:9px;border-radius:999px;flex-shrink:0;background:var(--g, #8a8780)}.pj-group-label{font-family:var(--font-display);font-size:14px;font-weight:800;color:color-mix(in srgb,var(--g, #8a8780) 72%,#2a1640)}.pj-group-count{font-size:11px;font-weight:800;padding:2px 9px;border-radius:999px;color:color-mix(in srgb,var(--g, #8a8780) 82%,#2a1640);background:color-mix(in srgb,var(--g, #8a8780) 20%,#fff)}.pj-done-note{font-size:11px;font-weight:600;color:#8a8395;display:inline-flex;align-items:center;gap:5px}.pj-prow{display:grid;grid-template-columns:1fr 150px 96px 130px;gap:16px;align-items:start;padding:13px 18px;border-top:1px solid #f1eef6;background:#fff}.pj-prow-title{font-size:13.5px;font-weight:700;color:var(--alloy-purple);line-height:1.3;min-width:0;display:flex;align-items:center;gap:12px}.pj-prow-eng{margin-left:auto;display:flex;align-items:center;gap:5px;flex-shrink:0}.pj-prow-due{text-align:right}.pj-prow-due .d{font-size:12px;font-weight:700;color:#4a3a5a}.pj-prow-due .dr{font-size:10.5px;color:#a8a0b5;margin-top:1px}.pj-prow-due.overdue .d,.pj-prow-due.overdue .dr{color:#d9356e;font-weight:700}.pj-prow-prog{display:flex;align-items:center;gap:8px}.pj-prow-main{min-width:0}.sub-chip{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;margin-top:11px;padding:3px 8px;border-radius:999px;background:#f6f3f9;border:1px solid #ece8f3;font-size:11px;font-weight:700;color:#8a7f97;cursor:pointer;transition:background .14s,border-color .14s,color .14s}.sub-chip:hover{background:#f3f0f7;border-color:#e2d9ee;color:var(--alloy-purple)}.sub-chip .mini{display:flex;gap:2px}.sub-chip .mini i{width:5px;height:5px;border-radius:999px;background:#d7cfe2}.sub-chip .mini i.done{background:#2c8a6e}.sub-chip .mini i.active{background:#c8861c}.sub-chip .chev{transition:transform .2s;margin-left:1px}.sub-chip[aria-expanded=true] .chev{transform:rotate(180deg)}.pj-subwrap{grid-column:1 / -1;overflow:hidden}.pj-subwrap-inner{padding:4px 0 6px 2px;display:flex;flex-direction:column;gap:1px}.pj-subrow{display:flex;align-items:center;gap:11px;padding:7px 10px;border-radius:8px}.pj-subrow:hover{background:#f3f0f7}.sub-check{width:17px;height:17px;border-radius:999px;flex-shrink:0;display:grid;place-items:center;border:1.5px solid #ece8f3;color:#fff}.sub-check.done{background:#2c8a6e;border-color:#2c8a6e}.sub-check.active{border-color:#c8861c;position:relative}.sub-check.active:after{content:"";width:7px;height:7px;border-radius:999px;background:#c8861c}.sub-label{font-size:13px;color:#4a3f57}.sub-label.done{color:#a89fb5;text-decoration:line-through}.pj-pct{font-size:11px;font-weight:800;color:#4a3a5a;min-width:30px;text-align:right}.pj-svc-cadence{font-size:10.5px;font-weight:800;letter-spacing:.03em;color:#6d4f93;background:#7d5ba61f;padding:3px 10px;border-radius:999px;white-space:nowrap}.pj-trow{display:flex;align-items:center;gap:14px;padding:14px 18px;cursor:pointer;border-top:1px solid #f1eef6;background:#fff;transition:background .12s}.pj-trow:hover{background:#faf8fc}.pj-trow-main{flex:1;min-width:0}.pj-trow-title{font-size:13.5px;font-weight:700;color:var(--alloy-purple);line-height:1.3}.pj-trow-prog{display:flex;align-items:center;gap:8px;flex-shrink:0}.pj-onit{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#2c7d68;background:#2c7d6821;padding:4px 11px;border-radius:999px;flex-shrink:0}.pj-bg-note{font-size:11.5px;font-weight:600;color:#a8a0b5;white-space:nowrap}@media(max-width:900px){.pj-prow{grid-template-columns:1fr 96px 110px}.pj-prow-cat{display:none}}@container pjcard (max-width: 900px){.pj-driving-card .pj-sec{flex-wrap:wrap;align-items:center}.pj-driving-card .pj-sec .pj-sec-right{flex-basis:100%;margin-left:0;margin-top:14px}.pj-driving-card .pj-driving-metrics{justify-content:flex-start;gap:12px 18px}.pj-driving-card .pj-dm-summary{padding:0;gap:10px}.pj-driving-card .pj-dm-pct{font-size:30px}.pj-driving-card .pj-dm-pct .pj-dm-sym{font-size:16px}.pj-driving-card .pj-dm-cap{font-size:11px}.pj-driving-card .pj-dm-pace{font-size:9.5px;padding:2px 7px}.pj-driving-card .pj-dm-scope{font-size:11px}.pj-driving-card .up-panel.pj-up-panel{border-left:none}.pj-driving-card .up-panel.pj-up-panel .up-zone{min-width:84px;padding:0 16px;gap:6px}.pj-driving-card .up-panel.pj-up-panel .up-head{gap:8px;margin-bottom:7px;justify-content:flex-start}.pj-driving-card .up-panel.pj-up-panel .up-head .up-c{margin-left:0}.pj-driving-card .up-panel.pj-up-panel .up-bar{height:22px}.pj-driving-card .up-panel.pj-up-panel .up-head .up-c{font-size:12px}.pj-driving-card .up-panel.pj-up-panel .up-bar .up-seg{font-size:10px}.pj-driving-card .pj-group-stat{display:none}}@container pjcard (max-width: 620px){.pj-prow{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:15px 16px}.pj-driving-card .pj-prow-cat{display:none}.pj-prow-title{flex-direction:column;align-items:flex-start;gap:9px}.pj-prow-eng{margin-left:0;flex-wrap:wrap}.pj-prow-due{text-align:left;order:2}.pj-prow-prog{order:3}.pj-prow-prog .pj-bar{flex:1;width:auto}.pj-subwrap{order:4}}.pj-prow-cat{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.pj-cat-chip{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:6px;white-space:nowrap}.pj-engine-chip{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:2px 7px;border-radius:999px;white-space:nowrap}.pj-bar{height:9px;background:#ece8f1;border-radius:999px;overflow:hidden;width:100%}.pj-bar-fill{display:block;height:100%;border-radius:999px}.pj-avatars{display:inline-flex}.pj-avatar{width:23px;height:23px;border-radius:999px;color:#fff;font-family:var(--font-display);font-size:9px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fff;flex-shrink:0}.pj-footer-cta{margin-top:22px;width:100%;border:1.5px dashed #d4cbe0;background:transparent;color:var(--alloy-purple);cursor:pointer;font-family:var(--font-display);font-weight:800;font-size:13px;padding:15px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:border-color .13s}.pj-footer-cta:hover{border-color:var(--alloy-purple)}.pj-driving-metrics{display:flex;align-items:center;justify-content:flex-end;gap:0;flex-wrap:wrap;row-gap:14px}.pj-dm-summary{display:flex;align-items:center;gap:12px;padding:0 24px}.pj-dm-pct{font-family:var(--font-display);font-weight:800;font-size:50px;line-height:1;letter-spacing:-.02em;color:var(--alloy-purple);white-space:nowrap}.pj-dm-pct .pj-dm-sym{font-size:27px;margin-left:1px}.pj-dm-meta{display:flex;flex-direction:column;gap:8px}.pj-dm-cap{font-size:12px;font-weight:700;color:#8a8395;white-space:nowrap}.pj-dm-sub{display:flex;align-items:center;gap:11px}.pj-dm-pace{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#2c8a6e;background:#2c8a6e1a;padding:3px 9px;border-radius:999px;white-space:nowrap}.pj-dm-pace .pj-dm-dot{width:6px;height:6px;border-radius:999px;background:currentColor}.pj-dm-pace.behind{color:#d9356e;background:#d9356e1a}.pj-dm-scope{font-size:12.5px;font-weight:800;color:var(--alloy-pink, #d9356e)}.up-panel.pj-up-panel{min-width:0;background:none;border:none;border-radius:0;padding:0;border-left:1px solid #e6dff0}.up-panel.pj-up-panel .up-zone{min-width:160px;gap:6px;padding:0 22px;justify-content:center}.up-panel.pj-up-panel .up-head .up-c{font-family:var(--font-body);font-size:13px;font-weight:700}.up-panel.pj-up-panel .up-bar{height:24px}.up-panel.pj-up-panel .up-bar .up-seg{font-size:11px}.pj-group-stat{font-size:11.5px;font-weight:700;color:#a8a0b5;white-space:nowrap}.pj-status-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.pj-status-pill .dot{width:5px;height:5px;border-radius:999px;background:currentColor}.pj-added-chip{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;color:var(--alloy-pink);background:color-mix(in srgb,var(--alloy-pink) 13%,#fff)}.pj-filterbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 18px}.pj-filterbar .pj-filter-ic{color:#a89fb5;display:inline-flex;margin-right:1px}.pj-filter-field{position:relative;display:inline-flex;align-items:center}.pj-filter-sel{appearance:none;-webkit-appearance:none;-moz-appearance:none;font:inherit;font-size:12px;font-weight:700;color:#6a6276;background:#ffffff8c;border:1px solid #e8e2f0;border-radius:999px;padding:5px 26px 5px 12px;cursor:pointer;line-height:1;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.pj-filter-sel:hover{border-color:#d6cee6}.pj-filter-sel:focus-visible{outline:none;border-color:var(--alloy-purple)}.pj-filter-sel.on{color:var(--alloy-purple);border-color:color-mix(in srgb,var(--alloy-purple) 35%,#e8e2f0);background:var(--alloy-purple-tint, color-mix(in srgb, var(--alloy-purple) 8%, #fff))}.pj-filter-chev{position:absolute;right:9px;pointer-events:none;color:#a89fb5}.pj-filter-sel.on+.pj-filter-chev{color:var(--alloy-purple)}.pj-filter-clear{font-size:12px;font-weight:700;color:var(--alloy-pink);background:none;border:none;padding:5px 6px;cursor:pointer}.pj-filter-clear:hover{text-decoration:underline}.pj-mhead{display:none}@container pjcard (max-width: 900px){.pj-driving-card .pj-dhead{display:none}.pj-driving-card .pj-mhead{display:block}}.pj-mhead .pj-mh-titlerow{display:flex;align-items:center;gap:12px}.pj-mhead .pj-mh-num{width:34px;height:34px;border-radius:10px;background:#fbf0d9;color:#b9831c;display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:15px;flex-shrink:0}.pj-mhead .pj-mh-title{font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:-.02em;color:var(--alloy-purple);line-height:1.05}.pj-mhead .pj-mh-complete{display:flex;align-items:center;gap:13px;margin-top:18px;padding-bottom:16px;border-bottom:1px solid #f1eef6}.pj-mhead .pj-mh-pct{font-family:var(--font-display);font-weight:800;font-size:42px;line-height:.8;letter-spacing:-.035em;color:var(--alloy-purple)}.pj-mhead .pj-mh-sym{font-size:22px;color:#2c8a6e}.pj-mhead .pj-mh-completemeta{display:flex;flex-direction:column;gap:7px}.pj-mhead .pj-mh-cap{font-size:12px;font-weight:600;color:#8a7f97;line-height:1.2}.pj-mhead .pj-mh-tags{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.pj-mhead .pj-mh-pace{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#e6f3f0;color:#2c8a6e;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.pj-mhead .pj-mh-pace .pj-mh-dot{width:6px;height:6px;border-radius:999px;background:currentColor}.pj-mhead .pj-mh-pace.behind{background:var(--alloy-pink-tint, #fce6ee);color:var(--alloy-pink)}.pj-mhead .pj-mh-vs{font-size:12px;font-weight:800;color:var(--alloy-pink)}.pj-mhead .pj-mh-scope{display:flex;align-items:baseline;justify-content:space-between;margin:16px 0 12px}.pj-mhead .pj-mh-lbl{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#a89fb5}.pj-mhead .pj-mh-tot{font-family:var(--font-display);font-size:12px;font-weight:800;color:#4a3f57}.pj-mhead .pj-mh-zone{margin-top:14px}.pj-mhead .pj-mh-zhead{display:flex;align-items:baseline;gap:8px;margin-bottom:7px}.pj-mhead .pj-mh-t{font-family:var(--font-display);font-weight:800;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--alloy-purple)}.pj-mhead .pj-mh-c{margin-left:auto;font-family:var(--font-display);font-weight:800;font-size:20px;line-height:1;color:var(--alloy-purple)}.pj-mhead .pj-mh-zone.added .pj-mh-t,.pj-mhead .pj-mh-zone.added .pj-mh-c{color:var(--alloy-pink)}.pj-mhead .pj-mh-bar{display:flex;gap:0;height:32px}.pj-mhead .pj-mh-seg{height:100%;display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:13px;color:#fff;min-width:26px}.pj-mhead .pj-mh-seg:first-child{border-radius:999px 4px 4px 999px}.pj-mhead .pj-mh-seg:last-child{border-radius:4px 999px 999px 4px;margin-left:4px}.pj-mhead .pj-mh-seg:only-child{border-radius:999px}.pj-mhead .pj-mh-seg.done{background:linear-gradient(90deg,#38a589,#2c8a6e);box-shadow:0 4px 12px -3px #2c8a6e80}.pj-mhead .pj-mh-seg.motion{background:repeating-linear-gradient(45deg,#d9356e 0,#d9356e 5px,#e9618f 5px,#e9618f 10px);box-shadow:0 4px 12px -3px #d9356e73}.pj-mhead .pj-mh-legend{display:flex;gap:16px;margin-top:20px;padding-bottom:22px}.pj-mhead .pj-mh-leg{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;color:#8a7f97}.pj-mhead .pj-mh-sw{width:11px;height:11px;border-radius:999px;flex-shrink:0}.pj-mhead .pj-mh-sw.done{background:#2c8a6e}.pj-mhead .pj-mh-sw.motion{background:repeating-linear-gradient(45deg,#d9356e,#d9356e 3px,#e9618f 3px,#e9618f 6px)}.coin-holder{position:relative}.coin-holder.halo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;border:3px solid var(--halo, var(--alloy-pink));opacity:.5;animation:haloPulse 1.9s ease-out infinite}@keyframes haloPulse{0%{transform:scale(.9);opacity:.6}70%{transform:scale(1.32);opacity:0}to{transform:scale(1.32);opacity:0}}@media(prefers-reduced-motion:reduce){.coin-holder.halo:before{animation:none;opacity:.4}}.rail-node .rail-dot{transition:transform .12s ease,box-shadow .12s ease}.rail-node:hover{background:#381c4f0f!important}.rail-node:hover .rail-dot{transform:scale(1.18)}.rail-node:active .rail-dot{transform:scale(1.06)}.tq-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);border-radius:20px;box-shadow:inset 0 1px #fffffff2,0 1px 2px #381c4f0d,0 22px 50px #381c4f24;padding:0 22px 22px;display:flex;flex-direction:column;height:100%}.tq-head{display:flex;align-items:center;gap:13px;min-height:84px;margin:0 0 18px;padding:0;border-bottom:1px solid rgba(56,28,79,.08)}.tq-ic{width:42px;height:42px;border-radius:12px;background:var(--alloy-pink-tint, #fce6ee);color:var(--alloy-pink, #d9356e);display:grid;place-items:center;flex-shrink:0}.tq-head-txt{flex:1;min-width:0}.tq-eyebrow{font-family:var(--font-display);font-weight:800;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--alloy-pink, #d9356e);white-space:nowrap}.tq-title{font-family:var(--font-display);font-weight:800;font-size:21px;letter-spacing:-.01em;color:var(--alloy-purple, #381c4f);margin-top:1px;line-height:1.1;white-space:nowrap}.tq-pace{align-self:center;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#e6f3f0;color:#2c8a6e;font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.tq-pace-dot{width:7px;height:7px;border-radius:999px;background:currentColor}.tq-pace.behind,.tq-pace.planning{background:var(--alloy-yellow-tint, #fdf6e0);color:#b8881a}.tq-plan-hero{margin-top:20px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.tq-plan-hero .tq-pace{align-self:flex-start}.tq-plan-h{font-family:var(--font-display);font-weight:800;font-size:22px;line-height:1.15;letter-spacing:-.02em;color:var(--alloy-purple, #381c4f)}.tq-plan-sub{font-size:13.5px;font-weight:500;color:var(--fg-muted, #7a6f88);line-height:1.55;max-width:46ch}.tq-cta{width:38px;height:38px;border:none;cursor:pointer;border-radius:10px;background:var(--alloy-purple, #381c4f);color:#fff;display:grid;place-items:center;flex-shrink:0;transition:background .15s ease}.tq-cta:hover{background:var(--alloy-pink, #d9356e)}.tq-hero{display:flex;align-items:flex-end;gap:16px;margin-top:8px}.tq-pct{font-family:var(--font-display);font-weight:800;font-size:54px;line-height:.82;letter-spacing:-.035em;color:var(--alloy-purple, #381c4f)}.tq-pct .tq-sym{font-size:30px;color:#2c8a6e}.tq-cap{font-size:14px;font-weight:600;color:var(--fg-muted, #7a6f88);line-height:1.35;padding-bottom:5px}.tq-hero .tq-pace{margin-left:auto;align-self:flex-end;margin-bottom:5px}.of-wrap{position:relative;height:30px;margin-top:44px}.of-track{display:flex;gap:0;height:100%;position:relative;overflow:hidden;border-radius:999px}.of-green{background:linear-gradient(90deg,#38a589,#2c8a6e);height:100%}.of-pink{background:var(--alloy-pink, #d9356e);height:100%}.of-stripes{position:absolute;top:0;bottom:0;right:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.32),rgba(255,255,255,.32) 7px,transparent 7px,transparent 14px);animation:of-stripe 3s linear infinite;pointer-events:none}@keyframes of-stripe{to{background-position:19.8px 0}}@media(prefers-reduced-motion:reduce){.of-stripes{animation:none}}.up-cap{display:flex;align-items:baseline;gap:10px;margin-top:28px;margin-bottom:13px}.up-cap .up-lbl{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#a89fb5}.up-cap .up-meta{margin-left:auto;font-size:11.5px;font-weight:700;color:var(--alloy-pink, #d9356e)}.up-panel{display:flex;align-items:stretch;border:1px solid rgba(255,255,255,.7);border-radius:16px;background:#ffffff80;padding:15px 0}.up-panel .up-zone{display:flex;flex-direction:column;gap:11px;min-width:96px;padding:0 18px;justify-content:center}.up-panel .up-sep{width:1px;background:var(--border-subtle, #ece8f3);align-self:stretch;flex:none}.up-panel .up-head{display:flex;align-items:baseline;gap:8px}.up-panel .up-head .up-t{font-family:var(--font-display);font-weight:800;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--alloy-purple, #381c4f)}.up-panel .up-zone.added .up-head .up-t{color:var(--alloy-pink, #d9356e)}.up-panel .up-head .up-c{margin-left:auto;font-family:var(--font-display);font-weight:800;font-size:18px;line-height:1;color:var(--alloy-purple, #381c4f)}.up-panel .up-zone.added .up-head .up-c{color:var(--alloy-pink, #d9356e)}.up-panel .up-bar{display:flex;gap:3px;height:30px;border-radius:999px;background:#ece8f3}.up-panel .up-bar .up-seg{position:relative;overflow:hidden;height:100%;display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:12px;color:#fff;padding:0 3px;box-sizing:border-box;border-radius:4px}.up-panel .up-bar .up-seg:first-child{border-radius:999px 4px 4px 999px}.up-panel .up-bar .up-seg:last-child{border-radius:4px 999px 999px 4px}.up-panel .up-bar .up-seg:only-child{border-radius:999px}.up-panel .up-bar .up-seg.done{background:#2c8a6e;box-shadow:0 0 9px 1px #46ce9ca6}.up-panel .up-bar .up-seg.motion{background:var(--alloy-pink, #d9356e)}.up-panel .up-bar .up-seg.motion:before{content:"";position:absolute;top:0;bottom:0;left:-24px;right:-24px;background:repeating-linear-gradient(45deg,transparent 0,transparent 7px,rgba(255,255,255,.22) 7px,rgba(255,255,255,.22) 14px);animation:up-slide 1.8s linear infinite;will-change:transform}@keyframes up-slide{0%{transform:translate(0)}to{transform:translate(19.8px)}}@media(prefers-reduced-motion:reduce){.up-panel .up-bar .up-seg.motion:before{animation:none}}.of-marker{position:absolute;top:-12px;bottom:-10px;width:2px}.of-marker .ob-line{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--alloy-purple, #381c4f);opacity:.5;border-radius:2px}.of-marker .ob-line:before,.of-marker .ob-line:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:999px;background:var(--alloy-purple, #381c4f)}.of-marker .ob-line:before{top:-2px}.of-marker .ob-line:after{bottom:-2px}.of-plan-lbl{position:absolute;top:-24px;left:0;text-align:center;padding-right:18px;font-family:var(--font-display);font-weight:800;font-size:11px;letter-spacing:.04em;color:var(--alloy-purple, #381c4f)}.of-extra-lbl{position:absolute;top:-24px;right:0;text-align:center;padding-left:18px;font-family:var(--font-display);font-weight:800;font-size:11px;letter-spacing:.04em;color:var(--alloy-pink, #d9356e)}.of-legend{display:flex;align-items:center;gap:18px;margin-top:24px;font-size:12.5px;color:var(--fg-muted, #7a6f88)}.of-legend .lg{display:flex;align-items:center;gap:7px}.of-legend .sw{width:11px;height:11px;border-radius:3px;flex-shrink:0}.of-legend .sw.g{background:#2c8a6e}.of-legend .sw.p{background:var(--alloy-pink, #d9356e)}.of-legend b{color:var(--alloy-purple, #381c4f);font-family:var(--font-display);font-weight:800}.of-legend .grow{margin-left:auto;white-space:nowrap}.of-legend .grow b{color:var(--alloy-pink, #d9356e)}.tq-seg{display:flex;gap:4px;height:28px;margin-top:24px}.tq-seg-g,.tq-seg-p{display:flex;align-items:center;padding:0 12px;font-family:var(--font-display);font-weight:800;font-size:13.5px;color:#fff;min-width:30px}.tq-seg-g{background:linear-gradient(90deg,#38a589,#2c8a6e);border-radius:999px 7px 7px 999px}.tq-seg-p{background:repeating-linear-gradient(45deg,#d9356e,#d9356e 8px,#e2588a 8px,#e2588a 16px);border-radius:7px 999px 999px 7px;justify-content:center;padding:0 8px}.tq-seg-g:only-child,.tq-seg-p:only-child{border-radius:999px}.tq-legend{display:flex;align-items:center;gap:16px;margin-top:13px;font-size:12.5px;color:var(--fg-muted, #7a6f88);font-weight:500;flex-wrap:wrap}.tq-lg{display:inline-flex;align-items:center;gap:7px}.tq-lg b{color:var(--alloy-purple, #381c4f);font-weight:700}.tq-sw{width:11px;height:11px;border-radius:3px;flex-shrink:0}.tq-sw.g{background:#2c8a6e}.tq-sw.p{background:var(--alloy-pink, #d9356e)}.tq-total{margin-left:auto;font-family:var(--font-mono, monospace);font-size:11.5px;color:#a89fb5}.tq-scope{margin-top:24px;padding:16px 17px 17px;background:#ffffff80;border:1px solid rgba(255,255,255,.7);border-radius:14px}.tq-scope-top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:11px;gap:10px}.tq-scope-lbl{font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#a89fb5}.tq-scope-delta{font-family:var(--font-display);font-size:12px;font-weight:800;color:var(--alloy-pink, #d9356e);white-space:nowrap}.tq-scope-bar{display:flex;gap:4px;height:15px}.tq-sp-planned{background:var(--alloy-purple, #381c4f);border-radius:999px 5px 5px 999px}.tq-sp-added{background:repeating-linear-gradient(45deg,#d9356e,#d9356e 6px,#e98ab0 6px,#e98ab0 12px);border-radius:5px 999px 999px 5px}.tq-sp-planned:only-child,.tq-sp-added:only-child{border-radius:999px}.tq-scope-keys{display:flex;align-items:center;gap:18px;margin-top:13px}.tq-scope-key{display:flex;align-items:center;gap:7px;min-width:0}.tq-scope-key .tq-sw{width:11px;height:11px;border-radius:3px;flex-shrink:0}.tq-scope-key .tq-sw.planned{background:var(--alloy-purple, #381c4f)}.tq-scope-key .tq-sw.added{background:var(--alloy-pink, #d9356e)}.tq-scope-key .tq-n{font-family:var(--font-display);font-weight:800;font-size:15px;color:var(--alloy-purple, #381c4f);line-height:1;flex-shrink:0}.tq-scope-key .tq-n.added{color:var(--alloy-pink, #d9356e)}.tq-scope-key .tq-t{font-size:11px;color:var(--fg-muted, #7a6f88);font-weight:600;line-height:1.2;white-space:nowrap}.tq-scope-note{font-size:12px;color:#5a5168;line-height:1.5;margin-top:13px;padding-top:12px;border-top:1px dashed #e2dcec}.tq-scope-note b{color:var(--alloy-purple, #381c4f);font-weight:700}.tq-tip-wrap{position:relative;cursor:help;border-bottom:1px dotted #b9a9cf;outline:none}.tq-tip{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);width:230px;background:#2c1444;color:#fff;font-size:11.5px;font-weight:500;line-height:1.5;padding:11px 13px;border-radius:11px;box-shadow:0 12px 30px #381c4f5c;opacity:0;visibility:hidden;transition:opacity .14s;z-index:60;pointer-events:none}.tq-tip:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#2c1444}.tq-tip-wrap:hover .tq-tip,.tq-tip-wrap:focus-visible .tq-tip{opacity:1;visibility:visible}.tq-section-lbl{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#a89fb5;margin:24px 0 12px}.tq-engines{display:flex;gap:9px;flex-wrap:wrap}.tq-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px 8px 12px;border-radius:999px;font-size:13px;font-weight:700;line-height:1}.tq-chip-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.tq-chip-n{font-family:var(--font-display);font-weight:800;font-size:13.5px}.tq-chip.zero{background:#f4f2f7;color:#b1a9bd}.tq-chip.zero .tq-chip-dot{background:#cfc8da}.tq-divider{height:1px;background:var(--border-subtle, #ece8f3);margin-top:28px}.tq-toolkit{margin-top:22px}.tq-tk-head{display:flex;align-items:center;gap:10px;margin-bottom:11px}.tq-tk-label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#a89fb5}.tq-tk-meta{margin-left:auto;font-size:11.5px;font-weight:700;color:#2c8a6e}.tq-tk-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.tq-tk-tile{display:flex;align-items:center;gap:10px;padding:11px 13px;border-radius:11px;border:1px solid rgba(255,255,255,.7);background:#ffffff80}.tq-tk-nm{font-size:13px;font-weight:700;color:var(--alloy-purple, #381c4f);flex:1;min-width:0}.tq-tk-st{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:6px;flex-shrink:0}.tq-tk-st.on{background:#e6f3f0;color:#2c8a6e}.tq-tk-st.locked{background:#381c4f0f;color:#9a90a8;padding:4px;display:inline-flex;align-items:center}.tq-tk-tile.locked{background:#ffffff47;opacity:.72}.tq-tk-tile.locked .tq-tk-nm{color:#9a90a8;font-weight:600}.tq-foot{display:flex;gap:22px;margin-top:auto;padding-top:22px}.tq-card>.tq-foot:not(:first-child){border-top:1px solid var(--border-subtle, #ece8f3);margin-top:22px}.tq-link{font-family:var(--font-body);font-size:13px;font-weight:700;color:var(--alloy-pink, #d9356e);display:inline-flex;align-items:center;gap:5px;cursor:pointer}.tq-link:hover{text-decoration:underline}.tq-empty{justify-content:flex-start}.tq-empty-msg{font-size:13.5px;color:var(--fg-muted, #7a6f88);line-height:1.55;margin:22px 0 0}.assets-search{display:flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid var(--border-subtle);border-radius:999px;background:#fff;color:var(--fg-muted);min-width:210px}.assets-search input{border:none;outline:none;background:transparent;flex:1;font-family:var(--font-body);font-size:13px;color:var(--fg-2)}.assets-search input::placeholder{color:var(--fg-muted)}.assets-kit-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;border:none;cursor:pointer;font-family:var(--font-display);font-weight:700;font-size:13px;background:var(--alloy-purple);color:#fff;white-space:nowrap;transition:background .15s ease}.assets-kit-btn:hover{background:var(--alloy-pink)}.assets-kit{position:relative;overflow:hidden;display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-bottom:30px;padding:40px 44px;border:1px solid var(--border-subtle);border-radius:var(--radius-xl, 20px);box-shadow:0 12px 30px #381c4f1a;background:#fff}.assets-kit: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%)}.assets-kit-body{flex:1;min-width:240px}.assets-kit-eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--alloy-pink)}.assets-kit-title{font-family:var(--font-display);font-weight:800;font-size:28px;line-height:1.12;letter-spacing:-.02em;margin:10px 0 12px;color:var(--alloy-purple)}.assets-kit-sub{font-size:15px;line-height:1.6;color:var(--fg-2);max-width:62ch}.assets-kit-meta{display:flex;gap:30px;margin-top:24px;flex-wrap:wrap}.assets-kit-meta .m{display:flex;flex-direction:column;gap:4px}.assets-kit-meta .m b{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--alloy-purple);line-height:1;letter-spacing:-.01em}.assets-kit-meta .m span{font-size:12px;color:var(--fg-muted);font-weight:600}.assets-kit-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch}.assets-sync-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 14px;border-radius:999px;cursor:pointer;font-family:var(--font-display);font-weight:700;font-size:12.5px;background:#fff;color:var(--alloy-purple);border:1px solid var(--border-subtle);transition:background .14s,color .14s,border-color .14s}.assets-sync-btn:hover:not(:disabled){border-color:var(--alloy-purple);background:var(--alloy-purple-tint)}.assets-sync-btn:disabled{cursor:default}.assets-sync-ico{flex-shrink:0}.assets-sync-btn.is-running .assets-sync-ico{animation:assets-spin .8s linear infinite}@keyframes assets-spin{to{transform:rotate(360deg)}}.assets-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.assets-tab{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;border:1px solid var(--border-subtle);background:#fff;cursor:pointer;font-family:var(--font-display);font-weight:700;font-size:12.5px;color:var(--fg-3);transition:background .14s ease,color .14s ease,border-color .14s ease}.assets-tab:hover{border-color:#d9d2e6}.assets-tab .n{font-size:11px;font-weight:800;color:var(--fg-muted)}.assets-tab.active{background:var(--alloy-purple);color:#fff;border-color:var(--alloy-purple)}.assets-tab.active .n{color:#ffffffb3}.asset-sec{display:flex;align-items:center;gap:14px;margin:40px 0 22px;font-family:var(--font-display);font-size:12.5px;font-weight:700;color:var(--alloy-purple);text-transform:uppercase;letter-spacing:.16em}.asset-sec:before,.asset-sec:after{content:"";height:1px;background:var(--border-subtle)}.asset-sec:before{width:0}.asset-sec:after{flex:1}.asset-sec .n{font-size:11px;font-weight:800;color:var(--alloy-pink);background:var(--alloy-pink-tint);padding:2px 8px;border-radius:999px;letter-spacing:0;text-transform:none}.asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:18px}.asset-card{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg, 14px);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s}.asset-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#d9d2e6}.asset-thumb{position:relative;aspect-ratio:4 / 3;overflow:hidden;display:grid;place-items:center;padding:18px;background:var(--alloy-off-white);border-bottom:1px solid var(--border-subtle)}.asset-thumb img{max-width:100%;max-height:100%;object-fit:contain}.asset-thumb .asset-glyph{font-family:var(--font-display);font-weight:800;font-size:30px;letter-spacing:-.02em;color:var(--alloy-purple);opacity:.55}.asset-fmt{position:absolute;top:10px;left:10px;z-index:3;font-family:var(--font-mono);font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 7px;border-radius:5px;background:#1a0a26b8;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.asset-files{position:absolute;top:10px;right:10px;z-index:3;font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;background:#ffffffe6;color:var(--alloy-purple);border:1px solid var(--border-subtle);white-space:nowrap}.asset-dl-over{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;background:#1a0a266b;opacity:0;transition:opacity .18s}.asset-card:hover .asset-dl-over{opacity:1}.asset-dl-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:999px;border:none;cursor:pointer;font-family:var(--font-display);font-weight:700;font-size:12.5px;background:#fff;color:var(--alloy-purple);box-shadow:var(--shadow-md)}.asset-body{padding:14px 16px 4px;flex:1}.asset-name{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--alloy-purple);line-height:1.25;letter-spacing:-.01em}.asset-note{font-size:12px;color:var(--fg-muted);line-height:1.45;margin-top:5px}.asset-foot{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid var(--border-subtle);margin-top:12px}.asset-meta{font-family:var(--font-mono);font-size:10.5px;color:var(--fg-muted);letter-spacing:.02em;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-iconbtn{width:32px;height:32px;border-radius:8px;flex-shrink:0;display:grid;place-items:center;cursor:pointer;background:var(--alloy-purple-tint);color:var(--alloy-purple);border:none;transition:background .14s,color .14s}.asset-iconbtn:hover{background:var(--alloy-purple);color:#fff}.asset-pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:20px}.asset-pager-btn{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;cursor:pointer;background:#fff;color:var(--alloy-purple);border:1px solid var(--border-subtle);transition:background .14s,color .14s,border-color .14s}.asset-pager-btn:hover:not(:disabled){background:var(--alloy-purple);color:#fff;border-color:var(--alloy-purple)}.asset-pager-btn:disabled{opacity:.4;cursor:default}.asset-pager-info{font-family:var(--font-mono);font-size:11.5px;color:var(--fg-muted);letter-spacing:.02em;min-width:90px;text-align:center}.assets-empty{text-align:center;padding:60px 20px;color:var(--fg-muted);border:1px dashed #d9d2e6;border-radius:var(--radius-lg, 14px)}.privacy-screen{padding-bottom:48px}.privacy-doc{max-width:760px;margin:0 auto;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);border-radius:16px;padding:40px 44px 36px;box-shadow:inset 0 1px #fffffff2,0 1px 2px #381c4f0d,0 14px 36px #381c4f17}.privacy-head{border-bottom:1px solid #ece8f1;padding-bottom:24px;margin-bottom:8px}.privacy-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-pink);margin-bottom:10px}.privacy-doc h1{font-family:var(--font-display);font-size:30px;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--alloy-purple);margin:0}.privacy-lede{font-size:15.5px;line-height:1.6;color:var(--fg-2);margin:12px 0 0}.privacy-updated{font-size:12px;font-weight:600;color:var(--fg-muted);margin-top:16px}.privacy-section{padding:24px 0;border-bottom:1px solid #f1eef6}.privacy-section:last-of-type{border-bottom:none}.privacy-section h2{font-family:var(--font-display);font-size:17px;font-weight:800;letter-spacing:-.01em;color:var(--alloy-purple);margin:0 0 10px}.privacy-section p{font-size:14.5px;line-height:1.65;color:var(--fg-2);margin:0 0 10px}.privacy-section p:last-child{margin-bottom:0}.privacy-list{list-style:none;margin:4px 0 0;padding:0;display:grid;gap:10px}.privacy-list li{font-size:14px;line-height:1.55;color:var(--fg-2);padding:12px 16px;border-radius:10px;background:var(--alloy-purple-tint, rgba(56,28,79,.05))}.privacy-list li strong{color:var(--alloy-purple);font-weight:700}.privacy-contact{padding-top:24px;border-top:1px solid #ece8f1;margin-top:8px}.privacy-contact h2{font-family:var(--font-display);font-size:17px;font-weight:800;color:var(--alloy-purple);margin:0 0 8px}.privacy-contact p{font-size:14.5px;line-height:1.65;color:var(--fg-2);margin:0}.privacy-contact a,.privacy-section a{color:var(--alloy-pink);font-weight:600}@media(max-width:640px){.privacy-doc{padding:28px 22px 26px;border-radius:14px}.privacy-doc h1{font-size:25px}}.proposal-system{--font-sans: var(--font-body);--ease-emphasis: cubic-bezier(.34,1.56,.64,1);--border-strong: #c9c1d6;--fg-faint: #b3a9bf;--fg-1: var(--fg);--alloy-pink-hover: #c12a60;--shadow-pink: 0 4px 12px -5px rgba(217,53,110,.55)}.proposal-system .ps-topaccent{display:flex;height:4px;width:100%;position:sticky;top:0;z-index:60}.proposal-system .ps-topaccent span{flex:1}.proposal-system .ps-topaccent span:nth-child(1){background:var(--alloy-pink)}.proposal-system .ps-topaccent span:nth-child(2){background:var(--alloy-yellow)}.proposal-system .ps-topaccent span:nth-child(3){background:var(--alloy-blue)}.proposal-system .ps-topaccent span:nth-child(4){background:var(--alloy-green)}.proposal-system .ps-topaccent span:nth-child(5){background:var(--alloy-purple)}.proposal-system .ps-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.proposal-system .ps-head-glyph{width:40px;height:40px;border-radius:11px;flex:none;background:var(--alloy-purple-tint);color:var(--alloy-purple);display:grid;place-items:center}.proposal-system .ps-head h1{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--alloy-purple);margin:0;letter-spacing:-.02em}.proposal-system .ps-head .grow{flex:1}.proposal-system .ps-head-bell{position:relative;width:38px;height:38px;border-radius:999px;background:#fff;border:1px solid var(--border-subtle);color:var(--fg-3);display:grid;place-items:center}.proposal-system .ps-head-bell .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}.proposal-system .ps-head-av{width:38px;height:38px;border-radius:999px;flex:none;background:var(--alloy-blue-tint);display:grid;place-items:center;padding:6px;border:1px solid var(--border-subtle)}.proposal-system .ps-head-av img{width:100%;height:100%;object-fit:contain}.proposal-system .ps-workspace{display:grid;grid-template-columns:300px minmax(0,1fr) 358px;gap:16px;align-items:start}.proposal-system .ps-pane{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;box-shadow:var(--shadow-sm)}.proposal-system .ps-rail{position:sticky;top:20px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden}.proposal-system .ps-inbox-head{padding:16px 16px 12px;border-bottom:1px solid var(--border-subtle)}.proposal-system .ps-inbox-eyebrow{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .ps-inbox-titlerow{display:flex;align-items:center;gap:8px;margin-top:3px}.proposal-system .ps-inbox-title{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em}.proposal-system .ps-live{margin-left:auto;display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;color:#2c8a5e}.proposal-system .ps-live .d{width:7px;height:7px;border-radius:999px;background:#2c8a5e;box-shadow:0 0 0 3px #2c8a5e29;animation:psPulse 1.8s ease-in-out infinite}@keyframes psPulse{0%,to{opacity:1}50%{opacity:.35}}.proposal-system .ps-search{display:flex;align-items:center;gap:8px;margin-top:12px;padding:8px 11px;background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:9px;color:var(--fg-muted)}.proposal-system .ps-search input{border:none;outline:none;background:transparent;flex:1;font-size:12.5px;color:var(--fg-2);min-width:0}.proposal-system .ps-tabs{display:flex;gap:4px;margin-top:11px;flex-wrap:wrap}.proposal-system .ps-tab{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;font-size:11.5px;font-weight:700;color:var(--fg-muted);background:transparent;border:1px solid transparent;transition:all .12s}.proposal-system .ps-tab:hover{background:var(--alloy-off-white);color:var(--alloy-purple)}.proposal-system .ps-tab[data-active=true]{background:var(--alloy-purple);color:#fff}.proposal-system .ps-tab .n{font-size:10.5px;opacity:.75;font-weight:800}.proposal-system .ps-sub-list{overflow-y:auto;flex:1;padding:6px}.proposal-system .ps-sub-list::-webkit-scrollbar{width:7px}.proposal-system .ps-sub-list::-webkit-scrollbar-thumb{background:var(--alloy-light-gray);border-radius:99px}.proposal-system .ps-sub{width:100%;text-align:left;display:block;padding:12px;border-radius:11px;border:1px solid transparent;transition:all .12s;cursor:pointer;background:transparent}.proposal-system .ps-sub+.ps-sub{margin-top:2px}.proposal-system .ps-sub:hover{background:var(--alloy-off-white)}.proposal-system .ps-sub[data-active=true]{background:#fff;border-color:var(--alloy-pink);box-shadow:0 6px 18px #d9356e1a}.proposal-system .ps-sub-top{display:flex;align-items:flex-start;gap:9px}.proposal-system .ps-sub-av{width:26px;height:26px;border-radius:999px;flex:none;display:grid;place-items:center;font-family:var(--font-display);font-size:9.5px;font-weight:800;color:#fff}.proposal-system .ps-sub-body{flex:1;min-width:0}.proposal-system .ps-sub-name{font-family:var(--font-display);font-size:13.5px;font-weight:700;color:var(--alloy-purple);letter-spacing:-.01em;line-height:1.2}.proposal-system .ps-sub-meta{font-size:11px;color:var(--fg-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proposal-system .ps-sub-age{font-size:10px;color:var(--fg-muted);white-space:nowrap;flex:none}.proposal-system .ps-sub-foot{display:flex;align-items:center;gap:8px;margin-top:9px}.proposal-system .ps-pill{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;padding:3px 8px;border-radius:999px;white-space:nowrap}.proposal-system .ps-pill .d{width:5px;height:5px;border-radius:999px;background:currentColor}.proposal-system .ps-pill--new{background:var(--alloy-pink-tint);color:#a82451}.proposal-system .ps-pill--review{background:#f5d88073;color:#7a5a14}.proposal-system .ps-pill--draft{background:var(--alloy-blue-tint);color:#1d4d75}.proposal-system .ps-pill--sent{background:var(--alloy-purple-tint);color:var(--alloy-purple)}.proposal-system .ps-pill--accepted{background:var(--alloy-green-tint);color:#2c6e62}.proposal-system .ps-pill--declined{background:var(--alloy-light-gray);color:var(--fg-muted)}.proposal-system .ps-sub-match{margin-left:auto;font-family:var(--font-display);font-size:11px;font-weight:800;color:var(--alloy-purple)}.proposal-system .ps-sub-match span{color:var(--fg-muted);font-weight:600;font-size:10px}.proposal-system .ps-detail{display:flex;flex-direction:column;gap:16px;min-width:0}.proposal-system .ps-detail-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.proposal-system .ps-crumb{font-size:12px;color:var(--fg-muted);font-weight:600}.proposal-system .ps-crumb b{color:var(--alloy-purple);font-family:var(--font-mono);font-weight:700;font-size:11.5px}.proposal-system .ps-detail-acts{margin-left:auto;display:flex;gap:4px}.proposal-system .ps-act{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);background:transparent;transition:all .12s}.proposal-system .ps-act:hover{background:var(--alloy-off-white);color:var(--alloy-purple)}.proposal-system .ps-match-card{padding:22px 24px}.proposal-system .ps-match-top{display:flex;align-items:flex-start;gap:16px}.proposal-system .ps-match-tags{display:flex;gap:6px;margin-bottom:12px}.proposal-system .ps-chip{font-size:9.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:5px}.proposal-system .ps-chip--new{background:var(--alloy-purple);color:#fff}.proposal-system .ps-chip--prio{background:var(--alloy-pink-tint);color:#a82451}.proposal-system .ps-chip--age{background:transparent;color:var(--fg-muted);padding-left:0}.proposal-system .ps-match-h{font-family:var(--font-display);font-size:30px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.025em;line-height:1.05;margin:0}.proposal-system .ps-match-sub{font-size:13px;color:var(--fg-3);margin-top:7px;font-weight:500}.proposal-system .ps-match-sub b{color:var(--alloy-purple);font-weight:700}.proposal-system .ps-match-ringwrap{margin-left:auto;display:flex;align-items:center;gap:12px;flex:none}.proposal-system .ps-ring{position:relative;width:64px;height:64px;flex:none}.proposal-system .ps-ring-num{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;white-space:nowrap}.proposal-system .ps-ring-num .rn{display:inline-flex;align-items:flex-start}.proposal-system .ps-ring-num small{font-size:.46em;font-weight:700;margin-left:2px;margin-top:.18em;opacity:.85}.proposal-system .ps-ring-fitlab{font-family:var(--font-display);font-weight:600;color:#7c8698;letter-spacing:-.01em;line-height:1}.proposal-system .ps-ring-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);line-height:1.5}.proposal-system .ps-ring-label b{display:block;font-family:var(--font-display);font-size:15px;color:var(--alloy-purple);letter-spacing:-.01em}.proposal-system .ps-block-label{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .ps-said{padding:20px 22px}.proposal-system .ps-said-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.proposal-system .ps-said-date{font-size:11px;color:var(--fg-muted);font-weight:600}.proposal-system .ps-quote{position:relative;padding:4px 0 4px 18px;border-left:3px solid var(--alloy-pink);font-size:15px;line-height:1.6;color:var(--fg-2);font-style:italic}.proposal-system .ps-concerns{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.proposal-system .ps-concern{display:flex;align-items:center;gap:9px;padding:11px 13px;background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:9px;font-size:12.5px;font-weight:600;color:var(--fg-2)}.proposal-system .ps-concern .b{width:6px;height:6px;border-radius:999px;background:var(--alloy-pink);flex:none}@media(max-width:720px){.proposal-system .ps-concerns{grid-template-columns:1fr}}.proposal-system .ps-engine{background:linear-gradient(160deg,#2e1547,#20102f);border-radius:14px;padding:20px 22px 24px;color:#fff;overflow:hidden}.proposal-system .ps-engine-head{display:flex;align-items:center;gap:10px;margin-bottom:6px}.proposal-system .ps-engine-eyebrow{font-size:10.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--alloy-yellow)}.proposal-system .ps-engine-live{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:800;color:var(--alloy-green);letter-spacing:.06em}.proposal-system .ps-engine-live .d{width:6px;height:6px;border-radius:999px;background:var(--alloy-green);animation:psPulse 1.8s infinite}.proposal-system .ps-engine-stats{margin-left:auto;font-size:11px;color:#fff9;font-weight:600}.proposal-system .ps-engine-stats b{color:#fff;font-weight:800}.proposal-system .ps-engine-hint{font-size:11px;color:#ffffff73;margin-bottom:10px}.proposal-system .ps-graph{position:relative;width:100%}.proposal-system .ps-graph svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.proposal-system .ps-node{position:absolute;transform:translateY(-50%);font-size:12px;line-height:1.25;transition:opacity .18s,color .18s}.proposal-system .ps-node-l{text-align:right;font-weight:700;color:#ffffffeb;cursor:pointer}.proposal-system .ps-node-r{font-style:italic;color:#ffffffd1;font-weight:500}.proposal-system .ps-node.dim{opacity:.28}.proposal-system .ps-node-l.active{color:var(--alloy-yellow)}.proposal-system .ps-node-r.active{color:#fff;font-style:italic}.proposal-system .ps-dot{position:absolute;width:9px;height:9px;border-radius:999px;transform:translate(-50%,-50%);transition:all .18s}.proposal-system .ps-dot-l{background:var(--alloy-yellow);box-shadow:0 0 0 3px #f5d8802e}.proposal-system .ps-dot-r{background:var(--alloy-green);box-shadow:0 0 0 3px #aed7d029}.proposal-system .ps-dot.dim{opacity:.3}.proposal-system .ps-board{padding:20px 22px}.proposal-system .ps-board-rows{margin-top:14px;display:flex;flex-direction:column}.proposal-system .ps-board-row{display:grid;grid-template-columns:26px 1fr 120px 22px;align-items:center;gap:12px;padding:9px 0;border-top:1px solid var(--border-subtle)}.proposal-system .ps-board-row:first-child{border-top:none}.proposal-system .ps-board-rank{font-family:var(--font-mono);font-size:11px;font-weight:700;color:var(--fg-muted)}.proposal-system .ps-board-name{font-size:13px;font-weight:700;color:var(--alloy-purple);letter-spacing:-.005em}.proposal-system .ps-board-bar{height:6px;border-radius:999px;background:var(--alloy-light-gray);overflow:hidden}.proposal-system .ps-board-bar .f{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--alloy-green),#6fbfa8);transition:width .6s var(--ease-emphasis, ease)}.proposal-system .ps-board-score{font-family:var(--font-display);font-size:14px;font-weight:800;color:var(--alloy-purple);text-align:right}@media(max-width:720px){.proposal-system .ps-board-row{grid-template-columns:24px 1fr 18px}.proposal-system .ps-board-bar{display:none}}.proposal-system .ps-editor-head{padding:16px 16px 13px;border-bottom:1px solid var(--border-subtle)}.proposal-system .ps-editor-toprow{display:flex;align-items:baseline;justify-content:space-between}.proposal-system .ps-editor-eyebrow{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .ps-editor-count{font-size:10.5px;font-weight:700;color:var(--alloy-purple)}.proposal-system .ps-editor-title{font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--alloy-purple);margin-top:4px}.proposal-system .ps-editor-meta{font-size:10.5px;color:var(--fg-muted);margin-top:2px}.proposal-system .ps-editor-meta .sparkle{color:var(--alloy-pink)}.proposal-system .ps-sections{overflow-y:auto;flex:1;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.proposal-system .ps-sections::-webkit-scrollbar{width:7px}.proposal-system .ps-sections::-webkit-scrollbar-thumb{background:var(--alloy-light-gray);border-radius:99px}.proposal-system .ps-section{border:1px solid var(--border-subtle);border-radius:10px;padding:11px 12px;transition:border-color .15s,background .15s}.proposal-system .ps-section[data-on=true]{border-color:#aed7d0b3;background:var(--alloy-green-tint)}.proposal-system .ps-section[data-on=false]{opacity:.6}.proposal-system .ps-section-row{display:flex;align-items:flex-start;gap:10px}.proposal-system .ps-check{width:18px;height:18px;border-radius:5px;flex:none;border:1.5px solid var(--border-strong, #c9c1d6);background:#fff;display:grid;place-items:center;cursor:pointer;transition:all .12s;margin-top:1px}.proposal-system .ps-check[data-on=true]{background:#3a9b7e;border-color:#3a9b7e;color:#fff}.proposal-system .ps-section-info{flex:1;min-width:0}.proposal-system .ps-section-title{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--alloy-purple);line-height:1.25;letter-spacing:-.005em}.proposal-system .ps-section-note{font-size:11px;color:var(--fg-muted);margin-top:2px}.proposal-system .ps-req{font-size:8.5px;font-weight:800;letter-spacing:.1em;color:var(--fg-muted);background:#0000000a;padding:3px 6px;border-radius:4px;flex:none}.proposal-system .ps-editlink{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-size:11px;font-weight:700;color:var(--alloy-pink);background:transparent}.proposal-system .ps-editlink:hover{color:var(--alloy-pink-hover, #c12a60)}.proposal-system .ps-prose{margin-top:9px;width:100%;min-height:96px;resize:vertical;padding:10px 11px;border:1px solid var(--border-subtle);border-radius:8px;background:#fff;font-family:var(--font-body);font-size:12px;line-height:1.55;color:var(--fg-2)}.proposal-system .ps-prose:focus{outline:none;border-color:var(--alloy-purple);box-shadow:0 0 0 3px var(--alloy-purple-tint)}.proposal-system .ps-prose-acts{display:flex;gap:8px;margin-top:8px}.proposal-system .ps-editor-foot{border-top:1px solid var(--border-subtle);padding:12px 14px}.proposal-system .ps-editor-foot-row{display:flex;gap:8px}.proposal-system .ps-foot-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 8px;border-radius:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--alloy-purple);background:#fff;border:1px solid var(--border-subtle);transition:all .12s}.proposal-system .ps-foot-btn:hover{border-color:var(--alloy-purple)}.proposal-system .ps-send{width:100%;margin-top:8px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px;border-radius:11px;font-family:var(--font-display);font-size:14px;font-weight:800;letter-spacing:-.005em;color:#fff;background:var(--alloy-purple);transition:all .15s}.proposal-system .ps-send:hover{background:var(--alloy-purple-deep);box-shadow:0 8px 22px #381c4f47}.proposal-system .ps-send.is-sent{background:#3a9b7e}.proposal-system .ps-send.is-sent:hover{background:#338a70;box-shadow:none}.proposal-system .ps-editor-expire{text-align:center;font-size:10px;color:var(--fg-muted);margin-top:9px}.proposal-system .ps-regen .ps-section{animation:psShimmer 1s ease-in-out infinite}@keyframes psShimmer{0%,to{opacity:.55}50%{opacity:1}}.proposal-system .ps-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f0e308c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;display:grid;place-items:center;padding:32px;animation:psFade .2s ease}@keyframes psFade{0%{opacity:0}to{opacity:1}}.proposal-system .ps-modal{background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);width:100%;max-width:720px;max-height:calc(100vh - 64px);display:flex;flex-direction:column;overflow:hidden;animation:psPop .22s var(--ease-emphasis, ease)}@keyframes psPop{0%{transform:translateY(12px) scale(.98);opacity:0}to{transform:none;opacity:1}}.proposal-system .ps-modal-head{display:flex;align-items:center;gap:12px;padding:18px 24px;border-bottom:1px solid var(--border-subtle)}.proposal-system .ps-modal-head .t{font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--alloy-purple)}.proposal-system .ps-modal-head .x{margin-left:auto;width:32px;height:32px;border-radius:999px;display:grid;place-items:center;color:var(--fg-muted)}.proposal-system .ps-modal-head .x:hover{background:var(--alloy-off-white);color:var(--alloy-purple)}.proposal-system .ps-modal-body{overflow-y:auto;padding:0;background:var(--alloy-off-white)}.proposal-system .ps-doc{background:#fff;margin:22px;border-radius:12px;box-shadow:var(--shadow-md);padding:0;overflow:hidden}.proposal-system .ps-doc-band{background:linear-gradient(135deg,var(--alloy-purple) 0%,var(--alloy-purple-deep) 100%);color:#fff;padding:26px 30px}.proposal-system .ps-doc-kicker{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--alloy-yellow)}.proposal-system .ps-doc-h{font-family:var(--font-display);font-size:24px;font-weight:800;letter-spacing:-.02em;margin:6px 0 0}.proposal-system .ps-doc-meta{font-size:12px;color:#ffffffb3;margin-top:6px}.proposal-system .ps-doc-body{padding:26px 30px 30px}.proposal-system .ps-doc-sec{padding:14px 0;border-top:1px solid var(--border-subtle)}.proposal-system .ps-doc-sec:first-child{border-top:none;padding-top:4px}.proposal-system .ps-doc-sec-n{font-family:var(--font-mono);font-size:10px;font-weight:700;color:var(--alloy-pink);letter-spacing:.08em}.proposal-system .ps-doc-sec-t{font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--alloy-purple);margin:3px 0 0;letter-spacing:-.01em}.proposal-system .ps-doc-sec-p{font-size:13px;line-height:1.6;color:var(--fg-3);margin:6px 0 0}.proposal-system .ps-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:300;display:flex;align-items:center;gap:11px;background:var(--alloy-purple);color:#fff;padding:13px 18px;border-radius:12px;box-shadow:var(--shadow-lg);font-size:13px;font-weight:600;animation:psToast .3s var(--ease-emphasis, ease)}.proposal-system .ps-toast .ic{width:26px;height:26px;border-radius:999px;background:#3a9b7e;display:grid;place-items:center;flex:none}@keyframes psToast{0%{transform:translate(-50%) translateY(16px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@media(max-width:1240px){.proposal-system .ps-workspace{grid-template-columns:280px minmax(0,1fr)}.proposal-system .ps-editor{grid-column:1 / -1;position:static;max-height:none}.proposal-system .ps-sections{max-height:520px}}@media(max-width:920px){.proposal-system .ps-workspace{grid-template-columns:1fr}.proposal-system .ps-inbox{position:static;max-height:none}.proposal-system .ps-sub-list{max-height:360px}}.proposal-system .v2-stepper{position:relative;display:flex;align-items:center;gap:0;background:#fff;border:1px solid var(--border-subtle);border-radius:12px;padding:6px;box-shadow:var(--shadow-sm);width:fit-content}.proposal-system .v2-step-pill{position:absolute;left:0;top:0;border-radius:9px;background:var(--alloy-purple);box-shadow:0 6px 16px -6px #381c4f8c;z-index:1;pointer-events:none}.proposal-system .v2-step-pill.glide{transition:transform .44s cubic-bezier(.7,0,.25,1),width .44s cubic-bezier(.7,0,.25,1)}.proposal-system .v2-step{position:relative;z-index:2;display:inline-flex;align-items:center;gap:9px;padding:9px 16px;border-radius:9px;font-size:13px;font-weight:700;color:var(--fg-muted);background:transparent;transition:color .3s ease}.proposal-system .v2-step .num{width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-size:11px;font-weight:800;background:var(--alloy-light-gray);color:var(--fg-muted);transition:background .3s ease,color .3s ease}.proposal-system .v2-step[data-active=true]{background:transparent;color:#fff}.proposal-system .v2-step[data-active=true] .num{background:var(--alloy-yellow);color:var(--alloy-purple)}.proposal-system .v2-step[data-done=true]{color:var(--alloy-purple)}.proposal-system .v2-step[data-done=true] .num{background:#3a9b7e;color:#fff}.proposal-system .v2-step-sep{position:relative;z-index:0;width:18px;height:1.5px;background:var(--border-subtle)}.proposal-system .v2-steps-row{display:flex;align-items:center;gap:4px;margin-bottom:20px}.proposal-system .v2-retain-link{align-self:stretch;display:inline-flex;align-items:center;gap:7px;padding:0 16px;border-radius:12px;font-size:12.5px;font-weight:600;color:var(--fg-muted);background:transparent;opacity:.78;transition:opacity .15s ease,color .15s ease,background .15s ease}.proposal-system .v2-retain-link .ico{display:inline-flex;opacity:.7}.proposal-system .v2-retain-link:hover{opacity:1;color:var(--alloy-purple)}.proposal-system .v2-retain-link[data-active=true]{opacity:1;color:var(--alloy-purple);background:#381c4f0f;font-weight:700}.proposal-system .v2-stepper-actions{margin-left:auto}.proposal-system .v2-preview-step{display:flex;flex-direction:column;gap:14px}.proposal-system .v2-preview-bar{display:flex;align-items:center;gap:13px;background:linear-gradient(150deg,#2e1547,#20102f);color:#fff;border-radius:14px;padding:14px 18px}.proposal-system .v2-preview-av{width:38px;height:38px;flex:none;border-radius:999px;background:var(--alloy-yellow);color:var(--alloy-purple);display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:13px}.proposal-system .v2-preview-id .t{font-family:var(--font-display);font-weight:800;font-size:15px;letter-spacing:-.01em}.proposal-system .v2-preview-id .s{font-size:11.5px;color:#ffffffa8;margin-top:2px}.proposal-system .v2-preview-tag{margin-left:auto;display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffffb8}.proposal-system .v2-preview-tag .d{width:7px;height:7px;border-radius:999px;background:var(--alloy-green);box-shadow:0 0 0 4px #74c27538}.proposal-system .v2-preview-frame{height:70vh;min-height:520px;border-radius:16px;overflow:hidden;border:1px solid var(--border-subtle);box-shadow:var(--shadow-md);background:#fff}.proposal-system .v2-preview-frame iframe{width:100%;height:100%;border:0;display:block}.proposal-system .v2-preview-foot{display:flex;justify-content:space-between;align-items:center}.proposal-system .v2-send-step{display:flex;flex-direction:column;gap:14px}.proposal-system .v2-mail-av{background:var(--alloy-pink)!important;color:#fff!important}.proposal-system .v2-mail{border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);background:#fff}.proposal-system .v2-mail-toolbar{display:flex;align-items:center;gap:12px;padding:11px 16px;border-bottom:1px solid var(--border-subtle);background:var(--alloy-off-white)}.proposal-system .v2-mail-app{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .v2-mail-app .dot{width:8px;height:8px;border-radius:999px;background:var(--alloy-pink)}.proposal-system .v2-mail-tools{display:flex;gap:4px}.proposal-system .v2-mail-tools button{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:var(--fg-muted);transition:background .14s,color .14s}.proposal-system .v2-mail-tools button:hover{background:#fff;color:var(--alloy-purple)}.proposal-system .v2-mail-headrow{padding:20px 26px 16px;border-bottom:1px solid var(--border-subtle)}.proposal-system .v2-mail-subject{font-family:var(--font-display);font-size:21px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.015em;margin:0 0 14px}.proposal-system .v2-mail-meta{display:flex;align-items:center;gap:12px}.proposal-system .v2-mail-sender-av{width:40px;height:40px;flex:none;border-radius:999px;background:linear-gradient(150deg,#2e1547,#20102f);color:#fff;display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:15px}.proposal-system .v2-mail-who{flex:1;min-width:0}.proposal-system .v2-mail-who .from{font-size:13.5px;font-weight:700;color:var(--fg-1)}.proposal-system .v2-mail-who .from .addr{font-weight:500;color:var(--fg-muted)}.proposal-system .v2-mail-who .to{font-size:12px;color:var(--fg-muted);margin-top:2px}.proposal-system .v2-mail-time{font-size:12px;color:var(--fg-muted);flex:none}.proposal-system .v2-mail-body{background:#f1eef6;padding:28px}.proposal-system .v2-email{max-width:580px;margin:0 auto;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 12px 34px -16px #381c4f4d}.proposal-system .v2-email-hd{background:linear-gradient(135deg,#2b2c6c,#1a1b4a);color:#fff;padding:26px 30px}.proposal-system .v2-email-logo{height:26px;width:auto;display:block}.proposal-system .v2-email-mark{font-family:var(--font-display);font-size:26px;font-weight:800;letter-spacing:.02em}.proposal-system .v2-email-mark-sub{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff9;margin-top:10px}.proposal-system .v2-email-bd{padding:26px 30px 30px;color:#2a2433;font-size:14px;line-height:1.65}.proposal-system .v2-email-bd p{margin:0 0 14px}.proposal-system .v2-email-card{background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:12px;padding:14px 18px;margin:18px 0}.proposal-system .v2-email-card .row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:8px 0;font-size:13px;line-height:1.45}.proposal-system .v2-email-card .row span{color:var(--fg-muted);flex:none}.proposal-system .v2-email-card .row b{color:#2b2c6c;font-weight:700;text-align:right}.proposal-system .v2-email-cta{display:inline-flex;align-items:center;gap:8px;background:#74c275;color:#163a16;padding:13px 24px;border-radius:10px;font-family:var(--font-display);font-size:14.5px;font-weight:800;box-shadow:0 8px 20px -8px #74c275b3;margin:4px 0 18px}.proposal-system .v2-email-cta:hover{background:#63b264}.proposal-system .v2-email-secure{display:flex;align-items:flex-start;gap:9px;background:#eef0f9;border-radius:10px;padding:12px 14px;font-size:12px;color:var(--fg-muted);line-height:1.5}.proposal-system .v2-email-secure svg{color:#2b2c6c;flex:none;margin-top:1px}.proposal-system .v2-email-sig{margin-top:20px!important;font-weight:700;color:#2b2c6c}.proposal-system .v2-email-sig span{font-weight:500;color:var(--fg-muted);font-size:12.5px}.proposal-system .v2-topline{display:flex;align-items:center;gap:16px;margin-bottom:20px}.proposal-system .v2-topline .grow{flex:1}.proposal-system .v2-review{display:grid;grid-template-columns:282px minmax(0,1fr) 320px;gap:26px;align-items:start}.proposal-system .v2-queue-label{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted);display:flex;align-items:center;gap:8px;margin:4px 4px 10px}.proposal-system .v2-queue-label .n{background:var(--alloy-pink);color:#fff;border-radius:999px;font-size:10px;padding:1px 7px}.proposal-system .v2-q{width:100%;text-align:left;display:block;background:#fff;border:1px solid var(--border-subtle);border-radius:12px;padding:14px 15px;transition:all .13s;cursor:pointer}.proposal-system .v2-q+.v2-q{margin-top:14px}.proposal-system .v2-q:hover{border-color:#d9356e38}.proposal-system .v2-q[data-active=true]{border-color:#d9356e47;box-shadow:0 10px 26px -12px #381c4f38}.proposal-system .v2-q-build{margin-top:13px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--alloy-pink);color:#fff;border:none;border-radius:9px;font-family:var(--font-display);font-size:12.5px;font-weight:700;letter-spacing:-.01em;padding:9px 12px;cursor:pointer;box-shadow:0 4px 12px -5px #d9356e8c;transition:transform .12s,box-shadow .12s,background .12s}.proposal-system .v2-q-build:hover{background:#c52a60;box-shadow:0 7px 16px -5px #d9356ea6}.proposal-system .v2-q-build svg{transition:transform .14s}.proposal-system .v2-q-build:hover svg{transform:translate(2px)}.proposal-system .v2-q-top{display:flex;align-items:center;gap:8px}.proposal-system .v2-q-name{font-family:var(--font-display);font-size:14px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em;flex:1;min-width:0}.proposal-system .v2-q-meta{font-size:11.5px;color:var(--fg-muted);margin-top:4px}.proposal-system .v2-q-id{font-family:var(--font-mono);font-size:10px;color:var(--fg-muted);margin-top:6px;letter-spacing:.04em}.proposal-system .v2-queue-head{display:flex;align-items:center;gap:8px;margin:4px 4px 12px}.proposal-system .v2-queue-head .v2-queue-label{margin:0}.proposal-system .v2-q-tabbar{display:flex;gap:4px;margin:0 2px 14px}.proposal-system .v2-q-tab{flex:1;border:1px solid var(--border-subtle);background:#fff;font:inherit;font-size:11px;font-weight:700;color:var(--fg-muted);padding:7px 4px;border-radius:9px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .13s}.proposal-system .v2-q-tab[data-on=true]{border-color:#d9356e66;color:var(--alloy-pink);background:var(--alloy-pink-tint)}.proposal-system .v2-q-tab .c{background:#381c4f1a;color:inherit;border-radius:999px;font-size:10px;font-weight:800;padding:0 6px}.proposal-system .v2-q-tab[data-on=true] .c{background:var(--alloy-pink);color:#fff}.proposal-system .v2-q-list{display:flex;flex-direction:column;gap:7px}.proposal-system .v2-q-empty{font-size:12px;color:var(--fg-muted);text-align:center;padding:24px 0}.proposal-system .v2-q[data-stage=closed]{opacity:.82}.proposal-system .v2-q[data-stage=closed][data-active=true]{opacity:1}.proposal-system .v2-q-pipe{display:flex;align-items:center;gap:8px;margin-top:9px;flex-wrap:wrap}.proposal-system .v2-q-owner{display:inline-flex}.proposal-system .v2-q-val{font-family:var(--font-display);font-size:12.5px;font-weight:800;color:var(--alloy-purple)}.proposal-system .v2-q-val .u{font-family:var(--font-sans);font-size:10px;font-weight:600;color:var(--fg-muted);margin-left:1px}.proposal-system .v2-q-quoted{font-size:10px;font-weight:600;color:var(--fg-muted);text-decoration:line-through}.proposal-system .v2-q-tag{font-size:9.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:2px 7px;border-radius:999px}.proposal-system .v2-q-tag.won{background:var(--alloy-green-tint);color:#2c6e62}.proposal-system .v2-q-tag.lost{background:var(--alloy-light-gray, #efeaf3);color:var(--fg-muted)}.proposal-system .v2-q-acts{margin-top:13px}.proposal-system .v2-q-note{margin-top:12px;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--fg-muted)}.proposal-system .v2-q-close{margin-top:12px;display:flex;flex-direction:column;gap:10px}.proposal-system .v2-q-close .v2-q-note{margin-top:0}.proposal-system .v2-q-build--green{background:#2c8a6e}.proposal-system .v2-q-build--green:hover{background:#25735c;box-shadow:0 7px 16px -5px #2c8a6e99}.proposal-system .v2-qual-modal{max-width:440px}.proposal-system .v2-qual-tabs{display:flex;gap:2px;padding:0 22px;margin-top:4px;border-bottom:1px solid var(--border-subtle)}.proposal-system .v2-qual-tabs button{border:none;background:none;font:inherit;font-size:12px;font-weight:700;color:var(--fg-muted);padding:12px 14px 13px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .13s}.proposal-system .v2-qual-tabs button[data-on=true]{color:var(--alloy-pink);border-bottom-color:var(--alloy-pink)}.proposal-system .v2-qual-body{padding:20px 22px 22px}.proposal-system .v2-qual-label{display:block;font-size:10.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--fg-muted);margin:0 0 10px}.proposal-system .v2-qual-label span{font-weight:600;letter-spacing:0;text-transform:none;color:var(--fg-faint, #b3a9bf)}.proposal-system .v2-qual-label:not(:first-child){margin-top:20px}.proposal-system .v2-qual-owners{display:grid;grid-template-columns:1fr 1fr;gap:10px}.proposal-system .v2-qual-owner{display:flex;align-items:center;gap:9px;border:1.5px solid var(--border-subtle);background:#fff;border-radius:11px;padding:10px 12px;cursor:pointer;font:inherit;font-size:12.5px;font-weight:700;color:var(--fg-2);transition:all .13s;position:relative}.proposal-system .v2-qual-owner[data-on=true]{border-color:var(--alloy-pink);background:var(--alloy-pink-tint);color:var(--alloy-purple)}.proposal-system .v2-qual-tick{margin-left:auto;color:var(--alloy-pink);display:inline-flex}.proposal-system .v2-qual-money{display:flex;align-items:center;gap:4px;border:1.5px solid var(--border-subtle);border-radius:11px;padding:11px 14px;font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--alloy-purple)}.proposal-system .v2-qual-money:focus-within{border-color:var(--alloy-pink)}.proposal-system .v2-qual-money input{border:none;outline:none;font:inherit;color:inherit;width:100%;background:none}.proposal-system .v2-qual-money .u{font-family:var(--font-sans);font-size:12px;font-weight:600;color:var(--fg-muted)}.proposal-system .v2-qual-hint{font-size:11px;line-height:1.5;color:var(--fg-muted);margin-top:9px}.proposal-system .v2-qual-warn{font-size:12px;line-height:1.55;color:var(--fg-3);background:var(--alloy-off-white, #f7f4fa);border-radius:10px;padding:12px 14px}.proposal-system .v2-qual-reasons{display:flex;flex-direction:column;gap:7px}.proposal-system .v2-qual-reason{display:flex;align-items:center;gap:10px;border:1.5px solid var(--border-subtle);background:#fff;border-radius:10px;padding:11px 13px;cursor:pointer;font:inherit;font-size:12.5px;font-weight:600;color:var(--fg-2);transition:all .13s;text-align:left}.proposal-system .v2-qual-reason[data-on=true]{border-color:var(--alloy-pink);color:var(--alloy-purple);font-weight:700}.proposal-system .v2-qual-radio{width:15px;height:15px;border-radius:999px;border:2px solid var(--border-strong, #cfc5da);flex:0 0 auto;transition:all .13s}.proposal-system .v2-qual-radio[data-on=true]{border-color:var(--alloy-pink);background:radial-gradient(circle at center,var(--alloy-pink) 0 4px,#fff 5px)}.proposal-system .v2-qual-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.proposal-system .v2-qual-actions--split{justify-content:space-between}.proposal-system .v2-btn-win{background:#2c8a6e;color:#fff;border:none;display:inline-flex;align-items:center;gap:7px}.proposal-system .v2-btn-win:hover{background:#25735c;box-shadow:0 7px 16px -6px #2c8a6e99}.proposal-system .v2-btn-danger{background:#fff;border:1.5px solid #e3b9c8;color:#b3315c}.proposal-system .v2-btn-danger:hover{background:#fbeef3}.proposal-system .v2-analysis{display:flex;flex-direction:column;gap:22px;min-width:0}.proposal-system .v2-an-head{background:#ffffff8c;-webkit-backdrop-filter:blur(18px) saturate(1.4);backdrop-filter:blur(18px) saturate(1.4);border:1px solid rgba(255,255,255,.75);border-radius:16px;box-shadow:0 14px 44px -16px #381c4f38,inset 0 1px #fff9;padding:24px 26px;display:flex;align-items:flex-start;gap:16px}.proposal-system .v2-an-eyebrow{font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--alloy-pink)}.proposal-system .v2-an-title{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;margin:6px 0 0}.proposal-system .v2-an-sub{font-size:12.5px;color:var(--fg-muted);margin-top:4px}.proposal-system .v2-intake-tag{display:inline-flex;align-items:center;gap:5px;margin-top:9px;font-size:10.5px;font-weight:700;color:#2a6391;background:var(--alloy-blue-tint);padding:3px 9px;border-radius:999px}.proposal-system .v2-an-ring{margin-left:auto;display:flex;align-items:center;gap:16px;flex:none}.proposal-system .v2-an-ring .lab{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.proposal-system .v2-an-ring .fit{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#2f8f6e;background:var(--alloy-green-tint);padding:4px 9px;border-radius:999px}.proposal-system .v2-an-ring .fit .d{width:6px;height:6px;border-radius:999px;background:#2f8f6e}.proposal-system .v2-an-ring .big{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;line-height:1}.proposal-system .v2-an-ring .cap{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .v2-block-label{font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:14px}.proposal-system .v2-match-head{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-bottom:16px}.proposal-system .v2-match-head .ps-ring{flex:none}.proposal-system .v2-match-head-text{min-width:0}.proposal-system .v2-match-head .v2-engine-btn{margin-left:auto}.proposal-system .v2-match-h{font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:-.005em;color:var(--alloy-purple);margin:0;line-height:1.3}.proposal-system .v2-match-meta{font-size:12px;color:var(--fg-muted);margin-top:3px}.proposal-system .v2-match-meta b{color:var(--alloy-purple);font-weight:700}.proposal-system .v2-engine-btn{flex:none;display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:var(--alloy-purple);background:#fff;border:1px solid var(--border-subtle);border-radius:9px;padding:9px 14px;box-shadow:var(--shadow-sm);transition:border-color .13s ease,color .13s ease}.proposal-system .v2-engine-btn svg{color:var(--alloy-pink)}.proposal-system .v2-engine-btn:hover{border-color:var(--alloy-purple)}.proposal-system .v2-eng-pulse{position:relative;flex:none;width:9px;height:9px;display:inline-grid;place-items:center}.proposal-system .v2-eng-pulse .dot{position:relative;z-index:2;width:8px;height:8px;border-radius:999px;background:#4faa5a}.proposal-system .v2-eng-pulse .ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#4faa5a;opacity:0}@media(prefers-reduced-motion:no-preference){.proposal-system .v2-eng-pulse .ring{animation:engPulse 1.9s cubic-bezier(.4,0,.2,1) infinite}.proposal-system .v2-eng-pulse .ring.r2{animation-delay:.95s}}@keyframes engPulse{0%{transform:scale(1);opacity:.55}80%,to{transform:scale(3.4);opacity:0}}.proposal-system .v2-match-list{display:flex;flex-direction:column;gap:14px}.proposal-system .v2-match{background:#fff;border:1px solid var(--border-subtle);border-radius:12px;box-shadow:var(--shadow-sm);padding:15px 17px;transition:border-color .13s}.proposal-system .v2-match.open{border-color:#74c27580;box-shadow:0 10px 30px -10px #2f8f6e38}.proposal-system .v2-match-row{display:flex;align-items:center;gap:12px;cursor:pointer}.proposal-system .v2-match-ic{width:24px;height:24px;flex:none;border-radius:999px;background:var(--alloy-purple-tint);color:var(--alloy-purple);font-family:var(--font-display);font-weight:800;font-size:11px;display:grid;place-items:center;transition:all .13s}.proposal-system .v2-match.open .v2-match-ic{background:var(--alloy-purple);color:#fff}.proposal-system .v2-match-name{flex:1;min-width:0;font-family:var(--font-display);font-size:14.5px;font-weight:700;color:var(--alloy-purple);letter-spacing:-.005em}.proposal-system .v2-seg-chev{flex:none;color:var(--fg-muted);transition:transform .2s ease,color .13s}.proposal-system .v2-seg-chev.open{transform:rotate(180deg);color:var(--alloy-purple)}.proposal-system .v2-match-row:hover .v2-seg-chev{color:var(--alloy-purple)}.proposal-system .v2-seg-wrap{display:flex;align-items:center;gap:14px;margin-top:13px;cursor:pointer}.proposal-system .v2-segs{display:flex;gap:4px;flex:1}.proposal-system .v2-seg{flex:1;height:12px;border-radius:3px;background:var(--alloy-light-gray);transition:background .5s ease}.proposal-system .v2-seg.on-strong{background:#4faa5a}.proposal-system .v2-seg.on-partial{background:#e0a32e}.proposal-system .v2-seg-val{font-family:var(--font-display);font-weight:800;font-size:16px;letter-spacing:-.02em;color:var(--alloy-purple);min-width:44px;text-align:right}.proposal-system .v2-seg-cap{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:11.5px;font-weight:600;color:var(--fg-muted)}.proposal-system .v2-seg-cap .dot{width:7px;height:7px;border-radius:999px;flex:none}.proposal-system .v2-seg-cap.strong .dot{background:#4faa5a}.proposal-system .v2-seg-cap.partial .dot{background:#e0a32e}.proposal-system .v2-seg-cap b{color:var(--fg-2);font-weight:700}.proposal-system .v2-match-detail{margin-top:14px;padding-top:14px;border-top:1px dashed var(--border-subtle)}.proposal-system .v2-cap{display:flex;gap:11px;padding:9px 0}.proposal-system .v2-cap+.v2-cap{border-top:1px solid var(--border-subtle)}.proposal-system .v2-cap-ic{width:28px;height:28px;border-radius:8px;flex:none;display:grid;place-items:center;background:var(--alloy-purple-tint);color:var(--alloy-purple)}.proposal-system .v2-cap-name{font-family:var(--font-display);font-size:13px;font-weight:800;color:var(--alloy-purple);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.proposal-system .v2-cap-fit{font-size:10px;font-weight:800;color:#2c6e62;background:var(--alloy-green-tint);padding:2px 7px;border-radius:999px}.proposal-system .v2-cap-blurb{font-size:12px;color:var(--fg-3);line-height:1.5;margin-top:3px}.proposal-system .v2-engine-feature{position:relative;display:flex;align-items:center;gap:16px;width:100%;text-align:left;overflow:hidden;background:linear-gradient(150deg,#2e1547,#20102f);border-radius:16px;padding:18px 20px;margin-bottom:18px;color:#fff;box-shadow:0 10px 26px -16px #381c4f80;transition:transform .16s ease,box-shadow .16s ease}.proposal-system .v2-engine-feature:hover{transform:translateY(-2px);box-shadow:0 16px 36px -18px #381c4f99}.proposal-system .v2-ef-glow{position:absolute;top:-70%;right:-8%;width:300px;height:300px;background:radial-gradient(circle,#7a5aa852,#7a5aa800 66%);pointer-events:none}.proposal-system .v2-ef-icon{position:relative;flex:none;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#ffffff12;border:1px solid rgba(255,255,255,.14);color:var(--alloy-yellow)}.proposal-system .v2-ef-body{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.proposal-system .v2-ef-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#ffffff9e}.proposal-system .v2-ef-live{display:inline-grid;place-items:center}.proposal-system .v2-ef-live .d{width:7px;height:7px;border-radius:999px;background:var(--alloy-green);box-shadow:0 0 0 3px #74c27540;animation:efPulse 2s ease-in-out infinite}@keyframes efPulse{0%,to{opacity:1}50%{opacity:.4}}.proposal-system .v2-ef-title{font-family:var(--font-display);font-size:16px;font-weight:800;letter-spacing:-.01em;line-height:1.25}.proposal-system .v2-ef-stats{font-size:12px;color:#ffffffb3;margin-top:1px}.proposal-system .v2-ef-stats b{color:#fff;font-weight:800}.proposal-system .v2-ef-cta{position:relative;flex:none;display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);padding:10px 15px;border-radius:10px;transition:gap .16s ease,background .16s ease}.proposal-system .v2-engine-feature:hover .v2-ef-cta{gap:11px;background:#ffffff29}.proposal-system .v2-engine-modal{background:linear-gradient(160deg,#2e1547,#20102f);border-radius:18px;box-shadow:var(--shadow-lg);width:100%;max-width:1040px;max-height:calc(100vh - 64px);display:flex;flex-direction:column;overflow:hidden;color:#fff;animation:psPop .24s cubic-bezier(.2,.7,.3,1)}.proposal-system .v2-engine-modal-head{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.proposal-system .v2-engine-modal-head .ps-engine-head{margin-bottom:0;flex:1}.proposal-system .v2-engine-modal-x{width:34px;height:34px;flex:none;border-radius:9px;display:grid;place-items:center;color:#ffffffb3;background:#ffffff14;transition:background .14s,color .14s}.proposal-system .v2-engine-modal-x:hover{background:#ffffff29;color:#fff}.proposal-system .v2-engine-modal-body{padding:8px 24px 28px;overflow:auto}.proposal-system .ps-graph-cols{display:flex;justify-content:space-between;align-items:center;padding:4px 0 10px;margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,.14)}.proposal-system .ps-graph-col{font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.proposal-system .ps-graph-col.l{color:#e7c6ff}.proposal-system .ps-graph-col.r{color:#9fe3c9}.proposal-system .v2-ctx{display:flex;flex-direction:column;gap:22px;position:sticky;top:18px}.proposal-system .v2-card{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;box-shadow:var(--shadow-sm);padding:20px}.proposal-system .v2-ctx-name{font-family:var(--font-display);font-size:19px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.015em}.proposal-system .v2-ctx-id{font-family:var(--font-mono);font-size:11px;color:var(--fg-muted);margin-top:2px}.proposal-system .v2-ctx-rows{margin-top:16px;display:flex;flex-direction:column}.proposal-system .v2-ctx-row{display:grid;grid-template-columns:74px 1fr;gap:10px;align-items:start;padding:9px 0}.proposal-system .v2-ctx-row+.v2-ctx-row{border-top:1px solid var(--border-subtle)}.proposal-system .v2-ctx-k{font-size:11.5px;color:var(--fg-muted);font-weight:600;padding-top:1px}.proposal-system .v2-ctx-v{font-size:12.5px;color:var(--fg-2);font-weight:600;text-align:right}.proposal-system .v2-ctx-row.full{grid-template-columns:1fr}.proposal-system .v2-ctx-row.full .v2-ctx-v{text-align:left;line-height:1.5;font-weight:500;color:var(--fg-3)}.proposal-system .v2-tier-eyebrow{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--alloy-pink)}.proposal-system .v2-tier-name{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--alloy-purple);margin-top:4px;letter-spacing:-.01em}.proposal-system .v2-tier-price{font-family:var(--font-display);font-size:30px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;margin-top:8px}.proposal-system .v2-tier-price small{font-size:13px;font-weight:700;color:var(--fg-muted)}.proposal-system .v2-tier-breakdown{margin-top:14px;padding-top:12px;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:8px}.proposal-system .v2-tier-brow{display:flex;justify-content:space-between;align-items:baseline}.proposal-system .v2-tier-bk{font-size:11.5px;color:var(--fg-muted);font-weight:600}.proposal-system .v2-tier-bv{font-size:12.5px;color:var(--fg-2);font-weight:700}.proposal-system .v2-tier-foot{font-size:11px;color:var(--fg-muted);margin-top:12px;font-weight:600}.proposal-system .v2-quote{font-size:13px;line-height:1.6;color:var(--fg-2);font-style:italic;border-left:3px solid var(--alloy-pink);padding-left:14px}.proposal-system .v2-ctx-quote{margin-top:16px;padding-top:16px;border-top:1px solid var(--border-subtle)}.proposal-system .v2-ctx-quote-k{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:10px}.proposal-system .v2-build{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px;align-items:start}.proposal-system .v2-checklist{position:sticky;top:18px;background:#fff;border:1px solid var(--border-subtle);border-radius:14px;box-shadow:var(--shadow-sm);overflow:hidden}.proposal-system .v2-checklist-head{padding:15px 16px 12px;border-bottom:1px solid var(--border-subtle)}.proposal-system .v2-checklist-head .t{font-family:var(--font-display);font-size:14px;font-weight:800;color:var(--alloy-purple)}.proposal-system .v2-checklist-head .s{font-size:11px;color:var(--fg-muted);margin-top:2px}.proposal-system .v2-cl-list{padding:10px;display:flex;flex-direction:column;gap:4px;max-height:calc(100vh - 220px);overflow-y:auto}.proposal-system .v2-cl{display:flex;flex-direction:column;padding:9px 10px;border-radius:9px;transition:background .12s}.proposal-system .v2-cl:hover{background:var(--alloy-off-white)}.proposal-system .v2-cl-fixed:hover{background:transparent}.proposal-system .v2-cl-fixed .v2-cl-t{color:var(--fg-2)}.proposal-system .v2-cl-bullet{flex:none;width:18px;height:18px;display:grid;place-items:center}.proposal-system .v2-cl-bullet:after{content:"";width:6px;height:6px;border-radius:999px;background:var(--fg-muted);opacity:.5}.proposal-system .v2-cl-std{margin-left:auto;flex:none;font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);opacity:.8}.proposal-system .v2-cl-main{display:flex;align-items:center;gap:9px;cursor:pointer}.proposal-system .v2-cl-pencil{margin-left:auto;flex:none;width:27px;height:27px;border-radius:7px;display:grid;place-items:center;color:var(--fg-muted);opacity:0;transform:scale(.85);transition:opacity .16s,transform .16s,background .16s,color .16s}.proposal-system .v2-cl:hover .v2-cl-pencil{opacity:1;transform:scale(1)}.proposal-system .v2-cl-pencil:hover{background:var(--alloy-pink-tint);color:var(--alloy-pink)}.proposal-system .v2-cl-pencil.danger:hover{background:#fdecec;color:#c0392b}.proposal-system .v2-cl[data-off=true]{opacity:.5}.proposal-system .v2-cl[data-off=true] .v2-cl-pencil{opacity:1;transform:scale(1)}.proposal-system .v2-edit-modal{max-width:560px}.proposal-system .v2-edit-body{padding:20px 22px 22px}.proposal-system .v2-edit-label{display:block;font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:10px}.proposal-system .v2-edit-area{width:100%;min-height:220px;border:1px solid var(--border-subtle);border-radius:10px;padding:14px 16px;font-family:var(--font-body);font-size:14px;line-height:1.65;color:var(--fg-2);resize:vertical;background:#fff}.proposal-system .v2-edit-area:focus{outline:none;border-color:var(--alloy-purple);box-shadow:0 0 0 3px var(--alloy-purple-tint)}.proposal-system .v2-edit-actions{display:flex;justify-content:flex-end;margin-top:14px}.proposal-system .v2-cl-edit{align-self:flex-start;margin:8px 0 0 27px;display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;color:var(--alloy-pink)}.proposal-system .v2-cl-edit:hover{color:var(--alloy-pink-hover, #c12a60)}.proposal-system .v2-cl-prose{margin:8px 0 2px;width:100%;min-height:90px;border:1px solid var(--border-subtle);border-radius:8px;padding:9px 10px;font-family:var(--font-body);font-size:11.5px;line-height:1.55;color:var(--fg-2);resize:vertical;background:#fff}.proposal-system .v2-cl-prose:focus{outline:none;border-color:var(--alloy-purple);box-shadow:0 0 0 3px var(--alloy-purple-tint)}.proposal-system .v2-cl-check{width:17px;height:17px;border-radius:5px;flex:none;border:1.5px solid var(--border-strong, #c9c1d6);background:var(--alloy-off-white);display:grid;place-items:center;color:#fff;margin-top:0;transition:background .22s cubic-bezier(.2,.8,.2,1),border-color .22s,transform .22s cubic-bezier(.34,1.56,.64,1)}.proposal-system .v2-cl-check[data-on=true]{background:#3a9b7e;border-color:#3a9b7e;transform:scale(1.06)}.proposal-system .v2-cl-check svg{animation:motPop .26s var(--ease-emphasis, ease)}.proposal-system .v2-cl-info{min-width:0}.proposal-system .v2-cl-t{font-size:12.5px;font-weight:700;color:var(--alloy-purple);line-height:1.25}.proposal-system .v2-cl-n{font-size:10.5px;color:var(--fg-muted);margin-top:1px}.proposal-system .v2-cl-req{font-size:8px;font-weight:800;letter-spacing:.08em;color:var(--fg-muted)}.proposal-system .v2-cl-list.two-zone{padding:14px;gap:12px;max-height:none;overflow:visible}.proposal-system .v2-zone-c{background:#e6f3ee;border:1px solid #cfe6dc;border-radius:14px;padding:8px;display:flex;flex-direction:column;gap:6px}.proposal-system .v2-zone-c-lbl{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 4px}.proposal-system .v2-zone-c-lbl .l{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2c7c63}.proposal-system .v2-zone-c-lbl .r{font-size:11px;font-weight:700;color:#2c7c63;background:#fff;border:1px solid #cfe6dc;border-radius:999px;padding:2px 9px;white-space:nowrap}.proposal-system .v2-crow{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid #dcebe4;border-radius:10px;padding:12px 13px;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease,opacity .15s ease}.proposal-system .v2-crow:hover{box-shadow:var(--shadow-sm);border-color:#bcdccf}.proposal-system .v2-crow[data-off=true]{opacity:.55}.proposal-system .v2-chk{flex:none;width:24px;height:24px;border-radius:7px;background:#3a9b7e;display:grid;place-items:center;box-shadow:0 2px 5px -1px #3a9b7e80;transition:background .2s,border-color .2s,box-shadow .2s}.proposal-system .v2-chk svg{width:14px;height:14px;stroke:#fff;stroke-width:3;fill:none}.proposal-system .v2-crow[data-off=true] .v2-chk{background:#fff;border:1.5px solid #3a9b7e;box-shadow:none}.proposal-system .v2-crow-main{flex:1;min-width:0}.proposal-system .v2-crow-title{font-weight:700;font-size:13.5px;color:var(--fg-2);line-height:1.3}.proposal-system .v2-crow-meta{display:flex;align-items:center;gap:8px;margin-top:7px}.proposal-system .v2-fitchip{font-size:10.5px;font-weight:800;color:#2c7c63;background:#e6f3ee;border:1px solid #cfe6dc;border-radius:999px;padding:2px 8px;white-space:nowrap}.proposal-system .v2-crow-cap{font-size:11px;color:var(--fg-muted);font-weight:500}.proposal-system .v2-crow-acts{display:flex;gap:2px;margin-left:auto;flex:none}.proposal-system .v2-crow-act{width:26px;height:26px;border-radius:7px;display:grid;place-items:center;color:var(--fg-muted);background:transparent;border:none;cursor:pointer;opacity:0;transform:scale(.85);transition:opacity .16s,transform .16s,background .16s,color .16s}.proposal-system .v2-crow:hover .v2-crow-act{opacity:1;transform:scale(1)}.proposal-system .v2-crow-act:hover{background:#eef7f2;color:#2c7c63}.proposal-system .v2-crow-act.danger:hover{background:#fdecec;color:#c0392b}.proposal-system .v2-addc{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px;border:1.5px dashed #b9d6c9;border-radius:10px;background:#ffffff80;font-family:var(--font-display);font-size:12.5px;font-weight:700;color:#2c7c63;cursor:pointer;width:100%}.proposal-system .v2-addc:hover{background:#fff}.proposal-system .v2-addc svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.2;fill:none}.proposal-system .v2-grp{display:flex;align-items:center;gap:9px;padding:2px 6px;font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .v2-grp .ln{flex:1;height:1px;background:var(--border-subtle)}.proposal-system .v2-srow{display:flex;gap:12px;align-items:flex-start;padding:10px 12px;border-radius:10px}.proposal-system .v2-srow:hover{background:var(--alloy-off-white)}.proposal-system .v2-lock{flex:none;width:24px;height:24px;border-radius:7px;background:var(--alloy-light-gray);display:grid;place-items:center;margin-top:1px}.proposal-system .v2-lock svg{width:12px;height:12px;stroke:var(--fg-muted);stroke-width:2;fill:none}.proposal-system .v2-srow-main{flex:1;min-width:0}.proposal-system .v2-srow-title{font-weight:700;font-size:13px;color:var(--fg-3);line-height:1.3}.proposal-system .v2-srow-note{font-size:11.5px;color:var(--fg-muted);margin-top:3px;line-height:1.4}.proposal-system .v2-doc-stage{background:var(--alloy-purple-deep);border-radius:16px;padding:22px;overflow:hidden}.proposal-system .v2-browser{background:#fff;border-radius:14px;overflow:hidden;border:1px solid var(--border-subtle);box-shadow:var(--shadow-lg)}.proposal-system .v2-browser-bar{display:flex;align-items:center;gap:12px;padding:11px 14px;background:#241038;border-bottom:1px solid rgba(255,255,255,.08)}.proposal-system .v2-dots{display:flex;gap:7px;flex:none}.proposal-system .v2-dots span{width:11px;height:11px;border-radius:999px}.proposal-system .v2-dots span:nth-child(1){background:#ff5f57}.proposal-system .v2-dots span:nth-child(2){background:#febc2e}.proposal-system .v2-dots span:nth-child(3){background:#28c840}.proposal-system .v2-url{flex:1;min-width:0;display:flex;align-items:center;gap:8px;background:#ffffff14;border-radius:8px;padding:7px 13px;color:#ffffffb8;font-family:var(--font-mono);font-size:12px}.proposal-system .v2-url svg{color:var(--alloy-green);flex:none}.proposal-system .v2-browser-live{flex:none;display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff9}.proposal-system .v2-browser-live .d{width:7px;height:7px;border-radius:999px;background:var(--alloy-green);animation:psPulse 1.8s infinite}.proposal-system .v2-browser-open{flex:none;display:inline-flex;align-items:center;gap:7px;font-family:var(--font-display);font-size:11.5px;font-weight:700;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:7px 12px;transition:background .13s}.proposal-system .v2-browser-open:hover{background:#fff3}.proposal-system .v2-browser-foot{display:flex;align-items:center;gap:16px;padding:13px 16px;background:#fff;border-top:1px solid var(--border-subtle)}.proposal-system .v2-browser-foot-note{font-size:11.5px;color:var(--fg-muted);line-height:1.45;flex:1;min-width:0}.proposal-system .v2-browser--build .v2-browser-body,.proposal-system .v2-build .v2-browser-body{height:calc(100vh - 250px)}.proposal-system .v2-browser-body{background:#fafafa;height:calc(100vh - 188px);overflow:hidden}.proposal-system .v2-board-iframe{width:100%;height:100%;border:0;display:block;background:#fafafa}.proposal-system .v2-variant{display:flex;gap:4px;margin-bottom:16px;background:#ffffff0f;border-radius:10px;padding:4px;width:fit-content}.proposal-system .v2-variant button{padding:7px 13px;border-radius:7px;font-size:11px;font-weight:700;color:#fff9;transition:all .13s}.proposal-system .v2-variant button[data-active=true]{background:#fff;color:var(--alloy-purple)}.proposal-system .v2-variant button .vsub{display:block;font-size:8.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.65;margin-top:1px}.proposal-system .v2-doc{max-width:880px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 30px 70px -30px #00000080}.proposal-system .doc-hero{background:linear-gradient(140deg,#2e1547,#1c0c2c);color:#fff;padding:34px 40px;display:flex;gap:24px;align-items:flex-start;position:relative;overflow:hidden}.proposal-system .doc-hero:after{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;background:radial-gradient(circle,rgba(217,53,110,.22),transparent 70%)}.proposal-system .doc-hero-main{flex:1;min-width:0;position:relative;z-index:1}.proposal-system .doc-kicker{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#fff9}.proposal-system .doc-mark{font-family:var(--font-display);font-weight:800;color:#fff}.proposal-system .doc-h1{font-family:var(--font-display);font-size:32px;font-weight:800;letter-spacing:-.025em;margin:8px 0 0}.proposal-system .doc-hero-sub{font-size:13px;color:#ffffffb3;margin-top:8px;line-height:1.5;max-width:46ch}.proposal-system .doc-score{position:relative;z-index:1;flex:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:16px 18px;width:230px}.proposal-system .doc-score-top{display:flex;align-items:center;gap:12px}.proposal-system .doc-score-lab{font-size:9.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--alloy-yellow)}.proposal-system .doc-score-fit{font-family:var(--font-display);font-size:16px;font-weight:800;color:#fff;margin-top:1px}.proposal-system .doc-score-caps{font-size:10.5px;color:#fff9;margin-top:1px}.proposal-system .doc-score-note{font-size:10.5px;color:#ffffff8c;line-height:1.45;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.proposal-system .doc-score-note b{color:#ffffffd9}.proposal-system .doc-body{padding:34px 40px 40px}.proposal-system .doc-sec-label{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .doc-concern{padding:26px 0;border-top:1px solid var(--border-subtle)}.proposal-system .doc-concern:first-of-type{border-top:none;padding-top:6px}.proposal-system .doc-concern-meta{display:flex;align-items:baseline;gap:10px}.proposal-system .doc-concern-n{font-family:var(--font-mono);font-size:10.5px;font-weight:700;color:var(--alloy-pink);letter-spacing:.06em}.proposal-system .doc-concern-q{font-size:12px;font-style:italic;color:var(--fg-muted)}.proposal-system .doc-concern-h{font-family:var(--font-display);font-size:23px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;line-height:1.18;margin:8px 0 0;max-width:30ch}.proposal-system .doc-concern-body{font-size:13.5px;line-height:1.65;color:var(--fg-3);margin:12px 0 0;max-width:64ch}.proposal-system .doc-proof{display:flex;align-items:center;gap:12px;background:var(--alloy-purple);color:#fff;border-radius:10px;padding:12px 16px;margin:18px 0}.proposal-system .doc-proof .n{width:26px;height:26px;border-radius:7px;background:var(--alloy-yellow);color:var(--alloy-purple);display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:13px;flex:none}.proposal-system .doc-proof .pl{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--alloy-yellow)}.proposal-system .doc-proof .pv{font-size:13px;font-weight:700}.proposal-system .doc-caps-label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:4px}.proposal-system .doc-cap{display:flex;gap:12px;padding:11px 0;border-top:1px solid var(--border-subtle)}.proposal-system .doc-cap-ic{width:22px;flex:none;color:var(--alloy-pink);display:grid;place-items:start center;padding-top:2px}.proposal-system .doc-cap-name{font-family:var(--font-display);font-size:13.5px;font-weight:800;color:var(--alloy-purple)}.proposal-system .doc-cap-blurb{font-size:12.5px;line-height:1.55;color:var(--fg-3);margin-top:3px}.proposal-system .doc-engine{background:linear-gradient(160deg,#2e1547,#1c0c2c);color:#fff;margin:8px -40px 0;padding:34px 40px}.proposal-system .doc-engine-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;flex-wrap:wrap}.proposal-system .doc-engine-h{font-family:var(--font-display);font-size:22px;font-weight:800;letter-spacing:-.02em;max-width:18ch}.proposal-system .doc-engine-lead{font-size:12.5px;color:#fff9;line-height:1.5;max-width:30ch;text-align:right}.proposal-system .doc-engine-stats{font-size:11px;color:#ffffff80;margin-top:16px;font-weight:600}.proposal-system .doc-engine-stats b{color:#fff}.proposal-system .doc-invest{padding:32px 0 8px}.proposal-system .doc-invest-h{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;margin:6px 0 18px}.proposal-system .doc-tier{border:1px solid var(--border-subtle);border-radius:14px;overflow:hidden}.proposal-system .doc-tier-band{background:var(--alloy-purple);color:#fff;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.proposal-system .doc-tier-band .te{font-size:9.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--alloy-yellow)}.proposal-system .doc-tier-band .tn{font-family:var(--font-display);font-size:19px;font-weight:800;letter-spacing:-.01em}.proposal-system .doc-tier-band .tr{font-size:11px;color:#ffffffa6;text-align:right}.proposal-system .doc-tier-grid{display:grid;grid-template-columns:1fr 1fr 248px;gap:0}.proposal-system .doc-tier-incl{padding:20px 22px}.proposal-system .doc-tier-incl.mid{border-left:1px solid var(--border-subtle)}.proposal-system .doc-incl-item{display:flex;gap:9px;padding:6px 0;font-size:12px;color:var(--fg-2);line-height:1.4}.proposal-system .doc-incl-item .ck{color:#3a9b7e;flex:none;margin-top:1px}.proposal-system .doc-est{background:var(--alloy-off-white);border-left:1px solid var(--border-subtle);padding:22px}.proposal-system .doc-est-lab{font-size:9.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .doc-est-calc{font-size:11.5px;color:var(--fg-muted);margin-top:8px}.proposal-system .doc-est-price{font-family:var(--font-display);font-size:34px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.025em;margin-top:4px;line-height:1}.proposal-system .doc-est-price small{font-size:13px;font-weight:700;color:var(--fg-muted)}.proposal-system .doc-est-sub{font-size:11.5px;color:var(--fg-muted);margin-top:6px}.proposal-system .doc-est-annual{font-size:12px;color:var(--fg-3);margin-top:10px}.proposal-system .doc-est-annual b{color:var(--alloy-purple)}.proposal-system .doc-onboard{display:flex;align-items:center;gap:10px;margin:16px 0 0;background:var(--alloy-green-tint);border:1px solid rgba(174,215,208,.7);border-radius:10px;padding:12px 16px;font-size:12.5px;color:#2c6e62}.proposal-system .doc-onboard b{color:#1f5249}.proposal-system .doc-team{padding:32px 0 8px}.proposal-system .doc-team-h{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;margin:6px 0 18px}.proposal-system .doc-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.proposal-system .doc-person{border:1px solid var(--border-subtle);border-radius:12px;padding:16px}.proposal-system .doc-person-av{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:12px;color:var(--alloy-purple)}.proposal-system .doc-person-name{font-family:var(--font-display);font-size:13.5px;font-weight:800;color:var(--alloy-purple);margin-top:12px}.proposal-system .doc-person-role{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--alloy-pink);margin-top:2px}.proposal-system .doc-person-note{font-size:11.5px;line-height:1.5;color:var(--fg-3);margin-top:8px}@media(max-width:900px){.proposal-system .doc-team-grid{grid-template-columns:1fr 1fr}.proposal-system .doc-tier-grid{grid-template-columns:1fr}}.proposal-system .doc-90{padding:32px 0 8px}.proposal-system .doc-90-h{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;margin:6px 0 18px}.proposal-system .doc-tl{position:relative;padding-left:26px}.proposal-system .doc-tl:before{content:"";position:absolute;left:6px;top:6px;bottom:6px;width:2px;background:var(--border-subtle)}.proposal-system .doc-tl-item{position:relative;padding:8px 0 14px}.proposal-system .doc-tl-dot{position:absolute;left:-23px;top:11px;width:11px;height:11px;border-radius:999px;background:#fff;border:2.5px solid var(--alloy-pink)}.proposal-system .doc-tl-day{font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--alloy-pink)}.proposal-system .doc-tl-t{font-family:var(--font-display);font-size:14px;font-weight:800;color:var(--alloy-purple);margin-top:2px}.proposal-system .doc-tl-d{font-size:12px;color:var(--fg-3);line-height:1.5;margin-top:3px;max-width:60ch}.proposal-system .doc-cta{background:linear-gradient(140deg,#2e1547,#1c0c2c);color:#fff;margin:24px -40px -40px;padding:44px 40px;text-align:center}.proposal-system .doc-cta-h{font-family:var(--font-display);font-size:26px;font-weight:800;letter-spacing:-.02em;max-width:18ch;margin:0 auto;line-height:1.2}.proposal-system .doc-cta-sub{font-size:13px;color:#ffffffa6;margin:12px auto 0;max-width:50ch;line-height:1.55}.proposal-system .doc-cta-btns{display:flex;gap:12px;justify-content:center;margin-top:22px}.proposal-system .doc-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:10px;font-family:var(--font-display);font-size:13px;font-weight:700}.proposal-system .doc-cta-btn.primary{background:var(--alloy-pink);color:#fff}.proposal-system .doc-cta-btn.ghost{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.2)}.proposal-system .v2-sent{max-width:560px;margin:60px auto;text-align:center}.proposal-system .v2-sent-ic{width:72px;height:72px;border-radius:999px;background:var(--alloy-green-tint);color:#2c6e62;display:grid;place-items:center;margin:0 auto 22px}.proposal-system .v2-sent-h{font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em}.proposal-system .v2-sent-sub{font-size:14px;color:var(--fg-3);line-height:1.6;margin:10px auto 0;max-width:42ch}.proposal-system .v2-sent-card{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;box-shadow:var(--shadow-sm);padding:20px;margin-top:24px;text-align:left}.proposal-system .v2-sent-row{display:flex;justify-content:space-between;gap:12px;padding:9px 0;font-size:12.5px}.proposal-system .v2-sent-row+.v2-sent-row{border-top:1px solid var(--border-subtle)}.proposal-system .v2-sent-row .k{color:var(--fg-muted);font-weight:600}.proposal-system .v2-sent-row .v{color:var(--alloy-purple);font-weight:700}.proposal-system .v2-sent-actions{display:flex;gap:10px;justify-content:center;margin-top:24px}.proposal-system .v2-sent-ic{animation:v2-pop .52s cubic-bezier(.34,1.56,.64,1) both}.proposal-system .v2-mail-send{margin-left:auto;flex:none;display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:14.5px;letter-spacing:-.01em;color:#fff;cursor:pointer;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(135deg,var(--alloy-pink),#b3265a);padding:11px 20px 11px 13px;border-radius:12px;box-shadow:0 8px 22px #d9356e6b,inset 0 1px #ffffff38;transition:transform .14s ease,box-shadow .14s ease}.proposal-system .v2-mail-send:hover{transform:translateY(-2px);box-shadow:0 12px 30px #d9356e85,inset 0 1px #ffffff38}.proposal-system .v2-mail-send:active{transform:translateY(0)}.proposal-system .v2-mail-send--purple{background:linear-gradient(135deg,#3a1d57,#25123a);box-shadow:0 8px 22px #2e154766,inset 0 1px #ffffff29}.proposal-system .v2-mail-send--purple:hover{box-shadow:0 12px 30px #2e154780,inset 0 1px #ffffff29}.proposal-system .v2-mail-send-ic{width:30px;height:30px;flex:none;border-radius:9px;background:#ffffff2e;display:grid;place-items:center}.proposal-system .v2-send-hint{font-size:11.5px;color:var(--fg-muted)}.proposal-system .v2-send-hint b{color:var(--alloy-purple);font-weight:700}.proposal-system .v2-launch{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;background:#20102f75;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:v2-fade .24s ease both}.proposal-system .v2-launch-card{background:#fff;border-radius:20px;padding:40px 56px 34px;text-align:center;box-shadow:0 30px 80px #20102f57;animation:v2-pop .36s cubic-bezier(.34,1.56,.64,1) both}.proposal-system .v2-launch-scan{margin:0 auto 28px}.proposal-system .v2-launch-scan svg{display:block}.proposal-system .v2-launch-sky{position:relative;width:220px;height:120px;margin:0 auto 14px}.proposal-system .v2-launch-trail{position:absolute;top:0;right:0;bottom:0;left:0;width:220px;height:120px}.proposal-system .v2-launch-trail path{stroke-dashoffset:220;animation:v2-trail 1.2s ease-out .12s forwards}.proposal-system .v2-launch-plane{position:absolute;left:6px;bottom:6px;color:var(--alloy-pink);filter:drop-shadow(0 6px 10px rgba(217,53,110,.4));animation:v2-fly 1.35s cubic-bezier(.5,.05,.4,1) .12s forwards}.proposal-system .v2-launch-txt{font-family:var(--font-display);font-weight:800;font-size:19px;color:var(--alloy-purple);letter-spacing:-.01em}.proposal-system .v2-launch-sub{font-size:13px;color:var(--fg-muted);margin-top:4px}.proposal-system .fx-scan-card{width:430px;max-width:calc(100vw - 48px);border-radius:24px;padding:38px 44px 30px}.proposal-system .fx-scan-glow{position:relative;display:grid;place-items:center;margin:0 auto 22px}.proposal-system .fx-scan-glow:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:152px;height:152px;border-radius:50%;background:radial-gradient(circle,#d9356e38,#d9356e00 68%)}.proposal-system .fx-scan-glow .v2-launch-scan{margin:0;position:relative;z-index:1}.proposal-system .fx-scan-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-pink);margin-bottom:10px}.proposal-system .fx-scan-dot{width:7px;height:7px;border-radius:50%;background:var(--alloy-pink);animation:fx-scan-pulse 1.5s ease-out infinite}.proposal-system .fx-scan-card .v2-launch-txt{font-size:26px;line-height:1.18}.proposal-system .fx-scan-card .v2-launch-sub{font-size:14px;line-height:1.5;margin-top:9px;max-width:32ch;margin-left:auto;margin-right:auto}.proposal-system .fx-scan-bar{margin:26px auto 4px;width:100%;height:5px;border-radius:999px;background:#ece9f1;overflow:hidden;position:relative}.proposal-system .fx-scan-bar span{position:absolute;top:0;bottom:0;width:40%;border-radius:999px;background:linear-gradient(90deg,#d9356e00,#d9356e,#d9356e00);animation:fx-scan-sweep 1.4s ease-in-out infinite}@keyframes fx-scan-pulse{0%{box-shadow:0 0 #d9356e80}70%{box-shadow:0 0 0 7px #d9356e00}to{box-shadow:0 0 #d9356e00}}@keyframes fx-scan-sweep{0%{left:-42%}to{left:100%}}@keyframes v2-fade{0%{opacity:0}to{opacity:1}}@keyframes v2-pop{0%{transform:scale(.82);opacity:0}to{transform:scale(1);opacity:1}}@keyframes v2-trail{to{stroke-dashoffset:0}}@keyframes v2-fly{0%{transform:translate(0) rotate(0) scale(1);opacity:0}12%{opacity:1}70%{opacity:1}to{transform:translate(186px,-86px) rotate(8deg) scale(.7);opacity:0}}.proposal-system .v2-lead{background:linear-gradient(150deg,#2e1547,#20102f);color:#fff;padding:15px 16px}.proposal-system .v2-lead-top{display:flex;align-items:center;gap:10px}.proposal-system .v2-lead-name{font-family:var(--font-display);font-size:15px;font-weight:800;letter-spacing:-.01em;flex:1;min-width:0}.proposal-system .v2-lead-match{font-family:var(--font-display);font-size:13px;font-weight:800;color:var(--alloy-purple);background:var(--alloy-yellow);border-radius:999px;padding:2px 9px;flex:none}.proposal-system .v2-lead-meta{font-size:11.5px;color:#ffffffb3;margin-top:5px}.proposal-system .v2-lead-price{margin-top:11px;padding-top:11px;border-top:1px solid rgba(255,255,255,.14)}.proposal-system .v2-lead-tier{display:block;font-size:10.5px;font-weight:700;letter-spacing:.04em;color:#fff9}.proposal-system .v2-lead-moline{display:inline-flex;align-items:center;gap:8px;margin-top:3px;font-family:var(--font-display);font-size:17px;font-weight:800;color:#fff;cursor:pointer}.proposal-system .v2-lead-moline .u{font-size:11px;font-weight:600;color:#ffffff8c}.proposal-system .v2-lead-moline svg{color:var(--alloy-yellow);opacity:.85}.proposal-system .v2-price-edit{display:flex;align-items:center;gap:5px;margin-top:5px;font-size:12px;color:#fffc;flex-wrap:wrap}.proposal-system .v2-price-edit input{width:72px;background:#ffffff24;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;padding:5px 7px;font-family:var(--font-mono);font-size:12px}.proposal-system .v2-price-edit input:focus{outline:none;border-color:var(--alloy-yellow)}.proposal-system .v2-price-edit b{color:#fff}.proposal-system .v2-mot{max-width:560px;margin:36px auto;text-align:center}.proposal-system .v2-mot-eyebrow{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-pink)}.proposal-system .v2-mot-h{font-family:var(--font-display);font-size:30px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;margin:8px 0 0}.proposal-system .v2-mot-sub{font-size:14px;color:var(--fg-3);line-height:1.6;margin:10px auto 0;max-width:44ch}.proposal-system .v2-mot-checks{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;box-shadow:var(--shadow-sm);padding:10px 18px;margin:26px 0;text-align:left}.proposal-system .v2-mot-check{display:flex;align-items:center;gap:12px;padding:11px 2px;font-size:13.5px;font-weight:600;color:var(--fg-muted);border-top:1px solid var(--border-subtle);transition:color .25s}.proposal-system .v2-mot-check:first-child{border-top:none}.proposal-system .v2-mot-check[data-on=true]{color:var(--alloy-purple)}.proposal-system .v2-mot-check .ck{width:22px;height:22px;border-radius:999px;flex:none;display:grid;place-items:center;background:var(--alloy-light-gray);color:#fff;transition:all .25s var(--ease-emphasis, ease)}.proposal-system .v2-mot-check[data-on=true] .ck{background:#3a9b7e;transform:scale(1)}.proposal-system .v2-mot-check .ck svg{animation:motPop .3s var(--ease-emphasis, ease)}@keyframes motPop{0%{transform:scale(0)}to{transform:scale(1)}}.proposal-system .v2-mot-launch{opacity:.5;transition:opacity .4s}.proposal-system .v2-mot-launch.ready{opacity:1}.proposal-system .v2-mot-send{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:280px;padding:17px 32px;border-radius:13px;font-family:var(--font-display);font-size:16px;font-weight:800;letter-spacing:-.005em;color:#fff;background:var(--alloy-pink);box-shadow:var(--shadow-pink);transition:all .18s}.proposal-system .v2-mot-launch.ready .v2-mot-send{animation:motRise .5s var(--ease-emphasis, ease)}@keyframes motRise{0%{transform:translateY(14px) scale(.96);opacity:0}to{transform:none;opacity:1}}.proposal-system .v2-mot-send:hover:not(:disabled){background:var(--alloy-pink-hover, #c12a60);transform:translateY(-2px);box-shadow:0 14px 34px #d9356e59}.proposal-system .v2-mot-send:disabled{background:var(--border-strong, #c9c1d6);box-shadow:none;cursor:default}.proposal-system .v2-mot-note{font-size:12px;color:var(--fg-muted);margin-top:12px;font-weight:600}.proposal-system .v2-mot-back{font-size:12.5px;color:var(--fg-muted);font-weight:700;margin-top:18px}.proposal-system .v2-mot-back:hover{color:var(--alloy-purple)}.proposal-system .doc-nav{display:grid;grid-template-columns:280px minmax(0,1fr);gap:26px;align-items:start}.proposal-system .doc-nav-rail{position:sticky;top:8px}.proposal-system .doc-nav-label{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-purple)}.proposal-system .doc-nav-hint{font-size:12px;color:var(--fg-muted);margin:3px 0 14px}.proposal-system .doc-nav-item{width:100%;text-align:left;display:flex;align-items:flex-start;gap:12px;padding:13px 14px;border-radius:11px;transition:all .13s;position:relative}.proposal-system .doc-nav-item:hover{background:var(--alloy-off-white)}.proposal-system .doc-nav-item[data-active=true]{background:#fff;box-shadow:var(--shadow-sm);border-left:3px solid var(--alloy-pink)}.proposal-system .doc-nav-num{width:26px;height:26px;border-radius:999px;flex:none;display:grid;place-items:center;font-family:var(--font-display);font-size:12px;font-weight:800;background:var(--alloy-purple-tint);color:var(--alloy-purple)}.proposal-system .doc-nav-item[data-active=true] .doc-nav-num{background:var(--alloy-purple);color:#fff}.proposal-system .doc-nav-txt{min-width:0;flex:1}.proposal-system .doc-nav-name{display:block;font-family:var(--font-display);font-size:13.5px;font-weight:700;color:var(--alloy-purple);line-height:1.3;letter-spacing:-.005em}.proposal-system .doc-nav-caps{display:block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-top:4px}.proposal-system .doc-nav-arrow{color:var(--alloy-pink);flex:none;align-self:center}.proposal-system .doc-nav-panel{background:#fff;border:1px solid var(--border-subtle);border-radius:16px;box-shadow:var(--shadow-md);padding:28px 30px;min-width:0}.proposal-system .doc-nav-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:4px}.proposal-system .doc-next{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--alloy-pink);white-space:nowrap}.proposal-system .doc-next:hover{color:var(--alloy-pink-hover, #c12a60)}.proposal-system .doc-proof-lead{min-width:36px;height:36px;padding:0 10px;border-radius:8px;background:var(--alloy-yellow);color:var(--alloy-purple);display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:15px;flex:none}@media(max-width:880px){.proposal-system .doc-nav{grid-template-columns:1fr}.proposal-system .doc-nav-rail{position:static}}.proposal-system .bv-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;background:#14082099;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;animation:psFade .2s ease}.proposal-system .bv-banner{display:flex;align-items:center;gap:9px;padding:11px 20px;background:var(--alloy-purple-deep);color:#ffffffd9;font-size:12.5px;font-weight:600;flex:none}.proposal-system .bv-banner b{color:#fff}.proposal-system .bv-banner-dot{width:8px;height:8px;border-radius:999px;background:var(--alloy-yellow)}.proposal-system .bv-banner-x{margin-left:auto;display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:12px;font-weight:700;background:#ffffff1a;border-radius:8px;padding:7px 13px}.proposal-system .bv-banner-x:hover{background:#fff3}.proposal-system .bv-frame{flex:1;min-height:0;display:flex;flex-direction:column;background:#fafafa}.proposal-system .bv-frame .ps-topaccent{flex:none}.proposal-system .bv-frame .v2-board-iframe{flex:1;min-height:0}.proposal-system .bv-frame .bv-login{flex:1}.proposal-system .bv-doc-scroll{padding:0}.proposal-system .bv-login{position:relative;min-height:100%;background:linear-gradient(160deg,#2b2c6c,#1a1b4a 55%,#0c1828);display:grid;place-items:center;padding:60px 24px;overflow:hidden}.proposal-system .bv-login-dots{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.proposal-system .bv-login-dots span{position:absolute;width:14px;height:9px;border-radius:999px;background:#ffffff1f;animation:bvFloat 7s ease-in-out infinite}@keyframes bvFloat{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-14px);opacity:.9}}.proposal-system .bv-login-card{position:relative;width:100%;max-width:440px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:34px 36px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.proposal-system .bv-wordmark{font-family:Times New Roman,Georgia,serif;font-size:24px;font-weight:700;color:#fff;letter-spacing:-.01em}.proposal-system .bv-wordmark span{color:#fff9}.proposal-system .bv-login-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--alloy-yellow);margin-top:26px}.proposal-system .bv-login-h{font-family:var(--font-display);font-size:30px;font-weight:800;color:#fff;letter-spacing:-.02em;margin:8px 0 0}.proposal-system .bv-login-sub{font-size:14px;line-height:1.6;color:#ffffffb3;margin:10px 0 0}.proposal-system .bv-login-label{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-yellow);margin:26px 0 9px}.proposal-system .bv-login-row{display:flex;gap:10px}.proposal-system .bv-login-input{flex:1;min-width:0;padding:13px 15px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;font-family:var(--font-mono);font-size:13px}.proposal-system .bv-login-input::placeholder{color:#fff6}.proposal-system .bv-login-input:focus{outline:none;border-color:var(--alloy-yellow)}.proposal-system .bv-login-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 20px;border-radius:10px;background:#3d1a52;color:#fff;font-family:var(--font-display);font-weight:800;font-size:12px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.proposal-system .bv-login-btn:hover{background:#2a1138}.proposal-system .bv-login-hint{margin-top:16px;padding:11px 14px;border-radius:9px;background:#f5d8801a;border:1px solid rgba(245,216,128,.2);font-size:12px;color:#ffffffb3}.proposal-system .bv-login-hint b{color:var(--alloy-yellow)}.proposal-system .bv-login-hint code{font-family:var(--font-mono);color:#fff}.proposal-system .bv-login-foot{display:flex;justify-content:space-between;gap:12px;margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);font-size:11.5px;color:#ffffff80}.proposal-system .v2-watch{display:flex;flex-direction:column;gap:22px}.proposal-system .v2-w-heat{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:999px;white-space:nowrap}.proposal-system .v2-w-heat .d{width:7px;height:7px;border-radius:999px}.proposal-system .v2-w-heat.big{font-size:12px;padding:6px 13px}.proposal-system .v2-w-heat--hot{background:var(--alloy-pink-tint);color:#b3265a}.proposal-system .v2-w-heat--hot .d{background:var(--alloy-pink);box-shadow:0 0 0 4px #d9356e2e;animation:psPulse 1.8s infinite}.proposal-system .v2-w-heat--warm{background:var(--alloy-yellow-tint);color:#9a6b12}.proposal-system .v2-w-heat--warm .d{background:#e0a32e}.proposal-system .v2-w-heat--cold{background:var(--alloy-light-gray);color:var(--fg-muted)}.proposal-system .v2-w-heat--cold .d{background:#9a8fab}.proposal-system .v2-w-heat--new{background:var(--alloy-blue-tint);color:#2a6391}.proposal-system .v2-w-heat--new .d{background:#3a87c4}.proposal-system .v2-w-head{display:flex;align-items:flex-start;gap:20px}.proposal-system .v2-w-eyebrow{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-pink)}.proposal-system .v2-w-title{font-family:var(--font-display);font-size:27px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.025em;margin:6px 0 0}.proposal-system .v2-w-sub{font-size:13.5px;color:var(--fg-3);margin:7px 0 0;max-width:56ch;line-height:1.55}.proposal-system .v2-w-sub b{color:var(--alloy-pink);font-weight:700}.proposal-system .v2-w-legend{margin-left:auto;display:flex;gap:8px;flex:none;padding-top:4px}.proposal-system .v2-w-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.proposal-system .v2-w-stat{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;box-shadow:var(--shadow-sm);padding:18px 20px}.proposal-system .v2-w-stat[data-warn=true]{border-color:#e0a32e66;background:linear-gradient(180deg,#fffdf6,#fff)}.proposal-system .v2-w-stat-v{font-family:var(--font-display);font-size:30px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;line-height:1}.proposal-system .v2-w-stat[data-warn=true] .v2-w-stat-v{color:#9a6b12}.proposal-system .v2-w-stat-k{font-size:12px;font-weight:700;color:var(--fg-2);margin-top:9px}.proposal-system .v2-w-stat-s{font-size:11px;color:var(--fg-muted);margin-top:2px}.proposal-system .v2-w-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.proposal-system .v2-w-card{text-align:left;display:flex;flex-direction:column;background:#fff;border:1px solid var(--border-subtle);border-radius:16px;box-shadow:var(--shadow-sm);padding:18px 19px;cursor:pointer;transition:transform .14s,box-shadow .14s,border-color .14s;position:relative;overflow:hidden}.proposal-system .v2-w-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.proposal-system .v2-w-card[data-heat=hot]:before{background:var(--alloy-pink)}.proposal-system .v2-w-card[data-heat=warm]:before{background:#e0a32e}.proposal-system .v2-w-card[data-heat=cold]:before{background:#b6abc4}.proposal-system .v2-w-card[data-heat=new]:before{background:#3a87c4}.proposal-system .v2-w-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#381c4f29}.proposal-system .v2-w-card-top{display:flex;align-items:center;gap:10px}.proposal-system .v2-w-card-name{font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em;flex:1;min-width:0}.proposal-system .v2-w-card-meta{font-size:11.5px;color:var(--fg-muted);margin-top:4px}.proposal-system .v2-w-card-figs{display:flex;gap:22px;margin:16px 0 4px}.proposal-system .v2-w-card-figs .fig{display:flex;flex-direction:column}.proposal-system .v2-w-card-figs .n{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;line-height:1}.proposal-system .v2-w-card-figs .l{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted);margin-top:5px}.proposal-system .v2-w-card-read{margin-top:14px}.proposal-system .v2-w-card-read .rl{display:flex;justify-content:space-between;align-items:baseline;font-size:11px;color:var(--fg-muted);font-weight:600;margin-bottom:6px}.proposal-system .v2-w-card-read .rl b{color:var(--alloy-purple);font-size:12px}.proposal-system .v2-w-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding-top:13px;border-top:1px solid var(--border-subtle)}.proposal-system .v2-w-card-foot .last{display:inline-flex;align-items:center;gap:7px;font-size:11px;color:var(--fg-muted);font-weight:600}.proposal-system .v2-w-card-foot .last .dot{width:6px;height:6px;border-radius:999px;background:var(--alloy-green);flex:none}.proposal-system .v2-w-card[data-heat=cold] .v2-w-card-foot .last .dot,.proposal-system .v2-w-card[data-heat=new] .v2-w-card-foot .last .dot{background:#b6abc4}.proposal-system .v2-w-card-foot .go{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-display);font-size:11.5px;font-weight:700;color:var(--alloy-pink)}.proposal-system .v2-w-card:hover .go svg{transform:translate(2px)}.proposal-system .v2-w-card-foot .go svg{transition:transform .14s}.proposal-system .v2-w-mini{display:block;height:7px;border-radius:999px;background:var(--alloy-light-gray);overflow:hidden}.proposal-system .v2-w-mini-fill{display:block;height:100%;border-radius:999px;background:var(--alloy-purple);transition:width .5s cubic-bezier(.7,0,.25,1)}.proposal-system .v2-w-mini-fill.h-hot{background:var(--alloy-pink)}.proposal-system .v2-w-mini-fill.h-warm{background:#e0a32e}.proposal-system .v2-w-mini-fill.h-cold{background:#b6abc4}.proposal-system .v2-w-mini-fill.h-new{background:#3a87c4}.proposal-system .v2-w-mini-fill.st-read{background:#3a9b7e}.proposal-system .v2-w-mini-fill.st-skimmed{background:#e0a32e}.proposal-system .v2-w-mini-fill.st-skipped{background:#d9cfe2}.proposal-system .v2-w-mini-fill.st-unseen{background:#e8e4ef}.proposal-system .v2-w-mini-fill.exp-ok{background:#3a9b7e}.proposal-system .v2-w-mini-fill.exp-mid{background:#e0a32e}.proposal-system .v2-w-mini-fill.exp-soon{background:#d9536e}.proposal-system .v2-w-split{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}.proposal-system .v2-w-list{position:sticky;top:8px;background:#fff;border:1px solid var(--border-subtle);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden}.proposal-system .v2-w-list-head{display:flex;align-items:center;gap:9px;padding:15px 17px;border-bottom:1px solid var(--border-subtle)}.proposal-system .v2-w-list-head .t{font-family:var(--font-display);font-size:12.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .v2-w-list-head .c{margin-left:auto;font-family:var(--font-display);font-size:12px;font-weight:800;color:var(--alloy-purple);background:var(--alloy-purple-tint);border-radius:999px;min-width:22px;height:22px;display:grid;place-items:center;padding:0 7px}.proposal-system .v2-w-list-rows{display:flex;flex-direction:column}.proposal-system .v2-w-row{text-align:left;padding:14px 16px;cursor:pointer;position:relative;transition:background .12s;border-left:3px solid transparent}.proposal-system .v2-w-row+.v2-w-row{border-top:1px solid var(--border-subtle)}.proposal-system .v2-w-row:hover{background:var(--alloy-off-white)}.proposal-system .v2-w-row[data-active=true]{background:var(--alloy-purple-tint);border-left-color:var(--alloy-purple)}.proposal-system .v2-w-row[data-active=true][data-heat=hot]{border-left-color:var(--alloy-pink)}.proposal-system .v2-w-row-top{display:flex;align-items:center;gap:8px}.proposal-system .v2-w-row-dot{width:8px;height:8px;border-radius:999px;flex:none}.proposal-system .v2-w-row-dot.h-hot{background:var(--alloy-pink);box-shadow:0 0 0 3px #d9356e29}.proposal-system .v2-w-row-dot.h-warm{background:#e0a32e}.proposal-system .v2-w-row-dot.h-cold{background:#b6abc4}.proposal-system .v2-w-row-dot.h-new{background:#3a87c4}.proposal-system .v2-w-row-name{font-family:var(--font-display);font-size:13.5px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proposal-system .v2-w-row-opens{font-family:var(--font-display);font-size:12.5px;font-weight:800;color:var(--alloy-purple);flex:none}.proposal-system .v2-w-row-opens .u{font-size:10px;font-weight:600;color:var(--fg-muted)}.proposal-system .v2-w-row-meta{font-size:11px;color:var(--fg-muted);margin:5px 0 9px 16px}.proposal-system .v2-w-row-exp{display:flex;align-items:center;gap:9px;margin-left:16px}.proposal-system .v2-w-row-exp .v2-w-mini{flex:1}.proposal-system .v2-w-row-exp-lbl{font-size:10px;font-weight:700;flex:none}.proposal-system .v2-w-row-exp-lbl.exp-ok{color:#3a9b7e}.proposal-system .v2-w-row-exp-lbl.exp-mid{color:#9a6b12}.proposal-system .v2-w-row-exp-lbl.exp-soon{color:#c33a57}.proposal-system .v2-w-detail{display:flex;flex-direction:column;gap:20px;min-width:0}.proposal-system .v2-w-empty{background:#fff;border:1px dashed var(--border-strong, #d8d0e2);border-radius:16px;padding:48px 24px;text-align:center}.proposal-system .v2-w-empty .ic{width:54px;height:54px;border-radius:999px;background:var(--alloy-off-white);color:var(--alloy-purple);display:grid;place-items:center;margin:0 auto 14px}.proposal-system .v2-w-empty .t{font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--alloy-purple)}.proposal-system .v2-w-empty .s{font-size:13px;color:var(--fg-muted);margin-top:4px}.proposal-system .v2-w-back{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:var(--fg-muted);align-self:flex-start;transition:color .13s}.proposal-system .v2-w-back:hover{color:var(--alloy-purple)}.proposal-system .v2-w-hero{display:flex;align-items:flex-start;gap:24px;background:linear-gradient(150deg,#2e1547,#20102f);color:#fff;border-radius:18px;padding:26px 28px;position:relative;overflow:hidden}.proposal-system .v2-w-hero:after{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:999px;pointer-events:none}.proposal-system .v2-w-hero[data-heat=hot]:after{background:radial-gradient(circle,rgba(217,53,110,.3),transparent 70%)}.proposal-system .v2-w-hero[data-heat=warm]:after{background:radial-gradient(circle,rgba(224,163,46,.26),transparent 70%)}.proposal-system .v2-w-hero[data-heat=cold]:after,.proposal-system .v2-w-hero[data-heat=new]:after{background:radial-gradient(circle,rgba(161,200,231,.2),transparent 70%)}.proposal-system .v2-w-hero-main{flex:1;min-width:0;position:relative;z-index:1}.proposal-system .v2-w-hero-row{display:flex;align-items:center;gap:12px}.proposal-system .v2-w-hero-hint{font-size:11.5px;font-weight:600;color:#ffffffb3}.proposal-system .v2-w-hero-name{font-family:var(--font-display);font-size:28px;font-weight:800;letter-spacing:-.025em;margin:12px 0 0}.proposal-system .v2-w-hero-meta{font-size:13px;color:#ffffffd1;margin-top:5px;font-weight:600}.proposal-system .v2-w-hero-sub{font-size:12px;color:#ffffff94;margin-top:6px}.proposal-system .v2-w-hero-acts{display:flex;flex-direction:column;gap:9px;flex:none;position:relative;z-index:1;width:210px}.proposal-system .v2-w-act{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 15px;border-radius:10px;font-family:var(--font-display);font-size:12.5px;font-weight:700;letter-spacing:-.005em;transition:all .13s;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.16)}.proposal-system .v2-w-act:hover{background:#ffffff2e}.proposal-system .v2-w-act.primary{background:var(--alloy-pink);border-color:transparent;box-shadow:0 6px 16px -6px #d9356eb3}.proposal-system .v2-w-act.primary:hover{background:#c52a60}.proposal-system .v2-w-act.win{background:#2c8a6e;border-color:transparent}.proposal-system .v2-w-act.win:hover{background:#25735c}.proposal-system .v2-w-figs{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.proposal-system .v2-w-fig{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;box-shadow:var(--shadow-sm);padding:18px 20px}.proposal-system .v2-w-fig-v{font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;line-height:1}.proposal-system .v2-w-fig-k{font-size:12px;font-weight:700;color:var(--fg-2);margin-top:9px}.proposal-system .v2-w-fig-s{font-size:11px;color:var(--fg-muted);margin-top:2px}.proposal-system .v2-w-fig[data-exp=soon]{border-color:#d9536e66;background:linear-gradient(180deg,#fff7f8,#fff)}.proposal-system .v2-w-fig[data-exp=soon] .v2-w-fig-v{color:#c33a57}.proposal-system .v2-w-fig[data-exp=mid] .v2-w-fig-v{color:#9a6b12}.proposal-system .v2-w-cols{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.proposal-system .v2-w-colmain,.proposal-system .v2-w-colside{display:flex;flex-direction:column;gap:20px;min-width:0}.proposal-system .v2-w-secs{display:flex;flex-direction:column}.proposal-system .v2-w-sec{display:flex;align-items:center;gap:12px;padding:11px 0}.proposal-system .v2-w-sec+.v2-w-sec{border-top:1px solid var(--border-subtle)}.proposal-system .v2-w-sec-dot{width:9px;height:9px;border-radius:999px;flex:none}.proposal-system .v2-w-sec[data-st=read] .v2-w-sec-dot{background:#3a9b7e}.proposal-system .v2-w-sec[data-st=skimmed] .v2-w-sec-dot{background:#e0a32e}.proposal-system .v2-w-sec[data-st=skipped] .v2-w-sec-dot{background:#d9cfe2}.proposal-system .v2-w-sec[data-st=unseen] .v2-w-sec-dot{background:#e8e4ef}.proposal-system .v2-w-sec-info{flex:1;min-width:0}.proposal-system .v2-w-sec-name{font-size:12.5px;font-weight:700;color:var(--alloy-purple);margin-bottom:7px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}.proposal-system .v2-w-sec[data-st=skipped] .v2-w-sec-name,.proposal-system .v2-w-sec[data-st=unseen] .v2-w-sec-name{color:var(--fg-muted);font-weight:600}.proposal-system .v2-w-sec-note{font-size:9.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--alloy-pink);background:var(--alloy-pink-tint);padding:2px 7px;border-radius:999px}.proposal-system .v2-w-sec-pct{font-family:var(--font-display);font-size:12.5px;font-weight:800;color:var(--alloy-purple);min-width:38px;text-align:right;flex:none}.proposal-system .v2-w-sec[data-st=skipped] .v2-w-sec-pct,.proposal-system .v2-w-sec[data-st=unseen] .v2-w-sec-pct{color:var(--fg-muted)}.proposal-system .v2-w-viewers{display:flex;flex-direction:column}.proposal-system .v2-w-viewer{display:flex;align-items:center;gap:12px;padding:11px 0}.proposal-system .v2-w-viewer+.v2-w-viewer{border-top:1px solid var(--border-subtle)}.proposal-system .v2-w-viewer-av{width:34px;height:34px;flex:none;border-radius:999px;background:var(--alloy-purple-tint);color:var(--alloy-purple);display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:12px}.proposal-system .v2-w-viewer-id{flex:1;min-width:0}.proposal-system .v2-w-viewer-id .nm{font-size:13px;font-weight:700;color:var(--fg-1, var(--fg))}.proposal-system .v2-w-viewer-id .rl{font-size:11px;color:var(--fg-muted);margin-top:1px}.proposal-system .v2-w-viewer-stat{text-align:right;flex:none}.proposal-system .v2-w-viewer-stat .o{display:block;font-family:var(--font-display);font-size:12.5px;font-weight:800;color:var(--alloy-purple)}.proposal-system .v2-w-viewer-stat .s{display:block;font-size:10.5px;color:var(--fg-muted);margin-top:1px}.proposal-system .v2-w-noviewers{font-size:12.5px;color:var(--fg-muted);line-height:1.55;padding:4px 0}.proposal-system .v2-w-feed-scroll{max-height:360px;overflow-y:auto;padding-right:4px}.proposal-system .v2-w-feed{position:relative;padding-left:20px}.proposal-system .v2-w-feed:before{content:"";position:absolute;left:4px;top:8px;bottom:8px;width:2px;background:var(--border-subtle)}.proposal-system .v2-w-evt{position:relative;padding:6px 0 14px}.proposal-system .v2-w-evt:last-child{padding-bottom:0}.proposal-system .v2-w-evt-dot{position:absolute;left:-20px;top:9px;width:10px;height:10px;border-radius:999px;background:#fff;border:2.5px solid var(--alloy-purple-tint)}.proposal-system .v2-w-evt[data-type=cta] .v2-w-evt-dot{border-color:var(--alloy-pink);background:var(--alloy-pink)}.proposal-system .v2-w-evt[data-type=viewer] .v2-w-evt-dot{border-color:#3a87c4}.proposal-system .v2-w-evt[data-type=first] .v2-w-evt-dot{border-color:#3a9b7e;background:#3a9b7e}.proposal-system .v2-w-evt[data-type=read] .v2-w-evt-dot{border-color:#e0a32e}.proposal-system .v2-w-evt-main{font-size:12.5px;font-weight:700;color:var(--fg-2);line-height:1.4;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.proposal-system .v2-w-evt-tag{font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#2a6391;background:var(--alloy-blue-tint);padding:2px 7px;border-radius:999px}.proposal-system .v2-w-evt-meta{font-size:11px;color:var(--fg-muted);margin-top:3px}.proposal-system .v2-w-notes{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.proposal-system .v2-w-note{background:var(--alloy-off-white);border:1px solid var(--border-subtle);border-radius:10px;padding:11px 13px}.proposal-system .v2-w-note-txt{font-size:12.5px;color:var(--fg-2);line-height:1.5;white-space:pre-wrap}.proposal-system .v2-w-note-meta{font-size:10.5px;color:var(--fg-muted);margin-top:6px;font-weight:600}.proposal-system .v2-w-note-in{width:100%;min-height:74px;border:1px solid var(--border-subtle);border-radius:10px;padding:11px 13px;font-family:var(--font-body);font-size:12.5px;line-height:1.55;color:var(--fg-2);resize:vertical;background:#fff}.proposal-system .v2-w-note-in:focus{outline:none;border-color:var(--alloy-purple);box-shadow:0 0 0 3px var(--alloy-purple-tint)}.proposal-system .v2-w-note-act{display:flex;justify-content:flex-end;margin-top:10px}.proposal-system .v2-w-note-act .btn:disabled{opacity:.5;cursor:default}.proposal-system .v2-rt-bridge{display:flex;align-items:center;gap:15px;background:var(--alloy-purple);border-radius:16px;padding:18px 22px;color:#fff}.proposal-system .v2-rt-bridge-ic{flex:none;width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:#ffffff1f;color:var(--alloy-yellow)}.proposal-system .v2-rt-bridge-txt{flex:1;min-width:0}.proposal-system .v2-rt-bridge-txt .t{font-family:var(--font-display);font-size:15px;font-weight:800;letter-spacing:-.01em}.proposal-system .v2-rt-bridge-txt .s{font-size:12.5px;color:#ffffffb8;margin-top:3px}.proposal-system .v2-rt-bridge-btn{flex:none;display:inline-flex;align-items:center;gap:7px}.proposal-system .v2-rt-soon{flex:none;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--alloy-purple);background:var(--alloy-yellow);border-radius:999px;padding:5px 11px}.proposal-system .v2-rt-list{display:flex;flex-direction:column;gap:8px}.proposal-system .v2-rt-row{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--border-subtle);border-radius:13px;padding:15px 18px;box-shadow:var(--shadow-sm);transition:border-color .13s,box-shadow .13s}.proposal-system .v2-rt-row:hover{border-color:var(--alloy-purple);box-shadow:var(--shadow-md)}.proposal-system .v2-rt-row:hover .v2-rt-go{opacity:1;transform:translate(0)}.proposal-system .v2-rt-row[data-new=true]{border-color:var(--alloy-green);background:linear-gradient(90deg,#74c27512,#fff 40%)}.proposal-system .v2-rt-dot{flex:none;width:9px;height:9px;border-radius:999px}.proposal-system .v2-rt-dot.ok{background:var(--alloy-green)}.proposal-system .v2-rt-dot.watch{background:var(--alloy-yellow)}.proposal-system .v2-rt-dot.new{background:var(--alloy-green);box-shadow:0 0 0 4px #74c27538}.proposal-system .v2-rt-row-id{flex:1;min-width:0}.proposal-system .v2-rt-row-id .n{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.01em}.proposal-system .v2-rt-row-id .m{font-size:11.5px;color:var(--fg-muted);margin-top:3px}.proposal-system .v2-rt-new{font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#2c8a6e;background:#74c27533;border-radius:999px;padding:3px 8px}.proposal-system .v2-rt-row-val{flex:none;text-align:right}.proposal-system .v2-rt-row-val .n{display:block;font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em}.proposal-system .v2-rt-row-val .l{font-size:10.5px;font-weight:600;color:var(--fg-muted)}.proposal-system .v2-rt-pill{flex:none;min-width:92px;text-align:center;font-size:10.5px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:5px 11px;border-radius:999px}.proposal-system .v2-rt-pill.ok{background:#74c2752e;color:#2c8a6e}.proposal-system .v2-rt-pill.watch{background:var(--alloy-yellow);color:#7a5b00}.proposal-system .v2-rt-pill.new{background:var(--alloy-green);color:#fff}.proposal-system .v2-rt-go{flex:none;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-display);font-size:12px;font-weight:700;color:var(--alloy-purple);opacity:0;transform:translate(-6px);transition:opacity .14s,transform .14s}@media(max-width:1100px){.proposal-system .v2-w-split{grid-template-columns:1fr}.proposal-system .v2-w-list{position:static}.proposal-system .v2-w-list-rows{flex-direction:row;overflow-x:auto}.proposal-system .v2-w-row{flex:0 0 240px}.proposal-system .v2-w-row+.v2-w-row{border-top:none;border-left:1px solid var(--border-subtle)}.proposal-system .v2-w-cols{grid-template-columns:1fr}.proposal-system .v2-w-figs{grid-template-columns:1fr 1fr}.proposal-system .v2-w-hero{flex-direction:column}.proposal-system .v2-w-hero-acts{flex-direction:row;width:100%;flex-wrap:wrap}.proposal-system .v2-w-hero-acts .v2-w-act{flex:1}}@media(max-width:1200px){.proposal-system .v2-review{grid-template-columns:1fr}.proposal-system .v2-ctx{position:static;flex-direction:row;flex-wrap:wrap}.proposal-system .v2-ctx>.v2-card{flex:1;min-width:240px}.proposal-system .v2-build{grid-template-columns:1fr}.proposal-system .v2-checklist{position:static}}.proposal-system .v2-stage-stub{display:grid;place-items:center;padding:40px 0}.proposal-system .v2-stage-stub-card{max-width:520px;text-align:center;background:#fff;border:1px solid var(--border-subtle);border-radius:16px;box-shadow:var(--shadow-sm);padding:36px 40px}.proposal-system .v2-stage-stub-step{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-pink)}.proposal-system .v2-stage-stub-card h2{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;margin:8px 0 0}.proposal-system .v2-stage-stub-card p{font-size:13.5px;line-height:1.6;color:var(--fg-3);margin:12px 0 0}.proposal-system .v2-stage-stub-ctx{font-size:12.5px;color:var(--fg-muted)}.proposal-system .v2-stage-stub-ctx b{color:var(--alloy-purple)}.proposal-system .v2-stage-stub-card .btn{margin-top:20px}.proposal-system .board-page{min-height:100vh;background:var(--alloy-off-white)}.proposal-system .board-page-bar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:12px;padding:12px 22px;background:linear-gradient(135deg,#2b2c6c,#1a1b4a);color:#fff}.proposal-system .board-page-mark{font-family:var(--font-display);font-weight:800;font-size:18px;letter-spacing:.02em}.proposal-system .board-page-tag{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff9}.proposal-system .board-page-secure{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:#ffffffd9;background:#ffffff1a;border-radius:999px;padding:5px 12px}.proposal-system .board-page-scroll{padding:28px 20px 60px}.proposal-system .uvp-lib{padding:0 0 64px}.proposal-system .uvp-lib-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}.proposal-system .uvp-lib-eyebrow{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--alloy-pink)}.proposal-system .uvp-lib-title{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;margin:5px 0 0}.proposal-system .uvp-lib-sub{font-size:13.5px;color:var(--fg-3);margin:7px 0 0;max-width:680px;line-height:1.55}.proposal-system .uvp-lib-note{font-size:12px;color:var(--fg-muted);background:var(--alloy-yellow-tint);border:1px solid #f0e3b8;border-radius:10px;padding:10px 14px;margin-bottom:24px}.proposal-system .uvp-lib-cat{margin-bottom:26px}.proposal-system .uvp-lib-cat-label{font-family:var(--font-display);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);margin:0 2px 12px;display:flex;align-items:center;gap:8px}.proposal-system .uvp-lib-cat-label span{background:#f0ecf6;color:var(--alloy-purple);border-radius:999px;font-size:10.5px;padding:1px 8px}.proposal-system .uvp-lib-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.proposal-system .uvp-card{background:#fff;border:1px solid var(--border-subtle);border-radius:14px;box-shadow:var(--shadow-sm);padding:18px 18px 14px;display:flex;flex-direction:column;transition:border-color .13s,box-shadow .13s}.proposal-system .uvp-card:hover{border-color:#cdbfe0;box-shadow:var(--shadow-md)}.proposal-system .uvp-card[data-inactive=true]{opacity:.55}.proposal-system .uvp-card-top{display:flex;align-items:center;gap:11px}.proposal-system .uvp-card-ic{width:34px;height:34px;border-radius:9px;flex:none;background:var(--alloy-purple-tint);display:grid;place-items:center}.proposal-system .uvp-card-title{flex:1;min-width:0;font-family:var(--font-display);font-size:14.5px;font-weight:800;color:var(--alloy-purple);line-height:1.2;letter-spacing:-.01em}.proposal-system .uvp-card-edit{flex:none;width:28px;height:28px;border-radius:7px;display:grid;place-items:center;color:var(--fg-muted);transition:background .12s,color .12s}.proposal-system .uvp-card-edit:hover{background:var(--alloy-pink-tint);color:var(--alloy-pink)}.proposal-system .uvp-card-short{font-size:12.5px;font-weight:600;color:var(--fg-2);margin-top:11px;line-height:1.4}.proposal-system .uvp-card-body{font-size:12px;color:var(--fg-3);line-height:1.55;margin-top:8px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.proposal-system .uvp-card-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.proposal-system .uvp-tag{font-size:10px;font-weight:600;color:var(--alloy-purple);background:#f5f2fa;border:1px solid var(--border-subtle);border-radius:999px;padding:2px 8px}.proposal-system .uvp-card-foot{display:flex;align-items:center;gap:10px;margin-top:13px;padding-top:12px;border-top:1px solid var(--border-subtle);flex-wrap:wrap}.proposal-system .uvp-card-proof{font-size:11px;font-weight:700;color:#2c8a6e;background:#e6f3ee;border-radius:999px;padding:3px 9px}.proposal-system .uvp-card-proof b{font-weight:800}.proposal-system .uvp-card-usage{font-size:11px;color:var(--fg-muted);font-weight:600;margin-left:auto}.proposal-system .uvp-card-retired{font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);background:var(--alloy-light-gray);border-radius:999px;padding:2px 8px}.proposal-system .uvp-edit-modal{max-width:560px}.proposal-system .uvp-edit-body{padding:20px 22px 22px;max-height:calc(100vh - 160px);overflow-y:auto}.proposal-system .uvp-f-label{display:block;font-size:10.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--fg-muted);margin:16px 0 7px}.proposal-system .uvp-f-label:first-child{margin-top:0}.proposal-system .uvp-f-label span{font-weight:600;letter-spacing:0;text-transform:none;color:var(--fg-faint, #b3a9bf)}.proposal-system .uvp-f-input,.proposal-system .uvp-f-area{width:100%;border:1.5px solid var(--border-subtle);border-radius:10px;padding:10px 13px;font-family:var(--font-body);font-size:13px;color:var(--fg-2);background:#fff}.proposal-system .uvp-f-input:focus,.proposal-system .uvp-f-area:focus{outline:none;border-color:var(--alloy-pink)}.proposal-system .uvp-f-area{min-height:110px;line-height:1.55;resize:vertical}.proposal-system .uvp-f-row{display:flex;gap:12px}.proposal-system .uvp-f-check{display:flex;align-items:center;gap:9px;margin-top:16px;font-size:12.5px;font-weight:600;color:var(--fg-2)}.proposal-system .uvp-f-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.proposal-system .v2-lib-btn{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-display);font-weight:700;font-size:12.5px;color:var(--alloy-purple);background:#fff;border:1px solid var(--border-subtle);border-radius:10px;padding:0 16px;height:52px;box-shadow:var(--shadow-sm);transition:border-color .13s;align-self:stretch}.proposal-system .v2-lib-btn:hover{border-color:var(--alloy-purple)}.proposal-system .v2-lib-btn[data-on=true]{background:var(--alloy-purple);color:#fff;border-color:var(--alloy-purple)}.proposal-system .fx-side{margin-left:auto;display:inline-flex;align-items:center;gap:12px}.proposal-system .fx-sync{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--border-subtle);border-radius:10px;padding:0 15px;height:52px;font-size:12px;font-weight:600;color:var(--fg-muted);box-shadow:var(--shadow-sm);cursor:pointer;transition:border-color .13s}.proposal-system .fx-sync:hover{border-color:var(--alloy-purple)}.proposal-system .fx-sync b{color:var(--alloy-purple);font-weight:700}.proposal-system .fx-sync .live{width:8px;height:8px;border-radius:999px;background:#4faa5a;box-shadow:0 0 #4faa5a99;animation:fx-syncp 2s cubic-bezier(.4,0,.2,1) infinite;flex:none}.proposal-system .fx-sync:disabled{opacity:.65;cursor:default}.proposal-system .fx-sync .live.busy{background:var(--alloy-pink);animation:fx-syncp-busy .9s cubic-bezier(.4,0,.2,1) infinite}.proposal-system .fx-demo-reset{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:34px;height:34px;padding:0;border-radius:9px;background:transparent;border:1px solid transparent;color:#c2bfce;box-shadow:none;cursor:pointer;opacity:.45;transition:opacity .13s,color .13s,border-color .13s,background .13s;align-self:center}.proposal-system .fx-demo-reset:hover{opacity:1;color:var(--fg-muted);border-color:var(--border-subtle);background:#fff}.proposal-system .fx-demo-reset.armed{width:auto;padding:0 12px;height:34px;opacity:1;color:var(--alloy-pink);border-color:var(--alloy-pink);background:#fff;font-family:var(--font-display);font-weight:700;font-size:12px}.proposal-system .fx-demo-reset:disabled{opacity:.75;cursor:default;width:auto;padding:0 12px;height:34px;font-size:12px;font-weight:600;color:var(--fg-muted)}@keyframes fx-syncp{0%{box-shadow:0 0 #4faa5a80}80%,to{box-shadow:0 0 0 8px #4faa5a00}}@keyframes fx-syncp-busy{0%{box-shadow:0 0 #d9356e80}80%,to{box-shadow:0 0 0 8px #d9356e00}}.proposal-system .fx-inbox-head{margin:26px 2px 18px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.proposal-system .fx-eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--alloy-pink);margin-bottom:9px}.proposal-system .fx-h{font-family:var(--font-display);font-size:30px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em;margin:0 0 9px}.proposal-system .fx-h .nu{color:var(--alloy-pink)}.proposal-system .fx-sub{font-size:13.5px;line-height:1.6;color:var(--fg-3);max-width:660px;margin:0}.proposal-system .fx-sub b{color:var(--alloy-purple);font-weight:700}.proposal-system .fx-grouplbl{display:flex;align-items:center;gap:10px;margin:6px 2px 12px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .fx-grouplbl .ct{color:var(--alloy-pink)}.proposal-system .fx-grouplbl.seen .ct{color:var(--fg-muted)}.proposal-system .fx-grouplbl .ln{flex:1;height:1px;background:var(--border-subtle)}.proposal-system .fx-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:30px}.proposal-system .fx-lead{position:relative;background:#fff;border:1px solid var(--border-subtle);border-radius:16px;padding:20px 20px 16px;box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;flex-direction:column;gap:12px;cursor:pointer;text-align:left;overflow:hidden}.proposal-system .fx-lead:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.proposal-system .fx-lead[data-state=new]{border-color:#f3cad9;box-shadow:0 10px 26px -16px #d9356e80}.proposal-system .fx-lead[data-state=new]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--alloy-pink),#b02a73)}.proposal-system .fx-lead[data-state=seen]{opacity:.92}.proposal-system .fx-lead-top{display:flex;align-items:center;gap:10px}.proposal-system .fx-lead-name{font-family:var(--font-display);font-size:19px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.015em}.proposal-system .fx-badge{font-size:9.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:3px 9px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;flex:none}.proposal-system .fx-badge.new{color:#fff;background:var(--alloy-pink)}.proposal-system .fx-badge.new .d{width:5px;height:5px;border-radius:999px;background:#fff;animation:fx-blink 1.3s steps(2,jump-none) infinite}.proposal-system .fx-badge.seen{color:var(--fg-muted);background:var(--alloy-purple-tint)}@keyframes fx-blink{0%,to{opacity:1}50%{opacity:.3}}.proposal-system .fx-lead-pct{margin-left:auto;display:inline-flex;align-items:baseline;gap:3px;font-family:var(--font-display);font-weight:800;color:#2c8a6e}.proposal-system .fx-lead-pct b{font-size:20px}.proposal-system .fx-lead-pct span{font-size:10.5px;font-weight:700;color:#4faa5a}.proposal-system .fx-lead-meta{font-size:12.5px;color:var(--fg-muted);font-weight:600;margin-top:-3px}.proposal-system .fx-lead-quote{font-size:13px;line-height:1.55;color:var(--fg-3);font-style:italic;border-left:2.5px solid var(--alloy-pink);padding-left:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.proposal-system .fx-lead-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px;padding-top:13px;border-top:1px solid var(--border-subtle)}.proposal-system .fx-lead-when{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;color:var(--fg-muted)}.proposal-system .fx-lead-when .arr{width:8px;height:8px;border-radius:999px;background:var(--alloy-pink);flex:none}.proposal-system .fx-lead-when.seen .arr{background:var(--alloy-light-gray)}.proposal-system .fx-open{display:inline-flex;align-items:center;gap:8px;background:var(--alloy-pink);color:#fff;border:none;border-radius:10px;padding:10px 18px;font-family:var(--font-display);font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px -5px #d9356e8c;transition:transform .14s,box-shadow .14s;flex:none}.proposal-system .fx-open:hover{transform:translateY(-1px);box-shadow:0 7px 16px -6px #d9356ea6}.proposal-system .fx-open span{font-size:15px;line-height:1}.proposal-system .fx-open.ghost{background:#fff;color:var(--alloy-purple);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.proposal-system .fx-back{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:var(--alloy-purple);background:#fff;border:1px solid var(--border-subtle);border-radius:9px;padding:9px 15px;box-shadow:var(--shadow-sm);margin:4px 0 16px;cursor:pointer;transition:border-color .13s,box-shadow .13s}.proposal-system .fx-back:hover{border-color:var(--alloy-purple)}.proposal-system .fx-back svg{width:15px;height:15px}.proposal-system .fx-back .ct{color:var(--fg-muted);font-weight:600}.proposal-system .fx-back-row{display:flex;align-items:center;gap:12px;margin:4px 0 16px}.proposal-system .fx-back-row .fx-back{margin:0}.proposal-system .fx-back-acts{margin-left:auto;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.proposal-system .fx-back--send{color:var(--alloy-pink)}.proposal-system .fx-back--send:hover{border-color:var(--alloy-pink)}.proposal-system .fx-analysis{display:grid;grid-template-columns:214px minmax(0,1fr) 300px;gap:18px;align-items:start}.proposal-system .fx-analysis.norail{grid-template-columns:minmax(0,1fr) 300px}.proposal-system .fx-rail-lbl{font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted);margin:2px 2px 10px}.proposal-system .fx-rail-item{display:block;background:#fff;border:1px solid var(--border-subtle);border-radius:12px;padding:12px 14px;margin-bottom:9px;cursor:pointer;width:100%;text-align:left}.proposal-system .fx-rail-item[data-on=true]{border-color:var(--alloy-pink);box-shadow:0 6px 14px -8px #d9356e66;padding:14px}.proposal-system .fx-rail-item[data-on=true] .fx-rail-nm{font-size:15px}.proposal-system .fx-rail-nm{font-family:var(--font-display);font-size:13.5px;font-weight:800;color:var(--alloy-purple)}.proposal-system .fx-rail-meta{font-size:11px;color:var(--fg-muted);font-weight:600;margin-top:3px}.proposal-system .fx-rail-pct{font-weight:800;color:#2c8a6e}.proposal-system .fx-rail-contact{font-size:11px;color:var(--fg-3);font-weight:600;margin-top:6px;display:flex;align-items:center;gap:6px}.proposal-system .fx-rail-contact .av{flex:none;display:grid;place-items:center;width:17px;height:17px;border-radius:999px;background:var(--alloy-purple);color:#fff;font-size:8px;font-weight:800}.proposal-system .fx-cta-row{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--alloy-purple);border-radius:14px;padding:16px 20px;margin-bottom:16px}.proposal-system .fx-cta-note{font-size:12.5px;color:#ffffffc7;line-height:1.5}.proposal-system .fx-cta-note b{color:#fff;font-weight:700}.proposal-system .fx-qb{flex:none;display:inline-flex;align-items:center;gap:9px;background:var(--alloy-pink);color:#fff;border:none;border-radius:11px;padding:13px 22px;font-family:var(--font-display);font-size:14px;font-weight:700;box-shadow:0 6px 16px -6px #d9356eb3;cursor:pointer}.proposal-system .fx-qb span{font-size:16px}.proposal-system .fx-blist{display:flex;flex-direction:column;gap:12px}.proposal-system .fx-brow{display:flex;align-items:center;gap:22px;background:#fff;border:1px solid var(--border-subtle);border-radius:14px;padding:16px 22px;box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s,transform .15s;cursor:pointer;text-align:left}.proposal-system .fx-brow:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:#e6c9d6}.proposal-system .fx-brow-l{min-width:220px}.proposal-system .fx-brow-nm{font-family:var(--font-display);font-size:17px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.015em}.proposal-system .fx-brow-meta{font-size:12px;font-weight:600;color:var(--fg-muted);margin-top:3px}.proposal-system .fx-brow-prog{flex:1;min-width:0}.proposal-system .fx-brow-progbar{height:7px;border-radius:999px;background:var(--alloy-light-gray);overflow:hidden}.proposal-system .fx-brow-progbar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--alloy-pink),#b02a73)}.proposal-system .fx-brow-proglbl{font-size:11px;font-weight:700;color:var(--fg-muted);margin-top:6px}.proposal-system .fx-brow-fig{flex:none;text-align:right}.proposal-system .fx-brow-fig .v{font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--alloy-purple)}.proposal-system .fx-brow-fig .k{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);margin-top:2px}.proposal-system .fx-brow-av{flex:none;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--alloy-purple);color:#fff;font-size:11px;font-weight:800}.proposal-system .fx-brow-go{flex:none;display:inline-flex;align-items:center;gap:7px;background:var(--alloy-purple-tint);color:var(--alloy-purple);border:none;border-radius:10px;padding:10px 16px;font-family:var(--font-display);font-size:12.5px;font-weight:700;cursor:pointer}.proposal-system .fx-empty{background:#fff;border:1px dashed var(--border-subtle);border-radius:14px;padding:36px 24px;text-align:center;color:var(--fg-muted);font-size:13px;line-height:1.6}.proposal-system .fx-pin{position:relative;display:flex;align-items:center;gap:32px;background:#fff;border:1px solid var(--border-subtle);border-radius:18px;padding:26px 30px 26px 32px;box-shadow:var(--shadow-md);margin:0 0 26px;overflow:hidden}.proposal-system .fx-pin:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,var(--alloy-pink),#b02a73)}.proposal-system .fx-pin-l{min-width:0}.proposal-system .fx-pin-name{display:flex;align-items:center;gap:14px;font-family:var(--font-display);font-size:27px;font-weight:800;color:var(--alloy-purple);letter-spacing:-.02em}.proposal-system .fx-pin-status{font-family:var(--font-body);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.proposal-system .fx-pin-status[data-s=new]{color:#b3315c;background:var(--alloy-pink-tint)}.proposal-system .fx-pin-status[data-s=build]{color:#9a6a12;background:var(--alloy-yellow-tint)}.proposal-system .fx-pin-status[data-s=sent]{color:#2f7fc0;background:var(--alloy-blue-tint)}.proposal-system .fx-pin-status[data-s=won]{color:#2c8a6e;background:var(--alloy-green-tint)}.proposal-system .fx-pin-status[data-s=lost]{color:#a8244f;background:#f6e3ea}.proposal-system .fx-pin-meta{font-size:13.5px;font-weight:600;color:var(--fg-muted);margin-top:8px}.proposal-system .fx-pin-figs{margin-left:auto;display:flex;align-items:center;gap:32px}.proposal-system .fx-pin-fig{display:flex;flex-direction:column;gap:3px}.proposal-system .fx-pin-fig .k{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .fx-pin-fig .v{font-family:var(--font-display);font-size:19px;font-weight:800;color:var(--alloy-purple);display:inline-flex;align-items:center;gap:7px;background:none;border:none;padding:0;cursor:default}.proposal-system .fx-pin-fig .v.edit{cursor:pointer}.proposal-system .fx-pin-fig .v.edit svg{color:var(--fg-muted)}.proposal-system .fx-pin-fig .v .av{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:var(--alloy-purple);color:#fff;font-size:10px;font-weight:800}.proposal-system .fx-pin-fig .v.hot{color:#c32d63}.proposal-system .fx-pin-fig .v input{width:66px;font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--alloy-purple);border:1px solid var(--alloy-light-gray);border-radius:7px;padding:2px 6px}.proposal-system .fx-pin-divider{width:1px;align-self:stretch;background:var(--border-subtle);margin:4px 0}@media(max-width:1100px){.proposal-system .fx-grid,.proposal-system .fx-analysis{grid-template-columns:1fr}.proposal-system .fx-pin{flex-direction:column;align-items:flex-start;gap:16px}.proposal-system .fx-pin-figs{margin-left:0}.proposal-system .fx-pin-acts{margin-left:0;flex-wrap:wrap}}.proposal-system .fx-edit-btn{display:inline-flex;align-items:center;gap:6px;width:100%;justify-content:center;margin-top:14px;background:var(--alloy-purple-tint);color:var(--alloy-purple);border:none;border-radius:10px;padding:9px 14px;font-family:var(--font-display);font-size:12px;font-weight:700;cursor:pointer}.proposal-system .fx-edit-btn:hover{background:#e7def5}.proposal-system .fx-pin-acts{flex:none;display:flex;align-items:center;gap:8px;margin-left:18px}.proposal-system .fx-pin-edit{flex:none;display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--border-subtle);color:var(--alloy-purple);border-radius:9px;padding:8px 13px;font-family:var(--font-display);font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.proposal-system .fx-pin-edit:hover{border-color:var(--alloy-purple)}.proposal-system .fx-pin-cta{flex:none;display:inline-flex;align-items:center;gap:9px;background:var(--alloy-pink);color:#fff;border:none;border-radius:12px;padding:15px 26px;font-family:var(--font-display);font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 6px 16px -6px #d9356eb3;transition:transform .14s,box-shadow .14s;white-space:nowrap;margin-left:32px}.proposal-system .fx-pin-cta:hover{transform:translateY(-1px);box-shadow:0 9px 20px -7px #d9356ecc}.proposal-system .fx-pin-cta span{font-size:16px;line-height:1}.proposal-system .fx-analysis2{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}@media(max-width:1100px){.proposal-system .fx-analysis2{grid-template-columns:1fr}}.proposal-system .fx-edit-modal{max-width:620px;width:100%}.proposal-system .fx-edit-body{padding:22px 24px;display:flex;flex-direction:column;gap:18px;flex:1;min-height:0;overflow-y:auto}.proposal-system .fx-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.proposal-system .fx-ef{display:flex;flex-direction:column;gap:7px}.proposal-system .fx-ef.full{grid-column:1 / -1}.proposal-system .fx-ef-k{font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-muted)}.proposal-system .fx-ef input,.proposal-system .fx-ef textarea{font-family:var(--font-body);font-size:13px;color:var(--fg);background:#fff;border:1px solid var(--alloy-light-gray);border-radius:9px;padding:9px 11px;width:100%}.proposal-system .fx-ef input:focus,.proposal-system .fx-ef textarea:focus{outline:none;border-color:var(--alloy-purple)}.proposal-system .fx-ef textarea{resize:vertical;line-height:1.5}.proposal-system .fx-edit-actions{display:flex;justify-content:flex-end;gap:10px;padding:15px 24px;border-top:1px solid var(--border-subtle);flex:none}@media(max-width:640px){.proposal-system .fx-edit-grid{grid-template-columns:1fr}}.proposal-system .fx-con-act{flex:none;display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:transparent;border:none;color:var(--fg-muted);cursor:pointer}.proposal-system .fx-con-act:hover{background:var(--alloy-purple-tint);color:var(--alloy-purple)}.proposal-system .fx-con-act.danger:hover{background:#f6e3ea;color:#a8244f}.proposal-system .fx-cap-pick{display:flex;flex-wrap:wrap;gap:8px}.proposal-system .fx-cap-opt{font-size:11.5px;font-weight:600;color:var(--fg-2);background:#fff;border:1px solid var(--alloy-light-gray);border-radius:999px;padding:7px 13px;cursor:pointer;text-align:left;line-height:1.2}.proposal-system .fx-cap-opt[data-on=true]{background:var(--alloy-purple-tint);border-color:var(--alloy-purple);color:var(--alloy-purple);font-weight:700}.proposal-system .fx-add-concern{display:inline-flex;align-items:center;gap:8px;margin-top:12px;background:#fff;border:1.5px dashed var(--alloy-light-gray);color:var(--alloy-purple);border-radius:11px;padding:11px 16px;font-family:var(--font-display);font-size:12.5px;font-weight:700;cursor:pointer;width:100%;justify-content:center}.proposal-system .fx-add-concern:hover{border-color:var(--alloy-purple);background:var(--alloy-purple-tint)}.proposal-system .fx-overall-edit{display:inline-flex;align-items:center;gap:6px;margin-left:10px;font-size:12px;font-weight:700;color:var(--alloy-purple);background:none;border:none;cursor:pointer}.proposal-system .fx-overall-edit input{width:56px;font-family:var(--font-display);font-weight:800;border:1px solid var(--alloy-light-gray);border-radius:7px;padding:2px 6px}.proposal-system .fx-realign-hint{font-size:12px;line-height:1.55;color:var(--fg-muted)}.proposal-system .fx-realign-load{padding:44px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.proposal-system .fx-realign-scan{margin-bottom:10px}.proposal-system .fx-realign-scan svg{display:block}.proposal-system .fx-realign-load-t{font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--alloy-purple);margin-top:10px}.proposal-system .fx-realign-load-s{font-size:12.5px;color:var(--fg-muted)}.proposal-system .fx-realign-summary{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;line-height:1.5;font-weight:600;color:#a82451;background:var(--alloy-pink-tint);border-radius:11px;padding:12px 14px}.proposal-system .fx-realign-summary svg{flex:none;margin-top:2px}.proposal-system .fx-realign-sec{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:-8px}.proposal-system .fx-realign-row{display:flex;align-items:flex-start;gap:11px;padding:12px 14px;border:1px solid var(--border-subtle);border-radius:12px;cursor:pointer}.proposal-system .fx-realign-row[data-on=true]{border-color:var(--alloy-purple);background:var(--alloy-purple-tint)}.proposal-system .fx-realign-row input{margin-top:2px;width:16px;height:16px;accent-color:var(--alloy-purple);flex:none}.proposal-system .fx-realign-row-k{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--alloy-purple)}.proposal-system .fx-realign-row-v{font-size:12px;color:var(--fg-3);margin-top:3px;line-height:1.5}.proposal-system .fx-realign-row-v .old{color:var(--fg-muted);text-decoration:line-through}.proposal-system .fx-realign-fit{font-size:10.5px;font-weight:700;color:#2c8a6e;margin-left:4px}.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-link-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px}.login-link-sep{color:var(--fg-muted);font-size:13px}.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)}.qg-page{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:var(--alloy-purple-deep);overflow:auto}.qg-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}.qg-card{position:relative;width:100%;max-width:560px;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:40px 40px 30px;max-height:calc(100vh - 48px);overflow-y:auto}.qg-logo{height:32px;width:auto;margin:0 0 22px;display:block}.qg-eyebrow{font-family:var(--font-display);font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--alloy-pink);margin:0 0 6px}.qg-card h1{font-family:var(--font-display);font-weight:800;font-size:25px;line-height:1.15;letter-spacing:-.01em;color:var(--fg);margin:0 0 10px}.qg-sub{font-size:14px;line-height:1.55;color:var(--fg-muted);margin:0 0 26px}.qg-sub strong{color:var(--fg-2)}.qg-form{display:flex;flex-direction:column;gap:16px;text-align:left}.qg-field{display:flex;flex-direction:column;gap:7px}.qg-row{display:flex;gap:14px}.qg-row .qg-field{flex:1;min-width:0}.qg-field label{font-family:var(--font-display);font-weight:700;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-3)}.qg-field .qg-hint{font-weight:500;font-size:11px;letter-spacing:0;text-transform:none;color:var(--fg-muted)}.qg-form input,.qg-form textarea{width:100%;box-sizing:border-box;padding:12px 14px;border:1.5px solid var(--border-subtle);border-radius:var(--radius);font-size:15px;font-family:inherit;color:var(--fg);background:var(--alloy-off-white);transition:border-color .15s,box-shadow .15s,background .15s}.qg-form textarea{resize:vertical;min-height:96px;line-height:1.5}.qg-form input:focus,.qg-form textarea:focus{outline:none;background:#fff;border-color:var(--alloy-purple);box-shadow:0 0 0 3px #381c4f1f}.qg-form input:disabled,.qg-form textarea:disabled{opacity:.6}.qg-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.qg-submit{margin-top:4px;padding:14px 16px;border-radius:var(--radius);background:var(--alloy-pink);color:#fff;font-family:var(--font-display);font-weight:700;font-size:15px;letter-spacing:.01em;transition:background .15s,transform .05s}.qg-submit:hover:not(:disabled){filter:brightness(.94)}.qg-submit:active:not(:disabled){transform:translateY(1px)}.qg-submit:disabled{opacity:.5;cursor:not-allowed}.qg-error{background:var(--alloy-pink-tint);color:var(--alloy-pink);font-size:13px;font-weight:500;padding:10px 13px;border-radius:var(--radius-sm)}.qg-done-icon{width:60px;height:60px;margin:0 0 20px;display:grid;place-items:center;border-radius:50%;background:var(--alloy-purple-tint);color:var(--alloy-purple)}.qg-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)}.qg-foot a{color:var(--alloy-purple);font-weight:600}.qg-foot a:hover{color:var(--alloy-pink)}@media(max-width:560px){.qg-card{padding:30px 22px 24px}.qg-row{flex-direction:column;gap:16px}}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}
