/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-nav-card[b-eqdjufb0uv] {
    border: 1px solid rgba(46, 63, 135, 0.12);
    border-radius: 1rem;
    padding: 0.25rem;
    background: #ffffff;
}

.manage-content-card[b-eqdjufb0uv] {
    background: transparent;
    padding: 0;
}

/* E-mail bekræftet row */
.manage-email-row[b-eqdjufb0uv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.manage-email-badge[b-eqdjufb0uv] {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Form label over input */
.form-label-text[b-eqdjufb0uv] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 0.4rem;
}

/* Mobil: flad nav-card — ingen baggrund, ingen kant */
@media (max-width: 959.98px) {
    .manage-nav-card[b-eqdjufb0uv] {
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 0.25rem !important;
        margin-bottom: 0.75rem !important;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-icon-nav[b-6oxjnburuc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
}

.manage-icon-item[b-6oxjnburuc] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.4rem;
    text-decoration: none !important;
    padding: 0.65rem 0.5rem;
    border-radius: 12px;
    transition: background 0.15s ease;
    cursor: pointer;
    width: 100%;
}

.manage-icon-item:hover[b-6oxjnburuc] {
    background: rgba(46, 63, 135, 0.06);
}

.manage-icon-circle[b-6oxjnburuc] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(46, 63, 135, 0.22);
    background: rgba(46, 63, 135, 0.07);
    transition: background 0.15s ease, transform 0.15s ease;
    flex-shrink: 0;
    margin: 0 auto;
}

.manage-icon-item:hover .manage-icon-circle[b-6oxjnburuc] {
    background: rgba(46, 63, 135, 0.13);
    transform: translateY(-2px);
}

.manage-icon-item--active .manage-icon-circle[b-6oxjnburuc] {
    background: rgba(46, 63, 135, 0.16) !important;
    border-color: rgba(46, 63, 135, 0.5) !important;
}

[b-6oxjnburuc] .manage-icon-icon {
    color: #2E3F87 !important;
    font-size: 1.35rem !important;
}

.manage-icon-label[b-6oxjnburuc] {
    display: block;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #64748b;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    width: 100%;
}

.manage-icon-item--active .manage-icon-label[b-6oxjnburuc] {
    color: #2E3F87;
}
/* /Components/Components/Admin/AdminMetricsDashboard.razor.rz.scp.css */
/* Brugeroverblik: xs6 sm4 md2 → 2 / 3 / 6 kolonner (Mud sm≈600, md≈960) */
.user-overview-grid-native[b-0urdoj646y] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

@media (min-width: 600px) {
    .user-overview-grid-native[b-0urdoj646y] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .user-overview-grid-native[b-0urdoj646y] {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.user-overview-cell[b-0urdoj646y] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    min-height: 100%;
}

[b-0urdoj646y] .user-overview-paper {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

/* Ens labelhøjde (ca. 2 linjer caption) så ét kort ikke “vokser” ved wrap */
[b-0urdoj646y] .user-overview-label {
    flex: 1 1 auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    max-width: 100%;
    min-height: 2.75rem;
    text-align: center;
    line-height: 1.25;
}

/* Native grid: row height = tallest card; cells stretch so papers match height. */
.north-star-kpi-grid-native[b-0urdoj646y] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr;
    align-items: stretch;
}

/* MudBlazor sm / lg defaults ≈ 600px / 1280px (matcher tidligere xs12 sm6 lg3) */
@media (min-width: 600px) {
    .north-star-kpi-grid-native[b-0urdoj646y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .north-star-kpi-grid-native[b-0urdoj646y] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.north-star-kpi-cell[b-0urdoj646y] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    min-height: 100%;
}

[b-0urdoj646y] .north-star-kpi-paper {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
}

[b-0urdoj646y] .north-star-kpi-stack {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

/* Ur & Garmin: 2 → 3 → 4 kolonner (8 kort) */
.garmin-metrics-grid[b-0urdoj646y] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 600px) {
    .garmin-metrics-grid[b-0urdoj646y] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .garmin-metrics-grid[b-0urdoj646y] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.daily-activity-chart[b-0urdoj646y] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    min-height: 5rem;
}

.daily-activity-day[b-0urdoj646y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
}

.daily-activity-count[b-0urdoj646y] {
    font-size: 0.65rem;
    color: #64748B;
    font-weight: 600;
}

.daily-activity-bars[b-0urdoj646y] {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 1px;
}

.daily-activity-bar[b-0urdoj646y] {
    width: 100%;
    border-radius: 3px 3px 0 0;
    min-height: 2px;
}

.daily-activity-bar-manual[b-0urdoj646y] {
    background: #93c5fd;
}

.daily-activity-bar-garmin[b-0urdoj646y] {
    background: #2E3F87;
}

.daily-activity-bar-empty[b-0urdoj646y] {
    background: #e5e7eb;
    border-radius: 3px;
}

.daily-activity-label[b-0urdoj646y] {
    font-size: 0.65rem;
    color: #64748B;
}

.daily-activity-label-today[b-0urdoj646y] {
    color: #2E3F87;
    font-weight: 700;
}

/* Login-trend: 14 søjler — tættere afstand og mindre labels så det ikke vælter på mobil */
.login-trend-chart[b-0urdoj646y] {
    gap: 0.2rem;
    overflow-x: auto;
}

.login-trend-chart .daily-activity-day[b-0urdoj646y] {
    min-width: 14px;
}

.login-trend-chart .daily-activity-label[b-0urdoj646y] {
    font-size: 0.55rem;
    white-space: nowrap;
}

/* Brug pr. rolle/abonnement: stak på mobil, side-om-side fra tablet */
.usage-breakdown-grid[b-0urdoj646y] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 960px) {
    .usage-breakdown-grid[b-0urdoj646y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Components/Admin/FeedbackOverview.razor.rz.scp.css */
/* Thumbnail i kort: bevar aspect ratio, ingen stræk */
.feedback-thumb-frame[b-ack2gumho6] {
    margin-top: 0.5rem;
    width: 100%;
    max-height: min(300px, 45vh);
    min-height: 80px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}

.feedback-thumb-img[b-ack2gumho6] {
    max-width: 100%;
    max-height: min(300px, 45vh);
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* Lightbox: samme princip inde i overlay */
.feedback-lightbox-wrap[b-ack2gumho6] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: min(90vw, 1200px);
    max-height: 90vh;
    padding: 12px;
    box-sizing: border-box;
}

.feedback-lightbox-img[b-ack2gumho6] {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    display: block;
}
/* /Components/Components/Clubs/ClubLogoDisplay.razor.rz.scp.css */
/* Club logo — object-fit contain + aspect variants (banner / wide / square / tall) */

.club-logo-frame[b-fcphmqkf9i] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.club-logo-frame--hero[b-fcphmqkf9i] {
    width: 100%;
    min-height: 5.5rem;
    max-height: 14rem;
    padding: clamp(0.75rem, 3vw, 1.25rem);
    margin-bottom: 1rem;
}

.club-logo-frame--compact[b-fcphmqkf9i] {
    flex: 0 0 auto;
    width: clamp(4.5rem, 28vw, 7.5rem);
    min-width: 4.5rem;
    max-width: 45%;
    height: 3.25rem;
    min-height: 3.25rem;
    padding: 0.35rem 0.5rem;
    border-radius: 10px;
}

.club-logo-frame--fallback[b-fcphmqkf9i] {
    color: #2E3F87;
    background: #eef2ff;
}

.club-logo-fallback-icon[b-fcphmqkf9i] {
    font-size: 1.75rem !important;
    opacity: 0.85;
}

.club-logo-frame--compact .club-logo-fallback-icon[b-fcphmqkf9i] {
    font-size: 1.35rem !important;
}

.club-logo-img[b-fcphmqkf9i] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

/* Default until JS measures natural size */
.club-logo-frame--hero .club-logo-img[b-fcphmqkf9i] {
    max-height: 11rem;
}

.club-logo-frame--compact .club-logo-img[b-fcphmqkf9i] {
    max-height: 2.75rem;
    max-width: 100%;
}

/* Wide / banner — use horizontal space */
.club-logo-aspect--banner.club-logo-img[b-fcphmqkf9i],
.club-logo-aspect--wide.club-logo-img[b-fcphmqkf9i] {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.club-logo-frame--hero .club-logo-aspect--banner.club-logo-img[b-fcphmqkf9i] {
    max-height: 10rem;
}

.club-logo-frame--hero .club-logo-aspect--wide.club-logo-img[b-fcphmqkf9i] {
    max-height: 9rem;
}

/* Square-ish — balanced box */
.club-logo-aspect--square.club-logo-img[b-fcphmqkf9i] {
    max-height: 9rem;
    max-width: min(100%, 12rem);
}

.club-logo-frame--compact .club-logo-aspect--square.club-logo-img[b-fcphmqkf9i] {
    max-height: 2.75rem;
    max-width: 2.75rem;
}

/* Tall / portrait — limit height, allow narrower width */
.club-logo-aspect--tall.club-logo-img[b-fcphmqkf9i] {
    max-height: 11rem;
    max-width: min(55%, 8rem);
    width: auto;
}

.club-logo-frame--compact .club-logo-aspect--tall.club-logo-img[b-fcphmqkf9i] {
    max-height: 2.75rem;
    max-width: 2rem;
}

@media (min-width: 640px) {
    .club-logo-frame--hero[b-fcphmqkf9i] {
        max-height: 16rem;
        padding: 1.25rem 1.5rem;
    }

    .club-logo-frame--hero .club-logo-img[b-fcphmqkf9i] {
        max-height: 13rem;
    }

    .club-logo-frame--hero .club-logo-aspect--banner.club-logo-img[b-fcphmqkf9i] {
        max-height: 12rem;
    }
}
/* /Components/Components/Clubs/ClubProgramAdmin.razor.rz.scp.css */
.club-program-chart-card[b-7siu020f7j] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.club-program-distribution[b-7siu020f7j] {
    margin-bottom: 0.5rem;
}

.club-program-chart-frame[b-7siu020f7j] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.club-program-chart-frame .chart-wrap[b-7siu020f7j] {
    min-height: 280px;
    height: clamp(280px, 45vw, 420px);
}

@media (min-width: 900px) {
    .club-program-chart-frame .chart-wrap[b-7siu020f7j] {
        height: 420px;
    }
}

@media (max-width: 640px) {
    .club-program-admin .club-program-chart-frame .chart-wrap[b-7siu020f7j] {
        min-height: 240px;
        height: 240px;
    }
}
/* /Components/Components/Clubs/ClubWorkoutCatalogAdmin.razor.rz.scp.css */
.club-catalog .category-card[b-h923wfem7w] {
    touch-action: manipulation;
}

.club-catalog-preview-panel[b-h923wfem7w] {
    margin-top: 0.25rem;
}

.club-catalog-preview-panel .mud-expand-panel[b-h923wfem7w] {
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
}

.club-catalog-preview-panel .mud-expand-panel-header[b-h923wfem7w] {
    min-height: 44px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.club-catalog-import-preview[b-h923wfem7w] {
    margin-top: 0.25rem;
}

.club-catalog-import-preview .workout-preview-card[b-h923wfem7w] {
    max-width: 100%;
}

@media (max-width: 640px) {
    .club-catalog .category-card[b-h923wfem7w] {
        min-height: 48px;
    }
}
/* /Components/Components/CustomChart.razor.rz.scp.css */
.chart-wrap[b-c057tzpdg0] {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 420px;
}

@media (min-width: 900px) {
    .chart-wrap[b-c057tzpdg0] {
        height: 520px;
    }
}

.chart-container[b-c057tzpdg0] {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    min-height: 300px;
    overflow: hidden;
}

.chart-container canvas[b-c057tzpdg0] {
    max-width: 100%;
    height: auto !important;
    display: block;
}
/* /Components/Components/FeedbackSection.razor.rz.scp.css */
.feedback-content[b-1l5296bsg2] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feedback-text-wrapper[b-1l5296bsg2] {
    flex: 1;
}

.feedback-button-wrapper[b-1l5296bsg2] {
    width: 100%;
}

@media (min-width: 768px) {
    .feedback-content[b-1l5296bsg2] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
    .feedback-button-wrapper[b-1l5296bsg2] {
        width: auto;
        flex-shrink: 0;
    }
}

/* /Components/Components/Modals/ShowSpecificTrainingDetailsModal.razor.rz.scp.css */
/* =========================================
   ShowSpecificTraningDetailsModal
   Responsive training details dialog
   Desktop: Large, spacious, horizontal layout
   Mobile: Full-screen, vertical layout
   ========================================= */

/* Dialog container - larger on desktop */
[b-llaqargacb] .training-details-dialog {
    max-width: 1100px !important;
    width: 95vw;
}

[b-llaqargacb] .training-details-dialog .mud-dialog {
    border-radius: 16px !important;
}

[b-llaqargacb] .training-details-dialog .mud-dialog-content {
    padding: 24px 32px;
    max-height: 85vh;
    overflow-y: auto;
}

[b-llaqargacb] .training-details-dialog .mud-dialog-title {
    padding: 20px 32px;
    border-bottom: 1px solid #E2E8F0;
}

[b-llaqargacb] .training-details-dialog .mud-dialog-actions {
    padding: 16px 32px;
    border-top: 1px solid #E2E8F0;
}

/* Content container */
.training-details-content[b-llaqargacb] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Status and action buttons row */
.status-actions-row[b-llaqargacb] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.action-buttons[b-llaqargacb] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

/* Race info chips container */
.race-info-chips[b-llaqargacb] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* =========================================
   Desktop Workout Preview Enhancement
   ========================================= */

/* Make WorkoutCompactPreview larger on desktop */
[b-llaqargacb] .workout-preview-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

[b-llaqargacb] .wcp-header {
    padding: 18px 24px;
}

[b-llaqargacb] .wcp-title {
    font-size: 1.1rem;
}

[b-llaqargacb] .wcp-timeline-horizontal {
    padding: 24px;
    gap: 12px;
    min-height: 140px;
}

/* Larger phase blocks on desktop */
[b-llaqargacb] .wcp-phase {
    min-width: 160px;
    max-width: 240px;
    flex: 1 1 auto;
}

[b-llaqargacb] .wcp-phase-content {
    padding: 16px 18px;
    flex-wrap: wrap;
    gap: 12px;
}

[b-llaqargacb] .wcp-phase-label {
    font-size: 0.8rem;
}

[b-llaqargacb] .wcp-phase-value {
    font-size: 1.1rem;
}

[b-llaqargacb] .wcp-phase-pace {
    font-size: 0.75rem;
    padding: 6px 12px;
}

/* Larger reps container on desktop */
[b-llaqargacb] .wcp-reps-container {
    min-width: 260px;
    max-width: 400px;
}

[b-llaqargacb] .wcp-reps-count {
    padding: 12px 20px;
    font-size: 1.5rem;
    min-width: 80px;
}

[b-llaqargacb] .wcp-reps-content {
    padding: 16px;
    gap: 12px;
}

[b-llaqargacb] .wcp-reps-block {
    padding: 14px 18px;
}

[b-llaqargacb] .wcp-reps-label {
    font-size: 1rem;
}

[b-llaqargacb] .wcp-reps-distance {
    font-size: 0.9rem;
}

[b-llaqargacb] .wcp-reps-pace {
    font-size: 0.7rem;
    padding: 5px 10px;
}

[b-llaqargacb] .wcp-reps-total {
    padding: 12px 18px;
}

[b-llaqargacb] .wcp-reps-total-value {
    font-size: 0.95rem;
}

/* Summary row on desktop */
[b-llaqargacb] .wcp-summary {
    padding: 16px 24px;
    gap: 40px;
}

[b-llaqargacb] .wcp-summary-label {
    font-size: 0.75rem;
}

[b-llaqargacb] .wcp-summary-value {
    font-size: 1rem;
}

/* =========================================
   Legacy workout display styles
   ========================================= */
.workout-display[b-llaqargacb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.workout-section[b-llaqargacb] {
    display: flex;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    min-height: 60px;
}

.workout-section__bar[b-llaqargacb] {
    width: 6px;
    flex-shrink: 0;
}

.workout-section__bar--warmup[b-llaqargacb] {
    background-color: #f44336;
}

.workout-section__bar--repeated[b-llaqargacb] {
    background-color: #9e9e9e;
}

.workout-section__bar--cooldown[b-llaqargacb] {
    background-color: #4caf50;
}

.workout-section__bar--standard[b-llaqargacb] {
    background-color: #2196f3;
}

.workout-section__content[b-llaqargacb] {
    flex: 1;
    padding: 1.25rem;
}

.workout-section__header[b-llaqargacb] {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.workout-section__title[b-llaqargacb] {
    font-weight: 600;
    font-size: 1.2rem;
}

.workout-repeated[b-llaqargacb] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 6px;
    margin-top: 0.5rem;
}

.workout-step[b-llaqargacb] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.workout-step--work[b-llaqargacb],
.workout-step--recovery[b-llaqargacb] {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem;
}

.workout-step__bar[b-llaqargacb] {
    width: 4px;
    flex-shrink: 0;
}

.workout-step__bar--work[b-llaqargacb] {
    background-color: #2196f3;
}

.workout-step__bar--recovery[b-llaqargacb] {
    background-color: #9e9e9e;
}

.workout-step__content[b-llaqargacb] {
    flex: 1;
    padding: 1rem;
}

.workout-step__label[b-llaqargacb] {
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.workout-step__details[b-llaqargacb] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 1.05rem;
}

.workout-step__distance[b-llaqargacb],
.workout-step__time[b-llaqargacb] {
    color: #666;
    font-weight: 500;
    font-size: 1.05rem;
}

.workout-step__pace[b-llaqargacb] {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
}

.workout-step__pace-range[b-llaqargacb] {
    font-weight: 400;
    color: #666;
    font-size: 1rem;
}

.workout-step__note[b-llaqargacb] {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: #666;
    font-style: italic;
}

/* =========================================
   Responsive Styles - Tablet
   ========================================= */
@media (max-width: 900px) {
    [b-llaqargacb] .training-details-dialog {
        max-width: 95vw !important;
        width: 95vw;
    }

    [b-llaqargacb] .training-details-dialog .mud-dialog-content {
        padding: 16px 20px;
    }

    [b-llaqargacb] .training-details-dialog .mud-dialog-title {
        padding: 16px 20px;
    }

    [b-llaqargacb] .training-details-dialog .mud-dialog-actions {
        padding: 12px 20px;
    }

    /* Reset preview enhancements for tablet */
    [b-llaqargacb] .wcp-phase {
        min-width: 110px;
        max-width: 160px;
    }

    [b-llaqargacb] .wcp-reps-container {
        min-width: 200px;
        max-width: 340px;
    }

    [b-llaqargacb] .wcp-timeline-horizontal {
        padding: 16px;
        gap: 10px;
    }
}

/* =========================================
   Responsive Styles - Mobile Landscape / Small Tablet
   ========================================= */
@media (max-width: 768px) {
    [b-llaqargacb] .training-details-dialog {
        max-width: 98vw !important;
        width: 98vw;
    }

    [b-llaqargacb] .training-details-dialog .mud-dialog-content {
        padding: 12px 16px;
    }

    .status-actions-row[b-llaqargacb] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 10px 12px;
    }

    .action-buttons[b-llaqargacb] {
        justify-content: flex-end;
    }
}

/* =========================================
   Responsive Styles - Mobile Portrait
   ========================================= */
@media (max-width: 600px) {
    [b-llaqargacb] .training-details-dialog {
        max-width: 100vw !important;
        width: 100vw;
        margin: 0 !important;
    }

    [b-llaqargacb] .training-details-dialog .mud-dialog {
        border-radius: 0 !important;
        margin: 0 !important;
        max-height: 100vh !important;
        height: 100vh !important;
    }

    [b-llaqargacb] .training-details-dialog .mud-dialog-content {
        padding: 12px;
        max-height: calc(100vh - 130px);
    }

    [b-llaqargacb] .training-details-dialog .mud-dialog-title {
        padding: 12px 16px;
        border-bottom: 1px solid #E2E8F0;
    }

    [b-llaqargacb] .training-details-dialog .mud-dialog-actions {
        padding: 12px 16px;
        border-top: 1px solid #E2E8F0;
    }

    .training-details-content[b-llaqargacb] {
        gap: 12px;
    }

    .status-actions-row[b-llaqargacb] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 10px;
        border-radius: 8px;
    }

    .action-buttons[b-llaqargacb] {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .action-buttons > *[b-llaqargacb],
    .action-buttons .mud-button-root[b-llaqargacb] {
        width: 100%;
    }

    /* Reset all desktop preview enhancements */
    [b-llaqargacb] .workout-preview-card {
        border-radius: 12px;
    }

    [b-llaqargacb] .wcp-header {
        padding: 12px 14px;
    }

    [b-llaqargacb] .wcp-title {
        font-size: 0.9rem;
    }

    [b-llaqargacb] .wcp-timeline-horizontal {
        padding: 12px;
        gap: 10px;
        flex-direction: column;
    }

    [b-llaqargacb] .wcp-phase {
        min-width: 100%;
        max-width: 100%;
    }

    [b-llaqargacb] .wcp-phase-content {
        padding: 10px 14px;
    }

    [b-llaqargacb] .wcp-reps-container {
        min-width: 100%;
        max-width: 100%;
    }

    [b-llaqargacb] .wcp-reps-count {
        padding: 10px 16px;
        font-size: 1.2rem;
    }

    [b-llaqargacb] .wcp-reps-content {
        padding: 10px;
        flex-direction: column;
    }

    [b-llaqargacb] .wcp-reps-block {
        min-width: 100%;
        padding: 12px 14px;
    }

    [b-llaqargacb] .wcp-summary {
        gap: 20px;
        padding: 12px 14px;
    }

    .workout-section__content[b-llaqargacb] {
        padding: 0.75rem;
    }

    .workout-repeated[b-llaqargacb] {
        padding: 0.75rem;
    }

    .workout-step__content[b-llaqargacb] {
        padding: 0.5rem;
    }

    /* Ensure chips wrap nicely on mobile */
    .race-info-chips .mud-chip[b-llaqargacb] {
        margin-bottom: 4px;
    }
}

/* =========================================
   Responsive Styles - Small Mobile
   ========================================= */
@media (max-width: 400px) {
    [b-llaqargacb] .training-details-dialog .mud-dialog-content {
        padding: 8px;
    }

    .training-details-content[b-llaqargacb] {
        gap: 10px;
    }

    .status-actions-row[b-llaqargacb] {
        padding: 8px;
    }

    [b-llaqargacb] .wcp-timeline-horizontal {
        padding: 10px;
        gap: 8px;
    }

    [b-llaqargacb] .wcp-summary {
        gap: 16px;
        padding: 10px 12px;
    }
}
/* /Components/Components/Modals/TechniqueDrillModal.razor.rz.scp.css */
/* TechniqueDrillModal — simpel, fokuseret lektionsvisning */

[b-azz3feh3yv] .technique-drill-dialog {
    max-width: 520px !important;
    width: min(520px, 100vw);
}

[b-azz3feh3yv] .technique-drill-dialog .mud-dialog {
    border-radius: 16px;
}

[b-azz3feh3yv] .technique-drill-dialog .mud-dialog-title {
    padding: 16px 20px;
    border-bottom: 1px solid #eef2f7;
}

[b-azz3feh3yv] .technique-drill-dialog .mud-dialog-content {
    padding: 0;
    max-height: min(72vh, 680px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

[b-azz3feh3yv] .technique-drill-dialog .mud-dialog-actions {
    padding: 12px 20px 16px 20px;
    border-top: 1px solid #eef2f7;
}

/* ---------- Titel ---------- */
.tdm-title[b-azz3feh3yv] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.tdm-title__eyebrow[b-azz3feh3yv] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2E3F87;
}

.tdm-title__eyebrow .mud-icon-root[b-azz3feh3yv] {
    font-size: 1rem;
}

.tdm-title__name[b-azz3feh3yv] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    word-break: break-word;
}

/* ---------- Tilstande ---------- */
.tdm-state[b-azz3feh3yv] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
}

.tdm-state--center[b-azz3feh3yv] {
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 200px;
}

.tdm-state__btn[b-azz3feh3yv] {
    min-height: 48px !important;
}

/* ---------- Panelindhold ---------- */
.tdm-panel[b-azz3feh3yv] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}

.tdm-panel__head[b-azz3feh3yv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tdm-panel__name[b-azz3feh3yv] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
}

.tdm-done-pill[b-azz3feh3yv] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
    font-size: 0.78rem;
    font-weight: 700;
}

.tdm-done-pill .mud-icon-root[b-azz3feh3yv] {
    font-size: 1rem;
}

/* ---------- Gentagelser (fremhævet) ---------- */
.tdm-target[b-azz3feh3yv] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(46, 63, 135, 0.06);
    border: 1px solid rgba(46, 63, 135, 0.12);
}

.tdm-target__amount[b-azz3feh3yv] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #2E3F87;
}

.tdm-target__unit[b-azz3feh3yv] {
    font-size: 1rem;
    font-weight: 600;
    color: #475569;
}

/* ---------- Video ---------- */
.tdm-video-wrap[b-azz3feh3yv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tdm-video[b-azz3feh3yv] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.tdm-video iframe[b-azz3feh3yv] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.tdm-video-toggle[b-azz3feh3yv] {
    align-self: flex-start;
    min-height: 40px !important;
}

.tdm-video-show[b-azz3feh3yv] {
    min-height: 48px !important;
    border-radius: 12px !important;
    text-transform: none !important;
    font-weight: 600 !important;
}

/* ---------- Beskrivelse ---------- */
.tdm-description[b-azz3feh3yv] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #0f172a;
}

/* ---------- Fokuspunkter ---------- */
.tdm-focus[b-azz3feh3yv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid rgba(46, 63, 135, 0.12);
    background: rgba(46, 63, 135, 0.04);
}

.tdm-focus__title[b-azz3feh3yv] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #64748b;
}

.tdm-focus__list[b-azz3feh3yv] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tdm-focus__item[b-azz3feh3yv] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #0f172a;
}

.tdm-focus__item .mud-icon-root[b-azz3feh3yv] {
    flex-shrink: 0;
    margin-top: 1px;
    color: #2E3F87;
}

/* ---------- Handlinger ---------- */
.tdm-actions[b-azz3feh3yv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.tdm-nav[b-azz3feh3yv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tdm-nav__btn[b-azz3feh3yv] {
    text-transform: none !important;
    font-weight: 600 !important;
    color: #475569 !important;
}

.tdm-nav__counter[b-azz3feh3yv] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    white-space: nowrap;
}

.tdm-cta[b-azz3feh3yv] {
    min-height: 52px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    text-transform: none !important;
    font-size: 1.05rem !important;
}

.tdm-cta--undo[b-azz3feh3yv] {
    color: #475569 !important;
    border-color: #cbd5e1 !important;
}

.tdm-skip[b-azz3feh3yv] {
    align-self: center;
    text-transform: none !important;
    color: #94a3b8 !important;
}

/* ---------- Mobil ---------- */
@media (max-width: 600px) {
    [b-azz3feh3yv] .technique-drill-dialog {
        max-width: 100vw !important;
        width: 100vw;
    }

    [b-azz3feh3yv] .technique-drill-dialog .mud-dialog {
        border-radius: 0;
        margin: 0;
        max-height: 100vh;
        height: 100vh;
    }

    [b-azz3feh3yv] .technique-drill-dialog .mud-dialog-content {
        max-height: none;
        flex: 1;
    }
}
/* /Components/Components/SpinnerStatusLoader.razor.rz.scp.css */
/* Mobil: læsbar tekst (≥16px), centreret, stabil højde så layout ikke hopper */
.spinner-status-loader[b-2yigghs8dz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: min(100%, 22rem);
    margin-inline: auto;
}

.spinner-status-loader__text[b-2yigghs8dz] {
    font-size: clamp(1rem, 3.2vw, 1.0625rem);
    line-height: 1.45;
    color: #475569;
    min-height: 3.25rem;
    max-width: 100%;
}
/* /Components/Components/TrainingRecommendations.razor.rz.scp.css */
.reco-list[b-wj6uhtge93] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.reco-card[b-wj6uhtge93] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(46, 63, 135, 0.06), rgba(46, 63, 135, 0.02));
    border: 1px solid rgba(46, 63, 135, 0.18);
}

.reco-card__icon[b-wj6uhtge93] {
    flex: 0 0 auto;
    margin-top: 2px;
}

.reco-card__body[b-wj6uhtge93] {
    flex: 1 1 auto;
    min-width: 0;
}

.reco-card__title[b-wj6uhtge93] {
    font-weight: 700;
    color: #0F172A;
    line-height: 1.25;
}

.reco-card__rationale[b-wj6uhtge93] {
    margin-top: 4px;
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.35;
}

.reco-card__actions[b-wj6uhtge93] {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
/* /Components/Components/Training/IntensityDistributionView.razor.rz.scp.css */
.intensity-card[b-37vuhaxrsn] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.intensity-muted[b-37vuhaxrsn] {
    color: #64748B;
}

.distribution-bar[b-37vuhaxrsn] {
    display: flex;
    height: 24px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--mud-palette-background-grey);
}

.distribution-bar--slim[b-37vuhaxrsn] {
    height: 10px;
    border-radius: 6px;
}

.intensity-legend[b-37vuhaxrsn] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 1rem;
    font-size: 0.8125rem;
    line-height: 1.3;
}

.intensity-legend__item[b-37vuhaxrsn] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--mud-palette-text-primary);
}

.intensity-legend__value[b-37vuhaxrsn] {
    color: #64748B;
}

.intensity-legend__total[b-37vuhaxrsn] {
    margin-left: auto;
    font-weight: 700;
    white-space: nowrap;
}

.intensity-dot[b-37vuhaxrsn] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.intensity-dot.slow[b-37vuhaxrsn] {
    background: #2196F3;
}

.intensity-dot.fast[b-37vuhaxrsn] {
    background: #FF9800;
}

.intensity-dot.sprint[b-37vuhaxrsn] {
    background: #F44336;
}

.bar-segment[b-37vuhaxrsn] {
    transition: width 0.3s ease;
    min-width: 0;
}

.bar-slow[b-37vuhaxrsn] {
    background: linear-gradient(135deg, #2196F3, #1976D2);
}

.bar-fast[b-37vuhaxrsn] {
    background: linear-gradient(135deg, #FF9800, #F57C00);
}

.bar-sprint[b-37vuhaxrsn] {
    background: linear-gradient(135deg, #F44336, #D32F2F);
}

.category-indicator[b-37vuhaxrsn] {
    width: 40px;
    height: 8px;
    border-radius: 4px;
}

.category-indicator.slow[b-37vuhaxrsn] {
    background: linear-gradient(135deg, #2196F3, #1976D2);
}

.category-indicator.fast[b-37vuhaxrsn] {
    background: linear-gradient(135deg, #FF9800, #F57C00);
}

.category-indicator.sprint[b-37vuhaxrsn] {
    background: linear-gradient(135deg, #F44336, #D32F2F);
}

.zone-item[b-37vuhaxrsn] {
    padding: 8px 0 !important;
}

.zone-row[b-37vuhaxrsn] {
    width: 100%;
    gap: 12px;
}

.zone-color[b-37vuhaxrsn] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    flex-shrink: 0;
}

.zone-name[b-37vuhaxrsn] {
    min-width: 120px;
}

.zone-km[b-37vuhaxrsn] {
    min-width: 60px;
    text-align: right;
}

.zone-progress-container[b-37vuhaxrsn] {
    height: 4px;
    background: var(--mud-palette-background-grey);
    border-radius: 2px;
    margin-top: 4px;
    overflow: hidden;
}

.zone-progress[b-37vuhaxrsn] {
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease;
}
/* /Components/Components/Training/WorkoutCompactPreview.razor.rz.scp.css */
/* =========================================
   WorkoutCompactPreview - Løbeakademiet
   Horizontal timeline workout preview
   Colors aligned with WorkoutColorSettings
   ========================================= */

.workout-preview-card[b-gxm5jp3w7x] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
}

/* Header */
.wcp-header[b-gxm5jp3w7x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: linear-gradient(135deg, #2E3F87 0%, #1E3A8A 100%);
    gap: 12px;
    flex-wrap: wrap;
}

.wcp-header-content[b-gxm5jp3w7x] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.wcp-header-icon[b-gxm5jp3w7x] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: white;
    flex-shrink: 0;
}

.wcp-header-text[b-gxm5jp3w7x] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.wcp-title[b-gxm5jp3w7x] {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    color: white;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wcp-subtitle[b-gxm5jp3w7x] {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
}

.wcp-stats-inline[b-gxm5jp3w7x] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    flex-shrink: 0;
}

.wcp-stats-inline span[b-gxm5jp3w7x] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.wcp-stats-inline .mud-icon-root[b-gxm5jp3w7x] {
    font-size: 0.95rem;
    opacity: 0.8;
}

/* Horizontal Timeline */
.wcp-timeline-horizontal[b-gxm5jp3w7x] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px;
    background: #ffffff;
    align-items: stretch;
}

.wcp-segment[b-gxm5jp3w7x] {
    display: flex;
    flex-direction: column;
    min-width: 85px;
    max-width: 150px;
    flex: 1 1 auto;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wcp-segment:hover[b-gxm5jp3w7x] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wcp-segment-bar[b-gxm5jp3w7x] {
    height: 4px;
    background: var(--segment-color, #9e9e9e);
}

.wcp-segment-info[b-gxm5jp3w7x] {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.wcp-segment-info .mud-icon-root[b-gxm5jp3w7x] {
    font-size: 1.1rem;
    color: var(--segment-color, #64748B);
}

.wcp-segment-label[b-gxm5jp3w7x] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.wcp-segment-value[b-gxm5jp3w7x] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1E293B;
}

.wcp-segment-pace[b-gxm5jp3w7x] {
    font-size: 0.65rem;
    padding: 2px 6px;
    background: var(--wcp-work, #2196f3);
    color: white;
    border-radius: 8px;
    font-weight: 500;
}

/* Work segment styling */
.wcp-segment--work .wcp-segment-label[b-gxm5jp3w7x] {
    color: var(--wcp-work, #1565C0);
}

/* Recovery segment - inline with interval */
.wcp-segment--recovery[b-gxm5jp3w7x] {
    max-width: 80px;
    min-width: 60px;
}

.wcp-segment--recovery .wcp-segment-info[b-gxm5jp3w7x] {
    padding: 8px;
}

.wcp-segment--recovery .wcp-segment-label[b-gxm5jp3w7x] {
    font-size: 0.6rem;
    color: #78909C;
}

/* Recovery inline - smaller connector between work */
.wcp-segment--recovery-inline[b-gxm5jp3w7x] {
    max-width: 120px;
    min-width: 80px;
    background: transparent;
    box-shadow: none;
}

.wcp-segment--recovery-inline:hover[b-gxm5jp3w7x] {
    transform: none;
    box-shadow: none;
}

.wcp-segment--recovery-inline .wcp-segment-bar[b-gxm5jp3w7x] {
    height: 2px;
    opacity: 0.5;
}

.wcp-segment--recovery-inline .wcp-segment-info[b-gxm5jp3w7x] {
    padding: 6px 8px;
}

.wcp-segment-label--small[b-gxm5jp3w7x] {
    font-size: 0.6rem !important;
    color: #94A3B8 !important;
    text-transform: none !important;
    font-weight: 400 !important;
}

/* Interval segment */
.wcp-segment--interval .wcp-segment-label[b-gxm5jp3w7x] {
    color: var(--wcp-work, #1565C0);
}

/* Tempo segment */
.wcp-segment--temporun .wcp-segment-label[b-gxm5jp3w7x] {
    color: var(--wcp-tempo, #D84315);
}

/* Steady run segment (easy/jog) */
.wcp-segment--steadyrun .wcp-segment-label[b-gxm5jp3w7x] {
    color: var(--wcp-easy, #2E7D32);
}

/* Transition segment */
.wcp-segment--transition[b-gxm5jp3w7x] {
    max-width: 100px;
    min-width: 70px;
}

.wcp-segment--transition .wcp-segment-info[b-gxm5jp3w7x] {
    padding: 8px;
}

.wcp-segment--transition .wcp-segment-label[b-gxm5jp3w7x] {
    font-size: 0.65rem;
    color: #78909C;
}

/* =========================================
   Phase blocks (Warmup, Cooldown, Transition, Steady Run)
   ========================================= */
.wcp-phase[b-gxm5jp3w7x] {
    display: flex;
    flex-direction: column;
    min-width: 140px;
    max-width: 220px;
    flex: 1 1 auto;
    background: white;
    border-radius: 10px;
    overflow: visible;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wcp-phase:hover[b-gxm5jp3w7x] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.wcp-phase-bar[b-gxm5jp3w7x] {
    height: 4px;
    border-radius: 10px 10px 0 0;
}

.wcp-phase-content[b-gxm5jp3w7x] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    flex-wrap: wrap;
}

.wcp-phase-content .mud-icon-root[b-gxm5jp3w7x] {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.wcp-phase-text[b-gxm5jp3w7x] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 60px;
}

.wcp-phase-label[b-gxm5jp3w7x] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.wcp-phase-value[b-gxm5jp3w7x] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1E293B;
}

.wcp-phase-pace[b-gxm5jp3w7x] {
    font-size: 0.7rem;
    padding: 5px 10px;
    background: var(--wcp-repeated, #9e9e9e);
    color: white;
    border-radius: 12px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.wcp-phase-pace--easy[b-gxm5jp3w7x] {
    background: var(--wcp-easy, #43A047);
    color: white;
}

/* =========================================
   Reps Container (Work + Recovery blocks)
   ========================================= */
.wcp-reps-container[b-gxm5jp3w7x] {
    display: flex;
    flex-direction: column;
    flex: 2 1 auto;
    min-width: 180px;
    max-width: 320px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #E2E8F0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wcp-reps-container:hover[b-gxm5jp3w7x] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}

.wcp-reps-header[b-gxm5jp3w7x] {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.wcp-reps-bar[b-gxm5jp3w7x] {
    height: 100%;
    width: 5px;
    min-height: 30px;
}

.wcp-reps-count[b-gxm5jp3w7x] {
    padding: 8px 16px;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--wcp-work, #1565C0);
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}

.wcp-reps-content[b-gxm5jp3w7x] {
    display: flex;
    gap: 8px;
    padding: 12px;
    flex-wrap: wrap;
}

/* Individual block inside reps container */
.wcp-reps-block[b-gxm5jp3w7x] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    flex: 1 1 auto;
    min-width: 100px;
}

.wcp-reps-block--work[b-gxm5jp3w7x] {
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
    border: 1px solid #90CAF9;
}

.wcp-reps-block--recovery[b-gxm5jp3w7x] {
    background: linear-gradient(135deg, #F5F5F5 0%, #EEEEEE 100%);
    border: 1px solid #E0E0E0;
}

.wcp-reps-block .mud-icon-root[b-gxm5jp3w7x] {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.wcp-reps-info[b-gxm5jp3w7x] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
}

.wcp-reps-label[b-gxm5jp3w7x] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--wcp-work, #1565C0);
}

.wcp-reps-block--recovery .wcp-reps-label[b-gxm5jp3w7x] {
    color: #616161;
    font-size: 0.75rem;
    font-weight: 600;
}

.wcp-reps-distance[b-gxm5jp3w7x] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #37474F;
}

.wcp-reps-block--recovery .wcp-reps-distance[b-gxm5jp3w7x] {
    font-size: 0.85rem;
    color: #757575;
}

/* Tempo block styling */
.wcp-reps-container--tempo[b-gxm5jp3w7x] {
    border-color: #FFCC80;
}

.wcp-reps-block--tempo[b-gxm5jp3w7x] {
    background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);
    border: 1px solid #FFCC80;
}

.wcp-reps-block--tempo .wcp-reps-label[b-gxm5jp3w7x] {
    color: var(--wcp-tempo, #E65100);
}

.wcp-reps-pace[b-gxm5jp3w7x] {
    font-size: 0.65rem;
    padding: 4px 8px;
    background: var(--wcp-work, #2196F3);
    color: white;
    border-radius: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.wcp-reps-pace--tempo[b-gxm5jp3w7x] {
    background: var(--wcp-tempo, #E65100);
    color: white;
}

/* Total row for the block */
.wcp-reps-total[b-gxm5jp3w7x] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 8px 14px;
    background: #ffffff;
    border-top: 1px solid #E2E8F0;
}

.wcp-reps-total-label[b-gxm5jp3w7x] {
    font-size: 0.7rem;
    color: #94A3B8;
}

.wcp-reps-total-value[b-gxm5jp3w7x] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1E293B;
}

/* Summary row */
.wcp-summary[b-gxm5jp3w7x] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 12px 16px;
    border-top: 1px solid #E2E8F0;
    background: white;
}

.wcp-summary-item[b-gxm5jp3w7x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.wcp-summary-label[b-gxm5jp3w7x] {
    font-size: 0.7rem;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.wcp-summary-value[b-gxm5jp3w7x] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1E293B;
}

.wcp-summary-divider[b-gxm5jp3w7x] {
    width: 1px;
    height: 28px;
    background: #E2E8F0;
}

/* Empty state */
.wcp-empty[b-gxm5jp3w7x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    text-align: center;
    gap: 8px;
    background: #ffffff;
}

.wcp-empty-icon[b-gxm5jp3w7x] {
    color: #CBD5E1 !important;
}

.wcp-empty-title[b-gxm5jp3w7x] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #64748B;
}

.wcp-empty-text[b-gxm5jp3w7x] {
    font-size: 0.8rem;
    color: #94A3B8;
}

/* Responsive - Tablet */
@media (max-width: 768px) {
    .wcp-segment[b-gxm5jp3w7x] {
        min-width: 75px;
        max-width: 130px;
    }
}

/* Responsive - Mobile: Vertical layout */
@media (max-width: 600px) {
    .wcp-header[b-gxm5jp3w7x] {
        padding: 12px 14px;
    }

    .wcp-title[b-gxm5jp3w7x] {
        font-size: 0.9rem;
    }

    .wcp-stats-inline[b-gxm5jp3w7x] {
        gap: 10px;
        font-size: 0.75rem;
    }

    .wcp-timeline-horizontal[b-gxm5jp3w7x] {
        flex-direction: column;
        padding: 12px;
        gap: 10px;
    }

    /* Phase blocks (warmup/cooldown) mobile */
    .wcp-phase[b-gxm5jp3w7x] {
        min-width: 100%;
        max-width: 100%;
        flex-direction: row;
        align-items: stretch;
        border-radius: 8px;
    }

    .wcp-phase-bar[b-gxm5jp3w7x] {
        width: 5px;
        height: auto;
        border-radius: 8px 0 0 8px;
    }

    .wcp-phase-content[b-gxm5jp3w7x] {
        flex: 1;
        padding: 12px 14px;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    .wcp-phase-text[b-gxm5jp3w7x] {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        flex: 1;
        min-width: 0;
    }

    .wcp-phase-label[b-gxm5jp3w7x] {
        font-size: 0.75rem;
    }

    .wcp-phase-value[b-gxm5jp3w7x] {
        font-size: 0.9rem;
    }

    .wcp-phase-pace[b-gxm5jp3w7x] {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    /* Reps container mobile */
    .wcp-reps-container[b-gxm5jp3w7x] {
        min-width: 100%;
        max-width: 100%;
    }

    .wcp-reps-header[b-gxm5jp3w7x] {
        flex-direction: row;
    }

    .wcp-reps-bar[b-gxm5jp3w7x] {
        width: 5px;
        min-height: auto;
        height: auto;
    }

    .wcp-reps-count[b-gxm5jp3w7x] {
        padding: 10px 16px;
        font-size: 1.2rem;
        min-width: auto;
        flex: 1;
        justify-content: flex-start;
    }

    .wcp-reps-content[b-gxm5jp3w7x] {
        flex-direction: column;
        gap: 8px;
        padding: 10px;
    }

    .wcp-reps-block[b-gxm5jp3w7x] {
        min-width: 100%;
        padding: 12px 14px;
    }

    .wcp-reps-block--work[b-gxm5jp3w7x] {
        order: 1;
    }

    .wcp-reps-block--recovery[b-gxm5jp3w7x] {
        order: 2;
    }

    .wcp-reps-total[b-gxm5jp3w7x] {
        padding: 10px 14px;
    }

    /* Old segment styles for session mode */
    .wcp-segment[b-gxm5jp3w7x] {
        min-width: 100%;
        max-width: 100%;
        flex-direction: row;
        align-items: stretch;
    }

    .wcp-segment-bar[b-gxm5jp3w7x] {
        width: 5px;
        height: auto;
    }

    .wcp-segment-info[b-gxm5jp3w7x] {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 10px 14px;
        text-align: left;
        flex: 1;
    }

    .wcp-segment-info .mud-icon-root[b-gxm5jp3w7x] {
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .wcp-segment-label[b-gxm5jp3w7x] {
        font-size: 0.75rem;
        flex: 1;
    }

    .wcp-segment-value[b-gxm5jp3w7x] {
        font-size: 0.85rem;
        font-weight: 600;
    }

    .wcp-segment-pace[b-gxm5jp3w7x] {
        font-size: 0.65rem;
        padding: 3px 8px;
    }

    .wcp-segment--recovery .wcp-segment-info[b-gxm5jp3w7x] {
        padding: 8px 14px;
    }

    .wcp-segment--recovery-inline[b-gxm5jp3w7x] {
        min-width: 100%;
        max-width: 100%;
    }

    .wcp-segment--recovery-inline .wcp-segment-bar[b-gxm5jp3w7x] {
        width: 3px;
        height: auto;
    }

    .wcp-segment--recovery-inline .wcp-segment-info[b-gxm5jp3w7x] {
        padding: 4px 14px;
    }

    .wcp-segment--transition[b-gxm5jp3w7x] {
        min-width: 100%;
        max-width: 100%;
    }

    .wcp-summary[b-gxm5jp3w7x] {
        gap: 20px;
        padding: 12px 14px;
    }

    .wcp-summary-item[b-gxm5jp3w7x] {
        flex-direction: row;
        gap: 6px;
    }

    .wcp-summary-label[b-gxm5jp3w7x] {
        font-size: 0.7rem;
    }

    .wcp-summary-value[b-gxm5jp3w7x] {
        font-size: 0.85rem;
    }

    .wcp-summary-divider[b-gxm5jp3w7x] {
        width: 1px;
        height: 20px;
    }

    .wcp-empty[b-gxm5jp3w7x] {
        padding: 24px 16px;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 400px) {
    .wcp-header[b-gxm5jp3w7x] {
        padding: 10px 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .wcp-header-content[b-gxm5jp3w7x] {
        width: 100%;
    }

    .wcp-stats-inline[b-gxm5jp3w7x] {
        width: 100%;
        justify-content: flex-start;
        padding-left: 46px;
    }

    .wcp-header-icon[b-gxm5jp3w7x] {
        width: 32px;
        height: 32px;
    }

    .wcp-timeline-horizontal[b-gxm5jp3w7x] {
        padding: 10px;
        gap: 4px;
    }

    .wcp-segment-info[b-gxm5jp3w7x] {
        padding: 8px 12px;
        gap: 10px;
    }

    .wcp-segment-label[b-gxm5jp3w7x] {
        font-size: 0.7rem;
    }

    .wcp-segment-value[b-gxm5jp3w7x] {
        font-size: 0.8rem;
    }

    .wcp-summary[b-gxm5jp3w7x] {
        gap: 16px;
        padding: 10px 12px;
    }
}
/* /Components/Components/Ui/GlobalNotificationBanner.razor.rz.scp.css */
.global-notification[b-863nfeg8xe] {
    position: fixed;
    right: 1.5rem;
    bottom: calc(1.5rem + 140px);
    z-index: 2100;
    max-width: min(92vw, 420px);
}

/* Mobil: vis banner fra toppen i stedet for bunden */
@media (max-width: 768px) {
    .global-notification[b-863nfeg8xe] {
        right: 0.75rem;
        left: 0.75rem;
        top: calc(env(safe-area-inset-top, 0px) + 72px);
        bottom: auto;
        max-width: none;
    }
}
/* /Components/Components/Ui/GlobalWorkIndicator.razor.rz.scp.css */
.global-work-indicator[b-nffrm1jefb] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1200;
    max-width: min(92vw, 420px);
}

.global-work-card[b-nffrm1jefb] {
    padding: 1.25rem;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.global-work-title[b-nffrm1jefb] {
    letter-spacing: 0.2px;
}

.global-work-message[b-nffrm1jefb] {
    line-height: 1.5;
}

.global-work-hint[b-nffrm1jefb] {
    color: rgba(100, 116, 139, 0.95);
}
/* /Components/Components/Ui/PageStatePanel.razor.rz.scp.css */
.page-state-panel[b-2e3sqrfkek] {
    width: 100%;
    max-width: min(100%, 560px);
    margin-left: auto;
    margin-right: auto;
    padding: clamp(1rem, 4vw, 2rem);
    box-sizing: border-box;
}

.page-state-panel__inner[b-2e3sqrfkek] {
    width: 100%;
}

.page-state-panel__cta[b-2e3sqrfkek] {
    width: 100%;
    max-width: 280px;
}

@media (min-width: 600px) {
    .page-state-panel__cta[b-2e3sqrfkek] {
        width: auto;
    }
}
/* /Components/Components/WeeklyTrainingOverview.razor.rz.scp.css */
/* Container + variabel til ens daghøjde */
.week-eq[b-i6zwxphfay] {
    width: 100%;
    --dayHeight: 168px;
}

.week-eq__header[b-i6zwxphfay] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.5rem;
    margin-bottom: 0.75rem;
    align-items: center;
    row-gap: 0.5rem;
}

/* Overflow-menu: skade, manuel træning, statistik, kalender, filter */
.week-eq__actions-menu[b-i6zwxphfay] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
}

.week-eq__actions-menu[b-i6zwxphfay]  .week-eq__actions-menu-trigger.mud-icon-button {
    min-width: 44px;
    min-height: 44px;
}

.week-eq__menu-filter[b-i6zwxphfay] {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.35rem 1rem 0.5rem;
    box-sizing: border-box;
}

.week-eq__menu-filter[b-i6zwxphfay]  .mud-input-control-boolean-input.week-eq__hide-rest-switch {
    margin: 0;
    flex-shrink: 0;
    width: 100%;
}

.week-eq__filter-empty[b-i6zwxphfay] {
    border: 1px dashed var(--mud-palette-lines-default);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    background: var(--mud-palette-table-striped);
    text-align: center;
}

.week-eq__filter-empty-text[b-i6zwxphfay] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
    color: var(--mud-palette-text-secondary);
}

/* Primær række: uge-chip (dato i tooltip) */
.week-eq__header-primary[b-i6zwxphfay] {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}


/* Ensartede chips i header (hierarki via farve/variant, ikke størrelse) */
.week-eq__header[b-i6zwxphfay]  .week-eq__chip.mud-chip {
    min-height: 2rem;
    height: auto;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 0.35rem 0.75rem;
    letter-spacing: 0.01em;
}

.week-eq__header[b-i6zwxphfay]  .week-eq__chip--outlined.mud-chip {
    border-width: 1px;
    border-color: #cbd5e1;
    color: #0f172a;
}

.week-eq__header[b-i6zwxphfay]  .week-eq__chip--phase.mud-chip {
    max-width: min(100%, 12rem);
}

.week-eq__header[b-i6zwxphfay]  .week-eq__chip--phase .mud-chip-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Ugenavigation under week-eq__header — mobil: flex 50/50; desktop: grid med ens kolonner + centreret blok */
.week-navigation[b-i6zwxphfay] {
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 0.65rem;
}

.week-navigation--above-week[b-i6zwxphfay] {
    padding: 0.15rem 0 0.35rem;
}

.week-nav-slot[b-i6zwxphfay] {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.week-nav-text[b-i6zwxphfay] {
    display: inline-block;
}

/* Mobil: to lige brede kolonner der fylder hele kortbredden */
@media (max-width: 639px) {
    .week-navigation--above-week[b-i6zwxphfay] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0.5rem;
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
    }

    .week-navigation--above-week .week-nav-slot[b-i6zwxphfay] {
        flex: 1 1 0;
        min-width: 0;
    }

    .week-navigation--above-week .week-nav-slot[b-i6zwxphfay]  button {
        width: 100%;
        min-height: 44px;
        box-sizing: border-box;
    }

    .week-navigation--above-week .week-nav-text[b-i6zwxphfay] {
        font-size: 0.875rem;
    }
}

/* Desktop/tablet: grid — garanteret ens knappebredde; blok centreret på kortet/siden */
@media (min-width: 640px) {
    .week-navigation--above-week[b-i6zwxphfay] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        column-gap: 0.75rem;
        row-gap: 0;
        width: min(24rem, 100%);
        max-width: 100%;
        margin-inline: auto;
        padding: 0.2rem 0 0.45rem;
        box-sizing: border-box;
    }

    .week-navigation--above-week .week-nav-slot[b-i6zwxphfay] {
        width: 100%;
        min-width: 0;
    }

    .week-navigation--above-week .week-nav-slot[b-i6zwxphfay]  button,
    .week-navigation--above-week .week-nav-slot[b-i6zwxphfay]  .mud-button-root {
        width: 100%;
        min-width: 0;
        min-height: 40px;
        justify-content: center !important;
        padding-inline: 0.75rem !important;
        padding-block: 0.4rem !important;
        font-size: 0.8125rem !important;
        line-height: 1.25 !important;
        box-sizing: border-box;
    }

    .week-navigation--above-week .week-nav-slot[b-i6zwxphfay]  .mud-button-label {
        letter-spacing: normal;
        flex: 0 1 auto;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .week-navigation--above-week .week-nav-text[b-i6zwxphfay] {
        font-size: 0.8rem;
    }
}

@media (max-width: 600px) {
    .week-eq__header[b-i6zwxphfay] {
        gap: 0.45rem 0.5rem;
        margin-bottom: 0.875rem;
    }

    .week-eq__header[b-i6zwxphfay]  .week-eq__chip.mud-chip {
        font-size: 0.8125rem;
        min-height: 2rem;
        padding: 0.35rem 0.65rem;
    }
}

@media (max-width: 400px) {
    .week-eq__header[b-i6zwxphfay] {
        gap: 0.4rem 0.45rem;
    }

    .week-eq__header[b-i6zwxphfay]  .week-eq__chip.mud-chip {
        font-size: 0.8125rem;
        min-height: 2rem;
        padding: 0.3rem 0.55rem;
    }
}

/* Grid: 7 → 4 → 3 → 2 → 1 kolonne */
.week-eq__grid[b-i6zwxphfay] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(7, 1fr);
    align-items: stretch;
}

@media (max-width:1280px) {
    .week-eq__grid[b-i6zwxphfay] {
        grid-template-columns: repeat(4,1fr);
    }
}

@media (max-width: 960px) {
    .week-eq__grid[b-i6zwxphfay] {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 720px) {
    .week-eq__grid[b-i6zwxphfay] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .week-eq[b-i6zwxphfay] {
        --dayHeight: 132px;
    }
}

@media (max-width: 420px) {
    .week-eq[b-i6zwxphfay] {
        --dayHeight: 148px;
    }
}

@media (max-width: 380px) {
    .week-eq[b-i6zwxphfay] {
        --dayHeight: 160px;
    }
}

/* Dagkort */
.week-eq__day[b-i6zwxphfay] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    padding: 12px;
    min-height: var(--dayHeight);
    height: auto;
    overflow: visible;
    background: var(--mud-palette-surface);
    transition: background 0.2s, border 0.2s;
}

.week-eq__day--drag-over[b-i6zwxphfay] {
    background: rgba(var(--mud-palette-primary-rgb), 0.1);
    border: 2px solid var(--mud-palette-primary);
    border-radius: 12px;
}

@media (max-width: 720px) {
    .week-eq__day[b-i6zwxphfay] {
        padding: 8px 6px;
        border-radius: 10px;
    }
}

@media (max-width: 400px) {
    .week-eq__day[b-i6zwxphfay] {
        padding: 6px 4px;
        border-radius: 8px;
    }
}

/* Dag header — dato til venstre, Log + Tilføj grupperet til højre */
.week-eq__day-head[b-i6zwxphfay] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 8px;
}

/* Log + tilføj: runde ikon-knapper, skubbes mod højre */
.day-head__actions[b-i6zwxphfay] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-left: auto;
    flex-shrink: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
}

/* MudTooltip-rod i actions — inline-flex så gap og centrering matcher uden native title-tooltip */
.day-head__actions[b-i6zwxphfay]  .mud-tooltip-root {
    display: inline-flex;
    align-items: center;
}

.day-head__log-btn[b-i6zwxphfay],
.day-head__add-btn[b-i6zwxphfay] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    font-family: inherit;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition:
        opacity 0.15s ease,
        background 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease;
}

.day-head__log-btn[b-i6zwxphfay] {
    border: 1.5px solid #2e3f87;
    background: #fff;
    color: #2e3f87;
}

.day-head__log-btn:hover[b-i6zwxphfay] {
    background: rgba(46, 63, 135, 0.08);
}

.day-head__log-btn:active[b-i6zwxphfay] {
    background: rgba(46, 63, 135, 0.14);
}

.day-head__log-btn--done[b-i6zwxphfay] {
    border-color: var(--mud-palette-success);
    color: var(--mud-palette-success);
}

.day-head__log-btn--done:hover[b-i6zwxphfay] {
    background: rgba(var(--mud-palette-success-rgb), 0.1);
}

.day-head__add-btn[b-i6zwxphfay] {
    border: 1.5px solid #2e3f87;
    background: transparent;
    color: #2e3f87;
}

.day-head__add-btn:hover[b-i6zwxphfay] {
    background: rgba(46, 63, 135, 0.1);
}

.day-head__add-btn:active[b-i6zwxphfay] {
    background: rgba(46, 63, 135, 0.16);
}

.day-head__log-btn:focus-visible[b-i6zwxphfay],
.day-head__add-btn:focus-visible[b-i6zwxphfay] {
    outline: 2px solid #2e3f87;
    outline-offset: 2px;
}

.day-head__log-btn--done:focus-visible[b-i6zwxphfay] {
    outline-color: var(--mud-palette-success);
}

.day-head__log-btn[b-i6zwxphfay]  .mud-icon-root,
.day-head__add-btn[b-i6zwxphfay]  .mud-icon-root {
    font-size: 1.1rem !important;
}

/* Computer med mus: skjul handlinger til hover/fokus på dagskortet */
@media (hover: hover) and (pointer: fine) and (min-width: 481px) {
    .day-head__actions[b-i6zwxphfay] {
        opacity: 0;
    }

    .week-eq__day:hover .day-head__actions[b-i6zwxphfay],
    .week-eq__day:focus-within .day-head__actions[b-i6zwxphfay] {
        opacity: 1;
    }
}

/* Mobil-layout (accordion) + touch: altid synlige knapper */
@media (max-width: 480px), (hover: none), (pointer: coarse) {
    .day-head__actions[b-i6zwxphfay] {
        opacity: 1;
    }

    .day-head__log-btn[b-i6zwxphfay],
    .day-head__add-btn[b-i6zwxphfay] {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    .day-head__log-btn[b-i6zwxphfay]  .mud-icon-root,
    .day-head__add-btn[b-i6zwxphfay]  .mud-icon-root {
        font-size: 1.2rem !important;
    }
}

.day-head__left[b-i6zwxphfay] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.day-dow[b-i6zwxphfay] {
    font-weight: 700;
    text-transform: capitalize;
}

.day-date[b-i6zwxphfay] {
    color: var(--mud-palette-text-secondary);
    font-size: .95rem;
}

@media (max-width: 600px) {
    .day-dow[b-i6zwxphfay] {
        font-size: 0.85rem;
    }

    .day-date[b-i6zwxphfay] {
        font-size: 0.8rem;
    }
}

@media (max-width: 400px) {
    .day-dow[b-i6zwxphfay] {
        font-size: 0.8rem;
    }

    .day-date[b-i6zwxphfay] {
        font-size: 0.75rem;
    }
}

/* Body – centrer indholdet i boksen */
.week-eq__day-body[b-i6zwxphfay] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    flex: 1;
    width: 100%;
    min-height: 0;
}

/* Hviledag */
.week-eq__rest .mud-chip[b-i6zwxphfay] {
    opacity: .9;
}

/* Tilføj ekstra træning – kort */
.sess-card--add[b-i6zwxphfay] {
    border-style: dashed;
    border-color: var(--mud-palette-primary);
    opacity: 0.45;
    transition: opacity 0.2s, background-color 0.2s;
}

.sess-card--add:hover[b-i6zwxphfay] {
    opacity: 1;
    background: rgba(46, 63, 135, 0.05);
}

.sess-card--add:active[b-i6zwxphfay] {
    opacity: 1;
    background: rgba(46, 63, 135, 0.1);
}

.sess-card__add-icon[b-i6zwxphfay] {
    color: var(--mud-palette-primary);
    font-size: 26px !important;
}

.sess-card__add-label[b-i6zwxphfay] {
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
    font-size: 0.8rem;
}

/* Session-kort (centreret) — solid kant for roligere, mere professionelt udtryk */
.sess-card[b-i6zwxphfay] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    flex: 1;
    min-height: 88px;
    padding: 12px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    touch-action: manipulation;
}

    .sess-card:hover[b-i6zwxphfay] {
        background: #f1f5f9;
        border-color: #cbd5e1;
    }

    .sess-card:active[b-i6zwxphfay] {
        background: #e2e8f0;
    }

    .sess-card:focus-visible[b-i6zwxphfay] {
        outline: 2px solid var(--mud-palette-primary);
        outline-offset: 2px;
    }

.sess-card__icon[b-i6zwxphfay] {
    font-size: 28px;
    line-height: 1;
}

.sess-card__title[b-i6zwxphfay] {
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    hyphens: auto;
}

.sess-card__km[b-i6zwxphfay] {
    font-weight: 600;
    white-space: nowrap;
}

.sess-card__personal[b-i6zwxphfay] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-top: 4px;
    padding: 1px 6px;
    border-radius: 10px;
    background: rgba(46, 63, 135, 0.10);
    color: #2E3F87;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.2;
}

.sess-card__personal .mud-icon-root[b-i6zwxphfay] {
    font-size: 14px;
}

.sess-card__unmatched[b-i6zwxphfay] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-top: 4px;
    padding: 1px 6px;
    border-radius: 10px;
    background: rgba(120, 144, 156, 0.16);
    color: #546E7A;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.2;
}

.sess-card__unmatched .mud-icon-root[b-i6zwxphfay] {
    font-size: 14px;
}

/* Mobile optimizations for session cards */
@media (max-width: 720px) {
    .sess-card[b-i6zwxphfay] {
        padding: 8px 6px;
        gap: 4px;
    }

    .sess-card__icon[b-i6zwxphfay] {
        font-size: 20px;
    }

    .sess-card__title[b-i6zwxphfay] {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .sess-card__km[b-i6zwxphfay] {
        font-size: 0.85rem;
    }
}

@media (max-width: 400px) {
    .sess-card[b-i6zwxphfay] {
        padding: 6px 4px;
        gap: 3px;
    }

    .sess-card__icon[b-i6zwxphfay] {
        font-size: 18px;
    }

    .sess-card__title[b-i6zwxphfay] {
        font-size: 0.75rem;
    }

    .sess-card__km[b-i6zwxphfay] {
        font-size: 0.8rem;
    }
}

/* Ensure touch targets are large enough on mobile */
@media (hover: none) and (pointer: coarse) {
    .sess-card[b-i6zwxphfay] {
        padding: 12px 10px;
    }
}

/* Completed session styling */
.sess-card--completed[b-i6zwxphfay] {
    border-color: var(--mud-palette-success);
    border-style: solid;
    background: rgba(var(--mud-palette-success-rgb), 0.06);
    position: relative;
}

.sess-card--completed:hover[b-i6zwxphfay] {
    background: rgba(var(--mud-palette-success-rgb), 0.1);
}

.sess-card--skipped[b-i6zwxphfay] {
    border-color: #94a3b8;
    border-style: dashed;
    background: #f8fafc;
    opacity: 0.85;
}

.sess-card--technique[b-i6zwxphfay] {
    border-color: #93c5fd;
    background: #f0f7ff;
}

.sess-card--technique:hover[b-i6zwxphfay] {
    background: #dbeafe;
    border-color: #2E3F87;
}

.sess-card__km--technique[b-i6zwxphfay] {
    color: #2E3F87;
    font-size: 0.85rem;
}

.sess-card__check[b-i6zwxphfay] {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 1.2rem;
}

.sess-card__check-label[b-i6zwxphfay] {
    position: absolute;
    top: 22px;
    right: 3px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mud-palette-success);
    line-height: 1;
}

/* Wrapper for session card */
.sess-card-wrapper[b-i6zwxphfay] {
    position: relative;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Drag and drop styling */
.sess-card[draggable="true"][b-i6zwxphfay] {
    cursor: grab;
}

.sess-card[draggable="true"]:active[b-i6zwxphfay] {
    cursor: grabbing;
}

.sess-card--dragging[b-i6zwxphfay] {
    opacity: 0.5;
    transform: scale(0.95);
    transition: opacity 0.2s, transform 0.2s;
}

/* ── Mobil accordion (≤ 480px) ───────────────────────────────────────── */
.day-head__chevron[b-i6zwxphfay] {
    display: none;
    font-size: 0.65rem;
    color: var(--mud-palette-text-secondary);
    padding-left: 4px;
    flex-shrink: 0;
}

.day-head__session-count[b-i6zwxphfay] {
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    flex-shrink: 0;
}

/* Dagens dato fremhævet — blå ramme rundt om hele boksen */
.week-eq__day--today[b-i6zwxphfay] {
    border-color: var(--mud-palette-primary);
    box-shadow: inset 0 0 0 1px var(--mud-palette-primary);
}

.week-eq__day--today > .week-eq__day-head .day-dow[b-i6zwxphfay],
.week-eq__day--today > .week-eq__day-head .day-date[b-i6zwxphfay] {
    color: var(--mud-palette-primary);
}

@media (max-width: 480px) {
    /* Skift til enkelt kolonne (accordion) */
    .week-eq__grid[b-i6zwxphfay] {
        grid-template-columns: 1fr !important;
        gap: 0.875rem;
    }

    .week-eq[b-i6zwxphfay] {
        --dayHeight: auto;
    }

    /* Fjern fixed min-height i accordion-tilstand */
    .week-eq__day[b-i6zwxphfay] {
        min-height: 0;
        padding: 0;
        border-radius: 10px;
    }

    /* Headeren er klikbar/tabbable og viser chevron */
    .week-eq__day-head[b-i6zwxphfay] {
        cursor: pointer;
        padding: 12px clamp(14px, 4vw, 18px);
        margin-bottom: 0;
        min-height: 48px;
        box-sizing: border-box;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        gap: 0.75rem;
    }

    .week-eq__day-head:hover[b-i6zwxphfay],
    .week-eq__day-head:focus-visible[b-i6zwxphfay] {
        background: rgba(46, 63, 135, 0.05);
        border-radius: 10px;
        outline: none;
    }

    /* Venstre blok fylder — + og chevron samlet til højre med gap */
    .week-eq__day-head .day-head__left[b-i6zwxphfay] {
        flex: 1;
        min-width: 0;
    }

    .day-head__actions[b-i6zwxphfay] {
        gap: 0.5rem;
    }

    /* Vis chevron og badge på mobil */
    .day-head__chevron[b-i6zwxphfay] {
        display: inline;
        padding-left: 4px;
        padding-right: 2px;
        flex-shrink: 0;
        align-self: center;
        line-height: 1;
    }

    .day-head__session-count[b-i6zwxphfay] {
        display: inline-block;
    }

    /* Skjul session-body som standard på mobil */
    .week-eq__day-body[b-i6zwxphfay] {
        max-height: 0;
        overflow: hidden;
        padding: 0 clamp(14px, 4vw, 18px);
        transition: max-height 0.25s ease, padding 0.2s ease;
    }

    /* Vis session-body når dag er udvidet — luft mellem header og indhold */
    .week-eq__day--expanded .week-eq__day-body[b-i6zwxphfay] {
        max-height: 600px;
        padding: 0.625rem clamp(14px, 4vw, 18px) 1rem;
    }

    /* Session-kort fylder bredden (log ligger i dag-header) */
    .sess-card-wrapper[b-i6zwxphfay] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .sess-card-wrapper .sess-card[b-i6zwxphfay] {
        flex: 1;
        min-width: 0;
        min-height: 92px;
        padding: 14px 12px;
        justify-content: center;
        width: 100%;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* =========================================================
   NavMenu — mørk sidebar (scoped selectors)
   ========================================================= */

.drawer-brand[b-ft9mx8k3l0] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    flex-shrink: 0;
}

.drawer-brand-icon-wrap[b-ft9mx8k3l0] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.45rem;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.drawer-brand-text[b-ft9mx8k3l0] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.drawer-nav-wrap[b-ft9mx8k3l0] {
    padding: 0.5rem 0;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.drawer-nav-divider[b-ft9mx8k3l0] {
    height: 1px;
    background: rgba(255,255,255,0.10);
    margin: 0.4rem 0.8rem;
}

.drawer-nav-logout-form[b-ft9mx8k3l0] {
    margin: 0;
    padding: 0;
}

.drawer-nav-logout-btn[b-ft9mx8k3l0] {
    display: flex;
    align-items: center;
    width: calc(100% - 1.2rem);
    min-height: 2.75rem;
    margin: 0.1rem 0.6rem;
    padding: 0.5rem 0.75rem;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    transition: background 0.12s ease, color 0.12s ease;
}

.drawer-nav-logout-btn:hover[b-ft9mx8k3l0],
.drawer-nav-logout-btn:focus-visible[b-ft9mx8k3l0] {
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    outline: none;
}

.drawer-nav-logout-icon[b-ft9mx8k3l0] {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 1.15rem !important;
    margin-right: 0.6rem;
    flex-shrink: 0;
}

.drawer-nav-logout-btn:hover .drawer-nav-logout-icon[b-ft9mx8k3l0],
.drawer-nav-logout-btn:focus-visible .drawer-nav-logout-icon[b-ft9mx8k3l0] {
    color: rgba(255, 255, 255, 0.92) !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ========================================================
   HOME SHELL
   ======================================================== */
/* NB: .home-shell sidder på MudContainer — scoped CSS rammer ikke altid den klasse.
   Brug derfor den fulde gradient direkte på .hero / .home-visitor-unified (ikke kun CSS-variabel på .home-shell). */
.home-shell[b-yyqg5scoqe] {
    padding-top: clamp(0.75rem, 2vw, 1.25rem);
    padding-bottom: clamp(1rem, 3vw, 2rem);
    /* Plads til drop-shadow under hero-kortet */
    padding-left: 4px;
    padding-right: 4px;
}

/* ========================================================
   HERO – fuld skærm, brand-blå (#2E3F87)
   ======================================================== */
/* Ét kort: banner + hero deler baggrund og afrunding */
.home-visitor-unified[b-yyqg5scoqe] {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.15);
    outline: 3px solid rgba(0, 0, 0, 0.12);
    outline-offset: -1px;
    background: #2E3F87;
}

.home-visitor-unified .hero[b-yyqg5scoqe] {
    border-radius: 0;
    border: none;
    outline: none;
    background: transparent !important;
}

.home-public-banner-unified[b-yyqg5scoqe] {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.75rem clamp(1rem, 3.5vw, 1.5rem);
}

.home-public-banner-text[b-yyqg5scoqe] {
    margin: 0;
    font-size: clamp(0.9rem, 2.1vw, 1.03rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.015em;
    color: rgba(255, 255, 255, 0.96);
    text-align: center;
}

/* Separat boks: samme gradient + samme blobs som .hero; lav boks gør ren gradient lysere — ton ned med let overlay */
.home-public-banner-standalone[b-yyqg5scoqe] {
    position: relative;
    margin-bottom: clamp(1rem, 3vw, 1.35rem);
    border-radius: 1.25rem;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.15);
    outline: 3px solid rgba(0, 0, 0, 0.12);
    outline-offset: -1px;
    background: #2E3F87;
    padding: 0.85rem clamp(1rem, 3.5vw, 1.5rem);
}

.home-public-banner-standalone__text[b-yyqg5scoqe] {
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: clamp(0.9rem, 2.1vw, 1.03rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.015em;
    color: rgba(255, 255, 255, 0.96);
    text-align: center;
}

.hero[b-yyqg5scoqe] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 1.25rem;
    color: #ffffff;
    background: #2E3F87;
    border: 1px solid rgba(255, 255, 255, 0.15);
    outline: 3px solid rgba(0, 0, 0, 0.12);
    outline-offset: -1px;
}

.home-hero[b-yyqg5scoqe] {
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem) !important;
    min-height: clamp(480px, 75vh, 680px);
    display: flex;
    align-items: center;
}

/* Baggrunds-blobs — skjult; solid brand-blå i stedet for gradient-glow */
.hero-bg-blob[b-yyqg5scoqe] {
    display: none;
}

/* --------------------------------------------------------
   HERO INNER – centreret indhold
   -------------------------------------------------------- */
.hero-inner[b-yyqg5scoqe] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    gap: 0;
}

/* Badge */
.hero-badge[b-yyqg5scoqe] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 0.3rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.4rem;
    backdrop-filter: blur(4px);
}

.hero-badge-icon[b-yyqg5scoqe] {
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.85);
}

/* Headline */
.hero-headline[b-yyqg5scoqe] {
    font-size: clamp(2.4rem, 7vw, 4rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
    margin: 0 0 1.15rem;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.hero-headline-br[b-yyqg5scoqe] {
    display: block;
}

/* Subline */
.hero-subline[b-yyqg5scoqe] {
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.65;
    max-width: 520px;
    margin: 0 auto 2rem;
    text-align: center;
    width: 100%;
}

/* --------------------------------------------------------
   CTA
   -------------------------------------------------------- */
.hero-cta-row[b-yyqg5scoqe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.hero-cta-primary[b-yyqg5scoqe] {
    min-height: 54px !important;
    min-width: 220px;
    padding-inline: 2rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 0.75rem !important;
    text-transform: none !important;
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.18) !important;
    background: #ffffff !important;
    color: #2E3F87 !important;
    letter-spacing: 0.01em;
    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

.hero-cta-primary[b-yyqg5scoqe]  .mud-button-label,
.hero-cta-primary[b-yyqg5scoqe]  .mud-icon-root {
    color: #2E3F87 !important;
}

.hero-cta-primary:hover:not(:disabled)[b-yyqg5scoqe] {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -4px rgba(0, 0, 0, 0.22) !important;
}

.hero-login-hint[b-yyqg5scoqe] {
    color: rgba(255, 255, 255, 0.80) !important;
    font-size: 0.87rem !important;
}

.hero-login-link[b-yyqg5scoqe] {
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(255, 255, 255, 0.55);
    margin-left: 0.2rem;
}

/* --------------------------------------------------------
   TRUST BADGES
   -------------------------------------------------------- */
.hero-trust-row[b-yyqg5scoqe] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 2.5rem;
}

.hero-trust-item[b-yyqg5scoqe] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.70);
    font-weight: 500;
}

.hero-trust-icon[b-yyqg5scoqe] {
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.55);
}

.hero-trust-divider[b-yyqg5scoqe] {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.25);
}

/* --------------------------------------------------------
   STEPS  (1 → 2 → 3)
   -------------------------------------------------------- */
.hero-steps[b-yyqg5scoqe] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    padding: 1rem 1.4rem;
    backdrop-filter: blur(6px);
    flex-wrap: wrap;
    width: 100%;
    max-width: 560px;
}

.hero-step[b-yyqg5scoqe] {
    display: grid;
    grid-template-columns: 2rem 1fr;
    column-gap: 0.6rem;
    align-items: center;
    flex: 1 1 110px;
    min-width: 0;
}

.hero-step-num[b-yyqg5scoqe] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
    color: #2E3F87;
    flex-shrink: 0;
}

.hero-step-body[b-yyqg5scoqe] {
    display: flex;
    flex-direction: column;
    text-align: left;
    min-width: 0;
}

.hero-step-title[b-yyqg5scoqe] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
}

.hero-step-desc[b-yyqg5scoqe] {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.3;
    margin-top: 0.05rem;
}

.hero-step-arrow[b-yyqg5scoqe] {
    color: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* ========================================================
   AUTHENTICATED CONTENT (nedre sektioner)
   ======================================================== */
.border[b-yyqg5scoqe] {
    border: 1px solid #e5e7eb;
}

.text-muted[b-yyqg5scoqe] {
    color: #64748b;
}

.mt-2[b-yyqg5scoqe]  { margin-top: .5rem; }
.mt-4[b-yyqg5scoqe]  { margin-top: 1rem; }
.mt-6[b-yyqg5scoqe]  { margin-top: 1.5rem; }
.mt-8[b-yyqg5scoqe]  { margin-top: 2rem; }
.mb-2[b-yyqg5scoqe]  { margin-bottom: .5rem; }
.p-4[b-yyqg5scoqe]   { padding: 1rem; }
.p-8[b-yyqg5scoqe]   { padding: 2rem; }
.rounded-2xl[b-yyqg5scoqe] { border-radius: 1rem; }
.flex[b-yyqg5scoqe]        { display: flex; }
.gap-3[b-yyqg5scoqe]       { gap: .75rem; }
.flex-wrap[b-yyqg5scoqe]   { flex-wrap: wrap; }
.grid[b-yyqg5scoqe]        { display: grid; }

.next-session-item[b-yyqg5scoqe] {
    align-self: flex-start;
}

.next-session-log-action[b-yyqg5scoqe] {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 0.65rem !important;
    border: 1px solid rgba(46, 63, 135, 0.35) !important;
    background: #eef2ff !important;
    flex-shrink: 0;
}

.next-session-log-action:hover:not(:disabled)[b-yyqg5scoqe],
.next-session-log-action:focus-visible[b-yyqg5scoqe] {
    background: #e2e8ff !important;
}

/* Næste træning: knapper side om side */
.next-session-actions[b-yyqg5scoqe] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-self: flex-start;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.next-session-actions[b-yyqg5scoqe]  .mud-button-root {
    min-height: 44px;
    justify-content: center;
}

.next-session-details-btn[b-yyqg5scoqe],
.next-session-log-btn[b-yyqg5scoqe] {
    text-transform: none !important;
}

.btn-label-short[b-yyqg5scoqe] { display: none; }
.btn-label-full[b-yyqg5scoqe]  { display: inline; }

/* ========================================================
   RESPONSIVITET
   ======================================================== */

/* Tablet / lille desktop */
@media (max-width: 960px) {
    .home-shell[b-yyqg5scoqe] {
        height: auto;
        padding-top: 0.75rem;
        padding-bottom: 1.5rem;
    }

    .home-hero[b-yyqg5scoqe] {
        min-height: auto;
    }
}

/* Mobil */
@media (max-width: 600px) {
    .home-public-banner-standalone[b-yyqg5scoqe] {
        border-radius: 0.9rem;
    }

    .home-hero[b-yyqg5scoqe] {
        padding: 1.75rem 1.1rem 2rem !important;
        border-radius: 0.9rem;
    }

    .hero-headline[b-yyqg5scoqe] {
        font-size: clamp(2.1rem, 11vw, 2.6rem);
    }

    .hero-headline-br[b-yyqg5scoqe] {
        display: none;
    }

    .hero-subline[b-yyqg5scoqe] {
        font-size: 0.97rem;
    }

    .hero-cta-primary[b-yyqg5scoqe] {
        width: 100%;
        min-width: unset;
    }

    .hero-trust-row[b-yyqg5scoqe] {
        gap: 0.4rem 0.5rem;
    }

    .hero-trust-divider[b-yyqg5scoqe] {
        display: none;
    }

    /* Ét grid: tal-kolonne + tekst-kolonne delt af alle trin → samme start + smal, centreret boks */
    .hero-steps[b-yyqg5scoqe] {
        display: grid;
        grid-template-columns: 2rem minmax(0, max-content);
        column-gap: 0.75rem;
        row-gap: 0.55rem;
        align-items: center;
        width: max-content;
        max-width: min(100%, calc(100vw - 2.5rem));
        margin-inline: auto;
        align-self: center;
        box-sizing: border-box;
        padding: 0.85rem 1.15rem;
        flex-direction: unset;
        flex-wrap: unset;
    }

    .hero-step[b-yyqg5scoqe] {
        display: contents;
        flex: unset;
        min-width: unset;
    }

    .hero-step-body[b-yyqg5scoqe] {
        overflow-wrap: break-word;
    }

    .hero-step-arrow[b-yyqg5scoqe] {
        display: none;
    }
}

/* Meget lille mobil */
@media (max-width: 360px) {
    .hero-badge[b-yyqg5scoqe] {
        font-size: 0.7rem;
    }

    .hero-headline[b-yyqg5scoqe] {
        font-size: 1.95rem;
    }
}

/* ========================================================
   DASHBOARD — GREETING BANNER
   ======================================================== */
.dash-greeting[b-yyqg5scoqe] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 1rem;
    color: #ffffff;
    background: #2E3F87;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1.5rem 1.75rem;
}

.dash-greeting-inner[b-yyqg5scoqe] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.dash-greeting-text[b-yyqg5scoqe] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.dash-greeting-eyebrow[b-yyqg5scoqe] {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.50);
    margin: 0;
}

.dash-greeting-title[b-yyqg5scoqe] {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0;
    line-height: 1.15;
}

.dash-greeting-date[b-yyqg5scoqe] {
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0.1rem;
}

.dash-greeting-btn[b-yyqg5scoqe] {
    border-color: #ffffff !important;
    color: #ffffff !important;
    border-radius: 0.65rem !important;
    min-height: 44px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.dash-greeting-btn:hover:not(:disabled)[b-yyqg5scoqe] {
    background: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.50) !important;
}

/* Løbepoint-blok: centreret indhold med ikon bag overskriften */
.log-today-points-inner[b-yyqg5scoqe] {
    position: relative;
    z-index: 1;
}

.log-today-points-icon[b-yyqg5scoqe] {
    position: absolute;
    left: 50%;
    top: 0.15rem;
    transform: translateX(-50%);
    font-size: 4rem !important;
    color: rgba(255, 255, 255, 0.18) !important;
    pointer-events: none;
    z-index: 0;
}

.log-today-points-stack[b-yyqg5scoqe] {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    text-align: center;
}

.log-today-points-title[b-yyqg5scoqe] {
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.25;
}

.log-today-points-description[b-yyqg5scoqe] {
    color: rgba(255, 255, 255, 0.92) !important;
    max-width: 34rem;
    margin: 0 auto !important;
    line-height: 1.5;
}

/* ========================================================
   DASHBOARD — CARDS
   ======================================================== */
.dash-card[b-yyqg5scoqe] {
    border: 1px solid #e5e7eb !important;
    border-radius: 1rem !important;
    overflow: hidden;
    height: 100%;
}

.dash-card-header[b-yyqg5scoqe] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 1.2rem;
    border-bottom: 1px solid #f0f2f5;
    flex-wrap: wrap;
}

.dash-card-header-training[b-yyqg5scoqe] {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 100%);
}

.dash-card-header-goal[b-yyqg5scoqe] {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 100%);
}

.dash-card-header-icon-wrap[b-yyqg5scoqe] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dash-card-header-training .dash-card-header-icon-wrap[b-yyqg5scoqe] {
    background: #2E3F87;
}

.dash-card-header-goal .dash-card-header-icon-wrap[b-yyqg5scoqe] {
    background: #2E3F87;
}

.dash-card-header-icon[b-yyqg5scoqe] {
    font-size: 1rem !important;
    color: #ffffff !important;
}

.dash-card-header-label[b-yyqg5scoqe] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #374151;
    flex: 1;
}

/* "I dag"-badge in training card header */
.today-badge[b-yyqg5scoqe] {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.12), rgba(22, 163, 74, 0.20));
    border: 1px solid rgba(22, 163, 74, 0.30);
    border-radius: 999px;
    padding: 0.15rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #15803d;
}

/* Stat pills (distance, type) */
.stat-pill[b-yyqg5scoqe] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.25rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
}

.stat-pill-icon[b-yyqg5scoqe] {
    font-size: 0.88rem !important;
    color: #64748b !important;
}

/* Countdown badge in goal card header */
.race-countdown-badge[b-yyqg5scoqe] {
    display: inline-flex;
    align-items: center;
    background: rgba(46, 63, 135, 0.10);
    border: 1px solid rgba(46, 63, 135, 0.25);
    border-radius: 999px;
    padding: 0.15rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #2E3F87;
}

/* Estimated goal time block */
.goal-time-display[b-yyqg5scoqe] {
    background: linear-gradient(135deg, #f0f4ff, #e8eeff);
    border: 1px solid #c7d2fe;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.goal-time-label[b-yyqg5scoqe] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6366f1;
}

.goal-time-value[b-yyqg5scoqe] {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #2E3F87;
    line-height: 1.15;
}

/* Compact goal summary row */
.goal-summary-row[b-yyqg5scoqe] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.goal-summary-main[b-yyqg5scoqe] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.goal-summary-name[b-yyqg5scoqe] {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goal-summary-meta[b-yyqg5scoqe] {
    font-size: 0.8rem;
    color: #64748B;
    margin-top: 0.1rem;
}

.goal-expand-btn[b-yyqg5scoqe] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s;
}

.goal-expand-btn:hover[b-yyqg5scoqe] {
    background: rgba(46, 63, 135, 0.08);
}

.goal-expanded-content[b-yyqg5scoqe] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
}


/* ========================================================
   ONBOARDING — no-program card
   ======================================================== */
.onboarding-card[b-yyqg5scoqe] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 1rem;
    color: #ffffff;
    background:
        radial-gradient(ellipse 700px 350px at -5% -30%, rgba(74, 183, 255, 0.28), transparent 55%),
        radial-gradient(ellipse 450px 320px at 105% 10%, rgba(120, 70, 255, 0.22), transparent 60%),
        linear-gradient(145deg, #080e2e 0%, #0e1e52 40%, #1a2d78 70%, #2e1f6e 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2.5rem);
}

.onboarding-card-blob-1[b-yyqg5scoqe] {
    position: absolute;
    width: 260px;
    height: 260px;
    top: -80px;
    right: 4%;
    border-radius: 999px;
    filter: blur(60px);
    opacity: 0.40;
    background: radial-gradient(circle, rgba(100, 185, 255, 0.55), transparent 65%);
    pointer-events: none;
}

.onboarding-card-inner[b-yyqg5scoqe] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    max-width: 540px;
}

.onboarding-badge[b-yyqg5scoqe] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.90);
    margin-bottom: 0.35rem;
    backdrop-filter: blur(4px);
}

.onboarding-title[b-yyqg5scoqe] {
    font-size: clamp(1.5rem, 4.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #ffffff;
    line-height: 1.15;
    margin: 0;
}

.onboarding-sub[b-yyqg5scoqe] {
    font-size: clamp(0.88rem, 2vw, 1rem);
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    margin: 0.3rem 0 1rem;
}

.onboarding-feature-list[b-yyqg5scoqe] {
    list-style: none;
    margin: 0 0 1.1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.onboarding-feature-list li[b-yyqg5scoqe] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: clamp(0.83rem, 2vw, 0.92rem);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.45;
}

.onboarding-feature-list .mud-icon-root[b-yyqg5scoqe] {
    color: rgba(255, 255, 255, 0.75) !important;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.onboarding-cta[b-yyqg5scoqe] {
    min-height: 48px !important;
    padding-inline: 1.75rem !important;
    font-weight: 700 !important;
    border-radius: 0.7rem !important;
    text-transform: none !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #2E3F87 !important;
    font-size: 0.95rem !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22) !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

.onboarding-cta:hover:not(:disabled)[b-yyqg5scoqe] {
    background: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28) !important;
}

/* Løbepoint-blok — knap bruger .dash-greeting-btn som “Se dit program” */
.log-today-points-actions[b-yyqg5scoqe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.2rem;
    width: 100%;
}

.log-today-points-actions[b-yyqg5scoqe]  .dash-greeting-btn {
    width: min(100%, 22rem);
    justify-content: center;
}

@media (min-width: 600px) {
    .log-today-points-actions[b-yyqg5scoqe] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem 1rem;
    }

    .log-today-points-actions[b-yyqg5scoqe]  .dash-greeting-btn {
        width: auto;
    }
}

[b-yyqg5scoqe](.log-today-points-secondary) {
    color: rgba(255, 255, 255, 0.95) !important;
    text-transform: none !important;
    min-height: 44px !important;
    font-weight: 600 !important;
    align-self: center;
}

[b-yyqg5scoqe](.log-today-points-secondary .mud-icon-root) {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ========================================================
   DASHBOARD — MOBILE QUICK ACTIONS (separat kort)
   ======================================================== */
.dash-quick-actions[b-yyqg5scoqe] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background: #ffffff;
    border: 1px solid rgba(46, 63, 135, 0.12);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    margin-top: 0.6rem;
}

.dash-circle-item[b-yyqg5scoqe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.dash-circle-btn[b-yyqg5scoqe] {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(46, 63, 135, 0.25) !important;
    background: rgba(46, 63, 135, 0.07) !important;
    color: #2E3F87 !important;
    transition: background 0.15s ease, transform 0.15s ease !important;
}

.dash-circle-btn:hover:not(:disabled)[b-yyqg5scoqe],
.dash-circle-btn:focus-visible[b-yyqg5scoqe] {
    background: rgba(46, 63, 135, 0.14) !important;
    transform: translateY(-2px);
}

[b-yyqg5scoqe] .dash-circle-btn .mud-icon-root {
    color: #2E3F87 !important;
}

.dash-circle-label[b-yyqg5scoqe] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #64748B;
    text-transform: uppercase;
    text-align: center;
}

/* ========================================================
   RESPONSIVITET — dashboard
   ======================================================== */
@media (max-width: 600px) {
    .dash-greeting[b-yyqg5scoqe] {
        padding: 1.2rem 1rem;
    }

    .dash-greeting-inner[b-yyqg5scoqe] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .log-today-points-icon[b-yyqg5scoqe] {
        font-size: 3.25rem !important;
        top: 0.05rem;
    }

    .dash-card-header[b-yyqg5scoqe] {
        padding: 0.7rem 1rem;
    }

    /* Kortere knaptekst på mobil */
    .btn-label-full[b-yyqg5scoqe]  { display: none; }
    .btn-label-short[b-yyqg5scoqe] { display: inline; }

    /* Næste træning: knapper strækker sig til fuld bredde på mobil */
    .next-session-actions[b-yyqg5scoqe] {
        align-self: stretch;
    }

    .next-session-actions[b-yyqg5scoqe]  .mud-button-root {
        flex: 1;
    }

    /* Tættere kort-indhold på mobil */
    .dash-card .mud-card-content[b-yyqg5scoqe] {
        padding: 0.85rem 1rem !important;
    }

    .dash-card .mud-card-content .mb-4[b-yyqg5scoqe] {
        margin-bottom: 0.75rem !important;
    }

    .dash-card .mud-card-content .mb-3[b-yyqg5scoqe] {
        margin-bottom: 0.4rem !important;
    }
}
/* /Components/Pages/Klub.razor.rz.scp.css */
.club-goal-card[b-5vx8gpk2ha] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 0;
}

.club-goal-card__name[b-5vx8gpk2ha] {
    font-weight: 700;
    color: #0F172A;
    line-height: 1.35;
    flex: 1 1 auto;
    min-width: 0;
}

.club-goal-card__chip[b-5vx8gpk2ha] {
    flex-shrink: 0;
    font-weight: 700;
}

.club-goal-card__meta[b-5vx8gpk2ha] {
    color: #64748B;
    line-height: 1.45;
}

.club-goal-card__empty[b-5vx8gpk2ha] {
    color: #64748B;
    line-height: 1.5;
}
/* /Components/Pages/Quests.razor.rz.scp.css */
.quests-currency-header[b-zygcb9lge9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.quests-currency-header__text[b-zygcb9lge9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
}

.quests-currency-header__actions-row[b-zygcb9lge9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    max-width: 22rem;
}

.quests-currency-header__shop-wrap[b-zygcb9lge9],
.quests-currency-header__balance[b-zygcb9lge9] {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 8px 12px;
    box-sizing: border-box;
    min-height: 3.25rem;
}

.quests-currency-header__shop-btn[b-zygcb9lge9] {
    min-height: 2.75rem;
}

@media (min-width: 960px) {
    .quests-currency-header[b-zygcb9lge9] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        gap: 1rem;
    }

    .quests-currency-header__text[b-zygcb9lge9] {
        align-items: flex-start;
        text-align: left;
        width: auto;
        flex: 1;
        min-width: 0;
    }

    .quests-currency-header__actions-row[b-zygcb9lge9] {
        justify-content: flex-end;
        width: auto;
        max-width: none;
        flex-shrink: 0;
        flex-wrap: nowrap;
    }

    .quests-currency-header__shop-wrap[b-zygcb9lge9],
    .quests-currency-header__balance[b-zygcb9lge9] {
        flex: 1 1 0;
        min-width: 9rem;
        max-width: 13rem;
    }

    .quests-currency-header__shop-btn[b-zygcb9lge9] {
        min-height: unset;
    }
}
/* /Components/Pages/RunningPlan.razor.rz.scp.css */
/* =========================================================
   SIDE-HEADER — overskrift + navigation, ingen kasse
   ========================================================= */
.page-header-section[b-ppkvdyek31] {
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
}

.page-header-section .page-title[b-ppkvdyek31] {
    margin: 0;
}

.page-title[b-ppkvdyek31] {
    font-size: clamp(1.45rem, 3.5vw, 1.9rem);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin: 0 0 0.85rem;
    line-height: 1.2;
}

.runningplan-club-label[b-ppkvdyek31] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    font-size: clamp(0.875rem, 2.5vw, 0.95rem);
    line-height: 1.4;
    color: #475569;
    max-width: 100%;
}

.runningplan-club-label strong[b-ppkvdyek31] {
    color: #2e3f87;
    font-weight: 600;
    word-break: break-word;
}

.runningplan-club-label .mud-icon-root[b-ppkvdyek31] {
    color: #2e3f87;
    flex-shrink: 0;
}

/* Skade-banner: lys baggrund + mørk tekst (brand-blå som accent), samme idé som velkomstbanner */
.runningplan-injury-banner[b-ppkvdyek31] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid #bfcfff;
    border-left: 4px solid #2e3f87;
    background: linear-gradient(135deg, #eef2ff 0%, #f0f7ff 100%);
    padding: 1rem 1.1rem;
}

.runningplan-injury-banner__icon[b-ppkvdyek31] {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.runningplan-injury-banner__body[b-ppkvdyek31] {
    flex: 1;
    min-width: 0;
}

.runningplan-injury-banner__lead[b-ppkvdyek31] {
    margin: 0;
    font-size: clamp(0.95rem, 2.8vw, 1rem);
    font-weight: 600;
    line-height: 1.45;
    color: #0f172a;
}

.runningplan-injury-banner__hint[b-ppkvdyek31] {
    margin: 0.5rem 0 0;
    font-size: clamp(0.8125rem, 2.4vw, 0.875rem);
    line-height: 1.45;
    color: #475569;
}

.runningplan-injury-banner__hint strong[b-ppkvdyek31] {
    color: #0f172a;
    font-weight: 700;
}

@media (max-width: 600px) {
    .runningplan-injury-banner[b-ppkvdyek31] {
        padding: 0.85rem 0.9rem;
        gap: 0.65rem;
    }
}

/* =========================================================
   UGE-KALENDER — subtil kort uden tung ramme
   ========================================================= */
.week-card[b-ppkvdyek31] {
    border-radius: 0.75rem !important;
    padding: 0.25rem !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
}

/* =========================================================
   GRAF — åben kort
   ========================================================= */
.chart-card-wrapper[b-ppkvdyek31] {
    display: block;
}

.chart-card[b-ppkvdyek31] {
    border-radius: 0.75rem !important;
    padding: 1rem 0.75rem 0.5rem !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
}

.chart-frame[b-ppkvdyek31] {
    width: 100%;
    overflow: hidden;
}

.chart-inner[b-ppkvdyek31] {
    width: 100%;
    position: relative;
}

.chart-wrap[b-ppkvdyek31] {
    width: 100%;
    height: 420px;
}

@media (min-width: 900px) {
    .chart-wrap[b-ppkvdyek31] {
        height: 520px;
    }
}

/* =========================================================
   ADMIN PANEL
   ========================================================= */
.admin-panel[b-ppkvdyek31] {
    border: 1px solid #e5e7eb !important;
    border-left: 3px solid #2E3F87 !important;
    border-radius: 0.75rem !important;
    background: #ffffff !important;
}

/* =========================================================
   VELKOMSTBANNER — vises første gang efter programoprettelse
   ========================================================= */
.welcome-banner[b-ppkvdyek31] {
    border-radius: 0.75rem;
    border: 1px solid #bfcfff;
    background: linear-gradient(135deg, #eef2ff 0%, #f0f7ff 100%);
    padding: 1rem 1.25rem;
}

.welcome-banner__content[b-ppkvdyek31] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.welcome-banner__icon[b-ppkvdyek31] {
    flex-shrink: 0;
    padding-top: 0.1rem;
}

.welcome-banner__text[b-ppkvdyek31] {
    flex: 1;
    min-width: 0;
}

.welcome-banner__title[b-ppkvdyek31] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.welcome-banner__stats[b-ppkvdyek31] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.welcome-banner__close[b-ppkvdyek31] {
    flex-shrink: 0;
    align-self: flex-start;
}

@media (max-width: 600px) {
    .welcome-banner[b-ppkvdyek31] {
        padding: 0.75rem 1rem;
    }

    .welcome-banner__title[b-ppkvdyek31] {
        font-size: 0.9rem;
    }
}

/* =========================================================
   GENERELLE KORT (info-card)
   ========================================================= */
.equal-col[b-ppkvdyek31] { display: flex; }

.fill[b-ppkvdyek31] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.info-card[b-ppkvdyek31] {
    border-radius: 0.75rem;
    padding: 16px 12px;
    height: 100%;
    border: 1px solid #e5e7eb;
    background: #ffffff;
}

.card-body-scroll[b-ppkvdyek31] {
    max-height: none !important;
    overflow: visible !important;
}

.page-wrap[b-ppkvdyek31] {
    overflow-x: hidden;
}

.onboarding-wizard-shell[b-ppkvdyek31] {
    width: 100%;
    padding-top: clamp(0.25rem, 1.2vh, 0.75rem);
}

.onboarding-wizard-paper[b-ppkvdyek31] {
    width: 100%;
    max-width: 600px;
    min-height: auto;
    padding-top: clamp(0.25rem, 1vh, 0.75rem);
    padding-bottom: clamp(0.5rem, 1.6vh, 1rem);
}

/* =========================================================
   RESPONSIVITET
   ========================================================= */
@media (max-width: 600px) {
    .page-title[b-ppkvdyek31] {
        font-size: 1.3rem;
        margin-bottom: 0.85rem;
    }

    .page-header-section .page-title[b-ppkvdyek31] {
        margin-bottom: 0;
    }

    /* Symmetrisk gutter — undgå at ugekalenderen sidder klemt mod venstre kant */
    .week-card[b-ppkvdyek31] {
        padding: 0.5rem clamp(0.75rem, 4vw, 1.25rem) 0.75rem !important;
    }

    .info-card[b-ppkvdyek31] { padding: 12px 10px; }

    .onboarding-wizard-shell[b-ppkvdyek31] {
        padding-top: 0.25rem;
    }

    .onboarding-wizard-paper[b-ppkvdyek31] {
        padding-top: 0.25rem;
        padding-bottom: 0.75rem;
    }
}

@media (max-width: 400px) {
    .info-card[b-ppkvdyek31] {
        padding: 10px 8px;
    }
}
