:root{color:#16211d;background:#eef2ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}html,body,#root{height:100%}button,input{font:inherit}button{color:#16211d;cursor:pointer;background:#fff;border:1px solid #cbd8d2;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;display:inline-flex}button:hover{border-color:#2c6958}button.primary{color:#fff;background:#1f6f5b;border-color:#1f6f5b}button.danger{color:#fff;background:#8f2d2d;border-color:#8f2d2d}input{background:#fff;border:1px solid #cbd8d2;border-radius:8px;width:100%;min-height:42px;padding:0 12px}.auth-shell{align-items:center;min-height:100vh;padding:24px;display:grid}.auth-panel{background:#fff;border:1px solid #d8e1dd;border-radius:8px;gap:18px;width:100%;max-width:420px;margin:0 auto;padding:28px;display:grid}.brand{align-items:center;gap:14px;display:flex}.brand h1,.dashboard h1,.call-header h1{margin:0}.brand p,.dashboard p,.call-header p,.room-card p{color:#60716b;margin:4px 0 0}label{gap:8px;display:grid}.error{color:#8f2d2d;margin:0}.dashboard,.call-shell{gap:20px;padding:24px;display:grid}.dashboard{height:100dvh;overflow:auto}.dashboard header,.call-header{justify-content:space-between;align-items:center;gap:18px;display:flex}.create-room,.chat-form,.join-band{gap:10px;display:flex}.join-band{background:#fff;border:1px solid #d8e1dd;border-radius:8px;padding:14px}.room-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.room-card{background:#fff;border:1px solid #d8e1dd;border-radius:8px;justify-content:space-between;align-items:center;padding:18px;display:flex}.room-card h2{margin:0;font-size:18px}.call-shell{grid-template-rows:auto 1fr auto;height:100dvh;overflow:hidden}.call-layout{grid-template-columns:minmax(0,1fr) 320px;gap:20px;min-height:0;display:grid;overflow:hidden}.video-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-auto-rows:minmax(160px,1fr);gap:14px;min-height:0;display:grid;overflow:hidden}.video-tile{background:#111b18;border-radius:8px;height:100%;min-height:0;margin:0;position:relative;overflow:hidden}.video-tile video{object-fit:cover;width:100%;height:100%}.video-tile figcaption{color:#fff;background:#0f1815c2;border-radius:6px;padding:6px 9px;position:absolute;bottom:10px;left:10px}.chat-panel{background:#fff;border:1px solid #d8e1dd;border-radius:8px;grid-template-rows:auto 1fr auto;min-height:0;padding:16px;display:grid}.chat-panel h2{margin:0 0 10px;font-size:18px}.messages{overflow:auto}.messages p{margin:0 0 10px}.toolbar{background:#eef2ef;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;min-height:42px;display:flex}.call-status{color:#60716b;text-overflow:ellipsis;white-space:nowrap;max-width:320px;margin-right:8px;font-size:14px;overflow:hidden}@media (width<=900px){.dashboard header,.call-header,.create-room{flex-direction:column;align-items:stretch}.call-layout{grid-template-rows:minmax(0,1fr) 210px;grid-template-columns:1fr}.chat-panel{min-height:0}}@media (width<=640px){.call-shell{gap:10px;padding:10px}.call-header{flex-direction:row;align-items:center}.call-header h1{font-size:18px}.call-header p,.call-status{font-size:12px}.video-grid{grid-template-columns:1fr;grid-auto-rows:minmax(0,1fr)}.toolbar button{flex:42%;min-width:0}}
