/* /Components/Calendar/Calendar.razor.rz.scp.css */
.calendar-container[b-4sxxgdwdn9] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.calendar-header[b-4sxxgdwdn9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.calendar-navigation[b-4sxxgdwdn9] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.calendar-navigation .btn[b-4sxxgdwdn9] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 16px;
    font-size: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-navigation .btn:hover[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.calendar-navigation .btn-primary[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.calendar-title[b-4sxxgdwdn9] {
    margin: 0;
    text-align: center;
    font-weight: 500;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s ease;
}

.calendar-title:hover[b-4sxxgdwdn9] {
    opacity: 0.8;
}

.calendar-view-selector[b-4sxxgdwdn9] {
    display: flex;
    gap: 5px;
}

.calendar-view-selector .btn[b-4sxxgdwdn9] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 16px;
}

.calendar-view-selector .btn-outline-light:hover[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.1);
}

.calendar-view-selector .btn-primary[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.calendar-body[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 15px;
}

/* Vue Mois */
.month-view .calendar-weekdays[b-4sxxgdwdn9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px;
}

.weekday-header[b-4sxxgdwdn9] {
    text-align: center;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 10px 5px;
    color: rgba(255, 255, 255, 0.9);
}

.month-view .calendar-days[b-4sxxgdwdn9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.calendar-day[b-4sxxgdwdn9] {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.calendar-day:hover[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.calendar-day.other-month[b-4sxxgdwdn9] {
    opacity: 0.4;
}

.calendar-day.today .day-number[b-4sxxgdwdn9] {
    background: white;
    color: #667eea;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.calendar-day.selected[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid white;
}

.day-number[b-4sxxgdwdn9] {
    font-size: 1rem;
    font-weight: 500;
    align-self: flex-start;
    margin-bottom: 4px;
}

/* Shows dans les jours */
.day-shows[b-4sxxgdwdn9] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}

.show-item[b-4sxxgdwdn9] {
    font-size: 0.65rem;
    padding: 2px 4px;
    border-radius: 3px;
    color: white;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: transform 0.2s ease;
}

.show-item:hover[b-4sxxgdwdn9] {
    transform: scale(1.05);
    z-index: 10;
}

.show-platform[b-4sxxgdwdn9] {
    font-size: 0.7rem;
}

.show-platform-logo[b-4sxxgdwdn9] {
    height: 12px;
    width: auto;
    border-radius: 2px;
    vertical-align: middle;
}

.platform-badge-logo[b-4sxxgdwdn9] {
    height: 14px;
    width: auto;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 4px;
}

.show-title[b-4sxxgdwdn9] {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Vue Semaine */
.week-view .calendar-weekdays[b-4sxxgdwdn9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.week-view .calendar-week-days[b-4sxxgdwdn9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.week-view .calendar-day[b-4sxxgdwdn9] {
    aspect-ratio: auto;
    min-height: 400px;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
}

.week-view .day-header[b-4sxxgdwdn9] {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.week-view .day-content[b-4sxxgdwdn9] {
    flex: 1;
    overflow-y: auto;
    padding: 5px;
}

/* Cartes de shows pour la vue semaine */
.show-card[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.show-card:hover[b-4sxxgdwdn9] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.show-card-header[b-4sxxgdwdn9] {
    display: flex;
    gap: 4px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.show-platform-badge[b-4sxxgdwdn9] {
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.show-platform-badge.large[b-4sxxgdwdn9] {
    font-size: 0.75rem;
    padding: 4px 10px;
}

.show-type-badge[b-4sxxgdwdn9] {
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 4px;
    color: white;
    font-weight: 600;
}

.show-type-badge.large[b-4sxxgdwdn9] {
    font-size: 0.75rem;
    padding: 4px 10px;
}

.show-card-title[b-4sxxgdwdn9] {
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.show-episode[b-4sxxgdwdn9] {
    color: #666;
    font-size: 0.7rem;
    margin-top: 4px;
    display: block;
}

.show-episode.large[b-4sxxgdwdn9] {
    font-size: 0.8rem;
    margin: 0;
    color: #555;
}

/* Vue Jour */
.calendar-day-view[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.day-view-header[b-4sxxgdwdn9] {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.day-view-header h5[b-4sxxgdwdn9] {
    margin: 0;
    text-transform: capitalize;
}

.day-view-content[b-4sxxgdwdn9] {
    max-height: 600px;
    overflow-y: auto;
    padding: 20px;
}

.day-shows-list[b-4sxxgdwdn9] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.show-detail-card[b-4sxxgdwdn9] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.show-detail-card:hover[b-4sxxgdwdn9] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.show-detail-header[b-4sxxgdwdn9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.show-detail-header > div[b-4sxxgdwdn9] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.show-detail-title[b-4sxxgdwdn9] {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #333;
}

.show-description[b-4sxxgdwdn9] {
    color: #666;
    font-size: 0.9rem;
    margin: 12px 0 0 0;
    line-height: 1.5;
}

.no-shows[b-4sxxgdwdn9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.no-shows p[b-4sxxgdwdn9] {
    margin-top: 16px;
    font-size: 1.1rem;
}

/* Scrollbar personnalisée */
.day-view-content[b-4sxxgdwdn9]::-webkit-scrollbar {
    width: 8px;
}

.day-view-content[b-4sxxgdwdn9]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.day-view-content[b-4sxxgdwdn9]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.day-view-content[b-4sxxgdwdn9]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Sélecteur de mois/année */
.month-year-picker-overlay[b-4sxxgdwdn9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-4sxxgdwdn9 0.2s ease;
}

@keyframes fadeIn-b-4sxxgdwdn9 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.month-year-picker[b-4sxxgdwdn9] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-4sxxgdwdn9 0.3s ease;
}

@keyframes slideUp-b-4sxxgdwdn9 {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.picker-header[b-4sxxgdwdn9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.picker-header h5[b-4sxxgdwdn9] {
    color: #667eea;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}

.picker-header .btn[b-4sxxgdwdn9] {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.months-grid[b-4sxxgdwdn9] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.month-button[b-4sxxgdwdn9] {
    padding: 12px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.month-button:hover[b-4sxxgdwdn9] {
    background: #f5f5f5;
    border-color: #667eea;
    transform: translateY(-2px);
}

.month-button.selected[b-4sxxgdwdn9] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    color: white;
}

.month-button.current[b-4sxxgdwdn9] {
    border-color: #667eea;
    color: #667eea;
    font-weight: 600;
}

.month-button.current.selected[b-4sxxgdwdn9] {
    color: white;
}

.picker-footer[b-4sxxgdwdn9] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 15px;
    border-top: 2px solid #f0f0f0;
}

.picker-footer .btn[b-4sxxgdwdn9] {
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 500;
}

.picker-footer .btn-secondary[b-4sxxgdwdn9] {
    background: #e0e0e0;
    border: none;
    color: #666;
}

.picker-footer .btn-secondary:hover[b-4sxxgdwdn9] {
    background: #d0d0d0;
}

.picker-footer .btn-primary[b-4sxxgdwdn9] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.picker-footer .btn-primary:hover[b-4sxxgdwdn9] {
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .calendar-container[b-4sxxgdwdn9] {
        padding: 15px;
        border-radius: 8px;
    }

    .calendar-header[b-4sxxgdwdn9] {
        flex-direction: column;
        text-align: center;
        margin-bottom: 15px;
        gap: 10px;
    }
    
    .calendar-title[b-4sxxgdwdn9] {
        order: -1;
        width: 100%;
        font-size: 1.1rem;
    }
    
    .calendar-navigation[b-4sxxgdwdn9] {
        width: 100%;
        justify-content: center;
        gap: 8px;
    }

    .calendar-navigation .btn[b-4sxxgdwdn9] {
        padding: 6px 12px;
        font-size: 1.2rem;
    }
    
    .calendar-view-selector[b-4sxxgdwdn9] {
        width: 100%;
        justify-content: center;
        gap: 4px;
    }

    .calendar-view-selector .btn[b-4sxxgdwdn9] {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
    
    .calendar-body[b-4sxxgdwdn9] {
        padding: 10px;
    }

    .week-view .calendar-week-days[b-4sxxgdwdn9] {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .week-view .calendar-day[b-4sxxgdwdn9] {
        min-height: 200px;
    }

    .month-view .calendar-weekdays[b-4sxxgdwdn9] {
        gap: 3px;
    }

    .weekday-header[b-4sxxgdwdn9] {
        font-size: 0.75rem;
        padding: 8px 3px;
    }

    .calendar-day[b-4sxxgdwdn9] {
        min-height: 60px;
        padding: 5px;
    }

    .day-number[b-4sxxgdwdn9] {
        font-size: 0.85rem;
    }

    .day-events[b-4sxxgdwdn9] {
        gap: 3px;
    }

    .day-event[b-4sxxgdwdn9] {
        font-size: 0.7rem;
        padding: 3px 5px;
    }
    
    .month-year-picker[b-4sxxgdwdn9] {
        max-width: 95%;
        padding: 12px;
    }
    
    .months-grid[b-4sxxgdwdn9] {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .month-button[b-4sxxgdwdn9] {
        padding: 10px 8px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .calendar-container[b-4sxxgdwdn9] {
        padding: 10px;
    }

    .calendar-header[b-4sxxgdwdn9] {
        margin-bottom: 12px;
    }

    .calendar-title[b-4sxxgdwdn9] {
        font-size: 1rem;
    }

    .calendar-navigation .btn[b-4sxxgdwdn9] {
        padding: 5px 10px;
        font-size: 1.1rem;
    }

    .calendar-view-selector .btn[b-4sxxgdwdn9] {
        padding: 5px 8px;
        font-size: 0.8rem;
    }

    .calendar-body[b-4sxxgdwdn9] {
        padding: 8px;
    }

    .month-view .calendar-weekdays[b-4sxxgdwdn9] {
        gap: 2px;
    }

    .weekday-header[b-4sxxgdwdn9] {
        font-size: 0.7rem;
        padding: 6px 2px;
    }

    .calendar-day[b-4sxxgdwdn9] {
        min-height: 50px;
        padding: 4px;
    }

    .day-number[b-4sxxgdwdn9] {
        font-size: 0.8rem;
    }

    .day-events[b-4sxxgdwdn9] {
        gap: 2px;
    }

    .day-event[b-4sxxgdwdn9] {
        font-size: 0.65rem;
        padding: 2px 4px;
    }

    .month-year-picker[b-4sxxgdwdn9] {
        max-width: 98%;
        padding: 10px;
    }

    .months-grid[b-4sxxgdwdn9] {
        gap: 6px;
    }

    .month-button[b-4sxxgdwdn9] {
        padding: 8px 6px;
        font-size: 0.8rem;
    }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zkocd664xx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zkocd664xx] {
    flex: 1;
}

.sidebar[b-zkocd664xx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zkocd664xx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zkocd664xx]  a, .top-row[b-zkocd664xx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zkocd664xx]  a:hover, .top-row[b-zkocd664xx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zkocd664xx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .page[b-zkocd664xx] {
        flex-direction: column;
    }

    .sidebar[b-zkocd664xx] {
        width: 100%;
        max-width: 320px;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 2px 0 20px rgba(0, 0, 0, 0.4);
        overflow: visible;
    }

    .sidebar.open[b-zkocd664xx] {
        transform: translateX(0);
    }

    /* S'assurer que le contenu du menu est visible quand la sidebar est ouverte */
    .sidebar.open .nav-scrollable[b-zkocd664xx] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    main[b-zkocd664xx] {
        width: 100%;
        margin-left: 0;
        padding-top: 3.5rem; /* Espace pour le top-row fixe */
        position: relative;
        z-index: 1;
        pointer-events: auto;
    }

    .content[b-zkocd664xx] {
        position: relative;
        z-index: 1;
        pointer-events: auto;
    }

    .content[b-zkocd664xx] {
        padding: 0.75rem !important;
    }

    /* Overlay pour fermer le menu */
    .sidebar-overlay[b-zkocd664xx] {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .sidebar-overlay.show[b-zkocd664xx] {
        display: block;
        opacity: 1;
    }
}

@media (min-width: 641px) {
    .page[b-zkocd664xx] {
        flex-direction: row;
    }

    .sidebar[b-zkocd664xx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zkocd664xx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zkocd664xx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zkocd664xx], article[b-zkocd664xx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bgvpt15ipv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    z-index: 1001;
    transition: all 0.3s ease;
    border-radius: 6px;
    flex-shrink: 0;
}

.navbar-toggler:hover[b-bgvpt15ipv] {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:checked[b-bgvpt15ipv] {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Cacher le bouton sur desktop */
@media (min-width: 641px) {
    .navbar-toggler[b-bgvpt15ipv] {
        display: none;
    }
}

.top-row[b-bgvpt15ipv] {
    min-height: 3.5rem;
    background: linear-gradient(135deg, rgba(5, 39, 103, 0.8) 0%, rgba(58, 6, 71, 0.8) 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

/* Sur desktop, le top-row reste relatif */
@media (min-width: 641px) {
    .top-row[b-bgvpt15ipv] {
        position: relative;
    }
}

.top-row[b-bgvpt15ipv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    animation: shimmer-b-bgvpt15ipv 3s infinite;
}

@keyframes shimmer-b-bgvpt15ipv {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.navbar-brand[b-bgvpt15ipv] {
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.navbar-brand:hover[b-bgvpt15ipv] {
    transform: translateX(3px);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.brand-icon[b-bgvpt15ipv] {
    font-size: 1.5rem;
    display: inline-block;
    animation: float-b-bgvpt15ipv 3s ease-in-out infinite;
}

@keyframes float-b-bgvpt15ipv {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

.brand-text[b-bgvpt15ipv] {
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bi[b-bgvpt15ipv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    transition: all 0.3s ease;
}

.nav-icon[b-bgvpt15ipv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.nav-text[b-bgvpt15ipv] {
    flex: 1;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.nav-indicator[b-bgvpt15ipv] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 4px;
    height: 60%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
    border-radius: 0 4px 4px 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.bi-house-door-fill-nav-menu[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-calendar-event[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-event' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}

.bi-calendar-check[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}

.bi-star-fill[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-star-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

.bi-check-circle-fill[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5a.75.75 0 0 0-.022-1.08z'/%3E%3C/svg%3E");
}

.bi-graph-up[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

.bi-share[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-share' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z'/%3E%3C/svg%3E");
}

.bi-search[b-bgvpt15ipv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
}

.nav-section[b-bgvpt15ipv] {
    padding: 0.5rem 0;
}

.nav-divider[b-bgvpt15ipv] {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    margin: 0.75rem 1rem;
    position: relative;
}

.nav-divider[b-bgvpt15ipv]::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.nav-item[b-bgvpt15ipv] {
    font-size: 0.95rem;
    padding: 0.25rem 0;
    position: relative;
}

.nav-item[b-bgvpt15ipv]  .nav-link {
    color: rgba(255, 255, 255, 0.85);
    background: none;
    border: none;
    border-radius: 12px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0 1rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    margin: 0 0.5rem;
}

.nav-item[b-bgvpt15ipv]  .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.nav-item[b-bgvpt15ipv]  .nav-link:hover {
    color: white;
    transform: translateX(5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.1);
}

.nav-item[b-bgvpt15ipv]  .nav-link:hover::before {
    opacity: 1;
}

.nav-item[b-bgvpt15ipv]  .nav-link:hover .nav-icon {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.3));
}

.nav-item[b-bgvpt15ipv]  .nav-link:hover .nav-indicator {
    transform: translateY(-50%) scaleY(1);
}

.nav-item[b-bgvpt15ipv]  a.active {
    color: white;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.15);
    transform: translateX(3px);
}

.nav-item[b-bgvpt15ipv]  a.active::before {
    opacity: 1;
}

.nav-item[b-bgvpt15ipv]  a.active .nav-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.4));
}

.nav-item[b-bgvpt15ipv]  a.active .nav-indicator {
    transform: translateY(-50%) scaleY(1);
}

.nav-item[b-bgvpt15ipv]  button.nav-link {
    cursor: pointer;
    text-align: left;
    font-size: inherit;
    font-family: inherit;
}

.nav-scrollable[b-bgvpt15ipv] {
    display: none;
    padding: 1rem 0;
    animation: slideIn-b-bgvpt15ipv 0.3s ease-out;
}

/* Sur mobile, afficher le nav-scrollable quand la sidebar est ouverte */
@media (max-width: 640.98px) {
    /* Le nav-scrollable doit être visible quand le checkbox est coché OU quand la sidebar est ouverte */
    .sidebar.open .nav-scrollable[b-bgvpt15ipv],
    .navbar-toggler:checked ~ .nav-scrollable[b-bgvpt15ipv] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@keyframes slideIn-b-bgvpt15ipv {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-toggler:checked ~ .nav-scrollable[b-bgvpt15ipv] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Sur mobile, afficher le nav-scrollable quand la sidebar est ouverte */
@media (max-width: 640.98px) {
    .sidebar.open .nav-scrollable[b-bgvpt15ipv] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Mobile optimizations */
@media (max-width: 640.98px) {
    .navbar-toggler[b-bgvpt15ipv] {
        display: block;
        position: relative;
        z-index: 1002;
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
    }

    /* Le top-row doit être fixe et toujours visible, même quand la sidebar est fermée */
    /* Utiliser un sélecteur très spécifique pour éviter les conflits */
    .sidebar .top-row[b-bgvpt15ipv],
    .top-row[b-bgvpt15ipv] {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        z-index: 9999 !important;
        background: linear-gradient(135deg, rgba(5, 39, 103, 0.95) 0%, rgba(58, 6, 71, 0.95) 100%) !important;
        backdrop-filter: blur(10px) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
        min-height: 3.5rem !important;
        height: 3.5rem !important;
        display: flex !important;
        align-items: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
        margin: 0 !important;
        padding: 0 1rem !important;
    }

    /* Forcer le top-row à sortir du contexte de la sidebar */
    .sidebar .top-row[b-bgvpt15ipv] {
        position: fixed !important;
        transform: translateX(0) !important;
        will-change: auto !important;
    }

    /* S'assurer que le bouton hamburger est toujours visible */
    .navbar-toggler[b-bgvpt15ipv] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 10000 !important;
        position: relative !important;
    }

    .nav-scrollable[b-bgvpt15ipv] {
        padding-top: 3.5rem;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        transform: none !important;
    }

    /* Quand la sidebar est ouverte OU le checkbox est coché, le nav-scrollable doit être visible */
    .sidebar.open .nav-scrollable[b-bgvpt15ipv],
    .navbar-toggler:checked ~ .nav-scrollable[b-bgvpt15ipv] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nav[b-bgvpt15ipv] {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex !important;
        flex-direction: column;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nav-section[b-bgvpt15ipv] {
        width: 100%;
        padding: 0.5rem 0;
        display: block !important;
        visibility: visible !important;
    }

    .nav-divider[b-bgvpt15ipv] {
        margin: 0.75rem 1rem;
        width: calc(100% - 2rem);
        display: block !important;
        visibility: visible !important;
    }

    .nav-item[b-bgvpt15ipv] {
        width: 100%;
        padding: 0.25rem 0;
        margin: 0;
        display: block !important;
        visibility: visible !important;
    }

    .nav-item[b-bgvpt15ipv]  .nav-link {
        height: 3.5rem;
        font-size: 1rem;
        padding: 0;
        margin: 0 0.5rem;
        width: calc(100% - 1rem);
        max-width: calc(100% - 1rem);
        box-sizing: border-box;
        display: flex !important;
        align-items: center;
        justify-content: center;
        visibility: visible !important;
        opacity: 1 !important;
        flex-direction: column;
        gap: 0.25rem;
    }

    /* Masquer le texte, garder seulement les icônes sur mobile */
    .nav-item[b-bgvpt15ipv]  .nav-text {
        display: none !important;
        visibility: hidden !important;
    }

    /* Centrer les icônes - plus grandes sur mobile */
    .nav-item[b-bgvpt15ipv]  .nav-icon {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 2.5rem;
        height: 2.5rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        visibility: visible !important;
        opacity: 1 !important;
        flex-shrink: 0;
    }

    /* Masquer l'indicateur sur mobile */
    .nav-item[b-bgvpt15ipv]  .nav-indicator {
        display: none !important;
        visibility: hidden !important;
    }

    .nav-icon[b-bgvpt15ipv] {
        width: 2rem;
        height: 2rem;
        margin-right: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .brand-text[b-bgvpt15ipv] {
        font-size: 1.1rem;
    }

    .brand-icon[b-bgvpt15ipv] {
        font-size: 1.3rem;
    }

    /* S'assurer que tous les éléments sont visibles */
    .nav-item[b-bgvpt15ipv]  * {
        visibility: visible !important;
    }

    .nav-section *[b-bgvpt15ipv] {
        visibility: visible !important;
    }
}

.nav[b-bgvpt15ipv] {
    position: relative;
}

.nav[b-bgvpt15ipv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bgvpt15ipv] {
        display: none;
    }

    .nav-scrollable[b-bgvpt15ipv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 1.5rem 0;
    }

    .nav-scrollable[b-bgvpt15ipv]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-bgvpt15ipv]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .nav-scrollable[b-bgvpt15ipv]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        transition: background 0.3s ease;
    }

    .nav-scrollable[b-bgvpt15ipv]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}
/* /Components/Nexus/Card/MediaCard.razor.rz.scp.css */
.card-wrap[b-4j3hge6sh1] {
  position: relative;
  contain: layout;
}
.card-wrap.exiting[b-4j3hge6sh1] {
  pointer-events: none;
  animation: wrap-collapse-b-4j3hge6sh1 720ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes wrap-collapse-b-4j3hge6sh1 {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
.card-wrap.exiting .card[b-4j3hge6sh1] {
  animation: card-dissolve-b-4j3hge6sh1 680ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
  pointer-events: none;
}
@keyframes card-dissolve-b-4j3hge6sh1 {
  0%   { clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 6px); filter: brightness(1) saturate(1); transform: translateX(0); }
  30%  { filter: brightness(1.3) saturate(1.3); }
  60%  { clip-path: polygon(16px 0, 40% 0, 40% 100%, 0 100%, 0 6px); filter: brightness(1.15) saturate(1.2); transform: translateX(-2px); }
  100% { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); filter: brightness(1) saturate(1); transform: translateX(-6px); }
}
.card-wrap.entering[b-4j3hge6sh1] {
  animation: wrap-emerge-b-4j3hge6sh1 720ms cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
}
@keyframes wrap-emerge-b-4j3hge6sh1 {
  0% { opacity: 0; } 30% { opacity: 1; } 100% { opacity: 1; }
}
.card-wrap.entering .card[b-4j3hge6sh1] {
  animation: card-materialize-b-4j3hge6sh1 680ms cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
  animation-delay: 120ms;
}
@keyframes card-materialize-b-4j3hge6sh1 {
  0%   { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); opacity: 0; transform: translateX(6px); filter: brightness(1.6) saturate(1.4); }
  30%  { opacity: 1; clip-path: polygon(0 0, 35% 0, 35% 100%, 0 100%); filter: brightness(1.4) saturate(1.3); }
  70%  { clip-path: polygon(0 0, 80% 0, 80% 100%, 0 100%); filter: brightness(1.15) saturate(1.15); transform: translateX(1px); }
  100% { clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 6px); opacity: 1; transform: translateX(0); filter: brightness(1) saturate(1); }
}

[b-4j3hge6sh1] .dissolve-canvas {
  position: absolute; top: 0; left: 0;
  z-index: 20; pointer-events: none;
  width: 260%; height: 100%;
}
[b-4j3hge6sh1] .materialize-canvas {
  position: absolute; top: 0; right: 0;
  z-index: 20; pointer-events: none;
  width: 260%; height: 100%;
}

.card[b-4j3hge6sh1] {
  position: relative;
  aspect-ratio: 2/3;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid oklch(0.35 0.07 215 / 0.3);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 280ms;
  background: var(--bg-1);
}
.card:hover[b-4j3hge6sh1] {
  border-color: var(--accent);
  transform: translateY(-4px);
  z-index: 5;
}

.card-poster[b-4j3hge6sh1] {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 280ms;
}
.card:hover .card-poster[b-4j3hge6sh1] { transform: scale(1.08); filter: saturate(1.1) brightness(0.9); }

.card-overlay[b-4j3hge6sh1] {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, oklch(0.08 0.03 240 / 0.95) 100%);
  z-index: 1;
}

.card-scan[b-4j3hge6sh1] {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, oklch(0.9 0.15 200 / 0.04) 3px, oklch(0.9 0.15 200 / 0.04) 4px);
  z-index: 2; pointer-events: none;
  mix-blend-mode: screen; opacity: 0;
  transition: opacity 280ms;
}
.card:hover .card-scan[b-4j3hge6sh1] { opacity: 1; }

.card-glitch[b-4j3hge6sh1] {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 1; mix-blend-mode: screen;
  opacity: 0; pointer-events: none;
}
.card:hover .card-glitch.r[b-4j3hge6sh1] {
  animation: glitch-r-b-4j3hge6sh1 600ms steps(1) forwards;
  filter: drop-shadow(2px 0 0 oklch(0.7 0.3 20));
}
.card:hover .card-glitch.c[b-4j3hge6sh1] {
  animation: glitch-c-b-4j3hge6sh1 600ms steps(1) forwards;
  filter: drop-shadow(-2px 0 0 var(--accent));
}
@keyframes glitch-r-b-4j3hge6sh1 {
  0%   { opacity: 0; transform: translate(0,0); }
  20%  { opacity: 0.5; transform: translate(3px, -1px); clip-path: inset(10% 0 60% 0); }
  40%  { transform: translate(-2px, 2px); clip-path: inset(40% 0 30% 0); }
  60%  { transform: translate(4px, -1px); clip-path: inset(70% 0 10% 0); }
  80%  { opacity: 0.3; transform: translate(-1px, 1px); clip-path: inset(5% 0 80% 0); }
  100% { opacity: 0; }
}
@keyframes glitch-c-b-4j3hge6sh1 {
  0%   { opacity: 0; transform: translate(0,0); }
  20%  { opacity: 0.5; transform: translate(-3px, 1px); clip-path: inset(25% 0 45% 0); }
  40%  { transform: translate(2px, -2px); clip-path: inset(55% 0 20% 0); }
  60%  { transform: translate(-4px, 1px); clip-path: inset(5% 0 75% 0); }
  80%  { opacity: 0.3; transform: translate(1px, -1px); clip-path: inset(60% 0 15% 0); }
  100% { opacity: 0; }
}

.card-particles[b-4j3hge6sh1] {
  position: absolute; inset: 0;
  z-index: 3; pointer-events: none;
  opacity: 0; transition: opacity 180ms;
}
.card:hover .card-particles[b-4j3hge6sh1] { opacity: 1; }

.card-frame[b-4j3hge6sh1] {
  position: absolute; inset: 0;
  z-index: 4; pointer-events: none;
}
.card-frame .corner[b-4j3hge6sh1] {
  position: absolute;
  width: 18px; height: 18px;
  border: 1px solid var(--accent);
  opacity: 0;
  transition: opacity 280ms;
}
.card:hover .card-frame .corner[b-4j3hge6sh1] { opacity: 1; }
.card-frame .corner.tl[b-4j3hge6sh1] { top: 6px; left: 6px; border-right: none; border-bottom: none; }
.card-frame .corner.tr[b-4j3hge6sh1] { top: 6px; right: 6px; border-left: none; border-bottom: none; }
.card-frame .corner.bl[b-4j3hge6sh1] { bottom: 6px; left: 6px; border-right: none; border-top: none; }
.card-frame .corner.br[b-4j3hge6sh1] { bottom: 6px; right: 6px; border-left: none; border-top: none; }

.card-badges[b-4j3hge6sh1] {
  position: absolute; top: 12px; left: 12px;
  z-index: 4;
  display: flex; gap: 6px;
  flex-direction: column; align-items: flex-start;
}
.badge[b-4j3hge6sh1] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 8px;
  background: oklch(0.1 0.02 240 / 0.8);
  color: var(--accent);
  border: 1px solid var(--accent-dim);
  backdrop-filter: blur(6px);
}
.badge.type[b-4j3hge6sh1] { color: var(--accent); }
.badge.prio-h[b-4j3hge6sh1] { color: var(--warn); border-color: var(--warn); }
.badge.prio-m[b-4j3hge6sh1] { color: oklch(0.8 0.15 80); border-color: oklch(0.6 0.12 80); }
.badge.prio-l[b-4j3hge6sh1] { color: var(--ink-2); border-color: var(--ink-3); }

.card-status[b-4j3hge6sh1] {
  position: absolute; top: 12px; right: 12px;
  z-index: 4;
  display: flex; align-items: center; gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  color: var(--ink-1);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 8px;
  background: oklch(0.1 0.02 240 / 0.75);
  backdrop-filter: blur(6px);
  border: 1px solid oklch(0.3 0.05 220 / 0.4);
}
.card-status .dot[b-4j3hge6sh1] { width: 6px; height: 6px; border-radius: 50%; }
.card-status.vu .dot[b-4j3hge6sh1] { background: var(--ok); box-shadow: 0 0 6px var(--ok); }
.card-status.avoir .dot[b-4j3hge6sh1] { background: var(--accent); box-shadow: 0 0 6px var(--accent); }
.card-status.encours .dot[b-4j3hge6sh1] { background: oklch(0.8 0.15 80); box-shadow: 0 0 6px oklch(0.8 0.15 80); animation: blink-b-4j3hge6sh1 1.5s infinite; }
.card-status.attente .dot[b-4j3hge6sh1] { background: var(--ink-2); }
.card-status.standby .dot[b-4j3hge6sh1] { background: var(--magenta); box-shadow: 0 0 6px var(--magenta); }
@keyframes blink-b-4j3hge6sh1 { 0%,100%{opacity:1} 50%{opacity:0.3} }

.card-actions[b-4j3hge6sh1] {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 200ms, transform 200ms;
}
.card:hover .card-actions[b-4j3hge6sh1] {
  opacity: 1;
  transform: translateX(0);
}
.card-action[b-4j3hge6sh1] {
  width: 30px; height: 30px;
  background: oklch(0.10 0.03 235 / 0.88);
  border: 1px solid oklch(0.4 0.08 215 / 0.45);
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 150ms;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
  backdrop-filter: blur(8px);
  padding: 0;
}
.card-action:hover[b-4j3hge6sh1] {
  border-color: var(--accent);
  color: var(--accent);
  background: oklch(0.15 0.06 215 / 0.9);
}
.card-action.fav[b-4j3hge6sh1] {
  color: oklch(0.82 0.18 55);
  border-color: oklch(0.65 0.14 55 / 0.55);
}
.card-action.fav:hover[b-4j3hge6sh1] {
  background: oklch(0.82 0.18 55 / 0.15);
  box-shadow: 0 0 10px oklch(0.82 0.18 55 / 0.35);
}
.card-action.ok[b-4j3hge6sh1] {
  color: var(--ok);
  border-color: oklch(0.65 0.15 150 / 0.55);
}
.card-action.ok:hover[b-4j3hge6sh1] {
  background: oklch(0.75 0.18 150 / 0.15);
  box-shadow: 0 0 10px oklch(0.75 0.18 150 / 0.35);
}

.card-body[b-4j3hge6sh1] {
  position: absolute;
  left: 14px; right: 14px; bottom: 14px;
  z-index: 4;
  color: var(--ink-0);
}
.card-code[b-4j3hge6sh1] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--accent);
  letter-spacing: 0.15em;
  margin-bottom: 4px; opacity: 0.9;
}
.card-title[b-4j3hge6sh1] {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600; font-size: 17px;
  letter-spacing: -0.01em; line-height: 1.1;
  margin-bottom: 6px; text-wrap: balance;
}
.card-meta[b-4j3hge6sh1] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--ink-2);
  letter-spacing: 0.1em;
  display: flex; gap: 10px; flex-wrap: wrap;
}

.card-progress[b-4j3hge6sh1] {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px;
  background: oklch(0.15 0.03 240);
  z-index: 5;
}
.card-progress-fill[b-4j3hge6sh1] {
  height: 100%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
}

.poster-placeholder[b-4j3hge6sh1] {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, oklch(0.22 0.08 240) 0%, oklch(0.18 0.1 280) 50%, oklch(0.15 0.08 210) 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.poster-placeholder[b-4j3hge6sh1]::before {
  content: "";
  position: absolute; inset: -10%;
  background: repeating-linear-gradient(45deg, transparent 0 10px, oklch(0.85 0.15 200 / 0.07) 10px 11px);
}
.poster-placeholder .poster-letter[b-4j3hge6sh1] {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 120px; font-weight: 700;
  color: oklch(0.9 0.15 200 / 0.25);
  letter-spacing: -0.05em;
  z-index: 2;
}
/* /Components/Nexus/Detail/DetailView.razor.rz.scp.css */
.detail[b-f2q24ef2pb] {
  position: fixed; inset: 0;
  z-index: 500;
  background: var(--bg-0);
  opacity: 0; visibility: hidden;
  transition: opacity 400ms, visibility 400ms;
  overflow-y: auto;
}
.detail.open[b-f2q24ef2pb] { opacity: 1; visibility: visible; }

.detail-backdrop[b-f2q24ef2pb] {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100vh;
  background-size: cover;
  background-position: center;
  filter: blur(28px) saturate(1.3) brightness(0.55);
  transform: scale(1.1);
  z-index: 0;
}
.detail-backdrop[b-f2q24ef2pb]::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, oklch(0.12 0.03 240 / 0.4) 0%, oklch(0.12 0.03 240 / 0.95) 80%, var(--bg-0) 100%);
}
.detail-grid-overlay[b-f2q24ef2pb] {
  position: absolute; inset: 0;
  background-image: linear-gradient(to right, oklch(0.85 0.15 200 / 0.05) 1px, transparent 1px);
  background-size: 64px 100%;
  pointer-events: none;
  z-index: 1;
}

.detail-inner[b-f2q24ef2pb] {
  position: relative; z-index: 2;
  max-width: 1440px; margin: 0 auto;
  padding: 120px 48px 48px;
  min-height: 100vh;
}

.detail-topbar[b-f2q24ef2pb] {
  position: absolute;
  top: 32px; left: 48px; right: 48px;
  z-index: 3;
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ink-2);
}
.detail-back[b-f2q24ef2pb] {
  display: flex; align-items: center; gap: 10px;
  background: none; border: none; color: var(--accent);
  cursor: pointer;
  font-family: inherit; font-size: inherit; letter-spacing: inherit;
  text-transform: uppercase;
}
.detail-back:hover[b-f2q24ef2pb] { color: var(--ink-0); }
.detail-breadcrumb[b-f2q24ef2pb] { color: var(--ink-3); }
.detail-breadcrumb b[b-f2q24ef2pb] { color: var(--accent); font-weight: 400; }

.detail-hero[b-f2q24ef2pb] {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  margin-bottom: 48px;
  align-items: end;
}
.detail-poster[b-f2q24ef2pb] {
  aspect-ratio: 2/3;
  border: 1px solid var(--accent-dim);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  background-size: cover; background-position: center;
  box-shadow: 0 30px 80px oklch(0 0 0 / 0.6), 0 0 0 1px oklch(0.85 0.15 200 / 0.2);
  position: relative;
}
.detail-poster[b-f2q24ef2pb]::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 70%, oklch(0.85 0.15 200 / 0.15));
  pointer-events: none;
}

.detail-info .detail-code[b-f2q24ef2pb] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--accent);
  letter-spacing: 0.3em; margin-bottom: 14px;
}
.detail-info h2[b-f2q24ef2pb] {
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-bottom: 16px;
  text-wrap: balance;
}
.detail-tagline[b-f2q24ef2pb] {
  color: var(--accent);
  font-size: 16px;
  margin-bottom: 24px;
  font-style: italic;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 300;
}
.detail-pills[b-f2q24ef2pb] {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 28px;
}
.pill[b-f2q24ef2pb] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  padding: 5px 10px;
  background: oklch(0.2 0.04 235 / 0.6);
  border: 1px solid oklch(0.4 0.08 215 / 0.35);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-1);
}
.detail-actions[b-f2q24ef2pb] { display: flex; gap: 12px; }

.btn[b-f2q24ef2pb] {
  padding: 12px 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  transition: all 180ms;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  display: flex; align-items: center; gap: 10px;
}
.btn:hover[b-f2q24ef2pb] { background: var(--accent); color: var(--bg-0); box-shadow: 0 0 20px oklch(0.75 0.15 200 / 0.5); }
.btn.primary[b-f2q24ef2pb] { background: var(--accent); color: var(--bg-0); }
.btn.primary:hover[b-f2q24ef2pb] { background: oklch(0.9 0.15 200); }
.btn.active-fav[b-f2q24ef2pb] { border-color: oklch(0.8 0.18 55); color: oklch(0.8 0.18 55); }
.btn.active-fav:hover[b-f2q24ef2pb] { background: oklch(0.8 0.18 55); color: var(--bg-0); box-shadow: 0 0 20px oklch(0.8 0.18 55 / 0.5); }
.btn.active-ok[b-f2q24ef2pb] { border-color: var(--ok); color: var(--ok); }
.btn.active-ok:hover[b-f2q24ef2pb] { background: var(--ok); color: var(--bg-0); box-shadow: 0 0 20px oklch(0.75 0.18 150 / 0.5); }

.detail-sections[b-f2q24ef2pb] {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}
.detail-panel[b-f2q24ef2pb] {
  background: linear-gradient(180deg, oklch(0.18 0.04 235 / 0.55), oklch(0.14 0.04 240 / 0.3));
  border: 1px solid oklch(0.4 0.08 215 / 0.22);
  padding: 26px 28px;
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  position: relative;
}
.detail-panel[b-f2q24ef2pb]::before {
  content: ""; position: absolute;
  top: 0; left: 0; width: 60px; height: 1px;
  background: var(--accent);
}
.panel-label[b-f2q24ef2pb] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--accent);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex; justify-content: space-between;
}
.panel-label .idx[b-f2q24ef2pb] { color: var(--ink-3); }

.synopsis p[b-f2q24ef2pb] {
  color: var(--ink-1);
  line-height: 1.65;
  font-size: 14px;
}
.synopsis p + p[b-f2q24ef2pb] { margin-top: 12px; }

.stat-rows[b-f2q24ef2pb] { display: flex; flex-direction: column; gap: 14px; }
.stat-row[b-f2q24ef2pb] { display: flex; justify-content: space-between; align-items: center; }
.stat-row .k[b-f2q24ef2pb] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--ink-2);
  letter-spacing: 0.15em; text-transform: uppercase;
}
.stat-row .v[b-f2q24ef2pb] {
  font-family: 'Space Grotesk', sans-serif;
  color: var(--ink-0); font-size: 14px;
}
.stat-row .v.accent[b-f2q24ef2pb] { color: var(--accent); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.05em; }

.rating-ring[b-f2q24ef2pb] {
  display: flex; align-items: center; gap: 16px;
  margin-top: 16px; padding-top: 18px;
  border-top: 1px dashed oklch(0.4 0.08 215 / 0.25);
}
.ring-svg[b-f2q24ef2pb] { width: 76px; height: 76px; flex-shrink: 0; }
.rating-meta[b-f2q24ef2pb] { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-2); }
.rating-meta strong[b-f2q24ef2pb] { color: var(--ink-0); font-size: 22px; font-family: 'Space Grotesk', sans-serif; font-weight: 600; }

.ep-tracker[b-f2q24ef2pb] { margin-top: 20px; }
.ep-bar-wrap[b-f2q24ef2pb] {
  background: oklch(0.1 0.02 240);
  height: 10px; position: relative;
  border: 1px solid oklch(0.3 0.05 220 / 0.3);
}
.ep-bar-fill[b-f2q24ef2pb] {
  position: absolute; inset: 0; right: auto;
  background: linear-gradient(90deg, var(--accent-dim), var(--accent));
  box-shadow: 0 0 12px var(--accent);
}
.ep-bar-ticks[b-f2q24ef2pb] { position: absolute; inset: 0; display: flex; }
.ep-tick[b-f2q24ef2pb] { flex: 1; border-right: 1px solid oklch(0.08 0.02 240); }
.ep-tick:last-child[b-f2q24ef2pb] { border-right: none; }

.detail-similar[b-f2q24ef2pb] { margin-top: 32px; }
.similar-strip[b-f2q24ef2pb] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.detail-panel--full[b-f2q24ef2pb] { margin-top: 32px; }
.seasons-panel[b-f2q24ef2pb] { margin-top: 32px; }
.seasons-list[b-f2q24ef2pb] { display: flex; flex-direction: column; gap: 14px; }
.season-row[b-f2q24ef2pb] { display: flex; flex-direction: column; gap: 6px; }
.season-header[b-f2q24ef2pb] { display: flex; align-items: center; gap: 10px; }
.season-num[b-f2q24ef2pb] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--accent);
  letter-spacing: 0.15em; min-width: 28px;
}
.season-name[b-f2q24ef2pb] {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px; color: var(--ink-1); flex: 1;
}
.season-count[b-f2q24ef2pb] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--ink-2);
  letter-spacing: 0.1em; white-space: nowrap;
}
.season-bar[b-f2q24ef2pb] { height: 6px; }

@media (max-width: 900px) {
  .detail-hero[b-f2q24ef2pb] { grid-template-columns: 1fr; }
  .detail-sections[b-f2q24ef2pb] { grid-template-columns: 1fr; }
  .similar-strip[b-f2q24ef2pb] { grid-template-columns: repeat(3, 1fr); }
}
/* /Components/Nexus/Filtre/FilterConsole.razor.rz.scp.css */
.console[b-7cqol6hclw] {
  max-width: 1680px;
  margin: 8px auto 0;
  padding: 0 32px;
}
.console-inner[b-7cqol6hclw] {
  background: linear-gradient(180deg, oklch(0.18 0.04 235 / 0.5), oklch(0.15 0.04 240 / 0.2));
  border: 1px solid oklch(0.4 0.08 215 / 0.2);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.console-prompt[b-7cqol6hclw] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.console-search[b-7cqol6hclw] {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: oklch(0.1 0.02 240 / 0.6);
  padding: 8px 12px;
  border: 1px solid oklch(0.3 0.05 220 / 0.35);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
}
.console-search input[b-7cqol6hclw] {
  background: none;
  border: none;
  color: var(--ink-0);
  outline: none;
  flex: 1;
  font-family: inherit;
  font-size: inherit;
}
.console-search input[b-7cqol6hclw]::placeholder { color: var(--ink-3); }
.console-search .caret[b-7cqol6hclw] {
  width: 7px;
  height: 14px;
  background: var(--accent);
  animation: caret-blink-b-7cqol6hclw 1s step-end infinite;
}
@keyframes caret-blink-b-7cqol6hclw { 0%,100%{opacity:1} 50%{opacity:0.3} }

.filter-group[b-7cqol6hclw] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-group-label[b-7cqol6hclw] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.chip[b-7cqol6hclw] {
  padding: 6px 12px;
  background: transparent;
  border: 1px solid oklch(0.3 0.05 220 / 0.35);
  color: var(--ink-2);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 150ms;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}
.chip:hover[b-7cqol6hclw] { color: var(--accent); border-color: var(--accent-dim); }
.chip.active[b-7cqol6hclw] {
  color: var(--bg-0);
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 16px oklch(0.75 0.15 200 / 0.4);
}
.chip .count[b-7cqol6hclw] { opacity: 0.6; margin-left: 6px; }
.chip.warn.active[b-7cqol6hclw] { background: var(--warn); border-color: var(--warn); box-shadow: 0 0 16px oklch(0.65 0.2 30 / 0.4); }
.chip.magenta.active[b-7cqol6hclw] { background: var(--magenta); border-color: var(--magenta); box-shadow: 0 0 16px oklch(0.65 0.22 340 / 0.4); }
/* /Components/Nexus/Grid/MediaGrid.razor.rz.scp.css */
.grid-section[b-0u4hi8gflj] {
  max-width: 1680px;
  margin: 0 auto;
  padding: 28px 32px 80px;
}
.grid-header[b-0u4hi8gflj] {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
}
.grid-title[b-0u4hi8gflj] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.grid-meta[b-0u4hi8gflj] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.1em;
}
.grid-meta strong[b-0u4hi8gflj] { color: var(--ink-0); font-weight: 500; }
.grid-rule[b-0u4hi8gflj] {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, oklch(0.4 0.08 215 / 0.4), transparent);
}
.grid[b-0u4hi8gflj] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
}
.empty-state[b-0u4hi8gflj] {
  padding: 80px 32px;
  text-align: center;
  color: var(--ink-3);
}
.empty-state__icon[b-0u4hi8gflj] {
  font-size: 48px;
  color: oklch(0.4 0.08 215 / 0.4);
  margin-bottom: 16px;
}
.empty-state__title[b-0u4hi8gflj] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: var(--ink-2);
  margin-bottom: 8px;
}
.empty-state__sub[b-0u4hi8gflj] {
  font-size: 13px;
  color: var(--ink-3);
}
/* /Components/Nexus/Layout/NexusLayout.razor.rz.scp.css */
.hud-top[b-3h9qow0p0l] {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, oklch(0.13 0.03 240 / 0.85), oklch(0.13 0.03 240 / 0.4));
  border-bottom: 1px solid oklch(0.40 0.08 215 / 0.25);
}
.hud-top-inner[b-3h9qow0p0l] {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 14px 32px;
  max-width: 1680px;
  margin: 0 auto;
}
.brand[b-3h9qow0p0l] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 14px;
}
.brand-mark[b-3h9qow0p0l] {
  width: 28px;
  height: 28px;
  position: relative;
}
.brand-mark svg[b-3h9qow0p0l] { width: 100%; height: 100%; }
.brand-mark[b-3h9qow0p0l]::after {
  content: "";
  position: absolute; inset: -4px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent) 0%, transparent 60%);
  opacity: 0.3;
  animation: pulse-b-3h9qow0p0l 3s ease-in-out infinite;
}
@keyframes pulse-b-3h9qow0p0l { 0%,100%{opacity:0.2} 50%{opacity:0.5} }

.brand-text[b-3h9qow0p0l] { color: var(--ink-0); }
.brand-text .accent[b-3h9qow0p0l] { color: var(--accent); }

.hud-nav[b-3h9qow0p0l] {
  display: flex;
  gap: 4px;
  margin-left: 24px;
}
.hud-nav a[b-3h9qow0p0l] {
  padding: 8px 14px;
  font-size: 12px;
  color: var(--ink-2);
  text-decoration: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
  border: 1px solid transparent;
  transition: all 180ms;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}
.hud-nav a:hover[b-3h9qow0p0l] { color: var(--accent); background: oklch(0.3 0.08 215 / 0.15); }
.hud-nav a.active[b-3h9qow0p0l] {
  color: var(--accent);
  background: oklch(0.3 0.08 215 / 0.2);
  border-color: oklch(0.55 0.13 210 / 0.5);
}

.hud-spacer[b-3h9qow0p0l] { flex: 1; }

.hud-meta[b-3h9qow0p0l] {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--ink-2);
  letter-spacing: 0.08em;
}
.utc-label[b-3h9qow0p0l] {
  font-size: 9px;
  color: var(--accent);
  opacity: 0.75;
  letter-spacing: 0.15em;
}

.hud-meta .dot[b-3h9qow0p0l] {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 8px var(--ok);
  animation: blink-b-3h9qow0p0l 2s infinite;
  display: inline-block;
  margin-right: 6px;
}
@keyframes blink-b-3h9qow0p0l { 0%,100%{opacity:1} 50%{opacity:0.3} }

.avatar-wrap[b-3h9qow0p0l] {
  position: relative;
}

.avatar[b-3h9qow0p0l] {
  width: 34px; height: 34px;
  border: 1px solid var(--accent-dim);
  background: linear-gradient(135deg, oklch(0.3 0.08 215), oklch(0.4 0.12 280));
  position: relative;
  display: flex; align-items: center; justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--accent);
  font-weight: 700;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  cursor: pointer;
  transition: border-color 150ms, box-shadow 150ms;
}
.avatar:hover[b-3h9qow0p0l] {
  border-color: var(--accent);
  box-shadow: 0 0 12px oklch(0.75 0.15 200 / 0.4);
}

.avatar-backdrop[b-3h9qow0p0l] {
  position: fixed;
  inset: 0;
  z-index: 199;
}

.avatar-menu[b-3h9qow0p0l] {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 200;
  min-width: 200px;
  background: linear-gradient(180deg, oklch(0.18 0.04 235 / 0.98), oklch(0.14 0.04 240 / 0.98));
  border: 1px solid oklch(0.4 0.08 215 / 0.4);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px oklch(0 0 0 / 0.5);
  animation: menu-appear-b-3h9qow0p0l 120ms ease-out;
}
@keyframes menu-appear-b-3h9qow0p0l {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.avatar-menu-user[b-3h9qow0p0l] {
  padding: 14px 16px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar-menu-initials[b-3h9qow0p0l] {
  width: 30px; height: 30px;
  background: linear-gradient(135deg, oklch(0.3 0.08 215), oklch(0.4 0.12 280));
  border: 1px solid var(--accent-dim);
  display: flex; align-items: center; justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 700;
  color: var(--accent);
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
  flex-shrink: 0;
}
.avatar-menu-name[b-3h9qow0p0l] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--ink-1);
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar-menu-sep[b-3h9qow0p0l] {
  height: 1px;
  background: linear-gradient(90deg, transparent, oklch(0.4 0.08 215 / 0.4), transparent);
  margin: 0 12px;
}

.avatar-menu-form[b-3h9qow0p0l] {
  padding: 6px;
}

.avatar-menu-item[b-3h9qow0p0l] {
  width: 100%;
  padding: 9px 12px;
  background: transparent;
  border: 1px solid transparent;
  color: var(--ink-2);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 150ms;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
}
.avatar-menu-item:hover[b-3h9qow0p0l] {
  background: oklch(0.2 0.04 235 / 0.6);
  border-color: oklch(0.4 0.08 215 / 0.3);
  color: var(--ink-0);
}
.avatar-menu-item.logout:hover[b-3h9qow0p0l] {
  color: var(--warn);
  border-color: oklch(0.5 0.15 30 / 0.4);
  background: oklch(0.65 0.2 30 / 0.08);
}

.hero[b-3h9qow0p0l] {
  max-width: 1680px;
  margin: 0 auto;
  padding: 48px 32px 24px;
  position: relative;
}
.hero-label[b-3h9qow0p0l] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-label[b-3h9qow0p0l]::before {
  content: "";
  width: 32px; height: 1px;
  background: var(--accent);
}
.hero h1[b-3h9qow0p0l] {
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-bottom: 16px;
  text-wrap: balance;
}
.hero h1 .glow[b-3h9qow0p0l] {
  background: linear-gradient(180deg, var(--ink-0) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 28px oklch(0.75 0.15 200 / 0.45));
}
.hero-sub[b-3h9qow0p0l] {
  color: var(--ink-2);
  font-size: 16px;
  max-width: 560px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .hud-nav[b-3h9qow0p0l] { display: none; }
}
/* /Components/Nexus/Overlay/CrtOverlay.razor.rz.scp.css */
.crt[b-cx2svrikad] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 2px,
      oklch(0 0 0 / 0.15) 2px,
      oklch(0 0 0 / 0.15) 3px
    );
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.crt[b-cx2svrikad]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 60%, oklch(0 0 0 / 0.55) 100%);
}
/* /Components/Nexus/Search/SearchConsole.razor.rz.scp.css */
.search-console[b-h8ju29nyve] {
  max-width: 1680px;
  margin: 8px auto 0;
  padding: 0 32px;
}
.console-inner[b-h8ju29nyve] {
  background: linear-gradient(180deg, oklch(0.18 0.04 235 / 0.5), oklch(0.15 0.04 240 / 0.2));
  border: 1px solid oklch(0.4 0.08 215 / 0.2);
  padding: 22px 22px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.console-prompt[b-h8ju29nyve] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.sc-input-wrap[b-h8ju29nyve] {
  flex: 1;
  min-width: 300px;
  display: flex;
  align-items: stretch;
  background: oklch(0.1 0.02 240 / 0.6);
  border: 1px solid oklch(0.3 0.05 220 / 0.35);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  overflow: hidden;
  transition: border-color 150ms;
}
.sc-input-wrap:focus-within[b-h8ju29nyve] { border-color: var(--accent-dim); }
.sc-prefix[b-h8ju29nyve] {
  color: var(--accent-dim);
  white-space: nowrap;
  padding: 10px 0 10px 12px;
  align-self: center;
}
.sc-input-wrap input[b-h8ju29nyve] {
  background: none;
  border: none;
  color: var(--ink-0);
  outline: none;
  flex: 1;
  font-family: inherit;
  font-size: 13px;
  padding: 10px 8px;
}
.sc-input-wrap input[b-h8ju29nyve]::placeholder { color: var(--ink-3); }
.sc-btn[b-h8ju29nyve] {
  padding: 0 20px;
  background: var(--accent);
  color: var(--bg-0);
  border: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 150ms;
  white-space: nowrap;
  min-width: 100px;
}
.sc-btn:hover:not(:disabled)[b-h8ju29nyve] { background: oklch(0.9 0.15 200); }
.sc-btn:disabled[b-h8ju29nyve] { opacity: 0.6; cursor: not-allowed; }
.sc-btn.busy[b-h8ju29nyve] { background: oklch(0.4 0.1 200 / 0.8); }
.sc-scanning[b-h8ju29nyve] { animation: sc-blink-b-h8ju29nyve 0.8s step-end infinite; }
@keyframes sc-blink-b-h8ju29nyve { 0%,100%{opacity:1} 50%{opacity:0.3} }

.filter-group[b-h8ju29nyve] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-group-label[b-h8ju29nyve] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.chip[b-h8ju29nyve] {
  padding: 6px 12px;
  background: transparent;
  border: 1px solid oklch(0.3 0.05 220 / 0.35);
  color: var(--ink-2);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 150ms;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}
.chip:hover[b-h8ju29nyve] { color: var(--accent); border-color: var(--accent-dim); }
.chip.active[b-h8ju29nyve] {
  color: var(--bg-0);
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 16px oklch(0.75 0.15 200 / 0.4);
}
.chip .count[b-h8ju29nyve] { opacity: 0.6; margin-left: 6px; }
/* /Components/Nexus/Search/SearchResultCardComponent.razor.rz.scp.css */
/* ============================================
   CARTE DE RÉSULTAT DE RECHERCHE
   Composant pour afficher les résultats de recherche (films, séries)
   ============================================ */

/* Carte principale - utilise les variables communes */
.result-card[b-t8h53pim0i] {
    background: white;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-normal);
    cursor: pointer;
    position: relative;
}

.result-card:hover[b-t8h53pim0i] {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* Poster de la carte */
.card-poster[b-t8h53pim0i] {
    position: relative;
    width: 100%;
    padding-top: 150%; /* Ratio 2:3 pour les posters de films/séries */
    background: var(--light-color);
    overflow: hidden;
}

.card-poster img[b-t8h53pim0i] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Placeholder quand pas d'image disponible */
.poster-placeholder[b-t8h53pim0i] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 4rem;
    opacity: 0.7;
}

/* Badge type de média (Film/Série/Anime) */
.card-type-badge[b-t8h53pim0i] {
    position: absolute;
    top: var(--spacing-sm);
    right: var(--spacing-sm);
    padding: var(--spacing-xs) var(--spacing-md);
    border-radius: 20px;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-md);
}

/* ============================================
   BOUTON FAVORI
   ============================================ */

.favorite-button[b-t8h53pim0i] {
    position: absolute;
    top: var(--spacing-sm);
    left: var(--spacing-sm);
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--border-radius-round);
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-smooth);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: var(--z-dropdown);
}

.favorite-button:hover[b-t8h53pim0i] {
    transform: scale(1.15);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.8);
    border-color: var(--warning-color);
}

.favorite-button:active[b-t8h53pim0i] {
    transform: scale(1.05);
}

.favorite-button.is-favorite[b-t8h53pim0i] {
    background: linear-gradient(135deg, var(--warning-color) 0%, #ff9800 100%);
    border-color: var(--warning-color);
    color: white;
    box-shadow: 0 4px 16px rgba(255, 193, 7, 0.5);
    animation: pulse-favorite-b-t8h53pim0i 0.6s ease;
}

.favorite-button.is-favorite:hover[b-t8h53pim0i] {
    background: linear-gradient(135deg, #ffb300 0%, #f57c00 100%);
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.6);
}

.favorite-button:disabled[b-t8h53pim0i] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.favorite-button .favorite-icon[b-t8h53pim0i] {
    transition: all var(--transition-normal);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
}

.favorite-button:hover .favorite-icon[b-t8h53pim0i] {
    transform: rotate(15deg) scale(1.1);
}

.favorite-button.is-favorite .favorite-icon[b-t8h53pim0i] {
    animation: star-pop-b-t8h53pim0i 0.4s ease;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes pulse-favorite-b-t8h53pim0i {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes star-pop-b-t8h53pim0i {
    0% {
        transform: scale(0.5) rotate(-180deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.3) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* ============================================
   BOUTON VU
   ============================================ */

.watched-button[b-t8h53pim0i] {
    position: absolute;
    bottom: var(--spacing-sm);
    left: var(--spacing-sm);
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--border-radius-round);
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-smooth);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: var(--z-dropdown);
}

.watched-button:hover[b-t8h53pim0i] {
    transform: scale(1.15);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.8);
    border-color: var(--success-color);
}

.watched-button:active[b-t8h53pim0i] {
    transform: scale(1.05);
}

.watched-button.is-watched[b-t8h53pim0i] {
    background: linear-gradient(135deg, var(--success-color) 0%, #2e7d32 100%);
    border-color: var(--success-color);
    color: white;
    box-shadow: 0 4px 16px rgba(76, 175, 80, 0.5);
    animation: pulse-watched-b-t8h53pim0i 0.6s ease;
}

.watched-button.is-watched:hover[b-t8h53pim0i] {
    background: linear-gradient(135deg, #43a047 0%, #1b5e20 100%);
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.6);
}

.watched-button:disabled[b-t8h53pim0i] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.watched-button .watched-icon[b-t8h53pim0i] {
    transition: all var(--transition-normal);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

.watched-button:hover .watched-icon[b-t8h53pim0i] {
    transform: scale(1.1);
}

.watched-button.is-watched .watched-icon[b-t8h53pim0i] {
    animation: check-pop-b-t8h53pim0i 0.4s ease;
}

@keyframes pulse-watched-b-t8h53pim0i {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes check-pop-b-t8h53pim0i {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ============================================
   CONTENU DE LA CARTE
   ============================================ */

.card-content[b-t8h53pim0i] {
    padding: var(--spacing-md);
}

.card-title[b-t8h53pim0i] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
    color: var(--dark-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    min-height: 2.6em;
}

.card-year[b-t8h53pim0i] {
    font-size: 0.9rem;
    color: var(--secondary-color);
    margin-bottom: var(--spacing-sm);
}

.card-rating[b-t8h53pim0i] {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    color: var(--warning-color);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
}

.card-rating span[b-t8h53pim0i] {
    color: var(--dark-color);
}

.card-overview[b-t8h53pim0i] {
    font-size: 0.85rem;
    color: var(--secondary-color);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .card-content[b-t8h53pim0i] {
        padding: var(--spacing-sm);
    }

    .card-title[b-t8h53pim0i] {
        font-size: 0.9rem;
        min-height: 2.4em;
    }

    .card-year[b-t8h53pim0i] {
        font-size: 0.85rem;
    }

    .card-rating[b-t8h53pim0i] {
        font-size: 0.85rem;
    }

    .card-overview[b-t8h53pim0i] {
        font-size: 0.8rem;
        -webkit-line-clamp: 2;
    }

    .favorite-button[b-t8h53pim0i] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .watched-button[b-t8h53pim0i] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .card-type-badge[b-t8h53pim0i] {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }
}

@media (max-width: 576px) {
    .card-content[b-t8h53pim0i] {
        padding: 0.5rem;
    }

    .card-title[b-t8h53pim0i] {
        font-size: 0.85rem;
        min-height: 2.2em;
        margin-bottom: 0.25rem;
    }

    .card-year[b-t8h53pim0i] {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
    }

    .card-rating[b-t8h53pim0i] {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
    }

    .card-overview[b-t8h53pim0i] {
        font-size: 0.75rem;
        -webkit-line-clamp: 2;
        line-height: 1.3;
    }

    .favorite-button[b-t8h53pim0i] {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        top: 0.4rem;
        left: 0.4rem;
    }

    .favorite-button .favorite-icon[b-t8h53pim0i] {
        font-size: 1rem;
    }

    .watched-button[b-t8h53pim0i] {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        bottom: 0.4rem;
        left: 0.4rem;
    }

    .watched-button .watched-icon[b-t8h53pim0i] {
        font-size: 1rem;
    }

    .card-type-badge[b-t8h53pim0i] {
        font-size: 0.65rem;
        padding: 0.15rem 0.4rem;
        top: 0.4rem;
        right: 0.4rem;
    }
}
/* /Components/Nexus/Stats/StatsRow.razor.rz.scp.css */
.stats[b-mw9fjtq6dj] {
  max-width: 1680px;
  margin: 0 auto;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.stat[b-mw9fjtq6dj] {
  position: relative;
  padding: 22px 22px 18px;
  background: linear-gradient(135deg, oklch(0.18 0.04 235 / 0.6), oklch(0.15 0.04 240 / 0.3));
  border: 1px solid oklch(0.4 0.08 215 / 0.2);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  overflow: hidden;
  transition: border-color 200ms, transform 200ms;
}
.stat[b-mw9fjtq6dj]::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}
.stat[b-mw9fjtq6dj]::after {
  content: "";
  position: absolute;
  bottom: 0; right: 0;
  width: 40%;
  height: 1px;
  background: linear-gradient(-90deg, var(--accent), transparent);
}
.stat:hover[b-mw9fjtq6dj] {
  border-color: oklch(0.55 0.13 210 / 0.5);
  transform: translateY(-2px);
}
.stat-label[b-mw9fjtq6dj] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--ink-2);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stat-label .idx[b-mw9fjtq6dj] { color: var(--accent-dim); }
.stat-value[b-mw9fjtq6dj] {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink-0);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.stat-value .unit[b-mw9fjtq6dj] {
  font-size: 13px;
  color: var(--accent);
  font-family: 'JetBrains Mono', monospace;
  font-weight: 400;
}
.stat-bar[b-mw9fjtq6dj] {
  margin-top: 12px;
  height: 2px;
  background: oklch(0.25 0.05 235);
  overflow: hidden;
  position: relative;
}
.stat-bar-fill[b-mw9fjtq6dj] {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-dim), var(--accent));
  box-shadow: 0 0 8px var(--accent);
  width: 0;
  animation: fill-bar-b-mw9fjtq6dj 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes fill-bar-b-mw9fjtq6dj { to { width: var(--target-width, 60%); } }

@media (max-width: 900px) {
  .stats[b-mw9fjtq6dj] { grid-template-columns: repeat(2, 1fr); }
}
/* /Components/Planning/Planning.razor.rz.scp.css */
.planning-container[b-bre9h209ei] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.planning-header[b-bre9h209ei] {
    margin-bottom: 30px;
}

.planning-header h2[b-bre9h209ei] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.planning-content[b-bre9h209ei] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.planning-section[b-bre9h209ei] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.section-header[b-bre9h209ei] {
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.2s;
}

.section-header:hover[b-bre9h209ei] {
    background: #e9ecef;
}

.section-header h3[b-bre9h209ei] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    letter-spacing: 0.5px;
}

.expand-icon[b-bre9h209ei] {
    color: #6c757d;
    font-size: 0.8rem;
    transition: transform 0.3s;
}

.section-header.expanded .expand-icon[b-bre9h209ei] {
    transform: rotate(180deg);
}

.section-content[b-bre9h209ei] {
    padding: 0;
}

.planning-item[b-bre9h209ei] {
    display: grid;
    grid-template-columns: 100px 150px 1fr;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    gap: 15px;
    transition: background 0.2s;
}

.planning-item:hover[b-bre9h209ei] {
    background: #f8f9fa;
}

.planning-item:last-child[b-bre9h209ei] {
    border-bottom: none;
}

.item-date[b-bre9h209ei] {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: lowercase;
}

.item-info[b-bre9h209ei] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.item-series-name[b-bre9h209ei] {
    font-weight: 600;
    font-size: 0.95rem;
}

.item-episode[b-bre9h209ei] {
    font-size: 0.85rem;
    color: #6c757d;
    font-family: 'Courier New', monospace;
}

.item-title[b-bre9h209ei] {
    font-size: 0.9rem;
    color: #495057;
    cursor: pointer;
    transition: color 0.2s;
}

.item-title:hover[b-bre9h209ei] {
    color: #007bff;
    text-decoration: underline;
}

.item-actions[b-bre9h209ei] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Custom Checkbox */
.checkbox-container[b-bre9h209ei] {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.checkbox-container input[b-bre9h209ei] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark[b-bre9h209ei] {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: white;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.2s;
}

.checkbox-container:hover .checkmark[b-bre9h209ei] {
    border-color: #007bff;
}

.checkbox-container input:checked ~ .checkmark[b-bre9h209ei] {
    background-color: #007bff;
    border-color: #007bff;
}

.checkmark[b-bre9h209ei]:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark[b-bre9h209ei]:after {
    display: block;
}

.checkbox-container .checkmark[b-bre9h209ei]:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-container input:disabled ~ .checkmark[b-bre9h209ei] {
    background-color: #e9ecef;
    border-color: #ced4da;
    cursor: not-allowed;
    opacity: 0.6;
}

.checkbox-container input:disabled ~ .checkmark[b-bre9h209ei]:after {
    display: none;
}

.checkbox-container:hover input:disabled ~ .checkmark[b-bre9h209ei] {
    border-color: #ced4da;
}

.no-planning[b-bre9h209ei] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-planning p[b-bre9h209ei] {
    margin-top: 15px;
    font-size: 1.1rem;
}

.no-planning-items[b-bre9h209ei] {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.no-planning-items i[b-bre9h209ei] {
    font-size: 2.5rem;
    opacity: 0.4;
    margin-bottom: 10px;
    display: block;
}

.no-planning-items p[b-bre9h209ei] {
    margin: 0;
    font-size: 0.95rem;
    color: #868e96;
}

/* Responsive */
@media (max-width: 768px) {
    .planning-container[b-bre9h209ei] {
        padding: 15px;
    }

    .planning-header h1[b-bre9h209ei] {
        font-size: 1.75rem;
    }

    .planning-item[b-bre9h209ei] {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
    }

    .item-date[b-bre9h209ei] {
        font-weight: 600;
        font-size: 0.95rem;
    }

    .item-info[b-bre9h209ei] {
        flex-direction: row;
        gap: 10px;
        align-items: baseline;
    }

    .item-title[b-bre9h209ei] {
        font-size: 1rem;
    }

    .item-meta[b-bre9h209ei] {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .planning-container[b-bre9h209ei] {
        padding: 10px;
    }

    .planning-header h1[b-bre9h209ei] {
        font-size: 1.5rem;
    }

    .planning-item[b-bre9h209ei] {
        padding: 10px;
    }

    .item-date[b-bre9h209ei] {
        font-size: 0.9rem;
    }

    .item-title[b-bre9h209ei] {
        font-size: 0.95rem;
    }

    .item-meta[b-bre9h209ei] {
        font-size: 0.8rem;
    }

    .no-planning-items i[b-bre9h209ei] {
        font-size: 2rem;
    }

    .no-planning-items p[b-bre9h209ei] {
        font-size: 0.9rem;
    }
}

/* /Components/Snackbar/Snackbar.razor.rz.scp.css */
.snackbar-container[b-hxs81icw20] {
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    pointer-events: none;
    max-width: 100%;
}

.snackbar-bottom-left[b-hxs81icw20] {
    bottom: 0;
    left: 0;
    align-items: flex-start;
}

.snackbar-bottom-right[b-hxs81icw20] {
    bottom: 0;
    right: 0;
    align-items: flex-end;
}

.snackbar-top-left[b-hxs81icw20] {
    top: 0;
    left: 0;
    align-items: flex-start;
}

.snackbar-top-right[b-hxs81icw20] {
    top: 0;
    right: 0;
    align-items: flex-end;
}

.snackbar[b-hxs81icw20] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
    max-width: 500px;
    padding: 14px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 14px;
    font-weight: 500;
    pointer-events: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.snackbar-success[b-hxs81icw20] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.snackbar-error[b-hxs81icw20] {
    background: linear-gradient(135deg, #dc3545 0%, #e63946 100%);
}

.snackbar-warning[b-hxs81icw20] {
    background: linear-gradient(135deg, #fd7e14 0%, #ffc107 100%);
}

.snackbar-info[b-hxs81icw20] {
    background: linear-gradient(135deg, #0dcaf0 0%, #0d6efd 100%);
}

.snackbar-icon[b-hxs81icw20] {
    font-size: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.snackbar-message[b-hxs81icw20] {
    flex: 1;
    line-height: 1.5;
    word-break: break-word;
}

.snackbar-close[b-hxs81icw20] {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
    font-size: 18px;
    flex-shrink: 0;
}

.snackbar-close:hover[b-hxs81icw20] {
    background-color: rgba(255, 255, 255, 0.2);
}

.snackbar-close:active[b-hxs81icw20] {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Animations d'entrée */
@keyframes slideInFromLeft-b-hxs81icw20 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight-b-hxs81icw20 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromTop-b-hxs81icw20 {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.snackbar-bottom-left .snackbar-enter[b-hxs81icw20],
.snackbar-top-left .snackbar-enter[b-hxs81icw20] {
    animation: slideInFromLeft-b-hxs81icw20 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.snackbar-bottom-right .snackbar-enter[b-hxs81icw20],
.snackbar-top-right .snackbar-enter[b-hxs81icw20] {
    animation: slideInFromRight-b-hxs81icw20 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.snackbar-top-left .snackbar-enter[b-hxs81icw20],
.snackbar-top-right .snackbar-enter[b-hxs81icw20] {
    animation: slideInFromTop-b-hxs81icw20 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .snackbar-container[b-hxs81icw20] {
        padding: 12px;
        left: 0 !important;
        right: 0 !important;
        align-items: center !important;
    }

    .snackbar[b-hxs81icw20] {
        min-width: unset;
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .snackbar-bottom-left[b-hxs81icw20],
    .snackbar-bottom-right[b-hxs81icw20] {
        bottom: 0;
    }

    .snackbar-top-left[b-hxs81icw20],
    .snackbar-top-right[b-hxs81icw20] {
        top: 0;
    }

    /* Animation centrée pour mobile */
    .snackbar-bottom-left .snackbar-enter[b-hxs81icw20],
    .snackbar-bottom-right .snackbar-enter[b-hxs81icw20] {
        animation: slideInFromBottom-b-hxs81icw20 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    @keyframes slideInFromBottom-b-hxs81icw20 {
        from {
            transform: translateY(100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}

/* Très petits écrans */
@media (max-width: 480px) {
    .snackbar[b-hxs81icw20] {
        font-size: 13px;
        padding: 12px 14px;
    }

    .snackbar-icon[b-hxs81icw20] {
        font-size: 18px;
    }
}

/* Effet hover sur desktop */
@media (min-width: 769px) {
    .snackbar:hover[b-hxs81icw20] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
    }
}

/* /Features/Account/Pages/Login.razor.rz.scp.css */
.login-shell[b-t8hhvh2lta] {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  gap: 32px;
}

/* Brand */
.login-brand[b-t8hhvh2lta] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 15px;
}
.login-brand-mark[b-t8hhvh2lta] {
  width: 28px;
  height: 28px;
}
.login-brand-mark svg[b-t8hhvh2lta] { width: 100%; height: 100%; }
.login-brand-text[b-t8hhvh2lta] { color: var(--ink-0); }
.login-brand-accent[b-t8hhvh2lta] { color: var(--accent); }

/* Card */
.login-card[b-t8hhvh2lta] {
  width: 100%;
  max-width: 400px;
  background: linear-gradient(180deg, oklch(0.17 0.04 235 / 0.92), oklch(0.13 0.03 240 / 0.92));
  border: 1px solid oklch(0.4 0.08 215 / 0.35);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  backdrop-filter: blur(20px);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.login-card-label[b-t8hhvh2lta] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.login-card-label[b-t8hhvh2lta]::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.login-card-title[b-t8hhvh2lta] {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink-0);
  line-height: 1;
}

/* Error */
.login-error[b-t8hhvh2lta] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: oklch(0.65 0.2 30 / 0.1);
  border: 1px solid oklch(0.5 0.15 30 / 0.4);
  color: var(--warn);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}
.login-error-icon[b-t8hhvh2lta] {
  font-weight: 700;
  font-size: 13px;
  color: var(--warn);
  flex-shrink: 0;
}

/* Fields */
.login-field[b-t8hhvh2lta] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.login-label[b-t8hhvh2lta] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--accent-soft);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.login-input[b-t8hhvh2lta] {
  background: oklch(0.13 0.03 240 / 0.8);
  border: 1px solid oklch(0.4 0.08 215 / 0.4);
  color: var(--ink-0);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  padding: 11px 14px;
  outline: none;
  transition: border-color 150ms, box-shadow 150ms;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
  width: 100%;
}
.login-input[b-t8hhvh2lta]::placeholder { color: var(--ink-3); }
.login-input:focus[b-t8hhvh2lta] {
  border-color: oklch(0.55 0.13 210 / 0.7);
  box-shadow: 0 0 0 1px oklch(0.55 0.13 210 / 0.2), 0 0 16px oklch(0.75 0.15 200 / 0.1);
}
.login-validation[b-t8hhvh2lta] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--warn);
  letter-spacing: 0.05em;
}

/* Remember */
.login-remember[b-t8hhvh2lta] { display: flex; }
.login-check-label[b-t8hhvh2lta] {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--ink-2);
  user-select: none;
}
.login-checkbox[b-t8hhvh2lta] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid oklch(0.4 0.08 215 / 0.5);
  background: oklch(0.13 0.03 240 / 0.8);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  clip-path: polygon(2px 0, 100% 0, 100% calc(100% - 2px), calc(100% - 2px) 100%, 0 100%, 0 2px);
}
.login-checkbox:checked[b-t8hhvh2lta] {
  background: oklch(0.3 0.08 215 / 0.6);
  border-color: var(--accent-dim);
}
.login-checkbox:checked[b-t8hhvh2lta]::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--accent);
  clip-path: polygon(2px 0, 100% 0, 100% calc(100% - 2px), calc(100% - 2px) 100%, 0 100%, 0 2px);
}

/* Submit */
.login-submit[b-t8hhvh2lta] {
  width: 100%;
  padding: 13px 20px;
  background: linear-gradient(135deg, oklch(0.3 0.08 215 / 0.4), oklch(0.25 0.08 215 / 0.2));
  border: 1px solid oklch(0.55 0.13 210 / 0.5);
  color: var(--accent);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 180ms;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  margin-top: 4px;
}
.login-submit:hover[b-t8hhvh2lta] {
  background: linear-gradient(135deg, oklch(0.35 0.10 215 / 0.5), oklch(0.30 0.10 215 / 0.3));
  border-color: var(--accent);
  box-shadow: 0 0 20px oklch(0.75 0.15 200 / 0.2);
}
.login-submit-icon[b-t8hhvh2lta] {
  font-size: 16px;
  transition: transform 180ms;
}
.login-submit:hover .login-submit-icon[b-t8hhvh2lta] { transform: translateX(3px); }

/* Footer link */
.login-footer[b-t8hhvh2lta] {
  text-align: center;
  border-top: 1px solid oklch(0.4 0.08 215 / 0.2);
  padding-top: 16px;
}
.login-footer a[b-t8hhvh2lta] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--ink-2);
  text-decoration: none;
  letter-spacing: 0.2em;
  transition: color 150ms;
}
.login-footer a:hover[b-t8hhvh2lta] { color: var(--accent); }

/* Status line */
.login-sys-line[b-t8hhvh2lta] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.login-sys-dot[b-t8hhvh2lta] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 6px var(--ok);
  animation: blink-b-t8hhvh2lta 2s infinite;
  display: inline-block;
}
@keyframes blink-b-t8hhvh2lta { 0%,100%{opacity:1} 50%{opacity:0.3} }
/* /Features/Account/Pages/Manage/Index.razor.rz.scp.css */
/* Les styles profile-* sont dans wwwroot/css/nexus.css (partagés) */
/* /Features/Account/Pages/Register.razor.rz.scp.css */
.login-shell[b-jwrl0y4i1t] {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  gap: 32px;
}

/* Brand */
.login-brand[b-jwrl0y4i1t] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 15px;
}
.login-brand-mark[b-jwrl0y4i1t] {
  width: 28px;
  height: 28px;
}
.login-brand-mark svg[b-jwrl0y4i1t] { width: 100%; height: 100%; }
.login-brand-text[b-jwrl0y4i1t] { color: var(--ink-0); }
.login-brand-accent[b-jwrl0y4i1t] { color: var(--accent); }

/* Card */
.login-card[b-jwrl0y4i1t] {
  width: 100%;
  max-width: 400px;
  background: linear-gradient(180deg, oklch(0.17 0.04 235 / 0.92), oklch(0.13 0.03 240 / 0.92));
  border: 1px solid oklch(0.4 0.08 215 / 0.35);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  backdrop-filter: blur(20px);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.login-card-label[b-jwrl0y4i1t] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.login-card-label[b-jwrl0y4i1t]::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.login-card-title[b-jwrl0y4i1t] {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink-0);
  line-height: 1;
}

/* Error */
.login-error[b-jwrl0y4i1t] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: oklch(0.65 0.2 30 / 0.1);
  border: 1px solid oklch(0.5 0.15 30 / 0.4);
  color: var(--warn);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}
.login-error-icon[b-jwrl0y4i1t] {
  font-weight: 700;
  font-size: 13px;
  color: var(--warn);
  flex-shrink: 0;
}

/* Fields */
.login-field[b-jwrl0y4i1t] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.login-label[b-jwrl0y4i1t] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--accent-soft);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.login-input[b-jwrl0y4i1t] {
  background: oklch(0.13 0.03 240 / 0.8);
  border: 1px solid oklch(0.4 0.08 215 / 0.4);
  color: var(--ink-0);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  padding: 11px 14px;
  outline: none;
  transition: border-color 150ms, box-shadow 150ms;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
  width: 100%;
}
.login-input[b-jwrl0y4i1t]::placeholder { color: var(--ink-3); }
.login-input:focus[b-jwrl0y4i1t] {
  border-color: oklch(0.55 0.13 210 / 0.7);
  box-shadow: 0 0 0 1px oklch(0.55 0.13 210 / 0.2), 0 0 16px oklch(0.75 0.15 200 / 0.1);
}
.login-validation[b-jwrl0y4i1t] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--warn);
  letter-spacing: 0.05em;
}

/* Remember */
.login-remember[b-jwrl0y4i1t] { display: flex; }
.login-check-label[b-jwrl0y4i1t] {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--ink-2);
  user-select: none;
}
.login-checkbox[b-jwrl0y4i1t] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid oklch(0.4 0.08 215 / 0.5);
  background: oklch(0.13 0.03 240 / 0.8);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  clip-path: polygon(2px 0, 100% 0, 100% calc(100% - 2px), calc(100% - 2px) 100%, 0 100%, 0 2px);
}
.login-checkbox:checked[b-jwrl0y4i1t] {
  background: oklch(0.3 0.08 215 / 0.6);
  border-color: var(--accent-dim);
}
.login-checkbox:checked[b-jwrl0y4i1t]::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--accent);
  clip-path: polygon(2px 0, 100% 0, 100% calc(100% - 2px), calc(100% - 2px) 100%, 0 100%, 0 2px);
}

/* Submit */
.login-submit[b-jwrl0y4i1t] {
  width: 100%;
  padding: 13px 20px;
  background: linear-gradient(135deg, oklch(0.3 0.08 215 / 0.4), oklch(0.25 0.08 215 / 0.2));
  border: 1px solid oklch(0.55 0.13 210 / 0.5);
  color: var(--accent);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 180ms;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  margin-top: 4px;
}
.login-submit:hover[b-jwrl0y4i1t] {
  background: linear-gradient(135deg, oklch(0.35 0.10 215 / 0.5), oklch(0.30 0.10 215 / 0.3));
  border-color: var(--accent);
  box-shadow: 0 0 20px oklch(0.75 0.15 200 / 0.2);
}
.login-submit-icon[b-jwrl0y4i1t] {
  font-size: 16px;
  transition: transform 180ms;
}
.login-submit:hover .login-submit-icon[b-jwrl0y4i1t] { transform: translateX(3px); }

/* Footer link */
.login-footer[b-jwrl0y4i1t] {
  text-align: center;
  border-top: 1px solid oklch(0.4 0.08 215 / 0.2);
  padding-top: 16px;
}
.login-footer a[b-jwrl0y4i1t] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--ink-2);
  text-decoration: none;
  letter-spacing: 0.2em;
  transition: color 150ms;
}
.login-footer a:hover[b-jwrl0y4i1t] { color: var(--accent); }

/* Status line */
.login-sys-line[b-jwrl0y4i1t] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.login-sys-dot[b-jwrl0y4i1t] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 6px var(--ok);
  animation: blink-b-jwrl0y4i1t 2s infinite;
  display: inline-block;
}
@keyframes blink-b-jwrl0y4i1t { 0%,100%{opacity:1} 50%{opacity:0.3} }
/* /Features/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-shell[b-myerdfc4sq] {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 32px 48px;
}

.manage-body[b-myerdfc4sq] {
  min-height: 300px;
}

@media (max-width: 640px) {
  .manage-shell[b-myerdfc4sq] { padding: 0 16px 32px; }
}
/* /Features/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-nav[b-e3nj6ccw3h] {
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
  border-bottom: 1px solid oklch(0.35 0.07 215 / 0.3);
}

.manage-nav[b-e3nj6ccw3h]  a {
  padding: 10px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
  text-decoration: none;
  border: 1px solid transparent;
  border-bottom: none;
  transition: all 150ms;
  clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
  position: relative;
  bottom: -1px;
  display: inline-block;
}

.manage-nav[b-e3nj6ccw3h]  a:hover {
  color: var(--accent);
  background: oklch(0.3 0.08 215 / 0.15);
}

.manage-nav[b-e3nj6ccw3h]  a.active {
  color: var(--accent);
  background: oklch(0.3 0.08 215 / 0.2);
  border-color: oklch(0.55 0.13 210 / 0.5);
  border-bottom-color: var(--bg-0, oklch(0.12 0.03 240));
}

@media (max-width: 640px) {
  .manage-nav[b-e3nj6ccw3h] { flex-wrap: wrap; }
}
/* /Features/Calendar/CalendarPage.razor.rz.scp.css */
.nexus-loading[b-tlna85taug] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}

.nexus-loading__icon[b-tlna85taug] {
  font-size: 48px;
  color: var(--accent);
  animation: pulse-icon-b-tlna85taug 2s ease-in-out infinite;
}

.nexus-loading__text[b-tlna85taug] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--ink-2);
  text-transform: uppercase;
}

@keyframes pulse-icon-b-tlna85taug {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.1); }
}

.load-error[b-tlna85taug] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  padding: 14px 20px;
  background: oklch(0.12 0.04 20 / 0.6);
  border: 1px solid oklch(0.5 0.2 20 / 0.5);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: oklch(0.8 0.15 20);
  letter-spacing: 0.1em;
}

.load-error__icon[b-tlna85taug] { font-size: 16px; }

.load-error__msg[b-tlna85taug] { flex: 1; }

.load-error__retry[b-tlna85taug] {
  background: transparent;
  border: 1px solid oklch(0.5 0.2 20 / 0.5);
  color: oklch(0.8 0.15 20);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 150ms;
}

.load-error__retry:hover[b-tlna85taug] {
  background: oklch(0.5 0.2 20 / 0.15);
  border-color: oklch(0.7 0.2 20);
}

.nexus-content-wrap[b-tlna85taug] {
  width: 100%;
}
/* /Features/Catalogue/CataloguePage.razor.rz.scp.css */
.catalogue-grid[b-cq62q90v4p] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.catalogue-pagination[b-cq62q90v4p] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 255, 255, 0.1);
}

.catalogue-pagination__btn[b-cq62q90v4p] {
    background: transparent;
    border: 1px solid rgba(0, 255, 255, 0.3);
    color: cyan;
    padding: 6px 16px;
    cursor: pointer;
    font-family: monospace;
    font-size: 0.85rem;
    border-radius: 2px;
    transition: background 0.15s;
}

.catalogue-pagination__btn:hover:not(:disabled)[b-cq62q90v4p] {
    background: rgba(0, 255, 255, 0.1);
}

.catalogue-pagination__btn:disabled[b-cq62q90v4p] {
    opacity: 0.3;
    cursor: not-allowed;
}

.catalogue-pagination__label[b-cq62q90v4p] {
    color: rgba(0, 255, 255, 0.7);
    font-size: 0.85rem;
    min-width: 100px;
    text-align: center;
}

.catalogue-error[b-cq62q90v4p],
.catalogue-empty[b-cq62q90v4p] {
    text-align: center;
    color: rgba(0, 255, 255, 0.4);
    padding: 40px;
    font-size: 0.9rem;
}

.catalogue-error[b-cq62q90v4p] {
    color: rgba(255, 80, 80, 0.7);
}
/* /Features/Catalogue/Components/CatalogueCard.razor.rz.scp.css */
.catalogue-card[b-r10nafiwf4] {
    background: #0d0d1a;
    border: 1px solid rgba(0, 255, 255, 0.15);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: border-color 0.2s, transform 0.15s;
}

.catalogue-card__link[b-r10nafiwf4] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.catalogue-card:hover[b-r10nafiwf4] {
    border-color: rgba(0, 255, 255, 0.5);
    transform: translateY(-2px);
}

.catalogue-card.is-favorite[b-r10nafiwf4] {
    border-color: rgba(255, 200, 0, 0.5);
}

.catalogue-card.is-watched[b-r10nafiwf4] {
    border-color: rgba(0, 200, 100, 0.5);
}

.catalogue-card__poster[b-r10nafiwf4] {
    position: relative;
    aspect-ratio: 2 / 3;
    background: #1a1a2e;
    overflow: hidden;
}

.catalogue-card__badge[b-r10nafiwf4] {
    position: absolute;
    top: 6px;
    padding: 2px 6px;
    font-size: 0.7rem;
    border-radius: 2px;
    font-weight: bold;
}

.catalogue-card__badge--fav[b-r10nafiwf4] {
    left: 6px;
    background: rgba(255, 200, 0, 0.85);
    color: #000;
}

.catalogue-card__badge--watched[b-r10nafiwf4] {
    right: 6px;
    background: rgba(0, 200, 100, 0.85);
    color: #000;
}

.catalogue-card__body[b-r10nafiwf4] {
    padding: 8px;
    flex: 1;
}

.catalogue-card__title[b-r10nafiwf4] {
    font-size: 0.8rem;
    color: #e0e0e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.catalogue-card__seasons[b-r10nafiwf4] {
    font-size: 0.7rem;
    color: rgba(0, 255, 255, 0.5);
    margin-bottom: 2px;
}

.catalogue-card__meta[b-r10nafiwf4] {
    display: flex;
    gap: 8px;
    font-size: 0.7rem;
    color: rgba(0, 255, 255, 0.7);
    font-family: monospace;
}

.catalogue-card__actions[b-r10nafiwf4] {
    display: flex;
    border-top: 1px solid rgba(0, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.catalogue-card__btn[b-r10nafiwf4] {
    flex: 1;
    background: transparent;
    border: none;
    border-right: 1px solid rgba(0, 255, 255, 0.1);
    color: rgba(0, 255, 255, 0.5);
    cursor: pointer;
    padding: 6px 0;
    font-size: 0.85rem;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.catalogue-card__btn:last-child[b-r10nafiwf4] {
    border-right: none;
}

.catalogue-card__btn:hover:not(:disabled)[b-r10nafiwf4] {
    background: rgba(0, 255, 255, 0.1);
    color: cyan;
}

.catalogue-card__btn.active[b-r10nafiwf4] {
    color: #ffc800;
}

.catalogue-card__btn:disabled[b-r10nafiwf4] {
    opacity: 0.4;
    cursor: not-allowed;
}
/* /Features/Catalogue/Components/CatalogueFilters.razor.rz.scp.css */
.catalogue-filters__type[b-f0p2gttch2] {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.catalogue-filters__type-btn[b-f0p2gttch2] {
    background: transparent;
    border: 1px solid rgba(0, 255, 255, 0.3);
    color: rgba(0, 255, 255, 0.6);
    padding: 6px 20px;
    cursor: pointer;
    font-family: monospace;
    font-size: 0.85rem;
    border-radius: 2px;
    transition: all 0.15s;
}

.catalogue-filters__type-btn.active[b-f0p2gttch2] {
    background: rgba(0, 255, 255, 0.15);
    border-color: cyan;
    color: cyan;
}

.catalogue-filters__controls[b-f0p2gttch2] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.catalogue-filters__select[b-f0p2gttch2],
.catalogue-filters__input[b-f0p2gttch2] {
    background: #0d0d1a;
    border: 1px solid rgba(0, 255, 255, 0.2);
    color: #e0e0e0;
    padding: 6px 10px;
    font-family: monospace;
    font-size: 0.85rem;
    border-radius: 2px;
    min-width: 160px;
}

.catalogue-filters__select:focus[b-f0p2gttch2],
.catalogue-filters__input:focus[b-f0p2gttch2] {
    outline: none;
    border-color: cyan;
}
/* /Features/Details/MovieDetails/MovieDetailsPage.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════════════
   MOVIE DETAILS PAGE — Nexus design
   Préfixe : md-  (movie detail)
   ═══════════════════════════════════════════════════════════════════════════ */

.mono[b-cpwrsyood9] { font-family: 'JetBrains Mono', monospace; }

/* ── Loading ───────────────────────────────────────────────────────────── */
.md-loading[b-cpwrsyood9] {
    text-align: center;
    padding: 80px 48px;
    font-size: 11px;
    letter-spacing: 0.3em;
    color: var(--ink-3);
}

/* ── Hero backdrop ─────────────────────────────────────────────────────── */
.md-hero[b-cpwrsyood9] {
    width: 100%;
    background-size: cover;
    background-position: center top;
    position: relative;
    margin-bottom: 48px;
}

.md-hero-overlay[b-cpwrsyood9] {
    background: linear-gradient(
        180deg,
        oklch(0.12 0.03 240 / 0.55) 0%,
        oklch(0.12 0.03 240 / 0.85) 60%,
        var(--bg-0) 100%
    );
    padding: 48px;
}

.md-hero-inner[b-cpwrsyood9] {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    max-width: 1200px;
    align-items: end;
}

.md-poster[b-cpwrsyood9] {
    width: 220px;
    aspect-ratio: 2/3;
    object-fit: cover;
    border: 1px solid var(--accent-dim);
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
    box-shadow: 0 24px 64px oklch(0 0 0 / 0.6);
}

.md-hero-info[b-cpwrsyood9] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 8px;
}

.md-hero-code[b-cpwrsyood9] {
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--accent);
}

.md-hero-title[b-cpwrsyood9] {
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--ink-0);
    margin: 0;
}

.md-sep[b-cpwrsyood9] { color: var(--ink-3); margin: 0 6px; }
.md-rating[b-cpwrsyood9] { color: oklch(0.85 0.18 55); }

.md-pills[b-cpwrsyood9] { display: flex; flex-wrap: wrap; gap: 8px; }

.md-pill[b-cpwrsyood9] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 5px 10px;
    background: oklch(0.2 0.04 235 / 0.6);
    border: 1px solid oklch(0.4 0.08 215 / 0.35);
    color: var(--ink-1);
}

.md-networks[b-cpwrsyood9] { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.md-network-logo[b-cpwrsyood9] { height: 28px; object-fit: contain; filter: brightness(1.1); }

.md-network-tag[b-cpwrsyood9] {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink-2);
    padding: 4px 8px;
    border: 1px solid oklch(0.4 0.08 215 / 0.3);
}

/* ── Boutons ───────────────────────────────────────────────────────────── */
.md-actions[b-cpwrsyood9] { display: flex; gap: 12px; flex-wrap: wrap; }

.md-btn[b-cpwrsyood9] {
    padding: 11px 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    border: 1px solid var(--accent);
    background: transparent;
    color: var(--accent);
    cursor: pointer;
    transition: all 180ms;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.md-btn:hover:not(:disabled)[b-cpwrsyood9] {
    background: var(--accent);
    color: var(--bg-0);
    box-shadow: 0 0 20px oklch(0.75 0.15 200 / 0.5);
}

.md-btn:disabled[b-cpwrsyood9] { opacity: 0.38; cursor: not-allowed; }

.md-btn--fav[b-cpwrsyood9] { border-color: oklch(0.8 0.18 55); color: oklch(0.8 0.18 55); }
.md-btn--fav:hover:not(:disabled)[b-cpwrsyood9] { background: oklch(0.8 0.18 55); color: var(--bg-0); }

.md-btn--ok[b-cpwrsyood9] { border-color: var(--ok); color: var(--ok); }
.md-btn--ok:hover:not(:disabled)[b-cpwrsyood9] { background: var(--ok); color: var(--bg-0); }

/* ── Spinner ───────────────────────────────────────────────────────────── */
.md-spinner[b-cpwrsyood9] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: md-spin-b-cpwrsyood9 0.6s linear infinite;
}

@keyframes md-spin-b-cpwrsyood9 { to { transform: rotate(360deg); } }

/* ── Grille principale ─────────────────────────────────────────────────── */
.md-grid[b-cpwrsyood9] {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px 64px;
}

/* ── Panels ────────────────────────────────────────────────────────────── */
.md-panel[b-cpwrsyood9] {
    background: linear-gradient(180deg, oklch(0.18 0.04 235 / 0.55), oklch(0.14 0.04 240 / 0.3));
    border: 1px solid oklch(0.4 0.08 215 / 0.22);
    padding: 26px 28px;
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
    position: relative;
    margin-bottom: 24px;
}

.md-panel[b-cpwrsyood9]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: var(--accent);
}

.md-panel-label[b-cpwrsyood9] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--accent);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}

.md-idx[b-cpwrsyood9] { color: var(--ink-3); }

.md-synopsis[b-cpwrsyood9] {
    color: var(--ink-1);
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}

.md-muted[b-cpwrsyood9] { color: var(--ink-3); font-style: italic; }
.md-panel-media[b-cpwrsyood9] { overflow: hidden; }

/* ── Colonne latérale ──────────────────────────────────────────────────── */
.md-col-side[b-cpwrsyood9] { display: flex; flex-direction: column; }

/* ── Informations ──────────────────────────────────────────────────────── */
.md-info-rows[b-cpwrsyood9] { display: flex; flex-direction: column; gap: 12px; }
.md-info-row[b-cpwrsyood9] { display: flex; flex-direction: column; gap: 3px; }

.md-info-k[b-cpwrsyood9] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    color: var(--ink-3);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.md-info-v[b-cpwrsyood9] { font-size: 13px; color: var(--ink-0); }

.md-info-accent[b-cpwrsyood9] {
    color: var(--accent);
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.05em;
    font-size: 11px;
}

.md-link[b-cpwrsyood9] { color: var(--accent-soft); text-decoration: none; letter-spacing: 0.05em; }
.md-link:hover[b-cpwrsyood9] { color: var(--accent); }

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .md-grid[b-cpwrsyood9] { grid-template-columns: 1fr; padding: 0 24px 48px; }
    .md-col-side[b-cpwrsyood9] { flex-direction: row; flex-wrap: wrap; gap: 16px; }
    .md-col-side .md-panel[b-cpwrsyood9] { flex: 1; min-width: 260px; margin-bottom: 0; }
}

@media (max-width: 640px) {
    .md-hero-inner[b-cpwrsyood9] { grid-template-columns: 1fr; }
    .md-poster[b-cpwrsyood9] { display: none; }
    .md-hero-overlay[b-cpwrsyood9] { padding: 32px 24px; }
    .md-grid[b-cpwrsyood9] { padding: 0 16px 32px; }
}
/* /Features/Details/SeriesDetails/SeriesDetailsPage.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════════════
   SERIES DETAILS PAGE — Nexus design
   Préfixe : sd-  (series detail)
   ═══════════════════════════════════════════════════════════════════════════ */

.mono[b-67q9rlfzgl] { font-family: 'JetBrains Mono', monospace; }

/* ── Loading overlay ───────────────────────────────────────────────────── */
.sd-loading[b-67q9rlfzgl] {
    position: fixed; inset: 0;
    z-index: 9000;
    background: var(--bg-0);
    display: flex; align-items: center; justify-content: center;
}

.sd-loading-inner[b-67q9rlfzgl] {
    display: flex; flex-direction: column; align-items: center; gap: 16px;
    width: 420px;
}

.sd-loading-label[b-67q9rlfzgl] {
    font-size: 11px; letter-spacing: 0.35em;
    color: var(--accent); text-transform: uppercase;
}

.sd-loading-msg[b-67q9rlfzgl] {
    font-size: 13px; color: var(--ink-2);
    text-align: center; letter-spacing: 0.05em;
}

.sd-loading-bar-wrap[b-67q9rlfzgl] {
    width: 100%; height: 3px;
    background: oklch(0.2 0.04 235);
    position: relative; overflow: hidden;
}

.sd-loading-bar-fill[b-67q9rlfzgl] {
    position: absolute; inset: 0; right: auto;
    background: linear-gradient(90deg, var(--accent-dim), var(--accent));
    box-shadow: 0 0 12px var(--accent);
    transition: width 300ms ease;
}

.sd-loading-pct[b-67q9rlfzgl] {
    font-size: 10px; letter-spacing: 0.2em;
    color: var(--ink-3);
}

/* ── Toast de progression (actions saison) ─────────────────────────────── */
.sd-toast[b-67q9rlfzgl] {
    position: fixed; bottom: 32px; right: 32px;
    z-index: 8000;
    background: oklch(0.18 0.04 235 / 0.95);
    border: 1px solid var(--accent-dim);
    padding: 16px 20px;
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
    display: flex; flex-direction: column; gap: 10px;
    min-width: 280px;
}

.sd-toast-label[b-67q9rlfzgl] {
    font-size: 10px; letter-spacing: 0.2em;
    color: var(--accent); text-transform: uppercase;
}

.sd-toast-bar-wrap[b-67q9rlfzgl] {
    height: 3px;
    background: oklch(0.2 0.04 235);
    position: relative; overflow: hidden;
}

.sd-toast-bar-fill[b-67q9rlfzgl] {
    position: absolute; inset: 0; right: auto;
    background: linear-gradient(90deg, var(--accent-dim), var(--accent));
    box-shadow: 0 0 8px var(--accent);
    transition: width 200ms ease;
}

/* ── Hero backdrop ─────────────────────────────────────────────────────── */
.sd-hero[b-67q9rlfzgl] {
    width: 100%;
    background-size: cover;
    background-position: center top;
    position: relative;
    margin-bottom: 48px;
}

.sd-hero-overlay[b-67q9rlfzgl] {
    background: linear-gradient(
        180deg,
        oklch(0.12 0.03 240 / 0.55) 0%,
        oklch(0.12 0.03 240 / 0.85) 60%,
        var(--bg-0) 100%
    );
    padding: 48px;
}

.sd-hero-inner[b-67q9rlfzgl] {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    max-width: 1200px;
    align-items: end;
}

.sd-poster[b-67q9rlfzgl] {
    width: 220px;
    aspect-ratio: 2/3;
    object-fit: cover;
    border: 1px solid var(--accent-dim);
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
    box-shadow: 0 24px 64px oklch(0 0 0 / 0.6);
}

.sd-hero-info[b-67q9rlfzgl] {
    display: flex; flex-direction: column; gap: 16px;
    padding-bottom: 8px;
}

.sd-hero-code[b-67q9rlfzgl] {
    font-size: 11px; letter-spacing: 0.25em;
    color: var(--accent);
}

.sd-hero-title[b-67q9rlfzgl] {
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--ink-0);
    margin: 0;
}

.sd-sep[b-67q9rlfzgl] { color: var(--ink-3); margin: 0 6px; }
.sd-rating[b-67q9rlfzgl] { color: oklch(0.85 0.18 55); }

.sd-pills[b-67q9rlfzgl] { display: flex; flex-wrap: wrap; gap: 8px; }

.sd-pill[b-67q9rlfzgl] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
    padding: 5px 10px;
    background: oklch(0.2 0.04 235 / 0.6);
    border: 1px solid oklch(0.4 0.08 215 / 0.35);
    color: var(--ink-1);
}

.sd-networks[b-67q9rlfzgl] { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sd-network-logo[b-67q9rlfzgl] { height: 28px; object-fit: contain; filter: brightness(1.1); }
.sd-network-tag[b-67q9rlfzgl] {
    font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--ink-2);
    padding: 4px 8px;
    border: 1px solid oklch(0.4 0.08 215 / 0.3);
}

/* ── Boutons ───────────────────────────────────────────────────────────── */
.sd-actions[b-67q9rlfzgl] { display: flex; gap: 12px; flex-wrap: wrap; }

.sd-btn[b-67q9rlfzgl] {
    padding: 11px 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
    border: 1px solid var(--accent);
    background: transparent; color: var(--accent);
    cursor: pointer;
    transition: all 180ms;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    display: inline-flex; align-items: center; gap: 8px;
}

.sd-btn:hover:not(:disabled)[b-67q9rlfzgl] {
    background: var(--accent); color: var(--bg-0);
    box-shadow: 0 0 20px oklch(0.75 0.15 200 / 0.5);
}

.sd-btn:disabled[b-67q9rlfzgl] { opacity: 0.38; cursor: not-allowed; }

.sd-btn--fav[b-67q9rlfzgl] { border-color: oklch(0.8 0.18 55); color: oklch(0.8 0.18 55); }
.sd-btn--fav:hover:not(:disabled)[b-67q9rlfzgl] { background: oklch(0.8 0.18 55); color: var(--bg-0); }

.sd-btn--ok[b-67q9rlfzgl] { border-color: var(--ok); color: var(--ok); }
.sd-btn--ok:hover:not(:disabled)[b-67q9rlfzgl] { background: var(--ok); color: var(--bg-0); }

.sd-btn-sm[b-67q9rlfzgl] {
    padding: 6px 12px;
    font-size: 10px; letter-spacing: 0.2em;
    clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}

/* ── Grille principale ─────────────────────────────────────────────────── */
.sd-grid[b-67q9rlfzgl] {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px 64px;
}

/* ── Panels ────────────────────────────────────────────────────────────── */
.sd-panel[b-67q9rlfzgl] {
    background: linear-gradient(180deg, oklch(0.18 0.04 235 / 0.55), oklch(0.14 0.04 240 / 0.3));
    border: 1px solid oklch(0.4 0.08 215 / 0.22);
    padding: 26px 28px;
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
    position: relative;
    margin-bottom: 24px;
}

.sd-panel[b-67q9rlfzgl]::before {
    content: "";
    position: absolute; top: 0; left: 0;
    width: 60px; height: 1px;
    background: var(--accent);
}

.sd-panel-label[b-67q9rlfzgl] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px; color: var(--accent);
    letter-spacing: 0.3em; text-transform: uppercase;
    margin-bottom: 18px;
    display: flex; justify-content: space-between;
}

.sd-idx[b-67q9rlfzgl] { color: var(--ink-3); }
.sd-count[b-67q9rlfzgl] { color: var(--ink-3); font-size: 10px; margin-left: 4px; }

.sd-synopsis[b-67q9rlfzgl] {
    color: var(--ink-1);
    line-height: 1.7; font-size: 14px;
    margin: 0;
}

.sd-muted[b-67q9rlfzgl] { color: var(--ink-3); font-style: italic; }
.sd-panel-media[b-67q9rlfzgl] { overflow: hidden; }

/* ── Saisons ───────────────────────────────────────────────────────────── */
.sd-seasons[b-67q9rlfzgl] { display: flex; flex-direction: column; gap: 2px; }

.sd-season[b-67q9rlfzgl] {
    border: 1px solid oklch(0.4 0.08 215 / 0.2);
    background: oklch(0.15 0.03 240 / 0.4);
    transition: border-color 200ms;
}

.sd-season--done[b-67q9rlfzgl]    { border-color: oklch(0.5 0.15 150 / 0.35); }
.sd-season--partial[b-67q9rlfzgl] { border-color: oklch(0.6 0.15 200 / 0.3); }

.sd-season-header[b-67q9rlfzgl] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 16px; cursor: pointer; gap: 16px;
    user-select: none;
}

.sd-season-header:hover[b-67q9rlfzgl] { background: oklch(0.2 0.04 235 / 0.4); }

.sd-season-left[b-67q9rlfzgl] { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 0; }

.sd-season-poster[b-67q9rlfzgl] {
    width: 48px; height: 72px;
    object-fit: cover;
    border: 1px solid oklch(0.4 0.08 215 / 0.3);
    flex-shrink: 0;
}

.sd-season-meta[b-67q9rlfzgl] { min-width: 0; }

.sd-season-num[b-67q9rlfzgl] {
    font-size: 10px; letter-spacing: 0.2em;
    color: var(--accent); margin-bottom: 2px;
}

.sd-season-name[b-67q9rlfzgl] {
    font-size: 14px; color: var(--ink-0);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.sd-season-info[b-67q9rlfzgl] {
    font-size: 10px; color: var(--ink-3);
    letter-spacing: 0.1em; margin-top: 4px;
}

.sd-season-right[b-67q9rlfzgl] {
    display: flex; align-items: center; gap: 14px; flex-shrink: 0;
}

.sd-season-progress[b-67q9rlfzgl] { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }

.sd-badge[b-67q9rlfzgl] {
    font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase;
    padding: 3px 8px;
    border: 1px solid oklch(0.4 0.08 215 / 0.4);
    color: var(--ink-2); white-space: nowrap;
}

.sd-badge--ok[b-67q9rlfzgl] {
    border-color: oklch(0.5 0.15 150 / 0.5);
    color: var(--ok);
}

.sd-mini-bar[b-67q9rlfzgl] {
    width: 80px; height: 3px;
    background: oklch(0.2 0.04 235);
}

.sd-mini-bar-fill[b-67q9rlfzgl] {
    height: 100%;
    background: linear-gradient(90deg, var(--accent-dim), var(--accent));
    box-shadow: 0 0 6px var(--accent);
    transition: width 300ms;
}

.sd-season-btns[b-67q9rlfzgl] { display: flex; gap: 6px; }

.sd-expand-icon[b-67q9rlfzgl] {
    font-size: 14px; color: var(--ink-3);
    flex-shrink: 0; width: 16px; text-align: center;
}

/* ── Épisodes ──────────────────────────────────────────────────────────── */
.sd-episodes[b-67q9rlfzgl] {
    border-top: 1px solid oklch(0.4 0.08 215 / 0.2);
    padding: 16px;
    display: flex; flex-direction: column; gap: 12px;
}

.sd-season-overview[b-67q9rlfzgl] {
    font-size: 13px; color: var(--ink-2);
    line-height: 1.6; margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed oklch(0.4 0.08 215 / 0.2);
}

.sd-episode[b-67q9rlfzgl] {
    display: flex; gap: 14px;
    padding: 12px;
    background: oklch(0.12 0.03 240 / 0.5);
    border: 1px solid oklch(0.4 0.08 215 / 0.15);
    transition: border-color 200ms;
}

.sd-episode--watched[b-67q9rlfzgl] { border-color: oklch(0.5 0.15 150 / 0.3); }
.sd-episode--watched .sd-ep-num[b-67q9rlfzgl] { color: var(--ok); }

.sd-ep-still[b-67q9rlfzgl] {
    width: 120px; height: 68px;
    object-fit: cover; flex-shrink: 0;
    border: 1px solid oklch(0.4 0.08 215 / 0.25);
}

.sd-ep-body[b-67q9rlfzgl] { flex: 1; display: flex; flex-direction: column; gap: 6px; min-width: 0; }

.sd-ep-header[b-67q9rlfzgl] { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }

.sd-ep-num[b-67q9rlfzgl] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px; letter-spacing: 0.15em;
    color: var(--accent); flex-shrink: 0;
}

.sd-ep-title[b-67q9rlfzgl] { font-size: 13px; color: var(--ink-0); font-weight: 500; }

.sd-ep-meta[b-67q9rlfzgl] {
    font-size: 10px; letter-spacing: 0.1em; color: var(--ink-3);
}

.sd-ep-overview[b-67q9rlfzgl] {
    font-size: 12px; color: var(--ink-2);
    line-height: 1.55; margin: 0;
}

.sd-ep-loading[b-67q9rlfzgl] {
    font-size: 10px; letter-spacing: 0.25em;
    color: var(--ink-3); text-align: center; padding: 16px 0;
}

/* ── Colonne latérale ──────────────────────────────────────────────────── */
.sd-col-side[b-67q9rlfzgl] { display: flex; flex-direction: column; }

/* ── Progression ───────────────────────────────────────────────────────── */
.sd-prog[b-67q9rlfzgl] { display: flex; flex-direction: column; gap: 10px; }

.sd-prog-bar-wrap[b-67q9rlfzgl] {
    height: 6px;
    background: oklch(0.15 0.03 240);
    position: relative;
}

.sd-prog-bar-fill[b-67q9rlfzgl] {
    position: absolute; inset: 0; right: auto;
    background: linear-gradient(90deg, var(--accent-dim), var(--ok));
    box-shadow: 0 0 8px var(--ok);
    transition: width 400ms ease;
}

.sd-prog-stats[b-67q9rlfzgl] {
    display: flex; justify-content: space-between;
    font-size: 10px; letter-spacing: 0.12em; color: var(--ink-2);
}

/* ── Informations ──────────────────────────────────────────────────────── */
.sd-info-rows[b-67q9rlfzgl] { display: flex; flex-direction: column; gap: 12px; }
.sd-info-row[b-67q9rlfzgl] { display: flex; flex-direction: column; gap: 3px; }

.sd-info-k[b-67q9rlfzgl] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px; color: var(--ink-3);
    letter-spacing: 0.2em; text-transform: uppercase;
}

.sd-info-v[b-67q9rlfzgl] { font-size: 13px; color: var(--ink-0); }

.sd-info-accent[b-67q9rlfzgl] {
    color: var(--accent);
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.05em; font-size: 11px;
}

.sd-link[b-67q9rlfzgl] { color: var(--accent-soft); text-decoration: none; letter-spacing: 0.05em; }
.sd-link:hover[b-67q9rlfzgl] { color: var(--accent); }

/* ── Spinner ───────────────────────────────────────────────────────────── */
.sd-spinner[b-67q9rlfzgl] {
    display: inline-block;
    width: 10px; height: 10px;
    border: 1px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: sd-spin-b-67q9rlfzgl 0.6s linear infinite;
}

@keyframes sd-spin-b-67q9rlfzgl { to { transform: rotate(360deg); } }

/* ── État vide ─────────────────────────────────────────────────────────── */
.sd-not-found[b-67q9rlfzgl] {
    text-align: center; padding: 80px 48px;
    font-size: 11px; letter-spacing: 0.3em; color: var(--ink-3);
}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .sd-grid[b-67q9rlfzgl] { grid-template-columns: 1fr; padding: 0 24px 48px; }
    .sd-col-side[b-67q9rlfzgl] { flex-direction: row; flex-wrap: wrap; gap: 16px; }
    .sd-col-side .sd-panel[b-67q9rlfzgl] { flex: 1; min-width: 260px; margin-bottom: 0; }
}

@media (max-width: 640px) {
    .sd-hero-inner[b-67q9rlfzgl] { grid-template-columns: 1fr; }
    .sd-poster[b-67q9rlfzgl] { display: none; }
    .sd-hero-overlay[b-67q9rlfzgl] { padding: 32px 24px; }
    .sd-grid[b-67q9rlfzgl] { padding: 0 16px 32px; }
    .sd-episode[b-67q9rlfzgl] { flex-direction: column; }
    .sd-ep-still[b-67q9rlfzgl] { width: 100%; height: 140px; }
    .sd-season-right[b-67q9rlfzgl] { flex-wrap: wrap; justify-content: flex-end; }
    .sd-mini-bar[b-67q9rlfzgl] { display: none; }
}
/* /Features/Details/Shared/Components/MediaSection.razor.rz.scp.css */
/* Section média */
.media-section[b-06om457j5c] {
    padding: 2rem 0;
}

.section-title[b-06om457j5c] {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
}

/* Onglets */
.nav-tabs[b-06om457j5c] {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link[b-06om457j5c] {
    color: #6c757d;
    font-weight: 600;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 1rem 1.5rem;
    transition: all 0.3s;
}

.nav-tabs .nav-link:hover[b-06om457j5c] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background: transparent;
}

.nav-tabs .nav-link.active[b-06om457j5c] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background: transparent;
}

.nav-tabs .nav-link i[b-06om457j5c] {
    margin-right: 0.5rem;
}

/* État vide */
.empty-state[b-06om457j5c] {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8f9fa;
    border-radius: 12px;
}

/* Carte vidéo */
.video-card[b-06om457j5c] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s;
    cursor: pointer;
}

.video-card:hover[b-06om457j5c] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.video-thumbnail[b-06om457j5c] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.video-thumbnail img[b-06om457j5c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.video-card:hover .video-thumbnail img[b-06om457j5c] {
    transform: scale(1.05);
}

.play-overlay[b-06om457j5c] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s;
}

.video-card:hover .play-overlay[b-06om457j5c] {
    opacity: 1;
}

.play-overlay i[b-06om457j5c] {
    font-size: 4rem;
    color: white;
}

.video-info[b-06om457j5c] {
    padding: 1rem;
}

.video-title[b-06om457j5c] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.5rem;
}

.video-meta[b-06om457j5c] {
    display: flex;
    gap: 0.5rem;
}

/* Carte fond d'écran */
.backdrop-card[b-06om457j5c] {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.backdrop-card:hover[b-06om457j5c] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.backdrop-card img[b-06om457j5c] {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.backdrop-card:hover img[b-06om457j5c] {
    transform: scale(1.05);
}

.backdrop-info[b-06om457j5c] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.backdrop-card:hover .backdrop-info[b-06om457j5c] {
    opacity: 1;
}

.backdrop-resolution[b-06om457j5c] {
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title[b-06om457j5c] {
        font-size: 1.5rem;
    }

    .nav-tabs .nav-link[b-06om457j5c] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .play-overlay i[b-06om457j5c] {
        font-size: 3rem;
    }

    .video-title[b-06om457j5c] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .section-title[b-06om457j5c] {
        font-size: 1.25rem;
    }

    .nav-tabs[b-06om457j5c] {
        flex-wrap: wrap;
    }

    .nav-tabs .nav-link[b-06om457j5c] {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }

    .play-overlay i[b-06om457j5c] {
        font-size: 2.5rem;
    }

    .video-title[b-06om457j5c] {
        font-size: 0.85rem;
    }
}

/* /Features/Details/Shared/MediaGalleryPage.razor.rz.scp.css */
/* État vide */
.empty-state[b-el6tv50jjp] {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8f9fa;
    border-radius: 12px;
}

/* Carte vidéo */
.video-card[b-el6tv50jjp] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s;
    cursor: pointer;
}

.video-card:hover[b-el6tv50jjp] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.video-thumbnail[b-el6tv50jjp] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.video-thumbnail img[b-el6tv50jjp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.video-card:hover .video-thumbnail img[b-el6tv50jjp] {
    transform: scale(1.05);
}

.play-overlay[b-el6tv50jjp] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s;
}

.video-card:hover .play-overlay[b-el6tv50jjp] {
    opacity: 1;
}

.play-overlay i[b-el6tv50jjp] {
    font-size: 4rem;
    color: white;
}

.video-info[b-el6tv50jjp] {
    padding: 1rem;
}

.video-title[b-el6tv50jjp] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.5rem;
}

.video-meta[b-el6tv50jjp] {
    display: flex;
    gap: 0.5rem;
}

/* Carte fond d'écran */
.backdrop-card[b-el6tv50jjp] {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.backdrop-card:hover[b-el6tv50jjp] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.backdrop-card img[b-el6tv50jjp] {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.backdrop-card:hover img[b-el6tv50jjp] {
    transform: scale(1.05);
}

.backdrop-info[b-el6tv50jjp] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.backdrop-card:hover .backdrop-info[b-el6tv50jjp] {
    opacity: 1;
}

.backdrop-resolution[b-el6tv50jjp] {
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Pagination */
.pagination[b-el6tv50jjp] {
    margin-bottom: 0;
}

.pagination .page-link[b-el6tv50jjp] {
    border-radius: 8px;
    margin: 0 0.25rem;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    font-weight: 500;
}

.pagination .page-link:hover[b-el6tv50jjp] {
    background-color: #e9ecef;
}

.pagination .page-item.active .page-link[b-el6tv50jjp] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    z-index: 1;
}

.pagination .page-item.disabled .page-link[b-el6tv50jjp] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

/* Responsive */
@media (max-width: 768px) {
    .play-overlay i[b-el6tv50jjp] {
        font-size: 3rem;
    }

    .video-title[b-el6tv50jjp] {
        font-size: 0.9rem;
    }

    .pagination .page-link[b-el6tv50jjp] {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
}

/* /Features/Favorites/Components/FavoriteCard.razor.rz.scp.css */
/* Carte de favori */
.favorite-card[b-s4hgsj1xi9] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.favorite-card:hover[b-s4hgsj1xi9] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.favorite-card:hover .favorite-delete-btn[b-s4hgsj1xi9] {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.favorite-poster[b-s4hgsj1xi9] {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
}

.watched-badge[b-s4hgsj1xi9] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(25, 135, 84, 0.95);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.favorite-content[b-s4hgsj1xi9] {
    padding: 1rem;
}

.favorite-badges[b-s4hgsj1xi9] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.favorite-badges .badge[b-s4hgsj1xi9] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.7rem;
}

.network-logo-small[b-s4hgsj1xi9] {
    height: 12px;
    width: auto;
    border-radius: 2px;
    vertical-align: middle;
}

.favorite-title[b-s4hgsj1xi9] {
    font-weight: 600;
    margin: 0.5rem 0;
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.5rem;
}

.favorite-meta[b-s4hgsj1xi9] {
    color: #6c757d;
    font-size: 0.85rem;
}

.favorite-rating[b-s4hgsj1xi9] {
    display: flex;
    align-items: center;
}

.favorite-note[b-s4hgsj1xi9] {
    font-style: italic;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.favorite-categories[b-s4hgsj1xi9] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.favorite-delete-btn[b-s4hgsj1xi9] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(220, 53, 69, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
}

.favorite-delete-btn:hover:not(:disabled)[b-s4hgsj1xi9] {
    background-color: #bb2d3b;
    border-color: #b02a37;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.5);
}

.favorite-delete-btn:active:not(:disabled)[b-s4hgsj1xi9] {
    transform: scale(0.95);
}

.favorite-delete-btn:disabled[b-s4hgsj1xi9] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Garder le bouton visible si on est en train de traiter la suppression */
.favorite-card:hover .favorite-delete-btn:disabled[b-s4hgsj1xi9] {
    opacity: 0.7;
    pointer-events: auto;
}

.favorite-delete-btn i[b-s4hgsj1xi9] {
    font-size: 1rem;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .favorite-card[b-s4hgsj1xi9] {
        margin-bottom: 1rem;
    }

    .favorite-poster[b-s4hgsj1xi9] {
        height: 180px;
    }

    .favorite-content[b-s4hgsj1xi9] {
        padding: 0.75rem;
    }

    .favorite-title[b-s4hgsj1xi9] {
        font-size: 1rem;
        min-height: 2.25rem;
    }

    .favorite-meta[b-s4hgsj1xi9] {
        font-size: 0.8rem;
    }

    .favorite-categories[b-s4hgsj1xi9] {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
    }

    .favorite-categories .form-select[b-s4hgsj1xi9] {
        font-size: 0.85rem;
        padding: 0.25rem 0.5rem;
    }

    .favorite-delete-btn[b-s4hgsj1xi9] {
        padding: 0.4rem 0.6rem;
        font-size: 0.85rem;
    }

    .favorite-delete-btn i[b-s4hgsj1xi9] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .favorite-poster[b-s4hgsj1xi9] {
        height: 160px;
    }

    .favorite-content[b-s4hgsj1xi9] {
        padding: 0.6rem;
    }

    .favorite-title[b-s4hgsj1xi9] {
        font-size: 0.95rem;
        min-height: 2rem;
    }

    .favorite-badges .badge[b-s4hgsj1xi9] {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }

    .favorite-categories[b-s4hgsj1xi9] {
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }

    .favorite-categories .d-flex[b-s4hgsj1xi9] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .favorite-categories .d-flex > div[b-s4hgsj1xi9] {
        width: 100%;
    }

    .favorite-categories .form-select[b-s4hgsj1xi9] {
        width: 100% !important;
        font-size: 0.8rem;
    }
}

/* /Features/Favorites/FavoritesPage.razor.rz.scp.css */
/* Styles migrés vers Components/Nexus/*.razor.css (CSS isolation Blazor) */

.load-error[b-f49y0rkrxt] {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1680px;
  margin: 0 auto 24px;
  padding: 14px 20px;
  border: 1px solid oklch(0.6 0.2 25 / 0.6);
  background: oklch(0.6 0.2 25 / 0.08);
  color: oklch(0.8 0.15 25);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
}
.load-error__icon[b-f49y0rkrxt] { font-size: 16px; flex-shrink: 0; }
.load-error__msg[b-f49y0rkrxt] { word-break: break-word; }
/* /Features/Home/Components/TrendingMoviesSection.razor.rz.scp.css */
.trending-section[b-u5f6i06yer] {
    margin: 2.5rem 0 0;
    padding: 0 40px;
}

.trending-header[b-u5f6i06yer] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    gap: 1rem;
}

.trending-header__left[b-u5f6i06yer] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.trending-header__label[b-u5f6i06yer] {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    color: var(--accent);
    text-transform: uppercase;
    opacity: 0.7;
}

.trending-header__title[b-u5f6i06yer] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ink-0);
    margin: 0;
    letter-spacing: 0.04em;
}

.trending-header__toggles[b-u5f6i06yer] {
    display: flex;
    gap: 0.5rem;
}

.trending-toggle[b-u5f6i06yer] {
    background: transparent;
    border: 1px solid oklch(0.35 0.07 215 / 0.3);
    color: var(--ink-2);
    font-size: 0.65rem;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.1em;
    padding: 0.3rem 0.75rem;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

.trending-toggle:hover[b-u5f6i06yer] {
    border-color: var(--accent);
    color: var(--accent);
}

.trending-toggle.active[b-u5f6i06yer] {
    border-color: var(--accent);
    color: var(--accent);
    background: oklch(from var(--accent) l c h / 0.08);
}

.trending-grid[b-u5f6i06yer] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}

.trending-loading[b-u5f6i06yer] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem 0;
    color: var(--ink-2);
    font-size: 0.75rem;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.08em;
}

.trending-loading__spinner[b-u5f6i06yer] {
    width: 16px;
    height: 16px;
    border: 2px solid oklch(0.35 0.07 215 / 0.3);
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: spin-b-u5f6i06yer 0.8s linear infinite;
    flex-shrink: 0;
}

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

.trending-empty[b-u5f6i06yer] {
    color: var(--ink-2);
    font-size: 0.75rem;
    padding: 2rem 0;
    opacity: 0.6;
    letter-spacing: 0.08em;
}
/* /Features/Home/Components/TrendingTvSection.razor.rz.scp.css */
.trending-section[b-62qx1atmf8] {
    margin: 2.5rem 0 0;
    padding: 0 40px;
}

.trending-header[b-62qx1atmf8] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    gap: 1rem;
}

.trending-header__left[b-62qx1atmf8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.trending-header__label[b-62qx1atmf8] {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    color: var(--accent);
    text-transform: uppercase;
    opacity: 0.7;
}

.trending-header__title[b-62qx1atmf8] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ink-0);
    margin: 0;
    letter-spacing: 0.04em;
}

.trending-header__toggles[b-62qx1atmf8] {
    display: flex;
    gap: 0.5rem;
}

.trending-toggle[b-62qx1atmf8] {
    background: transparent;
    border: 1px solid oklch(0.35 0.07 215 / 0.3);
    color: var(--ink-2);
    font-size: 0.65rem;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.1em;
    padding: 0.3rem 0.75rem;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

.trending-toggle:hover[b-62qx1atmf8] {
    border-color: var(--accent);
    color: var(--accent);
}

.trending-toggle.active[b-62qx1atmf8] {
    border-color: var(--accent);
    color: var(--accent);
    background: oklch(from var(--accent) l c h / 0.08);
}

.trending-grid[b-62qx1atmf8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}

.trending-loading[b-62qx1atmf8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem 0;
    color: var(--ink-2);
    font-size: 0.75rem;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.08em;
}

.trending-loading__spinner[b-62qx1atmf8] {
    width: 16px;
    height: 16px;
    border: 2px solid oklch(0.35 0.07 215 / 0.3);
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: spin-b-62qx1atmf8 0.8s linear infinite;
    flex-shrink: 0;
}

@keyframes spin-b-62qx1atmf8 {
    to { transform: rotate(360deg); }
}

.trending-empty[b-62qx1atmf8] {
    color: var(--ink-2);
    font-size: 0.75rem;
    padding: 2rem 0;
    opacity: 0.6;
    letter-spacing: 0.08em;
}
/* /Features/Home/HomePage.razor.rz.scp.css */
.home-grid[b-6e3f0i63fb] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  padding: 32px 40px 48px;
}

.home-tile[b-6e3f0i63fb] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 28px 28px 24px;
  background: oklch(0.12 0.03 240 / 0.7);
  border: 1px solid oklch(0.35 0.07 215 / 0.3);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  text-decoration: none;
  color: var(--ink-0);
  transition: background 200ms, border-color 200ms, transform 200ms;
  backdrop-filter: blur(8px);
}

.home-tile:hover[b-6e3f0i63fb] {
  background: oklch(0.16 0.06 215 / 0.85);
  border-color: var(--accent);
  transform: translateY(-3px);
  color: var(--ink-0);
  text-decoration: none;
}

.home-tile__icon[b-6e3f0i63fb] {
  font-size: 28px;
  color: var(--accent);
  line-height: 1;
}

.home-tile__label[b-6e3f0i63fb] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--ink-0);
}

.home-tile__sub[b-6e3f0i63fb] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--ink-2);
}
/* /Features/Planning/PlanningPage.razor.rz.scp.css */
.nexus-loading[b-u6f5l7p9um] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}

.nexus-loading__icon[b-u6f5l7p9um] {
  font-size: 48px;
  color: var(--accent);
  animation: pulse-icon-b-u6f5l7p9um 2s ease-in-out infinite;
}

.nexus-loading__text[b-u6f5l7p9um] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--ink-2);
  text-transform: uppercase;
}

@keyframes pulse-icon-b-u6f5l7p9um {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.1); }
}

.load-error[b-u6f5l7p9um] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  padding: 14px 20px;
  background: oklch(0.12 0.04 20 / 0.6);
  border: 1px solid oklch(0.5 0.2 20 / 0.5);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: oklch(0.8 0.15 20);
  letter-spacing: 0.1em;
}

.load-error__icon[b-u6f5l7p9um] { font-size: 16px; }

.load-error__msg[b-u6f5l7p9um] { flex: 1; }

.load-error__retry[b-u6f5l7p9um] {
  background: transparent;
  border: 1px solid oklch(0.5 0.2 20 / 0.5);
  color: oklch(0.8 0.15 20);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 150ms;
}

.load-error__retry:hover[b-u6f5l7p9um] {
  background: oklch(0.5 0.2 20 / 0.15);
  border-color: oklch(0.7 0.2 20);
}

.nexus-content-wrap[b-u6f5l7p9um] {
  width: 100%;
}
/* /Features/PublicShare/Components/PublicWatchedPage.razor.rz.scp.css */
.pub-loading[b-mj3klzhvbf] {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 4rem;
}

.pub-loading-dot[b-mj3klzhvbf] {
  width: 8px;
  height: 8px;
  background: var(--accent);
  clip-path: polygon(2px 0, 100% 0, 100% calc(100% - 2px), calc(100% - 2px) 100%, 0 100%, 0 2px);
  animation: pub-blink-b-mj3klzhvbf 1.2s infinite;
}

.pub-loading-dot:nth-child(2)[b-mj3klzhvbf] { animation-delay: 0.2s; }
.pub-loading-dot:nth-child(3)[b-mj3klzhvbf] { animation-delay: 0.4s; }

@keyframes pub-blink-b-mj3klzhvbf {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; }
}

.pub-unavailable[b-mj3klzhvbf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  text-align: center;
}

.pub-unavailable-code[b-mj3klzhvbf] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 5rem;
  font-weight: 700;
  color: oklch(0.50 0.10 200 / 0.4);
  line-height: 1;
}

.pub-unavailable-title[b-mj3klzhvbf] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: var(--warn);
  margin: 0.75rem 0 1rem;
}

.pub-unavailable-text[b-mj3klzhvbf] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  color: oklch(0.55 0.05 200);
}

.pub-header[b-mj3klzhvbf] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid oklch(0.30 0.08 200 / 0.4);
}

.pub-header-label[b-mj3klzhvbf] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  color: var(--accent);
}

.pub-header-count[b-mj3klzhvbf] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.70rem;
  letter-spacing: 0.15em;
  color: oklch(0.55 0.06 200);
}

.pub-empty[b-mj3klzhvbf] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.80rem;
  color: oklch(0.55 0.05 200);
  text-align: center;
  padding: 3rem;
}

.pub-grid[b-mj3klzhvbf] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.25rem;
}

.pub-card[b-mj3klzhvbf] {
  background: oklch(0.14 0.03 200 / 0.7);
  border: 1px solid oklch(0.25 0.06 200 / 0.5);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  overflow: hidden;
  transition: border-color 150ms, box-shadow 150ms;
}

.pub-card:hover[b-mj3klzhvbf] {
  border-color: oklch(0.50 0.12 200 / 0.6);
  box-shadow: 0 0 12px oklch(0.85 0.15 200 / 0.15);
}

.pub-card-poster[b-mj3klzhvbf] {
  position: relative;
  aspect-ratio: 2/3;
  background: oklch(0.12 0.02 200);
  overflow: hidden;
}

.pub-card-poster img[b-mj3klzhvbf] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pub-card-no-poster[b-mj3klzhvbf] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: oklch(0.35 0.05 200);
}

.pub-card-type-badge[b-mj3klzhvbf] {
  position: absolute;
  bottom: 6px;
  left: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.60rem;
  letter-spacing: 0.12em;
  padding: 2px 6px;
  background: oklch(0.10 0.02 200 / 0.85);
  color: var(--accent);
  border: 1px solid oklch(0.40 0.10 200 / 0.4);
  clip-path: polygon(3px 0, 100% 0, 100% calc(100% - 3px), calc(100% - 3px) 100%, 0 100%, 0 3px);
}

.pub-card-info[b-mj3klzhvbf] {
  padding: 0.6rem 0.75rem;
}

.pub-card-title[b-mj3klzhvbf] {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: oklch(0.88 0.04 200);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.pub-card-date[b-mj3klzhvbf] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  color: oklch(0.50 0.06 200);
  margin-top: 0.3rem;
  letter-spacing: 0.08em;
}
/* /Features/Recherche/SearchPage.razor.rz.scp.css */
/* Styles migrés vers Components/Nexus/*.razor.css (CSS isolation Blazor) */

.load-error[b-wm4wvcxikx] {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1680px;
  margin: 0 auto 24px;
  padding: 14px 20px;
  border: 1px solid oklch(0.6 0.2 25 / 0.6);
  background: oklch(0.6 0.2 25 / 0.08);
  color: oklch(0.8 0.15 25);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
}
.load-error__icon[b-wm4wvcxikx] { font-size: 16px; flex-shrink: 0; }
.load-error__msg[b-wm4wvcxikx] { word-break: break-word; }

.search-idle[b-wm4wvcxikx] {
  padding: 100px 32px;
  text-align: center;
  color: var(--ink-3);
}
.idle-icon[b-wm4wvcxikx] {
  font-size: 56px;
  color: oklch(0.4 0.08 215 / 0.35);
  margin-bottom: 20px;
  animation: idle-pulse-b-wm4wvcxikx 3s ease-in-out infinite;
}
@keyframes idle-pulse-b-wm4wvcxikx { 0%,100%{opacity:0.35} 50%{opacity:0.7} }
.idle-title[b-wm4wvcxikx] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: var(--ink-2);
  margin-bottom: 10px;
}
.idle-sub[b-wm4wvcxikx] {
  font-size: 13px;
  color: var(--ink-3);
}
/* /Features/Shared/Components/NexusLoadingComponent.razor.rz.scp.css */
/* ================================================
   NEXUS LOADING — Cyberpunk animated indicator
   ================================================ */

.nexus-loading[b-9tc1oafbi5] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
}

/* Full-screen overlay variant */
.nexus-loading--fs[b-9tc1oafbi5] {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background-color: oklch(0.12 0.03 240 / 0.93);
    background-image:
        linear-gradient(to right, oklch(0.3 0.05 220 / 0.06) 1px, transparent 1px),
        linear-gradient(to bottom, oklch(0.3 0.05 220 / 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
    backdrop-filter: blur(6px);
    padding: 0;
}

/* Full-screen background scan line */
.nexus-loading--fs[b-9tc1oafbi5]::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 0;
    background: linear-gradient(
        to right,
        transparent 0%,
        oklch(0.85 0.15 200 / 0.15) 30%,
        oklch(0.85 0.15 200 / 0.22) 50%,
        oklch(0.85 0.15 200 / 0.15) 70%,
        transparent 100%
    );
    animation: nexus-scan-bg-b-9tc1oafbi5 7s linear infinite;
    pointer-events: none;
}

/* ------------------------------------------------
   Frame
   ------------------------------------------------ */

.nexus-loading__frame[b-9tc1oafbi5] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding: 2rem 2.5rem 1.75rem;
    overflow: hidden;
}

/* ------------------------------------------------
   Scan line
   ------------------------------------------------ */

.nexus-loading__scanline[b-9tc1oafbi5] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent 0%,
        oklch(0.85 0.15 200 / 0.3) 20%,
        var(--accent) 50%,
        oklch(0.85 0.15 200 / 0.3) 80%,
        transparent 100%
    );
    box-shadow: 0 0 8px oklch(0.75 0.15 200 / 0.5);
    animation: nexus-scan-b-9tc1oafbi5 2.8s linear infinite;
    will-change: transform, opacity;
}

/* ------------------------------------------------
   Corner L-brackets
   ------------------------------------------------ */

.nexus-loading__corner[b-9tc1oafbi5] {
    position: absolute;
    width: 18px;
    height: 18px;
}

.nexus-loading__corner--tl[b-9tc1oafbi5] {
    top: 0;
    left: 0;
    border-top: 2px solid var(--accent);
    border-left: 2px solid var(--accent);
    animation: nexus-corner-pulse-b-9tc1oafbi5 2.4s ease-in-out infinite 0s;
}

.nexus-loading__corner--tr[b-9tc1oafbi5] {
    top: 0;
    right: 0;
    border-top: 2px solid var(--accent);
    border-right: 2px solid var(--accent);
    animation: nexus-corner-pulse-b-9tc1oafbi5 2.4s ease-in-out infinite 0.6s;
}

.nexus-loading__corner--bl[b-9tc1oafbi5] {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid var(--accent);
    border-left: 2px solid var(--accent);
    animation: nexus-corner-pulse-b-9tc1oafbi5 2.4s ease-in-out infinite 1.2s;
}

.nexus-loading__corner--br[b-9tc1oafbi5] {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid var(--accent);
    border-right: 2px solid var(--accent);
    animation: nexus-corner-pulse-b-9tc1oafbi5 2.4s ease-in-out infinite 1.8s;
}

/* ------------------------------------------------
   Core — animation zone 80×80
   ------------------------------------------------ */

.nexus-loading__core[b-9tc1oafbi5] {
    position: relative;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

/* Outer angular ring with cut corner — rotates CW */
.nexus-loading__ring-outer[b-9tc1oafbi5] {
    position: absolute;
    inset: 0;
    border: 1px solid oklch(0.75 0.15 200 / 0.65);
    clip-path: polygon(
        10px 0%, 100% 0%, 100% calc(100% - 10px),
        calc(100% - 10px) 100%, 0% 100%, 0% 10px
    );
    box-shadow: 0 0 12px oklch(0.75 0.15 200 / 0.2),
                inset 0 0 12px oklch(0.75 0.15 200 / 0.08);
    animation: nexus-cw-b-9tc1oafbi5 5s linear infinite;
}

/* Inner dashed circle — rotates CCW */
.nexus-loading__ring-inner[b-9tc1oafbi5] {
    position: absolute;
    inset: 18px;
    border: 1px dashed oklch(0.75 0.15 200 / 0.38);
    border-radius: 50%;
    animation: nexus-ccw-b-9tc1oafbi5 3s linear infinite;
}

/* Reticle crosshair — slow CW rotation */
.nexus-loading__reticle[b-9tc1oafbi5] {
    position: absolute;
    inset: 0;
    animation: nexus-cw-b-9tc1oafbi5 12s linear infinite;
}

.nexus-loading__reticle-h[b-9tc1oafbi5],
.nexus-loading__reticle-v[b-9tc1oafbi5] {
    position: absolute;
    background: oklch(0.75 0.15 200 / 0.4);
}

.nexus-loading__reticle-h[b-9tc1oafbi5] {
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    transform: translateY(-50%);
}

.nexus-loading__reticle-v[b-9tc1oafbi5] {
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 1px;
    transform: translateX(-50%);
}

/* Center diamond — pulsing glow */
.nexus-loading__dot[b-9tc1oafbi5] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: var(--accent);
    animation: nexus-dot-pulse-b-9tc1oafbi5 1.8s ease-in-out infinite;
}

/* ------------------------------------------------
   Status text
   ------------------------------------------------ */

.nexus-loading__info[b-9tc1oafbi5] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.nexus-loading__msg[b-9tc1oafbi5] {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    color: var(--accent);
    text-transform: uppercase;
}

.nexus-loading__cursor[b-9tc1oafbi5] {
    font-size: 0.7rem;
    color: var(--accent);
    opacity: 0.85;
    animation: nexus-blink-b-9tc1oafbi5 1s step-end infinite;
}

.nexus-loading__sub[b-9tc1oafbi5] {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    color: var(--ink-2);
    text-transform: uppercase;
    margin-top: -0.75rem;
}

/* ================================================
   KEYFRAMES
   ================================================ */

@keyframes nexus-scan-b-9tc1oafbi5 {
    0%   { transform: translateY(-2px); opacity: 0; }
    6%   { opacity: 1; }
    90%  { opacity: 1; }
    100% { transform: translateY(240px); opacity: 0; }
}

@keyframes nexus-scan-bg-b-9tc1oafbi5 {
    0%   { transform: translateY(-1px); }
    100% { transform: translateY(100vh); }
}

@keyframes nexus-corner-pulse-b-9tc1oafbi5 {
    0%, 100% { opacity: 1;    filter: drop-shadow(0 0 4px oklch(0.75 0.15 200 / 0.6)); }
    50%       { opacity: 0.2; filter: none; }
}

@keyframes nexus-cw-b-9tc1oafbi5 {
    to { transform: rotate(360deg); }
}

@keyframes nexus-ccw-b-9tc1oafbi5 {
    to { transform: rotate(-360deg); }
}

@keyframes nexus-dot-pulse-b-9tc1oafbi5 {
    0%, 100% {
        transform: translate(-50%, -50%) rotate(45deg) scale(1);
        box-shadow: 0 0 12px var(--accent), 0 0 24px oklch(0.75 0.15 200 / 0.4);
    }
    50% {
        transform: translate(-50%, -50%) rotate(45deg) scale(1.7);
        box-shadow: 0 0 22px var(--accent), 0 0 44px oklch(0.75 0.15 200 / 0.6);
    }
}

@keyframes nexus-blink-b-9tc1oafbi5 {
    0%, 100% { opacity: 0.85; }
    50%       { opacity: 0; }
}
/* /Features/Statistics/StatisticsPage.razor.rz.scp.css */
.nexus-loading[b-f4bnlpo870] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}

.nexus-loading__icon[b-f4bnlpo870] {
  font-size: 48px;
  color: var(--accent);
  animation: pulse-icon-b-f4bnlpo870 2s ease-in-out infinite;
}

.nexus-loading__text[b-f4bnlpo870] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--ink-2);
  text-transform: uppercase;
}

@keyframes pulse-icon-b-f4bnlpo870 {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.1); }
}

.load-error[b-f4bnlpo870] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 40px;
  padding: 14px 20px;
  background: oklch(0.12 0.04 20 / 0.6);
  border: 1px solid oklch(0.5 0.2 20 / 0.5);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: oklch(0.8 0.15 20);
  letter-spacing: 0.1em;
}

.load-error__icon[b-f4bnlpo870] { font-size: 16px; }
.load-error__msg[b-f4bnlpo870]  { flex: 1; }

.load-error__retry[b-f4bnlpo870] {
  background: transparent;
  border: 1px solid oklch(0.5 0.2 20 / 0.5);
  color: oklch(0.8 0.15 20);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 150ms;
}

.load-error__retry:hover[b-f4bnlpo870] {
  background: oklch(0.5 0.2 20 / 0.15);
}

/* Empty state */
.stat-empty[b-f4bnlpo870] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 80px 20px;
  text-align: center;
}

.stat-empty__icon[b-f4bnlpo870] {
  font-size: 48px;
  color: var(--ink-3);
  animation: pulse-icon-b-f4bnlpo870 3s ease-in-out infinite;
}

.stat-empty__title[b-f4bnlpo870] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: var(--ink-1);
}

.stat-empty__sub[b-f4bnlpo870] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.1em;
  max-width: 440px;
}

.stat-empty__cta[b-f4bnlpo870] {
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent);
  border: 1px solid var(--accent-dim);
  padding: 10px 20px;
  text-decoration: none;
  transition: all 150ms;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.stat-empty__cta:hover[b-f4bnlpo870] {
  background: oklch(0.85 0.18 200 / 0.08);
  border-color: var(--accent);
  color: var(--accent);
}

/* KPI row */
.stat-kpi-row[b-f4bnlpo870] {
  display: flex;
  gap: 16px;
  padding: 0 40px 32px;
  flex-wrap: wrap;
}

.stat-kpi[b-f4bnlpo870] {
  flex: 1;
  min-width: 160px;
  padding: 20px 24px;
  background: oklch(0.12 0.03 240 / 0.7);
  border: 1px solid oklch(0.35 0.07 215 / 0.3);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.stat-kpi__value[b-f4bnlpo870] {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-kpi__label[b-f4bnlpo870] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ink-2);
  text-transform: uppercase;
}

.stat-kpi__sub[b-f4bnlpo870] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 4px;
}

/* Panels */
.stat-panels[b-f4bnlpo870] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 40px 48px;
}

@media (max-width: 900px) {
  .stat-panels[b-f4bnlpo870] { grid-template-columns: 1fr; }
  .stat-kpi-row[b-f4bnlpo870] { padding: 0 20px 24px; }
  .stat-panels[b-f4bnlpo870]  { padding: 0 20px 32px; }
}

.stat-panel[b-f4bnlpo870] {
  background: oklch(0.12 0.03 240 / 0.7);
  border: 1px solid oklch(0.35 0.07 215 / 0.3);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  padding: 24px;
}

.stat-panel__title[b-f4bnlpo870] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--accent);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid oklch(0.35 0.07 215 / 0.3);
}

.stat-rows[b-f4bnlpo870] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-row[b-f4bnlpo870] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: oklch(0.1 0.02 240 / 0.5);
  gap: 12px;
}

.stat-row.highlight[b-f4bnlpo870] {
  background: oklch(0.85 0.18 200 / 0.06);
  border: 1px solid oklch(0.85 0.18 200 / 0.12);
}

.stat-row__k[b-f4bnlpo870] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--ink-2);
  flex-shrink: 0;
}

.stat-row__v[b-f4bnlpo870] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-0);
}

.stat-row__v.ok[b-f4bnlpo870]     { color: var(--ok); }
.stat-row__v.accent[b-f4bnlpo870] { color: var(--accent); }
.stat-row__v.dim[b-f4bnlpo870]    { color: var(--ink-3); }

.stat-bar-wrap[b-f4bnlpo870] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
}

.stat-bar[b-f4bnlpo870] {
  width: 120px;
  height: 6px;
  background: oklch(0.2 0.03 240);
}

.stat-bar__fill[b-f4bnlpo870] {
  height: 100%;
  transition: width 0.6s ease;
}

.stat-bar__fill.ok[b-f4bnlpo870]     { background: var(--ok); box-shadow: 0 0 6px var(--ok); }
.stat-bar__fill.accent[b-f4bnlpo870] { background: var(--accent); box-shadow: 0 0 6px var(--accent); }

.stat-bar__pct[b-f4bnlpo870] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: var(--ink-1);
  min-width: 36px;
  text-align: right;
}
/* /Features/Watched/WatchedPage.razor.rz.scp.css */
.nexus-loading[b-r6y58be4g3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}

.nexus-loading__icon[b-r6y58be4g3] {
  font-size: 48px;
  color: var(--accent);
  animation: pulse-icon-b-r6y58be4g3 2s ease-in-out infinite;
}

.nexus-loading__text[b-r6y58be4g3] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--ink-2);
  text-transform: uppercase;
}

@keyframes pulse-icon-b-r6y58be4g3 {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.1); }
}

/* Empty state */
.watched-empty[b-r6y58be4g3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 80px 20px;
  text-align: center;
}

.watched-empty__icon[b-r6y58be4g3] {
  font-size: 56px;
  color: var(--ink-3);
  animation: pulse-icon-b-r6y58be4g3 3s ease-in-out infinite;
}

.watched-empty__title[b-r6y58be4g3] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: var(--ink-1);
}

.watched-empty__sub[b-r6y58be4g3] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.1em;
  max-width: 420px;
}

.watched-empty__cta[b-r6y58be4g3] {
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent);
  border: 1px solid var(--accent-dim);
  padding: 10px 20px;
  text-decoration: none;
  transition: all 150ms;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.watched-empty__cta:hover[b-r6y58be4g3] {
  background: oklch(0.85 0.18 200 / 0.08);
  border-color: var(--accent);
  color: var(--accent);
}

/* Filter bar */
.watched-bar[b-r6y58be4g3] {
  display: flex;
  align-items: center;
  padding: 0 40px 20px;
}

.watched-counts[b-r6y58be4g3] {
  display: flex;
  gap: 8px;
}

.wcount[b-r6y58be4g3] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 14px;
  background: oklch(0.12 0.03 240 / 0.6);
  border: 1px solid oklch(0.35 0.07 215 / 0.3);
  color: var(--ink-2);
  cursor: pointer;
  transition: all 150ms;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}

.wcount span[b-r6y58be4g3] {
  color: var(--ink-1);
  margin-left: 4px;
}

.wcount:hover[b-r6y58be4g3] {
  border-color: var(--accent-dim);
  color: var(--ink-1);
}

.wcount.active[b-r6y58be4g3] {
  background: oklch(0.85 0.18 200 / 0.1);
  border-color: var(--accent);
  color: var(--accent);
}

.wcount.active span[b-r6y58be4g3] {
  color: var(--accent);
}

/* Grid */
.watched-grid[b-r6y58be4g3] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  padding: 0 40px 48px;
}

/* Card */
.wcard[b-r6y58be4g3] {
  position: relative;
  background: oklch(0.12 0.03 240 / 0.7);
  border: 1px solid oklch(0.35 0.07 215 / 0.3);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 200ms, transform 200ms;
}

.wcard:hover[b-r6y58be4g3] {
  border-color: var(--accent);
  transform: translateY(-3px);
}

.wcard-poster[b-r6y58be4g3] {
  position: relative;
  aspect-ratio: 2/3;
  background-size: cover;
  background-position: center;
  background-color: oklch(0.15 0.04 240);
}

.wcard-poster-placeholder[b-r6y58be4g3] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, oklch(0.22 0.08 240), oklch(0.18 0.1 280));
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: oklch(0.9 0.15 200 / 0.2);
}

.wcard-check[b-r6y58be4g3] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: oklch(0.55 0.18 150 / 0.9);
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}

.wcard-body[b-r6y58be4g3] {
  padding: 12px 14px 14px;
}

.wcard-type[b-r6y58be4g3] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 4px;
}

.wcard-title[b-r6y58be4g3] {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-0);
  line-height: 1.2;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wcard-date[b-r6y58be4g3] {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
}

.wcard-remove[b-r6y58be4g3] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: oklch(0.5 0.2 20 / 0.15);
  border: 1px solid oklch(0.5 0.2 20 / 0.4);
  color: oklch(0.7 0.15 20);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 150ms, background 150ms;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}

.wcard:hover .wcard-remove[b-r6y58be4g3] {
  opacity: 1;
}

.wcard-remove:hover[b-r6y58be4g3] {
  background: oklch(0.5 0.2 20 / 0.3);
}
