.hero-logo-wrap{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:40px;display:flex;position:relative}.hero-logo-wrap img{object-fit:contain;z-index:2;border-radius:50%;width:100%;height:100%;position:relative}.hero-logo-wrap.static img{filter:drop-shadow(0 4px 20px #8b5cf626)}.hero-logo-wrap.active img{filter:drop-shadow(0 0 20px #8b5cf659)drop-shadow(0 0 40px #ff6ec733);animation:3s ease-in-out infinite logo-breathe}.hero-logo-wrap.active:before{content:"";z-index:0;background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite glow-ring-outer;position:absolute;inset:-16px}.hero-logo-wrap.active:after{content:"";z-index:1;border:1px solid #f6c45314;border-radius:50%;animation:3s ease-in-out .3s infinite glow-ring-inner;position:absolute;inset:-8px}@keyframes logo-breathe{0%,to{filter:drop-shadow(0 0 20px #8b5cf659)drop-shadow(0 0 40px #ff6ec733);transform:scale(1)}50%{filter:drop-shadow(0 0 30px #8b5cf680)drop-shadow(0 0 60px #ff6ec74d)drop-shadow(0 0 80px #f6c45326);transform:scale(1.04)}}@keyframes glow-ring-outer{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes glow-ring-inner{0%,to{opacity:.3;border-color:#f6c45314;transform:scale(1)}50%{opacity:.6;border-color:#f6c45333;transform:scale(1.08)}}.discord-dev-hero{text-align:center;z-index:10;flex-direction:column;align-items:center;margin-bottom:100px;display:flex;position:relative}.dev-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:10px;margin-bottom:32px;padding:8px 18px;font-size:.85rem;font-weight:500;display:inline-flex;box-shadow:0 4px 20px #0003}.dev-icon{font-size:1.1rem}.dev-heading{font-family:var(--font-heading);letter-spacing:-.03em;color:#fff;max-width:800px;margin-bottom:48px;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.15}.dev-heading .gradient-text{background:linear-gradient(135deg,var(--yellow),var(--pink),var(--violet));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.dev-status-box{-webkit-backdrop-filter:blur(24px);text-align:left;background:#0f0f1399;border:1px solid #ffffff0f;border-radius:16px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff0d}.dev-status-header{background:#ffffff05;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.dev-dots{gap:6px;display:flex}.dev-dot{opacity:.7;border-radius:50%;width:10px;height:10px}.dev-dot.red{background:#ff5f56}.dev-dot.yellow{background:#ffbd2e}.dev-dot.green{background:#27c93f}.dev-status-label{color:#fff6;letter-spacing:.05em;text-transform:uppercase;font-family:monospace;font-size:.75rem}.dev-status-body{justify-content:space-between;align-items:center;padding:24px;display:flex}.sync-indicator{align-items:center;gap:12px;display:flex}.sync-pulse{background:var(--yellow);width:10px;height:10px;box-shadow:0 0 12px var(--yellow);border-radius:50%;animation:1.5s ease-in-out infinite pulse-sync}@keyframes pulse-sync{0%{box-shadow:0 0 #f6c45366}70%{box-shadow:0 0 0 10px #f6c45300}to{box-shadow:0 0 #f6c45300}}.sync-text{color:var(--text-primary);letter-spacing:.02em;font-size:.95rem;font-weight:500}.audio-bars{align-items:flex-end;gap:4px;height:24px;display:flex}.bar{background:var(--violet);border-radius:2px;width:4px;animation:1s ease-in-out infinite alternate eq-bounce}.b1{background:var(--pink);height:12px;animation-delay:.1s}.b2{background:var(--violet);height:24px;animation-delay:.3s}.b3{background:var(--purple-glow);height:16px;animation-delay:.2s}.b4{background:var(--violet);height:8px;animation-delay:.4s}.b5{background:#fff6;height:18px;animation-delay:0s}@keyframes eq-bounce{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}
