.custom-widgets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.custom-widget{background:linear-gradient(145deg,#0e293e,#0b2031);border:1px solid #1d4460;border-radius:12px;padding:18px;min-width:0}.custom-widget h2{font-size:14px;text-transform:uppercase;margin:0 0 6px}.custom-widget p{color:#91aac0;margin:0;font-size:12px}.custom-info strong{display:block;font-size:29px;margin-top:22px;color:#f6f8fb}.custom-info small{display:block;color:#19d67c;margin-top:8px}.custom-chart-widget{grid-column:span 2;height:370px}.custom-chart-widget canvas{max-height:295px;margin-top:10px}.custom-widget-error{color:#ff5a57;margin-top:12px;font-size:12px}@media(max-width:1100px){.custom-widgets{grid-template-columns:repeat(2,1fr)}.custom-chart-widget{grid-column:span 2}}@media(max-width:720px){.custom-widgets{grid-template-columns:1fr}.custom-chart-widget{grid-column:span 1;height:330px}}
