/* Dark stats widget with fully responsive table (v0.4.1) */
#hdfst-widget{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Arial;color:#e5e7eb;background:#0b0f14;border:1px solid #1f2937;border-radius:1rem;padding:1rem}
.hdfst-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
@media(max-width:900px){.hdfst-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.hdfst-grid{grid-template-columns:1fr}}
.hdfst-card{background:#131a22;border:1px solid #1f2937;border-radius:.9rem;padding:1rem;box-shadow:0 10px 25px rgba(0,0,0,.25)}
.hdfst-label{font-size:12px;color:#9ca3af;margin-bottom:.3rem}
.hdfst-value{font-size:22px;font-weight:800}
.hdfst-chartblock{background:#0e1420;border:1px solid #1f2937;border-radius:.8rem;padding:.8rem;margin:1rem 0}
.hdfst-charts{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start;margin:.5rem 0 1rem}
@media(max-width:1100px){.hdfst-charts{grid-template-columns:1fr}}
.hdfst-chartblock h4{margin:.2rem 0 .6rem;font-size:14px;color:#9ca3af}
.hdfst-progress{width:100%;height:14px;background:#0f172a;border:1px solid #1f2937;border-radius:999px;overflow:hidden}
#hdfst-progress-bar{height:100%;background:linear-gradient(90deg,#60a5fa,#22d3ee);width:0%}
.hdfst-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.hdfst-top{margin-top:1rem}
.hdfst-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:.6rem;border:1px solid #1f2937;background:#0e1420;table-layout:auto;min-width:580px}
.hdfst-table th,.hdfst-table td{padding:.6rem .7rem;text-align:left;border-bottom:1px solid #192335}
.hdfst-table thead th{font-size:12px;color:#9ca3af;background:#101826}
.hdfst-table tbody tr:last-child td{border-bottom:0}
.hdfst-table tbody tr:hover{background:#0f172a}
.hdfst-table td.num{text-align:right;font-variant-numeric:tabular-nums}
.hdfst-table td.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;word-break:break-all}
.hdfst-table td.act{text-align:right}
.hdfst-a{color:#a5b4fc;text-decoration:none}
.hdfst-a:hover{color:#c7d2fe;text-decoration:underline}
@media (max-width:640px){
  .hdfst-table.hdfst-stack{min-width:0;border-radius:.6rem;overflow:hidden}
  .hdfst-table.hdfst-stack thead{display:none}
  .hdfst-table.hdfst-stack tbody tr{display:block;border-bottom:1px solid #1f2937;margin-bottom:.6rem;background:#0e1420;border-radius:.6rem}
  .hdfst-table.hdfst-stack tbody tr:last-child{margin-bottom:0}
  .hdfst-table.hdfst-stack tbody tr td{display:flex;gap:.75rem;justify-content:space-between;align-items:center;border-bottom:0;padding:.55rem .8rem}
  .hdfst-table.hdfst-stack tbody tr td::before{content:attr(data-label);color:#9ca3af;font-size:12px}
  .hdfst-table.hdfst-stack tbody tr td.num{justify-content:space-between}
  .hdfst-table.hdfst-stack tbody tr td.act{justify-content:flex-end}
  .hdfst-table.hdfst-stack tbody tr td.mono a{word-break:break-all}
}
.hdfst-meta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-top:1rem;font-size:14px}
.hdfst-link{margin-left:auto;text-decoration:none;color:#0b1020;background:linear-gradient(180deg,#60a5fa,#22d3ee);padding:.5rem .8rem;border-radius:.6rem;font-weight:700}
.hdfst-note{margin-top:.6rem;color:#9ca3af}
