.ai-systems-chatbot{border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:24px;background:#0f172a;color:#f8fafc}.ai-systems-chatbot button,.ai-systems-package button,.ai-systems-package a{background:#2f7bff;color:white;border:0;border-radius:999px;padding:.7rem 1rem;margin:.25rem;text-decoration:none;display:inline-block;cursor:pointer}.ai-systems-package a.secondary{background:#334155}.ai-systems-chatbot textarea,.ai-systems-package input,.ai-systems-dashboard textarea,.ai-systems-dashboard input,.ai-systems-dashboard select{width:100%;border-radius:12px;padding:12px;margin:.35rem 0;color:#0f172a}.ai-systems-packages{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.ai-systems-package{border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:1rem;background:#111827;color:#f8fafc}.ai-systems-package pre,.ai-systems-dashboard pre{white-space:pre-wrap;background:#020617;color:#e2e8f0;border-radius:12px;padding:1rem;overflow:auto}.ai-systems-dashboard{border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:24px;background:#0f172a;color:#f8fafc}.ai-systems-dashboard button{background:#2f7bff;color:white;border:0;border-radius:999px;padding:.7rem 1rem;margin:.25rem;cursor:pointer}.ai-systems-report{margin-top:2rem;background:#f8fafc;color:#0f172a;border-radius:24px;padding:clamp(1rem,3vw,2rem);box-shadow:0 20px 60px rgba(0,0,0,.28)}.ai-systems-report h2{font-size:clamp(1.8rem,4vw,3rem);margin:.2rem 0 1rem}.ai-report-summary{font-size:1.15rem;line-height:1.65;background:#e0f2fe;border-left:6px solid #2f7bff;border-radius:12px;padding:1rem}.ai-report-section{border-top:1px solid #cbd5e1;padding:1.25rem 0}.ai-report-section h3{font-size:1.45rem;margin:.25rem 0}.ai-report-list{padding-left:1.25rem;line-height:1.6}.ai-report-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.ai-report-card{background:white;border:1px solid #cbd5e1;border-radius:16px;padding:1rem}.ai-report-card h4{margin-top:0}.ai-report-card small{display:block;color:#475569;margin-top:.5rem}.ai-report-packages .ai-systems-package{background:#0f172a;color:#f8fafc}.ai-report-package h4{font-size:1.2rem}.ai-report-package ul{padding-left:1.1rem}.ai-report-package input{background:#fff;color:#0f172a}

.ai-systems-floating-chat{--ai-chat-bottom:24px;position:fixed;right:24px;bottom:var(--ai-chat-bottom);z-index:9998;transition:bottom .18s ease}
.ai-systems-floating-chat__launcher{min-width:92px;height:52px;padding:0 20px;border:0;border-radius:999px;background:#2f7bff;color:#fff;font-weight:700;box-shadow:0 12px 32px rgba(15,23,42,.35);cursor:pointer}
.ai-systems-floating-chat__panel{position:absolute;right:0;bottom:64px;width:min(420px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 120px));overflow:auto;border-radius:24px;box-shadow:0 24px 70px rgba(2,6,23,.45)}
.ai-systems-floating-chat__panel[hidden]{display:none!important}
.ai-systems-floating-chat__panel .ai-systems-chatbot{margin:0}
@media(max-width:600px){.ai-systems-floating-chat{right:16px}.ai-systems-floating-chat__panel{position:fixed;right:16px;bottom:calc(var(--ai-chat-bottom) + 64px);width:calc(100vw - 32px);max-height:calc(100vh - 130px)}}
