:root{color-scheme:light;font-family:SF Pro Display,Segoe UI,sans-serif;background:linear-gradient(180deg,#f3f7ff,#eef8f4);color:#0f172a}*{box-sizing:border-box}body{margin:0}.page{min-height:100vh;padding:20px}.page-chat-only{max-width:980px;margin:0 auto}.header h1{margin:0;font-size:28px}.header-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.header p{margin-top:6px;color:#475569}.header-chat-only p{max-width:720px}.status-strip{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.status-badge{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;border:1px solid transparent}.status-ok{background:#dcfce7;border-color:#16a34a;color:#166534}.status-warn{background:#fee2e2;border-color:#ef4444;color:#991b1b}.layout{display:grid;grid-template-columns:1.3fr 1fr;gap:16px;margin-top:16px}.chat-only-shell{margin-top:18px}.chat-panel,.side-panel{border:1px solid #cbd5e1;background:#fffc;border-radius:14px;padding:14px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-messages{height:62vh;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px}.message{border-radius:12px;border:1px solid #dbeafe;padding:12px;white-space:pre-wrap}.message-user{background:#eff6ff;border-color:#93c5fd}.message-assistant{background:#f8fafc;border-color:#cbd5e1}.message-role{font-size:12px;color:#475569;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.message-content{line-height:1.5}.message-section{margin-top:10px;font-size:14px}.message-section-title{font-weight:700;margin-bottom:4px}.message-section ul,.message-section ol{margin:0;padding-left:18px}.chat-panel-chat-only .chat-messages{height:68vh}.chat-input-row{margin-top:12px;display:grid;grid-template-columns:1fr auto;gap:8px}.chat-input-row input{border:1px solid #94a3b8;border-radius:10px;padding:10px 12px;font-size:15px}button{border:1px solid #0f172a;border-radius:10px;background:#0f172a;color:#fff;padding:10px 12px;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.quick-actions{margin-top:10px;display:flex;gap:8px;align-items:center}.side-panel{height:74vh;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.panel-title{font-size:15px;font-weight:700;margin-bottom:8px}.panel-block{border:1px solid #cbd5e1;border-radius:10px;padding:10px;background:#fff}.notification-card,.compact-card{border:1px solid #e2e8f0;border-radius:8px;padding:8px;margin-bottom:8px}.notification-top{display:flex;justify-content:space-between;gap:8px}.notification-card ol{padding-left:18px;margin:8px 0}.muted{color:#64748b;font-size:13px}.error-box{margin-top:10px;color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:8px}.chat-footer{margin-top:10px;display:flex;justify-content:flex-end}.chat-footer a,.admin-link{color:#1d4ed8;text-decoration:none;font-weight:600}.chat-footer a:hover,.admin-link:hover{text-decoration:underline}@media (max-width: 1024px){.layout{grid-template-columns:1fr}.chat-messages{height:50vh}.side-panel{height:auto;max-height:56vh}.header-row{align-items:flex-start;flex-direction:column}}
