*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1117;--fg:#e8eaf0;--fg-muted:#8b9db8;--accent:#4f8ef7;--accent-hover:#3a7be0;--danger:#e05252;--surface:#1a1d27;--surface2:#22263a;--border:rgba(255,255,255,.08);--radius:10px;--safe-top:env(safe-area-inset-top, 0px);--safe-bottom:env(safe-area-inset-bottom, 0px);--safe-left:env(safe-area-inset-left, 0px);--safe-right:env(safe-area-inset-right, 0px);font-family:system-ui,-apple-system,sans-serif;color-scheme:dark}*{-webkit-tap-highlight-color:transparent}[hidden]{display:none!important}body{background:var(--bg);color:var(--fg);height:100dvh;overflow:hidden}.mrt-app{display:flex;flex-direction:column;height:100dvh}.mrt-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;padding-top:calc(.75rem + var(--safe-top));padding-left:calc(1.25rem + var(--safe-left));padding-right:calc(1.25rem + var(--safe-right));background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.mrt-logo{font-size:1.1rem;font-weight:700}.mrt-mode-badge{font-size:.7rem;background:var(--surface2);color:var(--fg-muted);padding:.2rem .6rem;border-radius:20px;border:1px solid var(--border)}.mrt-main{display:flex;flex-direction:column;gap:1rem;padding:1rem;padding-left:calc(1rem + var(--safe-left));padding-right:calc(1rem + var(--safe-right));padding-bottom:calc(1rem + var(--safe-bottom) + 56px);max-width:640px;margin:0 auto;width:100%;box-sizing:border-box;flex:1;min-height:0;overflow-y:auto}.mrt-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.mrt-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted)}.mrt-hint{font-size:.8rem;color:var(--fg-muted)}.mrt-id-row{display:flex;align-items:center;gap:.5rem;min-width:0}.mrt-id{background:var(--surface2);border:1px solid var(--border);border-radius:6px;padding:.4rem .75rem;font-size:.8rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;user-select:all}.mrt-id-row button{flex-shrink:0}.mrt-call-row{display:flex;gap:.5rem;flex-wrap:wrap}.mrt-call-row .mrt-input{flex:1;min-width:0}.mrt-call-row button{flex-shrink:0}.mrt-panel--incoming{background:color-mix(in oklab,var(--surface),var(--accent) 10%);border-color:var(--accent)}.mrt-incoming-btns{display:flex;gap:.75rem}.mrt-input{flex:1;padding:.55rem .85rem;border-radius:7px;background:var(--surface2);color:var(--fg);border:1px solid var(--border);font-size:.95rem;outline:none;min-height:44px}.mrt-input:focus{border-color:var(--accent)}.mrt-btn-primary,.mrt-btn-secondary,.mrt-btn-danger{padding:.55rem 1.1rem;border-radius:7px;border:none;cursor:pointer;font-size:.9rem;font-weight:600;transition:background .15s;white-space:nowrap;min-height:44px;min-width:44px}.mrt-btn-primary{background:var(--accent);color:#fff}.mrt-btn-primary:hover{background:var(--accent-hover)}.mrt-btn-primary:active{background:var(--accent-hover);filter:brightness(.9)}.mrt-btn-secondary{background:var(--surface2);color:var(--fg);border:1px solid var(--border)}.mrt-btn-secondary:active{background:color-mix(in oklab,var(--surface2),white 8%)}.mrt-btn-danger{background:var(--danger);color:#fff}.mrt-btn-danger:hover{filter:brightness(1.15)}.mrt-btn-danger:active{filter:brightness(.9)}.mrt-status{text-align:center;font-size:.85rem;font-weight:600;padding:.4rem .9rem;border-radius:20px;align-self:flex-start}.mrt-status--idle{background:var(--surface2);color:var(--fg-muted)}.mrt-status--calling{background:color-mix(in oklab,var(--surface2),var(--accent) 30%);color:var(--accent)}.mrt-status--ringing{background:color-mix(in oklab,var(--surface2),orange 30%);color:orange}.mrt-status--connected{background:color-mix(in oklab,var(--surface2),#4caf50 30%);color:#4caf50}.mrt-status--ended{background:var(--surface2);color:var(--fg-muted)}.mrt-status--error{background:color-mix(in oklab,var(--surface2),var(--danger) 25%);color:var(--danger)}.mrt-media{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mrt-tile{border-radius:var(--radius);overflow:hidden;background:#000;aspect-ratio:4/3}.mrt-tile--local{opacity:.85}.mrt-video-tile{display:block;width:100%;height:100%}.mrt-video-tile__video{width:100%;height:100%;object-fit:cover;display:block}.mrt-video-tile__label{position:absolute;bottom:.4rem;left:.6rem;background:#0009;color:#fff;padding:.15rem .45rem;border-radius:4px;font-size:.75rem;pointer-events:none}.mrt-call-section{display:flex;flex-direction:column;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.mrt-call-controls{display:block}.mrt-controls{display:flex;flex-direction:column;gap:.6rem;align-items:center}.mrt-controls__btns{display:flex;gap:.6rem;justify-content:center}.mrt-btn{background:var(--surface2);border:1px solid var(--border);border-radius:50%;width:48px;height:48px;font-size:1.15rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.mrt-btn:hover{background:color-mix(in oklab,var(--surface2),white 10%)}.mrt-btn:active{background:color-mix(in oklab,var(--surface2),white 20%)}.mrt-btn--hangup{background:var(--danger);border-color:var(--danger)}.mrt-btn--inactive{background:color-mix(in oklab,var(--surface2),var(--danger) 60%);border-color:var(--danger)}.mrt-btn--active{background:color-mix(in oklab,var(--surface2),var(--accent) 40%);border-color:var(--accent)}.mrt-devices{display:flex;flex-direction:column;gap:.4rem;width:100%;padding:.5rem .75rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius)}.mrt-device-row{display:flex;align-items:center;gap:.5rem}.mrt-device-label{font-size:.8rem;color:var(--fg-muted);white-space:nowrap;min-width:5rem}.mrt-device-select{flex:1;padding:.3rem .5rem;border-radius:6px;background:var(--bg);color:var(--fg);border:1px solid var(--border);font-size:.85rem;outline:none;min-height:44px}.mrt-device-select:focus{border-color:var(--accent)}.mrt-panel--async{border-color:color-mix(in oklab,var(--border),#00bcd4 35%)}.mrt-async-form{display:flex;gap:.4rem;flex-wrap:wrap}.mrt-async-form .mrt-input{flex:1;min-width:120px}.mrt-async-inbox{display:flex;flex-direction:column;gap:.4rem;max-height:200px;overflow-y:auto}.mrt-async-msg{display:flex;flex-direction:column;gap:.15rem;padding:.4rem .6rem;background:var(--surface2);border-radius:8px;font-size:.88rem}.mrt-async-from{font-size:.75rem;color:var(--fg-muted)}.mrt-async-text{color:var(--fg);word-break:break-word}.mrt-panel--crypto{border-color:color-mix(in oklab,var(--border),#9c27b0 40%)}.mrt-crypto-passphrase{display:flex}.mrt-crypto-toggles{display:flex;gap:.5rem}.mrt-crypto-btn[data-active=true]{background:color-mix(in oklab,var(--surface2),#9c27b0 40%);border-color:#9c27b0;color:#ce93d8}.mrt-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;gap:1rem;color:var(--fg-muted)}.mrt-loading span{font-size:2.5rem}.mrt-auth{display:flex;flex-direction:column;height:100dvh;overflow-y:auto}.mrt-auth-card{width:100%;max-width:380px;margin:2rem auto;padding:2rem 1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;gap:1rem}.mrt-auth-title{font-size:1.25rem;font-weight:700;text-align:center}.mrt-auth-form{display:flex;flex-direction:column;gap:.65rem}.mrt-auth-error{background:color-mix(in oklab,var(--surface),var(--danger) 20%);border:1px solid color-mix(in oklab,var(--border),var(--danger) 50%);border-radius:6px;padding:.5rem .8rem;font-size:.85rem;color:var(--danger)}.mrt-auth-switch{font-size:.85rem;color:var(--fg-muted);text-align:center}.mrt-auth-switch a{color:var(--accent);text-decoration:none}.mrt-auth-switch a:hover{text-decoration:underline}.mrt-btn-google{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%}.mrt-header-user{display:flex;align-items:center;gap:.6rem}.mrt-user-name{font-size:.85rem;color:var(--fg-muted);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mrt-btn--sm{padding:.35rem .75rem;font-size:.8rem;min-height:36px}.mrt-backup-banner{background:color-mix(in oklab,var(--surface),var(--accent) 8%);border:1px solid color-mix(in oklab,var(--border),var(--accent) 40%);border-radius:var(--radius);padding:.85rem 1.25rem;display:flex;flex-direction:column;gap:.6rem;font-size:.88rem}.mrt-backup-form{display:flex;gap:.5rem;flex-wrap:wrap}.mrt-input--sm{padding:.35rem .65rem;font-size:.88rem}.mrt-chat__ephemeral{padding:.45rem .6rem;border-radius:6px;background:var(--surface2);color:var(--fg-muted);border:1px solid var(--border);cursor:pointer;font-size:.95rem;transition:background .15s;min-height:44px;min-width:44px}.mrt-chat__ephemeral:hover{background:color-mix(in oklab,var(--surface2),white 10%)}.mrt-chat__ephemeral:active{background:color-mix(in oklab,var(--surface2),white 20%)}.mrt-chat-wrap{display:block}.mrt-chat{display:flex;flex-direction:column}.mrt-chat__history{max-height:240px;overflow-y:auto;padding:.5rem .75rem;display:flex;flex-direction:column;gap:.35rem}.mrt-chat__msg{padding:.4rem .65rem;border-radius:12px;max-width:72%;font-size:.9rem;word-break:break-word}.mrt-chat__msg--local{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:3px}.mrt-chat__msg--remote{align-self:flex-start;background:var(--surface2);color:var(--fg);border-bottom-left-radius:3px}.mrt-chat__form{display:flex;align-items:center;gap:.4rem;padding:.5rem;border-top:1px solid var(--border)}.mrt-chat__encrypt-badge{font-size:1.1rem;line-height:1;flex-shrink:0;opacity:.45;transition:opacity .2s,filter .2s;cursor:default}.mrt-chat__encrypt-badge--on{opacity:1;filter:drop-shadow(0 0 4px #ce93d8)}.mrt-chat__input{flex:1;padding:.45rem .7rem;border-radius:6px;background:var(--bg);color:var(--fg);border:1px solid var(--border);font-size:.9rem;outline:none;min-height:44px}.mrt-chat__input:focus{border-color:var(--accent)}.mrt-chat__send{padding:.45rem .85rem;border-radius:6px;background:var(--accent);color:#fff;border:none;cursor:pointer;font-size:.9rem;min-height:44px;min-width:44px}.mrt-chat__send:active{background:var(--accent-hover)}.mrt-chat__msg--ephemeral{opacity:.75;font-style:italic}.mrt-chat__msg--historical{opacity:.6;border-left:2px solid var(--fg-muted);padding-left:.5rem}.mrt-chat__msg--decrypt-failed{color:var(--fg-muted);font-style:italic}.mrt-chat__ephemeral-badge{opacity:.7;font-size:.85em}.mrt-profile-name-row{display:flex;gap:.5rem;align-items:center}.mrt-profile-name-row .mrt-input{flex:1}.mrt-search-bar{padding:.5rem 0}.mrt-search-input{width:100%}.mrt-search-results{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:.25rem}.mrt-search-result{border-bottom:1px solid var(--border)}.mrt-search-result:last-child{border-bottom:none}#tab-discussions{position:relative;padding:0;overflow:hidden;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:0!important;max-width:100%!important;margin:0!important}#discListView{display:flex;flex-direction:column;gap:1rem;padding:1rem;padding-left:calc(1rem + var(--safe-left));padding-right:calc(1rem + var(--safe-right));padding-bottom:calc(1rem + var(--safe-bottom) + 56px);overflow-y:auto;flex:1;min-height:0;width:100%}.mrt-chat-view{display:flex;flex-direction:column;flex:1;overflow:hidden;background:var(--bg)}.mrt-chat-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.75rem;color:var(--fg-muted);text-align:center;padding:2rem}.mrt-chat-placeholder__icon{font-size:3rem;opacity:.5}.mrt-chat-placeholder p{font-size:.9rem;line-height:1.5}.mrt-chat-view__header,#chatViewHistory,.mrt-chat-view__form,#tab-discussions.chat-open .mrt-chat-placeholder{display:none}#tab-discussions.chat-open .mrt-chat-view__header{display:flex;flex-shrink:0}#tab-discussions.chat-open #chatViewHistory{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto}#tab-discussions.chat-open .mrt-chat-view__form{display:flex;flex-shrink:0}.mrt-chat-view__header{align-items:center;gap:.6rem;padding:.65rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}.mrt-chat-view__peer-info{flex:1;display:flex;align-items:center;gap:.6rem;min-width:0}.mrt-chat-view__peer-meta{display:flex;flex-direction:column;min-width:0}.mrt-chat-view__name{font-size:.95rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mrt-chat-view__crypto{font-size:.72rem;color:var(--fg-muted)}#chatViewHistory{padding:.75rem 1rem;gap:.4rem}.mrt-chat-msg__ts{display:block;font-size:.68rem;opacity:.6;margin-top:.2rem;text-align:right}.mrt-chat-view__form{align-items:center;gap:.4rem;padding:.5rem 1rem;padding-bottom:calc(.5rem + var(--safe-bottom) + 56px);border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.mrt-chat-view__input{flex:1;padding:.5rem .75rem;border-radius:22px;background:var(--surface2);color:var(--fg);border:1px solid var(--border);font-size:.9rem;outline:none;min-height:44px}.mrt-chat-view__input:focus{border-color:var(--accent)}.mrt-chat-view__send{width:44px;height:44px;border-radius:50%;background:var(--accent);color:#fff;border:none;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mrt-chat-view__send:active{background:var(--accent-hover)}#pwaUpdateBanner,.mrt-update-banner{position:fixed;bottom:calc(1rem + var(--safe-bottom));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;background:var(--surface2);border:1px solid var(--accent);border-radius:var(--radius);padding:.75rem 1.25rem;box-shadow:0 4px 24px #00000080;z-index:9999;font-size:.9rem;color:var(--fg);white-space:nowrap}.mrt-version-badge{font-size:.7rem;background:var(--surface2);color:var(--fg-muted);padding:.2rem .55rem;border-radius:20px;border:1px solid var(--border);white-space:nowrap}.mrt-incoming-overlay{position:fixed;top:calc(4.5rem + var(--safe-top));left:50%;transform:translate(-50%);z-index:200;background:color-mix(in oklab,var(--surface),var(--accent) 12%);border:1.5px solid var(--accent);border-radius:var(--radius);padding:.85rem 1.25rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:0 6px 32px #0009;min-width:260px;max-width:90vw}.mrt-incoming-label{font-size:.95rem;font-weight:600}.mrt-incoming-overlay .mrt-incoming-btns{display:flex;gap:.75rem}.mrt-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(56px + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--surface);border-top:1px solid var(--border);display:flex;align-items:stretch;z-index:100}.mrt-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;background:none;border:none;cursor:pointer;color:var(--fg-muted);font-size:.7rem;font-weight:500;transition:color .15s,background .15s;position:relative;min-height:44px;padding:0}.mrt-nav-btn:active{background:color-mix(in oklab,var(--surface),white 6%)}.mrt-nav-btn--active{color:var(--accent)}.mrt-nav-btn--active .mrt-nav-icon{filter:drop-shadow(0 0 4px var(--accent))}.mrt-nav-icon{font-size:1.3rem;line-height:1}.mrt-nav-label{font-size:.68rem}.mrt-nav-badge{position:absolute;top:.35rem;right:calc(50% - 1.1rem);background:var(--danger);color:#fff;font-size:.6rem;font-weight:700;line-height:1;padding:.15rem .35rem;border-radius:20px;min-width:1.1rem;text-align:center;pointer-events:none}.mrt-conv-list{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.mrt-conv-empty{padding:.75rem 1rem}.mrt-conv-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;width:100%;color:var(--fg);transition:background .12s;min-height:64px}.mrt-conv-item:last-child{border-bottom:none}.mrt-conv-item:hover{background:color-mix(in oklab,var(--surface),white 4%)}.mrt-conv-item:active{background:color-mix(in oklab,var(--surface),white 8%)}.mrt-conv-item--active{background:color-mix(in oklab,var(--surface),var(--accent) 12%)!important;border-left:3px solid var(--accent)}.mrt-conv-avatar{width:42px;height:42px;border-radius:50%;background:color-mix(in oklab,var(--surface2),var(--accent) 30%);color:var(--accent);font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mrt-conv-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.mrt-conv-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.mrt-conv-name{font-size:.9rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mrt-conv-time{font-size:.72rem;color:var(--fg-muted);white-space:nowrap;flex-shrink:0}.mrt-conv-preview{font-size:.82rem;color:var(--fg-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.mrt-conv-unread{background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;line-height:1;padding:.2rem .4rem;border-radius:20px;min-width:1.2rem;text-align:center;flex-shrink:0}@media(orientation:landscape)and (max-width:768px){.mrt-header{padding-top:.5rem;padding-bottom:.5rem}.mrt-main{flex-direction:row;flex-wrap:wrap;gap:.6rem;padding:.6rem;max-width:100%}.mrt-panel--id,.mrt-panel--call{flex:1;min-width:240px}#mediaSection{width:100%;flex-basis:100%;aspect-ratio:16/5}#mediaSection .mrt-tile{aspect-ratio:unset;height:100%}#callSection{flex:1;min-width:200px}.mrt-chat__history{max-height:120px}}@media(max-width:768px){.mrt-chat-view{position:absolute;inset:0;z-index:10;display:none}#tab-discussions.chat-open #discListView{display:none}#tab-discussions.chat-open .mrt-chat-view{display:flex}}@media(max-width:480px){.mrt-main{gap:.75rem;padding:.75rem;padding-bottom:calc(.75rem + var(--safe-bottom) + 56px)}.mrt-call-row{flex-direction:column}.mrt-call-row button{width:100%}.mrt-incoming-btns{flex-direction:column}.mrt-incoming-btns button{width:100%}.mrt-media{display:block;position:relative;width:100%;aspect-ratio:4/3;border-radius:var(--radius);overflow:hidden}.mrt-tile{aspect-ratio:unset;border-radius:0}.mrt-tile--remote{width:100%;height:100%;position:absolute;inset:0}.mrt-tile--local{position:absolute;bottom:.6rem;right:.6rem;width:28%;aspect-ratio:3/4;border-radius:8px;overflow:hidden;opacity:.9;z-index:2;box-shadow:0 2px 10px #0009;border:1px solid rgba(255,255,255,.15);height:auto}.mrt-chat__history{max-height:160px}.mrt-async-form{flex-direction:column}.mrt-async-form .mrt-input{min-width:unset}.mrt-async-form button{width:100%}}@media(min-width:481px)and (max-width:768px)and (orientation:portrait){.mrt-main{max-width:560px}}@media(min-width:769px){#discListView{flex:0 0 320px;width:320px;border-right:1px solid var(--border);padding-bottom:1rem}.mrt-chat-view{display:flex;flex:1;min-width:0;min-height:0}#chatBackBtn{display:none!important}.mrt-chat-view__form{padding-bottom:.5rem}.mrt-main{max-width:800px;flex-direction:row;flex-wrap:wrap;align-items:flex-start;padding-bottom:calc(1rem + var(--safe-bottom))}.mrt-panel--id,.mrt-panel--call,.mrt-panel--incoming,.mrt-status,#statusBadge,#mediaSection,#callSection{flex:0 0 calc(50% - .5rem);max-width:calc(50% - .5rem)}#mediaSection{aspect-ratio:unset}#mediaSection .mrt-tile{aspect-ratio:4/3}.mrt-panel--async,.mrt-backup-banner{flex:0 0 100%}.mrt-bottom-nav{position:static;height:auto;padding-bottom:0;border-top:none;border-bottom:1px solid var(--border);background:var(--surface)}.mrt-nav-btn{flex-direction:row;gap:.4rem;padding:.6rem 1rem;font-size:.85rem;justify-content:center;flex:unset;min-height:auto}.mrt-nav-icon{font-size:1rem}.mrt-nav-label{font-size:.85rem}}
