.live-dashboard{padding:24px;background:linear-gradient(135deg,rgba(67,201,139,.055),rgba(17,24,36,.82) 34%,rgba(217,168,93,.045))}.live-status{display:flex;align-items:center;gap:8px;color:#a7e9c7;font-size:11px}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--good);box-shadow:0 0 0 6px rgba(67,201,139,.08);animation:pulse 1.8s infinite}.live-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.live-card{border:1px solid var(--line);border-radius:17px;padding:17px;background:rgba(255,255,255,.025)}.live-card span,.live-card small{display:block;color:var(--muted);font-size:11px}.live-card strong{display:block;font-size:28px;letter-spacing:-.035em;margin:7px 0 2px}.live-note{margin-top:12px;padding-top:12px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--muted);font-size:11px}.chat-panel{padding:0;overflow:hidden}.chat-panel>.panel-head{padding:20px 21px 14px}.chat-messages{height:420px;overflow:auto;padding:16px 21px;display:flex;flex-direction:column;gap:13px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(0,0,0,.10)}.chat-row{display:flex;gap:10px;align-items:flex-start;max-width:85%}.chat-row.user{align-self:flex-end;justify-content:flex-end}.chat-row.ai{align-self:flex-start}.chat-avatar{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto;color:#17110a;font-weight:900;background:linear-gradient(145deg,#f7dca7,#c88e3b)}.chat-bubble{border:1px solid var(--line);border-radius:16px;padding:11px 13px;background:rgba(255,255,255,.035);line-height:1.55}.chat-row.user .chat-bubble{background:linear-gradient(135deg,rgba(217,168,93,.18),rgba(217,168,93,.08));border-color:rgba(217,168,93,.22)}.chat-bubble strong{font-size:11px;color:var(--accent2)}.chat-bubble p{margin:4px 0 0;font-size:13px}.chat-quick{display:flex;gap:7px;flex-wrap:wrap;padding:12px 21px 0}.chat-compose{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 21px 20px}.chat-compose textarea{min-height:54px;max-height:140px;padding:11px 13px;border-radius:14px;border:1px solid var(--line);background:#0a0f17}.chat-compose .primary-btn{min-width:78px}@keyframes pulse{0%,100%{box-shadow:0 0 0 5px rgba(67,201,139,.06)}50%{box-shadow:0 0 0 10px rgba(67,201,139,.015)}}@media(max-width:900px){.live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.live-grid{grid-template-columns:1fr}.live-note{align-items:stretch;flex-direction:column}.chat-messages{height:360px}.chat-row{max-width:95%}.chat-compose{grid-template-columns:1fr}.chat-compose .primary-btn{width:100%}}