.orb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3c3c3cf2;z-index:20;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;touch-action:pan-y}.orb-overlay.active{opacity:1;pointer-events:auto}.glowing-orb{width:80vw;height:80vw;max-width:480px;max-height:480px;background:radial-gradient(circle at 60% 40%,#ffcccb,#ffb6b9,#ffd3b6,#ffaaa5,#e0f7fa,#b2ebf2,#80deea);border-radius:50%;box-shadow:0 0 40px 20px #ff6b6bb3,0 0 80px 40px #ff6b6b80,0 0 120px 60px #ffd6a54d;animation:orbPulse 2s infinite alternate;position:relative}@keyframes orbPulse{0%{box-shadow:0 0 40px 20px #ff6b6bb3,0 0 80px 40px #ff6b6b80,0 0 120px 60px #ffd6a54d;opacity:1}to{box-shadow:0 0 60px 30px #ff6b6bcc,0 0 120px 60px #ff6b6b99,0 0 180px 90px #ffd6a566;opacity:.95}}.mic-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:21}.mic-icon-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:0}.mic-icon{width:80px;height:80px;filter:drop-shadow(0 0 10px #55d636);transition:filter .3s}.disconnect-label{color:#000;font-size:1.2rem;font-weight:300;margin-top:12px;display:block;text-align:center;background:none;box-shadow:none;padding:0;border-radius:0}
