.hero-mock-wrapper{width:100%;max-width:100%;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif;position:relative}.phase-indicator{justify-content:center;gap:.75rem;margin-bottom:1rem;display:flex}.phase-step{align-items:center;gap:.5rem;display:flex}.phase-dot{border-radius:9999px;width:.5rem;height:.5rem}.phase-dot.active{background-color:#0d6efd}.phase-dot.inactive{background-color:#6c757d}.phase-label{color:#212529;font-size:.75rem;font-weight:600}.mock-window{background-color:#1a1d21;border:1px solid #ffffff1a;border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.window-header{background-color:#21252980;border-bottom:1px solid #ffffff1a;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.window-controls{gap:.375rem;display:flex}.control-dot{border-radius:9999px;width:.75rem;height:.75rem}.window-title{text-align:center;color:#adb5bd;flex:1;font-size:.75rem;font-weight:500}.avatars-stack{margin-left:-.5rem;display:flex}.avatar-wrapper{border:2px solid #1a1d21;border-radius:9999px;width:1.5rem;height:1.5rem;overflow:hidden}.avatar-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.app-container{height:480px;display:flex}.sidebar{background-color:#0f1114;flex-direction:column;align-items:center;gap:.75rem;width:3.5rem;padding-top:1rem;display:flex}.sidebar-icon{border-radius:.75rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.main-chat{background-color:#212529;flex-direction:column;flex:1;display:flex;position:relative}.chat-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.chat-messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow:hidden}.message-row{gap:.5rem;display:flex}.message-avatar{border-radius:9999px;flex-shrink:0;width:2rem;height:2rem;overflow:hidden}.message-content{flex:1;min-width:0}.message-user{color:#fff;font-size:.75rem;font-weight:500}.message-text{color:#adb5bd;font-size:.875rem}.ai-message{gap:.5rem;display:flex}.ai-avatar{background-color:#0d6efd;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.ai-bubble{background-color:#0d6efd1a;border:1px solid #0d6efd4d;border-radius:.5rem;flex:1;padding:.75rem}.chat-input{border-top:1px solid #ffffff1a;padding:.75rem}.input-box{background-color:#21252980;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.private-panel{background:linear-gradient(#0d6efd0d,#0000);border-left:1px solid #0d6efd4d;flex-direction:column;display:flex;overflow:hidden}.private-header{background-color:#0d6efd0d;border-bottom:1px solid #0d6efd33;padding:.75rem}.send-ai-btn{color:#fff;cursor:pointer;background-color:#0d6efd;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;display:flex}.glow-bg{filter:blur(64px);z-index:-10;background:radial-gradient(circle,#0d6efd0f 0%,#0000 70%);border-radius:9999px;width:700px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.voice-orb-wrapper{background:radial-gradient(circle,#0d6efd1a 0%,#0000 70%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:350px;display:flex;position:relative}.orb-container{cursor:pointer;z-index:10;justify-content:center;align-items:center;width:120px;height:120px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.orb-container:hover{transform:scale(1.05)}.orb-container:active{transform:scale(.95)}.orb-core{z-index:2;background:linear-gradient(135deg,#0d6efd,#6610f2);border-radius:50%;width:80px;height:80px;transition:all .5s;position:absolute;box-shadow:0 0 20px #0d6efd80}.orb-core.listening{background:linear-gradient(135deg,#dc3545,#f05);animation:1.5s ease-in-out infinite breath-fast;box-shadow:0 0 30px #dc354599}.orb-core.thinking{background:linear-gradient(135deg,#0dcaf0,#0d6efd);transform:scale(.9);box-shadow:0 0 40px #0dcaf099}.orb-core.speaking{background:linear-gradient(135deg,#6610f2,#d63384);animation:1s infinite pulse-speak;box-shadow:0 0 40px #6610f299}.orb-glow{filter:blur(10px);z-index:1;background:#0d6efd33;border-radius:50%;width:100%;height:100%;transition:all .5s;position:absolute}.orb-glow.listening{background:#dc35454d;transform:scale(1.5)}.orb-ring-spin{z-index:3;border:2px solid #0dcaf0;border-color:#0dcaf0 #0dcaf0 #0000 #0000;border-radius:50%;width:110px;height:110px;animation:1s linear infinite spin;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes breath-fast{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes pulse-speak{0%{box-shadow:0 0 20px #6610f266}50%{box-shadow:0 0 50px #6610f2cc}to{box-shadow:0 0 20px #6610f266}}.orb-icon{z-index:5;color:#fff;filter:drop-shadow(0 2px 4px #0003);position:relative}.waveform-animation{align-items:center;gap:3px;height:20px;display:flex}.waveform-animation span{background:#fff;border-radius:99px;width:3px;animation:.8s ease-in-out infinite sound-wave}.waveform-animation span:first-child{height:10px;animation-delay:.1s}.waveform-animation span:nth-child(2){height:16px;animation-delay:.2s}.waveform-animation span:nth-child(3){height:20px;animation-delay:.3s}.waveform-animation span:nth-child(4){height:16px;animation-delay:.4s}.waveform-animation span:nth-child(5){height:10px;animation-delay:.5s}@keyframes sound-wave{0%,to{opacity:.5;height:4px}50%{opacity:1;height:100%}}.voice-status-text{text-align:center;width:80%;height:40px;margin-top:20px;font-family:Inter,sans-serif;font-size:.9rem}.response-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:8px 16px;font-size:.85rem;display:inline-block;box-shadow:0 10px 30px #0000001a}.particles-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.particle{opacity:.3;background:#fff;border-radius:50%;width:4px;height:4px;animation:6s linear infinite float-particle;position:absolute}.particle.p-0{animation-delay:0s;top:20%;left:20%}.particle.p-1{animation-delay:1s;top:80%;left:80%}.particle.p-2{animation-delay:2s;top:30%;right:20%}.particle.p-3{animation-style:scale(1.5);animation-delay:3s;bottom:20%;left:40%}.particle.p-4{animation-duration:8s;top:50%;left:50%}@keyframes float-particle{0%{opacity:0;transform:translateY(0)translate(0)}50%{opacity:.5}to{opacity:0;transform:translateY(-50px)translate(20px)}}
