.hub-page{overflow-x:hidden}.hub-hero{background:var(--background);justify-content:center;align-items:center;min-height:calc(100svh - 3.5rem);display:flex;position:relative;overflow:hidden}.hub-hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hub-orb{will-change:transform;filter:blur(100px);border-radius:50%;position:absolute}.hub-orb-1{background:radial-gradient(circle,#4f46e51a 0%,#0000 70%);width:700px;height:700px;animation:28s ease-in-out infinite hub-float-1;top:-20%;left:-10%}.hub-orb-2{background:radial-gradient(circle,#ec489914 0%,#0000 70%);width:550px;height:550px;animation:24s ease-in-out infinite hub-float-2;bottom:-15%;right:-10%}.hub-orb-3{background:radial-gradient(circle,#10b9810f 0%,#0000 70%);width:450px;height:450px;animation:32s ease-in-out infinite hub-float-3;top:35%;left:55%}[data-theme=dark] .hub-orb-1{background:radial-gradient(circle,#6366f14d 0%,#0000 70%)}[data-theme=dark] .hub-orb-2{background:radial-gradient(circle,#ec489933 0%,#0000 70%)}[data-theme=dark] .hub-orb-3{background:radial-gradient(circle,#10b9811f 0%,#0000 70%)}@keyframes hub-float-1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,50px)scale(1.06)}66%{transform:translate(-40px,70px)scale(.96)}}@keyframes hub-float-2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-60px,-50px)scale(1.1)}}@keyframes hub-float-3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(50px,-40px)scale(1.05)}}.hub-hero-grid{background-image:radial-gradient(circle,#4f46e50a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(55% 55%,#000 20%,#0000 100%);mask-image:radial-gradient(55% 55%,#000 20%,#0000 100%)}[data-theme=dark] .hub-hero-grid{background-image:radial-gradient(circle,#818cf81f 1px,#0000 1px)}.hub-hero-content{width:100%;max-width:76rem;min-height:inherit;flex-direction:column;justify-content:center;align-items:center;gap:4rem;margin:0 auto;padding:4rem 2rem;display:flex;position:relative}.hub-hero-brand{text-align:center;flex-direction:column;align-items:center;gap:0;display:flex}.hub-title{font-family:var(--font-angelos),var(--font-brand),var(--font-display),sans-serif;letter-spacing:0;margin-bottom:1.25rem;padding-right:.4em;font-size:clamp(4rem,12vw,8rem);font-weight:400;line-height:1.2}.hub-tagline{font-family:var(--font-mono),monospace;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:500}[data-theme=dark] .hub-tagline{color:var(--accent-text)}.hub-desc{color:var(--muted);max-width:36rem;margin-bottom:2rem;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.7}.hub-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hub-cta-primary{background:var(--accent);color:#fff;box-shadow:0 2px 16px var(--glow-color-strong);border-radius:9999px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:.875rem;font-weight:600;transition:all .25s;display:inline-flex}.hub-cta-primary:hover{background:var(--accent-hover);box-shadow:0 4px 24px var(--glow-color-strong),0 0 48px var(--glow-color);transform:translateY(-2px)}.hub-cta-icon{width:1rem;height:1rem;transition:transform .25s}.hub-cta-primary:hover .hub-cta-icon{transform:translateY(2px)}.hub-cta-ghost{color:var(--heading);border:1px solid var(--card-border);background:0 0;border-radius:9999px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:.875rem;font-weight:600;transition:all .25s;display:inline-flex}.hub-cta-ghost:hover{border-color:var(--accent);color:var(--accent);box-shadow:0 0 20px var(--glow-color);transform:translateY(-2px)}[data-theme=dark] .hub-cta-ghost:hover{border-color:var(--accent-text);color:var(--accent-text)}.hub-hero-cards{grid-template-columns:1fr;gap:1rem;width:100%;display:grid}@media (min-width:640px){.hub-hero-cards{grid-template-columns:repeat(3,1fr)}}.hub-hero-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.hub-hero-card:hover{border-color:var(--card-hover-border);box-shadow:0 8px 32px var(--shadow-color);transform:translateY(-3px)}.hub-hero-card-icon{border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.hub-hero-card-icon--tools{color:#6366f1;background:#6366f11a}.hub-hero-card-icon--news{color:#ec4899;background:#ec48991a}.hub-hero-card-icon--ai{color:#10b981;background:#10b9811a}[data-theme=dark] .hub-hero-card-icon--tools{color:#a5b4fc;background:#818cf826}[data-theme=dark] .hub-hero-card-icon--news{color:#f9a8d4;background:#f472b626}[data-theme=dark] .hub-hero-card-icon--ai{color:#6ee7b7;background:#34d39926}.hub-hero-card-info{flex:1;min-width:0}.hub-hero-card-name{color:var(--heading);margin-bottom:.125rem;font-size:.875rem;font-weight:600}.hub-hero-card-url{color:var(--muted);font-size:.75rem;font-family:var(--font-mono),monospace}.hub-hero-card-arrow{color:var(--muted);flex-shrink:0}.hub-products{background:var(--section-bg);border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border)}.hub-section-inner{max-width:76rem;margin:0 auto;padding:4rem 1.5rem}@media (min-width:768px){.hub-section-inner{padding:5rem 2rem}}@media (min-width:1024px){.hub-section-inner{padding:6rem 2.5rem}}.hub-products-header,.hub-about-header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.hub-products-header,.hub-about-header{margin-bottom:4rem}}.hub-section-title{font-family:var(--font-display),var(--font-sans),system-ui,sans-serif;color:var(--heading);letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800}.hub-section-subtitle{color:var(--muted);max-width:32rem;margin:0 auto;font-size:1rem;line-height:1.6}.hub-product-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.hub-product-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (min-width:1024px){.hub-product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.hub-product-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1.25rem;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .35s,border-color .3s;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.hub-product-card{padding:2.25rem}}.hub-product-card:before{content:"";opacity:0;pointer-events:none;border-radius:1.25rem;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hub-product-card--tools:before{background:linear-gradient(135deg,#6366f1,#818cf8,#a5b4fc)}.hub-product-card--news:before{background:linear-gradient(135deg,#ec4899,#f472b6,#f9a8d4)}.hub-product-card--services:before{background:linear-gradient(135deg,#10b981,#34d399,#6ee7b7)}.hub-product-card:hover:before{opacity:1}.hub-product-card-glow{opacity:0;pointer-events:none;z-index:-1;border-radius:1.25rem;transition:opacity .4s;position:absolute;inset:-1px}.hub-product-card--tools .hub-product-card-glow{box-shadow:0 0 40px #6366f126,0 0 80px #6366f10d}.hub-product-card--news .hub-product-card-glow{box-shadow:0 0 40px #ec489926,0 0 80px #ec48990d}.hub-product-card--services .hub-product-card-glow{box-shadow:0 0 40px #10b98126,0 0 80px #10b9810d}[data-theme=dark] .hub-product-card--tools .hub-product-card-glow{box-shadow:0 0 50px #6366f140,0 0 100px #6366f114}[data-theme=dark] .hub-product-card--news .hub-product-card-glow{box-shadow:0 0 50px #ec489940,0 0 100px #ec489914}[data-theme=dark] .hub-product-card--services .hub-product-card-glow{box-shadow:0 0 50px #10b98140,0 0 100px #10b98114}.hub-product-card:hover .hub-product-card-glow{opacity:1}.hub-product-card:hover{border-color:#0000;transform:translateY(-6px)}.hub-product-card--tools:hover{box-shadow:0 20px 50px #6366f11a,0 8px 24px var(--shadow-color)}.hub-product-card--news:hover{box-shadow:0 20px 50px #ec48991a,0 8px 24px var(--shadow-color)}.hub-product-card--services:hover{box-shadow:0 20px 50px #10b9811a,0 8px 24px var(--shadow-color)}[data-theme=dark] .hub-product-card--tools:hover{box-shadow:0 20px 50px #6366f133,0 8px 24px #0000004d}[data-theme=dark] .hub-product-card--news:hover{box-shadow:0 20px 50px #ec489933,0 8px 24px #0000004d}[data-theme=dark] .hub-product-card--services:hover{box-shadow:0 20px 50px #10b98133,0 8px 24px #0000004d}.hub-product-icon{border-radius:.875rem;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin-bottom:1.25rem;transition:box-shadow .3s,transform .3s;display:flex}.hub-product-icon--tools{color:#6366f1;background:#6366f114;box-shadow:0 0 16px #6366f114}.hub-product-icon--news{color:#ec4899;background:#ec489914;box-shadow:0 0 16px #ec489914}.hub-product-icon--services{color:#10b981;background:#10b98114;box-shadow:0 0 16px #10b98114}[data-theme=dark] .hub-product-icon--tools{color:#a5b4fc;background:#818cf81f;box-shadow:0 0 20px #818cf826}[data-theme=dark] .hub-product-icon--news{color:#f9a8d4;background:#f472b61f;box-shadow:0 0 20px #f472b626}[data-theme=dark] .hub-product-icon--services{color:#6ee7b7;background:#34d3991f;box-shadow:0 0 20px #34d39926}.hub-product-card:hover .hub-product-icon{transform:scale(1.05)}.hub-product-card--tools:hover .hub-product-icon{box-shadow:0 0 28px #6366f133}.hub-product-card--news:hover .hub-product-icon{box-shadow:0 0 28px #ec489933}.hub-product-card--services:hover .hub-product-icon{box-shadow:0 0 28px #10b98133}.hub-product-badge{font-family:var(--font-mono),monospace;color:var(--muted);background:var(--section-bg);border:1px solid var(--card-border);letter-spacing:.01em;border-radius:.375rem;width:fit-content;margin-bottom:1rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:500;display:inline-block}.hub-product-badge--accent{color:#10b981;background:#10b9810f;border-color:#10b98126}[data-theme=dark] .hub-product-badge--accent{color:#6ee7b7;background:#34d39914;border-color:#34d39933}.hub-product-name{font-family:var(--font-display),var(--font-sans),system-ui,sans-serif;color:var(--heading);letter-spacing:-.02em;margin-bottom:.625rem;font-size:1.375rem;font-weight:700}.hub-product-desc{color:var(--muted);margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.hub-product-features{flex-direction:column;flex:1;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.hub-product-features li{color:var(--subtext);align-items:center;gap:.625rem;font-size:.8125rem;display:flex}.hub-feature-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.hub-feature-dot--tools{background:#6366f1}.hub-feature-dot--news{background:#ec4899}.hub-feature-dot--services{background:#10b981}[data-theme=dark] .hub-feature-dot--tools{background:#a5b4fc}[data-theme=dark] .hub-feature-dot--news{background:#f9a8d4}[data-theme=dark] .hub-feature-dot--services{background:#6ee7b7}.hub-product-cta{align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:gap .25s;display:inline-flex}.hub-product-cta--tools{color:#6366f1}.hub-product-cta--news{color:#ec4899}.hub-product-cta--services{color:#10b981}[data-theme=dark] .hub-product-cta--tools{color:#a5b4fc}[data-theme=dark] .hub-product-cta--news{color:#f9a8d4}[data-theme=dark] .hub-product-cta--services{color:#6ee7b7}.hub-product-card:hover .hub-product-cta{gap:.75rem}.hub-stats{background:var(--background);border-bottom:1px solid var(--card-border)}.hub-stats .hub-section-inner{padding-top:3rem;padding-bottom:3rem}.hub-stats-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.hub-stat{text-align:center;flex:1;min-width:120px;padding:1rem 2rem}@media (max-width:639px){.hub-stats-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.hub-stat-divider{display:none}.hub-stat{padding:1.25rem 1rem}}.hub-stat-divider{background:var(--card-border);flex-shrink:0;width:1px;height:3rem}.hub-stat-number{font-family:var(--font-display),var(--font-sans),system-ui,sans-serif;letter-spacing:-.03em;color:var(--accent);margin-bottom:.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.1;display:block}[data-theme=dark] .hub-stat-number{color:var(--accent-text)}.hub-stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600;display:block}.hub-about{background:var(--section-bg);border-bottom:1px solid var(--card-border)}.hub-values-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:768px){.hub-values-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.hub-value-card{text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:1.25rem;padding:2.5rem 2rem;transition:border-color .25s,box-shadow .35s,transform .25s}.hub-value-card:hover{border-color:var(--card-hover-border);box-shadow:0 0 24px var(--glow-color),0 12px 32px var(--shadow-color);transform:translateY(-4px)}.hub-value-icon-wrap{background:var(--accent-light);width:3.25rem;height:3.25rem;color:var(--accent);box-shadow:0 0 16px var(--glow-color);border-radius:.875rem;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:box-shadow .3s;display:inline-flex}[data-theme=dark] .hub-value-icon-wrap{color:var(--accent-text)}.hub-value-card:hover .hub-value-icon-wrap{box-shadow:0 0 28px var(--glow-color-strong)}.hub-value-title{font-family:var(--font-display),var(--font-sans),system-ui,sans-serif;color:var(--heading);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.hub-value-desc{color:var(--muted);max-width:22rem;margin:0 auto;font-size:.875rem;line-height:1.7}.hub-cta-section{background:var(--background)}.hub-cta-section .hub-section-inner{padding-top:4rem;padding-bottom:4rem}@media (min-width:768px){.hub-cta-section .hub-section-inner{padding-top:5rem;padding-bottom:5rem}}.hub-cta-box{text-align:center;border-radius:1.5rem;padding:3.5rem 2rem;position:relative;overflow:hidden}@media (min-width:768px){.hub-cta-box{padding:4.5rem 3rem}}.hub-cta-bg{border:1px solid var(--card-border);background:linear-gradient(135deg,#4f46e50f 0%,#ec48990a 50%,#10b9810a 100%);border-radius:1.5rem;position:absolute;inset:0}[data-theme=dark] .hub-cta-bg{background:linear-gradient(135deg,#6366f11a 0%,#ec48990f 50%,#10b9810f 100%)}.hub-cta-content{position:relative}.hub-cta-title{font-family:var(--font-display),var(--font-sans),system-ui,sans-serif;color:var(--heading);letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800}.hub-cta-desc{color:var(--muted);max-width:28rem;margin-bottom:2.25rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.7}@media (min-width:768px){.hub-cta-desc{font-size:1.0625rem}}.hub-cta-buttons{flex-direction:column;align-items:center;gap:.75rem;display:flex}@media (min-width:480px){.hub-cta-buttons{flex-direction:row;justify-content:center;gap:1rem}}@media (prefers-reduced-motion:reduce){.hub-orb{animation:none!important}.hub-product-card:hover,.hub-value-card:hover,.hub-cta-primary:hover,.hub-cta-ghost:hover,.hub-hero-card:hover,.hub-product-card:hover .hub-product-icon{transform:none}}@media (max-width:768px){.hub-orb{display:none!important}.hub-hero-grid{display:none}.hub-product-card:hover{transform:none}.hub-product-card:before{display:none}.hub-product-card:hover .hub-product-card-glow{opacity:0}.hub-value-card:hover{transform:none}}
