@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#0f172a;-webkit-font-smoothing:antialiased;background:#f1f5f9;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}header{color:#fff;z-index:100;background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 100%);align-items:center;gap:.8rem;padding:.8rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #2563eb40}header .logo{background:#ffffff26;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.4rem;display:flex}header h1{color:#fff;letter-spacing:-.02em;font-size:1.2rem;font-weight:700}header small{color:#ffffffb3;font-size:.78rem;font-weight:400}.container{grid-template-columns:380px 1fr;gap:1.2rem;max-width:1440px;min-height:calc(100vh - 64px);margin:0 auto;padding:1.2rem;display:grid}.sidebar{flex-direction:column;gap:1rem;display:flex}.card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.2rem;transition:box-shadow .2s;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.card:hover{box-shadow:0 4px 12px #00000014}.card-chat{flex-direction:column;height:calc(100vh - 88px);display:flex;position:sticky;top:76px}h2{color:#475569;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.4rem;margin-bottom:.8rem;font-size:.85rem;font-weight:600;display:flex}h2 .icon{font-size:1rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.stat{text-align:center;background:linear-gradient(135deg,#f0f7ff 0%,#e8f0fe 100%);border:1px solid #dbeafe;border-radius:10px;padding:.8rem;transition:transform .15s}.stat:hover{transform:translateY(-1px)}.stat .val{color:#1d4ed8;font-size:1.6rem;font-weight:700;line-height:1.2}.stat .lbl{color:#64748b;margin-top:2px;font-size:.7rem;font-weight:500}.chat-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:.6rem;margin-bottom:.8rem;padding-bottom:.8rem;display:flex}.chat-header .avatar{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.chat-header h2{text-transform:none;letter-spacing:normal;color:#0f172a;margin-bottom:0;font-size:.95rem}.chat-header .status{color:#22c55e;align-items:center;gap:.3rem;font-size:.72rem;font-weight:500;display:flex}.chat-header .status:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;display:inline-block}.chat-box{scroll-behavior:smooth;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex:1;margin-bottom:.8rem;padding:1rem;overflow-y:auto}.chat-box::-webkit-scrollbar{width:5px}.chat-box::-webkit-scrollbar-track{background:0 0}.chat-box::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.msg{margin-bottom:.8rem;animation:.25s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.msg.user{justify-content:flex-end}.msg.bot{justify-content:flex-start}.bubble{word-wrap:break-word;white-space:pre-line;border-radius:16px;max-width:85%;padding:.65rem 1rem;font-size:.88rem;line-height:1.55;display:inline-block}.msg.user .bubble{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-bottom-right-radius:4px}.msg.bot .bubble{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000a}.sql-preview{color:#94a3b8;white-space:pre-wrap;background:#0f172a;border:1px solid #1e293b;border-radius:8px;margin-top:.5rem;padding:.6rem .8rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.75rem;line-height:1.5}.chat-input{gap:.5rem;display:flex}.chat-input input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;outline:none;flex:1;padding:.7rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.chat-input input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.chat-input input::placeholder{color:#94a3b8}.chat-input button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;padding:.7rem 1.2rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s}.chat-input button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.chat-input button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.suggestions{flex-wrap:wrap;gap:.35rem;margin-bottom:.8rem;display:flex}.suggestions button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:20px;padding:.3rem .75rem;font-family:inherit;font-size:.76rem;font-weight:500;transition:all .15s}.suggestions button:hover{color:#fff;background:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 8px #2563eb40}.results{border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto}.results table{border-collapse:collapse;width:100%;font-size:.8rem}.results th{color:#e2e8f0;text-align:left;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;background:#1e293b;padding:.6rem .7rem;font-size:.72rem;font-weight:600}.results th:first-child{border-top-left-radius:9px}.results th:last-child{border-top-right-radius:9px}.results td{color:#334155;border-bottom:1px solid #f1f5f9;padding:.55rem .7rem}.results tr:last-child td{border-bottom:none}.results tr:hover td{background:#f0f7ff}.results tr:nth-child(2n) td{background:#f8fafc}.results tr:nth-child(2n):hover td{background:#f0f7ff}.badge{letter-spacing:.02em;border-radius:20px;padding:2px 10px;font-size:.72rem;font-weight:600;display:inline-block}.badge-green{color:#15803d;background:#dcfce7}.badge-orange{color:#b45309;background:#fef3c7}.badge-red{color:#dc2626;background:#fee2e2}.history-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.history-item{cursor:pointer;border-bottom:1px solid #f1f5f9;border-radius:8px;padding:.6rem .7rem;font-size:.82rem;transition:background .15s}.history-item:last-child{border-bottom:none}.history-item:hover{background:#f0f7ff}.history-item .question{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.history-item .meta{color:#94a3b8;align-items:center;gap:.5rem;margin-top:2px;font-size:.72rem;display:flex}.history-item .meta .source-badge{text-transform:uppercase;color:#64748b;background:#f1f5f9;border-radius:4px;padding:1px 6px;font-size:.65rem;font-weight:600}.btn-clear{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:8px;padding:.25rem .7rem;font-family:inherit;font-size:.72rem;font-weight:500;transition:all .15s}.btn-clear:hover{background:#fef2f2;border-color:#fca5a5}.loading{color:#94a3b8;text-align:center;padding:1rem;font-size:.82rem}.typing-indicator{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;align-items:center;gap:4px;width:fit-content;padding:.65rem 1rem;display:flex}.typing-indicator span{background:#94a3b8;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite bounce}.typing-indicator span:first-child{animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.results-section{margin-top:.8rem;animation:.3s fadeIn}.empty-state{text-align:center;color:#94a3b8;padding:2rem 1rem}.empty-state .icon{opacity:.5;margin-bottom:.5rem;font-size:2rem}.empty-state p{font-size:.82rem}@media (width<=900px){.container{grid-template-columns:1fr;padding:.8rem}.card-chat{height:70vh;position:static}.sidebar{order:2}}
