:root{--hh-text:#243636;--hh-text-strong:#1a2727;--hh-text-muted:#889e9e;--hh-text-subtle:#b8cccc;--hh-border:#e2ebeb;--hh-divider:#eef3f3;--hh-surface:#ffffff;--hh-bg:#f7faf9;--hh-bg-alt:#f4f6f6;--hh-honeydew:#f0fff4;--hh-clear-day:#f0fffe;--hh-snow:#fff5f5;--hh-alice-blue:#f0f8ff;--hh-success:#11cc88;--hh-success-dark:#007060;--hh-warning:#fed624;--hh-danger:#ff5252;--hh-status-good:#11cc88;--hh-status-mid:#fed624;--hh-status-low:#ff5252;--hh-accent:#11cc88;--hh-accent-on:#ffffff;--hh-accent-text:#0a8a5c;--hh-accent-soft:rgba(17,204,136,0.15);--hh-accent-strong:rgba(17,204,136,0.9);--hh-secondary:#007060;--hh-r-xs:4px;--hh-r-sm:8px;--hh-r-md:12px;--hh-r-lg:14px;--hh-r-xl:16px;--hh-r-2xl:20px;--hh-r-full:999px;--hh-sp-1:4px;--hh-sp-2:8px;--hh-sp-3:12px;--hh-sp-4:16px;--hh-sp-5:20px;--hh-sp-6:24px;--hh-sp-7:28px;--hh-sp-8:32px;--hh-sp-10:40px;--hh-gutter:16px;--hh-shadow-card:0 2px 10px rgba(36,54,54,0.08);--hh-shadow-soft:0 1px 6px rgba(36,54,54,0.06);--hh-shadow-pop:0 8px 28px rgba(36,54,54,0.14);--hh-font-display:var(--font-display),"Poppins",system-ui,sans-serif;--hh-font-body:var(--font-body),"IBM Plex Sans",system-ui,sans-serif;--hh-rail-w:248px;--hh-rail-w-collapsed:88px;--hh-topbar-h:64px;--hh-bottombar-h:68px;--hh-content-max:1120px;--hh-ease:cubic-bezier(0.4,0,0.2,1);--hh-dur-in:300ms;--hh-dur-out:200ms}*{box-sizing:border-box}body,html{padding:0;margin:0}body{font-family:var(--hh-font-body);color:var(--hh-text);background:var(--hh-bg);font-size:16px;line-height:1.4;letter-spacing:-.1px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--hh-accent-text);text-decoration:none}button{font-family:inherit}:focus-visible{outline:2px solid var(--hh-accent-text);outline-offset:2px;border-radius:var(--hh-r-xs)}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.hh-display{font-weight:700;letter-spacing:-.5px;line-height:1.2}.hh-display,.hh-h1{font-family:var(--hh-font-display);color:var(--hh-text-strong);margin:0}.hh-h1{font-weight:800;font-size:28px;letter-spacing:-.7px;line-height:1.15}.hh-h2{font-family:var(--hh-font-display);font-size:22px;letter-spacing:-.5px;line-height:1.3;color:var(--hh-text-strong)}.hh-h2,.hh-title{font-weight:700;margin:0}.hh-title{font-size:16px;letter-spacing:-.1px}.hh-body{font-size:16px;margin:0}.hh-secondary{font-size:14px}.hh-caption,.hh-secondary{color:var(--hh-text-muted);margin:0}.hh-caption{font-size:12px}.hh-meta{font-size:13px;color:var(--hh-text-muted);margin:0}.hh-shell{min-height:100dvh}.hh-sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--hh-rail-w);background:var(--hh-surface);border-right:1px solid var(--hh-border);display:flex;flex-direction:column;padding:var(--hh-sp-4) var(--hh-sp-3);gap:var(--hh-sp-2);z-index:40}.hh-brand{display:flex;align-items:center;gap:var(--hh-sp-3);padding:var(--hh-sp-2) var(--hh-sp-3);margin-bottom:var(--hh-sp-4)}.hh-brand-mark{width:36px;height:36px;border-radius:var(--hh-r-md);background:var(--hh-accent);color:var(--hh-accent-on);display:grid;place-items:center;font-weight:800;font-size:16px;flex:none}.hh-brand-mark,.hh-brand-name{font-family:var(--hh-font-display)}.hh-brand-name{font-weight:700;font-size:17px;letter-spacing:-.4px}.hh-nav{display:flex;flex-direction:column;gap:4px}.hh-nav-item{display:flex;align-items:center;gap:var(--hh-sp-3);padding:var(--hh-sp-3) var(--hh-sp-3);border-radius:var(--hh-r-md);color:var(--hh-text-muted);font-weight:600;font-size:15px;cursor:pointer;transition:background var(--hh-dur-out) var(--hh-ease),color var(--hh-dur-out) var(--hh-ease)}.hh-nav-item:hover{background:var(--hh-bg-alt);color:var(--hh-text)}.hh-nav-item[data-active=true]{background:var(--hh-accent-soft);color:var(--hh-accent-text)}.hh-nav-item[data-active=true] svg{color:var(--hh-accent-text)}.hh-nav-icon{width:22px;height:22px;flex:none}.hh-topbar{position:-webkit-sticky;position:sticky;top:0;height:var(--hh-topbar-h);gap:var(--hh-sp-4);padding:0 var(--hh-gutter);background:color-mix(in srgb,var(--hh-bg) 86%,transparent);-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--hh-border);z-index:30}.hh-search,.hh-topbar{display:flex;align-items:center}.hh-search{flex:1 1;max-width:440px;gap:var(--hh-sp-2);height:40px;padding:0 var(--hh-sp-4);border-radius:var(--hh-r-full);background:var(--hh-surface);border:1px solid var(--hh-border);color:var(--hh-text-muted);font-size:14px}.hh-search>svg{flex:none}.hh-search>span{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-topbar-spacer{flex:1 1}.hh-avatar{width:38px;height:38px;border-radius:var(--hh-r-full);padding:0;border:none;cursor:pointer;display:grid;place-items:center;overflow:hidden;background:transparent}.hh-usermenu{position:relative}.hh-usermenu-pop{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-md);box-shadow:var(--hh-shadow-pop);padding:6px;z-index:50}.hh-usermenu-head{display:flex;align-items:center;gap:10px;padding:8px 10px 10px;border-bottom:1px solid var(--hh-border);margin-bottom:6px}.hh-usermenu-head-text{display:flex;flex-direction:column;gap:2px;min-width:0}.hh-usermenu-head strong{font-size:14px;color:var(--hh-text)}.hh-usermenu-head-text span{font-size:12px;color:var(--hh-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-usermenu-item{display:block;width:100%;text-align:left;background:none;border:none;padding:9px 10px;border-radius:var(--hh-r-sm);font-size:14px;color:var(--hh-text);cursor:pointer}.hh-usermenu-item:hover{background:var(--hh-bg-alt)}.hh-usermenu-item--danger{color:#c0353a}.hh-icon-btn{width:40px;height:40px;border-radius:var(--hh-r-full);border:1px solid var(--hh-border);background:var(--hh-surface);color:var(--hh-text);display:grid;place-items:center;cursor:pointer}.hh-icon-btn:hover{background:var(--hh-bg-alt)}.hh-search{cursor:pointer;text-align:left}.hh-search:hover{background:var(--hh-bg-alt);border-color:color-mix(in srgb,var(--hh-border) 60%,var(--hh-text-muted))}.hh-search-kbd{margin-left:auto;font-family:inherit;font-size:11px;line-height:1;color:var(--hh-text-muted);background:var(--hh-bg-alt);border:1px solid var(--hh-border);border-radius:var(--hh-r-sm);padding:3px 6px}.hh-cmd-overlay{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:flex-start;padding:12vh 16px 16px;background:rgba(8,12,16,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hh-cmd{width:100%;max-width:560px;background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-lg,16px);box-shadow:var(--hh-shadow-pop);overflow:hidden;display:flex;flex-direction:column;max-height:70vh}.hh-cmd-input{display:flex;align-items:center;gap:var(--hh-sp-3);padding:0 14px;height:52px;border-bottom:1px solid var(--hh-border);color:var(--hh-text-muted)}.hh-cmd-input input{flex:1 1;border:none;background:none;outline:none;font-size:15px;color:var(--hh-text)}.hh-cmd-close{border:none;background:none;color:var(--hh-text-muted);cursor:pointer;display:grid;place-items:center;padding:4px;border-radius:var(--hh-r-sm)}.hh-cmd-close:hover{background:var(--hh-bg-alt);color:var(--hh-text)}.hh-cmd-body{overflow-y:auto;padding:6px}.hh-cmd-hint{padding:22px 14px;text-align:center;font-size:13px;color:var(--hh-text-muted)}.hh-cmd-group{padding:4px 0}.hh-cmd-group-label{padding:6px 10px 4px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--hh-text-muted)}.hh-cmd-row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:none;border:none;padding:8px 10px;border-radius:var(--hh-r-md);cursor:pointer}.hh-cmd-row.is-active{background:var(--hh-bg-alt)}.hh-cmd-row-thumb{width:44px;flex-shrink:0;border-radius:var(--hh-r-sm);overflow:hidden}.hh-cmd-row-text{display:flex;flex-direction:column;gap:2px;min-width:0}.hh-cmd-row-name{font-size:14px;color:var(--hh-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-cmd-row-meta{font-size:12px;color:var(--hh-text-muted);text-transform:capitalize}.hh-cmd-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:none;border-top:1px solid var(--hh-border);background:var(--hh-bg-alt);color:var(--hh-text);font-size:13px;font-weight:500;padding:12px 16px;cursor:pointer}.hh-cmd-foot:hover{color:var(--hh-accent-text,var(--hh-text))}.hh-notif{position:relative}.hh-notif-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--hh-r-full);background:#e5484d;color:#fff;font-size:11px;font-weight:600;line-height:18px;text-align:center;box-shadow:0 0 0 2px var(--hh-bg)}.hh-notif-pop{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-width:calc(100vw - 32px);background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-md);box-shadow:var(--hh-shadow-pop);z-index:50;overflow:hidden}.hh-notif-head{padding:12px 14px;border-bottom:1px solid var(--hh-border);font-size:14px}.hh-notif-empty{padding:24px 14px;text-align:center;font-size:13px;color:var(--hh-text-muted)}.hh-notif-list{max-height:320px;overflow-y:auto;padding:6px}.hh-notif-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--hh-r-md)}.hh-notif-item:hover{background:var(--hh-bg-alt)}.hh-notif-item-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.hh-notif-item-title{font-size:13px;font-weight:600;color:var(--hh-text)}.hh-notif-item-sub{font-size:12px;color:var(--hh-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-notif-item-actions{display:flex;gap:6px;flex-shrink:0}.hh-notif-foot{display:block;text-align:center;padding:11px;border-top:1px solid var(--hh-border);font-size:13px;font-weight:500;color:var(--hh-text)}.hh-notif-foot:hover{background:var(--hh-bg-alt)}.hh-main{margin-left:var(--hh-rail-w);min-height:100dvh;display:flex;flex-direction:column}.hh-page{width:100%;max-width:var(--hh-content-max);margin:0 auto;padding:var(--hh-sp-6) var(--hh-gutter) calc(var(--hh-sp-10) + 40px)}.hh-bottombar{display:none}.hh-coach-fab{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:var(--hh-r-full);background:var(--hh-accent);color:var(--hh-accent-on);border:none;display:grid;place-items:center;box-shadow:var(--hh-shadow-pop);cursor:pointer;z-index:50;transition:transform var(--hh-dur-out) var(--hh-ease)}.hh-coach-fab:hover{transform:translateY(-2px)}.hh-coach-panel{position:fixed;right:0;top:0;height:100vh;height:100dvh;width:440px;max-width:92vw;background:var(--hh-surface);border-left:1px solid var(--hh-border);box-shadow:var(--hh-shadow-pop);z-index:60;display:flex;flex-direction:column;animation:hh-slide-in var(--hh-dur-in) var(--hh-ease)}.hh-coach-head{display:flex;align-items:center;justify-content:space-between;padding:var(--hh-sp-4);padding-top:max(var(--hh-sp-4),env(safe-area-inset-top));border-bottom:1px solid var(--hh-border)}.hh-coach-body{padding:var(--hh-sp-4);padding-bottom:max(var(--hh-sp-4),env(safe-area-inset-bottom));flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:var(--hh-sp-3)}.hh-scrim{position:fixed;inset:0;background:rgba(36,54,54,.35);z-index:55;animation:hh-fade var(--hh-dur-out) var(--hh-ease)}.hh-scroll-locked{overflow:hidden}.hh-modal{position:fixed;z-index:60;top:50%;left:50%;transform:translate(-50%,-50%);width:min(480px,calc(100vw - 32px));max-height:calc(100vh - 64px);overflow-y:auto;background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-xl);padding:var(--hh-sp-5);display:flex;flex-direction:column;gap:var(--hh-sp-4);box-shadow:0 20px 60px rgba(36,54,54,.25);animation:hh-modal-in var(--hh-dur-out) var(--hh-ease)}@keyframes hh-modal-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 8px)) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (prefers-reduced-motion:reduce){.hh-modal,.hh-scrim{animation:none}}.hh-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px}@keyframes hh-slide-in{0%{transform:translateX(24px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes hh-sheet-up{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion:reduce){.hh-coach-panel{animation:none}}@keyframes hh-fade{0%{opacity:0}to{opacity:1}}.hh-card{background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);box-shadow:var(--hh-shadow-card)}.hh-card-pad{padding:var(--hh-sp-5)}.hh-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--hh-sp-2);min-height:48px;padding:0 var(--hh-sp-5);border-radius:var(--hh-r-md);border:none;font-weight:700;font-size:14px;letter-spacing:.3px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:opacity var(--hh-dur-out) var(--hh-ease),transform var(--hh-dur-out) var(--hh-ease)}.hh-btn:active{opacity:.7}.hh-btn[disabled]{opacity:.45;cursor:not-allowed}.hh-btn--primary{background:var(--hh-text);color:#fff}.hh-btn--accent{background:var(--hh-accent);color:var(--hh-accent-on)}.hh-btn--secondary{background:var(--hh-bg-alt);color:var(--hh-text)}.hh-btn--ghost{background:transparent;color:var(--hh-text);border:1px solid var(--hh-border)}.hh-btn--text{background:transparent;color:var(--hh-accent-text);min-height:auto;padding:8px 10px}.hh-btn--sm{min-height:38px;padding:0 var(--hh-sp-4)}.hh-btn--block{width:100%}.hh-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--hh-r-sm);font-size:12px;font-weight:700;background:var(--hh-bg-alt);color:var(--hh-text)}.hh-tag--accent{background:var(--hh-accent-soft);color:var(--hh-accent-text)}.hh-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--hh-sp-3);gap:var(--hh-sp-4)}.hh-stack{display:flex;flex-direction:column;gap:var(--hh-sp-5)}.hh-row{display:flex;gap:var(--hh-sp-4);align-items:center}.hh-link{color:var(--hh-accent-text);font-weight:600;font-size:14px}.hh-link:hover{text-decoration:underline}.hh-grid{display:grid;grid-gap:var(--hh-sp-4);gap:var(--hh-sp-4)}.hh-grid--cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.hh-skeleton{background:linear-gradient(90deg,var(--hh-bg-alt) 25%,var(--hh-divider) 37%,var(--hh-bg-alt) 63%);background-size:400% 100%;animation:hh-shimmer 1.4s ease infinite;border-radius:var(--hh-r-sm)}@keyframes hh-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.hh-empty{text-align:center;padding:var(--hh-sp-8) var(--hh-sp-4);color:var(--hh-text-muted)}.hh-pill-progress{height:8px;border-radius:var(--hh-r-full);background:var(--hh-border);overflow:hidden}.hh-pill-progress>span{display:block;height:100%;background:var(--hh-accent);border-radius:var(--hh-r-full)}.hh-dot{width:8px;height:8px;border-radius:var(--hh-r-full);flex:none}.hh-public{min-height:100dvh;display:flex;flex-direction:column;background:var(--hh-bg)}.hh-public-header{height:var(--hh-topbar-h);display:flex;align-items:center;padding:0 var(--hh-gutter);border-bottom:1px solid var(--hh-border);background:var(--hh-surface);position:-webkit-sticky;position:sticky;top:0;z-index:30}.hh-public-brand{display:flex;align-items:center;gap:10px;color:var(--hh-text)}.hh-public-logo{border-radius:var(--hh-r-sm);object-fit:cover}.hh-public-brand-name{font-family:var(--hh-font-display);font-weight:700;font-size:16px}.hh-public-main{flex:1 1;width:100%;max-width:var(--hh-content-max);margin:0 auto;padding:var(--hh-sp-6) var(--hh-gutter) calc(var(--hh-sp-10) + 80px)}.hh-public-footer{display:flex;align-items:center;justify-content:space-between;padding:var(--hh-sp-6) var(--hh-gutter);border-top:1px solid var(--hh-border);color:var(--hh-text-muted);font-size:14px}.hh-detail-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);grid-gap:var(--hh-sp-6);gap:var(--hh-sp-6);align-items:start}.hh-detail-main{gap:var(--hh-sp-6)}.hh-detail-main,.hh-detail-rail{display:flex;flex-direction:column}.hh-detail-rail{gap:var(--hh-sp-4);position:-webkit-sticky;position:sticky;top:calc(var(--hh-topbar-h) + var(--hh-sp-4))}.hh-hero{width:100%}.hh-hero-media{width:100%;aspect-ratio:16/9;border-radius:var(--hh-r-xl);background-size:cover;background-position:50%;box-shadow:var(--hh-shadow-card)}.hh-hero-badge{position:absolute;top:14px;left:14px}.hh-hero-play{position:absolute;right:16px;bottom:16px;width:56px;height:56px;border-radius:var(--hh-r-full);background:var(--hh-text);color:#fff;display:grid;place-items:center;box-shadow:var(--hh-shadow-pop)}.hh-meta-strip{display:flex;flex-wrap:wrap;gap:var(--hh-sp-5);padding:var(--hh-sp-4) var(--hh-sp-5);background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-lg)}.hh-meta-item{display:flex;flex-direction:column;gap:2px}.hh-meta-item-label{display:inline-flex;align-items:center;gap:5px;font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:var(--hh-text-muted)}.hh-meta-item-value{font-family:var(--hh-font-display);font-weight:700;font-size:17px}.hh-attribution{display:flex;align-items:center;gap:12px}.hh-attribution-logo{border-radius:var(--hh-r-sm);object-fit:cover;flex:none}.hh-attribution-logo--fallback{width:40px;height:40px;display:grid;place-items:center;background:var(--hh-accent);color:var(--hh-accent-on);font-family:var(--hh-font-display);font-weight:800}.hh-structure{list-style:none;margin:0;padding:0;border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);background:var(--hh-surface);overflow:hidden}.hh-structure-row{display:flex;align-items:center;gap:var(--hh-sp-4);padding:12px var(--hh-sp-5);border-top:1px solid var(--hh-divider)}.hh-structure-row:first-child{border-top:none}.hh-structure-row[data-kind=break],.hh-structure-row[data-kind=intro],.hh-structure-row[data-kind=outro]{background:var(--hh-bg-alt)}.hh-structure-node{flex:none;width:24px;height:24px;display:grid;place-items:center;border-radius:var(--hh-r-full);background:var(--hh-surface);border:1px solid var(--hh-border);color:var(--hh-text-muted);font-size:12px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hh-media.hh-structure-thumb,.hh-structure-icon{width:60px;height:60px;flex:none;border-radius:var(--hh-r-md)}.hh-structure-icon{display:grid;place-items:center;background:var(--hh-surface);border:1px solid var(--hh-border);color:var(--hh-text-muted)}.hh-structure-row[data-kind=break] .hh-structure-icon,.hh-structure-row[data-kind=intro] .hh-structure-icon,.hh-structure-row[data-kind=outro] .hh-structure-icon{color:var(--hh-accent-text)}.hh-structure-info,.hh-week-row-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:3px}.hh-structure-title{font-weight:600;font-size:15px;line-height:1.3;color:var(--hh-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hh-structure-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12.5px;color:var(--hh-text-muted);min-width:0}.hh-structure-kind{text-transform:uppercase;letter-spacing:.4px;font-weight:700;font-size:11px;color:var(--hh-text-subtle)}.hh-structure-detail{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-structure-dur{flex:none;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;font-size:13px;color:var(--hh-text);background:var(--hh-bg-alt);padding:4px 10px;border-radius:var(--hh-r-full)}.hh-structure-wrap{display:flex;flex-direction:column;gap:var(--hh-sp-3)}.hh-structure-summary{margin:0;font-size:13px;font-weight:600;color:var(--hh-text-muted)}.hh-structure[data-railed] .hh-structure-row{position:relative}.hh-structure[data-railed] .hh-structure-row:before{content:"";position:absolute;left:calc(var(--hh-sp-5) + 11px);top:0;bottom:0;width:2px;background:var(--hh-border);z-index:0}.hh-structure[data-railed] .hh-structure-row:first-child:before{top:50%}.hh-structure[data-railed] .hh-structure-row:last-child:before{bottom:50%}.hh-structure[data-railed] .hh-structure-node{position:relative;z-index:1;background:var(--hh-accent-soft);border-color:transparent;color:var(--hh-accent-text)}.hh-structure-row[data-kind=break] .hh-structure-title{color:var(--hh-text-muted)}.hh-structure-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.hh-chip{font-size:11px;padding:2px 8px;border-radius:999px;background:var(--hh-bg-alt)}.hh-chapters{margin-top:4px}.hh-chapters-summary{cursor:pointer;list-style:none;font-size:12px;font-weight:700;color:var(--hh-accent-text)}.hh-chapters-summary::-webkit-details-marker{display:none}.hh-chapters-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:5px}.hh-chapters-list li{display:flex;gap:8px;font-size:12.5px;color:var(--hh-text-muted)}.hh-chapters-time{flex:none;min-width:42px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;color:var(--hh-text)}.hh-structure-row[data-audio]{align-items:flex-start}.hh-audio{display:flex;flex-direction:column;gap:8px;margin-top:6px;padding:var(--hh-sp-4);border-radius:var(--hh-r-md);background:var(--hh-surface);border:1px solid var(--hh-border)}.hh-audio-main{display:flex;align-items:center;gap:var(--hh-sp-4)}.hh-audio-toggle{flex:none;width:44px;height:44px;border-radius:999px;border:none;cursor:pointer;display:grid;place-items:center;background:var(--hh-accent);color:var(--hh-accent-on);transition:filter .15s ease}.hh-audio-toggle:hover{filter:brightness(.95)}.hh-audio-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:6px}.hh-audio-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--hh-text)}.hh-audio-scrub{display:flex;align-items:center;gap:10px}.hh-audio-scrub input[type=range]{flex:1 1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:999px;cursor:pointer;background-color:var(--hh-border);background-image:linear-gradient(var(--hh-accent),var(--hh-accent));background-repeat:no-repeat;background-size:var(--hh-audio-progress,0) 100%}.hh-audio-scrub input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--hh-accent);border:2px solid var(--hh-surface)}.hh-audio-scrub input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--hh-accent);border:2px solid var(--hh-surface)}.hh-audio-time{flex:none;font-size:11.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--hh-text-muted)}.hh-audio-transcript-toggle{background:none;border:none;padding:0;cursor:pointer;font-size:12px;font-weight:700;color:var(--hh-accent-text)}.hh-audio-transcript-text{margin:6px 0 0;font-size:13px;line-height:1.5;color:var(--hh-text-muted)}.hh-audio-el{display:none}.hh-cues{margin-top:6px}.hh-cues-summary{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--hh-accent-text)}.hh-cues-summary::-webkit-details-marker{display:none}.hh-cues-summary:after{content:"+";font-size:13px;line-height:1}.hh-cues[open] .hh-cues-summary:after{content:"\2212"}.hh-cues-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.hh-cue{display:flex;align-items:flex-start;gap:10px}.hh-cue-play{flex:none;margin-top:1px;width:26px;height:26px;border-radius:999px;border:1px solid var(--hh-border);cursor:pointer;display:grid;place-items:center;background:var(--hh-surface);color:var(--hh-accent-text);transition:background .15s ease,color .15s ease}.hh-cue-play[data-playing]{background:var(--hh-accent);border-color:transparent;color:var(--hh-accent-on)}.hh-cue-text{font-size:13px;line-height:1.5;color:var(--hh-text-muted)}.hh-weeks{display:flex;flex-direction:column;gap:var(--hh-sp-4)}.hh-week{border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);background:var(--hh-surface);overflow:hidden}.hh-week-summary{display:flex;align-items:center;justify-content:space-between;gap:var(--hh-sp-4);padding:var(--hh-sp-4) var(--hh-sp-5);cursor:pointer;list-style:none}.hh-week-summary::-webkit-details-marker{display:none}.hh-week-summary:hover{background:var(--hh-bg-alt)}.hh-week-summary-main{display:flex;flex-direction:column;gap:2px;min-width:0}.hh-week-title{font-weight:700;font-size:15px;color:var(--hh-text)}.hh-week-sub{font-size:12.5px;color:var(--hh-text-muted)}.hh-week-chevron{flex:none;color:var(--hh-text-subtle);transition:transform .2s ease}.hh-week[open] .hh-week-chevron{transform:rotate(90deg)}.hh-week-list{list-style:none;margin:0;padding:0 var(--hh-sp-5) var(--hh-sp-3);display:flex;flex-direction:column}.hh-week-row{display:flex;align-items:center;gap:var(--hh-sp-4);padding:10px 0;border-top:1px solid var(--hh-divider);color:var(--hh-text);text-decoration:none}.hh-week-list>li:first-child .hh-week-row{border-top:none}.hh-week-row:hover .hh-structure-title{color:var(--hh-accent-text)}.hh-week-row-chevron{flex:none;color:var(--hh-text-subtle)}.hh-active-progress{display:flex;flex-direction:column;gap:var(--hh-sp-3);padding:var(--hh-sp-5);border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);background:var(--hh-surface);margin-bottom:var(--hh-sp-5)}.hh-active-progress-head{display:flex;align-items:center;justify-content:space-between;gap:var(--hh-sp-3)}.hh-pace-badge{flex:none;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px;background:var(--hh-accent-soft);color:var(--hh-accent-text)}.hh-pace-badge[data-tone=warn]{background:rgba(254,214,36,.18);color:#8a6d00}.hh-progress{position:relative;height:8px;border-radius:999px;background:var(--hh-bg-alt);overflow:hidden}.hh-progress-fill{position:absolute;top:0;left:0;bottom:0;border-radius:999px;background:var(--hh-accent);transition:width .3s ease}.hh-active-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:var(--hh-sp-3);font-size:13px;color:var(--hh-text-muted)}.hh-active-focus,.hh-active-progress-meta strong{color:var(--hh-text)}.hh-active-focus{display:flex;align-items:center;gap:var(--hh-sp-4);padding:var(--hh-sp-4);border-radius:var(--hh-r-md);background:var(--hh-bg-alt);text-decoration:none}.hh-active-focus[data-state=next]{background:var(--hh-accent-soft);border:1px solid var(--hh-accent-strong)}.hh-active-focus-link{transition:filter .15s ease}.hh-active-focus-link:hover{filter:brightness(.97)}.hh-active-focus-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;flex:none;background:var(--hh-accent);color:var(--hh-accent-on)}.hh-active-focus-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.hh-active-focus-label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--hh-accent-text)}.hh-active-focus-sub{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;color:var(--hh-text-muted)}.hh-active-focus-cta{display:inline-flex;align-items:center;gap:4px;flex:none;font-size:13px;font-weight:700;color:var(--hh-accent-text)}.hh-week[data-current]{border-color:var(--hh-accent-strong)}.hh-week[data-current]>.hh-week-summary{background:var(--hh-accent-soft)}.hh-week-title-row{display:inline-flex;align-items:center;gap:8px}.hh-week-badge{flex:none;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:999px;background:var(--hh-accent);color:var(--hh-accent-on)}.hh-week-badge[data-tone=next]{background:var(--hh-accent-soft);color:var(--hh-accent-text)}.hh-week-thumb-wrap{position:relative;flex:none;line-height:0}.hh-week-row-status{position:absolute;right:-4px;bottom:-4px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;color:#fff;border:2px solid var(--hh-surface)}.hh-week-row-status[data-state=completed]{background:var(--hh-success)}.hh-week-row-status[data-state=next]{background:var(--hh-accent)}.hh-week-row-title-row{display:flex;align-items:center;gap:8px;min-width:0}.hh-week-row[data-state=completed]{opacity:.6}.hh-week-row[data-state=next]{padding-left:10px;border-radius:8px;background:var(--hh-accent-soft);box-shadow:inset 3px 0 0 var(--hh-accent)}.hh-sticky-start{position:fixed;left:0;right:0;bottom:0;z-index:40;background:color-mix(in srgb,var(--hh-surface) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--hh-border);display:none}.hh-sticky-start-inner{max-width:var(--hh-content-max);margin:0 auto;padding:12px var(--hh-gutter);display:flex;align-items:center;justify-content:space-between;gap:var(--hh-sp-4)}.hh-sticky-start-sub{font-size:13px;color:var(--hh-text-muted)}.hh-app-banner{display:flex;align-items:center;gap:10px;padding:10px 36px 10px 12px;background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);position:relative;box-shadow:var(--hh-shadow-soft)}.hh-app-banner-close{position:absolute;top:8px;right:8px;border:none;background:transparent;color:var(--hh-text-muted);cursor:pointer}.hh-app-banner-logo{border-radius:var(--hh-r-sm);flex:none}.hh-app-banner-logo--fallback{width:36px;height:36px;display:grid;place-items:center;background:var(--hh-accent);color:var(--hh-accent-on);font-weight:800}.hh-app-banner-text{flex:1 1;display:flex;flex-direction:column;font-size:13px;color:var(--hh-text-muted)}.hh-app-banner-text strong{color:var(--hh-text);font-size:14px}.hh-auth{min-height:100dvh;display:grid;grid-template-columns:1.05fr 1fr;background:var(--hh-bg)}@media (max-width:920px){.hh-auth{grid-template-columns:1fr}}.hh-auth-aside{position:relative;overflow:hidden;display:flex;align-items:center;padding:clamp(40px,5vw,72px);color:var(--hh-accent-on,#fff);background:radial-gradient(120% 110% at 12% -10%,color-mix(in srgb,var(--hh-accent) 30%,transparent),transparent 60%),linear-gradient(150deg,var(--hh-accent) 0,var(--hh-secondary,var(--hh-accent)) 100%)}.hh-auth--neutral .hh-auth-aside{color:#fff;background:radial-gradient(60% 55% at 12% 8%,color-mix(in srgb,var(--hh-accent) 30%,transparent),transparent 70%),radial-gradient(55% 50% at 92% 94%,color-mix(in srgb,var(--hh-secondary,var(--hh-accent)) 28%,transparent),transparent 72%),linear-gradient(160deg,#0d1616,#070b0b)}@media (max-width:920px){.hh-auth-aside{display:none}}.hh-auth-aside-glow{position:absolute;width:60%;aspect-ratio:1;right:-12%;bottom:-18%;border-radius:var(--hh-r-full);background:radial-gradient(circle,color-mix(in srgb,#fff 22%,transparent),transparent 70%);pointer-events:none}.hh-auth-aside-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(28px,4vw,44px);max-width:460px}.hh-auth-aside-brand{display:inline-flex;align-items:center;gap:12px;color:inherit}.hh-auth-aside-logo{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(0,0,0,.16);overflow:hidden}.hh-auth-aside-name{font-family:var(--hh-font-display);font-weight:700;font-size:20px}.hh-auth-aside-title{margin:0 0 12px;font-family:var(--hh-font-display);font-weight:800;font-size:clamp(30px,3.6vw,44px);line-height:1.08;letter-spacing:-.01em}.hh-auth-aside-sub{margin:0;font-size:clamp(15px,1.4vw,18px);line-height:1.5;opacity:.9;max-width:38ch}.hh-auth-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.hh-auth-point{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:500;opacity:.95}.hh-auth-point-dot{flex:none;width:22px;height:22px;border-radius:var(--hh-r-full);background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.45);position:relative}.hh-auth-point-dot:after{content:"";position:absolute;left:7px;top:4px;width:5px;height:9px;border:solid;border-width:0 2px 2px 0;transform:rotate(45deg)}.hh-auth-main{display:grid;place-items:center;padding:var(--hh-sp-6)}.hh-auth-card{width:100%;max-width:440px;background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-2xl);padding:clamp(28px,4vw,44px) clamp(24px,3vw,40px);box-shadow:var(--hh-shadow-card)}@media (max-width:920px){.hh-auth-card{box-shadow:none;border:none;background:transparent;max-width:420px}}@media (max-width:480px){.hh-auth-main{padding:var(--hh-sp-5) var(--hh-sp-4)}}.hh-auth-brand{display:none;flex-direction:column;align-items:center;gap:10px;margin-bottom:var(--hh-sp-5);color:var(--hh-text)}@media (max-width:920px){.hh-auth-brand{display:flex}}.hh-auth-brand-name{font-family:var(--hh-font-display);font-weight:700;font-size:18px}.hh-auth-form{display:flex;flex-direction:column;gap:var(--hh-sp-4)}.hh-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.hh-auth-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--hh-sp-3);gap:var(--hh-sp-3)}.hh-auth-emailrow{display:flex;align-items:center;justify-content:space-between;gap:var(--hh-sp-3);padding:var(--hh-sp-3) var(--hh-sp-4);border:1px solid var(--hh-border);border-radius:var(--hh-r-sm);background:var(--hh-surface-2,var(--hh-surface))}.hh-auth-error{background:color-mix(in srgb,#e5484d 12%,transparent);color:#c0353a;border-radius:var(--hh-r-sm);padding:10px 12px;font-size:13px}.hh-field{display:flex;flex-direction:column;gap:6px}.hh-field-label{font-size:13px;font-weight:600;color:var(--hh-text-muted)}.hh-input,.hh-select,.hh-textarea{width:100%;border:1px solid var(--hh-border);border-radius:var(--hh-r-sm);background:var(--hh-surface);padding:11px 12px;font-size:15px;color:var(--hh-text);font-family:inherit}.hh-input:focus,.hh-select:focus,.hh-textarea:focus{outline:none;border-color:var(--hh-accent);box-shadow:0 0 0 3px var(--hh-accent-soft)}.hh-textarea{min-height:96px;resize:vertical}.hh-media{position:relative;width:100%;overflow:hidden;background:var(--hh-bg-alt)}.hh-media--sm{border-radius:var(--hh-r-sm)}.hh-media--lg{border-radius:var(--hh-r-lg)}.hh-media--xl{border-radius:var(--hh-r-xl)}.hh-media-img,.hh-media-video{width:100%;height:100%;object-fit:cover;display:block}.hh-media-video{position:absolute;inset:0;background:var(--hh-bg-alt)}.hh-media-fallback{position:absolute;inset:0;display:grid;place-items:center;color:var(--hh-accent-on);background:linear-gradient(135deg,var(--hh-accent),var(--hh-secondary));opacity:.92}.hh-media-play{position:absolute;right:12px;bottom:12px;width:44px;height:44px;border-radius:var(--hh-r-full);background:var(--hh-text);color:#fff;display:grid;place-items:center;box-shadow:var(--hh-shadow-pop)}.hh-media-controls{position:absolute;right:12px;bottom:12px;z-index:2;display:inline-flex;gap:8px}.hh-media-ctrl{width:40px;height:40px;border:1px solid rgba(255,255,255,.35);border-radius:var(--hh-r-full);background:rgba(12,16,16,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.35);transition:background .15s ease,transform .15s ease}.hh-media-ctrl:hover{background:rgba(12,16,16,.92);transform:translateY(-1px)}.hh-media-ctrl:focus-visible{outline:2px solid #fff;outline-offset:2px}.hh-card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:var(--hh-sp-4)}.hh-card-grid,.hh-week-strip{display:grid;gap:var(--hh-sp-4)}.hh-week-strip{grid-template-columns:repeat(3,1fr);grid-gap:var(--hh-sp-4)}.hh-plan-hero{display:flex;gap:var(--hh-sp-5);padding:var(--hh-sp-5);border:1px solid var(--hh-border);border-radius:var(--hh-r-xl);background:var(--hh-surface)}.hh-plan-hero-media{flex:none;width:124px;display:block;position:relative}.hh-plan-hero-media-badge{position:absolute;top:6px;left:6px;z-index:1;display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--hh-accent-on);background:var(--hh-accent);padding:3px 7px;border-radius:var(--hh-r-full);box-shadow:0 1px 4px rgba(0,0,0,.2)}.hh-plan-hero-title-link{color:var(--hh-text)}.hh-plan-hero-title-link:hover,.hh-plan-hero-view{color:var(--hh-accent-text)}.hh-plan-hero-view{align-self:flex-start;font-size:13px;font-weight:700}.hh-plan-hero-media .hh-media{width:124px;height:124px}.hh-plan-hero-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:10px}.hh-plan-hero-eyebrow{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--hh-accent-text)}.hh-plan-hero-badge{text-transform:none;letter-spacing:0;font-size:11px;font-weight:600;color:var(--hh-text-muted);background:var(--hh-bg-alt);padding:2px 8px;border-radius:var(--hh-r-full)}.hh-plan-progress{display:flex;flex-direction:column;gap:6px}.hh-plan-progress-bar{height:6px;border-radius:var(--hh-r-full);background:var(--hh-bg-alt);overflow:hidden}.hh-plan-progress-bar>span{display:block;height:100%;background:var(--hh-accent);border-radius:var(--hh-r-full);transition:width .3s ease}.hh-plan-progress-label{font-size:12.5px;color:var(--hh-text-muted)}.hh-plan-hero-next{display:flex;align-items:center;justify-content:space-between;gap:var(--hh-sp-4);margin-top:auto;padding-top:var(--hh-sp-3);border-top:1px solid var(--hh-divider)}.hh-plan-hero-next-info{display:flex;flex-direction:column;gap:2px;min-width:0}@media (max-width:640px){.hh-plan-hero{flex-direction:column}.hh-plan-hero-media{width:100%}.hh-plan-hero-media .hh-media{width:100%;height:168px}.hh-plan-hero-next{flex-direction:column;align-items:stretch}}.hh-player{flex-direction:column}.hh-player,.hh-player-bar{display:flex;gap:var(--hh-sp-4)}.hh-player-bar{align-items:center}.hh-player-close{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:var(--hh-r-full);border:1px solid var(--hh-border);background:var(--hh-surface);color:var(--hh-text)}.hh-player-close:hover{background:var(--hh-bg-alt)}.hh-player-title{flex:1 1;min-width:0;font-weight:700;font-size:16px;color:var(--hh-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-player-modes{flex:none;display:flex;gap:4px;padding:4px;border-radius:var(--hh-r-full);background:var(--hh-bg-alt)}.hh-player-mode{border:none;background:transparent;padding:6px 14px;border-radius:var(--hh-r-full);font-size:13px;font-weight:600;color:var(--hh-text-muted);cursor:pointer}.hh-player-mode.is-active{background:var(--hh-surface);color:var(--hh-text);box-shadow:0 1px 2px rgba(0,0,0,.08)}.hh-player-stage{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--hh-r-xl);overflow:hidden}.hh-player-frame,.hh-player-video{position:absolute;inset:0;width:100%;height:100%;border:none}.hh-player-video{object-fit:contain;background:#000}.hh-player-audio{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--hh-sp-5);padding:var(--hh-sp-6);background:linear-gradient(135deg,var(--hh-accent),var(--hh-secondary))}.hh-player-audio-art{width:200px;height:200px;max-width:60%;border-radius:var(--hh-r-lg);object-fit:cover}.hh-player-audio-fallback{display:grid;place-items:center;background:rgba(255,255,255,.18);color:#fff}.hh-player-audio-el{width:min(540px,100%)}.hh-player-expand{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:var(--hh-r-full);border:1px solid var(--hh-border);background:var(--hh-surface);color:var(--hh-text);cursor:pointer}.hh-player-expand:hover{background:var(--hh-bg-alt)}.hh-player.is-immersive{position:fixed;inset:0;z-index:1000;gap:0;padding:14px 16px;background:#07100f}.hh-player.is-immersive .hh-player-bar{padding-bottom:14px}.hh-player.is-immersive .hh-player-title{color:#fff}.hh-player.is-immersive .hh-player-stage{flex:1 1;min-height:0;aspect-ratio:auto;border-radius:0}.hh-player.is-immersive .hh-player-close,.hh-player.is-immersive .hh-player-expand{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff}.hh-player.is-immersive .hh-player-close:hover,.hh-player.is-immersive .hh-player-expand:hover{background:rgba(255,255,255,.12)}.hh-player.is-immersive .hh-player-modes{background:rgba(255,255,255,.1)}.hh-player.is-immersive .hh-player-mode{color:rgba(255,255,255,.7)}.hh-player.is-immersive .hh-player-mode.is-active{background:rgba(255,255,255,.16);color:#fff}.hh-filters{flex-wrap:wrap;gap:var(--hh-sp-3)}.hh-filter-search,.hh-filters{display:flex;align-items:center}.hh-filter-search{gap:8px;flex:1 1 260px;min-width:220px;padding:0 12px;height:42px;background:var(--hh-bg-alt);border:1px solid var(--hh-border);border-radius:var(--hh-r-full);color:var(--hh-text-muted)}.hh-filter-search input{flex:1 1;border:none;background:transparent;outline:none;font:inherit;color:var(--hh-text)}.hh-filter-search button{border:none;background:transparent;color:var(--hh-text-muted);cursor:pointer;display:grid;place-items:center;padding:0}.hh-filter-segments{display:inline-flex;padding:3px;background:var(--hh-bg-alt);border:1px solid var(--hh-border);border-radius:var(--hh-r-full)}.hh-filter-segments button{border:none;background:transparent;color:var(--hh-text-muted);font:inherit;font-weight:600;padding:7px 16px;border-radius:var(--hh-r-full);cursor:pointer;transition:all .15s ease}.hh-filter-segments button.is-active{background:var(--hh-accent);color:var(--hh-accent-on)}.hh-filter-select{height:42px;padding:0 14px;background:var(--hh-bg-alt);border:1px solid var(--hh-border);border-radius:var(--hh-r-full);font:inherit;font-weight:600;color:var(--hh-text);cursor:pointer}.hh-content-card{display:flex;flex-direction:column;color:var(--hh-text)}.hh-content-card-media{aspect-ratio:16/10;border-radius:var(--hh-r-lg);background:var(--hh-bg-alt) center /cover no-repeat;position:relative;overflow:hidden;margin-bottom:10px}.hh-content-card-badge{position:absolute;top:10px;left:10px}.hh-content-card-save{position:absolute;top:8px;right:8px}.hh-content-card--recommended .hh-content-card-media{box-shadow:0 0 0 2px var(--hh-accent)}.hh-content-card-rec{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;margin-bottom:4px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:var(--hh-accent-text)}.hh-content-card-rec svg{flex:none;color:var(--hh-accent-text)}.hh-filter-chips{display:flex;flex-wrap:wrap;gap:8px;width:100%}.hh-seg{display:flex;gap:4px;padding:4px;border-radius:var(--hh-r-full);background:var(--hh-bg-alt);border:1px solid var(--hh-border)}.hh-seg-btn{flex:1 1;font:inherit;font-size:14px;font-weight:600;cursor:pointer;padding:9px 14px;border:none;border-radius:var(--hh-r-full);background:transparent;color:var(--hh-text-muted)}.hh-seg-btn[data-active=true]{background:var(--hh-surface);color:var(--hh-text-strong);box-shadow:var(--hh-shadow-soft)}.hh-chip{border:1px solid var(--hh-border);background:var(--hh-surface);color:var(--hh-text-muted);padding:7px 14px;border-radius:var(--hh-r-full);font-size:13px;font-weight:600;cursor:pointer}.hh-chip:hover{background:var(--hh-bg-alt)}.hh-chip.is-active,.hh-chip[data-active=true]{background:var(--hh-accent-soft);border-color:var(--hh-accent);color:var(--hh-accent-text)}.hh-save-icon{display:grid;place-items:center;width:36px;height:36px;border:none;border-radius:var(--hh-r-full);background:rgba(0,0,0,.55);color:#fff;cursor:pointer;transition:background .15s ease}.hh-save-icon:hover{background:rgba(0,0,0,.72)}.hh-save-icon.is-saved{background:var(--hh-accent);color:var(--hh-accent-on,#fff)}.hh-save-icon:disabled{opacity:.6;cursor:default}.hh-btn--secondary.is-saved{color:var(--hh-accent-text)}.hh-pref-group{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.hh-pref-group>legend{padding:0;margin-bottom:4px}.hh-photo-editor{display:flex;align-items:center;gap:16px}.hh-photo-editor-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.hh-team-row{justify-content:space-between;padding:12px;border:1px solid var(--hh-border);border-radius:var(--hh-r-md,14px);background:var(--hh-surface)}.hh-team-row,.hh-team-row-main{display:flex;align-items:center;gap:12px}.hh-team-row-main{min-width:0}.hh-team-invite-actions{display:flex;gap:8px}.hh-team-invite-actions .hh-save-icon{background:var(--hh-bg-alt);color:var(--hh-text)}.hh-team-invite-actions .hh-save-icon.is-saved{background:var(--hh-accent);color:var(--hh-accent-on,#fff)}.hh-plan-active-badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:5px 12px;border-radius:var(--hh-r-full);background:var(--hh-accent-soft);color:var(--hh-accent-text);font-size:13px;font-weight:700}@media (max-width:880px){.hh-detail-grid{grid-template-columns:minmax(0,1fr)}.hh-detail-rail{position:static}.hh-sticky-start{display:block}.hh-today-grid{grid-template-columns:minmax(0,1fr)!important}}@media (max-width:1023px){.hh-sidebar{width:var(--hh-rail-w-collapsed);padding:var(--hh-sp-4) var(--hh-sp-2)}.hh-sidebar .hh-brand-name,.hh-sidebar .hh-nav-label{display:none}.hh-nav-item{justify-content:center}.hh-main{margin-left:var(--hh-rail-w-collapsed)}}@media (max-width:767px){.hh-sidebar{display:none}.hh-main{margin-left:0;padding-bottom:var(--hh-bottombar-h)}.hh-page{padding:var(--hh-sp-4) var(--hh-gutter) calc(var(--hh-bottombar-h) + var(--hh-sp-6))}.hh-bottombar{position:fixed;left:0;right:0;bottom:0;height:var(--hh-bottombar-h);background:var(--hh-surface);border-top:1px solid var(--hh-border);justify-content:space-around;padding:0 var(--hh-sp-2);z-index:45}.hh-bottombar,.hh-tab{display:flex;align-items:center}.hh-tab{flex-direction:column;gap:3px;color:var(--hh-text-muted);font-family:inherit;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2px;padding:6px 2px;flex:1 1;min-width:0;background:none;border:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.hh-tab>span{white-space:nowrap}.hh-tab[data-active=true]{color:var(--hh-accent-text)}.hh-tab--center .hh-tab-center-btn{width:50px;height:50px;border-radius:var(--hh-r-full);background:var(--hh-accent);color:var(--hh-accent-on);display:grid;place-items:center;margin-top:-22px;box-shadow:var(--hh-shadow-pop);border:4px solid var(--hh-surface)}.hh-coach-fab{display:none}.hh-search{max-width:none}.hh-search-kbd,.hh-topbar-spacer{display:none}.hh-coach-panel{width:100%;max-width:100%;border-left:none;animation:hh-sheet-up var(--hh-dur-in) var(--hh-ease)}.hh-coach-body{padding-left:var(--hh-sp-3);padding-right:var(--hh-sp-3)}.hh-chat-msg{max-width:92%}.hh-chat-input .hh-input{min-height:44px;font-size:16px}.hh-chat-input .hh-btn{min-height:44px}.hh-icon-btn{min-width:40px;min-height:40px}}.hh-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));grid-gap:var(--hh-sp-4);gap:var(--hh-sp-4)}.hh-btn--danger{background:#e5484d;color:#fff}.hh-btn--danger-outline{background:transparent;border:1px solid #e5484d;color:#c0353a}.hh-field-help,.hh-toggle-help{font-size:12px;color:var(--hh-text-muted)}.hh-save-ok{color:var(--hh-secondary)}.hh-save-error,.hh-save-ok{font-size:13px;font-weight:600}.hh-save-error{color:#c0353a}.hh-profile-head,.hh-sub-row{display:flex;align-items:center;gap:var(--hh-sp-4)}.hh-sub-row{justify-content:space-between;flex-wrap:wrap}.hh-settings-list{display:flex;flex-direction:column}.hh-settings-link{display:flex;align-items:center;justify-content:space-between;padding:14px var(--hh-sp-5);border-top:1px solid var(--hh-border);color:var(--hh-text)}.hh-settings-link:hover{background:var(--hh-bg-alt)}.hh-settings-link-label{display:block;font-weight:600;font-size:15px}.hh-settings-link-desc{display:block;font-size:13px;color:var(--hh-text-muted);margin-top:2px}.hh-subnav{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--hh-border)}.hh-subnav-item{padding:10px 14px;font-size:14px;font-weight:600;color:var(--hh-text-muted);border-bottom:2px solid transparent;margin-bottom:-1px}.hh-subnav-item[data-active=true]{color:var(--hh-text);border-bottom-color:var(--hh-accent)}.hh-settings-form{display:flex;flex-direction:column;gap:var(--hh-sp-4)}.hh-settings-actions{margin-top:var(--hh-sp-2)}.hh-settings-actions,.hh-toggle-row{display:flex;align-items:center;gap:var(--hh-sp-4)}.hh-toggle-row{justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--hh-border)}.hh-toggle-label{display:block;font-weight:600;font-size:15px}.hh-toggle-help{display:block;margin-top:2px}.hh-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .15s ease}.hh-switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:var(--hh-r-full);background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .15s ease}.hh-switch:checked{background:var(--hh-accent)}.hh-switch:checked:after{transform:translateX(18px)}.hh-danger{border:1px solid color-mix(in srgb,#e5484d 40%,var(--hh-border));border-radius:var(--hh-r-md);padding:var(--hh-sp-5);background:color-mix(in srgb,#e5484d 5%,transparent)}.hh-plans{display:flex;flex-direction:column;align-items:center;gap:var(--hh-sp-6)}.hh-billing-toggle{align-self:center;background:var(--hh-bg-alt);border:1px solid var(--hh-border);padding:4px;gap:4px}.hh-billing-opt,.hh-billing-toggle{display:inline-flex;border-radius:var(--hh-r-full)}.hh-billing-opt{align-items:center;gap:8px;padding:9px 20px;font-size:14px;font-weight:600;color:var(--hh-text-muted);background:none;border:none;cursor:pointer;transition:color .15s ease,background .15s ease}.hh-billing-opt[data-active=true]{background:var(--hh-surface);color:var(--hh-text);box-shadow:var(--hh-shadow-card)}.hh-billing-save{font-size:11px;font-weight:700;letter-spacing:.02em;color:var(--hh-accent-text);background:var(--hh-accent-soft);padding:2px 7px;border-radius:var(--hh-r-full)}.hh-plan-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(252px,1fr));grid-gap:var(--hh-sp-5);gap:var(--hh-sp-5);align-items:stretch}.hh-plan-card{position:relative;display:flex;flex-direction:column;gap:var(--hh-sp-3);background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-xl);padding:var(--hh-sp-6);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hh-plan-card:hover{transform:translateY(-4px);box-shadow:var(--hh-shadow-pop)}.hh-plan-card[data-popular=true]{border-color:var(--hh-accent);box-shadow:0 0 0 1px var(--hh-accent),var(--hh-shadow-pop);background:linear-gradient(180deg,color-mix(in srgb,var(--hh-accent) 7%,var(--hh-surface)),var(--hh-surface) 38%)}@media (min-width:880px){.hh-plan-card[data-popular=true]{transform:translateY(-10px)}.hh-plan-card[data-popular=true]:hover{transform:translateY(-14px)}}.hh-plan-card[data-active=true]{border-color:var(--hh-accent);box-shadow:0 0 0 1px var(--hh-accent)}.hh-plan-ribbon{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--hh-accent);color:var(--hh-accent-on);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 14px;border-radius:var(--hh-r-full);box-shadow:var(--hh-shadow-card);white-space:nowrap}.hh-plan-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.hh-plan-name{font-family:var(--hh-font-display);font-weight:700;font-size:17px;color:var(--hh-text-strong)}.hh-plan-desc{margin:0;font-size:13px;line-height:1.45;color:var(--hh-text-muted)}.hh-plan-price{display:flex;align-items:baseline;gap:4px;margin-top:2px}.hh-plan-amount{font-family:var(--hh-font-display);font-weight:800;font-size:38px;line-height:1;letter-spacing:-.02em;color:var(--hh-text-strong)}.hh-plan-interval{color:var(--hh-text-muted);font-weight:600;font-size:15px}.hh-plan-note{font-size:12px;color:var(--hh-text-muted);margin-top:-2px}.hh-plan-cta{padding-top:var(--hh-sp-2)}.hh-plan-cta .hh-btn{width:100%;justify-content:center}.hh-plan-features{list-style:none;padding:var(--hh-sp-4) 0 0;margin:var(--hh-sp-1) 0 0;border-top:1px solid var(--hh-divider);display:flex;flex-direction:column;gap:11px}.hh-plan-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--hh-text)}.hh-feat-check{display:inline-grid;place-items:center;flex:none;width:18px;height:18px;border-radius:var(--hh-r-full);background:var(--hh-accent-soft);color:var(--hh-accent-text)}.hh-session-list{list-style:none;margin:0;padding:0}.hh-session-row{display:flex;align-items:center;gap:var(--hh-sp-4);padding:12px var(--hh-sp-5);border-top:1px solid var(--hh-border);color:var(--hh-text)}.hh-session-row:hover{background:var(--hh-bg-alt)}.hh-session-info{display:flex;flex-direction:column;gap:2px;min-width:0}.hh-session-name{font-weight:600;font-size:15px}.hh-session-meta{font-size:13px;color:var(--hh-text-muted);text-transform:capitalize}.hh-weekly-bars{display:flex;align-items:flex-end;gap:8px;height:96px;margin-top:var(--hh-sp-4)}.hh-weekly-bar{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:6px}.hh-weekly-bar>span{width:100%;max-width:28px;min-height:4px;background:var(--hh-accent);border-radius:var(--hh-r-sm)}.hh-weekly-bar small{font-size:11px;color:var(--hh-text-muted)}.hh-pillar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:var(--hh-sp-4);gap:var(--hh-sp-4)}.hh-pillar{border:1px solid var(--hh-border);border-radius:var(--hh-r-md);padding:var(--hh-sp-4);display:flex;flex-direction:column;gap:6px}.hh-pillar-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.hh-pillar-score{font-family:var(--hh-font-display);font-weight:800;font-size:26px}.hh-health-score{display:flex;align-items:center;gap:var(--hh-sp-5)}.hh-health-score-readout{display:flex;align-items:baseline;justify-content:center}.hh-health-score-num{font-family:var(--hh-font-display);font-weight:800;font-size:32px;color:var(--hh-text-strong)}.hh-health-score-unit{font-size:13px;color:var(--hh-text-muted);margin-left:1px}.hh-health-score-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.hh-status-dot{display:inline-block;width:8px;height:8px;border-radius:var(--hh-r-full);flex:none}.hh-digest-hero{display:flex;align-items:center;gap:var(--hh-sp-5)}.hh-digest-copy{display:flex;flex-direction:column;gap:8px;min-width:0}.hh-digest-eyebrow{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--hh-text-muted)}.hh-digest-complete{display:flex;flex-direction:column;gap:5px;margin-top:2px}.hh-digest-complete-bar{height:6px;border-radius:var(--hh-r-full);background:var(--hh-bg-alt);overflow:hidden}.hh-digest-complete-bar span{display:block;height:100%;border-radius:var(--hh-r-full);background:var(--hh-accent)}.hh-digest-complete-label{font-size:11.5px;color:var(--hh-text-subtle)}.hh-focus{display:flex;flex-direction:column;gap:7px;padding:14px 16px;border-radius:var(--hh-r-md);background:var(--hh-accent-soft);border-left:3px solid var(--hh-accent)}.hh-focus-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--hh-accent-text)}.hh-focus-text{margin:0;font-size:15px;line-height:1.55;font-weight:500;color:var(--hh-text-strong)}.hh-signals{display:grid;grid-gap:8px;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--hh-border)}@media (min-width:560px){.hh-signals{grid-template-columns:repeat(2,minmax(0,1fr))}}.hh-signal{display:flex;gap:11px;padding:11px 13px;border-radius:var(--hh-r-md);border:1px solid var(--hh-border);background:var(--hh-bg-alt)}.hh-signal[data-celebration=true]{border-color:color-mix(in srgb,var(--hh-status-good) 35%,transparent);background:color-mix(in srgb,var(--hh-status-good) 8%,var(--hh-surface))}.hh-signal-marker{flex:none;width:4px;border-radius:var(--hh-r-full);background:var(--hh-accent);align-self:stretch}.hh-signal[data-celebration=true] .hh-signal-marker{background:var(--hh-status-good)}.hh-signal-body{display:flex;flex-direction:column;gap:3px;min-width:0}.hh-signal-label{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:700;line-height:1.3;color:var(--hh-text-strong)}.hh-signal-detail{font-size:13px;line-height:1.45;color:var(--hh-text-muted)}.hh-signal-new{flex:none;font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:var(--hh-accent-text);background:var(--hh-accent-soft);padding:2px 7px;border-radius:var(--hh-r-full)}.hh-insight-list{display:flex;flex-direction:column;gap:10px}.hh-insight-card{border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);background:var(--hh-surface);padding:14px 16px}.hh-insight-card[data-expanded=true]{border-color:color-mix(in srgb,var(--hh-accent) 40%,var(--hh-border))}.hh-insight-head{display:flex;align-items:center;gap:12px;width:100%;padding:0;border:none;background:transparent;cursor:pointer;text-align:left;font:inherit}.hh-insight-icon{flex:none;display:grid;place-items:center;width:34px;height:34px;border-radius:var(--hh-r-full);background:var(--hh-bg-alt)}.hh-insight-headmeta{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1}.hh-insight-label{font-family:var(--hh-font-display);font-weight:600;font-size:15px;color:var(--hh-text-strong)}.hh-insight-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--hh-text-muted)}.hh-insight-score{flex:none;display:inline-flex;align-items:baseline;gap:6px;font-family:var(--hh-font-display);font-weight:700;font-size:18px;color:var(--hh-text-strong)}.hh-insight-delta{font-family:var(--hh-font);font-size:12px;font-weight:600;color:var(--hh-status-low)}.hh-insight-delta[data-positive=true]{color:var(--hh-status-good)}.hh-insight-toggle{flex:none;display:grid;place-items:center;width:26px;height:26px;border-radius:var(--hh-r-full);color:var(--hh-text-muted);background:var(--hh-bg-alt)}.hh-insight-action{margin:12px 0 0;font-size:14px;font-weight:600;line-height:1.5;color:var(--hh-text-strong)}.hh-insight-signal{display:inline-flex;align-items:center;gap:6px;margin:10px 0 0;font-size:12px;font-weight:600;line-height:1.35;color:var(--hh-accent-text);background:var(--hh-accent-soft);padding:5px 11px;border-radius:var(--hh-r-full)}.hh-insight-loading{display:grid;place-items:center;padding:18px 0 6px}.hh-insight-error{margin:12px 0 0;font-size:13px;color:var(--hh-text-muted)}.hh-pillar-detail{display:flex;flex-direction:column;gap:16px;margin-top:14px;padding-top:14px;border-top:1px solid var(--hh-border)}.hh-pillar-block{display:flex;flex-direction:column;gap:8px}.hh-pillar-block-label{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--hh-text-muted)}.hh-pillar-why{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.hh-pillar-why li{font-size:13px;line-height:1.5;color:var(--hh-text);padding-left:12px;border-left:2px solid var(--hh-accent)}.hh-pillar-metrics{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 16px;gap:8px 16px}.hh-pillar-metric{display:flex;justify-content:space-between;gap:10px;font-size:13px;padding:7px 0;border-bottom:1px solid var(--hh-border)}.hh-pillar-metric dt{color:var(--hh-text-muted)}.hh-pillar-metric dd{margin:0;font-weight:600;color:var(--hh-text);text-align:right}.hh-pillar-chips{display:flex;flex-wrap:wrap;gap:8px}.hh-pillar-chip{font-size:12px;font-weight:600;color:var(--hh-text);padding:6px 11px;border-radius:var(--hh-r-full);background:var(--hh-bg-alt);border:1px solid var(--hh-border)}.hh-pillar-signals{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.hh-pillar-signals li{font-size:13px;line-height:1.45;color:var(--hh-text-muted)}.hh-pillar-signals strong{color:var(--hh-text);font-weight:600}.hh-pillar-signals li[data-celebration=true] strong{color:var(--hh-status-good)}.hh-pillar-guidance{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:var(--hh-r-md);background:var(--hh-accent-soft)}.hh-pillar-guidance p{margin:0;font-size:13px;line-height:1.5;color:var(--hh-text)}.hh-pillar-guidance-sub{font-style:italic;color:var(--hh-text-muted)!important}.hh-pillar-risk{display:flex;flex-direction:column;gap:3px;padding:11px 13px;border-radius:var(--hh-r-md);border-left:3px solid var(--hh-status-mid);background:color-mix(in srgb,var(--hh-status-mid) 10%,transparent);font-size:12.5px;color:var(--hh-text-muted)}.hh-pillar-risk[data-level=high]{border-left-color:var(--hh-status-low);background:color-mix(in srgb,var(--hh-status-low) 10%,transparent)}.hh-pillar-risk-title{font-weight:700;color:var(--hh-text-strong)}@media (max-width:600px){.hh-pillar-metrics{grid-template-columns:minmax(0,1fr)}}.hh-enhance-strip{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--hh-r-lg);border:1px solid var(--hh-border);background:var(--hh-surface)}.hh-enhance-strip:hover{border-color:var(--hh-accent)}.hh-enhance-icon{flex:none;display:grid;place-items:center;width:38px;height:38px;border-radius:var(--hh-r-full);background:var(--hh-accent-soft);color:var(--hh-accent-text)}.hh-enhance-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.hh-enhance-title{font-family:var(--hh-font-display);font-weight:600;font-size:14px;color:var(--hh-text-strong)}.hh-enhance-sub{font-size:12.5px;line-height:1.4;color:var(--hh-text-muted)}.hh-enhance-strip>svg{flex:none;color:var(--hh-text-subtle)}.hh-chat{display:flex;flex-direction:column;height:100%;min-height:0}.hh-chat--locked{justify-content:center}.hh-chat-upsell{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--hh-sp-3);padding:var(--hh-sp-6) var(--hh-sp-4)}.hh-chat-upsell-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;color:var(--hh-accent-contrast,#fff);background:var(--hh-accent);margin-top:var(--hh-sp-1)}.hh-chat-scroll{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:12px;padding-bottom:8px}.hh-chat-quick{text-align:left;font:inherit;cursor:pointer;padding:12px 14px;border:1px solid var(--hh-border);border-radius:var(--hh-r-md);background:var(--hh-surface);color:var(--hh-text)}.hh-chat-quick:hover{border-color:var(--hh-accent)}.hh-chat-msg{display:flex;flex-direction:column;gap:6px;max-width:88%}.hh-chat-msg--user{align-self:flex-end;align-items:flex-end}.hh-chat-msg--assistant{align-self:flex-start}.hh-chat-msg--system{align-self:center}.hh-chat-bubble{padding:10px 14px;border-radius:var(--hh-r-lg);font-size:14px;line-height:1.5;white-space:pre-wrap}.hh-chat-msg--user .hh-chat-bubble{background:var(--hh-accent);color:var(--hh-accent-on);border-bottom-right-radius:4px}.hh-chat-msg--assistant .hh-chat-bubble{background:var(--hh-bg-alt);color:var(--hh-text);border-bottom-left-radius:4px}.hh-chat-system{font-size:12px;color:var(--hh-text-muted);background:var(--hh-accent-soft);padding:6px 12px;border-radius:var(--hh-r-full)}.hh-chat-preview{display:flex;flex-wrap:wrap;gap:6px}.hh-chat-chip{font-size:12px;font-weight:600;padding:6px 12px;border-radius:var(--hh-r-full);border:1px solid var(--hh-border);color:var(--hh-accent-text)}.hh-chat-chip:hover{border-color:var(--hh-accent)}.hh-chat-action{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:var(--hh-r-md);border:1px solid var(--hh-accent);background:var(--hh-accent-soft);font-size:13px}.hh-chat-typing{font-size:12px;color:var(--hh-text-muted);font-style:italic}.hh-chat-confirm{display:flex;flex-direction:column;gap:8px}.hh-chat-confirm-tag{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;font-size:12px;font-weight:600;color:var(--hh-secondary);background:var(--hh-accent-soft);padding:6px 12px;border-radius:var(--hh-r-full)}.hh-chat-gen-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--hh-r-md);border:1px solid var(--hh-border);background:var(--hh-surface);color:inherit;text-decoration:none}.hh-chat-gen-card:hover{border-color:var(--hh-accent)}.hh-chat-gen-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--hh-r-md);background:var(--hh-accent-soft);color:var(--hh-accent);flex:none}.hh-chat-gen-name{flex:1 1;min-width:0;font-weight:600;font-size:13.5px;color:var(--hh-text)}.hh-chat-input{display:flex;align-items:center;gap:8px;padding-top:10px;border-top:1px solid var(--hh-border)}.hh-chat-input .hh-input{flex:1 1}.hh-asst-intro{gap:14px}.hh-asst-intro,.hh-asst-section{display:flex;flex-direction:column}.hh-asst-section{gap:8px}.hh-asst-label{font-size:12px;font-weight:700;letter-spacing:.2px;text-transform:uppercase;color:var(--hh-text-muted)}.hh-asst-card{--tone:var(--hh-accent);display:flex;flex-direction:column;gap:10px;width:100%;text-align:left;padding:12px;border-radius:var(--hh-r-lg);border:1px solid var(--hh-border);background:var(--hh-surface);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.hh-asst-card--hero{border-color:color-mix(in srgb,var(--tone) 26%,transparent);background:color-mix(in srgb,var(--tone) 9%,var(--hh-surface))}.hh-asst-card-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.hh-asst-card-title{font-family:var(--hh-font-display);font-weight:600;font-size:14px;letter-spacing:-.1px;color:var(--hh-text)}.hh-asst-card-desc{font-size:12.5px;line-height:1.4;color:var(--hh-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hh-asst-chiprow{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px;margin:0 -2px;padding-left:2px;padding-right:2px}.hh-asst-chiprow::-webkit-scrollbar{display:none}.hh-asst-chiprow--wrap{flex-wrap:wrap;overflow-x:visible}.hh-asst-chip{flex:none;display:inline-flex;align-items:center;gap:6px;font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;white-space:nowrap;padding:7px 12px;border-radius:var(--hh-r-full);border:1px solid var(--hh-border);background:var(--hh-surface);color:var(--hh-text)}.hh-asst-chip svg{color:var(--hh-accent-text);flex:none}.hh-asst-chip:hover{border-color:var(--hh-accent)}.hh-asst-chip:disabled{opacity:.6;cursor:default}.hh-asst-card--meal{--tone:#ff5252}.hh-asst-card--teal{--tone:#46ded5}.hh-asst-card--blue{--tone:#1291ff}.hh-asst-card--accent{--tone:var(--hh-accent)}.hh-asst-card--neutral{--tone:#889e9e}.hh-asst-card--tap{flex-direction:row;align-items:center;gap:10px;font:inherit;color:inherit;cursor:pointer}.hh-asst-card--tap:hover{border-color:color-mix(in srgb,var(--tone) 55%,transparent);transform:translateY(-1px);box-shadow:0 6px 16px -10px color-mix(in srgb,var(--tone) 60%,transparent)}.hh-asst-card--tap:hover .hh-asst-card-go{color:var(--tone);transform:translateX(2px)}.hh-asst-card--tap:disabled{cursor:default;opacity:.7}.hh-asst-card-head{display:flex;align-items:center;gap:10px}.hh-asst-card--tap .hh-asst-card-head{flex:1 1;min-width:0}.hh-asst-card-go{flex:none;display:grid;place-items:center;color:var(--hh-text-muted);transition:color .16s ease,transform .16s ease}.hh-asst-caps{display:flex;flex-wrap:wrap;gap:6px 14px;margin:-4px 2px 0;padding:0;list-style:none}.hh-asst-cap{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:var(--hh-text-muted)}.hh-asst-cap svg{color:var(--hh-accent-text);flex:none}.hh-asst-badge{flex:none;display:grid;place-items:center;width:34px;height:34px;border-radius:var(--hh-r-full);color:#fff;background:var(--tone)}.hh-asst-badge--meal{background:#ff5252}.hh-asst-badge--teal{background:#46ded5}.hh-asst-badge--blue{background:#1291ff}.hh-asst-badge--accent{background:var(--hh-accent);color:var(--hh-accent-on)}.hh-asst-badge--neutral{background:#889e9e}.hh-asst-card-actions{display:flex;gap:10px}.hh-asst-card-actions .hh-btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:6px}.hh-chat-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:10px;margin-bottom:4px;border-bottom:1px solid var(--hh-border)}.hh-chat-bar-btn{display:inline-flex;align-items:center;gap:6px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;color:var(--hh-accent-text);background:none;border:none;padding:4px 6px}.hh-chat-bar-btn:disabled{color:var(--hh-text-muted);cursor:default}.hh-convo-row{gap:4px}.hh-convo-open,.hh-convo-row{display:flex;align-items:center}.hh-convo-open{flex:1 1;min-width:0;gap:12px;font:inherit;text-align:left;cursor:pointer;padding:10px 12px;border-radius:var(--hh-r-md);border:1px solid var(--hh-border);background:var(--hh-surface);color:var(--hh-text)}.hh-convo-open:hover{border-color:var(--hh-accent)}.hh-convo-icon{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:var(--hh-r-full);color:var(--hh-accent-on);background:var(--hh-accent)}.hh-convo-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.hh-convo-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-convo-meta,.hh-convo-time{font-size:12px;color:var(--hh-text-muted)}.hh-convo-del,.hh-convo-time{flex:none}.hh-build-cta{display:flex;align-items:center;gap:14px;padding:16px;border-radius:var(--hh-r-lg);background:var(--hh-accent-soft);border:1px solid var(--hh-accent)}.hh-build-cta:hover{background:color-mix(in srgb,var(--hh-accent) 22%,transparent)}.hh-build-cta-icon{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:var(--hh-r-full);background:var(--hh-accent);color:var(--hh-accent-on)}.hh-build-cta-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.hh-build-cta-title{font-weight:700;font-size:16px;color:var(--hh-accent-text)}.hh-build-cta-sub{font-size:13px;color:var(--hh-text-muted)}.hh-build-cta-arrow{flex:none;font-size:20px;color:var(--hh-accent-text)}.hh-ai-rail{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.hh-ai-rail::-webkit-scrollbar{display:none}.hh-ai-build-card{position:relative;scroll-snap-align:start;flex:0 0 min(300px,84%);display:flex;flex-direction:column;border:1px solid var(--hh-border);border-radius:var(--hh-r-xl);background:var(--hh-surface);box-shadow:var(--hh-shadow-soft);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.hh-ai-build-card:hover{border-color:var(--hh-accent);box-shadow:var(--hh-shadow-card)}.hh-ai-build-media{position:relative}.hh-ai-build-media .hh-media{border-radius:0}.hh-ai-build-media-fallback{display:grid;place-items:center;aspect-ratio:16/10;color:var(--hh-accent-text);background:linear-gradient(135deg,var(--hh-accent-soft),color-mix(in srgb,var(--hh-accent) 4%,var(--hh-surface)))}.hh-ai-build-badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border-radius:var(--hh-r-full);font-size:11px;font-weight:700;letter-spacing:.02em;color:var(--hh-accent-on);background:var(--hh-accent-strong)}.hh-ai-build-dismiss{position:absolute;top:8px;right:8px;z-index:2;display:grid;place-items:center;width:26px;height:26px;border:none;border-radius:var(--hh-r-full);color:#fff;background:rgba(20,30,30,.45);cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease}.hh-ai-build-card:hover .hh-ai-build-dismiss,.hh-ai-build-dismiss:focus-visible{opacity:1}.hh-ai-build-dismiss:hover{background:rgba(20,30,30,.72)}.hh-ai-build-body{display:flex;flex-direction:column;gap:3px;padding:12px 14px 2px;min-width:0}.hh-ai-build-time{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--hh-accent-text)}.hh-ai-build-title{font-weight:700;font-size:15px;line-height:1.3;color:var(--hh-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hh-ai-build-meta{font-size:12.5px;color:var(--hh-text-muted)}.hh-ai-build-cta{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin:12px 14px 14px;padding:9px 14px;border-radius:var(--hh-r-full);font-weight:700;font-size:14px;color:var(--hh-accent-text);background:var(--hh-accent-soft);transition:background .15s ease,color .15s ease}.hh-ai-build-cta:hover{background:var(--hh-accent);color:var(--hh-accent-on)}.hh-ai-banner{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:var(--hh-r-lg);background:var(--hh-accent-soft);border:1px solid var(--hh-accent)}.hh-ai-banner-icon{flex:none;display:grid;place-items:center;width:26px;height:26px;border-radius:var(--hh-r-full);background:var(--hh-accent);color:var(--hh-accent-on)}.hh-ai-banner-body{display:flex;flex-direction:column;gap:2px;min-width:0}.hh-ai-banner-label{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--hh-accent-text)}.hh-ai-banner-text{font-size:14px;line-height:1.5;color:var(--hh-text)}.hh-callout{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:var(--hh-r-lg);background:var(--hh-bg-alt);border:1px solid var(--hh-border);text-align:left}.hh-callout-icon{flex:none;display:grid;place-items:center;width:26px;height:26px;border-radius:var(--hh-r-full);background:var(--hh-surface);border:1px solid var(--hh-border);color:var(--hh-text-muted)}.hh-callout-body{display:flex;flex-direction:column;gap:3px;min-width:0}.hh-callout-title{font-size:13px;font-weight:700;color:var(--hh-text)}.hh-callout-text{font-size:14px;line-height:1.5;color:var(--hh-text-muted)}.hh-wearable-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.hh-wearable-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--hh-divider)}.hh-wearable-row:last-child{border-bottom:none}.hh-wearable-info{display:flex;flex-direction:column;gap:4px;min-width:0}.hh-wearable-name{font-weight:700;font-size:15px;color:var(--hh-text-strong)}.hh-wearable-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--hh-text-muted)}.hh-spinner{width:36px;height:36px;border-radius:var(--hh-r-full);border:3px solid var(--hh-border);border-top-color:var(--hh-accent);margin:0 auto;animation:hh-spin .8s linear infinite}@keyframes hh-spin{to{transform:rotate(1turn)}}.hh-social-auth{display:flex;flex-direction:column;gap:var(--hh-sp-3)}.hh-google-btn{display:flex;justify-content:center;min-height:40px}.hh-auth-divider{display:flex;align-items:center;gap:12px;color:var(--hh-text-muted);font-size:13px}.hh-auth-divider:after,.hh-auth-divider:before{content:"";flex:1 1;height:1px;background:var(--hh-border)}.hh-auth-terms{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--hh-text-muted);line-height:1.4}.hh-auth-terms input{margin-top:2px;flex:none;width:16px;height:16px;accent-color:var(--hh-accent)}.hh-legal{max-width:720px;margin:0 auto;padding:var(--hh-sp-7) var(--hh-gutter);display:flex;flex-direction:column;gap:10px}.hh-legal h1{font-size:28px;font-weight:800;margin:12px 0 4px}.hh-legal h1,.hh-legal h2{color:var(--hh-text-strong)}.hh-legal h2{font-size:17px;font-weight:700;margin:16px 0 0}.hh-legal p{color:var(--hh-text-muted);line-height:1.6}.hh-legal-lead{font-size:16px}.hh-sidebar-foot{margin-top:auto;display:flex;flex-direction:column;gap:var(--hh-sp-3);padding-top:var(--hh-sp-3)}.hh-upsell-card{display:flex;align-items:center;gap:10px;padding:12px;border-radius:var(--hh-r-lg);background:var(--hh-accent-soft);border:1px solid var(--hh-accent)}.hh-upsell-card:hover{background:color-mix(in srgb,var(--hh-accent) 22%,transparent)}.hh-upsell-icon{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:var(--hh-r-full);background:var(--hh-accent);color:var(--hh-accent-on)}.hh-upsell-copy{display:flex;flex-direction:column;gap:1px;min-width:0}.hh-upsell-title{font-weight:700;font-size:13px;color:var(--hh-accent-text)}.hh-upsell-sub{font-size:11px;color:var(--hh-text-muted);line-height:1.3}.hh-mem-card{display:flex;flex-direction:column;gap:16px}.hh-mem-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.hh-mem-card-title{display:flex;flex-direction:column;gap:4px;min-width:0}.hh-mem-plan{font-family:var(--hh-font-display);font-weight:600;font-size:20px;letter-spacing:-.2px;color:var(--hh-text-strong)}.hh-mem-price{font-size:14px;color:var(--hh-text-muted)}.hh-mem-status{flex:none;display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;padding:6px 12px;border-radius:var(--hh-r-full);--tone:var(--hh-status-low);color:var(--tone);background:color-mix(in srgb,var(--tone) 12%,transparent);border:1px solid color-mix(in srgb,var(--tone) 30%,transparent)}.hh-mem-status[data-tone=good]{--tone:var(--hh-status-good)}.hh-mem-status[data-tone=mid]{--tone:var(--hh-status-mid)}.hh-mem-status[data-tone=low]{--tone:var(--hh-status-low)}.hh-mem-status-dot{width:8px;height:8px;border-radius:var(--hh-r-full);background:var(--tone)}.hh-mem-billing{margin:0;font-size:12.5px;color:var(--hh-text-subtle)}.hh-mem-renewal{margin:0;font-size:14px;font-weight:600;color:var(--hh-text)}.hh-mem-renewal[data-warn=true]{color:var(--hh-status-low)}.hh-mem-renewal strong{color:var(--hh-text);font-weight:600}.hh-mem-features{list-style:none;margin:0;padding:14px 0 0;border-top:1px solid var(--hh-border);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 16px;gap:10px 16px}.hh-mem-features li{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--hh-text)}.hh-mem-actions{display:flex;gap:10px}@media (max-width:600px){.hh-mem-features{grid-template-columns:minmax(0,1fr)}}.hh-getapp{display:flex;flex-direction:column;gap:6px}.hh-getapp-title{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--hh-text-muted);padding-left:2px}.hh-getapp-buttons{display:flex;flex-direction:column;gap:6px}.hh-getapp-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--hh-r-md,10px);border:1px solid var(--hh-border);background:var(--hh-bg-alt);color:var(--hh-text);font-size:13px;font-weight:600}.hh-getapp-btn:hover{border-color:var(--hh-accent);color:var(--hh-accent-text)}.hh-news-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.hh-news-rail::-webkit-scrollbar{display:none}.hh-news-card{scroll-snap-align:start;flex:0 0 min(360px,82%);display:flex;gap:12px;align-items:center;padding:10px;border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);background:var(--hh-surface)}.hh-news-card:hover{background:var(--hh-bg-alt);border-color:var(--hh-accent)}.hh-news-thumb{flex:none;width:66px}.hh-news-thumb .hh-media{width:66px;height:66px}.hh-news-text{display:flex;flex-direction:column;gap:4px;min-width:0}.hh-news-title{font-weight:700;font-size:14px;line-height:1.3;color:var(--hh-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hh-news-source{font-size:12px;color:var(--hh-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-muscle-list{display:flex;flex-direction:column;gap:10px}.hh-muscle-row{display:grid;grid-template-columns:minmax(96px,32%) 1fr auto;align-items:center;grid-gap:12px;gap:12px}.hh-muscle-name{font-weight:600;font-size:14px;color:var(--hh-text)}.hh-muscle-track{height:8px;border-radius:var(--hh-r-full);background:var(--hh-bg-alt);overflow:hidden}.hh-muscle-fill{display:block;height:100%;border-radius:var(--hh-r-full);background:linear-gradient(90deg,var(--hh-accent),var(--hh-accent-strong))}.hh-muscle-pct{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:13px;font-weight:700;color:var(--hh-text-muted);min-width:38px;text-align:right}.hh-music-links{display:flex;flex-wrap:wrap;gap:8px}.hh-music-link{display:inline-flex;align-items:center;padding:8px 16px;border-radius:var(--hh-r-full);border:1px solid var(--hh-border);background:var(--hh-surface);color:var(--hh-text);font-weight:600;font-size:14px}.hh-music-link:hover{background:var(--hh-bg-alt);border-color:var(--hh-accent)}.hh-log{flex-direction:column;padding:var(--hh-sp-4);border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);background:var(--hh-surface)}.hh-log,.hh-log-head{display:flex;gap:12px}.hh-log-head{align-items:center;justify-content:space-between}.hh-log-form{gap:16px}.hh-fb-group,.hh-log-form{display:flex;flex-direction:column}.hh-fb-group{gap:8px}.hh-fb-chips{display:flex;flex-wrap:wrap;gap:8px}.hh-fb-chip{border:1px solid var(--hh-border);background:var(--hh-surface);color:var(--hh-text-muted);padding:7px 14px;border-radius:var(--hh-r-full);font:inherit;font-weight:600;font-size:14px;cursor:pointer}.hh-fb-chip:hover{background:var(--hh-bg-alt)}.hh-fb-chip.is-selected{background:var(--hh-accent-soft);border-color:var(--hh-accent);color:var(--hh-accent-text)}.hh-fb-textarea{width:100%;resize:vertical;padding:10px 12px;border:1px solid var(--hh-border);border-radius:var(--hh-r-sm);background:var(--hh-surface);color:var(--hh-text);font:inherit;font-size:14px}.hh-fb-textarea:focus{outline:none;border-color:var(--hh-accent)}.hh-log-actions{display:flex;flex-wrap:wrap;gap:10px}.hh-adapt{display:flex;align-items:flex-start;gap:12px;padding-top:4px}.hh-adapt-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.hh-adapt-title{font-weight:700;font-size:14px;color:var(--hh-text)}.hh-adapt-sub{font-size:13px;color:var(--hh-text-muted);line-height:1.35}.hh-switch{flex:none;width:44px;height:26px;border-radius:var(--hh-r-full);border:none;background:var(--hh-border);position:relative;cursor:pointer;transition:background .2s ease}.hh-switch.is-on{background:var(--hh-accent)}.hh-switch:disabled{opacity:.6;cursor:default}.hh-switch-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:var(--hh-r-full);background:var(--hh-surface);box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .2s ease}.hh-switch.is-on .hh-switch-knob{transform:translateX(18px)}.hh-embed{min-height:100dvh;background:var(--hh-bg);color:var(--hh-text);font-family:var(--hh-font-body)}.hh-embed-main{width:100%;max-width:var(--hh-content-max);margin:0 auto;padding:var(--hh-sp-5) var(--hh-gutter)}.hh-card-grid[data-cols]{grid-template-columns:repeat(var(--hh-cols,3),minmax(0,1fr))}@media (max-width:900px){.hh-card-grid[data-cols]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.hh-card-grid[data-cols]{grid-template-columns:minmax(0,1fr)}}.hh-embed-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:var(--hh-sp-4);background:rgba(15,27,27,.72);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hh-embed-lightbox-inner{position:relative;width:min(960px,100%);max-height:calc(100dvh - 2 * var(--hh-sp-4));aspect-ratio:16/9;background:#000;border-radius:var(--hh-r-md);overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.4)}.hh-embed-lightbox-frame{width:100%;height:100%;border:0;display:block}.hh-embed-lightbox-close{position:absolute;top:8px;right:8px;z-index:2;width:36px;height:36px;border-radius:var(--hh-r-full);border:none;display:grid;place-items:center;background:rgba(0,0,0,.55);color:#fff;cursor:pointer}.hh-embed-lightbox-close:hover{background:rgba(0,0,0,.75)}.hh-embed-join{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:var(--hh-sp-5)}.hh-embed-join-head{text-align:center}.hh-embed-join--plans{max-width:var(--hh-content-max)}.hh-embed-join--plans .hh-embed-join-head{max-width:560px;margin-inline:auto}.hh-embed-join--plans .hh-plan-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hh-embed-join-card{width:100%}.hh-embed-confirm{text-align:center;padding:var(--hh-sp-5) 0}.hh-linkbtn{background:none;border:none;padding:0;font:inherit;cursor:pointer}.hh-site{display:flex;flex-direction:column;min-height:100vh;background:var(--hh-bg)}.hh-site-main{flex:1 1 auto}.hh-container{width:100%;max-width:1120px;margin:0 auto;padding-inline:var(--hh-sp-5)}.hh-container--narrow{max-width:760px}.hh-site-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--hh-surface) 88%,transparent);-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid var(--hh-border)}.hh-site-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--hh-sp-4);height:64px}.hh-site-topbar-left{display:flex;align-items:center;gap:var(--hh-sp-6);min-width:0}.hh-site-brand{display:inline-flex;align-items:center;gap:10px;min-width:0;font-family:var(--hh-font-display);font-weight:800;font-size:17px;color:var(--hh-text-strong)}.hh-site-brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-site-nav{display:flex;align-items:center;gap:var(--hh-sp-5)}.hh-site-nav a{color:var(--hh-text-muted);font-weight:600;font-size:14px}.hh-site-nav a:hover{color:var(--hh-text-strong)}.hh-site-actions{display:flex;align-items:center;gap:var(--hh-sp-3);flex:none}.hh-site-actions .hh-btn{white-space:nowrap}.hh-open-app{display:inline-flex;align-items:center;gap:8px;-webkit-padding-start:6px;padding-inline-start:6px}.hh-open-app-avatar{display:inline-flex;border-radius:var(--hh-r-full);overflow:hidden;box-shadow:0 0 0 2px color-mix(in srgb,var(--hh-accent-on,#fff) 55%,transparent)}@media (max-width:720px){.hh-site-nav{display:none}.hh-site-actions{gap:var(--hh-sp-2)}.hh-site-actions .hh-btn--sm{padding:0 var(--hh-sp-3)}}.hh-site-footer{border-top:1px solid var(--hh-border);background:var(--hh-surface);margin-top:var(--hh-sp-10)}.hh-site-foot-cols{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--hh-sp-8);padding-block:var(--hh-sp-8)}.hh-site-foot-brand{max-width:280px;display:flex;flex-direction:column;gap:var(--hh-sp-3)}.hh-site-foot-links{display:flex;flex-direction:column;gap:10px}.hh-site-foot-heading{margin:0 0 2px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--hh-text-strong)}.hh-site-foot-links a{color:var(--hh-text-muted);font-size:14px}.hh-site-foot-links a:hover{color:var(--hh-text-strong)}.hh-site-foot-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--hh-sp-3);padding-block:var(--hh-sp-4);border-top:1px solid var(--hh-border);color:var(--hh-text-subtle);font-size:13px}.hh-site-foot-bottom a{color:var(--hh-text-muted);font-weight:600;text-decoration:none}.hh-site-foot-bottom a:hover{color:var(--hh-accent-text);text-decoration:underline}.hh-section{padding-block:clamp(48px,7vw,88px)}.hh-section--alt{background:var(--hh-bg-alt)}.hh-section--tight{padding-block:clamp(32px,5vw,56px)}.hh-section-center{text-align:center;max-width:640px;margin:0 auto var(--hh-sp-8);display:flex;flex-direction:column;gap:var(--hh-sp-3);align-items:center}.hh-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;color:var(--hh-accent-text)}.hh-lede{font-size:clamp(16px,1.6vw,18px);color:var(--hh-text-muted);line-height:1.6}.hh-hero{position:relative;overflow:hidden}.hh-hero-inner{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(24px,4vw,56px);gap:clamp(24px,4vw,56px);align-items:center;padding-block:clamp(48px,7vw,96px)}.hh-hero-copy{display:flex;flex-direction:column;gap:var(--hh-sp-4);max-width:540px}.hh-hero-title{font-family:var(--hh-font-display);font-weight:800;line-height:1.05;font-size:clamp(34px,5vw,56px);color:var(--hh-text-strong);letter-spacing:-.02em}.hh-hero-cta{display:flex;flex-wrap:wrap;gap:var(--hh-sp-3);margin-top:var(--hh-sp-2)}.hh-hero-cta .hh-btn{white-space:nowrap}.hh-hero-media{position:relative;border-radius:var(--hh-r-2xl);overflow:hidden;box-shadow:var(--hh-shadow-pop)}@media (max-width:860px){.hh-hero-inner{grid-template-columns:1fr;text-align:center}.hh-hero-copy{margin-inline:auto;align-items:center}.hh-hero-cta{justify-content:center}}@media (max-width:480px){.hh-hero-cta{flex-direction:column;align-items:stretch;width:100%}.hh-site-brand span{display:none}}.hh-compact{min-height:calc(100vh - 64px);display:grid;place-items:center;padding-block:var(--hh-sp-10);position:relative;overflow:hidden}.hh-compact-inner{position:relative;z-index:1;width:100%;max-width:560px;text-align:center;display:flex;flex-direction:column;gap:var(--hh-sp-5);align-items:center}.hh-compact-logo{display:grid;place-items:center}.hh-compact-title{font-family:var(--hh-font-display);font-weight:800;font-size:clamp(28px,4vw,40px);color:var(--hh-text-strong);letter-spacing:-.02em}.hh-compact-glow{position:absolute;inset:0;background:radial-gradient(60% 50% at 50% 0,var(--hh-accent-soft),transparent 70%);pointer-events:none}.hh-ticker{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.hh-ticker-track{display:inline-flex;gap:var(--hh-sp-3);white-space:nowrap;animation:hh-ticker-scroll 28s linear infinite;will-change:transform}.hh-ticker-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--hh-r-full);background:var(--hh-surface);border:1px solid var(--hh-border);color:var(--hh-text-muted);font-weight:600;font-size:13px}@keyframes hh-ticker-scroll{to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.hh-ticker-track{animation:none}}.hh-store-badges{display:flex;flex-wrap:wrap;gap:var(--hh-sp-3)}.hh-store-badge{display:inline-flex;align-items:center;border-radius:9px;transition:opacity .15s ease,transform .15s ease}.hh-store-badge:hover{opacity:.88;transform:translateY(-1px)}.hh-store-badge-svg{display:block;height:44px;width:auto}.hh-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:var(--hh-sp-5);gap:var(--hh-sp-5)}.hh-feature{background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-xl);padding:var(--hh-sp-6);display:flex;flex-direction:column;gap:10px;box-shadow:var(--hh-shadow-soft)}.hh-feature-icon{width:44px;height:44px;border-radius:var(--hh-r-md);display:grid;place-items:center;background:var(--hh-accent-soft);color:var(--hh-accent-text);margin-bottom:4px}.hh-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:var(--hh-sp-5);gap:var(--hh-sp-5);counter-reset:hh-step}.hh-step{display:flex;flex-direction:column;gap:8px}.hh-step-num{width:36px;height:36px;border-radius:var(--hh-r-full);display:grid;place-items:center;background:var(--hh-accent);color:var(--hh-accent-on);font-family:var(--hh-font-display);font-weight:800}.hh-card-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:var(--hh-sp-4);gap:var(--hh-sp-4)}.hh-section-note{margin-top:var(--hh-sp-5);text-align:center;color:var(--hh-text-muted);font-size:13px}.hh-pillar-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:var(--hh-sp-4);gap:var(--hh-sp-4)}.hh-pillar-tile{display:flex;align-items:flex-start;gap:14px;background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-xl);padding:var(--hh-sp-5);box-shadow:var(--hh-shadow-soft)}.hh-pillar-tile-icon{width:40px;height:40px;flex:none;border-radius:var(--hh-r-md);display:grid;place-items:center;background:var(--hh-accent-soft);color:var(--hh-accent-text)}.hh-pillar-tile-body{display:flex;flex-direction:column;gap:4px}.hh-signal-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:var(--hh-sp-6);padding:0;list-style:none}.hh-signal-chip{border:1px solid var(--hh-border);border-radius:var(--hh-r-full);padding:8px 16px;font-weight:600;font-size:14px;background:var(--hh-surface);color:var(--hh-text)}.hh-powered{margin-top:var(--hh-sp-4);font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--hh-text-muted)}.hh-shot-landscape{position:relative;display:block;width:100%;max-width:560px;margin-inline:auto;padding:12px;border-radius:30px;background:linear-gradient(155deg,#2b3a3a,#161f1f 60%,#0c1212);box-shadow:0 1px 0 rgba(255,255,255,.12) inset,0 0 0 1px rgba(0,0,0,.25),var(--hh-shadow-pop)}.hh-shot-landscape:before{content:"";position:absolute;top:50%;left:5px;transform:translateY(-50%);width:5px;height:5px;border-radius:var(--hh-r-full);background:rgba(255,255,255,.25);z-index:2}.hh-shot-landscape img{display:block;width:100%;height:auto;border-radius:18px;background:var(--hh-surface)}.hh-section-cta{margin-top:var(--hh-sp-6)}.hh-text-link{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:var(--hh-accent-text);text-decoration:none}.hh-text-link:hover{text-decoration:underline}.hh-text-link svg{transition:transform .15s ease}.hh-text-link:hover svg{transform:translateX(3px)}.hh-section--glow{position:relative;isolation:isolate}.hh-section--glow:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(58% 46% at 50% 0,var(--hh-accent-soft),transparent 72%);opacity:.7}.hh-eyebrow--tick{display:inline-flex;align-items:center;gap:9px}.hh-eyebrow--tick:before{content:"";width:18px;height:2px;border-radius:2px;background:var(--hh-accent)}.hh-ring-icon{width:48px;height:48px;flex:none;display:grid;place-items:center;border-radius:var(--hh-r-full);color:var(--hh-accent-text);background:var(--hh-surface);border:1px solid var(--hh-accent-soft);box-shadow:var(--hh-shadow-soft)}.hh-ring-icon--sm{width:42px;height:42px}.hh-outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:clamp(20px,3vw,36px);gap:clamp(20px,3vw,36px)}.hh-outcome{position:relative;display:flex;flex-direction:column;gap:12px;padding-top:var(--hh-sp-5);border-top:2px solid var(--hh-accent);transition:transform .2s ease}.hh-outcome:hover{transform:translateY(-3px)}.hh-outcome-title{font-family:var(--hh-font-display);font-weight:800;font-size:clamp(19px,1.6vw,22px);letter-spacing:-.01em;line-height:1.15;color:var(--hh-text-strong)}.hh-outcome-desc{color:var(--hh-text-muted);line-height:1.55}.hh-cap-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--hh-border);border:1px solid var(--hh-border);border-radius:var(--hh-r-xl);overflow:hidden;box-shadow:var(--hh-shadow-soft)}.hh-cap{display:flex;flex-direction:column;gap:14px;padding:clamp(20px,2.4vw,30px);background:var(--hh-surface);transition:background .2s ease}.hh-cap:hover{background:var(--hh-bg-alt)}.hh-cap-title{font-weight:700;font-size:16px;letter-spacing:-.005em;color:var(--hh-text-strong)}.hh-cap-desc{font-size:14px;line-height:1.5;color:var(--hh-text-muted)}.hh-pill-link{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:var(--hh-r-full);border:1px solid var(--hh-border);background:var(--hh-surface);color:var(--hh-text);font-weight:700;text-decoration:none;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.hh-pill-link:hover{transform:translateY(-1px);border-color:var(--hh-accent);box-shadow:var(--hh-shadow-soft)}.hh-pill-link svg{transition:transform .15s ease}.hh-pill-link:hover svg{transform:translateX(3px)}.hh-media-split{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:clamp(20px,3vw,44px);gap:clamp(20px,3vw,44px);align-items:stretch}.hh-media-split--reverse{grid-template-columns:1.12fr .88fr}.hh-media-figure{position:relative;margin:0;min-height:320px;border-radius:var(--hh-r-2xl);overflow:hidden;background:var(--hh-surface);box-shadow:var(--hh-shadow-pop)}.hh-media-figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.hh-cap-grid--split,.hh-pillar-tiles--split{grid-template-columns:repeat(2,1fr)}@media (max-width:900px){.hh-cap-grid,.hh-outcomes-grid{grid-template-columns:repeat(2,1fr)}.hh-media-split,.hh-media-split--reverse{grid-template-columns:1fr}.hh-media-figure{min-height:240px;order:-1}}@media (max-width:520px){.hh-cap-grid,.hh-outcomes-grid,.hh-pillar-tiles--split{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hh-cap,.hh-outcome,.hh-pill-link,.hh-pill-link svg{transition:none}.hh-outcome:hover,.hh-pill-link:hover{transform:none}}.hh-quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:var(--hh-sp-5);gap:var(--hh-sp-5)}.hh-quote{background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-xl);padding:var(--hh-sp-6);display:flex;flex-direction:column;gap:var(--hh-sp-3);box-shadow:var(--hh-shadow-soft)}.hh-quote-stars{display:inline-flex;gap:2px;color:var(--hh-accent-text)}.hh-quote-author{display:flex;align-items:center;gap:10px;margin-top:auto}.hh-quote-avatar{width:36px;height:36px;border-radius:999px;object-fit:cover;flex:none}.hh-marquee{position:relative;overflow:hidden;margin-top:36px;padding-block:6px;-webkit-mask:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.hh-marquee-track{display:flex;width:max-content;animation:hh-marquee 52s linear infinite}.hh-marquee:focus-within .hh-marquee-track,.hh-marquee:hover .hh-marquee-track{animation-play-state:paused}@keyframes hh-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.hh-marquee{overflow-x:auto;-webkit-mask:none;mask:none}.hh-marquee-track{animation:none}}.hh-review{flex:0 0 auto;width:340px;margin-right:20px;background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:var(--hh-r-xl);padding:var(--hh-sp-5);display:flex;flex-direction:column;gap:var(--hh-sp-3);box-shadow:var(--hh-shadow-soft)}.hh-review-top{display:flex;align-items:center;justify-content:space-between}.hh-review-verified{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--hh-text-subtle)}.hh-review-verified svg{color:var(--hh-accent-text)}.hh-review-text{margin:0;color:var(--hh-text);line-height:1.55;font-size:15px}.hh-review-author{display:flex;align-items:center;gap:10px;margin-top:auto}.hh-review-avatar{width:38px;height:38px;border-radius:999px;object-fit:cover;flex:none}.hh-review-avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--hh-accent);color:var(--hh-accent-on);font-family:var(--hh-font-display);font-weight:800;font-size:13px}.hh-review-author strong{display:block;font-family:var(--hh-font-display);font-size:14px;color:var(--hh-text-strong)}.hh-review-author small{color:var(--hh-text-muted);font-size:12px}.hh-faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:var(--hh-sp-2)}.hh-faq-item{border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);background:var(--hh-surface);padding:var(--hh-sp-4) var(--hh-sp-5)}.hh-faq-item>summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:var(--hh-sp-3);font-family:var(--hh-font-display);font-weight:700;color:var(--hh-text-strong)}.hh-faq-item>summary::-webkit-details-marker{display:none}.hh-faq-item>summary:after{content:"+";font-size:20px;color:var(--hh-text-muted);line-height:1}.hh-faq-item[open]>summary:after{content:"\2212"}.hh-faq-answer p,.hh-faq-item p{color:var(--hh-text-muted);line-height:1.6;margin-top:10px}.hh-cta-band{border-radius:var(--hh-r-2xl);background:linear-gradient(135deg,var(--hh-accent),var(--hh-accent-strong));color:var(--hh-accent-on);padding:clamp(28px,4vw,56px);text-align:center;display:flex;flex-direction:column;gap:var(--hh-sp-4);align-items:center}.hh-cta-band h2{color:var(--hh-accent-on);font-family:var(--hh-font-display);font-weight:800;font-size:clamp(24px,3vw,36px)}.hh-cta-band p{color:color-mix(in srgb,var(--hh-accent-on) 88%,transparent);max-width:520px}.hh-cta-video{position:relative;overflow:hidden;isolation:isolate;border-radius:var(--hh-r-2xl);display:flex;align-items:center;justify-content:center;text-align:center;padding:clamp(40px,4.5vw,60px) var(--hh-sp-5);color:#fff}.hh-cta-video-bg{position:absolute;inset:0;z-index:0;background:#0b1010}.hh-cta-video-bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;animation:hh-hero-cycle 24s linear infinite}@media (prefers-reduced-motion:reduce){.hh-cta-video-bg video{animation:none;opacity:0}.hh-cta-video-bg video:first-of-type{opacity:1}}.hh-cta-video-scrim{position:absolute;inset:0;z-index:2;background:radial-gradient(120% 120% at 0 0,color-mix(in srgb,var(--hh-accent) 16%,transparent),transparent 55%),linear-gradient(180deg,rgba(12,16,16,.56),rgba(12,16,16,.82))}.hh-cta-video-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:620px}.hh-cta-video-content h2{color:#fff;font-family:var(--hh-font-display);font-weight:800;font-size:clamp(26px,3.4vw,40px);line-height:1.1;letter-spacing:-.5px}.hh-cta-video-content p{color:rgba(255,255,255,.85);font-size:clamp(15px,1.6vw,17px);max-width:460px;margin:0}.hh-cta-video-content .hh-store-badges{justify-content:center;margin-top:10px}.hh-cta-video-content .hh-store-badge-svg{height:42px}.hh-community{position:relative;overflow:hidden;isolation:isolate;border-radius:var(--hh-r-2xl);min-height:380px;display:flex;align-items:center;padding:clamp(36px,5vw,72px) clamp(24px,5vw,64px);color:#fff}.hh-community-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center right}.hh-community-scrim{position:absolute;inset:0;z-index:1;background:radial-gradient(90% 130% at 0 50%,color-mix(in srgb,var(--hh-accent) 16%,transparent),transparent 55%),linear-gradient(90deg,rgba(11,15,16,.9) 0,rgba(11,15,16,.74) 42%,rgba(11,15,16,.3) 78%,rgba(11,15,16,.12) 100%)}.hh-community-content{position:relative;z-index:2;max-width:560px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:var(--hh-sp-4)}.hh-eyebrow--light{color:var(--hh-accent)}.hh-community-content h2{color:#fff;font-family:var(--hh-font-display);font-weight:800;font-size:clamp(32px,5vw,54px);line-height:1.05;letter-spacing:-.5px}.hh-community-content>p{color:rgba(255,255,255,.86);font-size:clamp(15px,1.8vw,18px);line-height:1.55;max-width:480px}.hh-community-proof{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hh-avatar-stack{display:inline-flex}.hh-avatar-stack img{width:40px;height:40px;border-radius:999px;object-fit:cover;border:2px solid rgba(255,255,255,.92);margin-left:-12px;box-shadow:0 2px 8px rgba(0,0,0,.3)}.hh-avatar-stack img:first-child{margin-left:0}.hh-community-proof-label{font-size:14px;color:rgba(255,255,255,.85);font-weight:600}.hh-btn--lg{padding:14px 26px;font-size:16px}@media (max-width:600px){.hh-community{align-items:flex-end;min-height:440px}.hh-community-scrim{background:linear-gradient(180deg,rgba(11,15,16,.25),rgba(11,15,16,.7) 55%,rgba(11,15,16,.92))}}.hh-app-shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:var(--hh-sp-4);gap:var(--hh-sp-4)}.hh-app-shot{border-radius:var(--hh-r-xl);overflow:hidden;border:1px solid var(--hh-border);box-shadow:var(--hh-shadow-soft)}.hh-legal h3{font-size:15px;font-weight:700;color:var(--hh-text-strong);margin:12px 0 0}.hh-legal ol,.hh-legal ul{color:var(--hh-text-muted);line-height:1.6;padding-left:20px;display:flex;flex-direction:column;gap:6px}.hh-legal a{color:var(--hh-accent-text);text-decoration:underline}.hh-legal-meta{color:var(--hh-text-subtle);font-size:13px}.hh-legal-toc{display:flex;flex-direction:column;gap:6px;padding:var(--hh-sp-4);border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);background:var(--hh-bg-alt);margin-block:var(--hh-sp-3)}.hh-legal-toc a{font-size:14px}.hh-cast,.hh-cast-root{min-height:100dvh}.hh-cast{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(20px,3vw,32px);padding:clamp(72px,10vw,112px) clamp(20px,4vw,48px) clamp(28px,5vw,56px);color:#fff;overflow:hidden;background:#0a0f0f}.hh-cast-bg{position:absolute;inset:0;pointer-events:none;background:radial-gradient(60% 55% at 12% 8%,color-mix(in srgb,var(--hh-accent) 30%,transparent),transparent 70%),radial-gradient(55% 50% at 92% 94%,color-mix(in srgb,var(--hh-secondary,var(--hh-accent)) 28%,transparent),transparent 72%),linear-gradient(160deg,#0d1616,#070b0b)}.hh-cast-brand{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;align-items:center;gap:12px;padding:clamp(16px,3vw,28px) clamp(20px,4vw,40px)}.hh-cast-brand-name{font-family:var(--hh-font-display);font-weight:700;font-size:16px}.hh-cast-status{margin-left:auto;display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:var(--hh-r-full);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.85);font-size:13px;font-weight:600}.hh-cast-dot{width:9px;height:9px;border-radius:var(--hh-r-full);background:rgba(255,255,255,.5);flex:none}.hh-cast-status[data-state=casting] .hh-cast-dot,.hh-cast-status[data-state=connected] .hh-cast-dot{background:var(--hh-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--hh-accent) 25%,transparent)}.hh-cast-status[data-state=connecting] .hh-cast-dot{background:#f0b400;animation:hh-cast-pulse 1.2s ease-in-out infinite}@keyframes hh-cast-pulse{50%{opacity:.35}}.hh-cast-card{position:relative;z-index:1;width:100%;max-width:920px;align-items:center;gap:clamp(20px,3vw,32px);padding:clamp(28px,4vw,48px);text-align:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:clamp(20px,3vw,28px);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 30px 80px rgba(0,0,0,.45)}.hh-cast-card,.hh-cast-intro{display:flex;flex-direction:column}.hh-cast-intro{gap:8px}.hh-cast-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--hh-accent)}.hh-cast-title{margin:0;font-family:var(--hh-font-display);font-weight:800;font-size:clamp(26px,4vw,40px);line-height:1.05}.hh-cast-sub{margin:0;font-size:clamp(14px,1.6vw,17px);color:rgba(255,255,255,.72)}.hh-cast-body{width:100%;display:flex;align-items:center;justify-content:center;gap:clamp(20px,4vw,48px)}.hh-cast-qr-block{display:flex;flex-direction:column;align-items:center;gap:12px}.hh-cast-qr{width:clamp(200px,26vw,280px);height:clamp(200px,26vw,280px);border-radius:20px;background:#fff;padding:16px;display:grid;place-items:center;box-shadow:0 16px 40px rgba(0,0,0,.35)}.hh-cast-qr canvas,.hh-cast-qr img,.hh-cast-qr svg{width:100%;height:100%}.hh-cast-qr-loading{width:56%;height:56%;border-radius:var(--hh-r-full);border:4px solid rgba(10,15,15,.12);border-top:4px solid var(--hh-accent);animation:hh-spin .9s linear infinite}.hh-cast-qr-hint{font-size:13px;color:rgba(255,255,255,.7)}.hh-cast-or{display:flex;align-items:center;justify-content:center}.hh-cast-or span{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--hh-r-full);border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:rgba(255,255,255,.6);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hh-cast-connect{gap:clamp(16px,2vw,24px);max-width:360px}.hh-cast-code,.hh-cast-connect{display:flex;flex-direction:column;align-items:center}.hh-cast-code{gap:12px}.hh-cast-label{font-size:14px;color:rgba(255,255,255,.75)}.hh-cast-digits{display:inline-flex;gap:10px}.hh-cast-digit{min-width:clamp(46px,6vw,60px);height:clamp(58px,7vw,74px);display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);font-family:var(--hh-font-display);font-weight:800;font-size:clamp(30px,4vw,40px);color:#fff;letter-spacing:.02em}.hh-cast-digit[data-ready=true]{border-color:color-mix(in srgb,var(--hh-accent) 60%,transparent)}.hh-cast-expiry{font-size:13px;color:rgba(255,255,255,.55)}.hh-cast-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;text-align:left;width:100%}.hh-cast-step{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.82);font-size:clamp(14px,1.5vw,15px)}.hh-cast-step .hh-step-num{width:28px;height:28px;flex:none;display:grid;place-items:center;border-radius:var(--hh-r-full);background:var(--hh-accent);color:var(--hh-accent-on);font-family:var(--hh-font-display);font-weight:800;font-size:13px}.hh-cast-refresh{background:none;border:none;cursor:pointer;color:rgba(255,255,255,.7);font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.hh-cast-refresh:hover{color:#fff}.hh-cast-error{color:#ff9b9b;font-size:14px}@media (max-width:760px){.hh-cast-body{flex-direction:column}}@media (prefers-reduced-motion:reduce){.hh-cast-qr-loading{animation-duration:1.8s}.hh-cast-status[data-state=connecting] .hh-cast-dot{animation:none}}.hh-hero--video{position:relative;overflow:hidden;color:#fff;min-height:min(88vh,760px);display:flex;align-items:center}.hh-hero-bg{position:absolute;inset:0;z-index:0;background:#0b1010}.hh-hero-bg video,.hh-hero-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hh-hero-bg video{opacity:0;animation:hh-hero-cycle 24s linear infinite}@keyframes hh-hero-cycle{0%{opacity:1}18%{opacity:1}25%{opacity:0}93%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.hh-hero-bg video{animation:none;opacity:0}.hh-hero-bg video:first-of-type{opacity:1}}.hh-hero-scrim{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(15,22,22,.5),rgba(15,22,22,.82))}.hh-hero--video .hh-hero-content{position:relative;z-index:3;width:100%;display:flex;flex-direction:column;gap:var(--hh-sp-4);max-width:680px;padding-block:clamp(64px,10vw,120px)}.hh-hero--video .hh-hero-title{color:#fff}.hh-hero-emph{font-style:normal;position:relative;white-space:nowrap;z-index:1}.hh-hero-emph:after{content:"";position:absolute;left:0;right:0;bottom:.12em;height:.16em;background:var(--hh-accent);transform:rotate(-1.5deg);border-radius:2px;z-index:-1}.hh-hero-rotate{font-family:var(--hh-font-display);font-weight:800;font-size:clamp(26px,4.5vw,52px);line-height:1.1;color:var(--hh-accent);min-height:1.2em}.hh-hero--video .hh-lede{color:rgba(255,255,255,.85)}.hh-steps--media{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start}.hh-steps--media .hh-step{align-items:center;text-align:center;gap:var(--hh-sp-3)}.hh-phone-shot{width:100%;max-width:230px;border-radius:22px;border:1px solid var(--hh-border);box-shadow:var(--hh-shadow-pop);background:var(--hh-surface);object-fit:cover}.hh-phone-frame{position:relative;display:block;width:100%;max-width:232px;margin-inline:auto;aspect-ratio:9/19;padding:9px;border-radius:38px;overflow:hidden;background:linear-gradient(155deg,#2b3a3a,#161f1f 60%,#0c1212);box-shadow:0 1px 0 rgba(255,255,255,.12) inset,0 0 0 1px rgba(0,0,0,.25),var(--hh-shadow-pop)}.hh-phone-frame:before{content:"";position:absolute;top:9px;left:50%;transform:translateX(-50%);width:36%;height:18px;background:#0c1212;border-radius:0 0 14px 14px;z-index:2}.hh-phone-frame img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:30px;display:block;background:var(--hh-surface)}.hh-screen-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(24px,5vw,64px);gap:clamp(24px,5vw,64px);align-items:center;padding-block:clamp(28px,4vw,48px)}.hh-screen-media{display:flex;justify-content:center}.hh-screen-media .hh-phone-frame{max-width:258px}.hh-screen-copy{display:flex;flex-direction:column;gap:var(--hh-sp-3)}.hh-screen-bullets{display:flex;flex-direction:column;gap:10px}.hh-screen-bullets li{display:flex;align-items:flex-start;gap:10px;color:var(--hh-text-muted)}.hh-screen-bullets svg{color:var(--hh-accent-text);flex:none;margin-top:3px}@media (max-width:760px){.hh-screen-row{grid-template-columns:1fr;text-align:center}.hh-screen-row .hh-screen-media{order:-1}.hh-screen-bullets li{justify-content:center;text-align:left}}@media (min-width:761px){.hh-screen-row[data-reverse=true] .hh-screen-media{order:2}}.hh-wearable-logos{display:flex;flex-wrap:wrap;gap:16px;margin-top:var(--hh-sp-6)}.hh-wearable-chip,.hh-wearable-logos{align-items:center;justify-content:center}.hh-wearable-chip{display:inline-flex;height:64px;min-width:128px;padding:0 18px;background:#fff;border:1px solid var(--hh-border);border-radius:var(--hh-r-lg);box-shadow:var(--hh-shadow-soft);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.hh-wearable-chip:hover{transform:translateY(-2px);border-color:var(--hh-accent);box-shadow:var(--hh-shadow-pop)}.hh-wearable-chip img{height:44px;width:auto;max-width:140px;object-fit:contain;display:block}.hh-app-hero-shot{width:100%;max-width:320px;margin-inline:auto;filter:drop-shadow(0 24px 48px rgba(15,22,22,.18))}.hh-cast-stage{position:fixed;inset:0;z-index:60;background:#000}.hh-cast-stage iframe{width:100%;height:100%;border:0}.hh-cast-stage-bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:var(--hh-sp-3);padding:var(--hh-sp-3) var(--hh-sp-4);background:linear-gradient(180deg,rgba(0,0,0,.6),transparent);color:#fff;z-index:1}.hh-bridge-root{min-height:100dvh;background:radial-gradient(120% 110% at 50% -10%,color-mix(in srgb,var(--hh-accent) 26%,transparent),transparent 60%),linear-gradient(150deg,var(--hh-accent) 0,var(--hh-secondary,var(--hh-accent)) 100%)}.hh-bridge{position:relative;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--hh-sp-5);padding:clamp(24px,6vw,64px) 20px;text-align:center;color:#fff;overflow:hidden}.hh-bridge-scrim{position:absolute;inset:0;background:radial-gradient(85% 65% at 50% 35%,rgba(0,0,0,.04),rgba(0,0,0,.26));pointer-events:none}.hh-bridge-card{position:relative;z-index:1;width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;gap:var(--hh-sp-4);padding:clamp(28px,5vw,40px) clamp(24px,5vw,32px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:var(--hh-r-2xl);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 24px 60px rgba(0,0,0,.25)}.hh-bridge-logo{display:grid;place-items:center;border-radius:22px;overflow:hidden}.hh-bridge-spinner{width:38px;height:38px;border-radius:var(--hh-r-full);border:3px solid rgba(255,255,255,.35);border-top-color:#fff;animation:hh-spin .8s linear infinite}.hh-bridge-check{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--hh-r-full);background:#fff;color:var(--hh-accent-text)}.hh-bridge-title{margin:0;font-family:var(--hh-font-display);font-weight:800;font-size:clamp(22px,4vw,28px);line-height:1.12}.hh-bridge-status{margin:0;font-size:15px;line-height:1.45;opacity:.9;max-width:30ch}.hh-bridge-actions{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--hh-sp-3);margin-top:var(--hh-sp-1)}.hh-bridge-btn{width:100%;justify-content:center;gap:10px;background:#fff;color:var(--hh-text-strong);border:none}.hh-bridge-btn:hover{background:rgba(255,255,255,.88)}.hh-bridge-store-icons{display:inline-flex;align-items:center;gap:4px}.hh-bridge-weblink{display:inline-flex;align-items:center;gap:6px;color:#fff;font-weight:600;font-size:14px;opacity:.92;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:1px;transition:opacity .15s ease,border-color .15s ease}.hh-bridge-weblink:hover{opacity:1;border-bottom-color:#fff}.hh-bridge-foot{position:absolute;bottom:18px;left:0;right:0;z-index:1;margin:0;font-size:12px;letter-spacing:.02em;color:rgba(255,255,255,.78)}.hh-bridge-noscript{position:fixed;inset:0;z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--hh-sp-4);padding:clamp(24px,6vw,64px) 20px;text-align:center;color:#fff;background:radial-gradient(120% 110% at 50% -10%,color-mix(in srgb,var(--hh-accent) 26%,transparent),transparent 60%),linear-gradient(150deg,var(--hh-accent) 0,var(--hh-secondary,var(--hh-accent)) 100%)}.hh-bridge-noscript .hh-bridge-actions{max-width:320px}@media (prefers-reduced-motion:reduce){.hh-bridge-spinner{animation-duration:1.6s}}.hh-gwp{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;background:#07100f;color:#fff}.hh-gwp-bar{flex:none;display:flex;align-items:center;gap:var(--hh-sp-4);padding:14px 16px}.hh-gwp-close{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:var(--hh-r-full);border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;cursor:pointer}.hh-gwp-close:hover{background:rgba(255,255,255,.12)}.hh-gwp-expand{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:var(--hh-r-full);border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;cursor:pointer}.hh-gwp-expand:hover{background:rgba(255,255,255,.12)}.hh-gwp-title{flex:1 1;min-width:0;font-weight:700;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-gwp-stage{flex:1 1;min-height:0;display:grid;place-items:center;position:relative;overflow:hidden}.hh-gwp-frame{position:absolute;inset:0;width:100%;height:100%;border:none}.hh-hqhero{position:relative;overflow:hidden;border-radius:var(--hh-r-2xl);padding:clamp(20px,4vw,34px);color:#fff;background:radial-gradient(130% 120% at 100% -20%,color-mix(in srgb,var(--hh-accent) 38%,transparent),transparent 58%),linear-gradient(140deg,var(--hh-secondary,var(--hh-accent)) 0,var(--hh-accent) 100%);box-shadow:var(--hh-shadow-card)}.hh-hqhero--compact{color:var(--hh-text-strong);background:var(--hh-surface);border:1px solid var(--hh-border);padding:18px 20px}.hh-hqhero-copy{display:flex;flex-direction:column;gap:10px;max-width:560px}.hh-hqhero-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;opacity:.92}.hh-hqhero--compact .hh-hqhero-eyebrow{color:var(--hh-accent-text);opacity:1}.hh-hqhero-title{margin:0;color:inherit}.hh-hqhero-sub{margin:0;font-size:14.5px;line-height:1.5;color:rgba(255,255,255,.92)}.hh-hqhero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.hh-hqhero .hh-btn--secondary{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.3);color:#fff}.hh-hqhero .hh-btn--secondary:hover{background:rgba(255,255,255,.26)}.hh-week{margin:4px 0 18px}.hh-week-nudge{margin:12px 0 0;font-size:13px;color:var(--hh-text-muted)}.hh-weekbars{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:10px;gap:10px;align-items:end;height:96px}.hh-weekbar{display:flex;flex-direction:column;align-items:center;gap:8px;height:100%}.hh-weekbar-track{position:relative;max-width:30px;flex:1 1;display:flex;align-items:flex-end;background:var(--hh-bg-alt);overflow:hidden}.hh-weekbar-fill,.hh-weekbar-track{width:100%;border-radius:var(--hh-r-sm)}.hh-weekbar-fill{display:block;min-height:0;transition:height .6s var(--hh-ease)}.hh-weekbar-label{font-size:11px;font-weight:600;color:var(--hh-text-subtle)}.hh-weekbar-label[data-today=true]{color:var(--hh-accent-text)}.hh-chartwrap{display:flex;flex-direction:column;gap:8px}.hh-chart-xlabels{display:flex;justify-content:space-between;font-size:11px;color:var(--hh-text-subtle)}.hh-chart-legend{display:flex;flex-wrap:wrap;gap:16px}.hh-chart-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--hh-text-muted)}.hh-chart-legend-dot{width:9px;height:9px;border-radius:var(--hh-r-full)}.hh-htrend{display:flex;flex-direction:column;gap:16px}.hh-htrend-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:10px;gap:10px}@media (max-width:480px){.hh-htrend-cards{grid-template-columns:1fr}}.hh-htrend-card{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border:1px solid var(--hh-divider);border-radius:var(--hh-r-md);background:color-mix(in srgb,var(--hh-divider) 35%,var(--hh-surface))}.hh-htrend-cardhead{display:inline-flex;align-items:center;gap:7px}.hh-htrend-dot{width:9px;height:9px;border-radius:var(--hh-r-full);flex:0 0 auto}.hh-htrend-name{font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--hh-text-muted)}.hh-htrend-figure{display:flex;align-items:baseline;gap:8px}.hh-htrend-value{font-family:var(--hh-font-display);font-weight:800;font-size:26px;line-height:1}.hh-htrend-delta{display:inline-flex;align-items:center;gap:2px;font-size:12px;font-weight:600}.hh-htrend-status{align-self:flex-start;font-size:11px;font-weight:600;padding:2px 9px;border-radius:var(--hh-r-full)}.hh-htrend-plot{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;grid-column-gap:8px;column-gap:8px}.hh-htrend-yaxis{grid-column:1;grid-row:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;font-size:10px;font-weight:600;color:var(--hh-text-subtle)}.hh-htrend-graph{grid-column:2;grid-row:1;position:relative}.hh-htrend-graph svg{display:block;width:100%}.hh-htrend-goodtag{position:absolute;right:0;transform:translateY(-50%);padding:0 4px;font-size:10px;font-weight:600;color:var(--hh-status-good);background:var(--hh-surface)}.hh-htrend-xaxis{grid-column:2;grid-row:2;display:flex;justify-content:space-between;margin-top:6px;font-size:11px;color:var(--hh-text-subtle)}.hh-score-card{padding:8px 0 4px}.hh-score-card,.hh-score-cluster{display:flex;justify-content:center}.hh-score-cluster{align-items:center;gap:clamp(16px,5vw,44px);flex-wrap:wrap}.hh-score-subs{display:flex;gap:18px}.hh-score-sub{display:flex;flex-direction:column;align-items:center;gap:7px}.hh-score-sub-num{font-family:var(--hh-font-display);font-weight:800;font-size:16px;color:var(--hh-text-strong)}.hh-score-sub-label{font-size:11.5px;color:var(--hh-text-muted)}.hh-locked{position:relative;overflow:hidden;border-radius:var(--hh-r-xl);border:1px solid var(--hh-border);background:var(--hh-surface);min-height:188px}.hh-locked-canvas{position:absolute;inset:0;display:grid;place-items:center;padding:20px;filter:blur(3px) saturate(.85);opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hh-locked-veil{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:28px 22px;background:linear-gradient(180deg,color-mix(in srgb,var(--hh-surface) 55%,transparent),var(--hh-surface) 78%)}.hh-locked-chip{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:var(--hh-text-muted);background:var(--hh-bg-alt);padding:4px 10px;border-radius:var(--hh-r-full)}.hh-locked-chip--inline{text-transform:none;letter-spacing:0;padding:2px 8px;font-size:10.5px}.hh-locked-title{margin:0}.hh-locked-benefit{margin:0;max-width:380px}.hh-locked-cta{margin-top:6px}.hh-insight-card--sample{width:min(320px,100%);border:1px solid var(--hh-border);padding:14px}.hh-assess-tile,.hh-insight-card--sample{border-radius:var(--hh-r-lg);background:var(--hh-surface)}.hh-assess-tile{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--hh-border)}.hh-assess-tile:hover{border-color:var(--hh-accent)}.hh-assess-icon{flex:none;display:grid;place-items:center;width:44px;height:44px;border-radius:var(--hh-r-md);background:var(--hh-accent-soft);color:var(--hh-accent-text)}.hh-assess-copy{display:flex;flex-direction:column;gap:4px;flex:1 1;min-width:0}.hh-assess-head{display:flex;align-items:center;gap:10px}.hh-assess-title{font-family:var(--hh-font-display);font-weight:600;font-size:15px;color:var(--hh-text-strong)}.hh-assess-sub{font-size:12.5px;line-height:1.45;color:var(--hh-text-muted)}.hh-assess-tile>svg{flex:none;color:var(--hh-text-subtle)}.hh-upsell-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:linear-gradient(135deg,var(--hh-honeydew),var(--hh-surface));border:1px solid color-mix(in srgb,var(--hh-accent) 26%,var(--hh-border))}.hh-upsell-footer-body{display:flex;align-items:flex-start;gap:14px;flex:1 1;min-width:240px}.hh-upsell-footer-icon{flex:none;display:grid;place-items:center;width:44px;height:44px;border-radius:var(--hh-r-md);background:var(--hh-accent-soft);color:var(--hh-accent-text)}.hh-upsell-footer-copy{display:flex;flex-direction:column;gap:8px}.hh-upsell-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px 18px}.hh-upsell-list li{position:relative;padding-left:18px;font-size:13px;color:var(--hh-text-muted)}.hh-upsell-list li:before{content:"";position:absolute;left:4px;top:7px;width:6px;height:6px;border-radius:var(--hh-r-full);background:var(--hh-accent)}@media (max-width:560px){.hh-score-subs{gap:12px}.hh-upsell-footer .hh-btn{width:100%;justify-content:center}}@media (prefers-reduced-motion:reduce){.hh-weekbar-fill{transition:none}}