/* /Components/Pages/Admin/AuditEventDetailsDialog.razor.rz.scp.css */
.json-display[b-ij2d5yyihg] {
    white-space: pre-wrap;
    word-break: break-word;
    margin: 0;
    font-size: 0.8rem;
}

.hash-text[b-ij2d5yyihg] {
    word-break: break-all;
    font-size: 0.7rem;
}

.user-agent-text[b-ij2d5yyihg] {
    word-break: break-all;
    font-size: 0.75rem;
}

.json-panel[b-ij2d5yyihg] {
    background: var(--mud-palette-background-grey);
}
/* /Components/Pages/Admin/Lms/AdminContent.razor.rz.scp.css */
/* Admin table layout */
[b-to6btgok45] .admin-table {
    table-layout: fixed;
    width: 100%;
}

/* Column widths using flexible units */
[b-to6btgok45] .col-order {
    width: 4rem;
}

[b-to6btgok45] .col-title {
    /* Flexible - takes remaining space */
}

[b-to6btgok45] .col-type {
    width: 7rem;
}

[b-to6btgok45] .col-slug {
    width: 12rem;
}

[b-to6btgok45] .col-actions {
    width: 8.5rem;
}

/* Text truncation styles */
[b-to6btgok45] .cell-truncate {
    max-width: 0;
    overflow: hidden;
}

[b-to6btgok45] .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

[b-to6btgok45] .font-weight-bold {
    font-weight: 600;
}

/* Actions column - prevent wrapping */
[b-to6btgok45] .cell-actions {
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 48rem) {
    [b-to6btgok45] .col-slug {
        display: none;
    }

    [b-to6btgok45] .col-order {
        width: 3rem;
    }

    [b-to6btgok45] .col-type {
        width: 5rem;
    }

    [b-to6btgok45] .col-actions {
        width: 6rem;
    }

    /* Allow text to wrap instead of truncate on mobile */
    [b-to6btgok45] .text-truncate {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
}

@media (max-width: 30rem) {
    [b-to6btgok45] .col-type {
        display: none;
    }

    [b-to6btgok45] .col-order {
        display: none;
    }

    [b-to6btgok45] .admin-table {
        table-layout: auto;
    }

    [b-to6btgok45] .cell-truncate {
        max-width: none;
    }
}
/* /Components/Pages/Admin/Lms/AdminLms.razor.rz.scp.css */
.tree-item-container[b-sberdfyag5] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.25rem 0;
    gap: 0.25rem;
}

.tree-item-main[b-sberdfyag5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-height: 2rem;
}

.tree-item-title[b-sberdfyag5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    flex: 1;
}

.tree-title-text[b-sberdfyag5] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree-item-actions[b-sberdfyag5] {
    flex-shrink: 0;
}

.tree-item-chips[b-sberdfyag5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    padding-left: 1.5rem;
}

.gates-info[b-sberdfyag5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    color: var(--mud-palette-text-secondary);
    font-size: 0.75rem;
}

.gates-label[b-sberdfyag5] {
    margin-right: 0.25rem;
}

.no-channels-hint[b-sberdfyag5] {
    color: var(--mud-palette-text-disabled);
    font-size: 0.75rem;
    font-style: italic;
}

@media (max-width: 600px) {
    .tree-item-chips[b-sberdfyag5] {
        padding-left: 1.25rem;
    }

    .tree-title-text[b-sberdfyag5] {
        max-width: 120px;
    }

    .gates-info[b-sberdfyag5] {
        width: 100%;
        margin-top: 0.25rem;
    }
}
/* /Components/Pages/Admin/Lms/AdminQuizzes.razor.rz.scp.css */
.answer-row[b-17duyysufg] {
    background-color: var(--mud-palette-background-grey);
}
/* /Components/Pages/Admin/Lms/ImageUploadDialog.razor.rz.scp.css */
.upload-preview[b-3l3rsotc8s] {
    width: 9.375rem;
    height: 6.25rem;
    object-fit: cover;
    border-radius: 4px;
}
/* /Components/Pages/Admin/Lms/MediaLibraryDialog.razor.rz.scp.css */
.media-gallery-grid[b-omqwd6msfx] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    max-height: 350px;
    overflow-y: auto;
    padding: 4px;
}

.media-item[b-omqwd6msfx] {
    position: relative;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: var(--mud-palette-surface);
}

.media-item:hover[b-omqwd6msfx] {
    border-color: var(--mud-palette-primary);
}

.media-item.selected[b-omqwd6msfx] {
    border-color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-lighten);
}

.media-thumbnail[b-omqwd6msfx] {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background-color: var(--mud-palette-background-grey);
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-thumbnail img[b-omqwd6msfx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-placeholder[b-omqwd6msfx] {
    color: var(--mud-palette-text-secondary);
}

.video-badge[b-omqwd6msfx] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.processing-overlay[b-omqwd6msfx] {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 8px;
    font-size: 11px;
}

.media-info[b-omqwd6msfx] {
    padding: 6px 8px;
}

.selected-indicator[b-omqwd6msfx] {
    position: absolute;
    top: 6px;
    right: 6px;
}

.upload-progress[b-omqwd6msfx] {
    min-width: 6.25rem;
}

.search-field[b-omqwd6msfx] {
    max-width: 15.625rem;
}
/* /Components/Pages/Admin/Lms/QuizQuestionEditor.razor.rz.scp.css */
.explanation-panel[b-w83dt2ouig]  .mud-expand-panel-content {
    padding: 0 !important;
}

.explanation-panel[b-w83dt2ouig]  .mud-expand-panel-header {
    padding: 8px 0 !important;
}
/* /Components/Pages/Admin/Lms/VideoInsertDialog.razor.rz.scp.css */
.upload-preview[b-hxoj536n45] {
    width: 9.375rem;
    border-radius: 4px;
}

.video-placeholder[b-hxoj536n45] {
    width: 9.375rem;
    height: 5.3125rem;
    background: var(--mud-palette-background-grey);
}
/* /Components/Pages/Admin/Services/AuditHealth.razor.rz.scp.css */
.hash-text[b-2kwjtqlb5n] {
    font-size: 0.75rem;
    word-break: break-all;
}

.time-text[b-2kwjtqlb5n] {
    font-size: 0.85rem;
}

.genesis-label[b-2kwjtqlb5n] {
    width: 8.75rem;
}

.genesis-hash[b-2kwjtqlb5n] {
    font-size: 0.7rem;
    word-break: break-all;
}

[b-2kwjtqlb5n] .azure-avatar {
    background: #0078D4;
}
/* /Components/Pages/Admin/Services/AuditSettings.razor.rz.scp.css */
.json-display[b-i2x7vvehc9] {
    white-space: pre-wrap;
    word-break: break-word;
    margin: 0;
    font-size: 0.85rem;
}

.hash-text[b-i2x7vvehc9] {
    word-break: break-all;
    font-size: 0.75rem;
}
/* /Components/Pages/Admin/Services/RedisSettings.razor.rz.scp.css */
.copy-text[b-6pe4xxjvis] {
    user-select: all;
    font-family: monospace;
}
/* /Components/Pages/Careers/Assessment/AssessmentResults.razor.rz.scp.css */
[b-e43xz0wfos] .fit-label {
    min-width: 4rem;
}
/* /Components/Pages/Careers/CareerExplorer.razor.rz.scp.css */
.career-search-container[b-hh23b5qgic] {
    padding-bottom: 4rem;
}

.results-subtitle[b-hh23b5qgic] {
    font-size: 0.9em;
}
/* /Components/Pages/Careers/Components/CareerCard.razor.rz.scp.css */
[b-ybit9tnp3e] .career-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/Pages/Careers/Components/ComparisonBanner.razor.rz.scp.css */
.comparison-banner[b-cdqv3lh3vg] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
}
/* /Components/Pages/CheckoutSuccess.razor.rz.scp.css */
.checkout-metal[b-63xdzhutx7] {
    height: 0.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.checkout-metal-silver[b-63xdzhutx7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='24'%3E%3Cdefs%3E%3Cfilter id='s'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.01 0.65' numOctaves='6' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23c0c0c0'/%3E%3Cstop offset='.25' stop-color='%23d8d8d8'/%3E%3Cstop offset='.5' stop-color='%23a8a9ad'/%3E%3Cstop offset='.75' stop-color='%23d0d0d0'/%3E%3Cstop offset='1' stop-color='%23c0c0c0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='24' fill='url(%23g)'/%3E%3Crect width='1500' height='24' filter='url(%23s)' opacity='.18'/%3E%3C/svg%3E");
}

.checkout-metal-gold[b-63xdzhutx7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='24'%3E%3Cdefs%3E%3Cfilter id='d'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.01 0.65' numOctaves='6' seed='8' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23d4af37'/%3E%3Cstop offset='.25' stop-color='%23e8cc5a'/%3E%3Cstop offset='.5' stop-color='%23c5a028'/%3E%3Cstop offset='.75' stop-color='%23dfc24e'/%3E%3Cstop offset='1' stop-color='%23d4af37'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='24' fill='url(%23g)'/%3E%3Crect width='1500' height='24' filter='url(%23d)' opacity='.18'/%3E%3C/svg%3E");
}

.checkout-metal-bronze[b-63xdzhutx7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='24'%3E%3Cdefs%3E%3Cfilter id='b'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.01 0.65' numOctaves='6' seed='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23cd7f32'/%3E%3Cstop offset='.25' stop-color='%23da9255'/%3E%3Cstop offset='.5' stop-color='%23b87333'/%3E%3Cstop offset='.75' stop-color='%23d4956a'/%3E%3Cstop offset='1' stop-color='%23cd7f32'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='24' fill='url(%23g)'/%3E%3Crect width='1500' height='24' filter='url(%23b)' opacity='.18'/%3E%3C/svg%3E");
}
/* /Components/Pages/Colleges/CollegeComparison.razor.rz.scp.css */
[b-jf60rtj0xv] .comparison-card {
    border-left-width: 0.25rem;
    border-left-style: solid;
    border-radius: var(--mud-default-borderradius);
}

[b-jf60rtj0xv] .comparison-card-enrollment {
    border-left-color: var(--mud-palette-info);
}

[b-jf60rtj0xv] .comparison-card-admissions {
    border-left-color: var(--mud-palette-secondary);
}

[b-jf60rtj0xv] .comparison-card-scores {
    border-left-color: var(--mud-palette-tertiary);
}

[b-jf60rtj0xv] .comparison-card-costs {
    border-left-color: var(--mud-palette-warning);
}

[b-jf60rtj0xv] .comparison-card-aid {
    border-left-color: var(--mud-palette-success);
}

[b-jf60rtj0xv] .comparison-card-outcomes {
    border-left-color: var(--mud-palette-error);
}

[b-jf60rtj0xv] .comparison-card-programs {
    border-left-color: var(--mud-palette-primary);
}

[b-jf60rtj0xv] .comparison-card-resources {
    border-left-color: var(--mud-palette-info);
}

.comparison-scroll-wrapper[b-jf60rtj0xv] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-columns[b-jf60rtj0xv] {
    display: flex;
    gap: 1rem;
}

.comparison-columns > :deep(.mud-paper)[b-jf60rtj0xv] {
    min-width: 16rem;
    flex: 1;
}

.comparison-add-field[b-jf60rtj0xv] {
    min-width: 18rem;
    max-width: 24rem;
}
/* /Components/Pages/Colleges/CollegeSearch.razor.rz.scp.css */
.college-search-container[b-y77h8fx0lt] {
    padding-bottom: 4rem;
}

.search-hero-field[b-y77h8fx0lt] {
    font-size: 1.1rem;
}

.results-subtitle[b-y77h8fx0lt] {
    font-size: 0.9em;
}
/* /Components/Pages/Colleges/Components/CollegeComparisonBar.razor.rz.scp.css */
.comparison-bar[b-a9sjb3s0zm] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonAdmissionsTab.razor.rz.scp.css */
.group-satact[b-2giwvguwd9] {
    min-width: 14rem;
}

.group-scores[b-2giwvguwd9] {
    min-width: 13rem;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonCostsTab.razor.rz.scp.css */
.group-tuition[b-r827qi5ey9] {
    min-width: 14rem;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonHomeTab.razor.rz.scp.css */
.group-location[b-1wuyj1nsc7] {
    min-width: 18rem;
}

.group-school-type[b-1wuyj1nsc7] {
    min-width: 16rem;
}

.group-filters[b-1wuyj1nsc7] {
    min-width: 14rem;
    max-width: 20rem;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonOutcomesTab.razor.rz.scp.css */
.group-outcomes[b-7t3ytq98su] {
    min-width: 14rem;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonSchoolTab.razor.rz.scp.css */
.group-size[b-29owg1w12d] {
    min-width: 16rem;
}
/* /Components/Pages/Colleges/Components/USMapDialog.razor.rz.scp.css */
.legend-swatch[b-7p19xoyw05] {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 2px;
}

.selected-states-panel[b-7p19xoyw05] {
    background-color: var(--mud-palette-background-grey);
    max-height: 5rem;
    overflow-y: auto;
}
/* /Components/Pages/Colleges/SavedColleges.razor.rz.scp.css */
.comparison-banner[b-t3szcar1ly] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
}
/* /Components/Pages/Colleges/Tabs/AdmissionsTab.razor.rz.scp.css */
.funnel-icon-container[b-lv18zsnc73] {
    width: 2.5rem;
    text-align: center;
}

.score-range-track[b-lv18zsnc73] {
    position: relative;
    height: 10px;
    background-color: var(--mud-palette-grey-lighter);
    border-radius: 5px;
}

.score-range-bar[b-lv18zsnc73] {
    position: absolute;
    height: 100%;
    border-radius: 5px;
}

.score-range-bar-info[b-lv18zsnc73] {
    background-color: var(--mud-palette-info);
}

.score-range-bar-primary[b-lv18zsnc73] {
    background-color: var(--mud-palette-primary);
}

.score-range-bar-secondary[b-lv18zsnc73] {
    background-color: var(--mud-palette-secondary);
}
/* /Components/Pages/EducationCost/Components/LoanTable.razor.rz.scp.css */
[b-ep1p5cqfcp] .funding-card {
    border-left-width: 4px;
    border-left-style: solid;
    border-radius: var(--mud-default-borderradius);
}

[b-ep1p5cqfcp] .funding-card-savings {
    border-left-color: var(--mud-palette-success);
}

[b-ep1p5cqfcp] .funding-card-sub {
    border-left-color: var(--mud-palette-info);
}

[b-ep1p5cqfcp] .funding-card-unsub {
    border-left-color: var(--mud-palette-warning);
}

[b-ep1p5cqfcp] .funding-card-private {
    border-left-color: var(--mud-palette-error);
}

[b-ep1p5cqfcp] .funding-amount-field {
    max-width: 12rem;
    min-width: 8rem;
}

[b-ep1p5cqfcp] .funding-rate-field {
    max-width: 7rem;
    min-width: 5rem;
}

[b-ep1p5cqfcp] .funding-term-field {
    max-width: 6rem;
    min-width: 5rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== Dashboard ===== */

/* Continue learning card */
.continue-learning-card[b-wa7s50jte4] {
    background: linear-gradient(135deg, rgba(0, 146, 161, 0.06) 0%, rgba(243, 137, 59, 0.04) 100%);
    border-left: 0.25rem solid #0092A1;
}

/* Saved items - equal height */
.saved-items-card[b-wa7s50jte4] {
    min-height: 16rem;
}

/* Saved item rows */
.saved-item[b-wa7s50jte4] {
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease;
    cursor: pointer;
}

.saved-item:hover[b-wa7s50jte4] {
    background: rgba(0, 146, 161, 0.06);
}

/* Last activity card */
.last-activity-card[b-wa7s50jte4] {
    border-left: 0.2rem solid var(--mud-palette-primary);
}

/* Nudge card */
.nudge-card[b-wa7s50jte4] {
    border-left: 0.2rem solid var(--mud-palette-secondary);
    background: linear-gradient(135deg, rgba(243, 137, 59, 0.04) 0%, transparent 100%);
}

/* Recently viewed items */
.recently-viewed-item[b-wa7s50jte4] {
    cursor: pointer;
    transition: all 0.15s ease;
}

.recently-viewed-item:hover[b-wa7s50jte4] {
    background: rgba(0, 146, 161, 0.06);
    transform: translateY(-0.0625rem);
}

.text-truncate[b-wa7s50jte4] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Empty state */
.empty-state[b-wa7s50jte4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    min-height: 10rem;
}
/* /Components/Pages/Home/ToDoList.razor.rz.scp.css */
.todo-row[b-oyhn9rb233] {
    transition: background-color 0.15s ease;
}

.todo-row:hover[b-oyhn9rb233] {
    background-color: var(--mud-palette-background-grey);
}

.min-width-0[b-oyhn9rb233] {
    min-width: 0;
}
/* /Components/Pages/Home/YourChannelsGrid.razor.rz.scp.css */
.cover-image[b-l6owlnr455] {
    width: 100%;
    aspect-ratio: 4/3;
    background-image: var(--cover-img);
    background-size: cover;
    background-position: center;
}
/* /Components/Pages/Learn/Browse.razor.rz.scp.css */
.cover-image[b-ztugmfdtrx] {
    width: 100%;
    aspect-ratio: 4/3;
    background-image: var(--cover-img);
    background-size: cover;
    background-position: center;
}

.channel-default-cover[b-ztugmfdtrx] {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-primary-darken) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.locked-media[b-ztugmfdtrx] {
    filter: grayscale(80%);
    opacity: 0.7;
}

.text-clamp-2[b-ztugmfdtrx] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/Pages/Learn/ChannelShell.razor.rz.scp.css */
.channel-cover-thumb[b-eobif1pfm1] {
    width: 4rem;
    height: 4rem;
    background-image: var(--cover-img);
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.channel-cover-default[b-eobif1pfm1] {
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-primary-darken) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.channel-header .min-width-0[b-eobif1pfm1] {
    min-width: 0;
}
/* /Components/Pages/Learn/Components/LessonContentSidebar.razor.rz.scp.css */
.sidebar-container[b-eihkxirjyg] {
    overflow: hidden;
}

.sidebar-list[b-eihkxirjyg] {
    max-height: 70vh;
    overflow-y: auto;
}

.sidebar-item[b-eihkxirjyg] {
    border-left: 0.2rem solid transparent;
}

.sidebar-item-active[b-eihkxirjyg] {
    border-left-color: var(--mud-palette-primary);
    background-color: rgba(var(--mud-palette-primary-rgb), 0.06);
}
/* /Components/Pages/Learn/ContentViewer.razor.rz.scp.css */
.content-body[b-b4esq7a3bo] {
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* Constrain content to container width */
    max-width: 100%;
    min-width: 0;
}

/* Use ::deep to pierce CSS isolation for dynamically inserted HTML content */
.content-body[b-b4esq7a3bo]  h1,
.content-body[b-b4esq7a3bo]  h2,
.content-body[b-b4esq7a3bo]  h3,
.content-body[b-b4esq7a3bo]  h4,
.content-body[b-b4esq7a3bo]  h5,
.content-body[b-b4esq7a3bo]  h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.content-body[b-b4esq7a3bo]  p {
    margin-bottom: 1rem;
}

.content-body[b-b4esq7a3bo]  ul,
.content-body[b-b4esq7a3bo]  ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.content-body[b-b4esq7a3bo]  li {
    margin-bottom: 0.5rem;
}

.content-body[b-b4esq7a3bo]  blockquote {
    border-left: 0.25rem solid var(--mud-palette-primary);
    padding-left: 1rem;
    margin: 1rem 0;
    font-style: italic;
}

.content-body[b-b4esq7a3bo]  img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    display: block;
}

.content-body[b-b4esq7a3bo]  a {
    color: var(--mud-palette-primary);
}

/* Video embeds - target all iframes and video elements */
.content-body[b-b4esq7a3bo]  iframe,
.content-body[b-b4esq7a3bo]  video,
.content-body[b-b4esq7a3bo]  .ql-video {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 8px;
    margin: 1.5rem 0;
    background: #000;
}

/* Non-seekable videos - no special styling for students (override global styles) */
.content-body[b-b4esq7a3bo]  .cf-video-nonseekable-wrapper {
    position: static !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 1.5rem 0 !important;
    background: transparent !important;
}

.content-body[b-b4esq7a3bo]  .cf-video-nonseekable-wrapper::before {
    content: none !important;
    display: none !important;
}

.content-body[b-b4esq7a3bo]  .cf-video-nonseekable-wrapper .ql-video,
.content-body[b-b4esq7a3bo]  .cf-video-nonseekable-wrapper iframe {
    margin: 0;
}

/* Formula/LaTeX styles */
.content-body[b-b4esq7a3bo]  .ql-formula {
    background: var(--mud-palette-background-grey);
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

/* Video Container Styles */
.video-container[b-b4esq7a3bo] {
    width: 100%;
    max-width: 100%;
}

.video-container iframe[b-b4esq7a3bo] {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 8px;
    background: #000;
}
/* /Components/Pages/Learn/LessonDetail.razor.rz.scp.css */
.lesson-checklist[b-tdpgbomtyr] {
    overflow: hidden;
}

.checklist-row[b-tdpgbomtyr] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    transition: background-color 0.15s ease;
}

.checklist-row:last-child[b-tdpgbomtyr] {
    border-bottom: none;
}

.checklist-row:hover[b-tdpgbomtyr] {
    background-color: var(--mud-palette-background-grey);
}
/* /Components/Pages/Learn/QuizTaker.razor.rz.scp.css */
.selected-answer-bg[b-dln7ekziku] {
    background: rgba(33, 150, 243, 0.1);
    border-radius: 4px;
}

.review-media-img[b-dln7ekziku] {
    max-height: 5rem;
    border-radius: 4px;
}

.quiz-option-clickable[b-dln7ekziku] {
    cursor: pointer;
    transition: background-color 0.15s;
}

.answer-media-img[b-dln7ekziku] {
    max-height: 9.375rem;
    border-radius: 4px;
}

.answer-media-video[b-dln7ekziku] {
    max-width: 25rem;
}

.result-correct[b-dln7ekziku] {
    border-left: 4px solid var(--mud-palette-success);
}

.result-incorrect[b-dln7ekziku] {
    border-left: 4px solid var(--mud-palette-error);
}

.topic-complete-banner[b-dln7ekziku] {
    background: linear-gradient(135deg, var(--mud-palette-success-lighten) 0%, var(--mud-palette-success) 100%);
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.full-page-center[b-khlqco1fun] {
    height: 80vh;
}
/* /Components/Pages/Onboarding.razor.rz.scp.css */
.full-page-center[b-d7do58x4sa] {
    height: 80vh;
}
/* /Components/Pages/OpportunityBoard/OpportunityBoard.razor.rz.scp.css */
.opportunity-iframe[b-lspl1oeyqe] {
    width: 100%;
    flex-grow: 1;
    border: 0;
    display: block;
    min-height: calc(100vh - 4rem);
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
/* Brushed metal strips */
.brushed-metal[b-0gs0kbtmq0] {
    height: 0.375rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brushed-bronze[b-0gs0kbtmq0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='24'%3E%3Cdefs%3E%3Cfilter id='b'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.01 0.65' numOctaves='6' seed='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23cd7f32'/%3E%3Cstop offset='.25' stop-color='%23da9255'/%3E%3Cstop offset='.5' stop-color='%23b87333'/%3E%3Cstop offset='.75' stop-color='%23d4956a'/%3E%3Cstop offset='1' stop-color='%23cd7f32'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='24' fill='url(%23g)'/%3E%3Crect width='1500' height='24' filter='url(%23b)' opacity='.18'/%3E%3C/svg%3E");
}

.brushed-silver[b-0gs0kbtmq0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='24'%3E%3Cdefs%3E%3Cfilter id='s'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.01 0.65' numOctaves='6' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23c0c0c0'/%3E%3Cstop offset='.25' stop-color='%23d8d8d8'/%3E%3Cstop offset='.5' stop-color='%23a8a9ad'/%3E%3Cstop offset='.75' stop-color='%23d0d0d0'/%3E%3Cstop offset='1' stop-color='%23c0c0c0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='24' fill='url(%23g)'/%3E%3Crect width='1500' height='24' filter='url(%23s)' opacity='.18'/%3E%3C/svg%3E");
}

.brushed-gold[b-0gs0kbtmq0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='24'%3E%3Cdefs%3E%3Cfilter id='d'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.01 0.65' numOctaves='6' seed='8' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23d4af37'/%3E%3Cstop offset='.25' stop-color='%23e8cc5a'/%3E%3Cstop offset='.5' stop-color='%23c5a028'/%3E%3Cstop offset='.75' stop-color='%23dfc24e'/%3E%3Cstop offset='1' stop-color='%23d4af37'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='24' fill='url(%23g)'/%3E%3Crect width='1500' height='24' filter='url(%23d)' opacity='.18'/%3E%3C/svg%3E");
}

/* Card headers */
.pricing-header-orange[b-0gs0kbtmq0] {
    background-color: #C45200;
}

.pricing-header-silver[b-0gs0kbtmq0] {
    background-color: #007380;
}

.pricing-body[b-0gs0kbtmq0] {
    background-color: var(--mud-palette-surface);
}

.pricing-body-silver[b-0gs0kbtmq0] {
    background-color: #007380;
}

/* Tab bars with arrow notch */
.pricing-tab-bar[b-0gs0kbtmq0] {
    position: relative;
    background-color: #007380;
    padding: 0.5rem 0.75rem 0.5rem 1.5rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.pricing-tab-bar[b-0gs0kbtmq0]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.875rem;
    background-color: #F3893B;
    clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%);
}

.pricing-tab-bar-silver[b-0gs0kbtmq0] {
    background-color: rgba(0, 0, 0, 0.2);
}

.pricing-tab-text[b-0gs0kbtmq0] {
    font-weight: 600;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
}

.pricing-asterisk[b-0gs0kbtmq0] {
    font-size: 0.75rem;
    font-weight: normal;
}

/* ACT Prep banner */
.act-prep-chevron[b-0gs0kbtmq0] {
    background-color: #C45200;
    clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%);
    padding-right: 3rem;
    min-width: 15rem;
}

@media (max-width: 959.98px) {
    .act-prep-chevron[b-0gs0kbtmq0] {
        clip-path: none;
    }
}
/* /Components/Pages/UserSettings.razor.rz.scp.css */
.subscription-metal[b-vyu6zx21hl] {
    height: 0.375rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.subscription-metal-bronze[b-vyu6zx21hl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='24'%3E%3Cdefs%3E%3Cfilter id='b'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.01 0.65' numOctaves='6' seed='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23cd7f32'/%3E%3Cstop offset='.25' stop-color='%23da9255'/%3E%3Cstop offset='.5' stop-color='%23b87333'/%3E%3Cstop offset='.75' stop-color='%23d4956a'/%3E%3Cstop offset='1' stop-color='%23cd7f32'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='24' fill='url(%23g)'/%3E%3Crect width='1500' height='24' filter='url(%23b)' opacity='.18'/%3E%3C/svg%3E");
}

.subscription-metal-silver[b-vyu6zx21hl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='24'%3E%3Cdefs%3E%3Cfilter id='s'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.01 0.65' numOctaves='6' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23c0c0c0'/%3E%3Cstop offset='.25' stop-color='%23d8d8d8'/%3E%3Cstop offset='.5' stop-color='%23a8a9ad'/%3E%3Cstop offset='.75' stop-color='%23d0d0d0'/%3E%3Cstop offset='1' stop-color='%23c0c0c0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='24' fill='url(%23g)'/%3E%3Crect width='1500' height='24' filter='url(%23s)' opacity='.18'/%3E%3C/svg%3E");
}

.subscription-metal-gold[b-vyu6zx21hl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='24'%3E%3Cdefs%3E%3Cfilter id='d'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.01 0.65' numOctaves='6' seed='8' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23d4af37'/%3E%3Cstop offset='.25' stop-color='%23e8cc5a'/%3E%3Cstop offset='.5' stop-color='%23c5a028'/%3E%3Cstop offset='.75' stop-color='%23dfc24e'/%3E%3Cstop offset='1' stop-color='%23d4af37'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1500' height='24' fill='url(%23g)'/%3E%3Crect width='1500' height='24' filter='url(%23d)' opacity='.18'/%3E%3C/svg%3E");
}
/* /Components/Shared/MajorGalleryDialog.razor.rz.scp.css */
.major-gallery-content[b-opzckyl1xc] {
    max-height: 70vh;
    overflow-y: auto;
}

.category-card[b-opzckyl1xc] {
    transition: all 0.15s ease;
    background-color: var(--mud-palette-background-gray) !important;
    color: var(--mud-palette-text-primary) !important;
}

.category-card:hover[b-opzckyl1xc] {
    background-color: var(--mud-palette-primary-hover) !important;
}
/* /Components/Shared/TipTapEditor.razor.rz.scp.css */
.tiptap-container[b-cr3q8pof5l] {
    border: 1px solid var(--mud-palette-lines-default);
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l] {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]::-webkit-scrollbar {
    height: 4px;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]::-webkit-scrollbar-track {
    background: transparent;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]::-webkit-scrollbar-thumb {
    background: var(--mud-palette-lines-default);
    border-radius: 2px;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]  .mud-toolbar {
    flex-wrap: nowrap !important;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]  .tiptap-toolbar {
    min-height: auto;
    gap: 6px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-surface);
}

.heading-label[b-cr3q8pof5l] {
    min-width: 1.5rem;
}

.tiptap-editor-host[b-cr3q8pof5l] {
    background-color: var(--mud-palette-surface);
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror {
    outline: none;
    padding: 1rem;
    min-height: 200px;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror p {
    margin-bottom: 0.5rem;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror h1 { font-size: 2rem; font-weight: bold; margin-bottom: 1rem; }
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror h2 { font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem; }
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror h3 { font-size: 1.25rem; font-weight: bold; margin-bottom: 0.5rem; }
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror h4 { font-size: 1.1rem; font-weight: bold; margin-bottom: 0.5rem; }

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror ul,
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror ul { list-style-type: disc; }
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror ol { list-style-type: decimal; }

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror blockquote {
    border-left: 3px solid var(--mud-palette-primary);
    padding-left: 1rem;
    margin-left: 0;
    font-style: italic;
    color: var(--mud-palette-text-secondary);
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror pre {
    background-color: var(--mud-palette-background-grey);
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.875rem;
    overflow-x: auto;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror code {
    background-color: var(--mud-palette-background-grey);
    border-radius: 3px;
    padding: 0.125rem 0.25rem;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.875em;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror pre code {
    background: none;
    padding: 0;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror hr {
    border: none;
    border-top: 2px solid var(--mud-palette-lines-default);
    margin: 1.5rem 0;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror a {
    color: var(--mud-palette-primary);
    text-decoration: underline;
    cursor: pointer;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror a:hover {
    color: var(--mud-palette-primary-darken);
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror div[data-youtube-video] {
    cursor: move;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 8px;
    margin: 1.5rem 0;
    background: #000;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror .math-node {
    cursor: pointer;
    padding: 0 4px;
    border-radius: 4px;
    background-color: var(--mud-palette-action-hover);
    display: inline-block;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror .math-node:hover {
    background-color: var(--mud-palette-action-default-hover);
}
