/* Thousand Index - Reuse structure but different theme */
@import url('kozel-index.css');

body {
    background: linear-gradient(135deg, #2c3e50 0%, #bdc3c7 100%);
    /* Blue-grey theme */
    color: #ecf0f1;
}

.game-header h1 {
    color: #e74c3c;
}

.mode-icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.mode-card:hover {
    border-color: rgba(231, 76, 60, 0.3);
}

.radio-option input:checked+span {
    color: #e74c3c;
}

.rules-list li::before {
    color: #e74c3c;
}

.join-icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.room-id {
    color: #e74c3c;
}