.voice-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:20px}.voice-world{min-height:390px;height:48vh;max-height:560px;background:linear-gradient(165deg,#e2f6ff,#fbe7ff 70%,#d9f4d7);border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:20px}.voice-bubble{background:white;padding:14px 22px;border-radius:24px;font-weight:700;box-shadow:0 5px 0 #eedbf7;margin-bottom:15px;text-align:center}.voice-character{width:75%;height:75%;object-fit:contain;transform-origin:50% 100%}.voice-character:not([src]){visibility:hidden}.voice-controls{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.voice-controls button,.voice-art{min-height:48px}.voice-status{font-weight:700;min-height:25px}.voice-note{font-size:13px;line-height:1.7;color:#685c78}.voice-tray{background:#fff8fc;border-radius:24px;padding:16px}.voice-tray h2{font-size:20px}.voice-art-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:14px;max-height:440px;overflow:auto}.voice-art{border:2px solid #e8d8ef;background:white;border-radius:16px;padding:6px;display:flex;flex-direction:column;align-items:center;gap:3px}.voice-art img{width:80px;height:65px;object-fit:contain}.voice-art[aria-pressed=true]{border-color:#9c67c8;background:#f1e6ff}.voice-art span{font-size:13px}.voice-friends.speaking .voice-character{animation:voice-talk .45s ease-in-out infinite alternate}.voice-friends.recording .voice-bubble{background:#ffe5ee}.voice-friends button:disabled{opacity:.5;cursor:default}@keyframes voice-talk{from{transform:translateY(0) rotate(-3deg) scaleY(.97)}to{transform:translateY(-9px) rotate(3deg) scaleY(1.02)}}@media(max-width:760px){.voice-layout{grid-template-columns:1fr}.voice-world{height:43vh;min-height:300px}.voice-art-list{grid-template-columns:repeat(3,1fr);max-height:220px}}@media(prefers-reduced-motion:reduce){.voice-friends.speaking .voice-character{animation:none}}
