*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#000;color:#fff;line-height:1.5}:root{--color-bg: #000000;--color-bg-elevated: #0a0a0a;--color-bg-subtle: #141414;--color-text-primary: #ffffff;--color-text-secondary: #a3a3a3;--color-text-tertiary: #737373;--color-yellow: #fbbf24;--color-yellow-dark: #f59e0b;--color-blue: #3b82f6;--color-green: #10b981;--color-border: rgba(255, 255, 255, .1);--color-border-subtle: rgba(255, 255, 255, .05);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .5);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .5), 0 2px 4px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -2px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 10px 10px -5px rgba(0, 0, 0, .3);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--hhq-nav-height: 50px;--hhq-portal-sidebar-w: 320px;--hhq-portal-topbar-h: 60px}@media(max-width:768px){:root{--hhq-nav-height: 10px}}.hhq-container{max-width:1200px;margin:0 auto;padding:0 var(--space-6)}@media(max-width:768px){.hhq-container{padding:0 var(--space-5)}}.hhq-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#000c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-subtle)}.hhq-nav .hhq-container{padding-top:var(--space-4);padding-bottom:var(--space-4)}.hhq-navInner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}.hhq-logo{width:150px;height:auto}.hhq-links{display:flex;align-items:center;gap:var(--space-6)}.hhq-links a{color:var(--color-text-secondary);text-decoration:none;font-size:16px;font-weight:500;transition:color .2s ease}.hhq-links a:hover{color:var(--color-text-primary)}@media(max-width:768px){.hhq-links{display:none}}.hhq-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:#ffffff0d;border:1px solid var(--color-border);border-radius:9999px;font-size:16px;font-weight:500;color:var(--color-text-secondary)}.hhq-badgeDot{width:6px;height:6px;border-radius:50%;background:var(--color-green);box-shadow:0 0 8px var(--color-green)}.hhq-chip{display:inline-flex;align-items:center;border:1px solid var(--color-border);background:#ffffff08;border-radius:999px;padding:10px 14px;color:var(--color-text-secondary);font-size:16px}.hhq-pill{font-size:16px;padding:6px 10px;border-radius:999px;border:1px solid var(--color-border);color:var(--color-text-secondary);background:#ffffff05}.hhq-pill-yellow{border-color:#fbbf2440;color:#fbbf24e6}.hhq-pill-blue{border-color:#3b82f640;color:#3b82f6e6}.hhq-pill-green{border-color:#10b98140;color:#10b981e6}.hhq-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:0 var(--space-5);height:48px;border-radius:var(--radius-md);font-size:16px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hhq-btnLarge{height:56px;padding:0 var(--space-6);font-size:16px}.hhq-btnIcon{width:18px;height:18px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.hhq-btn:hover .hhq-btnIcon{transform:translate(2px)}.hhq-btnPrimary{background:linear-gradient(180deg,var(--color-yellow) 0%,var(--color-yellow-dark) 100%);color:#000;box-shadow:0 0 0 1px #fbbf2433 inset,0 4px 12px #fbbf2466,var(--shadow-md)}.hhq-btnPrimary:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .2s ease}.hhq-btnPrimary:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #fbbf244d inset,0 8px 24px #fbbf2480,var(--shadow-lg)}.hhq-btnPrimary:hover:before{opacity:1}.hhq-btnPrimary:active{transform:translateY(0)}.hhq-btnSecondary{background:#ffffff0d;border:1px solid var(--color-border);color:var(--color-text-primary);box-shadow:var(--shadow-sm)}.hhq-btnSecondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px);box-shadow:var(--shadow-md)}.hhq-btnSecondary:active{transform:translateY(0)}.hhq-heroGrid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse 80% 50% at 50% 40%,black 40%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 40%,black 40%,transparent 80%)}.hhq-heroGradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(251,191,36,.15),transparent 50%),radial-gradient(ellipse 60% 50% at 50% 50%,rgba(59,130,246,.1),transparent 70%);pointer-events:none}.hhq-btn:focus-visible,.hhq-links a:focus-visible{outline:2px solid var(--color-yellow);outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hhq-animate{opacity:0}.hhq-animate-visible.hhq-animate-fadeInUp{animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.hhq-animate-visible.hhq-animate-fadeIn{animation:fadeIn .6s cubic-bezier(.16,1,.3,1) forwards}.hhq-animate-visible.hhq-animate-scaleIn{animation:scaleIn .6s cubic-bezier(.16,1,.3,1) forwards}.hhq-animate-fadeInUp{animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.hhq-animate-fadeIn{animation:fadeIn .6s cubic-bezier(.16,1,.3,1) forwards}.hhq-animate-scaleIn{animation:scaleIn .6s cubic-bezier(.16,1,.3,1) forwards}.hhq-animate-delay-1{animation-delay:.1s}.hhq-animate-delay-2{animation-delay:.2s}.hhq-animate-delay-3{animation-delay:.3s}.hhq-animate-delay-4{animation-delay:.4s}.hhq-animate-delay-5{animation-delay:.5s}.hhq-heroGrid{animation:fadeIn 1.2s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.hhq-heroGradient{animation:fadeIn 1.5s cubic-bezier(.16,1,.3,1) forwards;opacity:0;animation-delay:.2s}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hhq-animate,.hhq-animate-fadeInUp,.hhq-animate-fadeIn,.hhq-animate-scaleIn,.hhq-heroGrid,.hhq-heroGradient{animation:none!important;opacity:1!important;transform:none!important}.hhq-flyingBee{display:none!important}}@keyframes flyBee{0%{transform:translate(-100px) rotate(0);opacity:0}5%{opacity:.9}12%{transform:translate(12vw,-60px) rotate(-15deg)}18%{transform:translate(18vw,-80px) rotate(-25deg)}25%{transform:translate(25vw,-60px) rotate(-15deg)}32%{transform:translate(32vw) rotate(5deg)}40%{transform:translate(40vw,40px) rotate(20deg)}48%{transform:translate(48vw) rotate(5deg)}55%{transform:translate(55vw,-70px) rotate(-20deg)}62%{transform:translate(62vw,-50px) rotate(-10deg)}70%{transform:translate(70vw,30px) rotate(15deg)}78%{transform:translate(78vw,60px) rotate(25deg)}85%{transform:translate(85vw,20px) rotate(10deg)}92%{transform:translate(92vw,-40px) rotate(-15deg)}95%{opacity:.9}to{transform:translate(calc(100vw + 100px),-20px) rotate(-5deg);opacity:0}}@keyframes flyBeeAlt{0%{transform:translate(-100px) rotate(0);opacity:0}5%{opacity:.9}15%{transform:translate(15vw,50px) rotate(20deg)}23%{transform:translate(23vw,80px) rotate(30deg)}30%{transform:translate(30vw,50px) rotate(15deg)}38%{transform:translate(38vw,-20px) rotate(-10deg)}45%{transform:translate(45vw,-70px) rotate(-25deg)}53%{transform:translate(53vw,-40px) rotate(-15deg)}60%{transform:translate(60vw,10px) rotate(5deg)}68%{transform:translate(68vw,60px) rotate(20deg)}75%{transform:translate(75vw,30px) rotate(10deg)}83%{transform:translate(83vw,-30px) rotate(-10deg)}90%{transform:translate(90vw,-60px) rotate(-20deg)}95%{opacity:.9}to{transform:translate(calc(100vw + 100px),-30px) rotate(-10deg);opacity:0}}@keyframes flyBeeCircular{0%{transform:translate(-100px) rotate(0);opacity:0}5%{opacity:.9}10%{transform:translate(10vw,-40px) rotate(-25deg)}15%{transform:translate(15vw,-60px) rotate(-35deg)}20%{transform:translate(20vw,-50px) rotate(-20deg)}25%{transform:translate(25vw,-10px) rotate(0)}33%{transform:translate(33vw,50px) rotate(25deg)}41%{transform:translate(41vw,90px) rotate(35deg)}50%{transform:translate(50vw,70px) rotate(20deg)}58%{transform:translate(58vw,-10px) rotate(-5deg)}65%{transform:translate(65vw,-55px) rotate(-22deg)}73%{transform:translate(73vw,-30px) rotate(-10deg)}80%{transform:translate(80vw,20px) rotate(8deg)}87%{transform:translate(87vw,10px) rotate(3deg)}93%{transform:translate(93vw,-25px) rotate(-8deg)}95%{opacity:.9}to{transform:translate(calc(100vw + 100px),-15px) rotate(-5deg);opacity:0}}.hhq-flyingBee{position:fixed;top:20vh;left:-100px;width:30px;height:30px;pointer-events:none;z-index:50;opacity:0;animation:flyBee 22s cubic-bezier(.45,.05,.55,.95) infinite;animation-delay:3s}.hhq-flyingBee img{width:100%;height:100%;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hhq-flyingBee-2{animation-name:flyBeeAlt;animation-delay:10s;top:55vh;animation-duration:24s}.hhq-flyingBee-3{animation-name:flyBeeCircular;animation-delay:16s;top:35vh;animation-duration:26s}.hhq-home{min-height:100vh;display:flex;flex-direction:column}.hhq-hero{position:relative;padding-top:180px;padding-bottom:var(--space-9);overflow:hidden}.hhq-heroInner{position:relative;z-index:2}.hhq-heroContent{max-width:720px;margin:0 auto;text-align:center}.hhq-heroTitle{font-size:clamp(48px,6vw,72px);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin:0 0 var(--space-5) 0;background:linear-gradient(180deg,#fff,#a3a3a3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hhq-heroSubtitle{font-size:clamp(18px,2vw,20px);line-height:1.6;color:var(--color-text-secondary);margin:0 0 var(--space-7) 0;max-width:600px;margin-left:auto;margin-right:auto}.hhq-heroCtas{display:flex;align-items:center;justify-content:center;gap:var(--space-4);margin-bottom:var(--space-8);flex-wrap:wrap}.hhq-heroTrust{display:flex;align-items:center;justify-content:center;gap:var(--space-6);flex-wrap:wrap}.hhq-trustItem{display:flex;align-items:center;gap:var(--space-2);font-size:16px;color:var(--color-text-tertiary)}.hhq-trustIcon{width:16px;height:16px;opacity:.6}.hhq-features{padding:var(--space-9) 0;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.02) 50%,transparent 100%)}.hhq-featuresGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-6)}.hhq-featureCard{padding:var(--space-6);background:#ffffff05;border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);transition:all .3s cubic-bezier(.4,0,.2,1)}.hhq-featureCard:hover{background:#ffffff0a;border-color:var(--color-border);transform:translateY(-4px);box-shadow:var(--shadow-xl)}.hhq-featureIcon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4)}.hhq-featureIcon svg{width:24px;height:24px}.hhq-featureIconYellow{background:#fbbf241a;color:var(--color-yellow)}.hhq-featureIconBlue{background:#3b82f61a;color:var(--color-blue)}.hhq-featureIconGreen{background:#10b9811a;color:var(--color-green)}.hhq-featureTitle{font-size:18px;font-weight:600;margin:0 0 var(--space-3) 0;color:var(--color-text-primary)}.hhq-featureDesc{font-size:16px;line-height:1.6;color:var(--color-text-secondary);margin:0}.hhq-social{padding:var(--space-8) 0;border-top:1px solid var(--color-border-subtle)}.hhq-socialInner{text-align:center}.hhq-socialLabel{font-size:16px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary);margin:0 0 var(--space-5) 0;font-weight:600}.hhq-socialBadges{display:flex;align-items:center;justify-content:center;gap:var(--space-4);flex-wrap:wrap}.hhq-socialBadge{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:#ffffff08;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);font-size:16px;color:var(--color-text-secondary);font-weight:500}.hhq-socialIcon{width:16px;height:16px;opacity:.6}.hhq-products-page{padding-top:0}.hhq-productsHero{position:relative;padding-top:140px;padding-bottom:var(--space-9);overflow:hidden}.hhq-productsHeroContent{max-width:920px}.hhq-productsTitle{font-size:56px;line-height:1.05;letter-spacing:-.02em;margin:var(--space-4) 0 var(--space-4) 0}.hhq-productsSubtitle{font-size:18px;line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-6) 0}.hhq-productsHeroButtons{display:flex;gap:var(--space-4);flex-wrap:wrap}.hhq-productsSection{padding:var(--space-9) 0;border-top:1px solid var(--color-border-subtle)}.hhq-productsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.hhq-productCard{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-md);display:flex;flex-direction:column}.hhq-productHeader{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.hhq-productName{margin:0;font-size:18px}.hhq-productBadge{font-size:16px;padding:6px 10px;border-radius:999px;border:1px solid var(--color-border);color:var(--color-text-secondary);background:#ffffff05;white-space:nowrap}.hhq-productSubtitle{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin:var(--space-3) 0 0 0}.hhq-productDivider{height:1px;background:var(--color-border-subtle);margin:var(--space-5) 0}.hhq-productList{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-3)}.hhq-productList li{display:grid;grid-template-columns:18px 1fr;align-items:start;gap:var(--space-3);color:var(--color-text-secondary);font-size:16px;line-height:1.7}.hhq-productCheck{width:18px;height:18px;color:var(--color-green);margin-top:2px}.hhq-productCtaRow{display:flex;gap:var(--space-3);margin-top:var(--space-6)}.hhq-productCta{flex:1;text-align:center}.hhq-productsSplit{padding:var(--space-9) 0;border-top:1px solid var(--color-border-subtle)}.hhq-productsSplitInner{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-7);align-items:center}.hhq-productsSplitTitle{font-size:38px;margin:0 0 var(--space-3) 0;line-height:1.15;letter-spacing:-.02em}.hhq-productsSplitDesc{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-6) 0}.hhq-productsSplitActions{display:flex;gap:var(--space-4);flex-wrap:wrap}.hhq-productsPanel{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.hhq-productsPanelHeader{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--color-border-subtle);display:flex;justify-content:space-between;gap:var(--space-4)}.hhq-productsPanelTitle{font-size:16px;font-weight:600}.hhq-productsPanelMeta{font-size:16px;color:var(--color-text-tertiary)}.hhq-productsPanelBody{padding:var(--space-5) var(--space-6);display:grid;gap:var(--space-4)}.hhq-productsMetric{display:flex;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border-subtle);background:#ffffff03}.hhq-productsMetricLabel{font-size:16px;color:var(--color-text-secondary)}.hhq-productsMetricValue{font-size:20px;font-weight:700;letter-spacing:-.01em}.hhq-productsPanelFooter{padding:var(--space-5) var(--space-6);border-top:1px solid var(--color-border-subtle);display:flex;justify-content:flex-end;gap:var(--space-3);flex-wrap:wrap}.hhq-features-page{padding-top:0}.hhq-featuresHero{position:relative;padding-top:140px;padding-bottom:var(--space-9);overflow:hidden}.hhq-featuresHeroContent{max-width:920px}.hhq-featuresTitle{font-size:56px;line-height:1.05;letter-spacing:-.02em;margin:var(--space-4) 0 var(--space-4) 0}.hhq-featuresSubtitle{font-size:18px;line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-6) 0}.hhq-featuresHeroButtons{display:flex;gap:var(--space-4);flex-wrap:wrap}.hhq-featuresSection{padding:var(--space-9) 0;border-top:1px solid var(--color-border-subtle)}.hhq-featuresTabsWrap{display:flex;justify-content:center;margin-bottom:var(--space-6)}.hhq-featuresTabs{display:inline-flex;border:1px solid var(--color-border);border-radius:999px;overflow:hidden;background:#ffffff05}.hhq-featuresTab{border:0;background:transparent;color:var(--color-text-secondary);padding:12px 16px;font-size:16px;cursor:pointer;white-space:nowrap}.hhq-featuresTab.is-active{background:#ffffff0f;color:var(--color-text-primary)}.hhq-featuresHeader{max-width:860px;margin:0 auto var(--space-7) auto;text-align:center}.hhq-featuresSectionTitle{font-size:36px;line-height:1.2;margin:0 0 var(--space-3) 0}.hhq-featuresSectionSubtitle{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin:0}.hhq-featuresGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.hhq-featureIconWrap{margin-bottom:var(--space-4)}.hhq-featureIcon{width:46px;height:46px;border-radius:var(--radius-lg);border:1px solid var(--color-border-subtle);background:#ffffff05;display:flex;align-items:center;justify-content:center}.hhq-featureIcon svg{width:22px;height:22px}.hhq-featureBullets{margin:0;padding-left:18px;color:var(--color-text-secondary);font-size:16px;line-height:1.8}.hhq-howGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5)}.hhq-howStep{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);padding:var(--space-5);box-shadow:var(--shadow-md);display:grid;grid-template-columns:34px 1fr;gap:var(--space-4);align-items:start}.hhq-howNum{width:34px;height:34px;border-radius:999px;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:var(--color-text-primary);background:#ffffff08}.hhq-howTitle{font-size:16px;font-weight:600;margin-bottom:4px}.hhq-howDesc{font-size:16px;line-height:1.7;color:var(--color-text-secondary)}.hhq-matrixCard{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.hhq-matrixHead{display:grid;grid-template-columns:1.4fr .8fr .8fr .8fr;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--color-border-subtle)}.hhq-matrixCol{font-size:16px;font-weight:600;color:var(--color-text-secondary);text-align:center}.hhq-matrixCol.is-highlight{color:var(--color-text-primary)}.hhq-matrixBody{padding:var(--space-2) 0}.hhq-matrixRow{display:grid;grid-template-columns:1.4fr .8fr .8fr .8fr;align-items:center;padding:12px var(--space-6);border-top:1px solid var(--color-border-subtle)}.hhq-matrixRow:first-child{border-top:0}.hhq-matrixLabel{font-size:16px;color:var(--color-text-secondary)}.hhq-matrixCell{text-align:center;font-size:16px}.hhq-matrixCell.is-highlight{background:#ffffff05;border-radius:10px}.hhq-matrixYes{color:#10b981f2}.hhq-matrixNo{color:var(--color-text-tertiary)}.hhq-matrixFooter{padding:var(--space-5) var(--space-6);border-top:1px solid var(--color-border-subtle);display:flex;justify-content:flex-end;gap:var(--space-3);flex-wrap:wrap}.hhq-compliance-page{padding-top:0}.hhq-complianceHero{position:relative;padding-top:140px;padding-bottom:var(--space-9);overflow:hidden}.hhq-complianceHeroContent{max-width:820px}.hhq-complianceTitle{font-size:56px;line-height:1.05;letter-spacing:-.02em;margin:var(--space-4) 0 var(--space-4) 0}.hhq-complianceSubtitle{font-size:18px;line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-6) 0}.hhq-complianceHeroChips{display:flex;flex-wrap:wrap;gap:var(--space-3)}.hhq-complianceSection{padding:var(--space-9) 0;border-top:1px solid var(--color-border-subtle)}.hhq-complianceSectionHeader{max-width:780px;margin:0 auto var(--space-7) auto;text-align:center}.hhq-complianceSectionTitle{font-size:36px;line-height:1.2;margin:0 0 var(--space-3) 0}.hhq-complianceSectionSubtitle{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin:0}.hhq-complianceGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5)}.hhq-complianceCard{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-md)}.hhq-complianceIcon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4)}.hhq-complianceIcon svg{width:22px;height:22px}.hhq-complianceCardTitle{font-size:18px;margin:0 0 var(--space-2) 0}.hhq-complianceCardDesc{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-4) 0}.hhq-complianceList{margin:0;padding-left:18px;color:var(--color-text-secondary);font-size:16px;line-height:1.8}.hhq-complianceSplit{padding:var(--space-9) 0;border-top:1px solid var(--color-border-subtle)}.hhq-complianceSplitInner{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-7);align-items:center}.hhq-complianceSplitBadge{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;padding:8px 12px;font-size:16px;color:var(--color-text-secondary);background:#ffffff05;margin-bottom:var(--space-4)}.hhq-complianceSplitTitle{font-size:38px;margin:0 0 var(--space-3) 0;line-height:1.15;letter-spacing:-.02em}.hhq-complianceSplitDesc{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-6) 0}.hhq-complianceSplitList{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-4)}.hhq-complianceSplitList li{display:grid;grid-template-columns:14px 1fr;gap:var(--space-3);align-items:start}.hhq-checkDot{width:10px;height:10px;border-radius:999px;margin-top:8px;background:var(--color-green);box-shadow:0 0 0 6px #10b9811f}.hhq-complianceSplitList strong{display:block;font-size:16px;color:var(--color-text-primary);margin-bottom:2px}.hhq-complianceSplitList p{margin:0;font-size:16px;line-height:1.7;color:var(--color-text-secondary)}.hhq-compliancePanel{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden}.hhq-compliancePanelHeader{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--color-border-subtle);display:flex;justify-content:space-between;gap:var(--space-4)}.hhq-compliancePanelTitle{font-size:16px;font-weight:600}.hhq-compliancePanelMeta{font-size:16px;color:var(--color-text-tertiary)}.hhq-complianceRows{padding:var(--space-4) var(--space-6);display:grid;gap:var(--space-3)}.hhq-complianceRow{display:flex;justify-content:space-between;gap:var(--space-4);padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--color-border-subtle);background:#ffffff03}.hhq-complianceRowLeft{display:flex;align-items:center;gap:var(--space-3);min-width:0}.hhq-rowTitle{font-size:16px;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hhq-rowRight{font-size:16px;color:var(--color-text-tertiary);white-space:nowrap}.hhq-compliancePanelFooter{padding:var(--space-5) var(--space-6);border-top:1px solid var(--color-border-subtle);display:flex;justify-content:flex-end;gap:var(--space-3)}.hhq-complianceCta{padding:var(--space-9) 0;border-top:1px solid var(--color-border-subtle)}.hhq-complianceCtaInner{text-align:center;border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);padding:var(--space-8) var(--space-6);box-shadow:var(--shadow-lg)}.hhq-complianceCtaTitle{font-size:34px;margin:0 0 var(--space-3) 0}.hhq-complianceCtaSubtitle{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-6) 0}.hhq-complianceCtaButtons{display:flex;justify-content:center;gap:var(--space-4);flex-wrap:wrap}.hhq-pricing-page{padding-top:0}.hhq-pricingHero{position:relative;padding-top:140px;padding-bottom:var(--space-9);overflow:hidden}.hhq-pricingHeroContent{max-width:820px}.hhq-pricingTitle{font-size:56px;line-height:1.05;letter-spacing:-.02em;margin:var(--space-4) 0 var(--space-4) 0}.hhq-pricingSubtitle{font-size:18px;line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-6) 0}.hhq-billingToggle{display:inline-flex;border:1px solid var(--color-border);border-radius:999px;overflow:hidden;background:#ffffff05}.hhq-toggleBtn{border:0;background:transparent;color:var(--color-text-secondary);padding:12px 16px;font-size:16px;cursor:pointer}.hhq-toggleBtn.is-active{background:#ffffff0f;color:var(--color-text-primary)}.hhq-togglePill{margin-left:8px;font-size:16px;padding:3px 8px;border-radius:999px;border:1px solid rgba(16,185,129,.25);color:#10b981e6;background:#10b98114}.hhq-planGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.hhq-planCard{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column}.hhq-planCard.is-featured{border-color:#fbbf2440;box-shadow:var(--shadow-xl);transform:translateY(-6px)}.hhq-planTop{padding:var(--space-6)}.hhq-planHeader{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.hhq-planName{margin:0;font-size:18px}.hhq-planBadge{font-size:16px;padding:6px 10px;border-radius:999px;border:1px solid var(--color-border);color:var(--color-text-secondary);background:#ffffff05}.hhq-planBadge.is-featured{border-color:#fbbf2440;color:#fbbf24f2;background:#fbbf240f}.hhq-planPriceRow{margin-top:var(--space-5);display:grid;gap:6px}.hhq-planPrice{font-size:42px;font-weight:700;letter-spacing:-.02em}.hhq-planPriceCustom{font-size:28px;font-weight:700;letter-spacing:-.01em}.hhq-planPeriod{font-size:16px;color:var(--color-text-tertiary)}.hhq-planCta{width:100%;margin-top:var(--space-5);text-align:center}.hhq-planBody{padding:0 var(--space-6) var(--space-6) var(--space-6);flex:1}.hhq-planDivider{height:1px;background:var(--color-border-subtle);margin-bottom:var(--space-5)}.hhq-planList{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-3)}.hhq-planList li{display:grid;grid-template-columns:18px 1fr;align-items:start;gap:var(--space-3);color:var(--color-text-secondary);font-size:16px;line-height:1.7}.hhq-planCheck{width:18px;height:18px;color:var(--color-green);margin-top:2px}.hhq-pricingFootnote{margin-top:var(--space-7)}.hhq-pricingNoteCard{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-md)}.hhq-pricingNoteTitle{font-size:16px;font-weight:600;margin-bottom:var(--space-4)}.hhq-pricingNoteGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3)}.hhq-pricingNoteItem{border:1px solid var(--color-border-subtle);background:#ffffff03;border-radius:var(--radius-md);padding:var(--space-3);font-size:16px;color:var(--color-text-secondary);text-align:center}.hhq-pricingSection{padding:var(--space-9) 0;border-top:1px solid var(--color-border-subtle)}.hhq-pricingSectionHeader{max-width:780px;margin:0 auto var(--space-7) auto;text-align:center}.hhq-pricingSectionTitle{font-size:36px;line-height:1.2;margin:0 0 var(--space-3) 0}.hhq-pricingSectionSubtitle{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin:0}.hhq-faqGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5)}.hhq-faqItem{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-md)}.hhq-faqQ{cursor:pointer;font-size:16px;font-weight:600;color:var(--color-text-primary);list-style:none}.hhq-faqItem summary::-webkit-details-marker{display:none}.hhq-faqA{margin-top:var(--space-3);font-size:16px;line-height:1.7;color:var(--color-text-secondary)}.hhq-pricingCtaRow{margin-top:var(--space-7);display:flex;justify-content:center;gap:var(--space-4);flex-wrap:wrap}@media(max-width:1024px){.hhq-productsGrid,.hhq-productsSplitInner,.hhq-featuresGrid,.hhq-howGrid{grid-template-columns:1fr}.hhq-matrixHead,.hhq-matrixRow{grid-template-columns:1.2fr .8fr .8fr .8fr}.hhq-complianceGrid{grid-template-columns:repeat(2,1fr)}.hhq-complianceSplitInner{grid-template-columns:1fr;gap:var(--space-7)}.hhq-planGrid{grid-template-columns:1fr}.hhq-planCard.is-featured{transform:none}.hhq-pricingNoteGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hhq-hero{padding-top:140px;padding-bottom:var(--space-8)}.hhq-heroTitle{font-size:42px}.hhq-heroSubtitle{font-size:17px}.hhq-heroCtas{flex-direction:column;width:100%}.hhq-heroCtas .hhq-btn{width:100%}.hhq-heroTrust{flex-direction:column;gap:var(--space-4)}.hhq-featuresGrid{grid-template-columns:1fr}.hhq-productsHero{padding-top:120px;padding-bottom:var(--space-8)}.hhq-productsTitle{font-size:38px}.hhq-productsSection,.hhq-productsSplit{padding:var(--space-8) 0}.hhq-productsPanelHeader{flex-direction:column;align-items:flex-start}.hhq-productCtaRow{flex-direction:column}.hhq-featuresHero{padding-top:120px;padding-bottom:var(--space-8)}.hhq-featuresTitle{font-size:38px}.hhq-featuresSection{padding:var(--space-8) 0}.hhq-matrixHead{display:none}.hhq-matrixRow{grid-template-columns:1fr;gap:10px;padding:var(--space-5) var(--space-6)}.hhq-matrixCell{text-align:left}.hhq-matrixCell.is-highlight{padding:8px 10px}.hhq-complianceHero,.hhq-pricingHero{padding-top:120px;padding-bottom:var(--space-8)}.hhq-complianceTitle,.hhq-pricingTitle{font-size:38px}.hhq-complianceSection,.hhq-complianceSplit,.hhq-complianceCta,.hhq-pricingSection{padding:var(--space-8) 0}.hhq-faqGrid,.hhq-pricingNoteGrid{grid-template-columns:1fr}.hhq-compliancePanelHeader{flex-direction:column;align-items:flex-start}}@media(max-width:520px){.hhq-complianceGrid{grid-template-columns:1fr}.hhq-compliancePanelFooter{flex-direction:column}.hhq-compliancePanelFooter .hhq-btn{width:100%}}.hhq-auth-page{min-height:100vh}.hhq-auth-hero{position:relative;padding-top:140px;padding-bottom:var(--space-9);overflow:hidden}.hhq-auth-shell{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-7);align-items:start}.hhq-auth-left{padding-top:var(--space-4)}.hhq-auth-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:#ffffff0d;border:1px solid var(--color-border);border-radius:9999px;font-size:16px;font-weight:500;color:var(--color-text-secondary);margin-bottom:var(--space-6)}.hhq-auth-title{font-size:56px;line-height:1.05;letter-spacing:-.02em;margin:0 0 var(--space-4) 0;background:linear-gradient(180deg,#fff,#d4d4d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hhq-auth-subtitle{font-size:18px;line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-6) 0;max-width:560px}.hhq-auth-trust{display:grid;gap:var(--space-3);margin-top:var(--space-6);max-width:420px}.hhq-auth-trustItem{display:flex;gap:var(--space-3);align-items:center;color:var(--color-text-secondary);font-size:16px}.hhq-auth-trustIcon{width:22px;height:22px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#10b9811f;border:1px solid rgba(16,185,129,.18);color:#10b981f2;font-weight:700}.hhq-auth-miniGrid{margin-top:var(--space-7);display:grid;grid-template-columns:1fr;gap:var(--space-4);max-width:520px}.hhq-auth-miniCard{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);padding:var(--space-5);box-shadow:var(--shadow-md)}.hhq-auth-miniTitle{font-size:16px;font-weight:700;margin-bottom:6px}.hhq-auth-miniDesc{font-size:16px;line-height:1.7;color:var(--color-text-secondary)}.hhq-auth-card{border:1px solid var(--color-border);background:#0a0a0ab3;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden}.hhq-auth-cardHeader{padding:var(--space-6);border-bottom:1px solid var(--color-border-subtle)}.hhq-auth-cardTitle{margin:0 0 6px;font-size:18px;font-weight:700}.hhq-auth-cardSubtitle{margin:0;font-size:16px;line-height:1.6;color:var(--color-text-secondary)}.hhq-auth-form{padding:var(--space-6);display:grid;gap:var(--space-5)}.hhq-field{display:grid;gap:8px}.hhq-fieldRow{display:flex;justify-content:space-between;gap:var(--space-3);align-items:baseline}.hhq-label{font-size:16px;font-weight:600;color:var(--color-text-secondary)}.hhq-input{height:46px;border-radius:12px;border:1px solid var(--color-border);background:#ffffff08;color:var(--color-text-primary);padding:0 14px;font-size:16px;outline:none;transition:border-color .18s ease,background .18s ease}.hhq-input::placeholder{color:#a3a3a3b3}.hhq-input:focus{border-color:#fbbf2459;background:#ffffff0a}.hhq-input.is-error{border-color:#ef444459}.hhq-helper{font-size:16px;color:var(--color-text-tertiary);line-height:1.6}.hhq-helperError{color:#ef4444e6}.hhq-auth-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap}.hhq-checkbox{display:inline-flex;align-items:center;gap:10px;font-size:16px;color:var(--color-text-secondary)}.hhq-checkbox input{width:16px;height:16px;accent-color:var(--color-yellow)}.hhq-checkboxBlock{align-items:flex-start}.hhq-linkBtn{border:none;background:transparent;color:var(--color-text-secondary);font-size:16px;cursor:pointer;padding:0}.hhq-linkBtn:hover{color:var(--color-text-primary)}.hhq-textLink{color:#fbbf24e6;text-decoration:none}.hhq-textLink:hover{text-decoration:underline}.hhq-auth-submit{width:100%}.hhq-auth-divider{position:relative;height:1px;background:var(--color-border-subtle);margin:6px 0}.hhq-auth-divider span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0a0a0ad9;border:1px solid var(--color-border-subtle);padding:6px 10px;border-radius:999px;font-size:16px;color:var(--color-text-tertiary)}.hhq-auth-footnote{margin:0;font-size:16px;line-height:1.6;color:var(--color-text-tertiary)}@media(max-width:1024px){.hhq-auth-shell{grid-template-columns:1fr}.hhq-auth-left{padding-top:0}}@media(max-width:768px){.hhq-auth-hero{padding-top:120px;padding-bottom:var(--space-8)}.hhq-auth-title{font-size:38px}}.hhq-auth-error{border:1px solid rgba(239,68,68,.35);background:#ef444414;color:#ffffffeb;border-radius:14px;padding:12px 14px;font-size:16px;line-height:1.6}.hhq-portalSection{padding-top:var(--space-6)}.hhq-portalTitle{margin:0 0 var(--space-3) 0;font-size:34px;letter-spacing:-.02em}.hhq-portalSubtitle{margin:0 0 var(--space-6) 0;color:var(--color-text-secondary);line-height:1.7;max-width:760px}.hhq-portalGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5)}.hhq-portalCard{border:1px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-md)}.hhq-portalCardLabel{font-size:16px;color:var(--color-text-secondary)}.hhq-portalCardValue{margin-top:var(--space-3);font-size:34px;font-weight:800;letter-spacing:-.02em}@media(max-width:1024px){.hhq-portalTopInner{grid-template-columns:1fr;justify-items:start}.hhq-portalNav{justify-content:flex-start}.hhq-portalUserMeta{text-align:left}.hhq-portalGrid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.hhq-portalGrid{grid-template-columns:1fr}}.hhq-portalShell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:var(--color-bg)}.hhq-portalSidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--color-border-subtle);background:#000000e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;padding:var(--space-6);z-index:50}.hhq-portalSidebarTop{position:relative;padding-bottom:var(--space-5);border-bottom:1px solid var(--color-border-subtle);margin-bottom:var(--space-5)}.hhq-portalBrand{font-weight:800;letter-spacing:-.02em;font-size:16px}.hhq-portalBrandSub{margin-top:4px;font-size:16px;color:var(--color-text-tertiary)}.hhq-portalNav{display:grid;gap:8px;padding-top:var(--space-4)}.hhq-portalNav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;text-decoration:none;color:var(--color-text-secondary);font-size:16px;font-weight:700;border:1px solid transparent;transition:background .18s ease,border-color .18s ease,color .18s ease}.hhq-portalNav a:hover{background:#ffffff08;border-color:var(--color-border-subtle);color:var(--color-text-primary)}.hhq-portalNav a.active{background:#ffffff0d;border-color:var(--color-border);color:var(--color-text-primary)}.hhq-portalNavIcon{width:22px;height:22px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border-subtle);background:#ffffff05;color:var(--color-text-secondary);font-size:16px}.hhq-portalSidebarFooter{margin-top:auto;padding-top:var(--space-5);border-top:1px solid var(--color-border-subtle);display:grid;gap:var(--space-4)}.hhq-portalUserAvatar{width:38px;height:38px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:800;background:#fbbf241f;border:1px solid rgba(251,191,36,.18);color:#fbbf24f2}.hhq-portalUserMeta{min-width:0}.hhq-portalUserName{font-size:16px;font-weight:800;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hhq-portalUserEmail{font-size:16px;color:var(--color-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hhq-portalLogout{width:100%}.hhq-portalMain{min-height:100vh;padding:var(--space-7)}@media(max-width:1024px){.hhq-portalShell{grid-template-columns:1fr}.hhq-portalMain{padding-top:86px}.hhq-portalMobileTop{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);position:fixed;top:0;left:0;right:0;z-index:60;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border-subtle);background:#000000e0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hhq-portalMobileBrand{font-weight:800;letter-spacing:-.02em}.hhq-portalBurger{width:44px;height:40px;border-radius:12px;border:1px solid var(--color-border);background:#ffffff08;color:var(--color-text-primary);cursor:pointer;font-size:18px}.hhq-portalMobileLogout{height:40px;padding:0 12px;font-size:16px}.hhq-portalOverlay{display:block;position:fixed;inset:0;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:55}.hhq-portalOverlay.is-open{opacity:1;pointer-events:auto}.hhq-portalSidebar{position:fixed;top:0;left:0;bottom:0;width:300px;transform:translate(-105%);transition:transform .2s ease;z-index:58}.hhq-portalSidebar.is-open{transform:translate(0)}.hhq-portalClose{display:inline-flex;position:absolute;right:0;top:0;width:40px;height:40px;border-radius:12px;border:1px solid var(--color-border);background:#ffffff08;color:var(--color-text-primary);cursor:pointer;align-items:center;justify-content:center;font-size:16px}}.hhq-footer{margin-top:var(--space-9);border-top:1px solid var(--color-border-subtle);background:#000000eb}.hhq-footerInner{display:grid;grid-template-columns:1.2fr 2fr;gap:var(--space-7);padding-top:var(--space-8);padding-bottom:var(--space-8)}.hhq-footerBrand{max-width:420px}.hhq-footerBrandLockup{display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:var(--space-4)}.hhq-footerBrandLogo{width:175px;height:auto;border-radius:12px;object-fit:contain}.hhq-footerBrandSub{font-size:16px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-tertiary);padding-left:2px}.hhq-footerLogo{font-size:20px;font-weight:800;letter-spacing:-.02em;margin-bottom:var(--space-3)}.hhq-footerTagline{font-size:16px;line-height:1.7;color:var(--color-text-secondary);margin:0}.hhq-footerLinks{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.hhq-footerCol{display:grid;gap:8px}.hhq-footerColTitle{font-size:16px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-tertiary);margin-bottom:6px}.hhq-footerCol a{font-size:16px;text-decoration:none;color:var(--color-text-secondary)}.hhq-footerCol a:hover{color:var(--color-text-primary);text-decoration:underline}.hhq-footerMuted{font-size:16px;color:var(--color-text-tertiary)}.hhq-footerBottom{border-top:1px solid var(--color-border-subtle);background:#000000f5}.hhq-footerBottomInner{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4) 0;font-size:16px;color:var(--color-text-tertiary)}.hhq-footerSubtle{opacity:.8}@media(max-width:1024px){.hhq-footerInner{grid-template-columns:1fr}.hhq-footerLinks{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hhq-footerLinks{grid-template-columns:1fr}.hhq-footerBottomInner{flex-direction:column;gap:6px;text-align:center}}.hhq-portalShell{--p-bg: #0b0f17;--p-bg-elevated: #0f1624;--p-bg-soft: #141e32;--p-surface: rgba(255, 255, 255, .035);--p-surface-2: rgba(255, 255, 255, .055);--p-border: rgba(255, 255, 255, .08);--p-border-soft: rgba(255, 255, 255, .05);--p-shadow-sm: 0 1px 2px rgba(0, 0, 0, .35);--p-shadow-md: 0 10px 30px rgba(0, 0, 0, .35);--p-text: rgba(255, 255, 255, .92);--p-text-muted: rgba(255, 255, 255, .65);--p-text-soft: rgba(255, 255, 255, .45);--p-brand: #fbbf24;--p-brand-2: #f59e0b;--p-brand-soft: rgba(251, 191, 36, .16);--p-success: #22c55e;--p-success-soft: rgba(34, 197, 94, .16);--p-warning: #f59e0b;--p-warning-soft: rgba(245, 158, 11, .16);--p-info: #38bdf8;--p-info-soft: rgba(56, 189, 248, .16);--p-danger: #ef4444;--p-danger-soft: rgba(239, 68, 68, .16);--p-radius: 16px;--p-radius-sm: 12px;min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:radial-gradient(1200px 700px at 20% -10%,rgba(56,189,248,.1),transparent 55%),radial-gradient(900px 600px at 80% 0%,rgba(251,191,36,.1),transparent 55%),var(--p-bg);color:var(--p-text)}.hhq-portalSidebar{position:sticky;top:0;height:100vh;padding:24px;border-right:1px solid var(--p-border-soft);background:linear-gradient(180deg,#ffffff08,#ffffff04);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;flex-direction:column}.hhq-portalSidebarTop{padding-bottom:18px;border-bottom:1px solid var(--p-border-soft);margin-bottom:18px}.hhq-portalBrand{font-weight:900;letter-spacing:-.02em;font-size:16px;color:var(--p-text)}.hhq-portalBrandSub{margin-top:4px;font-size:16px;color:var(--p-text-soft)}.hhq-portalNav{display:grid;gap:8px;padding-top:8px}.hhq-portalNav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;text-decoration:none;color:var(--p-text-muted);font-size:16px;font-weight:800;border:1px solid transparent;transition:background .16s ease,border-color .16s ease,color .16s ease}.hhq-portalNav a:hover{background:#ffffff0a;border-color:var(--p-border-soft);color:var(--p-text)}.hhq-portalNav a.active{background:#fbbf241a;border-color:#fbbf2438;color:var(--p-text)}.hhq-portalNavIcon{width:22px;height:22px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--p-border-soft);background:#ffffff08;color:var(--p-text-soft);font-size:16px}.hhq-portalSidebarFooter{margin-top:auto;padding-top:18px;border-top:1px solid var(--p-border-soft);display:grid;gap:14px}.hhq-portalUser{display:flex;align-items:center;gap:12px;min-width:0}.hhq-portalUserAvatar{width:38px;height:38px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:900;background:var(--p-brand-soft);border:1px solid rgba(251,191,36,.22);color:#fbbf24f2}.hhq-portalUserName{font-size:16px;font-weight:900;color:var(--p-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hhq-portalUserEmail{font-size:16px;color:var(--p-text-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hhq-portalMain{padding:28px}.hhq-portalMainInner{max-width:1280px;margin:0 auto}.hhq-portalTitle{margin:0 0 10px;font-size:34px;letter-spacing:-.02em;color:var(--p-text)}.hhq-portalSubtitle{margin:0 0 22px;color:var(--p-text-muted);line-height:1.7;max-width:760px}.hhq-card,.hhq-portalCard{background:linear-gradient(180deg,#ffffff0d,#ffffff08);border:1px solid var(--p-border);border-radius:var(--p-radius);box-shadow:var(--p-shadow-sm)}.hhq-card{padding:18px}.hhq-cardHeaderRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.hhq-cardTitle{font-size:16px;font-weight:900;color:var(--p-text);letter-spacing:-.01em}.hhq-cardSub{font-size:16px;color:var(--p-text-soft)}.hhq-kpiGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hhq-kpiValue{margin-top:10px;font-size:30px;font-weight:950;letter-spacing:-.02em;color:var(--p-text)}.hhq-kpiMetaRow{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.hhq-chipLight{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--p-border-soft);background:#ffffff08;color:var(--p-text-muted);font-size:16px;font-weight:800}.hhq-pillBrand{border-color:#fbbf2438;background:#fbbf241f;color:#fbbf24f2}.hhq-pillSuccess{border-color:#22c55e38;background:#22c55e1f;color:#22c55ef2}.hhq-pillInfo{border-color:#38bdf838;background:#38bdf81f;color:#38bdf8f2}.hhq-pillWarn{border-color:#f59e0b38;background:#f59e0b1f;color:#f59e0bf2}.hhq-btnPortalPrimary{background:linear-gradient(180deg,var(--p-brand) 0%,var(--p-brand-2) 100%);color:#111827;border:1px solid rgba(251,191,36,.3);box-shadow:0 10px 22px #fbbf2438}.hhq-btnPortalSecondary{background:#ffffff0d;color:var(--p-text);border:1px solid var(--p-border);box-shadow:var(--p-shadow-sm)}.hhq-tableWrap{overflow:auto;border-radius:14px;border:1px solid var(--p-border-soft)}.hhq-table{width:100%;border-collapse:separate;border-spacing:0}.hhq-table th{text-align:left;font-size:16px;color:var(--p-text-soft);font-weight:900;padding:12px 14px;border-bottom:1px solid var(--p-border-soft);background:#ffffff08;position:sticky;top:0;z-index:1}.hhq-table td{padding:12px 14px;border-bottom:1px solid var(--p-border-soft);color:var(--p-text);font-size:16px}.hhq-table tr:hover td{background:#ffffff08}.hhq-statusPill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:16px;font-weight:900;border:1px solid var(--p-border-soft);background:#ffffff08;color:var(--p-text-muted)}.hhq-statusGood{border-color:#22c55e38;background:#22c55e1f;color:#22c55ef2}.hhq-statusWarn{border-color:#f59e0b38;background:#f59e0b1f;color:#f59e0bf2}.hhq-portalRow{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin-top:16px}.hhq-portalRow3{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:16px;margin-top:16px}.hhq-graphBox{height:260px;border-radius:14px;border:1px solid var(--p-border-soft);background:radial-gradient(800px 240px at 50% 0%,rgba(56,189,248,.1),transparent 60%),linear-gradient(180deg,#ffffff08,#ffffff03),repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0px,rgba(255,255,255,.06) 1px,transparent 1px,transparent 42px)}@media(max-width:1024px){.hhq-portalShell{grid-template-columns:1fr}.hhq-kpiGrid{grid-template-columns:repeat(2,1fr)}.hhq-portalRow,.hhq-portalRow3{grid-template-columns:1fr}}.hhq-page{padding-top:var(--hhq-nav-height)}img,svg,video,canvas{max-width:100%;height:auto}@media(max-width:480px){.hhq-container{padding-left:var(--space-4);padding-right:var(--space-4)}.hhq-logo{width:120px}}.hhq-navToggle{display:none;width:44px;height:44px;border:1px solid var(--color-border);background:#ffffff08;border-radius:12px;padding:10px;cursor:pointer}.hhq-navToggleBar{display:block;height:2px;width:100%;background:#ffffffd9;border-radius:999px}.hhq-navToggleBar+.hhq-navToggleBar{margin-top:6px}@media(max-width:768px){.hhq-navToggle{display:inline-flex;flex-direction:column;justify-content:center;gap:0}.hhq-navCta{display:none}}.hhq-mobileNav{margin-top:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#0a0a0aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;gap:var(--space-3)}.hhq-mobileNav a{color:var(--color-text-primary);text-decoration:none;font-size:16px;font-weight:600;padding:10px 12px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.hhq-mobileCta{width:100%;margin-top:var(--space-2)}.hhq-complianceSplitInner{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-10, 40px);align-items:start}.hhq-complianceSplitInner>*{min-width:0}.hhq-compliancePanel{width:100%;max-width:520px;margin-left:auto}.hhq-complianceRow{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4, 16px)}.hhq-complianceRowLeft{min-width:0}.hhq-rowTitle{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.hhq-complianceSplitInner{grid-template-columns:1fr;gap:var(--space-7, 28px)}.hhq-compliancePanel{max-width:100%;margin-left:0}}@media(max-width:520px){.hhq-complianceRow{align-items:flex-start}.hhq-rowTitle{white-space:normal;overflow:visible;text-overflow:initial}.hhq-rowRight{white-space:nowrap;opacity:.85;font-size:13px}.hhq-compliancePanelFooter{display:grid;grid-template-columns:1fr;gap:var(--space-3, 12px)}.hhq-compliancePanelFooter .hhq-btn{width:100%}}.hhq-portalMainInner,.hhq-card,.hhq-portalRow,.hhq-portalRow3,.hhq-kpiGrid{min-width:0}.hhq-portalRow{display:grid;grid-template-columns:1.35fr .65fr;gap:var(--space-5, 20px);align-items:start}.hhq-portalRow3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5, 20px);align-items:start}.hhq-portalRow3>*{min-width:0}@media(max-width:1100px){.hhq-portalRow3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:740px){.hhq-portalRow3{grid-template-columns:1fr}}.hhq-cardTitle,.hhq-portalTitle{word-break:break-word}@media(max-width:520px){.hhq-cardHeaderRow a.hhq-btn,.hhq-cardHeaderRow button.hhq-btn{width:100%;justify-content:center}}@media(max-width:480px){.hhq-portalMainInner{padding-left:var(--space-4, 16px);padding-right:var(--space-4, 16px)}}.hhq-portalMainInner{min-width:0}.hhq-kpiGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-5, 20px)}@media(max-width:1100px){.hhq-kpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hhq-kpiGrid{grid-template-columns:1fr}}.hhq-portalRow{display:grid;grid-template-columns:1.25fr .75fr;gap:var(--space-5, 20px);align-items:start}.hhq-portalRow>*{min-width:0}@media(max-width:900px){.hhq-portalRow{grid-template-columns:1fr}}.hhq-cardHeaderRow{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3, 12px);flex-wrap:wrap}.hhq-cardHeaderRow>*{min-width:0}.hhq-graphBox{width:100%;min-width:0}@media(max-width:520px){.hhq-portalMainInner .hhq-btn{max-width:100%}.hhq-portalMainInner>div:first-child>div:last-child{width:100%}.hhq-portalMainInner>div:first-child>div:last-child .hhq-btn{width:100%;justify-content:center}}.hhq-portalShell{min-height:100vh;display:flex;background:var(--portal-bg, #0b0d12)}.hhq-portalSidebar{width:var(--hhq-portal-sidebar-w);flex:0 0 var(--hhq-portal-sidebar-w);border-right:1px solid var(--portal-border-subtle, rgba(255,255,255,.08));background:var(--portal-bg, #0b0d12);display:flex;flex-direction:column;min-height:100vh}.hhq-portalMain{flex:1 1 auto;min-width:0}.hhq-portalMainInner{padding:18px;min-width:0}.hhq-portalMobileTop,.hhq-portalOverlay,.hhq-portalClose{display:none}@media(max-width:900px){.hhq-portalShell{display:block}.hhq-portalMobileTop{display:flex;align-items:center;justify-content:space-between;gap:12px;height:var(--hhq-portal-topbar-h);padding:0 14px;position:sticky;top:0;z-index:50;background:#0a0a0aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--portal-border-subtle, rgba(255,255,255,.08))}.hhq-portalMobileBrand{font-weight:900;color:var(--portal-text, #fff);letter-spacing:-.02em}.hhq-portalBurger{width:44px;height:44px;border-radius:14px;border:1px solid var(--portal-border-subtle, rgba(255,255,255,.1));background:#ffffff08;color:var(--portal-text, #fff);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.hhq-portalMobileLogout{height:44px;padding:0 12px}.hhq-portalMain{width:100%}.hhq-portalMainInner{padding:14px}.hhq-portalSidebar{position:fixed;top:0;left:0;height:100vh;width:min(var(--hhq-portal-sidebar-w),88vw);max-width:360px;transform:translate(-110%);transition:transform .18s ease;z-index:60;box-shadow:0 20px 60px #00000073}.hhq-portalSidebar.is-open{transform:translate(0)}.hhq-portalClose{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:1px solid var(--portal-border-subtle, rgba(255,255,255,.1));background:#ffffff08;color:var(--portal-text, #fff);cursor:pointer;margin-left:auto}.hhq-portalOverlay{display:block;position:fixed;inset:0;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:55}.hhq-portalOverlay.is-open{opacity:1;pointer-events:auto}}@media(max-width:480px){.hhq-portalMainInner{padding:12px}}
