.kms-home-links { display: flex; gap: 12px; flex-wrap: wrap; }
.kms-home-links a { padding: 10px 18px; background: #2271b1; color: #fff; border-radius: 6px; text-decoration: none; }

.kms-team-grid, .kms-player-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin: 16px 0; }
.kms-team-card, .kms-player-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; text-align: center; }
.kms-team-card img, .kms-player-card img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; margin-bottom: 8px; }
.kms-record { color: #646970; font-size: 13px; }
.kms-btn-small { display: inline-block; margin-top: 8px; padding: 6px 14px; background: #1d2327; color: #fff; border-radius: 4px; text-decoration: none; font-size: 13px; }

.kms-table { width: 100%; border-collapse: collapse; margin: 12px 0 24px; }
.kms-table th, .kms-table td { padding: 10px 12px; border-bottom: 1px solid #e0e0e0; text-align: left; }
.kms-table th { background: #f6f7f7; }

.kms-tournament-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; }

/* Live match center */
.kms-live-scoreboard { display: flex; align-items: center; justify-content: space-between; background: #1d2327; color: #fff; padding: 28px; border-radius: 10px; margin: 16px 0; }
.kms-live-team { text-align: center; flex: 1; }
.kms-live-team img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; margin-bottom: 8px; }
.kms-live-team-name { font-weight: 600; margin-bottom: 6px; }
.kms-live-score { font-size: 44px; font-weight: 800; }
.kms-live-meta { text-align: center; padding: 0 20px; }
.kms-live-badge { display: inline-block; padding: 4px 12px; border-radius: 12px; background: #d63638; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.kms-live-commentary { max-height: 360px; overflow-y: auto; border: 1px solid #e0e0e0; border-radius: 8px; }
.kms-live-commentary-item { padding: 10px 14px; border-bottom: 1px solid #eee; font-size: 14px; }
.kms-live-commentary-item strong { color: #2271b1; }
.kms-live-loading { padding: 16px; color: #999; }

/* Player profile */
.kms-player-profile-header { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.kms-player-photo-lg { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; }
.kms-stats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.kms-stat { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; text-align: center; }
.kms-stat span { display: block; font-size: 26px; font-weight: 700; color: #1d2327; }
.kms-stat-total { background: #2271b1; color: #fff; }
.kms-stat-total span { color: #fff; }

/* Team profile */
.kms-team-profile-header { background-size: cover; background-position: center; background-color: #1d2327; color: #fff; padding: 40px 24px; border-radius: 10px; text-align: center; margin-bottom: 16px; }
.kms-team-profile-header h1 { color: #fff; }
.kms-team-logo-lg { width: 80px; height: 80px; object-fit: cover; border-radius: 50%; margin-bottom: 10px; }
.kms-team-record { display: flex; gap: 20px; margin-bottom: 20px; font-weight: 600; }
