*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Roboto,sans-serif;background:#f8fafc;color:#0f172a}body.dark,body.dark #root{background:#0f172a;color:#e2e8f0}.app{height:100vh;display:flex;flex-direction:column}.app-header{padding:12px 20px;border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}body.dark .app-header{background:#0f172a99;border-color:#ffffff14}.app-title{font-weight:600;font-size:15px}.app-status{font-size:12px;display:flex;gap:8px;align-items:center}.dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.dot.online{background:#22c55e}.dot.error{background:#ef4444}.center-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;gap:12px}.center-screen h2{margin:0;font-weight:600}.center-screen p{margin:0;color:#64748b;font-size:14px;max-width:500px}.center-screen a{color:#0891b2}.chat{flex:1;display:flex;flex-direction:column;min-height:0}.peers-bar{padding:8px 20px;background:#0891b20f;font-size:12px;color:#475569;display:flex;gap:8px;flex-wrap:wrap}body.dark .peers-bar{color:#94a3b8;background:#0891b21f}.peer-pill{padding:2px 8px;background:#0891b226;border-radius:999px;font-family:monospace}.messages{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:8px}.msg{max-width:70%;padding:8px 12px;border-radius:12px;word-break:break-word;font-size:14px;line-height:1.4}.msg.from-me{align-self:flex-end;background:#0891b2;color:#fff}.msg.from-other{align-self:flex-start;background:#0000000f}body.dark .msg.from-other{background:#ffffff14}.msg img{max-width:100%;border-radius:8px;display:block}.msg-meta{font-size:10px;opacity:.6;margin-top:4px}.composer{padding:12px 20px;border-top:1px solid rgba(0,0,0,.08);display:flex;gap:8px;background:#fff9}body.dark .composer{background:#0f172a99;border-color:#ffffff14}.composer textarea{flex:1;min-height:40px;max-height:120px;padding:8px 12px;border:1px solid rgba(0,0,0,.12);border-radius:8px;resize:none;font-size:14px;font-family:inherit;background:#fff;color:inherit}body.dark .composer textarea{background:#1e293b;border-color:#ffffff1f;color:inherit}.composer button{padding:0 16px;border:none;background:#0891b2;color:#fff;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px}.composer button:disabled{background:#94a3b8;cursor:not-allowed}.hint{font-size:11px;color:#94a3b8;padding:0 20px 8px}
