.irm-roster-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.8rem;
    padding: 1rem;
}
.irm-card {
    background: #11161f;
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    color: #e0e0e0;
    border: 1px solid #2a3440;
    transition: 0.2s;
}
.irm-card:hover { transform: translateY(-5px); border-color: #c62828; }
.irm-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; background: #1e2a3a; }
.irm-card .no-photo { width: 100%; aspect-ratio: 1/1; background: #1e2a3a; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.irm-card h3 { margin: 0.8rem 0 0.3rem; }
.irm-meta { font-size: 0.85rem; color: #aaa; }

.irm-player-profile { max-width: 1200px; margin: 2rem auto; background: #0a0e17; color: #e0e0e0; border-radius: 12px; overflow: hidden; }
.irm-header { background: linear-gradient(135deg, #1e2a3a, #0f1722); padding: 2rem; display: flex; gap: 2rem; flex-wrap: wrap; align-items: center; border-bottom: 3px solid #c62828; }
.irm-photo { width: 180px; height: 180px; object-fit: cover; border-radius: 50%; border: 3px solid #c62828; }
.irm-header h1 { color: white; }
.irm-badge { background: rgba(0,0,0,0.5); padding: 0.3rem 0.8rem; border-radius: 30px; display: inline-block; color: #c62828; }
.irm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; padding: 2rem; }
.irm-card { background: #11161f; border-radius: 16px; padding: 1.2rem 1.8rem; }
.irm-card h2 { color: #c62828; border-left: 4px solid #c62828; padding-left: 12px; }
.irm-card ul { list-style: none; padding-left: 0; }
.irm-card li { margin-bottom: 0.7rem; border-bottom: 1px dotted #2a3440; padding-bottom: 0.4rem; }
.irm-card li strong { color: #c62828; min-width: 130px; display: inline-block; }
.highlights { white-space: pre-line; line-height: 1.5; }