.bts-dashboard{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.7fr);gap:16px;align-items:stretch;margin:22px 0}
.bts-dashboard .bts-stats{margin:0}
.bts-stats div{position:relative;overflow:hidden;background:linear-gradient(145deg,#f2fbff,#e7f5fb);border:1px solid #dcecf3;border-radius:16px;padding:24px 14px}
.bts-stats div:after{content:'';position:absolute;width:70px;height:70px;border-radius:50%;background:rgba(18,169,223,.08);inset-inline-end:-22px;top:-22px}
.bts-stats b{font-size:32px;line-height:1.25}
.bts-overview{height:175px;border:1px solid #dce8ee;border-radius:16px;padding:10px;background:linear-gradient(180deg,#fff,#f9fcfd)}
.bts-grid{gap:16px}
.bts-chart{border-radius:16px;padding:18px;background:linear-gradient(180deg,#fff,#fbfdfe);box-shadow:0 5px 16px rgba(18,66,91,.045)}
.bts-chart h4{font-size:15px;color:var(--navy);min-height:48px}
.bts-canvas-wrap{position:relative;height:245px}
.bts-ai-report{margin-top:26px;padding:28px;border-radius:18px;background:linear-gradient(145deg,#082f49,#0b4563);color:#eefaff;box-shadow:0 18px 38px rgba(5,45,67,.18)}
.bts-report-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:18px}
.bts-ai-report h2,.bts-ai-report h3{color:#fff}
.bts-ai-report h2{margin:7px 0 0;font-size:25px}
.bts-ai-report h3{font-size:16px;margin:19px 0 7px}
.bts-ai-badge{display:inline-block;background:#1cb67b;color:#fff;border-radius:20px;padding:4px 11px;font-size:11px;font-weight:700}
.bts-report-meta{font-size:11px;color:#bdd7e4;text-align:end}
.bts-preliminary{background:rgba(255,190,69,.13);border-inline-start:3px solid #ffbe45;padding:10px 12px;border-radius:8px}
.bts-ai-report p,.bts-ai-report li{color:#e4f1f7;font-size:14px}
.bts-ai-report ul{padding-inline-start:22px}
.bts-report-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}
.bts-report-columns>div{background:rgba(255,255,255,.07);padding:15px;border-radius:12px}
.bts-report-conclusion{background:rgba(28,182,123,.14);padding:14px 17px;border-radius:12px;margin-top:16px}
@media(max-width:760px){.bts-dashboard{grid-template-columns:1fr}.bts-overview{height:220px}.bts-report-columns{grid-template-columns:1fr}.bts-report-head{display:block}.bts-report-meta{text-align:start;margin-top:10px}}
@media(max-width:650px){.bts-dashboard .bts-stats{grid-template-columns:1fr}.bts-chart h4{min-height:0}.bts-canvas-wrap{height:225px}.bts-ai-report{padding:21px 16px}}
