.header{height:50px;width:100%;background:linear-gradient(180deg,#1a5276,#2980b9);display:flex;align-items:center;justify-content:space-between;padding:0 15px;position:fixed;top:0;left:0;z-index:100}.header-time{font-size:24px;font-weight:700;color:#fff}.header-logo{height:35px;font-size:20px;font-weight:700;color:#fff;display:flex;align-items:center}.footer{background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.9) 100%);display:flex;align-items:center;justify-content:center}.footer-content{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:15px}.button{width:60px;height:60px;border-radius:50%;border:none;font-size:24px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.button-mute{background:linear-gradient(145deg,#2a2a4a,#1a1a3a);box-shadow:0 4px 15px #0000004d}.button-mute:hover:not(.disabled){background:linear-gradient(145deg,#3a3a5a,#2a2a4a);transform:scale(1.05)}.button-mute.muted{background:linear-gradient(145deg,#4a2a2a,#3a1a1a);box-shadow:0 4px 15px #f003}.button-mute.disabled{opacity:.4;cursor:not-allowed}.button-main{background:linear-gradient(145deg,#4caf50,#2e7d32);box-shadow:0 4px 20px #4caf5066}.button-main:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 25px #4caf5099}.button-main.active{background:linear-gradient(145deg,#f44336,#c62828);box-shadow:0 4px 20px #f4433666}.button-main.active:hover{box-shadow:0 6px 25px #f4433699}.button-main.connecting{background:linear-gradient(145deg,#ff9800,#f57c00);animation:pulse 1.5s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.button-main:disabled{cursor:wait}.status-text{flex:1;text-align:center;color:#ffffffb3;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px}@media screen and (max-width: 480px) and (max-height: 520px){.footer{height:100px;padding:10px}.footer-content{padding:0 10px}.button{width:55px;height:55px;font-size:22px}.status-text{font-size:11px}}@media screen and (min-height: 600px){.footer{padding:20px;padding-bottom:max(20px,env(safe-area-inset-bottom))}.footer-content{max-width:350px;margin:0 auto}.button{width:65px;height:65px;font-size:26px}.status-text{font-size:13px}}html,body,#root{width:100%;height:100%;overflow:hidden;background:#0a0a1a}.app{width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;background:linear-gradient(180deg,#0a0a1a,#1a1a3a);overflow:hidden;position:relative}.header{position:absolute;top:0;left:0;right:0;height:50px;z-index:100;background:linear-gradient(180deg,#006496e6,#005078cc)}.avatar-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.footer{position:absolute;bottom:0;left:0;right:0;z-index:100;padding:20px;padding-bottom:max(20px,env(safe-area-inset-bottom));background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.7) 100%)}.footer-content{width:100%;max-width:400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:15px}@media screen and (min-width: 600px){.app{max-width:500px;max-height:700px;margin:auto;border-radius:20px;overflow:hidden;box-shadow:0 0 60px #00ffff26;position:relative}.header{position:relative;height:50px}.avatar-container{position:relative;flex:1;min-height:300px}.footer{position:relative;padding:15px 20px;background:#00000080}}@media screen and (max-width: 500px) and (max-height: 500px){.app{height:480px;max-height:480px;position:relative}.header{position:relative;height:50px}.avatar-container{position:relative;height:330px;flex:none}.footer{position:relative;height:100px;padding:10px 15px;background:#00000080}}*{margin:0;padding:0;box-sizing:border-box}body{width:100vw;height:100vh;overflow:hidden;margin:0;padding:0;display:flex;align-items:center;justify-content:center;background:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}.app{width:480px;height:480px;position:relative;overflow:hidden;background:#000}
