/* modern-style.css - Styles modernisés pour l'application chorale */

/* ===== VARIABLES & THÈMES ===== */
:root {
    /* Couleurs neutres et de base (communes à tous les thèmes) */
    --dark: #1e293b;
    --gray: #64748b;
    --light-gray: #f1f5f9;
    --white: #ffffff;
    
    /* Dimensions */
    --radius: 16px;
    --radius-lg: 24px;
    --shadow: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 40px rgba(0,0,0,0.15);
    
    /* Safe areas pour iOS */
    --safe-area-inset-bottom: env(safe-area-inset-bottom, 0);

    /* Couleurs des pupitres (statiques, ne changent pas avec le thème) */
    --pupitre-soprano: #ED5564;
    --pupitre-soprano-bg: #FDECEC;
    --pupitre-alto: #FB6F24;
    --pupitre-alto-bg: #FFF1E9;
    --pupitre-tenor: #A0D568;
    --pupitre-tenor-bg: #F2F9ED;
    --pupitre-basse: #4FC1E8;
    --pupitre-basse-bg: #EAF9FF;
    --pupitre-tutti: #AC92EB;
    --pupitre-tutti-bg: #F4F0FD;
}

/* --- Thème Arc-en-ciel Flash (anciennement Lady Gaga) --- */
body, body[data-theme="lady-gaga"] {
    --theme-primary: #007BFF; /* Un bleu vif comme couleur principale */
    --theme-primary-dark: #005ec4;
    --theme-primary-light: #e5f2ff;
    --theme-accent-1: #F9184A; /* Rouge-rose vif */
    --theme-accent-2: #FF8C00; /* Orange vif */
    --theme-accent-3: #F2D522; /* Jaune doré */
    --theme-accent-4: #28A745; /* Vert vif */
    --theme-accent-5: #8A2BE2; /* Bleu-violet */
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--white);
    --theme-accent-2-text: var(--white);
    --theme-accent-3-text: var(--dark);
    --theme-accent-4-text: var(--white);
    --theme-accent-5-text: var(--white);
}

/* --- Thème Halsey --- */
body[data-theme="halsey"] {
    --theme-primary: #0038A8;
    --theme-primary-dark: #002269;
    --theme-primary-light: #e6ebf7;
    --theme-accent-1: #D60270;
    --theme-accent-2: #9B4F96;
    --theme-accent-3: #0038A8;
    --theme-accent-4: #D60270;
    --theme-accent-5: #9B4F96;
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--white);
    --theme-accent-2-text: var(--white);
    --theme-accent-3-text: var(--white);
    --theme-accent-4-text: var(--white);
    --theme-accent-5-text: var(--white);
}

/* --- Thème Kim Petras --- */
body[data-theme="kim-petras"] {
    --theme-primary: #5BCEFA;
    --theme-primary-dark: #37baf5;
    --theme-primary-light: #eef9ff;
    --theme-accent-1: #F5A9B8;
    --theme-accent-2: #FFFFFF;
    --theme-accent-3: #5BCEFA;
    --theme-accent-4: #F5A9B8;
    --theme-accent-5: #FFFFFF;
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(0, 0, 0, 0.6);
    --nav-icon-color-active: #000000;
    --theme-accent-1-text: var(--dark);
    --theme-accent-2-text: var(--dark);
    --theme-accent-3-text: var(--dark);
    --theme-accent-4-text: var(--dark);
    --theme-accent-5-text: var(--dark);
}

/* --- Thème Miley Cyrus --- */
body[data-theme="miley-cyrus"] {
    --theme-primary: #21B1FF;
    --theme-primary-dark: #008ee6;
    --theme-primary-light: #e9f7ff;
    --theme-accent-1: #FF218C;
    --theme-accent-2: #FFD800;
    --theme-accent-3: #21B1FF;
    --theme-accent-4: #FF218C;
    --theme-accent-5: #FFD800;
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--white);
    --theme-accent-2-text: var(--dark);
    --theme-accent-3-text: var(--white);
    --theme-accent-4-text: var(--white);
    --theme-accent-5-text: var(--dark);
}

/* --- Thème Taylor Swift --- */
body[data-theme="taylor-swift"] {
    --theme-primary: #000000;
    --theme-primary-dark: #333333;
    --theme-primary-light: #e0e0e0;
    --theme-accent-1: #FFFFFF;
    --theme-accent-2: #000000;
    --theme-accent-3: #FFFFFF;
    --theme-accent-4: #000000;
    --theme-accent-5: #FFFFFF;
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--dark);
    --theme-accent-2-text: var(--white);
    --theme-accent-3-text: var(--dark);
    --theme-accent-4-text: var(--white);
    --theme-accent-5-text: var(--dark);
}

/* --- Thème Katy Perry --- */
body[data-theme="katy-perry"] {
    --theme-primary: #002DDA;
    --theme-primary-dark: #001f9c;
    --theme-primary-light: #e6eaff;
    --theme-accent-1: #E50022;
    --theme-accent-2: #000000;
    --theme-accent-3: #FFD100;
    --theme-accent-4: #002DDA;
    --theme-accent-5: #E50022;
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--white);
    --theme-accent-2-text: var(--white);
    --theme-accent-3-text: var(--dark);
    --theme-accent-4-text: var(--white);
    --theme-accent-5-text: var(--white);
}

/* --- Thème Sam Smith --- */
body[data-theme="sam-smith"] {
    --theme-primary: #224E9F;
    --theme-primary-dark: #163469;
    --theme-primary-light: #e9eef6;
    --theme-accent-1: #4E9FD2;
    --theme-accent-2: #FFFFFF;
    --theme-accent-3: #85E693;
    --theme-accent-4: #2C593F;
    --theme-accent-5: #224E9F;
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--white);
    --theme-accent-2-text: var(--dark);
    --theme-accent-3-text: var(--dark);
    --theme-accent-4-text: var(--white);
    --theme-accent-5-text: var(--white);
}

/* --- Thème Frank Ocean --- */
body[data-theme="frank-ocean"] {
    --theme-primary: #59312A;
    --theme-primary-dark: #3b201b;
    --theme-primary-light: #ece8e7;
    --theme-accent-1: #F49E3C;
    --theme-accent-2: #FFCC00;
    --theme-accent-3: #FFFFFF;
    --theme-accent-4: #F3C8A8;
    --theme-accent-5: #A8A8A8;
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--dark);
    --theme-accent-2-text: var(--dark);
    --theme-accent-3-text: var(--dark);
    --theme-accent-4-text: var(--dark);
    --theme-accent-5-text: var(--dark);
}

/* --- Thème Hayley Kiyoko --- */
body[data-theme="hayley-kiyoko"] {
    --theme-primary: #A30262;
    --theme-primary-dark: #700143;
    --theme-primary-light: #f6e6f0;
    --theme-accent-1: #D52D00;
    --theme-accent-2: #FF9A56;
    --theme-accent-3: #FFFFFF;
    --theme-accent-4: #D36AA8;
    --theme-accent-5: #9C004D;
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--white);
    --theme-accent-2-text: var(--dark);
    --theme-accent-3-text: var(--dark);
    --theme-accent-4-text: var(--dark);
    --theme-accent-5-text: var(--white);
}

/* --- NOUVEAU THÈME : Patrick --- */
body[data-theme="patrick"] {
    --theme-primary: #FF1493;
    --theme-primary-dark: #C71585;
    --theme-primary-light: #ffebf5;
    --theme-accent-1: #FF0000;
    --theme-accent-2: #FFC0CB;
    --theme-accent-3: #FF1493;
    --theme-accent-4: #FF0000;
    --theme-accent-5: #FFC0CB;
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--white);
    --theme-accent-2-text: var(--dark);
    --theme-accent-3-text: var(--white);
    --theme-accent-4-text: var(--white);
    --theme-accent-5-text: var(--dark);
}

/* --- NOUVEAU THÈME : Biatch++ --- */
body[data-theme="biatch-plus-plus"] {
    --theme-primary: #FF1493; /* Deep Pink */
    --theme-primary-dark: #C71585; /* Darker Pink */
    --theme-primary-light: #ffebf5; /* Lighter Pink */
    --theme-accent-1: #000000; /* Black */
    --theme-accent-2: #FF0000; /* Red */
    --theme-accent-3: #800080; /* Purple */
    --theme-accent-4: #000000; /* Black */
    --theme-accent-5: #FF0000; /* Red */
    --bg-color: #f1f5f9;
    --text-color: #1e293b;
    --card-bg-color: #ffffff;
    --input-bg-color: #f1f5f9;
    --header-bg-color: rgba(255,255,255,0.95);
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--white);
    --theme-accent-2-text: var(--white);
    --theme-accent-3-text: var(--white);
    --theme-accent-4-text: var(--white);
    --theme-accent-5-text: var(--white);
}

/* --- Thème Sombre --- */
body[data-theme="dark"] {
    --theme-primary: #4FC1E8; 
    --theme-primary-dark: #3DA5C4;
    --theme-primary-light: #334155; 
    --theme-accent-1: #ED5564;
    --theme-accent-2: #A0D568;
    --theme-accent-3: #FB6F24;
    --theme-accent-4: #AC92EB;
    --theme-accent-5: #4FC1E8;
    --bg-color: #0f172a; 
    --text-color: #e2e8f0; 
    --card-bg-color: #1e293b; 
    --input-bg-color: #334155;
    --header-bg-color: rgba(30, 41, 59, 0.85); 
    --nav-icon-color: rgba(255, 255, 255, 0.7);
    --nav-icon-color-active: #ffffff;
    --theme-accent-1-text: var(--white);
    --theme-accent-2-text: var(--dark);
    --theme-accent-3-text: var(--white);
    --theme-accent-4-text: var(--white);
    --theme-accent-5-text: var(--dark);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
    padding-bottom: calc(150px + var(--safe-area-inset-bottom)); 
    -webkit-font-smoothing: antialiased;
    transition: background-color 0.3s, color 0.3s;
}

/* ===== COMPOSANTS DE BASE ===== */
.container {
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.hidden {
    display: none !important;
}

.error-message {
    background: #fef2f2;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: var(--radius);
    margin-top: 12px;
    font-size: 14px;
    border: 1px solid #fecaca;
}

/* ===== ÉCRAN DE CHARGEMENT ===== */
.splash-screen {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, var(--theme-accent-4) 0%, var(--theme-primary) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    color: white;
    transition: opacity 0.3s ease;
}

.splash-logo {
    margin-bottom: 20px;
    animation: pulse 2s ease-in-out infinite;
}

.splash-logo img {
    max-width: 180px;
    height: auto;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
}

/* ===== PAGE DE CONNEXION ===== */
.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, var(--theme-accent-4) 0%, var(--theme-primary) 100%);
}

.login-card {
    background: var(--card-bg-color);
    color: var(--text-color);
    border-radius: var(--radius-lg);
    padding: 40px 30px;
    width: 100%;
    max-width: 400px;
    box-shadow: var(--shadow-lg);
    transform: translateY(0);
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.login-header {
    text-align: center;
    margin-bottom: 32px;
}

.login-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.login-icon img {
    max-width: 100%;
    height: auto;
}

/* ===== INTERFACE PRINCIPALE ===== */
.app-header {
    background: var(--header-bg-color);
    padding: 12px 16px;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.header-logo {
    height: 40px;
    flex-shrink: 0;
}

#page-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    flex-grow: 1;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-color);
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--theme-primary);
    cursor: pointer;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.user-avatar:active {
    transform: scale(0.95);
}

/* ===== SEARCH BAR ===== */
.search-container {
    padding: 16px;
    background: var(--card-bg-color);
    margin-bottom: 8px;
}

.search-bar {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 12px 16px 12px 48px;
    border: none;
    border-radius: var(--radius);
    background: var(--input-bg-color);
    color: var(--text-color);
    font-size: 16px;
    transition: all 0.2s ease;
}

.search-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--theme-primary-light);
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray);
}

/* ===== QUICK ACCESS ===== */
.quick-access {
    background: var(--card-bg-color);
    margin: 16px;
    padding: 20px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.quick-access h3 {
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.quick-access h3 i {
    color: var(--theme-primary);
}

.quick-player {
    background: var(--bg-color);
    border-radius: var(--radius);
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quick-player:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.quick-player-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.quick-player-title {
    font-weight: 600;
    font-size: 16px;
}

.mini-player {
    display: flex;
    align-items: center;
    gap: 12px;
}

.play-pause-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--theme-primary);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(5, 102, 141, 0.3);
}

.play-pause-btn:active {
    transform: scale(0.95);
}

.audio-progress {
    flex: 1;
    height: 6px;
    background: var(--input-bg-color);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.audio-progress-fill {
    height: 100%;
    background: var(--theme-primary);
    width: 0%;
    transition: width 0.3s ease;
}

/* ===== NAVIGATION PUPITRE ===== */
.pupitre-nav {
    padding: 16px;
    background: var(--theme-primary-light);
    margin-bottom: 8px;
}

.pupitre-pills {
    display: flex;
    flex-wrap: wrap; 
    gap: 8px;
}

.pupitre-pill {
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid transparent;
    background: var(--card-bg-color);
    color: var(--text-color);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pupitre-pill.active[data-pupitre-family="soprano"] { background: var(--pupitre-soprano); color: white; }
.pupitre-pill.active[data-pupitre-family="alto"] { background: var(--pupitre-alto); color: white; }
.pupitre-pill.active[data-pupitre-family="tenor"] { background: var(--pupitre-tenor); color: white; }
.pupitre-pill.active[data-pupitre-family="basse"] { background: var(--pupitre-basse); color: white; }
.pupitre-pill.active[data-pupitre-family="tutti"] { background: var(--pupitre-tutti); color: white; }


/* ===== LISTE DES CHANSONS & PLAYLISTS ===== */
.songs-section {
    padding: 0 16px 16px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
}

.view-toggle {
    display: flex;
    gap: 4px;
    background: var(--input-bg-color);
    padding: 4px;
    border-radius: 12px;
}

.view-btn {
    padding: 8px 12px;
    border: none;
    background: transparent;
    color: var(--gray);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.view-btn.active {
    background: var(--card-bg-color);
    color: var(--text-color);
    box-shadow: var(--shadow);
}

/* Carte chanson */
.song-card {
    background: var(--card-bg-color);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 12px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.song-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--theme-primary); /* Couleur par défaut */
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.song-card:active {
    transform: scale(0.98);
}

.song-card.has-track::before {
    transform: scaleY(1);
}

.song-card.has-track:nth-child(5n+1)::before { background: var(--theme-accent-1); }
.song-card.has-track:nth-child(5n+2)::before { background: var(--theme-accent-2); }
.song-card.has-track:nth-child(5n+3)::before { background: var(--theme-accent-3); }
.song-card.has-track:nth-child(5n+4)::before { background: var(--theme-accent-4); }
.song-card.has-track:nth-child(5n+5)::before { background: var(--theme-accent-5); }


.song-card-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 12px;
}

.song-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-color);
}

.song-info p {
    font-size: 14px;
    color: var(--gray);
}

.song-actions {
    display: flex;
    gap: 8px;
}

.action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: var(--input-bg-color);
    color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.action-btn:active {
    transform: scale(0.9);
}

.action-btn.favorite {
    color: #ef4444;
}

.action-btn.downloaded {
    color: #22c55e;
}

.song-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: var(--gray);
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Vue grille */
.songs-list.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
}

.songs-list.grid-view .song-card {
    text-align: center;
    padding: 16px;
}

.songs-list.grid-view .song-card-header {
    flex-direction: column;
    align-items: center;
}

.songs-list.grid-view .song-info h4 {
    font-size: 16px;
}

.songs-list.grid-view .song-meta {
    display: none;
}

/* NOUVEAU: Styles pour les cartes de playlist */
.playlist-card {
    background: var(--card-bg-color);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 5px solid var(--theme-primary);
    position: relative; /* CORRECTIF: Ajout de la position relative */
}
.playlist-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}
.playlist-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}
.playlist-card p {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 12px;
}
.playlist-card-meta {
    font-size: 13px;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 8px;
}
/* CORRECTIF: Styles pour les boutons d'admin sur la carte playlist */
.playlist-card .admin-item-actions {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
}

/* ===== BOTTOM NAVIGATION ===== */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--theme-primary);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding-bottom: var(--safe-area-inset-bottom);
    z-index: 100;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    padding: 6px 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.nav-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.nav-item {
    flex: 0 0 auto;
    min-width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 6px 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--nav-icon-color);
    border-radius: var(--radius);
}

.nav-item.active {
    color: var(--nav-icon-color-active);
    background-color: rgba(0,0,0,0.15);
}

.nav-item i {
    font-size: 20px;
}

.nav-item span {
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
    text-align: center;
}

/* Navigation responsive - très petits écrans */
@media (max-width: 380px) {
    .nav-item {
        min-width: 44px;
        padding: 6px 2px;
    }
    .nav-item i {
        font-size: 18px;
    }
    .nav-item span {
        font-size: 9px;
        max-width: 50px;
    }
}

/* Navigation responsive - écrans moyens et plus */
@media (min-width: 500px) {
    .nav-item {
        min-width: 70px;
        padding: 8px;
    }
    .nav-item i {
        font-size: 22px;
    }
    .nav-item span {
        font-size: 11px;
        max-width: none;
    }
}

/* ===== LECTEUR PERSISTANT (MODERNISÉ) ===== */
.persistent-player {
    position: fixed;
    bottom: calc(68px + var(--safe-area-inset-bottom));
    left: 8px;
    right: 8px;
    background: var(--card-bg-color);
    border: 1px solid var(--input-bg-color);
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-lg);
    z-index: 150;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform: translateY(200%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.persistent-player:not(.hidden) {
    transform: translateY(0);
}
.player-main-content {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.player-album-art {
    width: 56px;
    height: 56px;
    border-radius: var(--radius);
    background-color: var(--theme-primary-light);
    color: var(--theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}
.player-track-info {
    flex-grow: 1;
    min-width: 0;
}
.player-track-info h4 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    color: var(--text-color);
}
.player-track-info p {
    font-size: 14px;
    color: var(--gray);
    margin: 0;
    font-weight: 500;
}
.player-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.player-controls .control-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.2s ease;
}
.player-controls .control-btn:hover {
    background-color: var(--input-bg-color);
}
.player-controls .control-btn:active {
    transform: scale(0.9);
}
.player-controls .control-btn#player-play-btn {
    width: 52px;
    height: 52px;
    background: var(--theme-primary);
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(5, 102, 141, 0.3);
}
.player-controls .control-btn#player-close-btn {
    color: var(--gray);
}
.pupitre-choice-buttons {
    display: flex;
    gap: 6px;
    margin-top: 4px;
    flex-wrap: wrap;
}
.pupitre-choice-btn {
    padding: 4px 10px;
    border: 1px solid var(--gray);
    background-color: transparent;
    color: var(--gray);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
.pupitre-choice-btn.active {
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
    color: white;
}

/* NOUVEAU: Styles pour le lecteur amélioré */
.player-progress-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.player-time {
    font-size: 12px;
    color: var(--gray);
    font-family: monospace;
    min-width: 40px;
    text-align: center;
}

.persistent-player .player-progress-container {
    flex-grow: 1;
    height: 12px; /* Plus facile à toucher */
    background: var(--input-bg-color);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.persistent-player .player-progress-fill {
    height: 100%;
    background: var(--theme-primary);
    border-radius: 6px;
    pointer-events: none; /* Important pour que le clic passe au conteneur */
}

.player-progress-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    border: 3px solid var(--theme-primary);
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}


/* ===== FORMS ===== */
.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-color);
}

.form-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--input-bg-color);
    border-radius: var(--radius);
    font-size: 16px;
    transition: all 0.2s ease;
    background: var(--card-bg-color);
    color: var(--text-color);
}

.form-input:focus {
    outline: none;
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 3px var(--theme-primary-light);
}

.btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary {
    background: var(--theme-primary);
    color: white;
}

.btn-primary:active {
    transform: scale(0.98);
    background: var(--theme-primary-dark);
}

/* Styles pour l'upload de fichier amélioré */
.audio-upload-group {
    margin-bottom: 10px !important;
}

.audio-upload-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.audio-upload-wrapper select.form-input {
    flex: 1 1 150px;
}
.form-input-hidden {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.file-upload-label {
    width: auto !important;
    flex-shrink: 0;
    padding: 12px 16px !important;
    font-size: 14px !important;
}
.file-upload-label i {
    margin-right: 8px;
}
.file-name-display {
    color: var(--gray);
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    padding-left: 10px;
}

.form-label-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 500;
    color: var(--text-color);
    padding: 10px;
    border-radius: var(--radius);
    background-color: var(--input-bg-color);
}
.form-label-checkbox input[type="checkbox"] {
    width: 1.3em;
    height: 1.3em;
    accent-color: var(--theme-primary);
    flex-shrink: 0;
}


/* ===== BADGE ===== */
.badge {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.badge-soprano { background: var(--pupitre-soprano-bg); color: var(--pupitre-soprano); }
.badge-alto { background: var(--pupitre-alto-bg); color: var(--pupitre-alto); }
.badge-tenor { background: var(--pupitre-tenor-bg); color: var(--pupitre-tenor); }
.badge-basse { background: var(--pupitre-basse-bg); color: var(--pupitre-basse); }

/* ===== LOADING ===== */
.loading {
    text-align: center;
    padding: 40px;
    color: var(--gray);
}

.loading-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid var(--input-bg-color);
    border-top-color: var(--theme-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ===== MODALS ===== */
.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
    backdrop-filter: blur(4px);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background: var(--card-bg-color);
    border-radius: var(--radius-lg);
    padding: 32px;
    width: 100%;
    max-width: 500px;
    box-shadow: var(--shadow-lg);
    animation: slideUp 0.4s ease-out;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

/* Barre de progression */
#upload-progress-container {
    margin-bottom: 1rem;
}
.progress-bar-background {
    width: 100%;
    height: 20px;
    background-color: var(--input-bg-color);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress-bar-fill {
    width: 0%;
    height: 100%;
    background-color: var(--theme-primary);
    border-radius: 10px;
    transition: width 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

#upload-progress-text {
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#current-files-list .admin-list-item {
    font-size: 14px;
}
#current-files-list .file-icon {
    margin-right: 8px;
    color: var(--gray);
}

/* Styles pour la section profil */
.profile-card {
    background: var(--card-bg-color);
    padding: 24px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    margin-bottom: 24px;
}

.profile-card h2 {
    margin-bottom: 20px;
    font-size: 22px;
}

.profile-info-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--input-bg-color);
}

.profile-info-row:last-child {
    border-bottom: none;
}

.profile-info-row span:first-child {
    font-weight: 500;
    color: var(--gray);
}

.profile-info-row span:last-child {
    font-weight: 600;
}

/* Styles pour la version de l'application */
.app-version-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--gray);
}

.app-version-info span:last-child {
    font-weight: 600;
    color: var(--text-color);
    background-color: var(--input-bg-color);
    padding: 4px 8px;
    border-radius: 8px;
}

/* Styles pour l'agenda */
.concert-card {
    background: var(--card-bg-color);
    border-radius: var(--radius);
    margin-bottom: 16px;
    box-shadow: var(--shadow);
    display: flex;
    overflow: hidden;
}

.concert-card.past-event {
    opacity: 0.6;
}

.concert-date {
    background: var(--theme-primary);
    color: var(--nav-icon-color-active);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 90px;
}

#agenda-section .concert-card:nth-child(5n+1) .concert-date { background: var(--theme-accent-1); color: var(--theme-accent-1-text); }
#agenda-section .concert-card:nth-child(5n+2) .concert-date { background: var(--theme-accent-2); color: var(--theme-accent-2-text); }
#agenda-section .concert-card:nth-child(5n+3) .concert-date { background: var(--theme-accent-3); color: var(--theme-accent-3-text); }
#agenda-section .concert-card:nth-child(5n+4) .concert-date { background: var(--theme-accent-4); color: var(--theme-accent-4-text); }
#agenda-section .concert-card:nth-child(5n+5) .concert-date { background: var(--theme-accent-5); color: var(--theme-accent-5-text); }


.concert-date .month {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.concert-date .day {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.concert-details {
    padding: 16px;
    flex-grow: 1;
}

.concert-details h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.concert-details p {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 4px;
}

.concert-details p i {
    margin-right: 8px;
}

.agenda-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* BANNIERE DE NOTIFICATION */
.notification-banner {
    background: var(--theme-primary-light);
    color: var(--theme-primary);
    padding: 12px 16px;
    margin: 16px;
    border-radius: var(--radius);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    box-shadow: var(--shadow);
}

.notification-banner p {
    margin: 0;
    font-weight: 500;
    flex-grow: 1;
}

.notification-banner .btn-sm {
    flex-shrink: 0;
}

.notification-banner .close-btn {
    color: var(--theme-primary);
}

/* NOUVEAU : Styles pour le sélecteur de thème */
.theme-selector {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 16px;
}
.theme-button {
    border: 3px solid transparent;
    border-radius: var(--radius);
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    background-color: var(--input-bg-color);
}
.theme-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}
.theme-button.active {
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 3px var(--theme-primary-light);
}
.theme-swatch {
    display: flex;
    height: 24px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
    border: 1px solid var(--gray);
}
.theme-swatch span {
    flex: 1;
}
.theme-button p {
    font-weight: 600;
    color: var(--text-color);
    margin: 0;
}

/* NOUVEAU: Styles pour le gestionnaire de playlists */
.playlist-editor {
    display: grid; /* MODIFIÉ: Utilisation de Grid Layout */
    grid-template-rows: 1fr 1fr; /* MODIFIÉ: Crée deux lignes de hauteur égale */
    gap: 20px;
    margin-top: 20px;
    min-height: 40vh;
    max-height: 50vh;
}
.song-pool, .song-selection {
    /* MODIFIÉ: Plus besoin de 'flex: 1' ici */
    display: flex;
    flex-direction: column;
    min-height: 0; /* Important pour le scrolling interne */
}
.song-pool h5, .song-selection h5 {
    margin-bottom: 10px;
    font-size: 16px;
}
.song-list-container {
    border: 1px solid var(--input-bg-color);
    border-radius: var(--radius);
    padding: 8px;
    flex-grow: 1;
    overflow-y: auto;
    background-color: var(--bg-color);
}
.song-list-item {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 5px;
    background: var(--card-bg-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid var(--input-bg-color);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#all-songs-list .song-list-item:hover {
    background: var(--theme-primary-light);
    border-color: var(--theme-primary);
}
.song-list-item.selected-in-pool {
    opacity: 0.5;
    background-color: var(--input-bg-color);
    pointer-events: none;
}
.song-list-item div {
    min-width: 0;
}
.song-list-item span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.song-list-item small {
    font-size: 12px;
    color: var(--gray);
}
#selected-songs-list .song-list-item {
    cursor: grab;
}
#selected-songs-list .song-list-item:active {
    cursor: grabbing;
}
.song-list-item .actions {
    display: flex;
    align-items: center;
    gap: 4px;
}
.song-list-item .actions button {
    background: none;
    border: none;
    color: var(--gray);
    cursor: pointer;
    padding: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.song-list-item .actions button:hover {
    color: var(--text-color);
    background-color: var(--input-bg-color);
}
@media (min-width: 768px) {
    .playlist-editor {
        flex-direction: row;
    }
}
/* Styles pour le glisser-déposer (drag and drop) */
.song-list-item.dragging {
    opacity: 0.5;
    background: var(--theme-primary-light);
}
.song-list-item.drag-over {
    border-top: 3px solid var(--theme-primary);
    transform: scale(1.02);
}


/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    
    .songs-list:not(.grid-view) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 960px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 0.3s ease-out;
}

/* ===== TOASTS ===== */
.toast {
    position: fixed;
    bottom: calc(80px + var(--safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    border-radius: var(--radius);
    color: white;
    box-shadow: var(--shadow-lg);
    z-index: 9999;
    opacity: 0;
    animation: slideUpToast 0.4s ease forwards;
}

@keyframes slideUpToast {
    from { transform: translate(-50%, 100px); opacity: 0; }
    to { transform: translate(-50%, 0); opacity: 1; }
}

.toast-success { background: #22c55e; }
.toast-error { background: #ef4444; }
.toast-info { background: #3b82f6; }

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

/* Focus visible pour navigation clavier */
.btn:focus-visible,
.nav-item:focus-visible,
.action-btn:focus-visible {
    outline: 3px solid var(--theme-primary);
    outline-offset: 2px;
}

/* ===== SONDAGE AGENDA ===== */
.poll-wrap {
  margin-top: 12px;
  padding: 10px;
  background: var(--card-bg-color, #fff);
  border: 1px solid var(--theme-primary-light, #e5f2ff);
  border-radius: var(--radius, 12px);
}

.poll-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.poll-button {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid var(--theme-primary, #007BFF);
  background: var(--bg-color, #f8fafc);
  color: var(--text-color, #1e293b);
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .12s ease, background .2s ease, border .2s ease;
}
.poll-button:hover { transform: translateY(-1px); }
.poll-button.active { 
  background: var(--theme-primary-light, #e5f2ff);
  border-color: var(--theme-accent-4, #28A745);
}

.poll-stats { display: grid; gap: 6px; }
.pupitre-row { display: grid; grid-template-columns: 1fr auto auto auto; gap: 6px; align-items: center; }
.pupitre-label { font-weight: 600; color: var(--text-color, #1e293b); }

.pill {
  min-width: 28px; padding: 2px 8px; text-align: center;
  border-radius: 999px; font-weight: 600; font-size: 0.85rem;
  border: 1px solid transparent;
}
.pill-yes   { background: var(--theme-accent-4, #28A745); color: #fff; }
.pill-maybe { background: var(--theme-accent-3, #F2D522); color: #1e293b; }
.pill-no    { background: var(--theme-accent-1, #F918A); color: #fff; }

.concert-desc { margin-top: 6px; color: var(--text-color, #1e293b); }


/* ===== ÉCHAUFFEMENTS ===== */

.warmup-category-card {
    background: var(--card-bg-color);
    border-radius: var(--radius);
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-left: 4px solid var(--theme-accent-2);
}

.warmup-category-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.warmup-category-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.warmup-category-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--theme-accent-2), var(--theme-accent-1));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.warmup-category-info {
    flex: 1;
    min-width: 0;
}

.warmup-category-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-color);
}

.warmup-category-info p {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.warmup-category-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--theme-primary);
}

.warmup-card {
    background: var(--card-bg-color);
    border-radius: var(--radius);
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.warmup-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.warmup-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.warmup-info {
    flex: 1;
    min-width: 0;
}

.warmup-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-color);
}

.warmup-description {
    font-size: 14px;
    color: var(--gray);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.warmup-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    align-items: center;
}

.warmup-actions .play-warmup-btn {
    background: var(--theme-primary);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.warmup-actions .play-warmup-btn:hover {
    transform: scale(1.1);
    background: var(--theme-primary-dark);
}

/* Responsive échauffements */
@media (max-width: 480px) {
    .warmup-category-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .warmup-category-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .warmup-card-header {
        flex-direction: column;
    }
    
    .warmup-actions {
        width: 100%;
        justify-content: flex-end;
        margin-top: 8px;
    }
}