:root{color:#102a43;background:#f5f7fb;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.app{min-height:100vh}.header{background:#fff;border-bottom:1px solid #d9e2ec;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.header h1{margin:0 0 4px;font-size:1.25rem}.layout{grid-template-columns:320px 1fr;gap:16px;min-height:calc(100vh - 80px);padding:16px;display:grid}.panel{background:#fff;border:1px solid #d9e2ec;border-radius:12px}.list{overflow:auto}.list-item{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #edf2f7;width:100%;padding:14px 16px}.list-item.active,.list-item:hover{background:#ebf8ff}.list-title{font-weight:600}.list-meta,.muted{color:#627d98;font-size:.875rem}.workspace{flex-direction:column;gap:12px;display:flex}.toolbar,.header-actions{gap:8px;display:flex}.login-page{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #d9e2ec;border-radius:16px;flex-direction:column;gap:12px;width:min(420px,100%);padding:24px;display:flex}.login-card h1{margin:0}.login-card label{flex-direction:column;gap:6px;font-size:.9rem;display:flex}.login-card input{border:1px solid #d9e2ec;border-radius:8px;padding:10px 12px}.login-actions{justify-content:flex-end;gap:8px;display:flex}.secondary{background:#627d98}.info{color:#0b7285;background:#ebf8ff;border-radius:8px;margin:0 16px;padding:12px 16px}.toolbar button,.chat-input button,.header button,.login-card button{color:#fff;cursor:pointer;background:#2680c2;border:0;border-radius:8px;padding:10px 14px}.chat{flex-direction:column;min-height:70vh;display:flex}.chat-header{border-bottom:1px solid #edf2f7;padding:14px 16px;font-weight:600}.chat-messages{flex:1;padding:16px;overflow:auto}.chat-message{margin-bottom:12px}.chat-author{color:#627d98;margin-bottom:4px;font-size:.8rem}.chat-input{border-top:1px solid #edf2f7;gap:8px;padding:12px;display:flex}.chat-input input{border:1px solid #d9e2ec;border-radius:8px;flex:1;padding:10px 12px}.error{color:#c92a2a;background:#ffe3e3;border-radius:8px;margin:16px;padding:12px 16px}.call-overlay{z-index:1000;background:#102a438c;place-items:center;display:grid;position:fixed;inset:0}.call-card,.call-screen{background:#fff;border-radius:16px;width:min(900px,100vw - 32px);padding:24px}.call-actions{justify-content:flex-end;gap:12px;display:flex}.primary{background:#2f9e44}.danger{background:#e03131}.call-screen-header{justify-content:space-between;align-items:center;display:flex}.video-grid{grid-template-columns:1fr 240px;gap:12px;margin-top:16px;display:grid}.video-box{background:#102a43;border-radius:12px;min-height:280px;position:relative;overflow:hidden}.video-box video{object-fit:cover;width:100%;height:100%}.video-box span{color:#fff;font-size:.8rem;position:absolute;bottom:8px;left:8px}
