.voice-room-screen{background:#080814;color:#fff;display:flex;flex-direction:column;overflow:hidden}@keyframes vr-aurora-float{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(15px,-8px) scale(1.05)}66%{transform:translate(-10px,12px) scale(.95)}}@keyframes vr-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes vr-twinkle{0%,100%{opacity:.15;transform:scale(1)}50%{opacity:1;transform:scale(1.6)}}@keyframes vr-live-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.5)}}@keyframes vr-ring-expand{0%{transform:translate(-50%,-50%) scale(.65);opacity:1}100%{transform:translate(-50%,-50%) scale(1.1);opacity:0}}@keyframes vr-typing-bounce{0%,100%,60%{transform:translateY(0);opacity:.35}30%{transform:translateY(-5px);opacity:1}}@keyframes vr-msg-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tts-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.vr-sheet-mask{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:flex-end}.vr-sheet{width:100%;background:#14102a;border-radius:22px 22px 0 0;border-top:1px solid rgba(255,255,255,.07);padding-bottom:env(safe-area-inset-bottom,0);animation:.25s cubic-bezier(.32,.72,0,1) vr-sheet-up}@keyframes vr-sheet-up{from{transform:translateY(100%)}to{transform:translateY(0)}}.vr-sheet-handle{width:36px;height:4px;border-radius:2px;background:rgba(255,255,255,.15);margin:10px auto 0}.vr-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px}.vr-sheet-title{font-size:17px;font-weight:700;color:#fff}.vr-sheet-body{padding:4px 18px 0}.vr-sheet-footer{padding:16px 18px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.vr-confirm-mask{position:fixed;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(6px);z-index:300;display:flex;align-items:center;justify-content:center;padding:20px}.vr-confirm-dialog{width:100%;max-width:300px;background:#1a1035;border-radius:22px;border:1px solid rgba(255,255,255,.08);padding:28px 24px 20px;display:flex;flex-direction:column;align-items:center;gap:10px;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:.18s ease-out vr-msg-in}.vr-confirm-icon{width:56px;height:56px;border-radius:50%;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.25);display:flex;align-items:center;justify-content:center;font-size:22px;color:#f87171;margin-bottom:4px}.vr-confirm-title{font-size:17px;font-weight:700;color:#fff}.vr-confirm-desc{font-size:13px;color:rgba(255,255,255,.45);text-align:center;line-height:1.6}.vr-confirm-actions{display:flex;gap:10px;width:100%;margin-top:8px}.vr-confirm-btn-cancel{flex:1;height:44px;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:rgba(255,255,255,.6);font-size:15px;cursor:pointer;transition:background .15s}.vr-confirm-btn-cancel:active{background:rgba(255,255,255,.12)}.vr-confirm-btn-ok{flex:1;height:44px;border-radius:22px;border:none;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 2px 12px rgba(220,38,38,.4);transition:opacity .15s}.vr-confirm-btn-ok:active{opacity:.85}.vr-list-page{display:flex;flex-direction:column;height:100%;background:#080814}.vr-list-hero{position:relative;padding:0 16px 20px;padding-top:calc(var(--safe-area-top,0px) + 0px);background:linear-gradient(160deg,#1e0a4a 0,#0e082a 55%,#080814 100%);overflow:hidden;flex-shrink:0}.vr-list-hero::before{content:'';position:absolute;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.35) 0,transparent 65%);top:-90px;right:-60px;animation:7s ease-in-out infinite vr-aurora-float;pointer-events:none}.vr-list-hero::after{content:'';position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(236,72,153,.25) 0,transparent 65%);bottom:-50px;left:10px;animation:9s ease-in-out infinite reverse vr-aurora-float;pointer-events:none}.vr-list-header{display:flex;align-items:center;padding:12px 0;position:relative;z-index:1}.vr-list-header .back-btn{color:rgba(255,255,255,.75);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.08);cursor:pointer;font-size:14px;flex-shrink:0}.vr-list-hero-content{position:relative;z-index:1;padding-left:2px}.vr-list-hero-title{font-size:24px;font-weight:800;background:linear-gradient(135deg,#c4b5fd 0,#f0abfc 50%,#93c5fd 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px;margin-bottom:5px;line-height:1.2}.vr-list-hero-sub{font-size:13px;color:rgba(255,255,255,.38);line-height:1.5}.vr-list-body{flex:1;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch}.vr-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;gap:12px}.vr-list-empty-icon{width:84px;height:84px;border-radius:50%;background:linear-gradient(135deg,rgba(124,58,237,.2),rgba(168,85,247,.08));border:1px solid rgba(124,58,237,.25);display:flex;align-items:center;justify-content:center;font-size:34px;color:#a78bfa;margin-bottom:6px;box-shadow:0 0 40px rgba(124,58,237,.2),inset 0 0 30px rgba(124,58,237,.05);animation:3s ease-in-out infinite vr-float}.vr-list-empty-text{font-size:18px;font-weight:700;color:rgba(255,255,255,.85)}.vr-list-empty-sub{font-size:14px;color:rgba(255,255,255,.38);text-align:center;line-height:1.7}.vr-room-cards{display:flex;flex-direction:column;gap:12px}.vr-room-card{background:linear-gradient(135deg,rgba(124,58,237,.13) 0,rgba(255,255,255,.04) 100%);border:1px solid rgba(124,58,237,.18);border-radius:18px;padding:14px 14px 14px 18px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:.2s;position:relative;overflow:hidden}.vr-room-card::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:3px;background:linear-gradient(180deg,#7c3aed,#ec4899);border-radius:0 3px 3px 0}.vr-room-card:active{background:linear-gradient(135deg,rgba(124,58,237,.22) 0,rgba(255,255,255,.07) 100%);transform:scale(.985)}.vr-room-card-avatars{display:flex;flex-shrink:0}.vr-room-card-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#ec4899);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;border:2.5px solid #080814;position:relative;box-shadow:0 2px 10px rgba(124,58,237,.35)}.vr-room-card-info{flex:1;min-width:0}.vr-room-card-name{font-size:15px;font-weight:700;color:#fff;margin-bottom:4px}.vr-room-card-members{font-size:12px;color:rgba(255,255,255,.4);margin-bottom:4px}.vr-room-card-last{font-size:12px;color:rgba(255,255,255,.28);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr-room-card-action{font-size:14px;color:rgba(124,58,237,.5);flex-shrink:0}.vr-list-footer{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));background:linear-gradient(0deg,#080814 0,rgba(8,8,20,0) 100%)}.vr-setup-page{display:flex;flex-direction:column;height:100%;background:#080814}.vr-setup-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;padding-top:calc(12px + var(--safe-area-top,0px));background:rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(10px)}.vr-setup-header .back-btn{color:rgba(255,255,255,.75);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.08);cursor:pointer;font-size:14px;transition:background .2s}.vr-setup-header .back-btn:active{background:rgba(255,255,255,.14)}.vr-setup-title{font-size:17px;font-weight:700;color:#fff;letter-spacing:.5px}.vr-setup-body{flex:1;overflow-y:auto;padding:24px 20px}.vr-setup-section{margin-bottom:28px}.vr-section-label{font-size:12px;font-weight:600;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.vr-label-hint{font-size:12px;font-weight:400;color:rgba(255,255,255,.28);text-transform:none;letter-spacing:0}.vr-room-name-input{width:100%;background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.1);border-radius:14px;color:#fff;font-size:16px;padding:14px 18px;box-sizing:border-box;outline:0;transition:.2s}.vr-room-name-input::placeholder{color:rgba(255,255,255,.2)}.vr-room-name-input:focus{border-color:rgba(124,58,237,.7);background:rgba(124,58,237,.07);box-shadow:0 0 0 3px rgba(124,58,237,.12)}.vr-empty-contacts{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 0;color:rgba(255,255,255,.3);font-size:14px}.vr-empty-contacts i{font-size:28px}.vr-contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.vr-contact-card{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;padding:10px 4px;border-radius:14px;background:rgba(255,255,255,.04);border:1.5px solid transparent;transition:.2s;position:relative}.vr-contact-card:active{transform:scale(.94)}.vr-contact-card.vr-contact-selected{border-color:#a78bfa;background:rgba(167,139,250,.12)}.vr-contact-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff;position:relative;flex-shrink:0}.vr-contact-avatar img{width:100%;height:100%;object-fit:cover}.vr-contact-check{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a855f7);display:flex;align-items:center;justify-content:center;font-size:9px;color:#fff;border:2px solid #080814}.vr-contact-name{font-size:11px;color:rgba(255,255,255,.65);text-align:center;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr-selected-preview{padding:12px 16px;background:rgba(124,58,237,.1);border-radius:12px;border:1px solid rgba(124,58,237,.2);font-size:13px;color:rgba(255,255,255,.75);line-height:1.5}.vr-selected-label{color:#a78bfa;font-weight:600}.vr-setup-footer{padding:16px 20px;padding-bottom:calc(16px + var(--safe-area-bottom,0px));background:rgba(0,0,0,.2);border-top:1px solid rgba(255,255,255,.05)}.vr-enter-btn{width:100%;padding:16px;border-radius:16px;border:none;background:linear-gradient(135deg,#7c3aed 0,#a855f7 50%,#ec4899 100%);color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 24px rgba(124,58,237,.5);transition:.2s}.vr-enter-btn:active{transform:scale(.98);box-shadow:0 2px 12px rgba(124,58,237,.3)}.vr-enter-btn.vr-enter-btn-disabled{background:rgba(255,255,255,.08);box-shadow:none;cursor:not-allowed;color:rgba(255,255,255,.25)}.vr-room-page{display:flex;flex-direction:column;height:100%;background:#080814;position:relative}.vr-room-banner{position:relative;padding-top:var(--safe-area-top,0);overflow:hidden;flex-shrink:0;background:linear-gradient(180deg,#1e0a4a 0,#120630 70%,rgba(8,8,20,0) 100%)}.vr-room-banner-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.vr-room-banner-bg::before{content:'';position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.45) 0,transparent 65%);top:-90px;right:-50px;animation:7s ease-in-out infinite vr-aurora-float}.vr-room-banner-bg::after{content:'';position:absolute;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(236,72,153,.3) 0,transparent 65%);top:-50px;left:-30px;animation:9s ease-in-out infinite reverse vr-aurora-float}.vr-banner-star{position:absolute;border-radius:50%;background:#fff;animation:3s ease-in-out infinite vr-twinkle}.vr-banner-star.s1{width:2px;height:2px;top:20%;left:15%;animation-delay:0s}.vr-banner-star.s2{width:3px;height:3px;top:45%;left:36%;animation-delay:.8s}.vr-banner-star.s3{width:2px;height:2px;top:18%;left:58%;animation-delay:1.5s}.vr-banner-star.s4{width:3px;height:3px;top:55%;left:74%;animation-delay:.4s}.vr-banner-star.s5{width:2px;height:2px;top:28%;left:90%;animation-delay:2s}.vr-room-banner-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:12px 14px}.vr-back-btn{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.85);border-radius:20px;padding:7px 13px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:.2s}.vr-back-btn:active{background:rgba(255,255,255,.18)}.vr-dissolve-btn{background:rgba(239,68,68,.14);backdrop-filter:blur(8px);border:1px solid rgba(239,68,68,.28);color:#fca5a5;border-radius:20px;padding:7px 13px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:.2s}.vr-dissolve-btn:active{background:rgba(239,68,68,.26)}.vr-room-title{display:flex;flex-direction:column;align-items:center;gap:5px}.vr-room-title-main{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:#fff;text-shadow:0 0 20px rgba(167,139,250,.7)}.vr-room-title-icon{font-size:12px;color:#a78bfa}.vr-live-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:10px;padding:2px 8px;font-size:10px;font-weight:700;letter-spacing:.8px;color:#fff;box-shadow:0 2px 8px rgba(220,38,38,.4)}.vr-live-dot{width:5px;height:5px;border-radius:50%;background:#fff;animation:1.2s ease-in-out infinite vr-live-pulse}.vr-mic-stage{background:linear-gradient(180deg,rgba(18,6,48,.95) 0,rgba(10,8,25,.6) 100%);padding:12px 16px 16px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.05);position:relative}.vr-mic-stage::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(167,139,250,.5),rgba(236,72,153,.4),transparent)}.vr-mic-stage-label{font-size:11px;color:rgba(255,255,255,.35);letter-spacing:1px;text-transform:uppercase;margin-bottom:14px;display:flex;align-items:center;gap:6px}.vr-stage-count{font-size:11px;color:rgba(255,255,255,.28);margin-left:4px;font-weight:400}.vr-mic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 6px}.vr-mic-seat{display:flex;flex-direction:column;align-items:center;gap:5px;position:relative;width:64px}.vr-speaking-ring{position:absolute;top:26px;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.vr-ring{position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:1.5s ease-out infinite vr-ring-expand}.vr-ring.r1{width:60px;height:60px;animation-delay:0s;border:2px solid rgba(167,139,250,.9)}.vr-ring.r2{width:76px;height:76px;animation-delay:.45s;border:2px solid rgba(236,72,153,.55)}.vr-ring.r3{width:92px;height:92px;animation-delay:.9s;border:1.5px solid rgba(167,139,250,.25)}.vr-seat-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#4c1d95,#6d28d9);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.1);transition:.3s;position:relative;z-index:1}.vr-mic-speaking .vr-seat-avatar{border-color:rgba(167,139,250,.9);box-shadow:0 0 0 2px rgba(124,58,237,.4),0 0 22px rgba(124,58,237,.55)}.vr-seat-avatar img{width:100%;height:100%;object-fit:cover}.vr-mic-seat-user .vr-seat-avatar{background:linear-gradient(135deg,#0e7490,#06b6d4);border-color:rgba(6,182,212,.4);box-shadow:0 0 12px rgba(6,182,212,.2)}.vr-seat-mic-icon{position:absolute;bottom:22px;right:4px;width:17px;height:17px;border-radius:50%;background:rgba(12,12,28,.95);border:1.5px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;font-size:7px;color:rgba(255,255,255,.32);z-index:2}.vr-seat-mic-icon.vr-seat-mic-active{background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:transparent;color:#fff;box-shadow:0 0 8px rgba(124,58,237,.7)}.vr-mic-seat-user .vr-seat-mic-icon.vr-seat-mic-active{background:linear-gradient(135deg,#0891b2,#06b6d4);box-shadow:0 0 8px rgba(6,182,212,.6)}.vr-seat-name{font-size:11px;color:rgba(255,255,255,.58);text-align:center;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:1px}.vr-speaking-tag{background:linear-gradient(90deg,rgba(124,58,237,.9),rgba(168,85,247,.9));backdrop-filter:blur(8px);border-radius:20px;padding:2px 8px;font-size:10px;color:#fff;display:flex;align-items:center;gap:3px;white-space:nowrap;box-shadow:0 2px 8px rgba(124,58,237,.4)}.vr-seat-voice-badge{position:absolute;bottom:22px;left:4px;width:17px;height:17px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#ec4899);display:flex;align-items:center;justify-content:center;font-size:7px;color:#fff;border:1.5px solid #080814;z-index:2;pointer-events:none}.vr-mic-empty .vr-seat-add{width:52px;height:52px;border-radius:50%;border:1.5px dashed rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;font-size:18px;color:rgba(255,255,255,.18);cursor:pointer;transition:.2s;background:rgba(255,255,255,.02)}.vr-mic-empty .vr-seat-add:active{border-color:#a78bfa;color:#a78bfa;background:rgba(124,58,237,.1);box-shadow:0 0 14px rgba(124,58,237,.2)}.vr-seat-name-empty{color:rgba(255,255,255,.18)!important;font-size:10px!important}.vr-messages{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px;background:linear-gradient(180deg,rgba(12,8,28,.5) 0,rgba(8,8,20,.9) 100%);-webkit-overflow-scrolling:touch}.vr-messages::-webkit-scrollbar{width:2px}.vr-messages::-webkit-scrollbar-thumb{background:rgba(124,58,237,.3);border-radius:2px}.vr-msg-item{display:flex;align-items:flex-end;gap:8px;max-width:88%;animation:.22s ease-out vr-msg-in}.vr-msg-item.vr-msg-self{align-self:flex-end;flex-direction:row-reverse}.vr-msg-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#4c1d95,#6d28d9);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0;border:1.5px solid rgba(255,255,255,.07)}.vr-msg-avatar img{width:100%;height:100%;object-fit:cover}.vr-msg-bubble-wrap{display:flex;flex-direction:column;gap:3px}.vr-msg-bubble-wrap-self{align-items:flex-end}.vr-msg-name-row{display:flex;align-items:baseline;gap:6px;padding:0 6px}.vr-msg-name-row-self{justify-content:flex-end}.vr-msg-name{font-size:11px;color:rgba(167,139,250,.65);font-weight:500}.vr-msg-time{font-size:10px;color:rgba(255,255,255,.22)}.vr-msg-bubble{padding:9px 14px;border-radius:16px;font-size:14px;line-height:1.55;word-break:break-word;max-width:240px}.vr-msg-bubble-ai{background:rgba(255,255,255,.08);color:rgba(255,255,255,.92);border-top-left-radius:4px;border:1px solid rgba(255,255,255,.06);backdrop-filter:blur(4px)}.vr-msg-bubble-user{background:linear-gradient(135deg,#7c3aed 0,#a855f7 55%,#ec4899 100%);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 14px rgba(124,58,237,.35)}.vr-typing-indicator{display:flex;align-items:center;gap:8px;padding:7px 14px;align-self:flex-start;background:rgba(255,255,255,.07);border-radius:4px 16px 16px;border:1px solid rgba(255,255,255,.05)}.vr-typing-dots{display:flex;align-items:center;gap:4px}.vr-typing-dot{width:6px;height:6px;border-radius:50%;background:rgba(167,139,250,.7);animation:1.2s ease-in-out infinite vr-typing-bounce}.vr-typing-dot.d1{animation-delay:0s}.vr-typing-dot.d2{animation-delay:.18s}.vr-typing-dot.d3{animation-delay:.36s}.vr-typing-name{font-size:12px;color:rgba(167,139,250,.75);font-weight:500;white-space:nowrap}.vr-input-area{background:rgba(8,8,20,.97);border-top:1px solid rgba(255,255,255,.05);padding:10px 14px;padding-bottom:calc(10px + var(--safe-area-bottom,0px));flex-shrink:0;backdrop-filter:blur(16px)}.vr-input-stt-hint{font-size:11px;color:rgba(255,255,255,.18);display:flex;align-items:center;gap:4px;margin-bottom:8px}.vr-input-row{display:flex;align-items:center;gap:8px}.vr-text-input{flex:1;background:rgba(255,255,255,.07);border:1.5px solid rgba(255,255,255,.08);border-radius:22px;color:#fff;font-size:15px;padding:10px 18px;outline:0;transition:.2s}.vr-text-input::placeholder{color:rgba(255,255,255,.22)}.vr-text-input:focus{border-color:rgba(124,58,237,.5);background:rgba(124,58,237,.06);box-shadow:0 0 0 3px rgba(124,58,237,.1)}.vr-text-input:disabled{opacity:.45}.vr-send-btn{width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.07);color:rgba(255,255,255,.28);font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;flex-shrink:0}.vr-send-btn.vr-send-btn-active{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;box-shadow:0 2px 14px rgba(124,58,237,.55)}.vr-send-btn:active.vr-send-btn-active{transform:scale(.9)}.vr-setup-tip{margin-top:16px;padding:12px 16px;background:rgba(124,58,237,.08);border-radius:12px;border:1px solid rgba(124,58,237,.14);font-size:13px;color:rgba(255,255,255,.38);display:flex;align-items:center;gap:10px;line-height:1.5}.vr-invite-list{flex:1;overflow-y:auto;padding:8px;-webkit-overflow-scrolling:touch}.vr-invite-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 0;color:rgba(255,255,255,.28);font-size:13px}.vr-invite-empty i{font-size:28px}.vr-invite-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;cursor:pointer;transition:background .15s}.vr-invite-item:active{background:rgba(255,255,255,.06)}.vr-invite-avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#7c3aed,#ec4899);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;flex-shrink:0;border:2px solid rgba(255,255,255,.08)}.vr-invite-avatar img{width:100%;height:100%;object-fit:cover}.vr-invite-name{flex:1;font-size:15px;color:rgba(255,255,255,.9);font-weight:500}.vr-invite-action{font-size:20px;color:#a855f7}.vr-slot-menu{width:100%;background:#14102a;border-radius:22px 22px 0 0;padding-bottom:env(safe-area-inset-bottom,0);overflow:hidden;border-top:1px solid rgba(255,255,255,.07)}.vr-slot-menu-header{padding:18px 16px 14px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center}.vr-slot-menu-name{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#fff}.vr-slot-menu-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#7c3aed,#ec4899);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.1)}.vr-slot-menu-avatar img{width:100%;height:100%;object-fit:cover}.vr-slot-menu-options{display:flex;flex-direction:column;gap:6px;padding:12px}.vr-slot-menu-btn{width:100%;height:52px;border:none;border-radius:14px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.9);font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s}.vr-slot-menu-btn:active{background:rgba(255,255,255,.1)}.vr-slot-menu-btn-danger{color:#f87171;background:rgba(239,68,68,.1)}.vr-slot-menu-btn-danger:active{background:rgba(239,68,68,.18)}.vr-slot-menu-btn-cancel{color:rgba(255,255,255,.32);background:0 0;margin-top:2px}.vr-voice-panel-mask{position:fixed;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:flex-end}.vr-voice-panel{width:100%;max-height:75vh;background:#14102a;border-radius:22px 22px 0 0;display:flex;flex-direction:column;overflow:hidden;padding-bottom:env(safe-area-inset-bottom,0);border-top:1px solid rgba(255,255,255,.07)}.vr-voice-panel-header{display:flex;align-items:center;justify-content:space-between;padding:18px 16px 14px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.vr-voice-panel-title{display:flex;align-items:center;gap:12px}.vr-voice-panel-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#7c3aed,#ec4899);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0;border:2px solid rgba(255,255,255,.1)}.vr-voice-panel-avatar img{width:100%;height:100%;object-fit:cover}.vr-voice-panel-name{font-size:16px;font-weight:700;color:#fff}.vr-voice-panel-subtitle{font-size:12px;color:rgba(255,255,255,.38);margin-top:2px}.vr-voice-panel-close{width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,.07);color:rgba(255,255,255,.48);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.vr-voice-panel-close:active{background:rgba(255,255,255,.12)}.vr-voice-gender-tabs{display:flex;gap:8px;padding:14px 16px 10px;flex-shrink:0}.vr-voice-gender-tab{flex:1;height:36px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:0 0;color:rgba(255,255,255,.42);font-size:13px;font-weight:500;cursor:pointer;transition:.2s}.vr-voice-gender-tab.active{background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:transparent;color:#fff;box-shadow:0 2px 12px rgba(124,58,237,.4)}.vr-voice-list{overflow-y:auto;flex:1;padding:0 8px;-webkit-overflow-scrolling:touch}.vr-voice-item{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;border-radius:12px;cursor:pointer;transition:background .15s;border-bottom:1px solid rgba(255,255,255,.04)}.vr-voice-item:active{background:rgba(255,255,255,.04)}.vr-voice-item-selected{background:rgba(124,58,237,.15)!important}.vr-voice-item-info{flex:1;min-width:0}.vr-voice-item-name{font-size:14px;color:rgba(255,255,255,.9);font-weight:500}.vr-voice-item-desc{font-size:11px;color:rgba(255,255,255,.33);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr-voice-item-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:8px}.vr-voice-preview-btn{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05);color:rgba(255,255,255,.65);font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s}.vr-voice-preview-btn:disabled{opacity:.3;cursor:default}.vr-voice-check{font-size:14px;color:#a855f7;width:20px;text-align:center}.vr-voice-panel-footer{padding:14px 16px;flex-shrink:0;border-top:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.15)}.vr-voice-save-btn{width:100%;height:48px;border-radius:24px;border:none;background:linear-gradient(135deg,#7c3aed 0,#a855f7 50%,#ec4899 100%);color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.2s;box-shadow:0 4px 20px rgba(124,58,237,.45)}.vr-voice-save-btn:active{opacity:.85;transform:scale(.98)}