*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,Arial;background:#f2f4f7;color:#17202a}.auth{min-height:100vh;display:grid;place-items:center;padding:20px}.card{width:min(420px,100%);background:white;padding:30px;border-radius:18px;box-shadow:0 10px 40px #0001}.card h1{margin:0 0 6px}.muted,small{color:#7b8794}.card input,.chat footer input,.sidebar>input{width:100%;padding:13px;border:1px solid #d9dee5;border-radius:10px;margin:7px 0;font-size:15px}.card button,.chat footer button{border:0;border-radius:10px;padding:11px 15px;background:#1769e0;color:#fff;cursor:pointer}.card button{width:100%;margin-top:8px}.card a{color:#1769e0;cursor:pointer}.error{color:#c62828;margin-top:10px}.app{height:100vh;display:grid;grid-template-columns:330px 1fr}.sidebar{background:#fff;border-right:1px solid #ddd;padding:16px;overflow:auto}.top{display:flex;justify-content:space-between;align-items:center;font-size:20px}.ghost{background:none;border:0;cursor:pointer}.user{padding:13px;border-radius:12px;cursor:pointer;display:flex;gap:10px;align-items:center}.user:hover,.user.active{background:#eef4ff}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#dfe8f7;font-weight:700}.dot{width:9px;height:9px;background:#25b05b;border-radius:50%;display:inline-block;margin-left:5px}.chat{display:grid;grid-template-rows:auto 1fr auto auto;min-width:0}.chat header{padding:16px 20px;background:#fff;border-bottom:1px solid #ddd}.chat header small{display:block;margin-top:3px}.chat #messages{padding:20px;overflow:auto;background:linear-gradient(#f7f9fc,#eef2f6)}.empty{text-align:center;color:#8993a0;margin-top:20vh}.msg{max-width:min(70%,520px);margin:7px 0;padding:9px 11px;border-radius:14px;background:#fff;box-shadow:0 1px 2px #0001}.mine{margin-left:auto;background:#dff0ff}.meta{font-size:11px;color:#7d8790;text-align:right;margin-top:4px}.tick.read{color:#1477ff}.media{max-width:280px;border-radius:10px}.chat footer{display:flex;gap:7px;padding:10px;background:#fff;border-top:1px solid #ddd}.chat footer input{margin:0;flex:1}.attach{padding:10px;cursor:pointer}.call{position:fixed;inset:0;background:#0009;display:grid;place-items:center}.callbox{width:min(800px,95vw);background:#151515;color:#fff;border-radius:18px;padding:20px;text-align:center}.callbox video{max-width:100%;max-height:55vh;border-radius:12px;background:#000}.callbox #localVideo{width:180px;position:absolute;margin:10px 0 0 -190px}.callbox button{padding:12px 18px;margin:10px;border:0;border-radius:10px;cursor:pointer}.callbox button:last-child{background:#d33;color:#fff}@media(max-width:700px){.app{grid-template-columns:1fr}.sidebar{height:42vh}.chat{height:58vh}.sidebar{border-right:0;border-bottom:1px solid #ddd}.msg{max-width:85%}.callbox #localVideo{width:120px;margin-left:-130px}}
