.hero-nexus{background:var(--color-bg);width:100%;min-height:100vh;color:var(--color-text);font-family:var(--font-main);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-nexus__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-nexus__canvas{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.hero-nexus__canvas canvas{width:100%;height:100%;display:block}.hero-nexus__overlay{pointer-events:none;background:radial-gradient(#0000 0%,#0000001a 50%,#0000004d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-nexus__content{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex;position:relative}.hero-nexus__stats{opacity:0;gap:2rem;margin-bottom:3rem;animation:1s ease-out .5s forwards fadeInUp;display:flex}@media (max-width:768px){.hero-nexus__stats{gap:1rem;margin-bottom:2rem}}.hero-nexus__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.hero-nexus__stat-value{color:var(--color-primary);text-shadow:0 0 10px #ff99004d;font-size:1.5rem;font-weight:700}@media (max-width:768px){.hero-nexus__stat-value{font-size:1.2rem}}.hero-nexus__stat-label{color:rgba(var(--color-text),.7);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}@media (max-width:768px){.hero-nexus__stat-label{font-size:.65rem}}.hero-nexus__main{width:100%;max-width:800px}.hero-nexus__badge{background:rgba(var(--color-primary),.1);border:1px solid rgba(var(--color-primary),.2);color:var(--color-primary);opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;animation:1s ease-out .2s forwards fadeInUp;display:inline-flex}@media (max-width:768px){.hero-nexus__badge{margin-bottom:1.5rem;font-size:.75rem}}.hero-nexus__pulse{background:var(--color-primary);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 #f90}.hero-nexus__title{opacity:0;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1;animation:1s ease-out .4s forwards fadeInUp}.hero-nexus__gradient-text{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-text-fill-color:#0000;text-shadow:none;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite gradientShift}.hero-nexus__description{color:rgba(var(--color-text),.8);opacity:0;max-width:600px;margin-bottom:3rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;animation:1s ease-out .6s forwards fadeInUp}@media (max-width:768px){.hero-nexus__description{margin-bottom:2rem}}.hero-nexus__actions{opacity:0;justify-content:center;align-items:center;gap:1rem;animation:1s ease-out .8s forwards fadeInUp;display:flex}@media (max-width:768px){.hero-nexus__actions{flex-direction:column;width:100%}}.hero-nexus__cta{background:var(--color-btn-bg);color:var(--color-btn-text);cursor:pointer;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.hero-nexus__cta span{z-index:2;position:relative}.hero-nexus__cta:hover{box-shadow:0 10px 30px rgba(var(--color-primary),.3);transform:translateY(-2px)}.hero-nexus__cta:hover .hero-nexus__cta-glow{opacity:1;transform:scale(1.2)}@media (max-width:768px){.hero-nexus__cta{width:100%;max-width:300px}}.hero-nexus__cta-glow{opacity:0;pointer-events:none;z-index:1;background:radial-gradient(circle,#ff99004d 0%,#0000 70%);width:200%;height:200%;transition:all .3s;position:absolute;top:-50%;left:-50%}.hero-nexus__secondary{color:var(--color-text);border:2px solid rgba(var(--color-text),.2);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:500;transition:all .3s}.hero-nexus__secondary:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:0 5px 20px rgba(var(--color-primary),.2);transform:translateY(-2px)}@media (max-width:768px){.hero-nexus__secondary{width:100%;max-width:300px}}.hero-nexus__particles{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-nexus__particle{background:var(--color-primary);opacity:0;width:2px;height:2px;box-shadow:0 0 6px var(--color-primary);border-radius:50%;animation:5s linear infinite particleFloat;position:absolute}[data-theme=light] .hero-nexus__overlay{background:radial-gradient(#0000 0%,#ffffff1a 50%,#ffffff4d 100%)}[data-theme=light] .hero-nexus__stat-value{text-shadow:0 0 10px #0070f34d}[data-theme=light] .hero-nexus__gradient-text{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}[data-theme=light] .hero-nexus__particle{background:var(--color-primary);box-shadow:0 0 6px var(--color-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ff9900b3}70%{transform:scale(1);box-shadow:0 0 0 10px #f900}to{transform:scale(.95);box-shadow:0 0 #f900}}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes particleFloat{0%{opacity:0;transform:translateY(100vh)translate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-10vh)translate(50px)}}
.ToolsShowcase-module-scss-module__e02BwW__showcaseContainer{width:100%;max-width:none}.ToolsShowcase-module-scss-module__e02BwW__controlsSection{margin-bottom:2.5rem}.ToolsShowcase-module-scss-module__e02BwW__categoryTabs{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:0 1rem;display:flex}.ToolsShowcase-module-scss-module__e02BwW__categoryTab{border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:20px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .2s}.ToolsShowcase-module-scss-module__e02BwW__categoryTab:hover{background-color:var(--color-surface-hover);color:var(--color-text)}.ToolsShowcase-module-scss-module__e02BwW__activeTab{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.ToolsShowcase-module-scss-module__e02BwW__cardWithControls{position:relative}.ToolsShowcase-module-scss-module__e02BwW__cardWithControls:hover .ToolsShowcase-module-scss-module__e02BwW__favoriteToggle{opacity:1}.ToolsShowcase-module-scss-module__e02BwW__favoriteToggle{z-index:10;color:#fff;cursor:pointer;opacity:0;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.ToolsShowcase-module-scss-module__e02BwW__favoriteToggle:hover{background:#0009;transform:scale(1.1)}.ToolsShowcase-module-scss-module__e02BwW__isFavorite{opacity:1;color:#ffc107}.ToolsShowcase-module-scss-module__e02BwW__favoritesSection{margin-bottom:3rem}.ToolsShowcase-module-scss-module__e02BwW__sectionHeading{color:var(--color-text);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-left:.5rem;font-size:1.5rem;font-weight:600;display:flex}.ToolsShowcase-module-scss-module__e02BwW__starIcon{color:#ffc107}.ToolsShowcase-module-scss-module__e02BwW__divider{background-color:var(--color-border);border:0;height:1px;margin:3rem 0}.ToolsShowcase-module-scss-module__e02BwW__noResults{border:1px dashed var(--color-border);background:var(--color-surface);text-align:center;border-radius:12px;padding:4rem 1rem}.ToolsShowcase-module-scss-module__e02BwW__resetButton{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500}@media (max-width:768px){.ToolsShowcase-module-scss-module__e02BwW__favoriteToggle{opacity:1}}
