*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--tg-theme-bg-color, #1a1a2e);color:var(--tg-theme-text-color, #e0e0e0);min-height:100vh}.app{display:flex;flex-direction:column;align-items:center;padding:16px 16px calc(110px + env(safe-area-inset-bottom));min-height:100vh;width:100%}.app-header{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:480px;margin-bottom:16px}.app-header h1{font-size:1.3rem;font-weight:600}.status-lamp{width:12px;height:12px;border-radius:50%;display:inline-block;background:#e53935;box-shadow:0 0 6px #e5393599}.status-lamp.on{background:#4caf50;box-shadow:0 0 6px #4caf50b3}.transcript-area{width:100%;max-width:480px;flex:1}.controls-bar{position:fixed;left:0;right:0;bottom:0;display:flex;gap:6px;justify-content:stretch;align-items:stretch;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:var(--tg-theme-bg-color, #1a1a2e);border-top:1px solid rgba(255,255,255,.1);z-index:10;box-shadow:0 -4px 14px #00000040}.bar-btn{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 8px;border:none;border-radius:12px;background:transparent;color:inherit;cursor:pointer;font:inherit;transition:background .12s,transform .08s;-webkit-tap-highlight-color:transparent}.bar-btn:active{transform:scale(.96);background:#ffffff14}.bar-btn-icon{font-size:1.35rem;line-height:1}.bar-btn-label{font-size:.72rem;opacity:.85;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-btn-caret{position:absolute;margin-top:26px;margin-left:54px;font-size:.6rem;opacity:.5;transform:rotate(180deg)}.bar-btn-mic.lk-button-off{background:#ff3b302e;color:#ff6b6b}.bar-btn-mic.lk-button-off .bar-btn-icon:after{content:""}.bar-btn-device{background:#ffffff0f;position:relative}.bar-btn-device:hover{background:#ffffff1a}.bar-btn-end{color:#ff6b6b}.bar-btn-end:active{background:#ff3b302e}.bar-btn-connect{flex:1;background:#4caf50;color:#fff;font-weight:600;padding:14px;border-radius:14px}.bar-btn-connect:active{background:#3d8b41}.loader,.error{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.1rem}.error{color:#ff6b6b}.room-content{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:480px}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500;background:#ffffff1a}.status-badge .dot{width:10px;height:10px;border-radius:50%;background:#888}.status-badge .dot.listening{background:#4caf50;animation:pulse 1.5s infinite}.status-badge .dot.speaking{background:#2196f3;animation:pulse .8s infinite}.status-badge .dot.connecting{background:#ff9800}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.transcript-log{width:100%;max-width:480px;max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:12px;background:#ffffff0d;border-radius:12px}.transcript-entry{padding:8px 12px;border-radius:8px;font-size:.85rem;line-height:1.4}.transcript-entry.user{background:#2196f326;align-self:flex-end;text-align:right}.transcript-entry.assistant{background:#4caf5026;align-self:flex-start}.transcript-entry .role{font-size:.7rem;text-transform:uppercase;opacity:.6;margin-bottom:2px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;z-index:100;animation:fade-in .15s ease-out}.modal-sheet{width:100%;max-width:520px;max-height:85vh;display:flex;flex-direction:column;background:var(--tg-theme-bg-color, #1a1a2e);border-top-left-radius:16px;border-top-right-radius:16px;border:1px solid rgba(255,255,255,.08);border-bottom:none;animation:slide-up .2s ease-out;padding-bottom:env(safe-area-inset-bottom)}@media(min-width:560px){.modal-backdrop{align-items:center}.modal-sheet{border-radius:16px;border-bottom:1px solid rgba(255,255,255,.08)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-header h2{font-size:1rem;font-weight:600}.modal-close{background:none;border:none;color:inherit;font-size:1.6rem;line-height:1;cursor:pointer;opacity:.7;padding:0 4px}.modal-close:hover{opacity:1}.modal-body{overflow-y:auto;padding:8px 16px;display:flex;flex-direction:column;gap:16px}.modal-footer{padding:12px 16px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:flex-end}.device-section{display:flex;flex-direction:column;gap:8px}.device-section-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;opacity:.6;font-weight:600;padding:4px 4px 0}.device-list{list-style:none;display:flex;flex-direction:column;gap:2px;background:#ffffff0a;border-radius:10px;padding:4px}.device-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .12s}.device-item:hover{background:#ffffff14}.device-item.active{background:#4caf502e;border:1px solid rgba(76,175,80,.5);padding:11px}.device-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-item.active .device-label{font-weight:600}.device-check{color:#4caf50;font-weight:700;font-size:1rem;width:16px;text-align:center}.device-empty{padding:12px;font-size:.85rem;opacity:.6;text-align:center}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}
