#hub-root{--h-void:#030304;--h-surface:#0a0a0c;--h-elevated:#111114;--h-border:rgba(255,255,255,0.06);--h-border-hover:rgba(255,255,255,0.12);--h-accent:#ff3b4a;--h-accent-soft:#ff5c6a;--h-purple:#8b5cf6;--h-purple-soft:#a78bfa;--h-green:#10b981;--h-text:#ffffff;--h-muted:rgba(255,255,255,0.55);--h-faint:rgba(255,255,255,0.30);--h-radius:12px;--h-radius-lg:20px;background:var(--h-void);color:var(--h-text);overflow-x:hidden;position:relative;min-height:100vh}#hub-root *,#hub-root :after,#hub-root :before{box-sizing:border-box}#hub-root a{text-decoration:none;color:inherit}#hub-root ul{list-style:none;padding:0;margin:0}#hub-root img{display:block;max-width:100%}#hub-root h1,#hub-root h2{font-family:var(--font-bebas),sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.04em;line-height:1.05}#hub-root h3{font-family:var(--font-geist-sans),sans-serif;font-weight:600}#hub-root .h-grid{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0);background-size:64px 64px}#hub-root .h-noise:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:1}#hub-root .h-glow{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none}#hub-root .h-glow-red{background:rgba(255,59,74,.12)}#hub-root .h-glow-purple{background:rgba(139,92,246,.1)}@keyframes h-pulse-glow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.85;transform:translate(-50%,-50%) scale(1.15)}}#hub-root .h-glass{border:1px solid var(--h-border);background:rgba(255,255,255,.02);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--h-radius-lg);transition:border-color .4s ease,background .4s ease,box-shadow .4s ease}#hub-root .h-glass:hover{border-color:var(--h-border-hover);background:rgba(255,255,255,.04);box-shadow:0 0 40px rgba(255,59,74,.06)}#hub-root .h-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,59,74,.15),rgba(139,92,246,.15),transparent);border:none;margin:0}#hub-root .h-label{font-family:var(--font-geist-mono),monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--h-accent);display:block;margin-bottom:1rem}#hub-root .h-container{max-width:1080px;margin:0 auto;padding:0 1.5rem}#hub-root .h-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}#hub-root .h-reveal.visible{opacity:1;transform:translateY(0)}#hub-root .h-d1{transition-delay:.1s}#hub-root .h-d2{transition-delay:.2s}#hub-root .h-d3{transition-delay:.3s}#hub-root .h-d4{transition-delay:.4s}#hub-root .h-d5{transition-delay:.5s}#hub-root .h-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.8rem;border-radius:8px;font-size:.95rem;font-weight:600;font-family:var(--font-geist-sans),sans-serif;border:none;cursor:pointer;transition:all .25s ease;text-decoration:none;white-space:nowrap;line-height:1}#hub-root .h-btn-primary{background:var(--h-accent);color:#fff}#hub-root .h-btn-primary:hover{background:var(--h-accent-soft);transform:translateY(-1px);box-shadow:0 8px 30px rgba(255,59,74,.35)}#hub-root .h-btn-secondary{background:transparent;color:var(--h-text);border:1px solid var(--h-border-hover)}#hub-root .h-btn-secondary:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.04);transform:translateY(-1px)}#hub-root .h-btn-hero{font-size:1.2rem;padding:1.15rem 3rem;border-radius:10px}#hub-root .h-btn-hero:hover{box-shadow:0 12px 40px rgba(255,59,74,.45);transform:translateY(-2px) scale(1.02)}#hub-root .h-navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid transparent;transition:all .4s ease}#hub-root .h-navbar.scrolled{background:rgba(3,3,4,.88);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:var(--h-border)}#hub-root .h-logo{font-family:var(--font-bebas),sans-serif;font-size:1.25rem;letter-spacing:.04em;color:var(--h-text)}#hub-root .h-logo span{color:var(--h-accent)}#hub-root .h-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;scroll-margin-top:0}#hub-root .h-hero-content{position:relative;z-index:10;max-width:900px;padding:7rem 1.5rem 5rem}#hub-root .h-hero-title{font-size:clamp(3rem,9vw,7.5rem);color:var(--h-text);margin-bottom:1.5rem}#hub-root .h-hero-title .c-red{color:var(--h-accent)}#hub-root .h-hero-title .c-purple{color:var(--h-purple-soft)}#hub-root .h-hero-promise{font-size:clamp(1rem,2.5vw,1.3rem);color:var(--h-muted);max-width:640px;margin:0 auto 2.5rem;line-height:1.7}#hub-root .h-hero-promise strong{color:var(--h-text)}#hub-root .h-hero-ctas{gap:1rem;margin-bottom:4rem}#hub-root .h-hero-ctas,#hub-root .h-stats{display:flex;flex-wrap:wrap;justify-content:center}#hub-root .h-stats{gap:2rem}#hub-root .h-stat{display:flex;flex-direction:column;align-items:center;gap:.2rem}#hub-root .h-stat-num{font-family:var(--font-bebas),sans-serif;font-size:2rem;letter-spacing:.04em;color:var(--h-text);line-height:1}#hub-root .h-stat-num span{color:var(--h-accent)}#hub-root .h-stat-lbl{font-size:.7rem;letter-spacing:.1em}#hub-root .h-scroll-hint,#hub-root .h-stat-lbl{font-family:var(--font-geist-mono),monospace;color:var(--h-faint);text-transform:uppercase}#hub-root .h-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.65rem;letter-spacing:.15em;z-index:10}@keyframes h-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}#hub-root .h-bounce{animation:h-bounce 1.8s ease-in-out infinite}#hub-root .h-section{position:relative;padding:6rem 0;scroll-margin-top:80px}#hub-root .h-surface{background:var(--h-surface)}#hub-root .h-section-head{max-width:600px;margin-bottom:3rem}#hub-root .h-section-head h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem}#hub-root .h-section-head p{color:var(--h-muted);line-height:1.7}#hub-root .h-problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}#hub-root .h-problem-card{padding:1.5rem;border-radius:var(--h-radius);border:1px solid var(--h-border);background:var(--h-elevated);display:flex;gap:1rem;align-items:flex-start;transition:border-color .3s ease}#hub-root .h-problem-card:hover{border-color:rgba(255,59,74,.2)}#hub-root .h-problem-icon{width:36px;height:36px;border-radius:8px;background:rgba(255,59,74,.08);border:1px solid rgba(255,59,74,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}#hub-root .h-problem-text h4{font-size:.95rem;font-weight:600;margin-bottom:.3rem}#hub-root .h-problem-text p{font-size:.85rem;color:var(--h-muted);line-height:1.5}#hub-root .h-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}#hub-root .h-acronym{display:flex;flex-direction:column;gap:.75rem}#hub-root .h-letter-row{display:flex;align-items:baseline;gap:1rem}#hub-root .h-letter-big{font-family:var(--font-bebas),sans-serif;font-size:4rem;line-height:1;color:var(--h-accent);min-width:50px}#hub-root .h-letter-big.p{color:var(--h-purple-soft)}#hub-root .h-letter-content h3{font-size:1.1rem;margin-bottom:.2rem}#hub-root .h-letter-content p{font-size:.85rem;color:var(--h-muted)}#hub-root .h-method-text h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}#hub-root .h-method-text p{color:var(--h-muted);margin-bottom:1rem;line-height:1.7}#hub-root .h-method-text strong{color:var(--h-text)}#hub-root .h-method-text .c-red{color:var(--h-accent)}#hub-root .h-compare{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--h-border);border-radius:var(--h-radius-lg);overflow:hidden}#hub-root .h-col{padding:2rem;background:var(--h-elevated)}#hub-root .h-col-hl{background:rgba(139,92,246,.05);border-left:1px solid rgba(139,92,246,.2)}#hub-root .h-col-head{display:flex;align-items:center;gap:.5rem;font-family:var(--font-geist-mono),monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--h-border)}#hub-root .h-col-head.muted{color:var(--h-faint)}#hub-root .h-col-head.iarr{color:var(--h-purple-soft)}#hub-root .h-compare-row{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.03);font-size:.9rem}#hub-root .h-compare-row:last-child{border-bottom:none}#hub-root .h-icon-x{color:var(--h-faint);flex-shrink:0;margin-top:1px}#hub-root .h-icon-ok{color:var(--h-green);flex-shrink:0;margin-top:1px}#hub-root .h-compare-row .muted{color:var(--h-muted)}#hub-root .h-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem}#hub-root .h-step{padding:2rem;position:relative;overflow:hidden}#hub-root .h-step:before{content:attr(data-letter);position:absolute;top:-.5rem;right:1rem;font-family:var(--font-bebas),sans-serif;font-size:6rem;color:rgba(139,92,246,.06);line-height:1;pointer-events:none;transition:color .4s ease}#hub-root .h-step:hover:before{color:rgba(139,92,246,.12)}#hub-root .h-step-num{font-family:var(--font-geist-mono),monospace;font-size:.7rem;color:var(--h-accent);letter-spacing:.15em;margin-bottom:.75rem}#hub-root .h-step-letter{font-family:var(--font-bebas),sans-serif;font-size:2.5rem;color:var(--h-purple-soft);line-height:1;margin-bottom:.25rem}#hub-root .h-step-letter.red{color:var(--h-accent)}#hub-root .h-step-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}#hub-root .h-step-sub{font-family:var(--font-geist-mono),monospace;font-size:.7rem;color:var(--h-purple-soft);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}#hub-root .h-step-list{display:flex;flex-direction:column;gap:.5rem}#hub-root .h-step-list li{font-size:.85rem;color:var(--h-muted);display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}#hub-root .h-step-list li:before{content:"•";color:var(--h-accent);flex-shrink:0;margin-top:.1rem}#hub-root .h-obj-list{display:flex;flex-direction:column;gap:1rem}#hub-root .h-obj-item{border-radius:var(--h-radius);border:1px solid var(--h-border);background:var(--h-elevated);overflow:hidden;transition:border-color .3s ease}#hub-root .h-obj-item:hover{border-color:rgba(139,92,246,.2)}#hub-root .h-obj-q{padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;user-select:none}#hub-root .h-obj-q-icon{font-family:var(--font-geist-mono),monospace;font-size:1.4rem;color:var(--h-faint);flex-shrink:0;line-height:1}#hub-root .h-obj-q-text{font-size:.95rem;font-weight:500;flex:1}#hub-root .h-obj-toggle{width:24px;height:24px;border-radius:50%;border:1px solid var(--h-border-hover);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease,border-color .3s ease}#hub-root .h-obj-item.open .h-obj-toggle{transform:rotate(45deg);border-color:var(--h-accent)}#hub-root .h-obj-a{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,1,.36,1)}#hub-root .h-obj-item.open .h-obj-a{max-height:400px}#hub-root .h-obj-a-inner{padding:0 1.5rem 1.5rem;display:flex;gap:.75rem;align-items:flex-start}#hub-root .h-obj-a-check{color:var(--h-green);flex-shrink:0;margin-top:1px}#hub-root .h-obj-a-inner p{font-size:.875rem;color:var(--h-muted);line-height:1.6}#hub-root .h-obj-a-inner strong{color:var(--h-text)}#hub-root .h-cta{position:relative;padding:7rem 0;overflow:hidden;text-align:center}#hub-root .h-cta-content{position:relative;z-index:10}#hub-root .h-cta h2{font-size:clamp(2.5rem,7vw,5rem);margin-bottom:1.5rem}#hub-root .h-cta h2 .c-red{color:var(--h-accent)}#hub-root .h-cta h2 .c-purple{color:var(--h-purple-soft)}#hub-root .h-cta p{font-size:1.1rem;color:var(--h-muted);max-width:540px;margin:0 auto 2.5rem;line-height:1.7}#hub-root .h-cta-btns{gap:1rem;margin-bottom:3rem}#hub-root .h-cta-btns,#hub-root .h-seals{display:flex;flex-wrap:wrap;justify-content:center}#hub-root .h-seals{gap:1.5rem}#hub-root .h-seal{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--h-faint);font-family:var(--font-geist-mono),monospace}#hub-root .h-seal svg{color:var(--h-green)}#hub-root .h-footer{background:var(--h-void);border-top:1px solid var(--h-border);padding:2.5rem 1.5rem;text-align:center}#hub-root .h-footer p{font-family:var(--font-geist-mono),monospace;font-size:.75rem;color:var(--h-faint)}#hub-root .h-footer strong{color:rgba(255,255,255,.4)}#hub-root .h-modal-overlay{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(3,3,4,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;pointer-events:none;transition:opacity .35s ease}#hub-root .h-modal-overlay.open{opacity:1;pointer-events:all}#hub-root .h-modal-box{position:relative;max-width:440px;width:100%;background:var(--h-elevated);border:1px solid rgba(139,92,246,.25);border-radius:var(--h-radius-lg);padding:2.5rem 2rem 2rem;text-align:center;overflow:hidden;transform:translateY(24px) scale(.97);transition:transform .4s cubic-bezier(.22,1,.36,1)}#hub-root .h-modal-overlay.open .h-modal-box{transform:translateY(0) scale(1)}#hub-root .h-modal-glow{position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(139,92,246,.12);filter:blur(80px);left:50%;top:-60px;transform:translateX(-50%);pointer-events:none}#hub-root .h-modal-icon{width:56px;height:56px;border-radius:50%;border:1px solid rgba(139,92,246,.3);background:rgba(139,92,246,.08);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--h-purple-soft)}#hub-root .h-modal-label{display:block;font-family:var(--font-geist-mono),monospace;font-size:.68rem;text-transform:uppercase;letter-spacing:.2em;color:var(--h-purple-soft);margin-bottom:.75rem}#hub-root .h-modal-title{font-size:1.35rem;font-weight:700;color:var(--h-text);margin-bottom:1rem;line-height:1.3}#hub-root .h-modal-desc{font-size:.9rem;color:var(--h-muted);line-height:1.7;margin-bottom:2rem}#hub-root .h-modal-actions{display:flex;flex-direction:column;gap:.75rem}#hub-root .h-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:1px solid var(--h-border);background:transparent;color:var(--h-faint);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,color .2s ease}#hub-root .h-modal-close:hover{border-color:var(--h-border-hover);color:var(--h-text)}@media (max-width:768px){#hub-root .h-method-grid{gap:2.5rem}#hub-root .h-compare,#hub-root .h-method-grid{grid-template-columns:1fr}#hub-root .h-col-hl{border-left:none;border-top:1px solid rgba(139,92,246,.2)}#hub-root .h-stats{gap:1.25rem}}@media (max-width:480px){#hub-root .h-steps-grid{grid-template-columns:1fr}#hub-root .h-navbar .h-btn{display:none}#hub-root .h-btn-hero{padding:1rem 2rem;font-size:1rem}}