.dot-matrix-chart{flex-direction:column;gap:24px;width:100%;display:flex}.chart-row-container{flex-direction:column;gap:6px;width:100%;display:flex}.chart-row-header{justify-content:space-between;align-items:center;display:flex}.chart-row-label{font-family:var(--font-heading), sans-serif;color:var(--color-text,#1e293b);font-size:.95rem;font-weight:700}.chart-row-value{font-family:var(--font-heading), sans-serif;color:var(--color-text-secondary,#64748b);font-size:.95rem;font-weight:700}.chart-row-poles-tiny{color:var(--color-text-secondary,#94a3b8);justify-content:space-between;margin-bottom:2px;font-size:.72rem;font-weight:500;display:flex}.chart-row-dots-wrap{scrollbar-width:none;overflow-x:auto}.chart-row-dots-wrap::-webkit-scrollbar{display:none}.dots-row{justify-content:space-between;gap:6px;min-width:250px;display:flex}.dot{flex-shrink:0;width:14px;height:14px;transition:all .3s}.dot.unfilled{fill:var(--color-border,#cbd5e1)}.dot.unfilled-continuum{fill:#ff5c001a;stroke:#ff5c0040;stroke-width:1px}[data-theme=dark] .dot.unfilled-continuum{fill:#ff5c002e;stroke:#ff5c0073}[data-theme=dark] .dot.unfilled{fill:#334155}.dot.filled.pride-red{fill:#ff453a;filter:drop-shadow(0 0 3px #ff453a8c)}.dot.filled.pride-orange{fill:#ff9f0a;filter:drop-shadow(0 0 3px #ff9f0a8c)}.dot.filled.pride-yellow{fill:#ffd60a;filter:drop-shadow(0 0 3px #ffd60a8c)}.dot.filled.pride-green{fill:#30d158;filter:drop-shadow(0 0 3px #30d1588c)}.dot.filled.pride-blue{fill:#0a84ff;filter:drop-shadow(0 0 3px #0a84ff8c)}.dot.filled.pride-purple{fill:#bf5af2;filter:drop-shadow(0 0 3px #bf5af28c)}@media (max-width:480px){.dot{width:10px;height:10px}.dots-row{gap:4px}.chart-row-label,.chart-row-value{font-size:.88rem}}@media (max-width:360px){.dot{width:9px;height:9px}.dots-row{gap:3px}}
