.stats-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.stat-card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md-lg);border:1px solid var(--color-border-lighter);padding:1.5rem}.stat-list{flex-direction:column;gap:.5rem;display:flex}.stat-item{justify-content:space-between;align-items:center;display:flex}.stat-card-title{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.stat-value{color:var(--color-text-primary);font-weight:600}.stat-card-blue{background:var(--color-accent-blue-bg);border-left:4px solid var(--color-accent-blue)}.stat-card-green{background:var(--color-accent-green-bg);border-left:4px solid var(--color-accent-green)}.stat-card-purple{background:var(--color-accent-purple-bg);border-left:4px solid var(--color-accent-purple)}.stat-card-red{background:var(--color-accent-red-bg);border-left:4px solid var(--color-accent-red)}.stat-card-indigo{background:var(--color-accent-indigo-bg);border-left:4px solid var(--color-accent-indigo)}.stat-card-teal{background:var(--color-info-bg);border-left:4px solid var(--color-info)}.stat-card-dark{background:var(--color-dark-bg);border-left:4px solid var(--color-dark)}.stat-card-collection{background:linear-gradient(135deg, var(--color-accent-purple-bg) 0%, var(--color-accent-blue-bg) 100%);border-left:4px solid var(--color-accent-purple)}.stat-card-rarity{background:var(--color-accent-yellow-bg);border-left:4px solid var(--color-accent-yellow)}.stat-card-cmc{background:var(--color-accent-green-bg);border-left:4px solid var(--color-accent-green)}.stat-card-special{background:var(--color-special-bg);border-left:4px solid var(--color-special)}.stat-row{padding-bottom:.75rem}.stat-row:last-child{padding-bottom:0}.stat-label-with-dot{align-items:center;gap:.5rem;display:flex}.stat-dot{border:1px solid #00000026;border-radius:50%;flex-shrink:0;width:10px;height:10px}.progress-wrapper{flex-direction:column;gap:.25rem;display:flex}.stat-subtitle{color:var(--color-text-muted);margin-left:1rem;font-size:.875rem}.set-code{text-transform:uppercase;font-family:monospace;font-size:.875rem;font-weight:500}.set-external{opacity:.4;transition:opacity var(--transition-fast);font-size:.75rem;text-decoration:none}.set-external:hover{opacity:1}.set-external:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.set-link{color:var(--color-text-primary);transition:color var(--transition-fast);text-decoration:none}.set-link:hover{color:var(--color-primary);text-decoration:underline}.set-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.stat-row-link{color:inherit;transition:color var(--transition-fast);text-decoration:none}.stat-row-link:hover{color:var(--color-primary)}.stat-row-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.top-group-link{color:var(--color-text-primary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.top-group-link:hover{color:var(--color-special);text-decoration:underline}.top-group-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.stat-card-hero{grid-column:1/-1}.hero-header{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.hero-percent{font-size:2.5rem;font-weight:700;line-height:1}.hero-bar{margin-bottom:1.25rem}.hero-details{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem 2rem;display:grid}.cmc-histogram{align-items:flex-end;gap:.375rem;height:160px;margin-bottom:1rem;padding:.5rem 0;display:flex}.cmc-bar-col{height:100%;color:inherit;cursor:default;flex-direction:column;flex:1;align-items:center;text-decoration:none;display:flex}.cmc-bar-col[href]{cursor:pointer}.cmc-bar-col[href]:hover .cmc-bar-active{background:linear-gradient(180deg, var(--color-primary) 0%, #3a7bd5 100%);transform:scaleY(1.03)}.cmc-bar-col[href]:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.cmc-bar-wrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;width:100%;display:flex}.cmc-bar{background:var(--color-border-lighter);border-radius:var(--radius-xs) var(--radius-xs) 0 0;width:100%;min-height:0;transition:height var(--transition-default), background var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:flex-start;display:flex;position:relative}.cmc-bar-active{background:linear-gradient(180deg, var(--color-accent-green) 0%, var(--color-success) 100%)}.cmc-bar-value{color:#fff;text-shadow:0 1px 2px #0000004d;white-space:nowrap;padding-top:4px;font-size:.7rem;font-weight:600}.cmc-bar-label{color:var(--color-text-muted);margin-top:.375rem;font-size:.8rem;font-weight:500}.cmc-summary{flex-wrap:wrap;gap:2rem;display:flex}.format-code-link{background:var(--color-dark);color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all var(--transition-fast);border:none;padding:.15rem .5rem;font-family:monospace;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-block}.format-code-link:hover{background:var(--color-primary);transform:translateY(-1px)}.format-code-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.format-deck-count{color:var(--color-text-muted);font-size:.875rem}@media (width<=768px){.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.hero-percent{font-size:2rem}.hero-details{grid-template-columns:1fr}.cmc-histogram{height:120px}.cmc-bar-value{font-size:.6rem}.rarity-bar-row{gap:.35rem}.rarity-bar-label{min-width:50px;font-size:.8rem}}.hero-rarity-breakdown{border-top:1px solid #0000001a;margin-top:1.25rem;padding-top:1rem}.rarity-bars{flex-direction:column;gap:.5rem;display:flex}.rarity-bar-row{align-items:center;gap:.5rem;display:flex}.rarity-bar-icon{flex-shrink:0;font-size:.85rem}.rarity-bar-label{color:var(--color-text-secondary);min-width:70px;font-size:.85rem;font-weight:500}.rarity-bar-track{background:#0000001a;border-radius:3px;flex:1;height:6px;overflow:hidden}.rarity-bar-fill{height:100%;transition:width var(--transition-default);border-radius:3px}.rarity-bar-pct{text-align:right;min-width:36px;font-size:.8rem;font-weight:600}.most-played-row{padding-bottom:.75rem}.most-played-row:last-child{padding-bottom:0}.most-played-item{align-items:flex-start;gap:.5rem}.most-played-link{color:inherit;min-width:0;transition:color var(--transition-fast);flex:1;align-items:center;gap:.625rem;text-decoration:none;display:flex}.most-played-link:hover{color:var(--color-primary)}.most-played-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.most-played-thumb{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:36px;height:36px}.most-played-info{flex-direction:column;gap:.125rem;min-width:0;display:flex}.most-played-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.most-played-meta{align-items:center;gap:.375rem;display:flex}.most-played-counts{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.most-played-qty{color:var(--color-text-muted);font-size:.8rem;font-weight:500}@media (width<=768px){.most-played-thumb{width:28px;height:28px}.most-played-name{font-size:.85rem}}
