:root{--teal: #00b894;--amber: #ff8a00;--text: #1f2937;--muted: #6b7280;--bg: #f8fafc;--card: #fff;--border: #e5e7eb;--me-bubble: linear-gradient(135deg, var(--teal), #0e9f6e)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;font-family:ui-sans-serif,system-ui,Segoe UI,Roboto,Helvetica,Arial;background:var(--bg);color:var(--text)}.container{max-width:1100px;margin:0 auto;padding:16px}.header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.header-in{display:flex;justify-content:space-between;align-items:center;padding:10px 16px}.brand{display:flex;align-items:center;gap:10px;font-weight:700}.brand img{height:34px;display:block}.btn,.btn-primary{border:1px solid var(--border);padding:9px 14px;border-radius:12px;cursor:pointer;font-weight:600}.btn{background:#fff}.btn:hover{background:#f3f4f6}.btn-primary{background:var(--teal);color:#fff;border:none}.btn-primary:hover{filter:brightness(.95)}.input{width:100%;border:1px solid var(--border);padding:10px 12px;border-radius:12px;font-size:15px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 4px 12px #0000000d}.grid{display:grid;grid-template-columns:280px 1fr;gap:16px}@media (max-width:900px){.grid{grid-template-columns:1fr}}.chat{height:calc(100vh - 180px);overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:8px;max-height:70vh;-webkit-overflow-scrolling:touch}.msg-row{display:flex;flex-direction:column;align-items:flex-start;word-wrap:break-word}.msg-row.mine{align-items:flex-end}.bubble{display:inline-block;padding:8px 12px;border-radius:16px;max-width:80%;word-break:break-word}.bubble.mine{background:var(--me-bubble);color:#fff}.bubble.theirs{background:#f3f4f6;color:#111}.bubble.pending{opacity:.6}.bubble.failed{border:1px solid #ef4444;background:#fee2e2}.meta{font-size:11px;color:var(--muted);margin-top:4px}.muted{color:var(--muted);font-size:13px}.row{display:flex;gap:8px;align-items:center}.space-y>*+*{margin-top:10px}.link{color:var(--teal);cursor:pointer;text-decoration:underline}.login-container{display:flex;justify-content:center;align-items:center;height:calc(100vh - 80px)}@media (max-width: 480px){.card{padding:16px}.bubble{max-width:95%}}.attach-item{padding:8px;cursor:pointer;border-radius:6px}.attach-item:hover{background:#f3f4f6}.menu-item{padding:10px;cursor:pointer}.menu-item:hover{background:#f5f5f5}.profile-menu{position:absolute;right:0;top:52px;width:180px;background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001f;padding:6px;z-index:1000;font-size:13px}.profile-menu-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer;color:#333}.profile-menu-item .icon{font-size:14px;width:18px;text-align:center}.profile-menu-item:hover{background:#f4f6f8}.profile-menu-item.danger{color:#e53935}.profile-menu-item.danger:hover{background:#e5393514}.divider{height:1px;background:#eee;margin:6px 0}.btn-secondary{padding:10px 16px;border-radius:10px;border:1px solid #ddd;background:#fff;cursor:pointer}.btn-secondary:hover{background:#f5f5f5}.profile-pic-section{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;cursor:pointer}.profile-pic-wrapper{position:relative;width:96px;height:96px}.profile-pic-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:1px solid #ddd}.profile-pic-camera{position:absolute;bottom:4px;right:4px;width:26px;height:26px;border-radius:50%;background:#000a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}.profile-pic-label{margin-top:8px;font-size:13px;color:#666}.voice-wrapper{display:flex;flex-direction:column;gap:4px}.voice-audio{max-width:240px}.voice-meta{display:flex;justify-content:flex-end;align-items:center;gap:6px;font-size:11px;color:#777}.translate-icon{cursor:pointer;opacity:.6}.translate-icon:hover{opacity:1}.bubble-footer{display:flex;align-items:center;justify-content:flex-end;gap:6px;font-size:11px;color:#777}.icon{cursor:pointer;opacity:.7}.icon:hover{opacity:1}.error-banner{background-color:#fff3cd;color:#856404;padding:10px 14px;border-radius:6px;margin:8px;font-size:13px}.brand-header{text-align:center;margin-bottom:24px}.brand-header .logo{font-size:30px;font-weight:700;color:#3f51b5;letter-spacing:.5px}.brand-header .tagline{margin-top:6px;font-size:14px;color:#555}.brand-sub{margin-top:4px;font-size:12px;color:#777}.mitra-logo{font-size:32px;font-weight:700;color:#2d3436;letter-spacing:.4px}.mitra-m{color:#00b894}.splash{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;overflow:hidden;z-index:9999}.splash-bg{position:absolute;inset:0;z-index:0}.splash-bg video{width:100%;height:100%;object-fit:cover;opacity:.18}.splash-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;animation:fadeIn 1.2s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.splash-bg video{opacity:1!important;outline:2px solid red}.splash-tagline{margin-top:10px;font-size:16px;color:#333}.splash-sub{margin-top:4px;font-size:13px;color:#666}.login-hero{position:relative;height:100vh;overflow:hidden;background:#000}.login-overlay{position:absolute;inset:0;background:#ffffffbf}.login-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-card{width:100%;max-width:420px}html,body{overflow-x:hidden;overflow-y:auto}.login-root{height:100vh;display:flex;justify-content:center;align-items:center;background:#f3f4f6}.login-frame{position:relative;width:100%;max-width:420px;height:100%;max-height:780px;background:#fff;border-radius:18px;overflow:hidden}.login-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease;z-index:0}.login-overlay{position:absolute;inset:0;background:#fffc;z-index:1;pointer-events:none}.login-ui{position:relative;z-index:2;height:100%;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-card{width:100%;margin-top:24px;box-shadow:0 12px 28px #00000014}.login-video.show{opacity:.16}.call-screen{position:fixed;inset:0;background:#0b141a;color:#fff;display:flex;flex-direction:column;justify-content:space-between;z-index:9999}.call-header h2{font-size:22px}.call-header p{font-size:13px;color:#b0b0b0}.call-avatar{display:flex;justify-content:center;align-items:center}.avatar-circle{width:180px;height:180px;background:#d0ebff;color:#0077b6;border-radius:50%;font-size:80px;display:flex;align-items:center;justify-content:center}.call-controls{display:flex;justify-content:space-around;padding:30px;background:#0009;position:relative;z-index:1000}.control-btn{width:60px;height:60px;border-radius:50%;background:#2a2a2a;border:none;font-size:24px;color:#fff}.end-btn{width:70px;height:70px;border-radius:50%;background:red;border:none;font-size:28px;color:#fff}.username-suggestions{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.suggestion-chip{padding:6px 10px;border-radius:14px;background:#f1f1f1;font-size:13px;cursor:pointer}.suggestion-chip:hover{background:#e0e0e0}.call-menu{position:absolute;bottom:48px;left:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:10px;width:200px;z-index:20}.menu-btn{width:100%;padding:10px;border:none;background:#25d366;color:#fff;border-radius:8px;cursor:pointer;font-weight:600}.menu-btn.danger{background:#e53935}.avatar-img{width:120px;height:120px;border-radius:50%;object-fit:cover}.talk2-root{height:100vh;display:flex;flex-direction:column;background:#f8fafc}.talk2-header{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-bottom:1px solid #ddd}.talk2-langbar{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px;background:#fff;border-bottom:1px solid #eee}.talk2-langbar select{padding:8px 10px;border-radius:8px;border:1px solid #ddd}.swap-btn{font-size:18px;padding:6px 10px;border-radius:50%;border:none;background:#e5e7eb}.talk2-panel{flex:1;padding:16px;margin:10px;border-radius:14px;background:#fff;box-shadow:0 2px 6px #0000000d;pointer-events:none}.talk2-panel.me{background:#dcf8c6}.speaker-title{font-weight:700;margin-bottom:6px}.speech{font-size:18px;margin-bottom:6px}.translated{font-size:14px;color:#555}.talk2-footer{position:fixed;bottom:0;left:0;right:0;display:flex;gap:12px;padding:12px;background:#fff;z-index:2147483647;pointer-events:auto}.talk2-panel button,.talk2-langbar select,.talk2-header button{pointer-events:auto}.talk2-footer button{flex:1;height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;pointer-events:auto;z-index:2147483647}.talk2-root{padding-bottom:90px}.mic-left,.mic-right{padding:14px 20px;border-radius:50px;border:none;font-size:16px;color:#fff;cursor:pointer}.mic-left{background:#2563eb}.mic-right{background:#16a34a}.recording{background:red!important;animation:pulse 1s infinite}@keyframes pulse{0%{box-shadow:0 0 #ff0000b3}70%{box-shadow:0 0 0 10px #f000}to{box-shadow:0 0 #f000}}.grid aside ul>li{height:72px;padding:10px 0;overflow:hidden;display:flex;align-items:center}.grid aside ul>li>div:first-child{display:flex;align-items:center;gap:10px;min-width:0;overflow:hidden}.grid aside ul>li>div:first-child>div{display:flex;flex-direction:column;justify-content:center;min-width:0;overflow:hidden}.grid aside ul>li>div:first-child>div>div:nth-child(1){font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid aside ul>li>div:first-child>div>div:nth-child(2){font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid aside ul>li>div:first-child>div>div:nth-child(3){font-size:11px;color:var(--muted);white-space:nowrap}.grid aside ul>li>div:last-child{flex-shrink:0}.call-screen{position:fixed;inset:0;background:#0b141a;display:flex;flex-direction:column}.call-header{text-align:center;margin-top:40px}.call-body{flex:1;display:flex;align-items:center;justify-content:center}.avatar{display:flex;align-items:center;justify-content:center}.avatar-img{width:180px;height:180px;border-radius:50%;object-fit:cover;box-shadow:0 12px 32px #00000059}.grid aside ul>li>div:first-child>div>div:nth-child(2){font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.global-loader{position:fixed;inset:0;background:#00000059;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;color:#fff}.spinner{width:36px;height:36px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
