:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0b1020;color:#eef2ff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#18213e 0,#0b1020 42%,#080b15 100%);color:#eef2ff}button,input,select{font:inherit}button{cursor:pointer}.hidden,[hidden]{display:none!important}.center{min-height:100vh;display:grid;place-items:center;padding:20px}.panel,.modal,.message,.room-card,.file-card{background:rgba(17,24,39,.9);border:1px solid #334155;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.22)}.login-panel{width:min(460px,100%);padding:28px}.login-panel h1{font-size:34px;margin:0 0 8px}.muted{color:#94a3b8;font-size:13px}.stack{display:grid;gap:12px}.field{display:grid;gap:6px}.field label{font-size:13px;color:#cbd5e1}.input,select{width:100%;border:1px solid #334155;background:#111827;color:#fff;border-radius:14px;padding:12px 14px;outline:none}.input:focus,select:focus{border-color:#818cf8;box-shadow:0 0 0 3px rgba(99,102,241,.18)}.button{border:0;border-radius:14px;min-height:42px;padding:9px 14px;background:#242c3d;color:#e2e8f0}.button:hover{filter:brightness(1.08)}.button.primary{background:#6366f1;color:white}.button.danger{background:#7f1d1d;color:#fee2e2}.button.ghost{background:transparent;border:1px solid #334155}.button:disabled{opacity:.5;cursor:not-allowed}.app-shell{height:100vh;display:grid;grid-template-columns:300px minmax(0,1fr)}.sidebar{min-width:0;background:rgba(10,15,29,.95);border-right:1px solid #263247;display:flex;flex-direction:column}.sidebar-head{padding:18px;border-bottom:1px solid #263247}.brand{font-size:20px;font-weight:800}.account{margin-top:5px;color:#94a3b8;font-size:13px}.sidebar-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.room-search{margin-top:12px}.room-list{padding:12px;overflow:auto;flex:1}.room-card{padding:12px;margin-bottom:9px;cursor:pointer;box-shadow:none}.room-card:hover,.room-card.active{border-color:#818cf8;background:#172036}.room-card-row{display:flex;justify-content:space-between;gap:12px}.room-name{font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{border-radius:999px;padding:2px 8px;font-size:11px;background:#1e293b;color:#cbd5e1}.room-key{font-size:11px;color:#64748b;margin-top:5px;overflow:hidden;text-overflow:ellipsis}.chat{display:flex;flex-direction:column;min-width:0;min-height:0}.chat-head{min-height:72px;padding:14px 18px;background:rgba(10,15,29,.92);border-bottom:1px solid #263247;display:flex;align-items:center;justify-content:space-between;gap:16px}.chat-title{font-weight:800;font-size:18px}.chat-subtitle{font-size:12px;color:#94a3b8;margin-top:3px}.head-actions{display:flex;gap:8px;flex-wrap:wrap}.messages{flex:1;overflow:auto;padding:18px}.empty{height:100%;display:grid;place-items:center;color:#64748b;text-align:center}.message{padding:11px 13px;margin:0 0 10px;box-shadow:none;max-width:min(760px,96%)}.message.mine{margin-left:auto;border-color:#4f46e5}.message-meta{display:flex;justify-content:space-between;gap:16px;font-size:12px;color:#94a3b8;margin-bottom:7px}.message-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.file-card{padding:12px;box-shadow:none}.file-main{display:flex;gap:11px;align-items:center}.file-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#1e293b;font-size:11px;font-weight:800}.file-name{font-weight:700;overflow-wrap:anywhere}.file-info{font-size:12px;color:#94a3b8;margin-top:3px}.file-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.composer{padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(10,15,29,.96);border-top:1px solid #263247}.composer-row{display:flex;gap:8px;align-items:center}.composer-row .input{flex:1}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.progress{height:6px;border-radius:999px;background:#1e293b;overflow:hidden;margin-top:9px}.progress-bar{height:100%;width:0;background:#22c55e;transition:width .15s}.status{min-height:18px;color:#94a3b8;font-size:12px;margin-top:6px}.modal-backdrop{position:fixed;inset:0;z-index:20;background:rgba(0,0,0,.72);display:grid;place-items:center;padding:16px}.modal{width:min(480px,100%);max-height:92vh;overflow:auto;padding:20px}.modal h2{margin:0 0 14px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-top:16px}.preview-modal{width:min(1100px,100%);height:min(88vh,900px);display:flex;flex-direction:column}.preview-body{flex:1;min-height:0;background:#020617;border-radius:14px;overflow:auto;display:grid;place-items:center;padding:10px}.preview-body img,.preview-body video{max-width:100%;max-height:100%}.preview-body iframe{width:100%;height:100%;border:0;background:#fff}.preview-body pre{width:100%;height:100%;margin:0;white-space:pre-wrap;color:#e2e8f0}.toast{position:fixed;right:18px;bottom:18px;background:#111827;border:1px solid #334155;padding:12px 16px;border-radius:14px;z-index:30;box-shadow:0 12px 40px rgba(0,0,0,.35)}@media(max-width:820px){.app-shell{display:flex;flex-direction:column}.sidebar{height:34vh;min-height:210px;border-right:0;border-bottom:1px solid #263247}.sidebar-head{padding:11px 12px}.sidebar-actions{display:flex}.room-list{display:flex;gap:8px;padding:8px}.room-card{min-width:190px;margin:0}.chat{height:66vh}.chat-head{min-height:60px;padding:10px 12px;align-items:flex-start}.head-actions .button{padding:7px 10px;min-height:36px}.messages{padding:12px}.composer{padding:9px 10px calc(9px + env(safe-area-inset-bottom))}.composer-row{flex-wrap:wrap}.composer-row .input{order:4;min-width:100%}.message{max-width:100%}}
