*{box-sizing:border-box}body{color:#0f172a;margin:0;font-family:Arial,Helvetica,sans-serif}.page{background:#f8fafc;min-height:100vh;padding:24px}.shell{gap:24px;max-width:1200px;margin:0 auto;display:grid}.header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}h1{margin:0;font-size:32px}p{color:#475569;margin:4px 0 0}button{color:#fff;cursor:pointer;background:#0f172a;border:0;border-radius:16px;align-items:center;gap:8px;padding:10px 16px;display:inline-flex}button:disabled{opacity:.6;cursor:not-allowed}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.alert,.mock,.panel,.card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 1px 2px #0f172a0f}.alert{color:#b91c1c;border-color:#fecaca;gap:12px;padding:16px;display:flex}.alert p{color:#b91c1c}.mock{color:#92400e;background:#fffbeb;border-color:#fde68a;padding:14px 16px}.cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.card{justify-content:space-between;align-items:center;padding:20px;display:flex}.card span{color:#64748b;font-size:14px;display:block}.card b{margin-top:4px;font-size:32px;display:block}.action-card{cursor:pointer;transition:all .15s}.action-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.panel{padding:20px;overflow-x:auto}.panel h2{align-items:center;gap:8px;margin:0 0 16px;font-size:20px;display:flex}.chart{height:280px}.grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}table{border-collapse:collapse;width:100%;font-size:14px}th{color:#64748b;text-align:left;border-bottom:1px solid #e2e8f0;padding:8px}td{text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #e2e8f0;max-width:240px;padding:8px;overflow:hidden}.status-badge{border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.status-badge.good{color:#047857;background:#ecfdf5}.status-badge.ready{color:#1d4ed8;background:#eff6ff}.status-badge.sent{color:#b45309;background:#fffbeb}.status-badge.bad{color:#b91c1c;background:#fef2f2}.status-badge.neutral{color:#475569;background:#f1f5f9}.error-text{color:#b91c1c}.chat-panel{gap:12px;display:grid}.chat-log{flex-direction:column;gap:8px;max-height:260px;display:flex;overflow-y:auto}.chat-bubble{white-space:pre-line;border-radius:14px;max-width:75%;padding:10px 14px;font-size:14px;line-height:1.4}.ai-badge{color:#fff;letter-spacing:.04em;vertical-align:middle;background:#7c3aed;border-radius:999px;margin-right:6px;padding:2px 6px;font-size:10px;font-weight:700;display:inline-block}.chat-bubble.bot{color:#0f172a;background:#f1f5f9;align-self:flex-start}.chat-bubble.user{color:#fff;background:#0f172a;align-self:flex-end}.chat-suggestions{flex-wrap:wrap;gap:8px;display:flex}.chat-suggestions button{color:#0f172a;background:#fff;border:1px solid #e2e8f0;padding:6px 12px;font-size:12px}.chat-input{gap:8px;display:flex}.chat-input input{border:1px solid #e2e8f0;border-radius:12px;flex:1;padding:10px 14px;font-size:14px}.chat-input button{border-radius:12px}@media (width<=900px){.cards,.grid{grid-template-columns:1fr}}.chat-side-panel{color:#0f172a;z-index:9999;background:#fff;flex-direction:column;gap:16px;width:420px;max-width:92vw;height:100vh;padding:24px;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 24px #0f172a40}.chat-side-panel .chat-header{justify-content:space-between;align-items:center;display:flex}.chat-side-panel .chat-log{flex:1;max-height:none;overflow-y:auto}.chat-side-panel .chat-close{color:#fff;background:#0f172a;border-radius:999px;justify-content:center;width:36px;height:36px;padding:0;font-size:22px}.chat-side-panel .chat-input{gap:8px;display:flex}.auth-badge{flex-direction:column;align-items:flex-end;gap:4px;font-size:14px;display:flex}.auth-status{color:#166534;background:#dcfce7;border-radius:999px;padding:4px 10px;font-weight:600}.queue-green{border-left:6px solid #22c55e}.queue-yellow{border-left:6px solid #eab308}.queue-red{border-left:6px solid #ef4444}
