.report-dashboard-body,
.report-login-body{background:#f4f5f8;color:#151b2f;}

.report-shell-lite{min-height:100vh;display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px;padding:24px;box-sizing:border-box;font-family:inherit;}
.report-lite-sidebar{height:calc(100vh - 48px);position:sticky;top:24px;background:#fff;border-radius:20px;box-shadow:0 18px 44px rgba(20,30,70,.08);display:flex;flex-direction:column;overflow:hidden;}
.report-sidebar-brand{padding:22px 20px 18px;}
.report-sidebar-brand img{width:135px;height:auto;display:block;}
.report-lite-nav{display:grid;gap:4px;padding:0 14px 18px;}
.report-lite-nav a{height:38px;display:flex;align-items:center;padding:0 12px;border-radius:11px;font-size:13px;font-weight:700;color:#3c4356;text-decoration:none;}
.report-lite-nav a.is-active,.report-lite-nav a:hover{background:#f1f3f8;color:#151b2f;}
.report-lite-promo{margin-top:auto;padding:14px;}
.report-lite-promo img{width:100%;aspect-ratio:128/223;object-fit:cover;border-radius:4px;display:block;}
.report-lite-logout{height:52px;border-top:1px solid #eef0f5;display:flex;align-items:center;padding:0 24px;color:#151b2f;font-size:13px;font-weight:700;text-decoration:none;}

.report-lite-main{min-width:0;max-width:1180px;width:100%;margin:0 auto;}
.report-lite-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin:6px 0 22px;}
.report-lite-kicker{display:block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#9aa1b4;margin-bottom:6px;}
.report-lite-header h1{margin:0;font-size:30px;line-height:1;letter-spacing:-.05em;color:#151b2f;}
.report-lite-header p{margin:10px 0 0;font-size:15px;color:#687084;font-weight:600;}
.report-lite-range{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.report-lite-range a{min-height:36px;padding:0 14px;border-radius:12px;display:flex;align-items:center;background:#fff;border:1px solid #e7eaf2;color:#5f6678;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 6px 20px rgba(20,30,70,.04);}
.report-lite-range a.active{background:#151b2f;color:#fff;border-color:#151b2f;}

.report-lite-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px;}
.report-lite-card{background:#fff;border:1px solid rgba(20,30,70,.05);border-radius:20px;box-shadow:0 16px 44px rgba(20,30,70,.07);}
.report-lite-kpi{padding:20px;min-height:130px;box-sizing:border-box;}
.report-lite-kpi span{display:block;color:#687084;font-size:13px;font-weight:800;margin-bottom:12px;}
.report-lite-kpi strong{display:block;font-size:42px;line-height:.95;font-weight:500;letter-spacing:-.06em;color:#151b2f;white-space:nowrap;}
.report-lite-kpi em{display:block;margin-top:14px;font-style:normal;font-size:12px;font-weight:800;color:#8b91a3;}
.report-lite-kpi em.is-up{color:#25a667}.report-lite-kpi em.is-down{color:#c95050}.report-lite-kpi em.is-flat{color:#8b91a3;}

.report-lite-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);gap:14px;margin-bottom:14px;}
.report-lite-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px;}
.report-lite-card-head h2{margin:0;font-size:18px;line-height:1.05;letter-spacing:-.04em;color:#151b2f;}
.report-lite-card-head p{margin:6px 0 0;color:#7b8295;font-size:13px;}
.report-lite-chart-main{grid-row:span 2;padding:20px;min-height:470px;}
.report-lite-chart-wrap{height:380px;border-radius:18px;background:#fafbfe;border:1px solid #eef0f5;padding:10px;box-sizing:border-box;overflow:hidden;}
.report-chart-svg{width:100%;height:100%;display:block;}
.report-chart-grid{stroke:#e8ebf3;stroke-width:1;}
.report-chart-area{opacity:.12}.report-chart-area-blue{fill:#437ce8}.report-chart-area-green{fill:#4bc3a0}
.report-chart-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.report-chart-line-blue{stroke:#437ce8}.report-chart-line-green{stroke:#4bc3a0}
.report-chart-dot{stroke:#fff;stroke-width:2}.report-chart-dot-blue{fill:#437ce8}.report-chart-dot-green{fill:#4bc3a0}.report-chart-label{fill:#9aa1b4;font-size:12px;font-weight:700;}
.report-lite-legend{display:flex;gap:12px;align-items:center;}
.report-lite-legend span{font-size:12px;font-weight:800;color:#687084;display:flex;gap:6px;align-items:center;}
.report-lite-legend span:before{content:"";width:9px;height:9px;border-radius:99px;display:block;}.report-lite-legend .blue:before{background:#437ce8}.report-lite-legend .green:before{background:#4bc3a0}

.report-lite-donut-card,.report-lite-insights,.report-lite-bars{padding:20px;}
.report-lite-donut{width:170px;height:170px;margin:6px auto 18px;border-radius:50%;background:conic-gradient(var(--donut));position:relative;display:grid;place-items:center;}
.report-lite-donut:after{content:"";position:absolute;inset:34px;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #eef0f5;}
.report-lite-donut span,.report-lite-donut small{position:relative;z-index:1;display:block;text-align:center;}
.report-lite-donut span{font-size:34px;line-height:1;font-weight:800;letter-spacing:-.05em;}.report-lite-donut small{font-size:11px;color:#7b8295;font-weight:800;margin-top:4px;}
.report-lite-donut-list{display:grid;gap:10px;}.report-lite-donut-list div{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:8px;align-items:center;font-size:13px;color:#687084;font-weight:700;}.report-lite-donut-list i{width:10px;height:10px;border-radius:99px;}.report-lite-donut-list strong{color:#151b2f;}

.report-lite-bar-row{display:grid;gap:8px;margin-top:14px;}.report-lite-bar-row strong{display:block;font-size:14px;line-height:1.15;color:#151b2f;}.report-lite-bar-row span{display:block;margin-top:4px;font-size:12px;color:#7b8295;font-weight:700;}.report-lite-bar-row em{height:10px;background:#eef1f8;border-radius:99px;overflow:hidden;display:block;}.report-lite-bar-row i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#3d78e8,#85b2ff);}
.report-lite-insight{padding:14px;border-radius:16px;margin-top:12px;background:#f7f9fe;border:1px solid #edf0f6;}.report-lite-insight strong{display:block;font-size:14px;color:#151b2f;}.report-lite-insight span{display:block;margin-top:6px;font-size:13px;line-height:1.35;color:#687084;}.report-lite-insight.is-green{background:#eefaf5;border-color:#d9f2e7}.report-lite-insight.is-orange{background:#fff7ed;border-color:#f4e3cd}.report-lite-insight.is-blue{background:#eef4ff;border-color:#dfe9ff;}

.report-lite-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;}
.report-lite-list-card{padding:20px;}.report-lite-list{display:grid;gap:12px;}.report-lite-list-item{display:grid;grid-template-columns:24px 46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 0 12px;border-bottom:1px solid #eef0f5;}.report-lite-list-item:last-child{border-bottom:0;padding-bottom:0;}.report-lite-list-item b{color:#9aa1b4;font-size:18px;}.report-lite-list-item img{width:46px;height:46px;border-radius:14px;object-fit:cover;background:#f1f3f8;}.report-lite-list-item span{font-size:14px;font-weight:800;color:#151b2f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.report-lite-list-item strong{font-size:14px;font-weight:900;color:#3672e6;background:#eef4ff;border-radius:999px;padding:8px 10px;white-space:nowrap;}
.report-lite-footer{display:flex;justify-content:space-between;gap:12px;padding:14px 2px 4px;color:#8b91a3;font-size:12px;font-weight:700;}.report-lite-footer a{color:#151b2f;text-decoration:none;}
.report-empty-small,.report-empty{color:#7b8295;font-size:14px;font-weight:700;}

.report-login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;box-sizing:border-box;}.report-login-panel{width:min(408px,calc(100vw - 40px));border-radius:24px;padding:22px;background:#fff;box-shadow:0 16px 44px rgba(20,30,70,.08);}.report-login-logo{display:flex;justify-content:center;margin-bottom:18px}.report-login-logo img{width:150px;height:auto}.report-login-form{display:grid;gap:16px}.report-login-field label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;color:#151b2f}.report-login-field input{width:100%;height:50px;box-sizing:border-box;border-radius:16px;border:1px solid rgba(25,34,68,.14);padding:0 16px;font-size:16px;color:#151b2f;background:#fff}.report-login-form button{height:46px;border:0;border-radius:14px;background:#e9474f;color:#fff;font-size:18px;font-weight:800;cursor:pointer}.report-login-error{margin-bottom:14px;padding:10px 12px;border-radius:14px;background:#fff1f1;color:#cc4e4e;font-size:13px;font-weight:700}

@media(max-width:1180px){.report-lite-kpis{grid-template-columns:repeat(2,minmax(0,1fr));}.report-lite-grid{grid-template-columns:1fr}.report-lite-products{grid-template-columns:1fr}.report-lite-chart-main{min-height:auto}.report-lite-chart-wrap{height:320px}}
@media(max-width:820px){.report-shell-lite{grid-template-columns:1fr;padding:14px;gap:14px}.report-lite-sidebar{height:auto;position:relative;top:auto}.report-lite-promo{display:none}.report-lite-header{flex-direction:column}.report-lite-range{justify-content:flex-start}.report-lite-kpis{grid-template-columns:1fr}.report-lite-kpi strong{font-size:38px}.report-lite-chart-wrap{height:280px}.report-lite-list-item{grid-template-columns:22px 42px minmax(0,1fr);}.report-lite-list-item strong{grid-column:3;justify-self:start;margin-top:2px}.report-lite-nav{grid-template-columns:repeat(3,1fr)}.report-lite-logout{display:none}}
