.custom-index-hero{display:flex; justify-content:space-between; align-items:flex-start; gap:18px; overflow:hidden;}
.custom-index-hero-copy{min-width:0;}
.custom-index-hero-actions{display:flex; align-items:center; justify-content:flex-end; flex-shrink:0; padding-top:2px;}
.custom-index-grid{display:grid; grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr); gap:16px; margin-top:16px;}
.custom-index-panel{margin:0; min-width:0;}
.custom-label{display:block; margin:13px 0 6px; color:var(--muted); font-size:13px; font-weight:700;}
.custom-results{display:flex; flex-direction:column; gap:8px; margin-top:12px; max-height:420px; overflow:auto; padding-right:2px;}
.custom-result{display:flex; justify-content:space-between; gap:12px; align-items:center; border:1px solid rgba(255,255,255,.10); background:rgba(0,0,0,.10); border-radius:14px; padding:10px;}
:root[data-theme="light"] .custom-result{border-color:rgba(0,0,0,.10); background:#fff;}
.custom-result-title{font-weight:800; line-height:1.25;}
.custom-result-meta{margin-top:3px; font-size:12px; color:var(--muted);}
.custom-basket-empty{margin-top:14px; border:1px dashed rgba(255,255,255,.18); border-radius:16px; padding:18px; text-align:center;}
:root[data-theme="light"] .custom-basket-empty{border-color:rgba(0,0,0,.18);}
.custom-basket-list{display:flex; flex-direction:column; gap:10px; margin-top:14px;}
.custom-basket-item{display:grid; grid-template-columns:minmax(0,1fr) 120px auto; gap:10px; align-items:center; border:1px solid rgba(255,255,255,.10); border-radius:16px; padding:10px; background:rgba(255,255,255,.04);}
:root[data-theme="light"] .custom-basket-item{border-color:rgba(0,0,0,.10); background:rgba(0,0,0,.02);}
.custom-basket-name{font-weight:850; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.custom-basket-meta{font-size:12px; color:var(--muted); margin-top:3px;}
.custom-basket-qty{width:100%;}
.custom-index-chart-card{margin-top:16px;}
.custom-kpis{display:grid; grid-template-columns:1fr 1fr; gap:10px; min-width:260px;}
.stat.compact{padding:12px;}
.stat.compact .stat-value{font-size:22px;}
.custom-chart-wrap{margin-top:14px;}
.custom-index-actions{display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:14px;}
.custom-index-actions .btn:disabled,.custom-index-hero-actions .btn:disabled{opacity:.55; cursor:not-allowed;}
.custom-index-table-wrap{margin-top:14px; max-height:420px;}
@media (max-width: 900px){
  .custom-index-hero{flex-direction:column;}
  .custom-index-hero-actions{width:100%; justify-content:flex-start;}
  .custom-index-grid{grid-template-columns:1fr;}
  .custom-kpis{min-width:0; width:100%;}
}
@media (max-width: 560px){
  .custom-index-hero-actions .btn{width:100%;}
  .custom-basket-item{grid-template-columns:1fr;}
  .custom-kpis{grid-template-columns:1fr;}
}
