/* _content/NationalTalentEcosystemMVP/Pages/CompanyPages/CompanyDetails.razor.rz.scp.css */
@keyframes fadeIn-b-709849ejmv {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slideUp-b-709849ejmv {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

.company-page[b-709849ejmv] {
    animation: fadeIn-b-709849ejmv 0.3s ease-out;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 120px);
}

.company-error[b-709849ejmv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 64px 16px;
    color: #6B7280;
}

[b-709849ejmv] .error-icon {
    font-size: 48px;
    color: #D1D5DB;
}

.hero-skeleton[b-709849ejmv] {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #E5E7EB;
}

/* Hero */
.company-hero[b-709849ejmv] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 4px;
    animation: slideUp-b-709849ejmv 0.4s ease-out both;
}

.hero-top[b-709849ejmv] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.hero-avatar[b-709849ejmv] {
    flex-shrink: 0;
}

.hero-info[b-709849ejmv] {
    flex: 1;
    min-width: 0;
}

.hero-name-row[b-709849ejmv] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-name[b-709849ejmv] {
    font-size: 26px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}

.hero-badge[b-709849ejmv] {
    color: #0D9488;
    font-size: 20px;
    display: flex;
}

.hero-subtitle[b-709849ejmv] {
    color: #6B7280;
    font-size: 14px;
    margin: 6px 0 10px;
    line-height: 1.5;
}

.hero-tags[b-709849ejmv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.hero-tag-item[b-709849ejmv] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #6B7280;
}

[b-709849ejmv] .hero-tag-item .anticon {
    font-size: 14px;
}

.hero-action[b-709849ejmv] {
    flex-shrink: 0;
}

[b-709849ejmv] .fav-btn {
    border-radius: 20px;
    padding: 0 20px;
    height: 36px;
    font-weight: 500;
}

[b-709849ejmv] .fav-btn:not(.fav-btn--active) {
    border-color: #D1D5DB;
    color: #374151;
}

[b-709849ejmv] .fav-btn:not(.fav-btn--active):hover {
    border-color: #0D9488;
    color: #0D9488;
}

[b-709849ejmv] .fav-btn--active {
    background: #0D9488;
    border-color: #0D9488;
}

[b-709849ejmv] .fav-btn--active:hover {
    background: #0F766E !important;
    border-color: #0F766E !important;
}

/* Rating */
.hero-rating[b-709849ejmv] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #F3F4F6;
}

.rating-stars[b-709849ejmv] {
    display: flex;
    gap: 2px;
}

.rating-text[b-709849ejmv] {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.rating-count[b-709849ejmv] {
    font-size: 13px;
    color: #9CA3AF;
}

/* Tab labels */
[b-709849ejmv] .tab-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Tabs */
.company-tabs[b-709849ejmv] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    animation: slideUp-b-709849ejmv 0.4s ease-out 0.1s both;
    flex: 1;
}

[b-709849ejmv] .company-tabs .ant-tabs-nav {
    padding: 0;
    margin-bottom: 0;
}

[b-709849ejmv] .company-tabs .ant-tabs-nav-list {
    width: 100%;
}

[b-709849ejmv] .company-tabs .ant-tabs-tab {
    flex: 1;
    justify-content: center;
    margin: 0;
}

.tab-content[b-709849ejmv] {
    padding: 24px;
}

.tab-empty[b-709849ejmv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #9CA3AF;
    font-size: 14px;
    padding: 60px 16px;
    min-height: 200px;
}

[b-709849ejmv] .tab-empty-icon {
    font-size: 40px;
    color: #D1D5DB;
}

.tab-pagination[b-709849ejmv] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Text sections (About tab) */
.text-section[b-709849ejmv] {
    margin-bottom: 24px;
}

.text-section:last-child[b-709849ejmv] {
    margin-bottom: 0;
}

.text-section-title[b-709849ejmv] {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 10px;
}

.text-section-body[b-709849ejmv] {
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
    margin: 0;
    white-space: pre-wrap;
}

/* Postings grid */
.postings-grid[b-709849ejmv] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

/* Reviews */
.reviews-list[b-709849ejmv] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-card[b-709849ejmv] {
    padding: 16px 20px;
    background: #F9FAFB;
    border-radius: 10px;
}

.review-top[b-709849ejmv] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.review-stars[b-709849ejmv] {
    display: flex;
    gap: 2px;
}

[b-709849ejmv] .star-filled {
    color: #F59E0B;
    font-size: 14px;
}

[b-709849ejmv] .star-empty {
    color: #D1D5DB;
    font-size: 14px;
}

.review-date[b-709849ejmv] {
    font-size: 12px;
    color: #9CA3AF;
    margin-left: auto;
}

.review-text[b-709849ejmv] {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

/* Contacts tab */
.contacts-wrap[b-709849ejmv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

.contacts-grid[b-709849ejmv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.contact-card[b-709849ejmv] {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px;
    transition: box-shadow 0.2s ease;
}

.contact-card:hover[b-709849ejmv] {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-card-title[b-709849ejmv] {
    font-size: 13px;
    font-weight: 600;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 14px;
}

.contact-items[b-709849ejmv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item[b-709849ejmv] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    word-break: break-word;
}

a.contact-item:hover[b-709849ejmv] {
    color: #0D9488;
}

[b-709849ejmv] .contact-item .anticon {
    font-size: 14px;
    color: #9CA3AF;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .company-page[b-709849ejmv] {
        max-width: 100%;
        min-height: auto;
    }

    .company-hero[b-709849ejmv] {
        padding: 16px;
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin-bottom: 0;
    }

    .hero-top[b-709849ejmv] {
        flex-direction: column;
        gap: 12px;
    }

    .hero-avatar[b-709849ejmv] {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .hero-name[b-709849ejmv] {
        font-size: 20px;
    }

    .hero-action[b-709849ejmv] {
        width: 100%;
    }

    [b-709849ejmv] .hero-action .fav-btn {
        width: 100%;
    }

    .hero-tags[b-709849ejmv] {
        gap: 8px;
    }

    .hero-rating[b-709849ejmv] {
        margin-top: 12px;
        padding-top: 12px;
    }

    .company-tabs[b-709849ejmv] {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    [b-709849ejmv] .tab-label .tab-text {
        display: none;
    }

    [b-709849ejmv] .tab-label .anticon {
        font-size: 20px;
    }

    [b-709849ejmv] .company-tabs .ant-tabs-tab {
        padding: 14px 0;
    }

    [b-709849ejmv] .company-tabs .ant-tabs-ink-bar {
        display: none;
    }

    .tab-content[b-709849ejmv] {
        padding: 14px;
    }

    .postings-grid[b-709849ejmv] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    [b-709849ejmv] .postings-grid > * {
        min-width: 0;
    }

    .contacts-grid[b-709849ejmv] {
        grid-template-columns: 1fr;
    }

    .review-top[b-709849ejmv] {
        flex-wrap: wrap;
        gap: 6px;
    }

    .review-date[b-709849ejmv] {
        width: 100%;
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *[b-709849ejmv], [b-709849ejmv] * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/Index.razor.rz.scp.css */
/* ===== Animations ===== */
@keyframes fadeIn-b-yvj4htcib4 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

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

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

/* ===== Hero section ===== */
.hero-section[b-yvj4htcib4] {
    text-align: center;
    padding: 60px 32px 40px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    animation: fadeIn-b-yvj4htcib4 0.5s ease-out;
    user-select: none;
}

.hero-title[b-yvj4htcib4] {
    font-size: 42px;
    font-weight: 800;
    margin: 0 auto 14px;
    color: #111827;
    line-height: 1.15;
    letter-spacing: -0.5px;
    max-width: 600px;
    animation: slideUp-b-yvj4htcib4 0.6s ease-out both;
}

.hero-accent[b-yvj4htcib4] {
    color: var(--color-primary);
}

.hero-subtitle[b-yvj4htcib4] {
    font-size: 17px;
    color: #6B7280;
    margin: 0 auto 36px;
    max-width: 520px;
    line-height: 1.6;
    animation: slideUp-b-yvj4htcib4 0.6s ease-out 0.15s both;
}

/* ===== Quick search ===== */
.search-filters-row[b-yvj4htcib4] {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr auto;
    gap: 12px;
    align-items: end;
    margin: 0 auto;
    max-width: 800px;
    animation: slideUp-b-yvj4htcib4 0.5s ease-out 0.3s both;
}

[b-yvj4htcib4] .search-filters-row .ant-cascader-picker {
    width: 100%;
}

/* Focus micro-animation */
[b-yvj4htcib4] .search-filters-row .ant-select-focused .ant-select-selector,
[b-yvj4htcib4] .search-filters-row .ant-cascader-picker-focused {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12) !important;
    transform: scale(1.02);
    transition: all 0.2s ease;
}

[b-yvj4htcib4] .search-filters-row .ant-select-selector,
[b-yvj4htcib4] .search-filters-row .ant-cascader-picker {
    transition: all 0.2s ease;
}


/* ===== Trust line ===== */
.hero-trust[b-yvj4htcib4] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.hero-trust-item[b-yvj4htcib4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    animation: slideUpSmall-b-yvj4htcib4 0.4s ease-out both;
    transition: transform 0.2s ease, color 0.2s ease;
    cursor: default;
}

.hero-trust-item:hover[b-yvj4htcib4] {
    transform: scale(1.06);
    color: #374151;
}

.hero-trust-item:nth-child(1)[b-yvj4htcib4] { animation-delay: 0.5s; }
.hero-trust-item:nth-child(3)[b-yvj4htcib4] { animation-delay: 0.65s; }
.hero-trust-item:nth-child(5)[b-yvj4htcib4] { animation-delay: 0.8s; }

[b-yvj4htcib4] .hero-trust-item .anticon {
    font-size: 18px;
    color: var(--color-primary);
}

.hero-trust-divider[b-yvj4htcib4] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D1D5DB;
    animation: fadeIn-b-yvj4htcib4 0.3s ease-out 0.7s both;
}

.search-filter-item[b-yvj4htcib4] {
    min-width: 0;
}

/* ===== Section header ===== */
.section-header[b-yvj4htcib4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-header-text[b-yvj4htcib4] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: transform 0.2s ease;
}

.section-title[b-yvj4htcib4] {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    position: relative;
    padding-left: 14px;
    animation: slideUp-b-yvj4htcib4 0.5s ease-out both;
}

.section-title[b-yvj4htcib4]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 2px;
    background: var(--color-primary);
}

.section-subtitle[b-yvj4htcib4] {
    font-size: 14px;
    color: #9CA3AF;
    margin: 0;
    padding-left: 14px;
    animation: slideUp-b-yvj4htcib4 0.5s ease-out 0.1s both;
}

.section-header:hover .section-header-text[b-yvj4htcib4] {
    transform: translateY(-2px);
}

.section-pill-btn[b-yvj4htcib4] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    background: #FFFFFF;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    white-space: nowrap;
}

.section-pill-btn:hover[b-yvj4htcib4] {
    background: var(--color-primary-bg);
    color: var(--color-primary-hover);
    transform: translateY(-1px);
}

/* ===== Section with action button ===== */
.section-with-action[b-yvj4htcib4] {
    position: relative;
}

.section-action-btn[b-yvj4htcib4] {
    position: absolute;
    top: 0;
    right: 0;
}

/* ===== Industries ===== */
.industries-grid[b-yvj4htcib4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.industry-card-inner[b-yvj4htcib4] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.industry-icon-circle[b-yvj4htcib4] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 22px;
    transition: transform 0.25s ease;
}

[b-yvj4htcib4] .industry-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: slideUpSmall-b-yvj4htcib4 0.4s ease-out both;
}

[b-yvj4htcib4] .industry-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

[b-yvj4htcib4] .industry-card:hover .industry-icon-circle {
    transform: scale(1.1);
}

.industry-name[b-yvj4htcib4] {
    font-size: 15px;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.3;
}

.industry-desc[b-yvj4htcib4] {
    font-size: 13px;
    color: #9CA3AF;
    line-height: 1.3;
    margin-top: 2px;
}

/* ===== Posting cards ===== */
.postings-grid[b-yvj4htcib4] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

[b-yvj4htcib4] .posting-card-wrapper .clickable-card {
    animation: slideUpSmall-b-yvj4htcib4 0.4s ease-out both;
}

/* ===== Empty section ===== */
.empty-section[b-yvj4htcib4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 48px 16px;
    text-align: center;
    font-size: 15px;
    color: #9CA3AF;
}

[b-yvj4htcib4] .empty-section .anticon {
    font-size: 36px;
    color: #D1D5DB;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .hero-section[b-yvj4htcib4] {
        padding: 36px 16px 28px;
    }

    .hero-title[b-yvj4htcib4] {
        font-size: 28px;
    }

    .search-filters-row[b-yvj4htcib4] {
        grid-template-columns: 1fr;
    }

    .search-filter-button[b-yvj4htcib4] {
        margin-top: 8px;
    }

    .hero-trust[b-yvj4htcib4] {
        gap: 12px;
    }

    .hero-trust-divider[b-yvj4htcib4] {
        display: none;
    }

    .industries-grid[b-yvj4htcib4] {
        grid-template-columns: 1fr;
    }

    .postings-grid[b-yvj4htcib4] {
        grid-template-columns: 1fr;
    }

    .search-filter-item[b-yvj4htcib4] {
        min-width: 100%;
    }

    .section-header[b-yvj4htcib4] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 16px;
    }

    .industry-desc[b-yvj4htcib4] {
        margin-top: 6px;
    }

    .section-with-action[b-yvj4htcib4] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-with-action > .section-header[b-yvj4htcib4],
    .section-with-action > .industries-grid[b-yvj4htcib4],
    .section-with-action > .postings-grid[b-yvj4htcib4],
    .section-with-action > .empty-section[b-yvj4htcib4],
    .section-with-action > .ant-alert[b-yvj4htcib4] {
        width: 100%;
    }

    .section-action-btn[b-yvj4htcib4] {
        position: static;
        margin-top: 16px;
    }

    /* Disable hover on touch */
    [b-yvj4htcib4] .industry-card:hover {
        transform: none;
        box-shadow: none;
        border-color: #E5E7EB;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .industries-grid[b-yvj4htcib4] {
        grid-template-columns: repeat(2, 1fr);
    }

    .postings-grid[b-yvj4htcib4] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *[b-yvj4htcib4], [b-yvj4htcib4] * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/Notifications.razor.rz.scp.css */
@keyframes fadeIn-b-6gtaaxzcns {
    from { opacity: 0; }
    to   { opacity: 1; }
}

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

@keyframes slideUpSmall-b-6gtaaxzcns {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.notifications-page[b-6gtaaxzcns] {
    max-width: 800px;
    margin: 0 auto;
    animation: fadeIn-b-6gtaaxzcns 0.4s ease-out;
}

.notifications-header[b-6gtaaxzcns] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    animation: slideUp-b-6gtaaxzcns 0.5s ease-out both;
}

.notifications-title[b-6gtaaxzcns] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

[b-6gtaaxzcns] .notifications-header .ant-btn {
    border-radius: 20px;
}

.notification-list[b-6gtaaxzcns] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notification-item[b-6gtaaxzcns] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    animation: slideUpSmall-b-6gtaaxzcns 0.3s ease-out both;
}

.notification-item:hover[b-6gtaaxzcns] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.notification-item.unread[b-6gtaaxzcns] {
    background: #F0FDFA;
    border-left: 3px solid var(--color-primary);
}

.notification-body[b-6gtaaxzcns] {
    flex: 1;
    min-width: 0;
}

.notification-item-title[b-6gtaaxzcns] {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
}

.notification-message[b-6gtaaxzcns] {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.5;
    margin-bottom: 8px;
}

.notification-time[b-6gtaaxzcns] {
    font-size: 13px;
    color: #9CA3AF;
}

.notifications-pagination[b-6gtaaxzcns] {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    animation: fadeIn-b-6gtaaxzcns 0.4s ease-out 0.3s both;
}

/* Skeleton */
.skeleton-list[b-6gtaaxzcns] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skeleton-item[b-6gtaaxzcns] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 20px;
}

/* Empty */
.empty-state[b-6gtaaxzcns] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 64px 16px;
    text-align: center;
    animation: fadeIn-b-6gtaaxzcns 0.5s ease-out both;
}

[b-6gtaaxzcns] .empty-state-icon {
    font-size: 48px;
    color: #D1D5DB;
}

.empty-state-text[b-6gtaaxzcns] {
    color: #6B7280;
    font-size: 16px;
}

.empty-state-hint[b-6gtaaxzcns] {
    color: #9CA3AF;
    font-size: 14px;
}

@media (max-width: 768px) {
    .notification-item[b-6gtaaxzcns] {
        flex-direction: column;
        gap: 8px;
    }

    .notification-actions[b-6gtaaxzcns] {
        align-self: flex-end;
    }

    .notification-item:hover[b-6gtaaxzcns] {
        transform: none;
        box-shadow: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *[b-6gtaaxzcns], [b-6gtaaxzcns] * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/PostingDetails.razor.rz.scp.css */
/* ===== Animations ===== */
@keyframes fadeIn-b-dlgq2gbktd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

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

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

/* ===== Page wrapper ===== */
.posting-details[b-dlgq2gbktd] {
    max-width: 960px;
    margin: 0 auto;
    animation: fadeIn-b-dlgq2gbktd 0.4s ease-out;
}

/* ===== Header ===== */
.posting-header[b-dlgq2gbktd] {
    animation: slideUp-b-dlgq2gbktd 0.5s ease-out both;
    margin-bottom: 24px;
}

.posting-title[b-dlgq2gbktd] {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px;
    line-height: 1.3;
}

.posting-meta[b-dlgq2gbktd] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.posting-meta-divider[b-dlgq2gbktd] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D1D5DB;
}

.posting-meta-item[b-dlgq2gbktd] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #9CA3AF;
}

[b-dlgq2gbktd] .posting-meta-item .anticon {
    font-size: 14px;
}

.posting-actions[b-dlgq2gbktd] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-dlgq2gbktd] .posting-actions .ant-btn {
    border-radius: 20px;
}

/* ===== Stats bar ===== */
.stats-bar[b-dlgq2gbktd] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
    animation: slideUp-b-dlgq2gbktd 0.5s ease-out 0.1s both;
}

.stat-card[b-dlgq2gbktd] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover[b-dlgq2gbktd] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.stat-value[b-dlgq2gbktd] {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.stat-label[b-dlgq2gbktd] {
    font-size: 13px;
    color: #9CA3AF;
}

[b-dlgq2gbktd] .stat-card .anticon {
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 8px;
}

/* ===== Content sections ===== */
.section-card[b-dlgq2gbktd] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    animation: slideUpSmall-b-dlgq2gbktd 0.4s ease-out both;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.section-card:hover[b-dlgq2gbktd] {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.section-card:nth-child(1)[b-dlgq2gbktd] { animation-delay: 0.15s; }
.section-card:nth-child(2)[b-dlgq2gbktd] { animation-delay: 0.2s; }
.section-card:nth-child(3)[b-dlgq2gbktd] { animation-delay: 0.25s; }
.section-card:nth-child(4)[b-dlgq2gbktd] { animation-delay: 0.3s; }
.section-card:nth-child(5)[b-dlgq2gbktd] { animation-delay: 0.35s; }
.section-card:nth-child(6)[b-dlgq2gbktd] { animation-delay: 0.4s; }

.section-title[b-dlgq2gbktd] {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-dlgq2gbktd] .section-title .anticon {
    color: var(--color-primary);
}

.section-empty[b-dlgq2gbktd] {
    color: #9CA3AF;
    font-size: 14px;
}

/* ===== Tags row ===== */
.tags-row[b-dlgq2gbktd] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


/* ===== Details grid ===== */
.details-grid[b-dlgq2gbktd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
}

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

.detail-label[b-dlgq2gbktd] {
    font-size: 12px;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value[b-dlgq2gbktd] {
    font-size: 14px;
    color: #374151;
}

.detail-benefits[b-dlgq2gbktd] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #F3F4F6;
}

/* ===== Mentor card ===== */
.mentor-info[b-dlgq2gbktd] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mentor-details[b-dlgq2gbktd] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mentor-name[b-dlgq2gbktd] {
    font-weight: 600;
    color: #111827;
}

.mentor-position[b-dlgq2gbktd] {
    font-size: 14px;
    color: #6B7280;
}

.mentor-experience[b-dlgq2gbktd] {
    font-size: 13px;
    color: #9CA3AF;
}

/* ===== Company link in header ===== */
.posting-company-link[b-dlgq2gbktd] {
    font-size: 16px;
    color: var(--color-primary);
    cursor: pointer;
    transition: color 0.2s ease;
    text-decoration: none;
}

.posting-company-link:hover[b-dlgq2gbktd] {
    color: var(--color-primary-hover, #0F766E);
    text-decoration: underline;
}

/* ===== Company section ===== */
.company-card[b-dlgq2gbktd] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.company-card-header[b-dlgq2gbktd] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.company-card-info[b-dlgq2gbktd] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.company-name[b-dlgq2gbktd] {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.company-card-tags[b-dlgq2gbktd] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}


.company-rating[b-dlgq2gbktd] {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.company-rating-value[b-dlgq2gbktd] {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

[b-dlgq2gbktd] .company-rating-star {
    color: #FAAD14;
    font-size: 18px;
}

.company-rating-count[b-dlgq2gbktd] {
    font-size: 13px;
    color: #9CA3AF;
}

.company-description[b-dlgq2gbktd] {
    color: #6B7280;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


/* ===== Reviews ===== */
.reviews-pagination[b-dlgq2gbktd] {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

/* ===== Skeleton ===== */
.skeleton-wrapper[b-dlgq2gbktd] {
    max-width: 960px;
    margin: 0 auto;
}

.skeleton-header[b-dlgq2gbktd] {
    margin-bottom: 24px;
}

.skeleton-stats[b-dlgq2gbktd] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.skeleton-stat[b-dlgq2gbktd] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px;
}

.skeleton-section[b-dlgq2gbktd] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
}


/* ===== Responsive ===== */
@media (max-width: 768px) {
    .stats-bar[b-dlgq2gbktd] {
        grid-template-columns: repeat(2, 1fr);
    }

    .skeleton-stats[b-dlgq2gbktd] {
        grid-template-columns: repeat(2, 1fr);
    }

    .details-grid[b-dlgq2gbktd] {
        grid-template-columns: 1fr;
    }

    .posting-title[b-dlgq2gbktd] {
        font-size: 22px;
    }

    .section-card:hover[b-dlgq2gbktd],
    .stat-card:hover[b-dlgq2gbktd] {
        transform: none;
        box-shadow: none;
    }

    .company-card-header[b-dlgq2gbktd] {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *[b-dlgq2gbktd], [b-dlgq2gbktd] * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/Postings.razor.rz.scp.css */
/* ===== Animations ===== */
@keyframes fadeIn-b-2fboe268kq {
    from { opacity: 0; }
    to   { opacity: 1; }
}

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

@keyframes slideUpSmall-b-2fboe268kq {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== Page header ===== */
.page-header[b-2fboe268kq] {
    margin-bottom: 8px;
    animation: slideUp-b-2fboe268kq 0.5s ease-out both;
}

[b-2fboe268kq] .page-header .ant-typography {
    margin-bottom: 0;
}

/* ===== Quick filters ===== */
.filters-wrapper[b-2fboe268kq] {
    animation: slideUp-b-2fboe268kq 0.5s ease-out 0.1s both;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px 24px;
}

.quick-filters-bar[b-2fboe268kq] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

[b-2fboe268kq] .quick-filter-tag {
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
}

/* ===== Filters toggle ===== */
.filters-toggle[b-2fboe268kq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0 0;
    margin-top: 14px;
    border: none;
    border-top: 1px solid #E5E7EB;
    background: none;
    cursor: pointer;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.filters-toggle:hover[b-2fboe268kq] {
    color: var(--color-primary);
}

.filters-toggle-text[b-2fboe268kq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-2fboe268kq] .filters-badge .ant-badge-count {
    font-size: 11px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    background: var(--color-primary);
}

[b-2fboe268kq] .filters-toggle-arrow {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #9CA3AF;
}

[b-2fboe268kq] .filters-toggle-arrow.open {
    transform: rotate(180deg);
}

/* ===== Filters panel (animated) ===== */
.filters-panel[b-2fboe268kq] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

.filters-panel.open[b-2fboe268kq] {
    max-height: 1200px;
    opacity: 1;
    padding-top: 16px;
    transition: max-height 0.4s ease, opacity 0.3s ease 0.05s, padding 0.3s ease;
}

/* ===== Filter sections ===== */
.filter-section[b-2fboe268kq] {
    background: #F9FAFB;
    padding: 16px 16px 16px 19px;
    border-radius: 10px;
    margin-bottom: 12px;
    border-left: 3px solid transparent;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.filter-section.active[b-2fboe268kq] {
    border-left-color: var(--color-primary);
    background: #F0FDFA;
}

[b-2fboe268kq] .filter-section .ant-typography {
    margin-bottom: 12px;
}

.filter-section-title[b-2fboe268kq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-2fboe268kq] .filter-section-title .anticon {
    color: var(--color-primary);
    font-size: 16px;
}

/* ===== Checkbox cards ===== */
.checkbox-cards[b-2fboe268kq] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.checkbox-card[b-2fboe268kq] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    font-size: 14px;
    color: #374151;
}

.checkbox-card:hover[b-2fboe268kq] {
    border-color: var(--color-primary);
    background: #F0FDFA;
}

.checkbox-card.checked[b-2fboe268kq] {
    border-color: var(--color-primary);
    background: #F0FDFA;
    color: var(--color-primary);
}

[b-2fboe268kq] .checkbox-card .anticon {
    font-size: 16px;
    color: #9CA3AF;
}

[b-2fboe268kq] .checkbox-card.checked .anticon {
    color: var(--color-primary);
}

/* ===== Filter actions ===== */
.filter-actions[b-2fboe268kq] {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding-top: 20px;
    margin-top: 4px;
}

[b-2fboe268kq] .filter-actions .ant-btn {
    border-radius: 20px;
    padding: 0 28px;
    transition: all 0.2s ease;
}

[b-2fboe268kq] .filter-actions .ant-btn-primary {
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.25);
}

[b-2fboe268kq] .filter-actions .ant-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.35);
}

/* ===== Results toolbar ===== */
.results-toolbar[b-2fboe268kq] {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    animation: slideUpSmall-b-2fboe268kq 0.4s ease-out 0.2s both;
}

.results-count[b-2fboe268kq] {
    color: #6B7280;
    font-size: 14px;
}

.sort-wrapper[b-2fboe268kq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sort-label[b-2fboe268kq] {
    color: #6B7280;
    font-size: 14px;
    white-space: nowrap;
}

/* ===== Results grid ===== */
.results-grid[b-2fboe268kq] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

[b-2fboe268kq] .results-grid .posting-card-wrapper {
    animation: slideUpSmall-b-2fboe268kq 0.4s ease-out both;
}

[b-2fboe268kq] .results-grid .posting-card-wrapper:nth-child(3n+1) { animation-delay: 0.15s; }
[b-2fboe268kq] .results-grid .posting-card-wrapper:nth-child(3n+2) { animation-delay: 0.25s; }
[b-2fboe268kq] .results-grid .posting-card-wrapper:nth-child(3n+3) { animation-delay: 0.35s; }

.pagination-wrapper[b-2fboe268kq] {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    animation: fadeIn-b-2fboe268kq 0.4s ease-out 0.5s both;
}

/* ===== Skeleton loading ===== */
.skeleton-grid[b-2fboe268kq] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

/* ===== Empty state ===== */
.empty-state[b-2fboe268kq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 64px 16px;
    text-align: center;
    animation: fadeIn-b-2fboe268kq 0.5s ease-out 0.2s both;
}

.empty-state-icon[b-2fboe268kq] {
    font-size: 48px;
    color: #D1D5DB;
}

.empty-state-text[b-2fboe268kq] {
    color: #6B7280;
    font-size: 16px;
}

.empty-state-hint[b-2fboe268kq] {
    color: #9CA3AF;
    font-size: 14px;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) and (min-width: 769px) {
    .results-grid[b-2fboe268kq],
    .skeleton-grid[b-2fboe268kq] {
        grid-template-columns: repeat(2, 1fr);
    }

    [b-2fboe268kq] .results-grid .posting-card-wrapper:nth-child(2n+1) { animation-delay: 0.15s; }
    [b-2fboe268kq] .results-grid .posting-card-wrapper:nth-child(2n+2) { animation-delay: 0.25s; }
}

@media (max-width: 768px) {
    .results-grid[b-2fboe268kq],
    .skeleton-grid[b-2fboe268kq] {
        grid-template-columns: 1fr;
    }

    .results-toolbar[b-2fboe268kq] {
        flex-direction: column;
        align-items: flex-start;
    }

    [b-2fboe268kq] .results-grid .posting-card-wrapper {
        animation-delay: 0.15s;
    }
}

@media (prefers-reduced-motion: reduce) {
    *[b-2fboe268kq], [b-2fboe268kq] * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/Shared/Components/CompanyCard.razor.rz.scp.css */
.company-card-wrapper[b-lxmsj6wwdk] {
    display: flex;
    cursor: pointer;
}

[b-lxmsj6wwdk] .clickable-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

[b-lxmsj6wwdk] .clickable-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--color-primary);
    transform: scaleY(0);
    transition: transform 0.25s ease;
}

[b-lxmsj6wwdk] .clickable-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: var(--color-primary);
}

[b-lxmsj6wwdk] .clickable-card:hover::before {
    transform: scaleY(1);
}

[b-lxmsj6wwdk] .ant-card-body {
    flex: 1;
}

.company-card-body[b-lxmsj6wwdk] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.company-header[b-lxmsj6wwdk] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.company-avatar[b-lxmsj6wwdk] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F0FDFA;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #E5E7EB;
}

.company-avatar img[b-lxmsj6wwdk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-avatar[b-lxmsj6wwdk]  .anticon {
    font-size: 18px;
    color: #0D9488;
}

.company-header-info[b-lxmsj6wwdk] {
    flex: 1;
    min-width: 0;
}

[b-lxmsj6wwdk] .company-header-info .ant-typography {
    margin-bottom: 2px;
    line-height: 1.3;
}

[b-lxmsj6wwdk] .company-header-info h4.ant-typography {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-tags[b-lxmsj6wwdk] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

[b-lxmsj6wwdk] .company-tags .ant-tag {
    transition: transform 0.15s ease;
}

[b-lxmsj6wwdk] .company-tags .ant-tag:hover {
    transform: translateY(-1px) scale(1.04);
}

.company-desc[b-lxmsj6wwdk] {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.5;
}

@media (max-width: 768px) {
    [b-lxmsj6wwdk] .clickable-card:hover {
        transform: none;
        box-shadow: none;
        border-color: #E5E7EB;
    }

    [b-lxmsj6wwdk] .clickable-card:hover::before {
        transform: scaleY(0);
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/Shared/Components/PostingCard.razor.rz.scp.css */
.posting-card-wrapper[b-nkyr78rph2] {
    display: flex;
    cursor: pointer;
}

[b-nkyr78rph2] .clickable-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

[b-nkyr78rph2] .clickable-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--color-primary);
    transform: scaleY(0);
    transition: transform 0.25s ease;
}

[b-nkyr78rph2] .clickable-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: var(--color-primary);
}

[b-nkyr78rph2] .clickable-card:hover::before {
    transform: scaleY(1);
}

[b-nkyr78rph2] .ant-card-body {
    flex: 1;
}

.posting-card-body[b-nkyr78rph2] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.posting-header[b-nkyr78rph2] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.posting-header-info[b-nkyr78rph2] {
    flex: 1;
}

[b-nkyr78rph2] .posting-header-info .ant-typography {
    margin-bottom: 4px;
    line-height: 1.3;
}

.posting-tags[b-nkyr78rph2] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

[b-nkyr78rph2] .posting-tags .ant-tag {
    transition: transform 0.15s ease;
}

[b-nkyr78rph2] .posting-tags .ant-tag:hover {
    transform: translateY(-1px) scale(1.04);
}

@media (max-width: 768px) {
    [b-nkyr78rph2] .clickable-card:hover {
        transform: none;
        box-shadow: none;
        border-color: #E5E7EB;
    }

    [b-nkyr78rph2] .clickable-card:hover::before {
        transform: scaleY(0);
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/Shared/CustomProLayout.razor.rz.scp.css */
/* ===== Header ===== */
.site-header[b-vl41601paq] {
    padding: 0;
    height: 56px;
    line-height: 56px;
    width: 100%;
    z-index: 9;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

[b-vl41601paq] .ant-pro-top-nav-header-main {
    display: flex;
    align-items: center;
}

.header-nav-area[b-vl41601paq] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

/* ===== Header right (desktop) ===== */
.header-right[b-vl41601paq] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 24px;
    flex-shrink: 0;
}

.header-icon-btn[b-vl41601paq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 18px;
    color: #6B7280;
    text-decoration: none;
}

.header-icon-btn:hover[b-vl41601paq] {
    background: #F3F4F6;
    color: var(--color-primary);
}

[b-vl41601paq] .header-right .ant-badge-count {
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    font-size: 11px;
}

.header-avatar-btn[b-vl41601paq] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.2s ease;
    line-height: normal;
}

.header-avatar-btn:hover[b-vl41601paq] {
    background: #F3F4F6;
}

.header-username[b-vl41601paq] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ===== Hamburger (mobile) ===== */
.hamburger[b-vl41601paq] {
    display: none;
    align-items: center;
    padding-right: 16px;
    flex-shrink: 0;
    position: relative;
}

.hamburger-icon[b-vl41601paq] {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.hamburger-icon span[b-vl41601paq] {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #bdbdbd;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-icon span:nth-child(1)[b-vl41601paq] { top: 0; }
.hamburger-icon span:nth-child(2)[b-vl41601paq] { top: 10px; }
.hamburger-icon span:nth-child(3)[b-vl41601paq] { top: 20px; }

.hamburger-icon.active span:nth-child(1)[b-vl41601paq] {
    transform: rotate(45deg);
    top: 10px;
}

.hamburger-icon.active span:nth-child(2)[b-vl41601paq] {
    opacity: 0;
}

.hamburger-icon.active span:nth-child(3)[b-vl41601paq] {
    transform: rotate(-45deg);
    top: 10px;
}

/* ===== Mobile menu ===== */
.mobile-menu[b-vl41601paq] {
    display: none;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: opacity 0.2s ease;
    background: #FFFFFF;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 8px 8px;
    min-width: 220px;
    z-index: 100;
}

.mobile-menu.open[b-vl41601paq] {
    display: block;
    opacity: 1;
}

[b-vl41601paq] .mobile-menu .ant-menu {
    display: flex;
    flex-direction: column;
}

[b-vl41601paq] .mobile-menu .ant-menu-item,
[b-vl41601paq] .mobile-menu .ant-menu-submenu-title {
    padding-left: 20px !important;
}

[b-vl41601paq] .mobile-menu .ant-menu-item .anticon,
[b-vl41601paq] .mobile-menu .ant-menu-submenu-title .anticon {
    margin-right: 12px;
    font-size: 16px;
}

/* Red dot on notifications bell icon in mobile menu */
[b-vl41601paq] .mobile-menu.has-unread .ant-menu-item .anticon-bell {
    position: relative;
}

[b-vl41601paq] .mobile-menu.has-unread .ant-menu-item .anticon-bell::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -6px;
    width: 8px;
    height: 8px;
    background: #ff4d4f;
    border-radius: 50%;
    border: 1.5px solid #FFFFFF;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .header-right[b-vl41601paq] {
        display: none;
    }

    .desktop-menu[b-vl41601paq] {
        display: none;
    }

    .hamburger[b-vl41601paq] {
        display: flex;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/StudentPages/StudentApplicationChat.razor.rz.scp.css */
.chat-page[b-7eny6l4kw3] {
    display: flex;
    height: calc(100vh - 120px);
    border-radius: 12px;
    overflow: hidden;
}

/* ---- Sidebar ---- */
.chat-sidebar[b-7eny6l4kw3] {
    width: 340px;
    flex-shrink: 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.sidebar-section[b-7eny6l4kw3] {
    padding: 14px 0;
    border-bottom: 1px solid #F3F4F6;
}

.sidebar-section:first-child[b-7eny6l4kw3] {
    padding-top: 0;
}

.sidebar-label[b-7eny6l4kw3] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9CA3AF;
    margin-bottom: 8px;
}

.sidebar-status[b-7eny6l4kw3] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.sidebar-date[b-7eny6l4kw3] {
    font-size: 12px;
    color: #9CA3AF;
}

.sidebar-title[b-7eny6l4kw3] {
    display: inline;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
    text-decoration: none;
    line-height: 1.4;
}

.sidebar-title:hover[b-7eny6l4kw3] {
    color: #0D9488;
}

.sidebar-company[b-7eny6l4kw3] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.sidebar-company span[b-7eny6l4kw3] {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

.sidebar-company:hover span[b-7eny6l4kw3] {
    color: #0D9488;
}

.sidebar-details[b-7eny6l4kw3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar-detail[b-7eny6l4kw3] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #374151;
}

[b-7eny6l4kw3] .sidebar-detail .anticon {
    font-size: 14px;
    color: #9CA3AF;
}

.sidebar-actions[b-7eny6l4kw3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
}

[b-7eny6l4kw3] .sidebar-actions .ant-btn-background-ghost.ant-btn-primary:hover {
    background: #0D9488 !important;
    color: #fff !important;
}

[b-7eny6l4kw3] .sidebar-actions .ant-btn-dangerous:hover {
    background: #ff4d4f !important;
    color: #fff !important;
}

.sidebar-error[b-7eny6l4kw3] {
    color: #9CA3AF;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

/* ---- Chat main ---- */
.chat-main[b-7eny6l4kw3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
}

/* Messages */
.chat-messages[b-7eny6l4kw3] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #F9FAFB;
}

.chat-center[b-7eny6l4kw3] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.load-more-tip[b-7eny6l4kw3] {
    text-align: center;
    color: #9CA3AF;
    font-size: 12px;
    padding: 8px 0 12px;
}

.msg[b-7eny6l4kw3] {
    display: flex;
}

.msg--out[b-7eny6l4kw3] {
    justify-content: flex-end;
}

.msg--in[b-7eny6l4kw3] {
    justify-content: flex-start;
}

.msg-bubble[b-7eny6l4kw3] {
    max-width: 70%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.msg-bubble--out[b-7eny6l4kw3] {
    background: #0D9488;
    color: #fff;
    border-bottom-right-radius: 4px;
}

.msg-bubble--in[b-7eny6l4kw3] {
    background: #fff;
    color: #111827;
    border: 1px solid #E5E7EB;
    border-bottom-left-radius: 4px;
}

.msg-footer[b-7eny6l4kw3] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 4px;
}

.msg-time[b-7eny6l4kw3] {
    font-size: 11px;
    opacity: 0.6;
}

[b-7eny6l4kw3] .msg-read {
    font-size: 12px;
    opacity: 0.7;
}

.chat-empty[b-7eny6l4kw3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
    color: #9CA3AF;
    font-size: 14px;
}

[b-7eny6l4kw3] .chat-empty-icon {
    font-size: 40px;
    color: #D1D5DB;
}

/* Input */
.chat-input[b-7eny6l4kw3] {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding: 12px 20px;
    border-top: 1px solid #E5E7EB;
    background: #fff;
    flex-shrink: 0;
}

[b-7eny6l4kw3] .chat-textarea {
    flex: 1;
    border-radius: 12px;
    resize: none;
}

[b-7eny6l4kw3] .chat-send-btn {
    border-radius: 12px;
    height: 40px;
    min-width: 40px;
}

/* Scrollbar */
.chat-messages[b-7eny6l4kw3]::-webkit-scrollbar {
    width: 5px;
}

.chat-messages[b-7eny6l4kw3]::-webkit-scrollbar-track {
    background: transparent;
}

.chat-messages[b-7eny6l4kw3]::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 3px;
}

/* Mobile header (hidden on desktop) */
.chat-mobile-header[b-7eny6l4kw3] {
    display: none;
}

/* Drawer content */
.drawer-content[b-7eny6l4kw3] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.drawer-section[b-7eny6l4kw3] {
    padding-top: 12px;
    border-top: 1px solid #F3F4F6;
}

.drawer-actions[b-7eny6l4kw3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
    margin-top: auto;
}

/* Mobile */
@media (max-width: 768px) {
    .chat-page[b-7eny6l4kw3] {
        height: calc(100vh - 80px);
    }

    .chat-sidebar[b-7eny6l4kw3] {
        display: none;
    }

    .chat-mobile-header[b-7eny6l4kw3] {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 14px;
        border-bottom: 1px solid #E5E7EB;
        background: #FAFAFA;
        flex-shrink: 0;
    }

    .mobile-header-info[b-7eny6l4kw3] {
        flex: 1;
        min-width: 0;
    }

    [b-7eny6l4kw3] .mobile-info-btn {
        flex-shrink: 0;
        border-color: #0D9488;
        color: #0D9488;
    }

    .mobile-header-title[b-7eny6l4kw3] {
        display: block;
        font-weight: 600;
        font-size: 14px;
        color: #111827;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-header-sub[b-7eny6l4kw3] {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        color: #6B7280;
        margin-top: 2px;
    }

    [b-7eny6l4kw3] .mobile-header-tag {
        font-size: 11px;
        line-height: 18px;
        padding: 0 6px;
    }

    .chat-main[b-7eny6l4kw3] {
        border-radius: 0;
    }

    .chat-messages[b-7eny6l4kw3] {
        padding: 12px;
    }

    .msg-bubble[b-7eny6l4kw3] {
        max-width: 85%;
    }

    .chat-input[b-7eny6l4kw3] {
        padding: 10px 14px;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/StudentPages/StudentApplications.razor.rz.scp.css */
@keyframes fadeIn-b-wub7ga8xqa {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slideUp-b-wub7ga8xqa {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

.applications-page[b-wub7ga8xqa] {
    animation: fadeIn-b-wub7ga8xqa 0.3s ease-out;
}

/* Header */
.applications-header[b-wub7ga8xqa] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    animation: slideUp-b-wub7ga8xqa 0.4s ease-out both;
}

.applications-title[b-wub7ga8xqa] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.applications-total[b-wub7ga8xqa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 14px;
    background: #0D9488;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* Toolbar */
.applications-toolbar[b-wub7ga8xqa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    animation: slideUp-b-wub7ga8xqa 0.4s ease-out 0.05s both;
    flex-wrap: wrap;
}

/* Status pills */
.status-pills[b-wub7ga8xqa] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.status-pill[b-wub7ga8xqa] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 20px;
    background: #fff;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    user-select: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.status-pill:hover[b-wub7ga8xqa] {
    background: #F0FDFA;
    color: #0D9488;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.status-pill.active[b-wub7ga8xqa] {
    background: #0D9488;
    color: #fff;
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.25);
}

.status-pill.active .pill-count[b-wub7ga8xqa] {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.status-pill.empty[b-wub7ga8xqa] {
    opacity: 0.45;
}

.status-pill.empty:hover[b-wub7ga8xqa] {
    opacity: 0.7;
}

.pill-count[b-wub7ga8xqa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 600;
    background: #E5E7EB;
    color: #374151;
}

.pill-count--new[b-wub7ga8xqa]        { background: #DBEAFE; color: #1D4ED8; }
.pill-count--viewed[b-wub7ga8xqa]     { background: #F3F4F6; color: #6B7280; }
.pill-count--invited[b-wub7ga8xqa]    { background: #EDE9FE; color: #6D28D9; }
.pill-count--accepted[b-wub7ga8xqa]   { background: #D1FAE5; color: #065F46; }
.pill-count--rejected[b-wub7ga8xqa]   { background: #FEE2E2; color: #991B1B; }
.pill-count--archived[b-wub7ga8xqa]   { background: #FEF3C7; color: #92400E; }

/* Cards list */
.applications-list[b-wub7ga8xqa] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.app-card[b-wub7ga8xqa] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px 24px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    animation: slideUp-b-wub7ga8xqa 0.4s ease-out both;
}

.app-card:nth-child(2)[b-wub7ga8xqa] { animation-delay: 0.04s; }
.app-card:nth-child(3)[b-wub7ga8xqa] { animation-delay: 0.08s; }
.app-card:nth-child(4)[b-wub7ga8xqa] { animation-delay: 0.12s; }
.app-card:nth-child(5)[b-wub7ga8xqa] { animation-delay: 0.16s; }

.app-card:hover[b-wub7ga8xqa] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.app-card--new[b-wub7ga8xqa] {
    border-left: 3px solid #0D9488;
    background: linear-gradient(90deg, #F0FDFA 0%, #fff 40%);
}

/* Card layout: avatar | main | actions */
.app-card-content[b-wub7ga8xqa] {
    display: flex;
    gap: 16px;
    align-items: center;
}

.app-card-avatar[b-wub7ga8xqa] {
    flex-shrink: 0;
    cursor: pointer;
    align-self: flex-start;
}

.app-card-avatar:hover[b-wub7ga8xqa] {
    opacity: 0.8;
}

.app-card-main[b-wub7ga8xqa] {
    flex: 1;
    min-width: 0;
}

.app-card-title[b-wub7ga8xqa] {
    display: inline;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
}

.app-card-title:hover[b-wub7ga8xqa] {
    color: #0D9488;
}

.app-card-status-row[b-wub7ga8xqa] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0;
}

.app-card-date[b-wub7ga8xqa] {
    color: #9CA3AF;
    font-size: 12px;
    white-space: nowrap;
}

.app-card-meta[b-wub7ga8xqa] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    color: #6B7280;
    font-size: 13px;
}

.app-card-meta span[b-wub7ga8xqa] {
    display: flex;
    align-items: center;
    gap: 4px;
}

[b-wub7ga8xqa] .app-card-meta .anticon {
    font-size: 13px;
    color: #9CA3AF;
}

.app-card-company[b-wub7ga8xqa] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #6B7280;
    text-decoration: none;
    cursor: pointer;
}

.app-card-company:hover[b-wub7ga8xqa] {
    color: #0D9488;
}

/* Actions on the right */
.app-card-actions[b-wub7ga8xqa] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-shrink: 0;
    min-width: 150px;
}

[b-wub7ga8xqa] .app-card-actions .ant-btn {
    width: 100%;
}

[b-wub7ga8xqa] .app-card-actions .ant-btn-background-ghost.ant-btn-primary:hover {
    background: #0D9488 !important;
    color: #fff !important;
}

/* Empty state */
.empty-state[b-wub7ga8xqa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 64px 16px;
    text-align: center;
    animation: fadeIn-b-wub7ga8xqa 0.5s ease-out both;
}

[b-wub7ga8xqa] .empty-state-icon {
    font-size: 48px;
    color: #D1D5DB;
}

.empty-state-text[b-wub7ga8xqa] {
    color: #6B7280;
    font-size: 16px;
}

.empty-state-hint[b-wub7ga8xqa] {
    color: #9CA3AF;
    font-size: 14px;
}

[b-wub7ga8xqa] .empty-state-btn {
    border-radius: 20px;
    margin-top: 8px;
}

/* Pagination */
.applications-pagination[b-wub7ga8xqa] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    animation: fadeIn-b-wub7ga8xqa 0.3s ease-out 0.2s both;
}

/* Mobile */
@media (max-width: 768px) {
    .applications-toolbar[b-wub7ga8xqa] {
        flex-direction: column;
        align-items: flex-start;
    }

    .status-pills[b-wub7ga8xqa] {
        gap: 6px;
    }

    .status-pill[b-wub7ga8xqa] {
        padding: 6px 12px;
        font-size: 13px;
    }

    .app-card[b-wub7ga8xqa] {
        padding: 16px;
    }

    .app-card-content[b-wub7ga8xqa] {
        flex-wrap: wrap;
    }

    .app-card-avatar[b-wub7ga8xqa] {
        display: none;
    }

    .app-card-actions[b-wub7ga8xqa] {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        min-width: 0;
        border-top: 1px solid #F3F4F6;
        padding-top: 12px;
        margin-top: 4px;
    }

    [b-wub7ga8xqa] .app-card-actions .ant-btn {
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *[b-wub7ga8xqa], [b-wub7ga8xqa] * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/StudentPages/StudentDashboard.razor.rz.scp.css */
.dashboard[b-y570kbli9r] {
    padding: 24px;
    min-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: fadeIn-b-y570kbli9r 0.3s ease-out;
}

/* === ACTIONS === */
.row-actions[b-y570kbli9r] {
    display: flex; gap: 8px; flex-wrap: wrap;
    animation: slideUp-b-y570kbli9r 0.25s ease-out;
}

.action-btn[b-y570kbli9r] {
    display: flex; align-items: center; gap: 6px;
    padding: 9px 16px; border: 1px solid #E5E7EB; border-radius: 8px;
    font-size: 13px; font-weight: 500; color: #374151;
    background: #fff; text-decoration: none; transition: all 0.15s; white-space: nowrap;
}
.action-btn:hover[b-y570kbli9r] { border-color: #0D9488; color: #0D9488; background: #F0FDFA; }
.action-btn[b-y570kbli9r]  .anticon { font-size: 14px; color: #9CA3AF; }
.action-btn:hover[b-y570kbli9r]  .anticon { color: #0D9488; }

.action-btn--primary[b-y570kbli9r] { background: #0D9488; border-color: #0D9488; color: #fff; }
.action-btn--primary:hover[b-y570kbli9r] { background: #0F766E; border-color: #0F766E; color: #fff; }
.action-btn--primary[b-y570kbli9r]  .anticon, .action-btn--primary:hover[b-y570kbli9r]  .anticon { color: #fff; }

.action-count[b-y570kbli9r] { font-size: 12px; font-weight: 600; color: #9CA3AF; }
.action-btn:hover .action-count[b-y570kbli9r] { color: #0D9488; }

/* === MAIN GRID === */
.grid-main[b-y570kbli9r] {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-template-rows: 3fr 2fr;
    gap: 14px;
    height: calc(100vh - 250px);
    animation: slideUp-b-y570kbli9r 0.3s ease-out;
}

/* Left: practice (row 1), messages (row 2) */
/* Right: apps (row 1), notifications (row 2) */

/* === PANEL === */
.panel[b-y570kbli9r] {
    background: #fff; border: 1px solid #E5E7EB; border-radius: 10px;
    overflow: hidden; transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.panel:hover[b-y570kbli9r] { box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06); }

.panel-head[b-y570kbli9r] {
    display: flex; align-items: center; gap: 8px;
    padding: 13px 18px; border-bottom: 1px solid #F3F4F6;
}
.panel-label[b-y570kbli9r] {
    display: flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: #6B7280;
    text-transform: uppercase; letter-spacing: 0.3px;
}
.panel-arrow[b-y570kbli9r] {
    margin-left: auto;
    display: flex; align-items: center;
    opacity: 0.3; transition: opacity 0.2s;
}
.panel:hover .panel-arrow[b-y570kbli9r] { opacity: 0.7; }
.panel-arrow[b-y570kbli9r]  .anticon { font-size: 14px; color: #6B7280; }

.chip[b-y570kbli9r] {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 2px 9px; border-radius: 10px; font-size: 11px; font-weight: 600;
}
.chip-green[b-y570kbli9r] { background: #D1FAE5; color: #065F46; }
.chip-blue[b-y570kbli9r] { background: #DBEAFE; color: #1D4ED8; }
.chip-purple[b-y570kbli9r] { background: #EDE9FE; color: #6D28D9; }
.dot-pulse[b-y570kbli9r] { width: 5px; height: 5px; border-radius: 50%; background: #10B981; animation: pulse-b-y570kbli9r 2s infinite; }

/* === PRACTICE (grid row 1, left) === */
.panel-practice[b-y570kbli9r] {
    cursor: pointer; border-left: 3px solid #0D9488;
    display: flex; flex-direction: column;
    grid-column: 1; grid-row: 1;
}

.prac-body[b-y570kbli9r] { padding: 16px 18px; display: flex; flex-direction: column; flex: 1; justify-content: space-between; }

.prac-top[b-y570kbli9r] { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.prac-info[b-y570kbli9r] { flex: 1; min-width: 0; }
.prac-name[b-y570kbli9r] { font-size: 16px; font-weight: 600; color: #111827; margin-bottom: 6px; }

.prac-company[b-y570kbli9r] { font-size: 13px; color: #6B7280; margin-bottom: 8px; }

.prac-tags[b-y570kbli9r] { display: flex; flex-wrap: wrap; gap: 5px; }

.prac-tag[b-y570kbli9r] {
    font-size: 11px; color: #6B7280; background: #F3F4F6;
    padding: 3px 8px; border-radius: 5px;
}

.prac-ring[b-y570kbli9r] { width: 64px; height: 64px; position: relative; flex-shrink: 0; }
.prac-ring svg[b-y570kbli9r] { width: 100%; height: 100%; }
.prac-ring circle[b-y570kbli9r] { transition: stroke-dashoffset 0.6s ease-out; }
.ring-pct[b-y570kbli9r] {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 700; color: #0D9488;
}

.prac-meta[b-y570kbli9r] {
    display: flex; flex-direction: column; gap: 8px;
    border-top: 1px solid #F3F4F6; padding-top: 12px;
}
.prac-meta-item[b-y570kbli9r] { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.prac-meta-item[b-y570kbli9r]  .anticon { font-size: 15px; color: #9CA3AF; flex-shrink: 0; }
.prac-meta-label[b-y570kbli9r] { color: #9CA3AF; min-width: 55px; }
.prac-meta-value[b-y570kbli9r] { color: #374151; font-weight: 500; }
.prac-meta-item--full[b-y570kbli9r] { align-items: flex-start; }
.prac-meta-note[b-y570kbli9r] {
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; line-height: 1.5;
}

.panel-empty-body[b-y570kbli9r] {
    padding: 28px 18px;
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; text-align: center; gap: 4px; color: #9CA3AF;
}
.panel-empty-icon[b-y570kbli9r] { font-size: 32px; margin-bottom: 4px; }
.panel-empty-text[b-y570kbli9r] { font-size: 15px; }
.panel-empty-sub[b-y570kbli9r] { font-size: 12px; }

/* === APPLICATIONS (grid row 1, right — same height as practice) === */
.panel-apps[b-y570kbli9r] {
    grid-column: 2; grid-row: 1;
    display: flex; flex-direction: column;
}

.apps-list[b-y570kbli9r] { padding: 0; flex: 1; display: flex; flex-direction: column; }

.app-row[b-y570kbli9r] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 4px 18px; transition: background 0.15s;
    flex: 1; cursor: pointer;
}
.app-row:hover[b-y570kbli9r] { background: #F9FAFB; }

.app-row-label[b-y570kbli9r] { font-size: 13px; color: #6B7280; }
.app-row-val[b-y570kbli9r] { font-size: 16px; font-weight: 700; color: #D1D5DB; min-width: 28px; text-align: right; }
.app-row-val--on[b-y570kbli9r] { color: #0D9488; }

/* === MESSAGES (grid row 2, left) === */
.panel-msg[b-y570kbli9r] {
    cursor: pointer;
    grid-column: 1; grid-row: 2;
    display: flex; flex-direction: column;
}

.msg-row[b-y570kbli9r] {
    display: flex; align-items: center; gap: 16px; padding: 20px 18px;
    flex: 1;
}

.msg-icon-wrap[b-y570kbli9r] {
    width: 48px; height: 48px; border-radius: 12px; background: #F3F4F6;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.msg-icon-wrap[b-y570kbli9r]  .anticon { font-size: 24px; color: #9CA3AF; }
.msg-icon-wrap--active[b-y570kbli9r] { background: #FEF3C7; }
.msg-icon-wrap--active[b-y570kbli9r]  .anticon { color: #D97706; }

.msg-content[b-y570kbli9r] { flex: 1; display: flex; align-items: baseline; gap: 8px; }
.msg-num[b-y570kbli9r] { font-size: 28px; font-weight: 800; color: #D1D5DB; line-height: 1; }
.msg-num--warn[b-y570kbli9r] { color: #D97706; }
.msg-label[b-y570kbli9r] { font-size: 14px; color: #6B7280; }

/* Empty messages — centered */
.msg-empty[b-y570kbli9r] {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 8px; padding: 20px 18px; text-align: center;
}

.msg-empty-icon[b-y570kbli9r] {
    width: 44px; height: 44px; border-radius: 50%; background: #F0FDFA;
    display: flex; align-items: center; justify-content: center;
}
.msg-empty-icon[b-y570kbli9r]  .anticon { font-size: 22px; color: #0D9488; }

.msg-empty-text[b-y570kbli9r] { display: flex; flex-direction: column; gap: 2px; }
.msg-empty-title[b-y570kbli9r] { font-size: 15px; font-weight: 600; color: #374151; }
.msg-empty-sub[b-y570kbli9r] { font-size: 13px; color: #9CA3AF; }

/* === NOTIFICATIONS (grid row 2, right — small, scrollable) === */
.panel-notif[b-y570kbli9r] {
    cursor: pointer;
    grid-column: 2; grid-row: 2;
    display: flex; flex-direction: column;
    overflow: hidden;
}

.notif-list[b-y570kbli9r] { display: flex; flex-direction: column; flex: 1; overflow-y: auto; }
.notif-empty[b-y570kbli9r] { padding: 14px 18px; font-size: 13px; color: #9CA3AF; text-align: center; }

.notif-item[b-y570kbli9r] {
    display: flex; align-items: center; gap: 8px;
    padding: 8px 18px; transition: background 0.15s; flex-shrink: 0;
}
.notif-item:hover[b-y570kbli9r] { background: #F9FAFB; }
.notif-item--unread[b-y570kbli9r] { background: #F0FDFA; }
.notif-item--unread:hover[b-y570kbli9r] { background: #E6FAF7; }

.notif-dot[b-y570kbli9r] { width: 6px; height: 6px; border-radius: 50%; background: #0D9488; flex-shrink: 0; }
.notif-text[b-y570kbli9r] { flex: 1; font-size: 13px; color: #374151; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notif-time[b-y570kbli9r] { font-size: 11px; color: #9CA3AF; flex-shrink: 0; }

/* === RECOMMENDATIONS === */
.section-rec[b-y570kbli9r] { animation: slideUp-b-y570kbli9r 0.35s ease-out; }
.section-head[b-y570kbli9r] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.section-title[b-y570kbli9r] { display: flex; align-items: center; gap: 7px; font-size: 16px; font-weight: 600; color: #111827; }
.section-title[b-y570kbli9r]  .anticon { font-size: 18px; color: #0D9488; }
.section-btn[b-y570kbli9r] {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 20px; border-radius: 20px;
    font-size: 14px; font-weight: 500; color: #0D9488;
    background: #fff; border: 1px solid #E5E7EB;
    text-decoration: none; cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    white-space: nowrap;
}
.section-btn:hover[b-y570kbli9r] { background: #F0FDFA; color: #0F766E; transform: translateY(-1px); }
.section-btn[b-y570kbli9r]  .anticon { font-size: 13px; }

.rec-grid[b-y570kbli9r] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

.rec-empty[b-y570kbli9r] {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px; color: #9CA3AF; font-size: 13px; text-align: center;
    padding: 40px 16px; background: #fff; border: 1px solid #E5E7EB; border-radius: 10px;
}
.rec-empty a[b-y570kbli9r] { color: #0D9488; text-decoration: none; }
.rec-empty a:hover[b-y570kbli9r] { text-decoration: underline; }
.rec-empty-icon[b-y570kbli9r] { font-size: 24px; }

/* === ERROR === */
.error-state[b-y570kbli9r] { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 80px 24px; flex: 1; justify-content: center; }
.error-icon[b-y570kbli9r] { font-size: 44px; color: #F59E0B; margin-bottom: 16px; }
.error-title[b-y570kbli9r] { font-size: 18px; font-weight: 600; color: #111827; margin-bottom: 6px; }
.error-text[b-y570kbli9r] { font-size: 14px; color: #6B7280; }

/* === ANIMATIONS === */
@keyframes fadeIn-b-y570kbli9r { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp-b-y570kbli9r { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse-b-y570kbli9r { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

@media (prefers-reduced-motion: reduce) {
    *[b-y570kbli9r], *[b-y570kbli9r]::before, *[b-y570kbli9r]::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

@media (max-width: 768px) {
    .dashboard[b-y570kbli9r] { padding: 16px 12px; min-height: calc(100vh - 80px); }

    .row-actions[b-y570kbli9r] { flex-direction: column; gap: 6px; }
    .action-btn[b-y570kbli9r] { padding: 9px 14px; font-size: 13px; }

    .grid-main[b-y570kbli9r] {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        height: unset;
    }

    .panel-practice[b-y570kbli9r], .panel-apps[b-y570kbli9r], .panel-msg[b-y570kbli9r], .panel-notif[b-y570kbli9r] {
        grid-column: unset; grid-row: unset;
    }

    .prac-top[b-y570kbli9r] { gap: 12px; }
    .prac-ring[b-y570kbli9r] { width: 52px; height: 52px; }
    .ring-pct[b-y570kbli9r] { font-size: 13px; }
    .prac-name[b-y570kbli9r] { font-size: 15px; }
    .prac-body[b-y570kbli9r] { padding: 14px 16px; }

    .app-row[b-y570kbli9r] { padding: 10px 16px; }

    .msg-row[b-y570kbli9r], .msg-empty[b-y570kbli9r] { padding: 16px; }
    .msg-num[b-y570kbli9r] { font-size: 22px; }
    .msg-icon-wrap[b-y570kbli9r] { width: 40px; height: 40px; }

    .panel-notif[b-y570kbli9r] { max-height: 200px; }
    .notif-item[b-y570kbli9r] { padding: 8px 16px; }

    .section-head[b-y570kbli9r] { flex-direction: column; align-items: flex-start; gap: 8px; }
    .section-btn[b-y570kbli9r] { padding: 7px 16px; font-size: 13px; }
    .rec-grid[b-y570kbli9r] { grid-template-columns: 1fr; }
}
/* _content/NationalTalentEcosystemMVP/Pages/StudentPages/StudentFavorites.razor.rz.scp.css */
.favorites-page[b-uwngubk4c0] {
    padding: 24px;
    min-height: calc(100vh - 120px);
    animation: fadeIn-b-uwngubk4c0 0.3s ease-out;
}

/* === HEADER === */
.page-header[b-uwngubk4c0] {
    margin-bottom: 0;
    animation: slideUp-b-uwngubk4c0 0.25s ease-out;
}

.page-title[b-uwngubk4c0] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.page-title h1[b-uwngubk4c0] {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.total-badge[b-uwngubk4c0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 11px;
    background: #0D9488;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

/* === TABS === */
.favorites-tabs[b-uwngubk4c0] {
    animation: slideUp-b-uwngubk4c0 0.3s ease-out;
}

[b-uwngubk4c0] .tab-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

[b-uwngubk4c0] .tab-label .anticon {
    font-size: 15px;
}

[b-uwngubk4c0] .tab-badge .ant-badge-count {
    background: #0D9488;
    box-shadow: none;
    font-size: 11px;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
    padding: 0 5px;
}

[b-uwngubk4c0] .favorites-tabs .ant-tabs-ink-bar {
    background: #0D9488;
}

/* === CARDS GRID === */
.cards-grid[b-uwngubk4c0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 4px;
    animation: slideUp-b-uwngubk4c0 0.3s ease-out;
}

.skeleton-grid[b-uwngubk4c0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* === FAVORITE CARD WRAPPER === */
.fav-card-wrap[b-uwngubk4c0] {
    position: relative;
    animation: fadeIn-b-uwngubk4c0 0.3s ease-out;
}

/* === STAR BUTTON === */
.fav-btn[b-uwngubk4c0] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.2s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.fav-card-wrap:hover .fav-btn[b-uwngubk4c0],
.fav-card-wrap:focus-within .fav-btn[b-uwngubk4c0] {
    opacity: 1;
}

.fav-btn[b-uwngubk4c0]  .anticon {
    font-size: 16px;
    color: #0D9488;
    transition: transform 0.2s ease;
}

.fav-btn:hover[b-uwngubk4c0] {
    background: #F0FDFA;
    transform: scale(1.15);
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.25);
}

.fav-btn:hover[b-uwngubk4c0]  .anticon {
    color: #0F766E;
    transform: scale(1.1);
}

/* === EMPTY STATE === */
.empty-state[b-uwngubk4c0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    text-align: center;
    animation: fadeIn-b-uwngubk4c0 0.4s ease-out;
}

.empty-state[b-uwngubk4c0]  .empty-icon {
    font-size: 48px;
    color: #D1D5DB;
    margin-bottom: 16px;
}

.empty-title[b-uwngubk4c0] {
    font-size: 17px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.empty-text[b-uwngubk4c0] {
    font-size: 14px;
    color: #9CA3AF;
    max-width: 320px;
    margin-bottom: 20px;
}

.btn-primary[b-uwngubk4c0] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    border-radius: 8px;
    background: #0D9488;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease;
}

.btn-primary:hover[b-uwngubk4c0] {
    background: #0F766E;
    color: #fff;
}

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

@keyframes slideUp-b-uwngubk4c0 {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .cards-grid[b-uwngubk4c0], .skeleton-grid[b-uwngubk4c0] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .favorites-page[b-uwngubk4c0] {
        padding: 16px;
    }

    .page-title h1[b-uwngubk4c0] {
        font-size: 18px;
    }

    .cards-grid[b-uwngubk4c0], .skeleton-grid[b-uwngubk4c0] {
        grid-template-columns: 1fr;
    }

    /* Tabs: vertical on mobile */
    [b-uwngubk4c0] .favorites-tabs .ant-tabs-nav-list {
        flex-direction: column;
        width: 100%;
    }

    [b-uwngubk4c0] .favorites-tabs .ant-tabs-tab {
        margin: 0;
        padding: 10px 0;
    }

    [b-uwngubk4c0] .favorites-tabs .ant-tabs-ink-bar {
        display: none;
    }

    [b-uwngubk4c0] .favorites-tabs .ant-tabs-tab-active .tab-label {
        color: #0D9488;
    }

    /* Star button always visible on touch devices */
    .fav-btn[b-uwngubk4c0] {
        opacity: 1;
    }

    .empty-state[b-uwngubk4c0] {
        padding: 48px 16px;
    }

    .empty-state[b-uwngubk4c0]  .empty-icon {
        font-size: 40px;
    }

    .empty-title[b-uwngubk4c0] {
        font-size: 15px;
    }

    .empty-text[b-uwngubk4c0] {
        font-size: 13px;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/StudentPages/StudentPractice.razor.rz.scp.css */
/* === PAGE === */
.practice-page[b-i94oku9z8o] {
    padding: 24px;
    min-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    animation: fadeIn-b-i94oku9z8o 0.3s ease-out;
}

/* === SKELETON === */
.skeleton-row[b-i94oku9z8o] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

/* === EMPTY / ERROR === */
.empty-state[b-i94oku9z8o],
.error-state[b-i94oku9z8o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 24px;
    animation: slideUp-b-i94oku9z8o 0.4s ease-out;
}

.empty-state-icon-wrap[b-i94oku9z8o] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #F0FDFA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.empty-state-icon-wrap[b-i94oku9z8o]  .anticon {
    font-size: 32px;
    color: #0D9488;
}

.error-state-icon[b-i94oku9z8o] {
    font-size: 44px;
    color: #EF4444;
    margin-bottom: 16px;
}

.empty-state-title[b-i94oku9z8o],
.error-state-title[b-i94oku9z8o] {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.empty-state-text[b-i94oku9z8o],
.error-state-text[b-i94oku9z8o] {
    font-size: 14px;
    color: #6B7280;
    max-width: 400px;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* === PAGE HEADER === */
.page-header[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    animation: slideUp-b-i94oku9z8o 0.3s ease-out;
}

.page-title[b-i94oku9z8o] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.page-header-actions[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* === POSTING BAR === */
.posting-bar[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 16px;
    animation: slideUp-b-i94oku9z8o 0.32s ease-out;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.posting-bar:hover[b-i94oku9z8o] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.posting-bar-left[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.company-logo[b-i94oku9z8o] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.company-logo-placeholder[b-i94oku9z8o] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F0FDFA;
    color: #0D9488;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
}

.posting-bar-info[b-i94oku9z8o] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.posting-title[b-i94oku9z8o] {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}

.posting-title:hover[b-i94oku9z8o] {
    color: #0D9488;
}

.company-name-link[b-i94oku9z8o] {
    font-size: 13px;
    color: #6B7280;
    text-decoration: none;
    transition: color 0.2s;
}

.company-name-link:hover[b-i94oku9z8o] {
    color: #0D9488;
}

.posting-bar-tags[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

/* === REVIEW BAR === */
.review-bar[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #F0FDFA;
    border: 1px solid #CCFBF1;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #374151;
    animation: slideUp-b-i94oku9z8o 0.34s ease-out;
}

.review-bar[b-i94oku9z8o]  .anticon {
    font-size: 15px;
    color: #0D9488;
}

.review-link[b-i94oku9z8o] {
    font-weight: 600;
    color: #0D9488;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
}

.review-link:hover[b-i94oku9z8o] {
    color: #0F766E;
    text-decoration: underline;
}

.info-tag[b-i94oku9z8o] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #6B7280;
    background: #F3F4F6;
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
}

.info-tag[b-i94oku9z8o]  .anticon {
    font-size: 13px;
    color: #9CA3AF;
}

/* === SUMMARY ROW === */
.summary-row[b-i94oku9z8o] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 16px;
    margin-bottom: 20px;
    animation: slideUp-b-i94oku9z8o 0.35s ease-out;
}

.summary-card[b-i94oku9z8o] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 16px 20px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.summary-card:hover[b-i94oku9z8o] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.summary-label[b-i94oku9z8o] {
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.summary-value[b-i94oku9z8o] {
    font-size: 15px;
    font-weight: 500;
    color: #111827;
}

.summary-period[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.period-sep[b-i94oku9z8o] {
    color: #9CA3AF;
}

.summary-card-progress[b-i94oku9z8o] {
    min-width: 200px;
}

.progress-value[b-i94oku9z8o] {
    font-size: 14px;
    font-weight: 700;
    color: #0D9488;
}

.progress-track[b-i94oku9z8o] {
    height: 8px;
    background: #F3F4F6;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 4px;
}

.progress-fill[b-i94oku9z8o] {
    height: 100%;
    background: linear-gradient(90deg, #0D9488, #14B8A6);
    border-radius: 4px;
    transition: width 0.6s ease-out;
}

/* === STATUS BADGE === */
.status-badge[b-i94oku9z8o] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 600;
}

.status-active[b-i94oku9z8o] {
    background: #D1FAE5;
    color: #065F46;
}

.status-active .status-dot[b-i94oku9z8o] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10B981;
    animation: pulse-b-i94oku9z8o 2s infinite;
}

@keyframes pulse-b-i94oku9z8o {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.status-completed[b-i94oku9z8o] {
    background: #DBEAFE;
    color: #1D4ED8;
}

.status-canceled[b-i94oku9z8o] {
    background: #FEE2E2;
    color: #991B1B;
}

.status-badge[b-i94oku9z8o]  .anticon {
    font-size: 13px;
}

/* === CONTENT GRID === */
.content-grid[b-i94oku9z8o] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    flex: 1;
    animation: slideUp-b-i94oku9z8o 0.4s ease-out;
}

.content-left[b-i94oku9z8o] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-right[b-i94oku9z8o] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* === SECTION CARD === */
.section-card[b-i94oku9z8o] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.section-card:hover[b-i94oku9z8o] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border-color: #D1D5DB;
}

.section-card-fill[b-i94oku9z8o] {
    flex: 1;
}

.section-header[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border-bottom: 1px solid #F3F4F6;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.section-header[b-i94oku9z8o]  .anticon {
    font-size: 16px;
    color: #0D9488;
}

.section-count[b-i94oku9z8o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 11px;
    background: #F0FDFA;
    color: #0D9488;
    font-size: 12px;
    font-weight: 600;
    margin-left: auto;
}

.section-body[b-i94oku9z8o] {
    padding: 16px 20px;
}

/* === MENTOR === */
.mentor-name[b-i94oku9z8o] {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.contact-list[b-i94oku9z8o] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-link[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6B7280;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-link:hover[b-i94oku9z8o] {
    color: #0D9488;
}

.contact-link[b-i94oku9z8o]  .anticon {
    font-size: 14px;
}

.info-empty[b-i94oku9z8o] {
    font-size: 13px;
    color: #9CA3AF;
    font-style: italic;
}

.skills-note[b-i94oku9z8o] {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    white-space: pre-wrap;
}

/* === FORM === */
.form-actions[b-i94oku9z8o] {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

/* === DOCUMENTS === */
.docs-empty[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
    justify-content: center;
    color: #9CA3AF;
    font-size: 14px;
}

.docs-empty-icon[b-i94oku9z8o] {
    font-size: 20px;
}

.docs-list[b-i94oku9z8o] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.doc-item[b-i94oku9z8o] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    transition: background 0.15s;
}

.doc-item:hover[b-i94oku9z8o] {
    background: #F9FAFB;
}

.doc-icon[b-i94oku9z8o] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.doc-icon[b-i94oku9z8o]  .anticon {
    font-size: 16px;
    color: #6B7280;
}

.doc-name[b-i94oku9z8o] {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    min-width: 0;
}

.doc-status[b-i94oku9z8o] {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 10px;
    white-space: nowrap;
}

.doc-status-requested[b-i94oku9z8o] {
    background: #DBEAFE;
    color: #1D4ED8;
}

.doc-status-progress[b-i94oku9z8o] {
    background: #FEF3C7;
    color: #92400E;
}

.doc-status-provided[b-i94oku9z8o] {
    background: #D1FAE5;
    color: #065F46;
}

.doc-status-corrections[b-i94oku9z8o] {
    background: #FEE2E2;
    color: #991B1B;
}

.doc-request[b-i94oku9z8o] {
    border-top: 1px solid #F3F4F6;
    padding-top: 16px;
    margin-top: 12px;
}

/* === BUTTONS === */
.btn[b-i94oku9z8o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn:disabled[b-i94oku9z8o] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-i94oku9z8o] {
    background: #0D9488;
    color: #fff;
}

.btn-primary:hover:not(:disabled)[b-i94oku9z8o] {
    background: #0F766E;
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.25);
}

.btn-secondary[b-i94oku9z8o] {
    background: #F3F4F6;
    color: #374151;
}

.btn-secondary:hover:not(:disabled)[b-i94oku9z8o] {
    background: #E5E7EB;
}

.btn-ghost[b-i94oku9z8o] {
    background: transparent;
    color: #6B7280;
}

.btn-ghost:hover:not(:disabled)[b-i94oku9z8o] {
    background: #F3F4F6;
    color: #374151;
}

.btn-block[b-i94oku9z8o] {
    width: 100%;
}

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

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

@media (prefers-reduced-motion: reduce) {
    *[b-i94oku9z8o], *[b-i94oku9z8o]::before, *[b-i94oku9z8o]::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* === MOBILE === */
@media (max-width: 768px) {
    .practice-page[b-i94oku9z8o] {
        padding: 16px 12px;
        min-height: calc(100vh - 80px);
    }

    .page-header[b-i94oku9z8o] {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-header-actions[b-i94oku9z8o] {
        width: 100%;
    }

    .page-header-actions[b-i94oku9z8o]  .ant-select {
        flex: 1;
    }

    .page-title[b-i94oku9z8o] {
        font-size: 20px;
    }

    .posting-bar[b-i94oku9z8o] {
        flex-direction: column;
        align-items: flex-start;
    }

    .posting-bar-tags[b-i94oku9z8o] {
        width: 100%;
    }

    .review-bar[b-i94oku9z8o] {
        padding: 10px 16px;
        font-size: 12px;
    }

    .summary-row[b-i94oku9z8o] {
        grid-template-columns: 1fr;
    }

    .content-grid[b-i94oku9z8o] {
        grid-template-columns: 1fr;
    }

    .section-body[b-i94oku9z8o] {
        padding: 14px 16px;
    }

    .section-header[b-i94oku9z8o] {
        padding: 12px 16px;
    }

    .form-actions[b-i94oku9z8o] {
        flex-direction: column;
    }

    .form-actions .btn[b-i94oku9z8o] {
        width: 100%;
    }

    .empty-state[b-i94oku9z8o],
    .error-state[b-i94oku9z8o] {
        padding: 48px 16px;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/StudentPages/StudentProfile.razor.rz.scp.css */
/* ===== Loading skeleton ===== */
.skeleton-profile[b-9cofndv55l] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.skeleton-cover[b-9cofndv55l] {
    height: 120px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #99F6E4 100%);
}

.skeleton-header[b-9cofndv55l] {
    padding: 16px 24px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    margin-top: -40px;
    margin-left: 16px;
    margin-right: 16px;
}

.skeleton-row[b-9cofndv55l] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 768px) {
    .skeleton-row[b-9cofndv55l] {
        grid-template-columns: 1fr;
    }
}

/* ===== Animations ===== */
@keyframes fadeSlideUp-b-9cofndv55l {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn-b-9cofndv55l {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slideInLeft-b-9cofndv55l {
    from { opacity: 0; transform: translateX(-16px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes scaleIn-b-9cofndv55l {
    from { opacity: 0; transform: scale(0.8); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes pulse-b-9cofndv55l {
    0%, 100% { box-shadow: 0 0 0 0 rgba(13, 148, 136, 0.4); }
    50%      { box-shadow: 0 0 0 6px rgba(13, 148, 136, 0); }
}

/* ===== Profile header ===== */
.profile-header[b-9cofndv55l] {
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    overflow: hidden;
    animation: fadeSlideUp-b-9cofndv55l 0.4s ease-out;
}

.profile-cover[b-9cofndv55l] {
    height: 120px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #99F6E4 100%);
}

.profile-header-body[b-9cofndv55l] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 0 24px 24px;
    flex-wrap: wrap;
}

.profile-avatar-area[b-9cofndv55l] {
    margin-top: -40px;
    flex-shrink: 0;
    animation: scaleIn-b-9cofndv55l 0.4s ease-out 0.2s both;
}

[b-9cofndv55l] .profile-avatar {
    border: 4px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

[b-9cofndv55l] .profile-avatar:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.profile-info[b-9cofndv55l] {
    flex: 1;
    min-width: 0;
    padding-top: 12px;
    animation: slideInLeft-b-9cofndv55l 0.5s ease-out 0.25s both;
}

.profile-name-row[b-9cofndv55l] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.profile-name[b-9cofndv55l] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.3;
}

.profile-meta-line[b-9cofndv55l] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 14px;
    color: #6B7280;
}

[b-9cofndv55l] .profile-meta-line .anticon {
    font-size: 14px;
    color: var(--color-primary);
}

.profile-about-short[b-9cofndv55l] {
    margin: 8px 0 0;
    font-size: 14px;
    color: #4B5563;
    line-height: 1.5;
}

.profile-actions[b-9cofndv55l] {
    display: flex;
    gap: 8px;
    padding-top: 12px;
    flex-shrink: 0;
}

/* ===== Content grid with named areas ===== */
.profile-content[b-9cofndv55l] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 260px 400px auto;
    grid-template-areas:
        "about      about"
        "skills     avail"
        "prefs      career"
        "portfolio  portfolio";
    gap: 16px;
    margin-top: 16px;
}

.grid-about[b-9cofndv55l]     { grid-area: about; }
.grid-skills[b-9cofndv55l]    { grid-area: skills; }
.grid-career[b-9cofndv55l]    { grid-area: career; }
.grid-prefs[b-9cofndv55l]     { grid-area: prefs; }
.grid-avail[b-9cofndv55l]     { grid-area: avail; }
.grid-portfolio[b-9cofndv55l] { grid-area: portfolio; }

/* Cards fill their grid cell */
.grid-about[b-9cofndv55l],
.grid-skills[b-9cofndv55l],
.grid-career[b-9cofndv55l],
.grid-prefs[b-9cofndv55l],
.grid-avail[b-9cofndv55l],
.grid-portfolio[b-9cofndv55l] {
    min-width: 0;
}

[b-9cofndv55l] .grid-skills .ant-card,
[b-9cofndv55l] .grid-avail .ant-card,
[b-9cofndv55l] .grid-prefs .ant-card,
[b-9cofndv55l] .grid-career .ant-card {
    height: 100%;
}

[b-9cofndv55l] .grid-skills .ant-card-body,
[b-9cofndv55l] .grid-avail .ant-card-body,
[b-9cofndv55l] .grid-prefs .ant-card-body,
[b-9cofndv55l] .grid-career .ant-card-body {
    overflow-y: auto;
}

/* ===== Cards: hover + entrance ===== */
[b-9cofndv55l] .profile-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: fadeSlideUp-b-9cofndv55l 0.4s ease-out both;
}

[b-9cofndv55l] .profile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Staggered entrance per grid area (matches visual row order) */
.grid-about[b-9cofndv55l]  .profile-card     { animation-delay: 0.05s; }
.grid-skills[b-9cofndv55l]  .profile-card    { animation-delay: 0.12s; }
.grid-avail[b-9cofndv55l]  .profile-card     { animation-delay: 0.15s; }
.grid-prefs[b-9cofndv55l]  .profile-card     { animation-delay: 0.22s; }
.grid-career[b-9cofndv55l]  .profile-card    { animation-delay: 0.25s; }
.grid-portfolio[b-9cofndv55l]  .profile-card { animation-delay: 0.32s; }

/* ===== Card titles with icons ===== */
.card-title-row[b-9cofndv55l] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F3F4F6;
}

[b-9cofndv55l] .card-title-row .anticon {
    font-size: 18px;
    color: var(--color-primary);
    transition: transform 0.2s ease;
}

[b-9cofndv55l] .profile-card:hover .card-title-row .anticon {
    transform: scale(1.15);
}

.card-title-text[b-9cofndv55l] {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

/* ===== Empty state hint ===== */
.empty-hint[b-9cofndv55l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
    text-align: center;
    font-size: 14px;
    color: #9CA3AF;
}

[b-9cofndv55l] .empty-hint .anticon {
    font-size: 32px;
    color: #D1D5DB;
}

/* ===== About ===== */
.about-full-text[b-9cofndv55l] {
    margin: 0;
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
    white-space: pre-line;
    animation: fadeIn-b-9cofndv55l 0.6s ease-out 0.2s both;
}

/* ===== Skills sections ===== */
.skills-section[b-9cofndv55l] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skills-section + .skills-section[b-9cofndv55l] {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #F3F4F6;
}

/* ===== Career timeline ===== */
[b-9cofndv55l] .career-timeline {
    padding-top: 4px;
}

[b-9cofndv55l] .career-timeline .ant-timeline-item-content {
    transition: transform 0.2s ease;
    padding: 8px 12px;
    border-radius: 8px;
    margin-left: 18px;
    transform-origin: left center;
}

[b-9cofndv55l] .career-timeline .ant-timeline-item-content:hover {
    transform: scale(1.02);
}

/* Pulsing dot for current timeline items */
[b-9cofndv55l] .career-timeline .ant-timeline-item-head-blue {
    animation: pulse-b-9cofndv55l 2s ease-in-out infinite;
}

.timeline-item-header[b-9cofndv55l] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.timeline-item-subtitle[b-9cofndv55l] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    flex-wrap: wrap;
}

/* ===== Info list (availability, preferences) ===== */
.info-list[b-9cofndv55l] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item[b-9cofndv55l] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* ===== Tags ===== */
.tag-list[b-9cofndv55l] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

[b-9cofndv55l] .rounded-tag {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: default;
}

[b-9cofndv55l] .rounded-tag-lg {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: default;
}

[b-9cofndv55l] .rounded-tag:hover,
[b-9cofndv55l] .rounded-tag-lg:hover {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* ===== Portfolio grid (full width) ===== */
.portfolio-grid[b-9cofndv55l] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

[b-9cofndv55l] .portfolio-item {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

[b-9cofndv55l] .portfolio-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: var(--color-primary);
}

.portfolio-role[b-9cofndv55l] {
    font-size: 12px;
    color: var(--color-primary);
    font-weight: 500;
    margin-top: 2px;
}

.portfolio-desc[b-9cofndv55l] {
    margin: 6px 0 0;
    font-size: 13px;
    color: #6B7280;
    line-height: 1.5;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .profile-cover[b-9cofndv55l] {
        height: 80px;
    }

    .profile-header-body[b-9cofndv55l] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 16px 20px;
    }

    .profile-avatar-area[b-9cofndv55l] {
        margin-top: -36px;
    }

    .profile-info[b-9cofndv55l] {
        padding-top: 0;
    }

    .profile-name-row[b-9cofndv55l] {
        justify-content: center;
    }

    .profile-meta-line[b-9cofndv55l] {
        justify-content: center;
    }

    .profile-about-short[b-9cofndv55l] {
        text-align: center;
    }

    .profile-actions[b-9cofndv55l] {
        justify-content: center;
        padding-top: 8px;
    }

    .profile-content[b-9cofndv55l] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "about"
            "skills"
            "prefs"
            "avail"
            "career"
            "portfolio";
    }

    .portfolio-grid[b-9cofndv55l] {
        grid-template-columns: 1fr;
    }

    .profile-info[b-9cofndv55l] {
        animation-name: fadeIn-b-9cofndv55l;
    }

    /* Disable hover effects on touch */
    [b-9cofndv55l] .profile-card:hover {
        transform: none;
        box-shadow: none;
    }

    [b-9cofndv55l] .portfolio-item:hover {
        transform: none;
        box-shadow: none;
        border-color: #E5E7EB;
    }

    [b-9cofndv55l] .career-timeline .ant-timeline-item-content:hover {
        transform: none;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .profile-content[b-9cofndv55l] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 260px 400px auto;
        grid-template-areas:
            "about      about"
            "skills     avail"
            "prefs      career"
            "portfolio  portfolio";
    }

    .portfolio-grid[b-9cofndv55l] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *[b-9cofndv55l], [b-9cofndv55l] * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* _content/NationalTalentEcosystemMVP/Pages/StudentPages/StudentReviewCreate.razor.rz.scp.css */
.review-page[b-ftrzmlcrr8] {
    padding: 32px 16px;
    min-height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    animation: fadeIn-b-ftrzmlcrr8 0.3s ease-out;
}

.review-container[b-ftrzmlcrr8] {
    width: 100%;
    max-width: 640px;
}

/* === HEADER === */
.review-header[b-ftrzmlcrr8] {
    margin-bottom: 28px;
    animation: slideUp-b-ftrzmlcrr8 0.3s ease-out;
}

.review-title[b-ftrzmlcrr8] {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.review-subtitle[b-ftrzmlcrr8] {
    font-size: 13px;
    color: #6B7280;
    margin-top: 2px;
}

/* === RATINGS === */
.ratings-section[b-ftrzmlcrr8] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 20px;
    animation: slideUp-b-ftrzmlcrr8 0.35s ease-out;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.ratings-section:hover[b-ftrzmlcrr8] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.section-label[b-ftrzmlcrr8] {
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.ratings-grid[b-ftrzmlcrr8] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rating-item[b-ftrzmlcrr8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.rating-label[b-ftrzmlcrr8] {
    font-size: 14px;
    color: #374151;
}

.ratings-section[b-ftrzmlcrr8]  .ant-rate {
    font-size: 20px;
    color: #0D9488;
}

.ratings-section[b-ftrzmlcrr8]  .ant-rate-star-full .anticon,
.ratings-section[b-ftrzmlcrr8]  .ant-rate-star-active .anticon,
.ratings-section[b-ftrzmlcrr8]  .ant-rate-star:hover .anticon,
.ratings-section[b-ftrzmlcrr8]  .ant-rate:not(.ant-rate-disabled) .ant-rate-star:hover .anticon,
.ratings-section[b-ftrzmlcrr8]  .ant-rate .ant-rate-star-full .anticon svg,
.ratings-section[b-ftrzmlcrr8]  .ant-rate .ant-rate-star-active .anticon svg {
    color: #0D9488;
}

.ratings-section[b-ftrzmlcrr8]  .ant-rate-star > div .anticon {
    color: #CBD5E1;
}

.company-link[b-ftrzmlcrr8] {
    color: #0D9488;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.company-link:hover[b-ftrzmlcrr8] {
    color: #0F766E;
    text-decoration: underline;
}

/* === FORM === */
.recommend-row[b-ftrzmlcrr8] {
    margin-bottom: 20px;
}

.recommend-row[b-ftrzmlcrr8]  .ant-checkbox-wrapper {
    font-size: 14px;
    color: #374151;
}

.form-actions[b-ftrzmlcrr8] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    animation: slideUp-b-ftrzmlcrr8 0.4s ease-out;
}

.form-actions[b-ftrzmlcrr8]  .ant-btn {
    border-radius: 20px;
    padding: 0 24px;
}

.form-actions[b-ftrzmlcrr8]  .ant-btn-primary {
    background: #0D9488;
    border-color: #0D9488;
}

.form-actions[b-ftrzmlcrr8]  .ant-btn-primary:hover {
    background: #0F766E;
    border-color: #0F766E;
}

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

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

@media (prefers-reduced-motion: reduce) {
    *[b-ftrzmlcrr8], *[b-ftrzmlcrr8]::before, *[b-ftrzmlcrr8]::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* === MOBILE === */
@media (max-width: 768px) {
    .review-page[b-ftrzmlcrr8] {
        padding: 16px 12px;
        min-height: calc(100vh - 80px);
    }

    .review-title[b-ftrzmlcrr8] {
        font-size: 18px;
    }

    .ratings-section[b-ftrzmlcrr8] {
        padding: 16px;
    }

    .rating-item[b-ftrzmlcrr8] {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .rating-label[b-ftrzmlcrr8] {
        font-size: 13px;
    }

    .form-actions[b-ftrzmlcrr8] {
        flex-direction: column;
    }

    .form-actions[b-ftrzmlcrr8]  .ant-btn {
        width: 100%;
    }
}
