/* /Web/Components/Features/About/AboutMain/AboutMain.razor.rz.scp.css */
.about-page[b-k8bow2epvt] {
    line-height: 1.7;
}

.about-title[b-k8bow2epvt] {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.about-subtitle[b-k8bow2epvt] {
    font-size: 1.1rem;
    color: #4fc3f7;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05em;
}

.about-section[b-k8bow2epvt] {
    margin-bottom: 2rem;
}

    .about-section h2[b-k8bow2epvt] {
        font-size: 1.15rem;
        font-weight: 600;
        color: #e0e0e0;
        margin-bottom: 0.5rem;
    }

    .about-section p[b-k8bow2epvt] {
        color: #b0b4c0;
        font-size: 0.95rem;
    }

.about-list[b-k8bow2epvt] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .about-list li[b-k8bow2epvt] {
        color: #b0b4c0;
        font-size: 0.95rem;
        padding: 0.3rem 0;
        padding-left: 1.2rem;
        position: relative;
    }

        .about-list li[b-k8bow2epvt]::before {
            content: "▸";
            position: absolute;
            left: 0;
            color: #4fc3f7;
        }

.about-footer[b-k8bow2epvt] {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(100, 200, 220, 0.15);
}

.about-link[b-k8bow2epvt] {
    color: #4fc3f7;
    text-decoration: none;
    font-size: 0.95rem;
}

    .about-link:hover[b-k8bow2epvt] {
        text-decoration: underline;
    }
/* /Web/Components/Features/ActivityLogViewer/ActivityLogViewerMain/ActivityLogViewerMain.razor.rz.scp.css */
.actlog-container[b-cqd5s0iscz] {
    padding: 1rem 0;
}

.actlog-title[b-cqd5s0iscz] {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.actlog-empty[b-cqd5s0iscz] {
    color: #888;
    text-align: center;
    padding: 3rem 1rem;
    font-size: 0.95rem;
}

.actlog-table-wrapper[b-cqd5s0iscz] {
    overflow-x: auto;
}

.actlog-table[b-cqd5s0iscz] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.actlog-table th[b-cqd5s0iscz] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    color: #888;
    font-weight: 600;
    border-bottom: 1px solid #444;
    white-space: nowrap;
}

.actlog-table td[b-cqd5s0iscz] {
    padding: 0.4rem 0.75rem;
    color: #ccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.actlog-table tbody tr:hover[b-cqd5s0iscz] {
    background: rgba(124, 92, 252, 0.08);
}

.actlog-time[b-cqd5s0iscz] {
    white-space: nowrap;
    font-family: monospace;
    font-size: 0.78rem;
    color: #999;
}
/* /Web/Components/Features/AdPage/AdPlayoutChart/AdPlayoutChart.razor.rz.scp.css */
.ad-playout-chart[b-nlidri8td3] {
    margin-top: 0.5rem;
}

.chart-heading[b-nlidri8td3] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6a6e80;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.75rem;
}

.chart-container[b-nlidri8td3] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 10px;
    padding: 0.75rem;
    height: 240px;
}

    .chart-container canvas[b-nlidri8td3] {
        width: 100% !important;
        height: 100% !important;
    }
/* /Web/Components/Features/AdPage/AdSettings/AdSettings.razor.rz.scp.css */
.ad-settings-meta[b-1yr0ssq8au] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.35rem 0.75rem;
    font-size: 0.85rem;
    color: #8a90a0;
    align-items: center;
}

.meta-label[b-1yr0ssq8au] {
    font-weight: 600;
    color: #a0a4b0;
    white-space: nowrap;
}

.meta-value[b-1yr0ssq8au] {
    color: #d0d4e0;
}

.meta-input[b-1yr0ssq8au] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #3a3a4e;
    border-radius: 4px;
    color: #d0d4e0;
    font-size: 0.85rem;
    padding: 0.2rem 0.4rem;
    width: 5rem;
    transition: border-color 0.15s;
}

.minute-fence-input[b-1yr0ssq8au] {
    width: 12rem;
    margin-bottom: 0.4rem;
}

.minute-fence-value[b-1yr0ssq8au] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.minute-bar[b-1yr0ssq8au] {
    display: flex;
    gap: 1px;
    height: 1.2rem;
    border-radius: 3px;
    overflow: hidden;
    max-width: 24rem;
}

.minute-cell[b-1yr0ssq8au] {
    flex: 1;
    min-width: 2px;
    transition: opacity 0.15s;
}

    .minute-cell.active[b-1yr0ssq8au] {
        background: #34c759;
    }

    .minute-cell.blocked[b-1yr0ssq8au] {
        background: #ff3b30;
    }

    .minute-cell:hover[b-1yr0ssq8au] {
        opacity: 0.7;
    }

.minute-fence-note[b-1yr0ssq8au] {
    font-size: 0.75rem;
    color: #8a90a0;
    font-style: italic;
}
/* /Web/Components/Features/AdPage/AdViewMain/AdViewMain.razor.rz.scp.css */
.ad-page[b-sg72qye1hz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Creatives */

.ad-creatives h4[b-sg72qye1hz] {
    margin: 0 0 0.75rem;
    color: #d0d4e0;
}

.creative-list[b-sg72qye1hz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.creative-card[b-sg72qye1hz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    color: #d0d4e0;
}

.creative-name[b-sg72qye1hz] {
    font-weight: 500;
    flex: 1;
}

.creative-dims[b-sg72qye1hz] {
    font-size: 0.8rem;
    color: #8a90a0;
    font-variant-numeric: tabular-nums;
}

.creative-mime[b-sg72qye1hz] {
    font-size: 0.75rem;
    color: #a0a4b0;
    background: rgba(124, 92, 252, 0.08);
    border: 1px solid rgba(124, 92, 252, 0.2);
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.ad-note[b-sg72qye1hz] {
    color: #666;
    font-size: 0.9rem;
}

.ad-flights h4[b-sg72qye1hz] {
    margin: 0 0 0.75rem;
    color: #d0d4e0;
}

.flight-list[b-sg72qye1hz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.flight-list-item[b-sg72qye1hz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    text-decoration: none;
    color: #d0d4e0;
    transition: border-color 0.15s, background 0.15s;
}

    .flight-list-item:hover[b-sg72qye1hz] {
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.06);
    }

.flight-list-name[b-sg72qye1hz] {
    font-weight: 500;
}

.flight-list-detail[b-sg72qye1hz] {
    font-size: 0.8rem;
    color: #8a90a0;
}
/* /Web/Components/Features/AdsPage/AdHeatmap/AdHeatmap.razor.rz.scp.css */
/* Simple container — matches page background */
.ad-heatmap[b-ob2wxqg7p7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #2d2d2d;
}

/* CSS Grid: 1 col for ad name + N flexible cols for days + 1 col for total */
.heatmap-grid[b-ob2wxqg7p7] {
    display: grid;
    gap: 2px;
    align-items: center;
    width: 100%;
}

/* Corner cell (top-left empty) */
.heatmap-corner[b-ob2wxqg7p7] {
    min-width: 100px;
}

/* Day label cells in the header row */
.heatmap-day-label[b-ob2wxqg7p7] {
    font-size: 0.6rem;
    color: #555;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    height: 2.5rem;
    overflow: hidden;
}

/* Total header */
.heatmap-total-header[b-ob2wxqg7p7] {
    font-size: 0.65rem;
    font-weight: 600;
    color: #6a6e80;
    text-align: right;
    padding-left: 0.5rem;
    min-width: 50px;
}

/* Ad name labels on the left */
.heatmap-ad-label[b-ob2wxqg7p7] {
    font-size: 0.75rem;
    color: #b0b4c0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 100px;
    max-width: 160px;
    padding-right: 0.4rem;
}

/* Individual heat cells — fluid width, fixed height */
.heatmap-cell[b-ob2wxqg7p7] {
    height: 14px;
    min-width: 6px;
    border-radius: 2px;
}

/* 5-step green scale (GitHub-style on dark background) */
.heatmap-level-0[b-ob2wxqg7p7] {
    background: #373737;
}

.heatmap-level-1[b-ob2wxqg7p7] {
    background: #0e4429;
}

.heatmap-level-2[b-ob2wxqg7p7] {
    background: #006d32;
}

.heatmap-level-3[b-ob2wxqg7p7] {
    background: #26a641;
}

.heatmap-level-4[b-ob2wxqg7p7] {
    background: #39d353;
}

/* Total count on the right */
.heatmap-total[b-ob2wxqg7p7] {
    font-size: 0.7rem;
    color: #8a90a0;
    text-align: right;
    padding-left: 0.5rem;
    font-variant-numeric: tabular-nums;
    min-width: 50px;
}

/* Legend row */
.heatmap-legend[b-ob2wxqg7p7] {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: flex-end;
    padding-top: 0.25rem;
}

.heatmap-legend-label[b-ob2wxqg7p7] {
    font-size: 0.65rem;
    color: #555;
    margin: 0 0.2rem;
}

/* Legend uses fixed-size cells */
.heatmap-legend .heatmap-cell[b-ob2wxqg7p7] {
    width: 11px;
    height: 11px;
    min-width: 11px;
}
/* /Web/Components/Features/AdsPage/AdsMain/AdsMain.razor.rz.scp.css */
.ads-page[b-k82kmgha9u] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Ad list */

.ads-list[b-k82kmgha9u] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ads-list-item[b-k82kmgha9u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    text-decoration: none;
    color: #d0d4e0;
    transition: border-color 0.15s, background 0.15s;
    gap: 0.75rem;
}

    .ads-list-item:hover[b-k82kmgha9u] {
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.06);
    }

.ads-list-name[b-k82kmgha9u] {
    font-weight: 500;
    flex: 1;
    min-width: 0;
}

.ads-list-stats[b-k82kmgha9u] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.ads-stat[b-k82kmgha9u] {
    font-size: 0.8rem;
    color: #8a90a0;
    white-space: nowrap;
}

.ads-stat-label[b-k82kmgha9u] {
    color: #6a6e7a;
    font-weight: 600;
}

.ads-fence[b-k82kmgha9u] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.mini-fence-bar[b-k82kmgha9u] {
    display: flex;
    gap: 0px;
    height: 0.7rem;
    width: 3.75rem;
    border-radius: 2px;
    overflow: hidden;
}

.mini-fence-cell[b-k82kmgha9u] {
    flex: 1;
    min-width: 0;
}

    .mini-fence-cell.active[b-k82kmgha9u] {
        background: #34c759;
    }

    .mini-fence-cell.blocked[b-k82kmgha9u] {
        background: #ff3b30;
    }

.ads-fence-pct[b-k82kmgha9u] {
    font-size: 0.7rem;
    color: #ff3b30;
    white-space: nowrap;
}

.ads-note[b-k82kmgha9u] {
    color: #666;
    font-size: 0.9rem;
}
/* /Web/Components/Features/CampaignContentPlayer/CampaignContentPlayerMain/CampaignContentPlayerMain.razor.rz.scp.css */
.playerdashboard[b-zru9ugj3lc] {
    display: grid;
    grid-template-columns: clamp(120px, 15vw, 200px) 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "sidebar topbar"
        "sidebar content";
    height: 100dvh;
    width: 100vw;
    
}

.sidebar[b-zru9ugj3lc] {
    grid-area: sidebar;
    background: #333;
    border-right: 1px solid #444;
    overflow-y: auto;
}

.topbar[b-zru9ugj3lc] {
    grid-area: topbar;
    background: #333;
    border-bottom: 1px solid #444;
}

.content[b-zru9ugj3lc] {
    grid-area: content;
    overflow: auto;
    display: flex;
    align-items: stretch;
}
/* /Web/Components/Features/CampaignContentPlayer/ContentPlayer/ContentPlayer.razor.rz.scp.css */
#contentplayer[b-97nehzn5tu] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-panel[b-97nehzn5tu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.help-steps[b-97nehzn5tu] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.help-step[b-97nehzn5tu] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.help-step-number[b-97nehzn5tu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #aaa;
    font-size: 1rem;
    font-weight: 600;
    flex-shrink: 0;
}

.help-step-text[b-97nehzn5tu] {
    color: #999;
    font-size: 1rem;
}

#playarea-wrapper[b-97nehzn5tu] {
    overflow: hidden;
    position: relative;
    border: 1px solid #3a3a3a;
    margin: auto;
}

#playarea[b-97nehzn5tu] {
    position: relative;
    overflow: hidden;
}

#playcontainer[b-97nehzn5tu] {
    width: 100%;
    height: 100%;
}

#overlaycontainer[b-97nehzn5tu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.play-overlay[b-97nehzn5tu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    z-index: 10;
}

.play-overlay-icon[b-97nehzn5tu] {
    font-size: 4rem;
    color: #fff;
    opacity: 0.9;
}

.play-overlay-label[b-97nehzn5tu] {
    font-size: 1rem;
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
/* /Web/Components/Features/CampaignContentPlayer/ContentToolbar/ContentToolbar.razor.rz.scp.css */
.controls-topbar[b-e9buiwovii] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.5rem;
}

.controls-group[b-e9buiwovii] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.toolbar-actions[b-e9buiwovii] {
    display: flex;
    align-items: center;
}

.control-select[b-e9buiwovii] {
    padding: 0.25rem 0.5rem;
    border: 1px solid #555;
    border-radius: 0.3rem;
    background: #444;
    color: #ccc;
    font-size: 0.85rem;
    cursor: pointer;
}

.control-select:hover[b-e9buiwovii] {
    background: #555;
    color: #fff;
    border-color: #888;
}
/* /Web/Components/Features/CampaignContentPlayer/LeftControlsbar/LeftControlsBar.razor.rz.scp.css */
.left-controls[b-rzapwbi13c] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5rem;
}

.button-group[b-rzapwbi13c] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
}

.bottom-group[b-rzapwbi13c] {
    margin-top: auto;
}

[b-rzapwbi13c] #flightButtonsContainer {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

[b-rzapwbi13c] .control-btn {
    width: 100%;
    padding: 0.2rem 0.4rem;
    border: 1px solid #555;
    border-radius: 0.25rem;
    background: #444;
    color: #ccc;
    font-size: clamp(0.6rem, 1vw, 0.78rem);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    box-sizing: border-box;
}

[b-rzapwbi13c] .control-btn:hover {
    background: #555;
    color: #fff;
    border-color: #888;
}

[b-rzapwbi13c] .control-btn:active {
    background: #666;
}

.top-group[b-rzapwbi13c] {
    margin-top: 0.75rem;
}

.group-label[b-rzapwbi13c] {
    font-size: clamp(0.6rem, 1vw, 0.75rem);
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 0.15rem;
    text-align: left;
}

.play-btn[b-rzapwbi13c] {
    width: 100%;
    padding: 0.45rem 0.5rem;
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    font-size: clamp(0.7rem, 1.2vw, 0.9rem);
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s, box-shadow 0.2s, transform 0.1s;
    box-sizing: border-box;
}

.play-btn:hover[b-rzapwbi13c] {
    opacity: 0.9;
    transform: scale(1.02);
}

.play-btn:active[b-rzapwbi13c] {
    transform: scale(0.97);
}

.play-btn--play[b-rzapwbi13c] {
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
    box-shadow: 0 0 10px rgba(102, 187, 106, 0.3);
}

.play-btn--next[b-rzapwbi13c] {
    background: linear-gradient(135deg, #3a3a3a, #555);
    box-shadow: 0 0 10px rgba(80, 80, 80, 0.3);
}
/* /Web/Components/Features/CampaignMap/CampaignMapViewerMain/CampaignMapViewerMain.razor.rz.scp.css */
.campaignmap[b-telbkj8wa5] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    width: 100%;
    background: #2d2d2d;
}

.campaignmap-toolbar[b-telbkj8wa5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    background: #333;
    border-bottom: 1px solid #444;
}



[b-telbkj8wa5] .workspace-badge {
    margin-left: auto;
}

.campaignmap-body[b-telbkj8wa5] {
    flex: 1;
    position: relative;
}

[b-telbkj8wa5] .leaflet-container {
    width: 100%;
    height: 100%;
}
/* /Web/Components/Features/CampaignMap/ContentToolbar/ContentToolbar.razor.rz.scp.css */
.controls-topbar[b-hflxenvlqr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.5rem;
}

.controls-group[b-hflxenvlqr] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.toolbar-actions[b-hflxenvlqr] {
    display: flex;
    align-items: center;
}

.control-select[b-hflxenvlqr] {
    padding: 0.25rem 0.5rem;
    border: 1px solid #555;
    border-radius: 0.3rem;
    background: #444;
    color: #ccc;
    font-size: 0.85rem;
    cursor: pointer;
}

.control-select:hover[b-hflxenvlqr] {
    background: #555;
    color: #fff;
    border-color: #888;
}

.logout-btn[b-hflxenvlqr] {
    background: transparent;
    border: 1px solid #555;
    border-radius: 0.3rem;
    color: #ccc;
    font-size: 1.1rem;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.logout-btn:hover[b-hflxenvlqr] {
    background: #c62828;
    color: #fff;
    border-color: #c62828;
}
/* /Web/Components/Features/CampaignMap/LeftSideBar/LeftSideBar.razor.rz.scp.css */
.left-controls[b-ae5q3kcfhq] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5rem;
}

.button-group[b-ae5q3kcfhq] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
}

.bottom-group[b-ae5q3kcfhq] {
    margin-top: auto;
}

[b-ae5q3kcfhq] #flightButtonsContainer {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

[b-ae5q3kcfhq] .control-btn {
    width: 100%;
    padding: 0.2rem 0.4rem;
    border: 1px solid #555;
    border-radius: 0.25rem;
    background: #444;
    color: #ccc;
    font-size: clamp(0.6rem, 1vw, 0.78rem);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    box-sizing: border-box;
}

[b-ae5q3kcfhq] .control-btn:hover {
    background: #555;
    color: #fff;
    border-color: #888;
}

[b-ae5q3kcfhq] .control-btn:active {
    background: #666;
}

.top-group[b-ae5q3kcfhq] {
    margin-top: 0.75rem;
}

.group-label[b-ae5q3kcfhq] {
    font-size: clamp(0.6rem, 1vw, 0.75rem);
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 0.15rem;
    text-align: left;
}

.play-btn[b-ae5q3kcfhq] {
    width: 100%;
    padding: 0.45rem 0.5rem;
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    font-size: clamp(0.7rem, 1.2vw, 0.9rem);
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s, box-shadow 0.2s, transform 0.1s;
    box-sizing: border-box;
}

.play-btn:hover[b-ae5q3kcfhq] {
    opacity: 0.9;
    transform: scale(1.02);
}

.play-btn:active[b-ae5q3kcfhq] {
    transform: scale(0.97);
}

.play-btn--play[b-ae5q3kcfhq] {
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
    box-shadow: 0 0 10px rgba(102, 187, 106, 0.3);
}

.play-btn--next[b-ae5q3kcfhq] {
    background: linear-gradient(135deg, #3a3a3a, #555);
    box-shadow: 0 0 10px rgba(80, 80, 80, 0.3);
}
/* /Web/Components/Features/CampaignPage/AdSection/AdSection.razor.rz.scp.css */
.ad-list[b-jje5ro9hjf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ad-list-item[b-jje5ro9hjf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    text-decoration: none;
    color: #d0d4e0;
    transition: border-color 0.15s, background 0.15s;
    gap: 0.75rem;
}

    .ad-list-item:hover[b-jje5ro9hjf] {
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.06);
    }

.ad-list-name[b-jje5ro9hjf] {
    font-weight: 500;
    flex: 1;
    min-width: 0;
}

.ad-list-stats[b-jje5ro9hjf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.ad-stat[b-jje5ro9hjf] {
    font-size: 0.8rem;
    color: #8a90a0;
    white-space: nowrap;
}

.ad-stat-label[b-jje5ro9hjf] {
    color: #6a6e7a;
    font-weight: 600;
}

.ad-fence[b-jje5ro9hjf] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.mini-fence-bar[b-jje5ro9hjf] {
    display: flex;
    gap: 0px;
    height: 0.7rem;
    width: 3.75rem;
    border-radius: 2px;
    overflow: hidden;
}

.mini-fence-cell[b-jje5ro9hjf] {
    flex: 1;
    min-width: 0;
}

    .mini-fence-cell.active[b-jje5ro9hjf] {
        background: #34c759;
    }

    .mini-fence-cell.blocked[b-jje5ro9hjf] {
        background: #ff3b30;
    }

.ad-fence-pct[b-jje5ro9hjf] {
    font-size: 0.7rem;
    color: #ff3b30;
    white-space: nowrap;
}

.ad-note[b-jje5ro9hjf] {
    color: #666;
    font-size: 0.9rem;
}
/* /Web/Components/Features/CampaignPage/CampaignCharts/CampaignCharts.razor.rz.scp.css */
.campaign-charts[b-35302nv9ps] {
    margin-top: 0.5rem;
}

.charts-heading[b-35302nv9ps] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6a6e80;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.75rem;
}

.charts-row[b-35302nv9ps] {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}

.chart-pie-container[b-35302nv9ps] {
    flex: 0 0 25%;
    height: 220px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 10px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.chart-area-container[b-35302nv9ps] {
    flex: 1;
    height: 220px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 10px;
    padding: 0.75rem;
    overflow: hidden;
}

    .chart-pie-container canvas[b-35302nv9ps],
    .chart-area-container canvas[b-35302nv9ps] {
        width: 100% !important;
        height: 100% !important;
    }

@media (max-width: 640px) {
    .charts-row[b-35302nv9ps] {
        flex-direction: column;
    }

    .chart-pie-container[b-35302nv9ps] {
        flex: none;
        min-height: 180px;
    }
}
/* /Web/Components/Features/CampaignPage/CampaignMetrics/CampaignMetrics.razor.rz.scp.css */
.metrics-row[b-lk01ye1w2q] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

.metric-widget[b-lk01ye1w2q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1rem 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 10px;
    transition: border-color 0.2s;
}

    .metric-widget:hover[b-lk01ye1w2q] {
        border-color: #55576e;
    }

.metric-link[b-lk01ye1w2q] {
    text-decoration: none;
    cursor: pointer;
}

    .metric-link:hover[b-lk01ye1w2q] {
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.05);
    }

.metric-value[b-lk01ye1w2q] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e8eaf0;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.metric-label[b-lk01ye1w2q] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6a6e80;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 520px) {
    .metrics-row[b-lk01ye1w2q] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Web/Components/Features/CampaignPage/FlightSection/FlightSection.razor.rz.scp.css */
.campaign-list[b-0f44qgxk8s] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.campaign-list-row[b-0f44qgxk8s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.campaign-list-item[b-0f44qgxk8s] {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    text-decoration: none;
    color: #d0d4e0;
    transition: border-color 0.15s, background 0.15s;
}

    .campaign-list-item:hover[b-0f44qgxk8s] {
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.06);
    }

.campaign-list-actions[b-0f44qgxk8s] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sort-btn[b-0f44qgxk8s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 22px;
    border: 1px solid #3a3a4e;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: #8a90a0;
    cursor: pointer;
    font-size: 0.65rem;
    line-height: 1;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

    .sort-btn:hover:not(:disabled)[b-0f44qgxk8s] {
        border-color: #7c5cfc;
        color: #d0d4e0;
        background: rgba(124, 92, 252, 0.1);
    }

    .sort-btn:disabled[b-0f44qgxk8s] {
        opacity: 0.25;
        cursor: default;
    }

.campaign-list-name[b-0f44qgxk8s] {
    font-weight: 500;
}

.campaign-list-detail[b-0f44qgxk8s] {
    font-size: 0.8rem;
    color: #8a90a0;
}

.flight-sov-value[b-0f44qgxk8s] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #a0a4b0;
    background: rgba(124, 92, 252, 0.08);
    border: 1px solid rgba(124, 92, 252, 0.2);
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.campaign-note[b-0f44qgxk8s] {
    color: #666;
    font-size: 0.9rem;
}
/* /Web/Components/Features/CampaignSummary/CampaignSummaryMain/CampaignSummaryMain.razor.rz.scp.css */
.summary-page[b-x13k1p58n9] {
    max-width: 800px;
    margin: 0 auto;
}

.summary-header[b-x13k1p58n9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.summary-header h2[b-x13k1p58n9] {
    color: #e0e4f0;
    font-weight: 500;
    margin: 0;
}

.summary-select[b-x13k1p58n9] {
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(100, 200, 220, 0.2);
    border-radius: 4px;
    background: rgba(30, 35, 60, 0.6);
    color: #d0d4e0;
    font-size: 0.85rem;
    cursor: pointer;
    min-width: 200px;
}

.summary-select:hover[b-x13k1p58n9] {
    border-color: rgba(100, 200, 220, 0.4);
}

.summary-section[b-x13k1p58n9] {
    margin-bottom: 2rem;
}

.summary-section h3[b-x13k1p58n9] {
    color: #e0e4f0;
    font-weight: 500;
    margin-bottom: 1rem;
}

.summary-section h4[b-x13k1p58n9] {
    color: #b0b4c0;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.summary-meta[b-x13k1p58n9] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.3rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.meta-label[b-x13k1p58n9] {
    color: #8a90a0;
    font-weight: 500;
}

.summary-description[b-x13k1p58n9] {
    color: #a0a4b0;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.network-badges[b-x13k1p58n9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.network-badge[b-x13k1p58n9] {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    background: rgba(100, 200, 220, 0.1);
    border: 1px solid rgba(100, 200, 220, 0.2);
    border-radius: 4px;
    color: #7ec8e3;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: default;
}

.summary-table[b-x13k1p58n9] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.summary-table th[b-x13k1p58n9] {
    text-align: left;
    color: #8a90a0;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(100, 200, 220, 0.15);
}

.summary-table td[b-x13k1p58n9] {
    padding: 0.5rem 0.75rem;
    color: #d0d4e0;
    border-bottom: 1px solid rgba(100, 200, 220, 0.08);
}

/* ::deep for TS-cloned template rows in campaign detail */
[b-x13k1p58n9] .summary-table td {
    padding: 0.5rem 0.75rem;
    color: #d0d4e0;
    border-bottom: 1px solid rgba(100, 200, 220, 0.08);
}

.summary-table tr:hover td[b-x13k1p58n9],
[b-x13k1p58n9] .summary-table tr:hover td {
    background: rgba(30, 35, 60, 0.4);
}

.campaign-link[b-x13k1p58n9] {
    color: #7ec8e3;
    text-decoration: none;
    cursor: pointer;
}

.campaign-link:hover[b-x13k1p58n9] {
    text-decoration: underline;
}

.summary-note[b-x13k1p58n9] {
    color: #8a90a0;
    font-style: italic;
    font-size: 0.88rem;
}
/* /Web/Components/Features/DayPopReport/DayPopReportMain/DayPopReportMain.razor.rz.scp.css */
.popreport-page[b-tvu5yx655f] {
    max-width: 800px;
    margin: 0 auto;
}

.popreport-header[b-tvu5yx655f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

    .popreport-header h2[b-tvu5yx655f] {
        color: #e0e4f0;
        font-weight: 500;
        margin: 0;
    }

.popreport-dateform[b-tvu5yx655f] {
    display: inline;
}

.popreport-dateselect[b-tvu5yx655f] {
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(100, 200, 220, 0.2);
    border-radius: 4px;
    background: rgba(30, 35, 60, 0.6);
    color: #d0d4e0;
    font-size: 0.85rem;
    cursor: pointer;
    min-width: 200px;
}

    .popreport-dateselect:hover[b-tvu5yx655f] {
        border-color: rgba(100, 200, 220, 0.4);
    }

/* ── Bar chart ── */
.popreport-chart[b-tvu5yx655f] {
    margin-bottom: 2rem;
}

.chart-row[b-tvu5yx655f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2px;
}

.chart-hour[b-tvu5yx655f] {
    width: 3rem;
    text-align: right;
    font-size: 0.75rem;
    color: #8a90a0;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.chart-bars[b-tvu5yx655f] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-height: 1.1rem;
}

.chart-bar[b-tvu5yx655f] {
    height: 4px;
    border-radius: 2px;
    min-width: 2px;
    transition: width 0.2s;
}

.chart-total[b-tvu5yx655f] {
    width: 2.5rem;
    text-align: right;
    font-size: 0.72rem;
    color: #6a6e7e;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.chart-legend[b-tvu5yx655f] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.75rem;
    padding-left: 3.5rem;
}

.legend-item[b-tvu5yx655f] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.78rem;
    color: #8a90a0;
}

.legend-dot[b-tvu5yx655f] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── Table ── */
.popreport-table-wrap[b-tvu5yx655f] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.popreport-table[b-tvu5yx655f] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
    font-variant-numeric: tabular-nums;
}

    .popreport-table th[b-tvu5yx655f] {
        text-align: right;
        padding: 0.3rem 0.5rem;
        border-bottom: 1px solid rgba(100, 200, 220, 0.15);
        color: #8a90a0;
        font-weight: 500;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    .popreport-table th:first-child[b-tvu5yx655f],
    .popreport-table td:first-child[b-tvu5yx655f] {
        text-align: left;
    }

    .popreport-table td[b-tvu5yx655f] {
        padding: 0.25rem 0.5rem;
        text-align: right;
        color: #c0c4d0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

.table-hour[b-tvu5yx655f] {
    color: #8a90a0;
    font-weight: 500;
}

.table-totals td[b-tvu5yx655f] {
    border-top: 1px solid rgba(100, 200, 220, 0.2);
    font-weight: 600;
    color: #e0e4f0;
}
/* /Web/Components/Features/FlightPage/FlightAdList/FlightAdList.razor.rz.scp.css */
.flight-ad-list[b-n7evdjuzfj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.flight-ad-item[b-n7evdjuzfj] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    text-decoration: none;
    color: #d0d4e0;
    transition: border-color 0.15s, background 0.15s;
}

    .flight-ad-item:hover[b-n7evdjuzfj] {
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.06);
    }

.flight-ad-name[b-n7evdjuzfj] {
    font-weight: 500;
}

.flight-note[b-n7evdjuzfj] {
    color: #666;
    font-size: 0.9rem;
}
/* /Web/Components/Features/FlightPage/FlightDetails/FlightDetails.razor.rz.scp.css */
.flight-meta[b-pwhhkgkcl3] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.35rem 0.75rem;
    font-size: 0.85rem;
    color: #8a90a0;
    align-items: center;
}

.meta-label[b-pwhhkgkcl3] {
    font-weight: 600;
    color: #a0a4b0;
    white-space: nowrap;
}

.meta-value[b-pwhhkgkcl3] {
    color: #d0d4e0;
}

.meta-input[b-pwhhkgkcl3] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #3a3a4e;
    border-radius: 4px;
    color: #d0d4e0;
    font-size: 0.85rem;
    padding: 0.2rem 0.4rem;
    width: 5rem;
    transition: border-color 0.15s;
}

    .meta-input:focus[b-pwhhkgkcl3] {
        outline: none;
        border-color: #7c5cfc;
    }

    .meta-input.dirty[b-pwhhkgkcl3] {
        border-color: #e0a030;
        background: rgba(224, 160, 48, 0.06);
    }

.flight-description p[b-pwhhkgkcl3] {
    color: #b0b4c0;
    font-size: 0.9rem;
    margin: 0.25rem 0 0;
}
/* /Web/Components/Features/FlightPage/FlightGeofence/FlightGeofence.razor.rz.scp.css */
.flight-map[b-7dnuzcqhku] {
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    overflow: hidden;
}

.flight-map-container[b-7dnuzcqhku] {
    width: 100%;
    height: 300px;
}
/* /Web/Components/Features/FlightPage/FlightPlayoutChart/FlightPlayoutChart.razor.rz.scp.css */
.flight-playout-chart[b-1gyejxnj5m] {
    margin-top: 0.5rem;
}

.chart-heading[b-1gyejxnj5m] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6a6e80;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.75rem;
}

.chart-container[b-1gyejxnj5m] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 10px;
    padding: 0.75rem;
    height: 240px;
}

    .chart-container canvas[b-1gyejxnj5m] {
        width: 100% !important;
        height: 100% !important;
    }
/* /Web/Components/Features/FlightPop/FlightPopSummary.razor.rz.scp.css */
.flight-pop[b-nfgrp9z9e2] {
    margin-top: 0.5rem;
}

.flight-pop-empty[b-nfgrp9z9e2] {
    color: #666;
    font-size: 0.85rem;
}

.flight-pop-totals[b-nfgrp9z9e2] {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
}

.pop-total[b-nfgrp9z9e2] {
    display: flex;
    flex-direction: column;
}

.pop-total-value[b-nfgrp9z9e2] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #d0d4e0;
}

.pop-total-label[b-nfgrp9z9e2] {
    font-size: 0.75rem;
    color: #8a90a0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.flight-pop-chart[b-nfgrp9z9e2] {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 120px;
    padding: 0;
    border-bottom: 1px solid #3a3a4e;
}

.pop-bar-col[b-nfgrp9z9e2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    cursor: default;
}

.pop-bar[b-nfgrp9z9e2] {
    width: 100%;
    min-height: 1px;
    background: #7c5cfc;
    border-radius: 2px 2px 0 0;
    transition: height 0.2s;
}

    .pop-bar-col:hover .pop-bar[b-nfgrp9z9e2] {
        background: #9b80ff;
    }

.pop-bar-label[b-nfgrp9z9e2] {
    font-size: 0.6rem;
    color: #666;
    margin-top: 3px;
}

.flight-pop-period[b-nfgrp9z9e2] {
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.5rem;
    text-align: right;
}

.flight-pop-table[b-nfgrp9z9e2] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
    margin-top: 1rem;
}

    .flight-pop-table th[b-nfgrp9z9e2] {
        text-align: left;
        font-weight: 600;
        color: #a0a4b0;
        padding: 0.4rem 0.6rem;
        border-bottom: 1px solid #3a3a4e;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .flight-pop-table td[b-nfgrp9z9e2] {
        padding: 0.3rem 0.6rem;
        color: #c0c4d0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }

    .flight-pop-table .num[b-nfgrp9z9e2] {
        text-align: right;
        font-variant-numeric: tabular-nums;
    }

    .flight-pop-table .sep[b-nfgrp9z9e2] {
        border-left: 1px solid #3a3a4e;
        padding-left: 0.8rem;
    }

    .flight-pop-table .zero td[b-nfgrp9z9e2] {
        color: #555;
    }

    .flight-pop-table tfoot td[b-nfgrp9z9e2] {
        font-weight: 600;
        color: #d0d4e0;
        border-top: 1px solid #3a3a4e;
        border-bottom: none;
        padding-top: 0.5rem;
    }
/* /Web/Components/Features/FlightsPage/FlightsMain/FlightsMain.razor.rz.scp.css */
.flights-page[b-u7ee7elcqm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Map */

.flights-map[b-u7ee7elcqm] {
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    overflow: hidden;
}

.campaignmap-body[b-u7ee7elcqm] {
    width: 100%;
    height: 350px;
    position: relative;
}

[b-u7ee7elcqm] .leaflet-container {
    width: 100%;
    height: 100%;
}

.flights-note[b-u7ee7elcqm] {
    color: #666;
    font-size: 0.9rem;
}
/* /Web/Components/Features/HomePage/HomePageMain/HomePageMain.razor.rz.scp.css */
.main-loading[b-nj24g9du9n] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40vh;
    font-size: 1.2rem;
    color: #888;
}

.main-empty[b-nj24g9du9n] {
    text-align: center;
    padding: 2.5rem 1.5rem;
    color: #aaa;
}

    .main-empty a[b-nj24g9du9n] {
        color: #7c5cfc;
        text-decoration: none;
    }

        .main-empty a:hover[b-nj24g9du9n] {
            text-decoration: underline;
        }

/* Workspace overview */

.workspace-overview[b-nj24g9du9n] {
    max-width: 800px;
    padding: 0 0.75rem;
}

    .workspace-overview h2[b-nj24g9du9n] {
        color: #d0d4e0;
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0 0 1.5rem;
    }

.main-note[b-nj24g9du9n] {
    color: #666;
    font-size: 0.9rem;
}

/* Campaign cards */

.campaign-cards[b-nj24g9du9n] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.campaign-card[b-nj24g9du9n] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 10px;
    text-decoration: none;
    color: #d0d4e0;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

    .campaign-card:hover[b-nj24g9du9n] {
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.05);
        box-shadow: 0 2px 12px rgba(124, 92, 252, 0.08);
    }

.card-name[b-nj24g9du9n] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #e8eaf0;
}

.card-desc[b-nj24g9du9n] {
    font-size: 0.82rem;
    color: #8a90a0;
    line-height: 1.4;
}

.card-meta[b-nj24g9du9n] {
    display: flex;
    gap: 1rem;
    margin-top: 0.25rem;
    flex-wrap: wrap;
}

.card-meta-group[b-nj24g9du9n] {
    display: flex;
    gap: 1rem;
}

.card-meta-item[b-nj24g9du9n] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.card-label[b-nj24g9du9n] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6a6e80;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.card-value[b-nj24g9du9n] {
    font-size: 0.85rem;
    color: #b0b4c0;
    font-variant-numeric: tabular-nums;
}

/* Section headings */

.section-heading[b-nj24g9du9n] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6a6e80;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 2rem 0 0.75rem;
}

/* Feature links */

.feature-links[b-nj24g9du9n] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-link[b-nj24g9du9n] {
    display: flex;
    flex-direction: column;
    padding: 0.85rem 1.1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    text-decoration: none;
    color: #d0d4e0;
    transition: border-color 0.2s, background 0.2s;
}

    .feature-link:hover[b-nj24g9du9n] {
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.05);
    }

.feature-name[b-nj24g9du9n] {
    font-size: 0.95rem;
    font-weight: 600;
}

.feature-desc[b-nj24g9du9n] {
    font-size: 0.78rem;
    color: #8a90a0;
    margin-top: 0.15rem;
}
/* /Web/Components/Features/Login/LoginDialog/LoginDialog.razor.rz.scp.css */
.login-dialog[b-lbwwzx3y2l] {
    background: rgba(10, 15, 40, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(100, 200, 220, 0.4);
    border-radius: 0.75rem;
    padding: 2rem 2rem 1.75rem;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 0 18px rgba(80, 180, 220, 0.15);
}

.login-field[b-lbwwzx3y2l] {
    margin-bottom: 1.5rem;
}

.login-label[b-lbwwzx3y2l] {
    display: block;
    color: #d0d4e0;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

[b-lbwwzx3y2l] .login-input {
    width: 100% !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(180, 190, 210, 0.4) !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 0.95rem;
    padding: 0.4rem 0 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

[b-lbwwzx3y2l] .login-input:-webkit-autofill,
[b-lbwwzx3y2l] .login-input:-webkit-autofill:hover,
[b-lbwwzx3y2l] .login-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

[b-lbwwzx3y2l] .login-input::placeholder {
    color: rgba(180, 190, 210, 0.5);
}

[b-lbwwzx3y2l] .login-input:focus {
    border-bottom-color: rgba(100, 200, 220, 0.8) !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.login-button[b-lbwwzx3y2l] {
    display: block;
    width: 100%;
    padding: 0.85rem;
    margin-top: 0.5rem;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(to right, #c944a0, #4fc3f7);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.login-button:hover[b-lbwwzx3y2l] {
    opacity: 0.9;
}

.login-email-display[b-lbwwzx3y2l] {
    color: #8ec8e8;
    font-size: 0.95rem;
    padding: 0.4rem 0;
}

[b-lbwwzx3y2l] .login-code-input {
    font-size: 1.8rem !important;
    letter-spacing: 0.5em;
    text-align: center;
    font-family: monospace;
}

.login-error[b-lbwwzx3y2l] {
    color: #ff6b6b;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    text-align: center;
}

.login-modal-overlay[b-lbwwzx3y2l] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer;
}

.login-modal[b-lbwwzx3y2l] {
    background: rgba(10, 15, 40, 0.9);
    border: 1px solid rgba(100, 200, 220, 0.4);
    border-radius: 0.75rem;
    padding: 2rem 2.5rem;
    text-align: center;
    color: #d0d4e0;
    font-size: 1.1rem;
    max-width: 400px;
    cursor: default;
}

.login-modal-btn[b-lbwwzx3y2l] {
    margin-top: 1.25rem;
    padding: 0.6rem 2.5rem;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(to right, #c944a0, #4fc3f7);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}
/* /Web/Components/Features/Members/MembersMain/MembersMain.razor.rz.scp.css */
.members-page h3[b-ljf6d1zo4v] {
    color: #e0e4f0;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.members-grid[b-ljf6d1zo4v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.member-card[b-ljf6d1zo4v] {
    display: flex;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(30, 35, 60, 0.6);
    border: 1px solid rgba(100, 200, 220, 0.12);
    border-radius: 8px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.member-card:hover[b-ljf6d1zo4v] {
    border-color: rgba(100, 200, 220, 0.3);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.member-avatar[b-ljf6d1zo4v] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3a4a7a, #2a6a8a);
    color: #e0e8f8;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
}

.member-info[b-ljf6d1zo4v] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.member-name[b-ljf6d1zo4v] {
    font-weight: 600;
    color: #e0e4f0;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-role[b-ljf6d1zo4v] {
    color: #7ec8e3;
    font-size: 0.8rem;
}

.member-org[b-ljf6d1zo4v] {
    color: #8a90a0;
    font-size: 0.8rem;
}

.member-email[b-ljf6d1zo4v] {
    color: #6a6e7e;
    font-size: 0.78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.members-loading[b-ljf6d1zo4v],
.members-empty[b-ljf6d1zo4v] {
    color: #8a90a0;
    text-align: center;
    padding: 3rem 1rem;
}

.member-rights[b-ljf6d1zo4v] {
    display: flex;
    gap: 2px;
    margin-top: 0.3rem;
}

.rights-flag[b-ljf6d1zo4v] {
    display: inline-block;
    width: 1.2em;
    text-align: center;
    font-family: monospace;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 2px;
    cursor: default;
}

.rights-on[b-ljf6d1zo4v] {
    color: #5ecf8a;
}

.rights-off[b-ljf6d1zo4v] {
    color: #555;
}
/* /Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-k6dih9inwi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k6dih9inwi] {
    flex: 1;
}

.sidebar[b-k6dih9inwi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k6dih9inwi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k6dih9inwi]  a, .top-row[b-k6dih9inwi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k6dih9inwi]  a:hover, .top-row[b-k6dih9inwi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k6dih9inwi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-k6dih9inwi] {
        justify-content: space-between;
    }

    .top-row[b-k6dih9inwi]  a, .top-row[b-k6dih9inwi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k6dih9inwi] {
        flex-direction: row;
    }

    .sidebar[b-k6dih9inwi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k6dih9inwi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-k6dih9inwi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k6dih9inwi], article[b-k6dih9inwi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-k6dih9inwi] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-k6dih9inwi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Web/Components/Layout/MinimalPageLayout.razor.rz.scp.css */
.minimal-layout[b-0xdoce55v9] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #2d2d2d;
    color: #d0d4e0;
}

.minimal-header[b-0xdoce55v9] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: #333;
    border-bottom: 1px solid rgba(100, 200, 220, 0.15);
}

.minimal-logo[b-0xdoce55v9] {
    text-decoration: none;
}

.minimal-logo img[b-0xdoce55v9] {
    height: 32px;
    width: auto;
}

[b-0xdoce55v9] .logout-btn {
    margin-left: auto;
}

.minimal-header-end[b-0xdoce55v9] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.minimal-page-title[b-0xdoce55v9] {
    color: #a0a4b0;
    font-size: 0.95rem;
    font-weight: 500;
    margin-left: 1.5rem;
}

.minimal-content[b-0xdoce55v9] {
    flex: 1;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
/* /Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-txpbzz1m3d] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-txpbzz1m3d] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-txpbzz1m3d] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-txpbzz1m3d] {
    font-size: 1.1rem;
}

.bi[b-txpbzz1m3d] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-txpbzz1m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-txpbzz1m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-txpbzz1m3d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-txpbzz1m3d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-txpbzz1m3d] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-txpbzz1m3d] {
        padding-bottom: 1rem;
    }

    .nav-item[b-txpbzz1m3d]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-txpbzz1m3d]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-txpbzz1m3d]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-txpbzz1m3d] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-txpbzz1m3d] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-txpbzz1m3d] {
        display: none;
    }

    .nav-scrollable[b-txpbzz1m3d] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Web/Components/Layout/NoLayout.razor.rz.scp.css */
.page[b-4bmji1q77q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4bmji1q77q] {
    flex: 1;
}

.sidebar[b-4bmji1q77q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4bmji1q77q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4bmji1q77q]  a, .top-row[b-4bmji1q77q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4bmji1q77q]  a:hover, .top-row[b-4bmji1q77q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4bmji1q77q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4bmji1q77q] {
        justify-content: space-between;
    }

    .top-row[b-4bmji1q77q]  a, .top-row[b-4bmji1q77q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4bmji1q77q] {
        flex-direction: row;
    }

    .sidebar[b-4bmji1q77q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4bmji1q77q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4bmji1q77q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4bmji1q77q], article[b-4bmji1q77q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4bmji1q77q] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4bmji1q77q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Web/Components/Pages/AboutPage.razor.rz.scp.css */
/* Styles moved to Features/About/AboutMain/AboutMain.razor.css */
/* /Web/Components/Pages/CampaignPage.razor.rz.scp.css */
.campaign-page[b-7tupcg0qwm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.campaign-meta[b-7tupcg0qwm] {
    font-size: 0.85rem;
    color: #8a90a0;
}

.meta-label[b-7tupcg0qwm] {
    font-weight: 600;
    color: #a0a4b0;
    margin-right: 0.3rem;
}

.campaign-note[b-7tupcg0qwm] {
    color: #666;
    font-size: 0.9rem;
}

.settings-group[b-7tupcg0qwm] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .settings-group h4[b-7tupcg0qwm] {
        margin: 0;
        color: #a0a4b0;
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

.settings-list[b-7tupcg0qwm] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.setting-row[b-7tupcg0qwm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.15s;
}

    .setting-row:hover[b-7tupcg0qwm] {
        border-color: #7c5cfc;
    }

.setting-label[b-7tupcg0qwm] {
    color: #d0d4e0;
    font-size: 0.9rem;
}

.setting-row input[type="checkbox"][b-7tupcg0qwm] {
    accent-color: #7c5cfc;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
/* /Web/Components/Pages/CampaignSummaryPage.razor.rz.scp.css */
.workspace-page[b-8uhu01jt6k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.workspace-description[b-8uhu01jt6k] {
    color: #a0a4b0;
    font-size: 0.9rem;
    margin: 0;
}

.workspace-meta[b-8uhu01jt6k] {
    font-size: 0.85rem;
    color: #8a90a0;
}

.meta-label[b-8uhu01jt6k] {
    font-weight: 600;
    color: #a0a4b0;
    margin-right: 0.3rem;
}

.workspace-badges[b-8uhu01jt6k] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.workspace-badge[b-8uhu01jt6k] {
    padding: 0.25rem 0.6rem;
    background: rgba(124, 92, 252, 0.1);
    border: 1px solid rgba(124, 92, 252, 0.25);
    border-radius: 6px;
    font-size: 0.8rem;
    color: #b0b4c0;
}

.workspace-list[b-8uhu01jt6k] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.workspace-list-item[b-8uhu01jt6k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    text-decoration: none;
    color: #d0d4e0;
    transition: border-color 0.15s, background 0.15s;
}

    .workspace-list-item:hover[b-8uhu01jt6k] {
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.06);
    }

.workspace-list-name[b-8uhu01jt6k] {
    font-weight: 500;
}

.workspace-list-detail[b-8uhu01jt6k] {
    font-size: 0.8rem;
    color: #8a90a0;
}

.workspace-note[b-8uhu01jt6k] {
    color: #666;
    font-size: 0.9rem;
}
/* /Web/Components/Pages/FlightPage.razor.rz.scp.css */
.flight-page[b-f17iu2xhij] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.flight-note[b-f17iu2xhij] {
    color: #666;
    font-size: 0.9rem;
}
/* /Web/Components/Pages/LoginPage.razor.rz.scp.css */
.intro-page[b-30qs1dmpq2] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100dvh;
    margin: 0;
    padding: 2rem 1rem;
    padding-bottom: 16dvh;
    overflow: hidden;
    background: url('img/intro_background.jpg') no-repeat center center / cover;
}

.intro-about[b-30qs1dmpq2] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #666;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #c0c4d0;
    text-decoration: none;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

    .intro-about:hover[b-30qs1dmpq2] {
        color: #fff;
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.12);
    }

.intro-logo[b-30qs1dmpq2] {
    margin-bottom: 4rem;
    text-decoration: none;
}

.intro-logo img[b-30qs1dmpq2] {
    max-width: 500px;
    width: 80vw;
    height: auto;
}

@media (max-height: 500px) {
    .intro-page[b-30qs1dmpq2] {
        padding-bottom: 2vh;
    }

    .intro-logo[b-30qs1dmpq2] {
        margin-bottom: 1.5rem;
    }

    .intro-logo img[b-30qs1dmpq2] {
        max-width: 280px;
    }
}
/* /Web/Components/Pages/LogoutCompletePage.razor.rz.scp.css */
.logout-page[b-xkq4s6tmxo] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #2d2d2d;
}

.logout-card[b-xkq4s6tmxo] {
    text-align: center;
    background: #333;
    border: 1px solid #444;
    border-radius: 0.75rem;
    padding: 3rem 4rem;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}

.logout-title[b-xkq4s6tmxo] {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.logout-message[b-xkq4s6tmxo] {
    color: #999;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.logout-next-btn[b-xkq4s6tmxo] {
    display: inline-block;
    padding: 0.6rem 2rem;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
    box-shadow: 0 0 10px rgba(102, 187, 106, 0.3);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.1s;
}

.logout-next-btn:hover[b-xkq4s6tmxo] {
    opacity: 0.9;
    transform: scale(1.02);
}

.logout-next-btn:active[b-xkq4s6tmxo] {
    transform: scale(0.97);
}
/* /Web/Components/Pages/LogoutPage.razor.rz.scp.css */
.logout-page[b-7hpztl982a] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #2d2d2d;
}

.logout-card[b-7hpztl982a] {
    text-align: center;
    background: #333;
    border: 1px solid #444;
    border-radius: 0.75rem;
    padding: 3rem 4rem;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}

.logout-title[b-7hpztl982a] {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.logout-message[b-7hpztl982a] {
    color: #999;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.logout-actions[b-7hpztl982a] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.logout-cancel-btn[b-7hpztl982a] {
    display: inline-block;
    padding: 0.6rem 2rem;
    border: 1px solid #444;
    border-radius: 0.5rem;
    background: transparent;
    color: #ccc;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.logout-cancel-btn:hover[b-7hpztl982a] {
    border-color: #7c5cfc;
    color: #fff;
    background: #2a2a3e;
}

.logout-confirm-btn[b-7hpztl982a] {
    display: inline-block;
    padding: 0.6rem 2rem;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #b71c1c, #e53935);
    box-shadow: 0 0 10px rgba(229, 57, 53, 0.3);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.1s;
}

.logout-confirm-btn:hover[b-7hpztl982a] {
    opacity: 0.9;
    transform: scale(1.02);
}

.logout-confirm-btn:active[b-7hpztl982a] {
    transform: scale(0.97);
}
/* /Web/Components/Pages/NextSlotPage.razor.rz.scp.css */
.nextslot-page[b-kjcdwtvkp2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #2a2a2a;
    margin: 0;
    padding: 0;
}

.nextslot-label[b-kjcdwtvkp2] {
    font-size: 4rem;
    font-weight: 700;
    color: #555;
    letter-spacing: 0.3em;
    user-select: none;
}
/* /Web/Components/Pages/NoContentPage.razor.rz.scp.css */
.nocontent-page[b-jckvj82zw0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #2a2a2a;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.nocontent-code[b-jckvj82zw0] {
    font-size: 8rem;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.2em;
    line-height: 1;
    user-select: none;
}

.nocontent-label[b-jckvj82zw0] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.3em;
    user-select: none;
}
/* /Web/Components/Pages/NotFoundPage.razor.rz.scp.css */
.notfound-page[b-au0pvuaw59] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #2a2a2e;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.notfound-code[b-au0pvuaw59] {
    font-size: 8rem;
    font-weight: 800;
    color: #444;
    letter-spacing: 0.2em;
    line-height: 1;
    user-select: none;
}

.notfound-label[b-au0pvuaw59] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.3em;
    user-select: none;
}

.notfound-message[b-au0pvuaw59] {
    color: #888;
    font-size: 1rem;
    margin-top: 1rem;
}

.notfound-link[b-au0pvuaw59] {
    color: #7c5cfc;
    font-size: 0.95rem;
    margin-top: 1.5rem;
    text-decoration: none;
}

    .notfound-link:hover[b-au0pvuaw59] {
        text-decoration: underline;
    }
/* /Web/Components/Pages/PlayerNotFoundPage.razor.rz.scp.css */
.notfound-page[b-glil46zom2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #2a2a2e;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.notfound-code[b-glil46zom2] {
    font-size: 8rem;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.2em;
    line-height: 1;
    user-select: none;
}

.notfound-label[b-glil46zom2] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.3em;
    user-select: none;
}
/* /Web/Components/Pages/SelectWorkspacePage.razor.rz.scp.css */
.selectworkspace-loading[b-m0sd1plvha] {
    color: #888;
    text-align: center;
    padding: 4rem 1rem;
    font-size: 1rem;
}

.selectworkspace-empty[b-m0sd1plvha] {
    text-align: center;
    padding: 4rem 1rem;
    max-width: 480px;
    margin: 0 auto;
}

    .selectworkspace-empty h2[b-m0sd1plvha] {
        color: #fff;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .selectworkspace-empty p[b-m0sd1plvha] {
        color: #999;
        font-size: 0.95rem;
        line-height: 1.6;
    }

.selectworkspace-container[b-m0sd1plvha] {
    text-align: center;
    padding: 3rem 1rem;
    max-width: 480px;
    margin: 0 auto;
}

    .selectworkspace-container h2[b-m0sd1plvha] {
        color: #fff;
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }

    .selectworkspace-container p[b-m0sd1plvha] {
        color: #999;
        margin-bottom: 1.5rem;
    }

.selectworkspace-list[b-m0sd1plvha] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.selectworkspace-btn[b-m0sd1plvha] {
    display: block;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    transition: background 0.15s, border-color 0.15s;
}

    .selectworkspace-btn:hover[b-m0sd1plvha] {
        background: rgba(124, 92, 252, 0.15);
        border-color: rgba(124, 92, 252, 0.4);
        color: #fff;
    }
/* /Web/Components/Shared/CampaignSelector/CampaignSelector.razor.rz.scp.css */
.campaign-select[b-roox1pj6sx] {
    padding: 0.4rem 0.75rem;
    border: 1px solid #444;
    border-radius: 6px;
    background: #1e1e2e;
    color: #ccc;
    font-size: 0.85rem;
    cursor: pointer;
    min-width: 200px;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

    .campaign-select:hover[b-roox1pj6sx] {
        border-color: #7c5cfc;
        color: #fff;
        background: #2a2a3e;
    }

    .campaign-select:focus[b-roox1pj6sx] {
        border-color: #7c5cfc;
        color: #fff;
        outline: none;
    }

.campaign-single-name[b-roox1pj6sx] {
    color: #a0a4b0;
    font-size: 0.85rem;
    font-weight: 500;
}
/* /Web/Components/Shared/CollapsibleSection/CollapsibleSection.razor.rz.scp.css */
.collapsible-section[b-wesj8p1m5b] {
    border: 1px solid #3a3a4e;
    border-radius: 8px;
    overflow: hidden;
}

.section-title[b-wesj8p1m5b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
}

    .section-title:hover[b-wesj8p1m5b] {
        background: rgba(124, 92, 252, 0.06);
    }

    .section-title h4[b-wesj8p1m5b] {
        margin: 0;
        font-size: 0.9rem;
        font-weight: 600;
        color: #d0d4e0;
    }

.section-actions[b-wesj8p1m5b] {
    margin-left: auto;
    display: flex;
    gap: 0.35rem;
}

[b-wesj8p1m5b] .section-btn {
    padding: 0.2rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

[b-wesj8p1m5b] .section-btn-save {
    background: #7c5cfc;
    color: #fff;
    border-color: #7c5cfc;
}

    [b-wesj8p1m5b] .section-btn-save:hover {
        background: #6a4ce0;
    }

[b-wesj8p1m5b] .section-btn-cancel {
    background: transparent;
    color: #8a90a0;
    border-color: #3a3a4e;
}

    [b-wesj8p1m5b] .section-btn-cancel:hover {
        border-color: #8a90a0;
        color: #d0d4e0;
    }

.section-chevron[b-wesj8p1m5b] {
    display: inline-block;
    font-size: 0.85rem;
    color: #8a90a0;
    transition: transform 0.2s;
    transform: rotate(90deg);
}

.collapsed .section-chevron[b-wesj8p1m5b] {
    transform: rotate(0deg);
}

.section-body[b-wesj8p1m5b] {
    padding: 0.75rem;
    transition: padding 0.2s;
}

.collapsed .section-body[b-wesj8p1m5b] {
    display: none;
}
/* /Web/Components/Shared/CRLogo/CRLogo.razor.rz.scp.css */
.cr-logo[b-kzj53jiqas] {
    display: block;
    padding: 0.2rem 0.5rem;
    text-align: center;
    text-decoration: none;
}

.cr-logo img[b-kzj53jiqas] {
    max-width: 100%;
    max-height: 32px;
    height: auto;
}
/* /Web/Components/Shared/LogoutButton/LogoutButton.razor.rz.scp.css */
.logout-btn[b-7braptt2i6] {
    background: transparent;
    border: 1px solid #555;
    border-radius: 0.3rem;
    color: #ccc;
    font-size: 1.1rem;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.logout-btn:hover[b-7braptt2i6] {
    background: #c62828;
    color: #fff;
    border-color: #c62828;
}
/* /Web/Components/Shared/PageBreadcrumb/PageBreadcrumb.razor.rz.scp.css */
.page-breadcrumb h2[b-3kuzd6fzc1] {
    color: #d0d4e0;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0.25rem 0 0;
}

.breadcrumb-line[b-3kuzd6fzc1] {
    font-size: 0.85rem;
    color: #8a90a0;
}

.breadcrumb-label[b-3kuzd6fzc1] {
    font-weight: 600;
    color: #a0a4b0;
    margin-right: 0.3rem;
}

.breadcrumb-sep[b-3kuzd6fzc1] {
    margin: 0 0.4rem;
    color: #555;
}

.page-breadcrumb a[b-3kuzd6fzc1] {
    color: #7c5cfc;
    text-decoration: none;
}

    .page-breadcrumb a:hover[b-3kuzd6fzc1] {
        text-decoration: underline;
    }
/* /Web/Components/Shared/PageContent/PageContent.razor.rz.scp.css */
.page-content[b-ofhlreylje] {
    padding: 2rem 1.5rem;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}
/* /Web/Components/Shared/UserMenu/UserMenu.razor.rz.scp.css */
.usermenu[b-ym93bpwkgd] {
    position: relative;
}

.usermenu-trigger[b-ym93bpwkgd] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #666;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #c0c4d0;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

    .usermenu-trigger:hover[b-ym93bpwkgd] {
        color: #fff;
        border-color: #7c5cfc;
        background: rgba(124, 92, 252, 0.12);
    }

.usermenu-panel[b-ym93bpwkgd] {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    background: #2a2a3e;
    border: 1px solid #444;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    padding: 0.5rem 0;
}

.usermenu-section[b-ym93bpwkgd] {
    padding: 0.25rem 0;
}

.usermenu-label[b-ym93bpwkgd] {
    display: block;
    padding: 0.3rem 1rem;
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.usermenu-item[b-ym93bpwkgd] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 1rem;
    color: #c0c4d0;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background 0.12s, color 0.12s;
    cursor: pointer;
}

    .usermenu-item:hover[b-ym93bpwkgd] {
        background: rgba(124, 92, 252, 0.1);
        color: #fff;
    }

.usermenu-item--danger:hover[b-ym93bpwkgd] {
    background: rgba(224, 92, 124, 0.12);
    color: #e05c7c;
}

.usermenu-item--active[b-ym93bpwkgd] {
    color: #7c5cfc;
    font-weight: 600;
}

    .usermenu-item--active .usermenu-item-icon[b-ym93bpwkgd] {
        color: #7c5cfc;
        font-size: 0.6rem;
    }

.usermenu-item--disabled[b-ym93bpwkgd] {
    color: #555;
    cursor: default;
    pointer-events: none;
}

.usermenu-item-icon[b-ym93bpwkgd] {
    font-size: 0.9rem;
    flex-shrink: 0;
    width: 1.2em;
    text-align: center;
}

.usermenu-item-text[b-ym93bpwkgd] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.usermenu-divider[b-ym93bpwkgd] {
    height: 1px;
    background: #3a3a4e;
    margin: 0.25rem 0.75rem;
}
/* /Web/Components/Shared/WorkspaceBadge/WorkspaceBadge.razor.rz.scp.css */
.workspace-badge[b-n4el63uz3x] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #8a90a0;
    font-size: 0.82rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s;
}

    .workspace-badge:hover[b-n4el63uz3x] {
        color: #d0d4e0;
    }

.workspace-badge-name[b-n4el63uz3x] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.workspace-badge-icon[b-n4el63uz3x] {
    font-size: 0.7rem;
    flex-shrink: 0;
}
