:root {
    --ink: #172033;
    --muted: #667085;
    --line: #e4e9f2;
    --canvas: #f9fafb;
    --blue: #1e3a8a;
    --blue-dark: #162e70;
    --brand: #10b981;
    --brand-dark: #059669;
    --amber: #facc15;
    --orange: #f97316;
    --purple: #7c3aed;
    --rose: #ef4444;
    --sky: #0ea5e9;
    --teal: #14b8a6;
    --accent-orange: #ff6f61;
    --accent-orange-dark: #e9564a;
    --accent-orange-soft: #fff0ee;
}

* {
    letter-spacing: 0;
}

body {
    background: var(--canvas);
    color: var(--ink);
    font-family: Arial, sans-serif;
}

.app-disclaimer-banner {
    align-items: flex-start;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-left: 4px solid var(--orange);
    border-radius: 12px;
    color: #7c2d12;
    display: flex;
    font-size: 12px;
    gap: 10px;
    line-height: 1.45;
    padding: 11px 13px;
}

.app-disclaimer-banner i {
    color: var(--orange);
    flex: 0 0 auto;
    margin-top: 2px;
}

.app-footer-disclaimer {
    padding: 6px 0 18px;
}

.support-query-text {
    background: #fff;
    line-height: 1.65;
    max-height: 420px;
    overflow-y: auto;
    overflow-wrap: anywhere;
    white-space: normal;
}

.public-auth-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.public-auth-page .hero {
    flex: 1 0 auto;
    min-height: auto;
}

.public-auth-footer {
    background: #fff;
    color: var(--ink);
    flex: 0 0 auto;
    padding: 18px 0;
}

.public-auth-footer a {
    color: var(--blue);
    font-weight: 700;
}

.special-code-recipient-list {
    max-height: 320px;
    overflow-y: auto;
}

.special-code-recipient {
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 10px;
}

.special-code-recipient:last-child {
    border-bottom: 0;
}

.special-code-recipient span {
    display: grid;
    gap: 2px;
}

.special-code-recipient small {
    color: var(--muted);
}

.app-nav {
    background: var(--blue);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 8px 24px rgba(30, 58, 138, .14);
}

.app-nav .navbar-brand,
.app-nav .nav-link {
    color: #fff;
}

.app-nav .nav-link {
    border-radius: 999px;
    font-size: 14px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    position: relative;
    transition: background .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
}

.app-nav button.nav-link {
    background: transparent;
    border: 0;
}

.app-menu-disclosure {
    position: relative;
}

.app-menu-disclosure > summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    list-style: none;
    user-select: none;
}

.app-menu-disclosure > summary::-webkit-details-marker {
    display: none;
}

.app-menu-disclosure > summary::after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    margin-left: .4em;
    transition: transform .2s ease;
}

.app-menu-disclosure[open] > summary::after {
    transform: rotate(180deg);
}

.app-menu-disclosure[open] > .app-submenu {
    display: block;
    z-index: 1100;
}

@media (max-width: 991.98px) {
    .app-menu-disclosure > .app-submenu {
        margin-top: 4px;
        position: static;
        width: 100%;
    }
}

.app-nav .nav-link:hover,
.app-nav .nav-link:focus-visible {
    background: var(--accent-orange);
    box-shadow: 0 8px 20px rgba(255, 111, 97, .3);
    color: #fff;
    outline: none;
    transform: translateY(-2px);
}

.app-nav .nav-link.active,
.app-menu-disclosure.has-active-item > summary {
    background: var(--accent-orange);
    box-shadow: 0 8px 20px rgba(255, 111, 97, .3);
    color: #fff;
}

.app-nav .nav-link:hover i,
.app-nav .nav-link:focus-visible i,
.app-nav .nav-link.active i {
    transform: scale(1.12) rotate(-4deg);
}

.app-nav .nav-link i {
    transition: transform .22s ease;
}

.account-info-button {
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
}

.account-info-modal {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.22);
}

.account-info-row {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.account-info-row:last-child {
    border-bottom: 0;
}

.account-info-row span {
    color: #64748b;
}

.account-info-row span i {
    width: 1.4rem;
    color: var(--brand);
}

.account-info-row strong {
    text-align: right;
}

.app-nav .btn-outline-secondary {
    border-color: rgba(255, 255, 255, .36);
    color: #fff;
}

.app-nav .btn-outline-secondary:hover {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
    color: #fff;
}

.app-submenu {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
    padding: 8px;
}

.app-submenu .dropdown-item {
    align-items: center;
    border-radius: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    padding: 10px 11px;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.app-submenu .dropdown-item i {
    color: var(--accent-orange);
    transition: transform .2s ease;
    width: 18px;
}

.app-submenu .dropdown-item:hover,
.app-submenu .dropdown-item:focus-visible {
    background: var(--accent-orange-soft);
    color: var(--accent-orange-dark);
    outline: none;
    transform: translateX(3px);
}

.app-submenu .dropdown-item:hover i,
.app-submenu .dropdown-item:focus-visible i {
    transform: scale(1.14);
}

.app-submenu .dropdown-item.active,
.app-submenu .dropdown-item.active:hover {
    background: var(--accent-orange);
    color: #fff;
}

.app-submenu .dropdown-item.active i {
    color: #fff;
}

.app-nav .navbar-toggler {
    border-color: rgba(255, 255, 255, .4);
    filter: brightness(0) invert(1);
}

.referral-ticker-bar {
    background:
        radial-gradient(circle at 12% 50%, rgba(250, 204, 21, .28), transparent 16rem),
        linear-gradient(100deg, #172554 0%, #1e3a8a 48%, #0f766e 100%);
    border-bottom: 3px solid #facc15;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .18);
    color: #fff;
}

.referral-ticker-bar a {
    align-items: center;
    color: inherit;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr auto;
    margin: 0 auto;
    max-width: 1500px;
    padding: 11px 20px;
    text-decoration: none;
    transition: background .2s ease;
}

.referral-ticker-bar a:hover,
.referral-ticker-bar a:focus-visible {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.referral-ticker-icon {
    align-items: center;
    background: #facc15;
    border-radius: 12px;
    color: #713f12;
    display: flex;
    font-size: 19px;
    height: 42px;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(250, 204, 21, .28);
    width: 42px;
}

.referral-ticker-copy {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    line-height: 1.35;
}

.referral-ticker-copy strong {
    color: #fde047;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.referral-ticker-copy > span {
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
}

.referral-ticker-action {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: var(--blue);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    padding: 8px 13px;
    white-space: nowrap;
}

.referral-primary-link {
    align-items: stretch;
    background: linear-gradient(135deg, #eff6ff, #ecfdf5);
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
    padding: 14px;
}

.referral-primary-link .form-control {
    background: #fff;
    border-color: #93c5fd;
    font-weight: 700;
}

.announcement-ticker {
    --announcement-accent: #67e8f9;
    --announcement-bg-one: #312e81;
    --announcement-bg-two: #0e7490;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 990;
}

.announcement-ticker.theme-coral {
    --announcement-accent: #fde68a;
    --announcement-bg-one: #be123c;
    --announcement-bg-two: #6d28d9;
}

.announcement-ticker.theme-emerald {
    --announcement-accent: #a7f3d0;
    --announcement-bg-one: #064e3b;
    --announcement-bg-two: #172554;
}

.announcement-ticker.theme-gold {
    --announcement-accent: #fff7b2;
    --announcement-bg-one: #7f1d1d;
    --announcement-bg-two: #a16207;
}

.announcement-ticker-window {
    background: linear-gradient(100deg, var(--announcement-bg-one), var(--announcement-bg-two));
    box-shadow: inset 0 1px rgba(255, 255, 255, .12), inset 0 -1px rgba(15, 23, 42, .2);
    min-height: 54px;
    overflow: hidden;
    position: relative;
}

.announcement-ticker-window::before,
.announcement-ticker-window::after {
    content: "";
    inset-block: 0;
    pointer-events: none;
    position: absolute;
    width: 70px;
    z-index: 2;
}

.announcement-ticker-window::before {
    background: linear-gradient(90deg, var(--announcement-bg-one), transparent);
    left: 0;
}

.announcement-ticker-window::after {
    background: linear-gradient(270deg, var(--announcement-bg-two), transparent);
    right: 0;
}

.announcement-ticker a {
    color: inherit;
    text-decoration: none;
}

.announcement-ticker-track {
    align-items: center;
    animation: announcement-scroll var(--announcement-duration, 32s) linear infinite;
    display: flex;
    min-height: 54px;
    width: max-content;
    will-change: transform;
}

.announcement-ticker:hover .announcement-ticker-track,
.announcement-ticker:focus-within .announcement-ticker-track {
    animation-play-state: paused;
}

.announcement-ticker-item {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: clamp(1rem, 1.6vw, 1.32rem);
    gap: 13px;
    letter-spacing: .01em;
    line-height: 1.3;
    min-width: max-content;
    padding: 12px 70px;
}

.announcement-ticker-item::after {
    color: var(--announcement-accent);
    content: "✦";
    margin-left: 70px;
}

.announcement-ticker-item i {
    color: var(--announcement-accent);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .2));
}

@keyframes announcement-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 767.98px) {
    .referral-ticker-bar a {
        gap: 9px;
        grid-template-columns: auto 1fr;
        padding: 10px 13px;
    }

    .referral-ticker-action {
        display: none;
    }

    .referral-ticker-copy {
        display: grid;
        gap: 2px;
    }

    .referral-ticker-copy > span {
        font-size: 11px;
    }

    .referral-primary-link {
        grid-template-columns: 1fr;
    }

    .announcement-ticker-window,
    .announcement-ticker-track {
        min-height: 48px;
    }

    .announcement-ticker-item {
        font-size: .95rem;
        padding: 10px 38px;
    }

    .announcement-ticker-item::after {
        margin-left: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .announcement-ticker-window {
        overflow-x: auto;
    }

    .announcement-ticker-track {
        animation: none;
    }

    .announcement-ticker-item + .announcement-ticker-item {
        display: none;
    }
}

.admin-pending-nav {
    color: #b45309 !important;
    font-weight: 700;
}

.admin-pending-menu .dropdown-item {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 320px;
}

.admin-pending-card {
    align-items: center;
    background: linear-gradient(135deg, #fff7ed, #ffffff);
    border: 1px solid #fed7aa;
    border-radius: 18px;
    color: #1f2937;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr auto;
    min-height: 92px;
    padding: 18px;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.admin-pending-card:hover {
    border-color: #fb923c;
    box-shadow: 0 14px 32px rgba(251, 146, 60, .18);
    color: #111827;
    transform: translateY(-2px);
}

.admin-pending-card i {
    background: #ffedd5;
    border-radius: 14px;
    color: #ea580c;
    display: grid;
    height: 42px;
    place-items: center;
    width: 42px;
}

.admin-pending-card span {
    font-size: .9rem;
    font-weight: 700;
}

.admin-pending-card strong {
    color: #c2410c;
    font-size: 1.35rem;
}

.admin-subject-approval-matrix {
    min-width: 980px;
}

.admin-subject-approval-matrix th {
    background: #f8fafc;
    color: #475569;
    font-size: .78rem;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.admin-subject-approval-matrix td {
    vertical-align: top;
}

.hero {
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(30, 58, 138, .94), rgba(30, 58, 138, .58)),
        url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1600&q=80') center/cover;
    color: #fff;
    display: flex;
    align-items: center;
}

.auth-panel {
    background: #fff;
    color: var(--ink);
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
}

.auth-panel-interactive {
    border: 1px solid rgba(255, 255, 255, .7);
    position: relative;
    transition: box-shadow .3s ease, transform .3s ease;
}

.auth-panel-interactive:hover {
    box-shadow: 0 30px 85px rgba(15, 23, 42, .3);
    transform: translateY(-4px);
}

.login-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.login-stat-card {
    align-items: flex-start;
    background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .14);
    backdrop-filter: blur(8px);
    display: flex;
    gap: 13px;
    min-height: 132px;
    padding: 16px;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.login-stat-card:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .12));
    border-color: rgba(255, 255, 255, .42);
    transform: translateY(-2px);
}

.login-stat-icon {
    align-items: center;
    background: rgba(255, 209, 102, .18);
    border: 1px solid rgba(255, 209, 102, .32);
    border-radius: 8px;
    color: #ffd166;
    display: flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    margin-top: 2px;
}

.login-stat-icon i {
    font-size: 1.1rem;
}

.login-stat-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.login-stat-copy strong {
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.login-stat-copy span {
    color: #fff;
    display: block;
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.2;
}

.login-stat-copy small,
.login-refresh-time {
    color: rgba(255, 255, 255, .72);
}

.login-stat-copy small {
    display: block;
    font-size: .79rem;
    line-height: 1.35;
}

.persona-selector {
    background: #f1f5f9;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    gap: 5px;
    padding: 5px;
}

.persona-selector .persona-btn {
    border-radius: 10px !important;
    font-size: 13px;
    font-weight: 800;
    min-height: 46px;
    transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
}

.persona-selector .persona-btn.active {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
    box-shadow: 0 8px 18px rgba(255, 111, 97, .28);
    color: #fff;
}

.persona-selector .persona-btn:not(.active):hover,
.persona-selector .persona-btn:not(.active):focus-visible {
    background: var(--accent-orange-soft);
    border-color: #ffb4ad;
    color: var(--accent-orange-dark);
    outline: none;
    transform: translateY(-2px);
}

.persona-selector .persona-btn i {
    transition: transform .22s ease;
}

.persona-selector .persona-btn:hover i,
.persona-selector .persona-btn:focus-visible i,
.persona-selector .persona-btn.active i {
    transform: scale(1.12) rotate(-5deg);
}

.auth-panel .nav-pills {
    background: #fff7f5;
    border: 1px solid #ffd6d1;
    border-radius: 999px;
    display: inline-flex;
    gap: 5px;
    padding: 5px;
}

.auth-panel .nav-pills .nav-link {
    border-radius: 999px;
    color: var(--muted);
    font-weight: 800;
    padding: 9px 17px;
    transition: background .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
}

.auth-panel .nav-pills .nav-link:hover,
.auth-panel .nav-pills .nav-link:focus-visible {
    background: var(--accent-orange-soft);
    color: var(--accent-orange-dark);
    outline: none;
    transform: translateY(-2px);
}

.auth-panel .nav-pills .nav-link.active {
    background: var(--accent-orange);
    box-shadow: 0 8px 18px rgba(255, 111, 97, .28);
    color: #fff;
}

.auth-primary-action {
    align-items: center;
    background: linear-gradient(135deg, var(--accent-orange), #ff8a7f);
    border: 2px solid var(--accent-orange-dark);
    box-shadow: 0 10px 24px rgba(255, 111, 97, .3);
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: space-between;
    min-height: 50px;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 16px;
    position: relative;
}

.auth-primary-action::before {
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .34) 50%, transparent 80%);
    content: "";
    height: 180%;
    left: -55%;
    position: absolute;
    top: -40%;
    transform: rotate(12deg);
    transition: left .45s ease;
    width: 38%;
}

.auth-primary-action:hover,
.auth-primary-action:focus-visible {
    background: linear-gradient(135deg, var(--accent-orange-dark), var(--accent-orange));
    border-color: #d94b40;
    box-shadow: 0 16px 32px rgba(255, 111, 97, .4);
    transform: translateY(-3px) scale(1.01);
}

.auth-primary-action:hover::before,
.auth-primary-action:focus-visible::before {
    left: 120%;
}

.auth-action-arrow {
    background: rgba(255, 255, 255, .18);
    border-radius: 999px;
    display: inline-grid;
    height: 30px;
    place-items: center;
    transition: background .2s ease, transform .2s ease;
    width: 30px;
}

.auth-primary-action:hover .auth-action-arrow,
.auth-primary-action:focus-visible .auth-action-arrow {
    background: #fff;
    color: var(--accent-orange-dark);
    transform: translateX(3px);
}

.public-auth-page .hero .btn-outline-light:hover,
.public-auth-page .hero .btn-outline-light:focus-visible {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
    box-shadow: 0 10px 22px rgba(255, 111, 97, .3);
    color: #fff;
}

.auth-panel .btn-link {
    color: var(--accent-orange-dark);
}

.auth-panel .btn-link:hover,
.auth-panel .btn-link:focus-visible {
    color: #c63f35;
}

.btn-brand {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
    box-shadow: 0 8px 20px rgba(255, 111, 97, .2);
    color: #fff;
}

.btn-brand:hover,
.btn-brand:focus-visible {
    background: var(--accent-orange-dark);
    border-color: var(--accent-orange-dark);
    box-shadow: 0 12px 26px rgba(255, 111, 97, .32);
    color: #fff;
}

.btn {
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.btn:hover,
.btn:focus-visible {
    box-shadow: 0 10px 22px rgba(15, 23, 42, .1);
    transform: translateY(-2px);
}

.metric,
.panel,
.opportunity-card,
.plan-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.panel {
    transition: box-shadow .22s ease, transform .22s ease;
}

.panel > h1,
.panel > h2,
.panel > h3,
.panel > .d-flex:first-child h1,
.panel > .d-flex:first-child h2,
.panel > .d-flex:first-child h3 {
    display: inline-block;
    position: relative;
    transition: color .22s ease, transform .22s ease;
}

.panel > h1::after,
.panel > h2::after,
.panel > h3::after,
.panel > .d-flex:first-child h1::after,
.panel > .d-flex:first-child h2::after,
.panel > .d-flex:first-child h3::after {
    background: var(--accent-orange);
    border-radius: 999px;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(.25);
    transform-origin: left;
    transition: transform .24s ease;
    width: 42px;
}

.panel:hover > h1,
.panel:hover > h2,
.panel:hover > h3,
.panel:hover > .d-flex:first-child h1,
.panel:hover > .d-flex:first-child h2,
.panel:hover > .d-flex:first-child h3 {
    color: var(--accent-orange-dark);
    transform: translateX(3px);
}

.panel:hover > h1::after,
.panel:hover > h2::after,
.panel:hover > h3::after,
.panel:hover > .d-flex:first-child h1::after,
.panel:hover > .d-flex:first-child h2::after,
.panel:hover > .d-flex:first-child h3::after {
    transform: scaleX(1);
}

.metric {
    border-top: 3px solid var(--brand);
    padding: 18px;
    height: 100%;
    transition: box-shadow .22s ease, transform .22s ease;
}

.metric:hover,
.panel:hover,
.opportunity-card:hover,
.section-shortcut:hover,
.swot-card:hover {
    box-shadow: 0 18px 34px rgba(30, 58, 138, .12);
    transform: translateY(-4px);
}

.metric span,
.eyebrow,
.muted {
    color: var(--muted);
}

.metric strong {
    display: block;
    font-size: 32px;
    line-height: 1;
    margin-top: 8px;
}

.support-workspace {
    max-width: 1180px;
    margin: 0 auto;
}

.support-hero-panel {
    background: linear-gradient(135deg, var(--blue), #3159b7 58%, #10b981);
}

.support-hero-panel .eyebrow,
.support-hero-panel .lead,
.support-hero-panel p {
    color: rgba(255, 255, 255, .84);
}

.support-lookup-card {
    border-top: 4px solid var(--accent-orange);
}

.support-result-pill,
.support-role-pill {
    align-items: center;
    background: #eef6ff;
    border: 1px solid #d8e8ff;
    border-radius: 999px;
    color: var(--blue);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    gap: 4px;
    padding: 7px 11px;
}

.support-role-pill {
    background: var(--accent-orange-soft);
    border-color: #ffd1cb;
    color: var(--accent-orange-dark);
    margin-top: 8px;
}

.support-search-form .input-group-text {
    background: #fff;
    border-color: var(--line);
    color: var(--accent-orange-dark);
}

.support-search-form .form-control,
.support-user-select {
    border-color: #cfd7e6;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.support-search-form .form-control:focus,
.support-user-select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 .22rem rgba(30, 58, 138, .12);
}

.support-user-grid {
    display: grid;
    gap: 12px;
}

.support-user-card {
    align-items: flex-start;
    background: linear-gradient(180deg, #fff, #fbfdff);
    border: 1px solid var(--line);
    border-radius: 16px;
    display: flex;
    gap: 14px;
    padding: 14px;
    transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}

.support-user-card:hover {
    border-color: #c8d7f2;
    box-shadow: 0 14px 30px rgba(30, 58, 138, .1);
    transform: translateY(-2px);
}

.support-user-avatar {
    align-items: center;
    background: linear-gradient(135deg, var(--accent-orange), var(--blue));
    border-radius: 14px;
    color: #fff;
    display: flex;
    flex: 0 0 48px;
    font-size: 1.15rem;
    font-weight: 800;
    height: 48px;
    justify-content: center;
}

.support-user-main {
    min-width: 0;
    width: 100%;
}

.support-user-card h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 4px;
}

.support-user-card p {
    color: var(--muted);
    font-size: .88rem;
    margin: 0 0 2px;
    overflow-wrap: anywhere;
}

.support-detail-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.support-detail-item {
    background: #fbfdff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px 14px;
}

.support-detail-item span {
    color: var(--muted);
    display: block;
    font-size: .76rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.support-detail-item strong {
    color: var(--ink);
    display: block;
    font-size: .92rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    white-space: normal;
}

.support-readonly-details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    margin-top: 10px;
    overflow: hidden;
}

.support-readonly-details summary {
    align-items: center;
    color: var(--blue);
    cursor: pointer;
    display: flex;
    font-weight: 800;
    gap: 8px;
    padding: 12px 14px;
}

.support-readonly-details summary::before {
    color: var(--accent-orange);
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: .78rem;
    font-weight: 900;
    transition: transform .2s ease;
}

.support-readonly-details[open] summary::before {
    transform: rotate(90deg);
}

.support-readonly-details pre {
    background: #f8fafc;
    border-top: 1px solid var(--line);
    color: #334155;
    font-family: Arial, sans-serif;
    font-size: .86rem;
    line-height: 1.55;
    margin: 0;
    max-height: 420px;
    overflow: auto;
    padding: 14px;
    white-space: pre-wrap;
}

.support-timeline {
    display: grid;
    gap: 12px;
}

.support-timeline-item {
    background: linear-gradient(180deg, #fff, #fbfdff);
    border: 1px solid var(--line);
    border-left: 4px solid var(--brand);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 14px;
}

.support-timeline-item strong {
    color: var(--ink);
}

.dashboard-shell {
    padding: 28px 16px;
}

.dashboard-hero {
    background: linear-gradient(135deg, var(--blue), #3159b7);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(30, 58, 138, .2);
    color: #fff;
    overflow: hidden;
    padding: 22px;
    position: relative;
}

#dashboard-guidance {
    scroll-margin-top: 96px;
}

.dashboard-hero::after {
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
    height: 180px;
    position: absolute;
    right: -46px;
    top: -72px;
    width: 180px;
}

.dashboard-hero .muted,
.dashboard-hero .eyebrow {
    color: rgba(255, 255, 255, .74);
}

.dashboard-hero .btn-outline-secondary,
.dashboard-hero .btn-outline-primary {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .58);
    color: #fff;
}

.dashboard-hero .btn-outline-secondary:hover,
.dashboard-hero .btn-outline-primary:hover {
    background: #fff;
    border-color: #fff;
    color: var(--blue);
}

.weekly-update {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 14px;
    color: #854d0e;
}

.progress-ring {
    align-items: center;
    background: conic-gradient(var(--brand) calc(var(--progress) * 1%), rgba(255, 255, 255, .18) 0);
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 86px;
    justify-content: center;
    position: relative;
    width: 86px;
}

.progress-ring::before {
    background: var(--blue);
    border-radius: 50%;
    content: "";
    height: 66px;
    position: absolute;
    width: 66px;
}

.progress-ring strong {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.profile-checklist-trigger {
    border: 0;
    color: var(--blue);
    font-weight: 800;
}

.checklist-section {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
}

.checklist-grid {
    display: grid;
    gap: 8px;
}

.checklist-row {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 9px 11px;
}

.checklist-row span {
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
}

.checklist-row strong {
    border-radius: 999px;
    font-size: 12px;
    min-width: 48px;
    padding: 5px 9px;
    text-align: center;
}

.checklist-row strong.is-yes {
    background: #dcfce7;
    color: #166534;
}

.checklist-row strong.is-no {
    background: #fee2e2;
    color: #991b1b;
}

.cv-paid-preview {
    align-items: center;
    background: linear-gradient(135deg, #eff6ff, #ecfdf5);
    border: 1px solid #bfdbfe;
    border-radius: 18px;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr minmax(150px, 220px);
    overflow: hidden;
    padding: 16px;
}

.cv-paid-preview img {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .16);
    max-height: 260px;
    object-fit: contain;
    width: 100%;
}

.section-shortcut {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    color: var(--ink);
    display: block;
    height: 100%;
    padding: 15px;
    text-decoration: none;
    transition: box-shadow .22s ease, transform .22s ease;
}

.section-shortcut i {
    align-items: center;
    border-radius: 12px;
    display: flex;
    font-size: 17px;
    height: 38px;
    justify-content: center;
    margin-bottom: 12px;
    width: 38px;
}

.section-shortcut strong,
.section-shortcut span {
    display: block;
}

.section-shortcut span {
    color: var(--muted);
    font-size: 12px;
    margin-top: 3px;
}

.shortcut-stream i { background: #dbeafe; color: var(--blue); }
.shortcut-course i { background: #ccfbf1; color: #0f766e; }
.shortcut-scholarship i { background: #ede9fe; color: var(--purple); }
.shortcut-internship i { background: #ffedd5; color: var(--orange); }
.shortcut-skills i { background: #e0f2fe; color: var(--sky); }
.shortcut-earnings i { background: #dcfce7; color: #15803d; }

.panel-accent-blue { border-top: 4px solid var(--blue); }
.panel-accent-purple { border-top: 4px solid var(--purple); }
.panel-accent-gold { border-top: 4px solid var(--amber); }
.panel-accent-sky { border-top: 4px solid var(--sky); }
.panel-accent-green { border-top: 4px solid var(--brand); }

.swot-card {
    border-left: 4px solid transparent;
    transition: box-shadow .22s ease, transform .22s ease;
}

.swot-strengths { background: #f0fdf4; border-left-color: #22c55e; }
.swot-weaknesses { background: #fef2f2; border-left-color: var(--rose); }
.swot-opportunities { background: #f0f9ff; border-left-color: var(--sky); }
.swot-threats { background: #fff7ed; border-left-color: var(--orange); }

.premium-vault {
    background: linear-gradient(145deg, #faf5ff, #fff);
    border-top: 4px solid var(--purple);
}

.academic-score-box,
.content-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px;
}

.academic-score-box {
    background: #f8fafc;
}

.psychometric-topic-accordion .accordion-button {
    font-weight: 800;
}

.psychometric-topic-form {
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.psychometric-topic-list {
    display: grid;
    gap: 8px;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 4px;
}

.psychometric-topic-option {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.psychometric-topic-option:hover {
    background: #fff;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.psychometric-topic-option .form-check-input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.psychometric-topic-option span {
    display: grid;
    gap: 2px;
}

.psychometric-topic-option small {
    color: var(--muted);
}

.empty-state,
.locked-state {
    border-radius: 10px;
    color: var(--muted);
    font-size: 13px;
    padding: 10px 12px;
}

.empty-state {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
}

.locked-state {
    background: #faf5ff;
    border: 1px solid #ddd6fe;
    color: #6d28d9;
}

.status-pill {
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
}

.trust-high { background: #dcfce7; color: #166534; }
.trust-mid { background: #fef3c7; color: #92400e; }
.trust-low { background: #ffe4e6; color: #9f1239; }

.roadmap-step {
    border-left: 3px solid var(--brand);
    padding-left: 14px;
}

.profile-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.profile-facts div {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
}

.profile-facts span {
    color: var(--muted);
    display: block;
    font-size: 12px;
}

.profile-facts strong {
    display: block;
    font-size: 14px;
    margin-top: 3px;
}

.profile-chip {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    color: #047857;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 9px;
}

.plan-card {
    display: flex;
    flex-direction: column;
}

.offer-badge {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    color: #9a3412;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    white-space: nowrap;
}

.price-stack strong {
    color: var(--brand-dark);
    display: block;
    font-size: 28px;
    line-height: 1.1;
}

.original-price {
    color: var(--muted);
    display: block;
    font-size: 13px;
    text-decoration: line-through;
}

.plan-benefits {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.plan-benefits li {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.plan-benefits i {
    color: var(--brand);
    font-size: 12px;
    margin-top: 4px;
}

.plan-card form {
    margin-top: auto;
}

.stacked-form .form-label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 12px;
}

.stacked-form .form-control,
.stacked-form .form-select {
    font-size: 14px;
}

.admin-table {
    min-width: 720px;
}

.admin-table th {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
}

.translation-input {
    min-width: 220px;
}

.table > :not(caption) > * > * {
    padding-bottom: .8rem;
    padding-top: .8rem;
}

.btn {
    border-radius: 10px;
    font-weight: 700;
}

.btn-outline-primary {
    border-color: var(--blue);
    color: var(--blue);
}

.btn-outline-primary:hover {
    background: var(--blue);
    border-color: var(--blue);
}

.dashboard-tabs {
    margin-top: 24px;
    scroll-margin-top: 84px;
}

.dashboard-tab-list {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
    overflow-x: auto;
    padding: 8px;
    scrollbar-width: thin;
}

.dashboard-tabs::before {
    color: var(--muted);
    content: "Menu > Submenu > Section";
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 8px 2px;
}

.dashboard-tab {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 11px;
    color: var(--muted);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    padding: 11px 14px;
    position: relative;
    transition: background .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
}

.dashboard-tab::after {
    background: #fff;
    border-radius: 999px;
    bottom: 3px;
    content: "";
    height: 3px;
    left: 14px;
    opacity: 0;
    position: absolute;
    right: 14px;
    transform: scaleX(.35);
    transition: opacity .22s ease, transform .22s ease;
}

.dashboard-tab:hover,
.dashboard-tab:focus-visible {
    background: var(--accent-orange-soft);
    color: var(--accent-orange-dark);
    box-shadow: 0 8px 18px rgba(255, 111, 97, .18);
    outline: none;
    transform: translateY(-3px);
}

.dashboard-tab.active {
    background: var(--accent-orange);
    box-shadow: 0 9px 20px rgba(255, 111, 97, .3);
    color: #fff;
}

.dashboard-tab.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.dashboard-tab-pane {
    display: none;
}

.dashboard-tab-pane.active {
    display: block;
}

.dashboard-section-nav {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px;
}

.dashboard-section-chip {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 11px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.dashboard-section-chip:hover,
.dashboard-section-chip:focus-visible {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
    color: #fff;
    outline: none;
    transform: translateY(-2px);
}

.dashboard-section {
    scroll-margin-top: 128px;
}

.dashboard-tab-pane > .panel,
.dashboard-tab-pane > .row {
    margin-bottom: 18px !important;
    margin-top: 0 !important;
}

.dashboard-tab-pane > :last-child {
    margin-bottom: 0 !important;
}

.nav-pills .nav-link.active,
.nav-tabs .nav-link.active {
    background: var(--accent-orange);
    color: #fff;
}

.btn-outline-primary {
    border-color: var(--accent-orange);
    color: var(--accent-orange-dark);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
    color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .app-nav .nav-link,
    .app-nav .nav-link i,
    .app-submenu .dropdown-item,
    .app-submenu .dropdown-item i,
    .btn,
    .panel,
    .panel h1,
    .panel h2,
    .panel h3,
    .dashboard-tab,
    .dashboard-section-chip,
    .persona-selector .persona-btn,
    .persona-selector .persona-btn i,
    .auth-panel .nav-pills .nav-link {
        transition: none !important;
    }
}

/* Admissions workspace */
.admissions-page {
    background:
        radial-gradient(circle at 92% 4%, rgba(14, 165, 233, .1), transparent 28rem),
        radial-gradient(circle at 8% 35%, rgba(16, 185, 129, .08), transparent 24rem);
}

.admissions-hero {
    background: linear-gradient(135deg, #162e70 0%, #1e3a8a 58%, #0f766e 130%);
    border-radius: 24px;
    box-shadow: 0 22px 54px rgba(30, 58, 138, .24);
    color: #fff;
    overflow: hidden;
    padding: clamp(24px, 4vw, 46px);
    position: relative;
}

.admissions-hero::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    border-radius: 50%;
    content: "";
    height: 320px;
    position: absolute;
    right: -120px;
    top: -180px;
    width: 320px;
}

.admissions-hero > * {
    position: relative;
    z-index: 1;
}

.admissions-hero .eyebrow,
.admissions-hero p {
    color: rgba(255, 255, 255, .82);
}

.admissions-plan-pill {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    padding: 8px 12px;
}

.admissions-readiness-orb {
    align-items: center;
    background: conic-gradient(#34d399 calc(var(--admissions-progress) * 1%), rgba(255, 255, 255, .16) 0);
    border-radius: 50%;
    display: flex;
    height: 174px;
    justify-content: center;
    margin-inline: auto;
    padding: 11px;
    width: 174px;
}

.admissions-readiness-orb::before {
    background: #17387f;
    border-radius: inherit;
    content: "";
    inset: 11px;
    position: absolute;
}

.admissions-readiness-orb {
    position: relative;
}

.admissions-readiness-orb span {
    display: grid;
    font-size: 12px;
    gap: 2px;
    position: relative;
    text-align: center;
}

.admissions-readiness-orb strong {
    font-size: 38px;
    line-height: 1;
}

.admissions-tabs {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 7px;
    position: sticky;
    top: 78px;
    z-index: 20;
}

.admissions-tabs a {
    align-items: center;
    border-radius: 13px;
    color: var(--muted);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    padding: 11px 8px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.admissions-tabs a:hover,
.admissions-tabs a:focus-visible {
    background: var(--accent-orange-soft);
    color: var(--accent-orange-dark);
    transform: translateY(-2px);
}

.admissions-tabs a.active {
    background: var(--blue);
    box-shadow: 0 8px 18px rgba(30, 58, 138, .2);
    color: #fff;
}

.admissions-mini-feature {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: flex;
    gap: 12px;
    padding: 13px;
}

.admissions-mini-feature > i {
    color: var(--brand);
    margin-top: 3px;
}

.admissions-mini-feature span {
    display: grid;
    gap: 3px;
}

.admissions-mini-feature small {
    color: var(--muted);
}

.admissions-lock-compact {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(220px, 1.1fr) minmax(260px, 1.4fr) auto;
    padding: 18px;
}

.admissions-lock-compact h2 {
    color: var(--ink);
}

.admissions-lock-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.admissions-lock-features span {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    padding: 8px 10px;
}

.admissions-lock-features i {
    color: var(--brand);
}

.admissions-lock-action {
    white-space: nowrap;
}

.admissions-tool-card {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 16px;
    color: var(--ink);
    display: grid;
    gap: 13px;
    grid-template-columns: 46px 1fr auto;
    height: 100%;
    padding: 16px;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.admissions-tool-card:hover,
.admissions-tool-card:focus-visible {
    border-color: #93c5fd;
    box-shadow: 0 14px 28px rgba(30, 58, 138, .12);
    color: var(--ink);
    transform: translateY(-3px);
}

.admissions-tool-card > i:first-child {
    align-items: center;
    background: #dbeafe;
    border-radius: 13px;
    color: var(--blue);
    display: flex;
    font-size: 19px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.admissions-tool-card span {
    display: grid;
}

.admissions-tool-card small,
.admissions-tool-card em {
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
}

.admissions-tool-card strong {
    font-size: 17px;
}

.admissions-progress-row {
    margin-bottom: 16px;
}

.admissions-progress-row > div:first-child {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin-bottom: 6px;
}

.admissions-progress-row .progress {
    background: #e9eef7;
    height: 9px;
}

.admissions-progress-row .progress-bar {
    background: linear-gradient(90deg, var(--blue), var(--brand));
}

.admissions-advisor {
    position: sticky;
    top: 174px;
}

.admissions-advisor-icon {
    align-items: center;
    background: #ede9fe;
    border-radius: 16px;
    color: var(--purple);
    display: flex;
    font-size: 22px;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.admissions-advisor ol,
.admissions-action-list {
    display: grid;
    gap: 12px;
    padding-left: 22px;
}

.admissions-college-card,
.admissions-exam-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 19px;
    transition: box-shadow .22s ease, transform .22s ease;
}

.admissions-college-card:hover,
.admissions-exam-card:hover {
    box-shadow: 0 18px 36px rgba(30, 58, 138, .12);
    transform: translateY(-4px);
}

.admissions-fit {
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    padding: 6px 10px;
    text-transform: uppercase;
}

.admissions-fit.reach {
    background: #fff7ed;
    color: #c2410c;
}

.admissions-fit.target {
    background: #eff6ff;
    color: #1d4ed8;
}

.admissions-fit.safety {
    background: #ecfdf5;
    color: #047857;
}

.admissions-fit-score {
    color: var(--blue);
    font-size: 19px;
}

.admissions-match-reason {
    align-items: flex-start;
    background: #f8fafc;
    border-radius: 11px;
    color: #475467;
    display: flex;
    font-size: 12px;
    gap: 8px;
    padding: 10px;
}

.admissions-match-reason i {
    color: var(--brand-dark);
    margin-top: 2px;
}

.admissions-exam-card > i {
    align-items: center;
    background: #dbeafe;
    border-radius: 15px;
    color: var(--blue);
    display: flex;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.admissions-exam-card h2 {
    font-size: 34px;
    margin: 0;
}

.admissions-history-row {
    align-items: center;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    display: grid;
    gap: 12px;
    grid-template-columns: 80px 1fr auto auto;
    padding: 13px 4px;
    text-decoration: none;
}

.admissions-history-row small {
    color: var(--muted);
}

.admissions-test-timer {
    align-items: center;
    background: #eff6ff;
    border-radius: 999px;
    color: var(--blue);
    display: inline-flex;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    gap: 8px;
    padding: 9px 14px;
}

.admissions-test-timer.is-low {
    background: #fff7ed;
    color: #c2410c;
}

.admissions-passage {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 13px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    padding: 14px;
    white-space: pre-wrap;
}

.admissions-options {
    display: grid;
    gap: 10px;
}

.admissions-options label {
    cursor: pointer;
}

.admissions-options input {
    opacity: 0;
    position: absolute;
}

.admissions-options span {
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: 13px;
    display: flex;
    gap: 11px;
    padding: 12px 14px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.admissions-options b {
    align-items: center;
    background: #eef2f7;
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    height: 25px;
    justify-content: center;
    width: 25px;
}

.admissions-options input:checked + span {
    background: #eff6ff;
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, .16);
}

.admissions-options input:focus-visible + span {
    outline: 3px solid rgba(30, 58, 138, .22);
}

.admissions-submit-bar {
    background: rgba(249, 250, 251, .94);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    padding: 12px 0;
    z-index: 10;
}

.admissions-result-hero {
    align-items: center;
    background: linear-gradient(135deg, var(--blue), #3159b7);
    border-radius: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 24px;
}

.admissions-result-hero .eyebrow,
.admissions-result-hero p {
    color: rgba(255, 255, 255, .76);
}

.admissions-answer-review summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.admissions-answer-review summary span {
    margin-right: 9px;
}

.admissions-rubric-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 16px;
}

.admissions-rubric-grid > div {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 6px;
    text-align: center;
}

.admissions-rubric-grid span {
    color: var(--muted);
    display: block;
    font-size: 10px;
}

.admissions-rubric-grid strong {
    color: var(--blue);
    font-size: 23px;
}

.admissions-rubric-grid small {
    color: var(--muted);
}

.admissions-next-question {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 13px;
    color: #713f12;
    padding: 13px;
}

.admissions-score-chips {
    display: flex;
    gap: 6px;
}

.admissions-score-chips span {
    background: #eff6ff;
    border-radius: 999px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    padding: 6px 9px;
}

.admissions-review-score {
    color: var(--blue);
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.admissions-review-score small {
    color: var(--muted);
    font-size: 15px;
}

.admissions-review-item {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 14px;
    grid-template-columns: 42px 1fr auto;
    padding: 17px 0;
}

.admissions-review-item p {
    color: var(--muted);
    font-size: 13px;
    margin: 3px 0 0;
}

.admissions-review-icon {
    align-items: center;
    border-radius: 12px;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.admissions-review-icon.ready {
    background: #ecfdf5;
    color: #047857;
}

.admissions-review-icon.building {
    background: #eff6ff;
    color: #1d4ed8;
}

.admissions-review-icon.gap {
    background: #fff7ed;
    color: #c2410c;
}

.admissions-review-icon.unassessed {
    background: #f2f4f7;
    color: #667085;
}

.admissions-review-item > b {
    text-align: right;
}

.admissions-source-options {
    display: grid;
    gap: 10px;
}

.admissions-source-options label {
    cursor: pointer;
}

.admissions-source-options input {
    opacity: 0;
    position: absolute;
}

.admissions-source-options span {
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    gap: 3px;
    padding: 14px 16px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.admissions-source-options small {
    color: var(--muted);
}

.admissions-source-options input:checked + span {
    background: #eff6ff;
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, .14);
}

.admissions-verification-list {
    display: grid;
}

.admissions-verification-list > div {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.admissions-verification-list span {
    align-items: center;
    display: flex;
    gap: 9px;
}

@media (prefers-reduced-motion: no-preference) {
    .admissions-page .panel,
    .admissions-page .admissions-college-card,
    .admissions-page .admissions-exam-card {
        animation: update-in .45s ease both;
    }
}

@media (max-width: 991.98px) {
    .admissions-tabs {
        overflow-x: auto;
        position: static;
        grid-template-columns: repeat(6, minmax(132px, 1fr));
    }

    .admissions-lock-compact {
        grid-template-columns: 1fr;
    }

    .admissions-lock-action {
        justify-self: start;
    }

    .admissions-advisor {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .admissions-hero {
        border-radius: 18px;
        padding: 22px 18px;
    }

    .admissions-readiness-orb {
        height: 136px;
        width: 136px;
    }

    .admissions-readiness-orb strong {
        font-size: 30px;
    }

    .admissions-tabs {
        margin-inline: -4px;
    }

    .admissions-lock-compact {
        padding: 15px;
    }

    .admissions-lock-features {
        max-height: 92px;
        overflow: auto;
    }

    .admissions-result-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .admissions-rubric-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .admissions-history-row {
        grid-template-columns: 55px 1fr auto;
    }

    .admissions-history-row small {
        display: none;
    }
}

.admin-summary-group {
    border-top: 4px solid var(--brand);
}

.admin-summary-row {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
}

.admin-summary-row:first-of-type {
    border-top: 0;
}

.admin-summary-row span {
    color: var(--muted);
    font-size: 13px;
}

.admin-summary-row strong {
    color: var(--blue);
    font-size: 20px;
    line-height: 1;
}

.admin-export-group {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px;
}

.admin-export-links {
    display: grid;
    gap: 7px;
}

.admin-export-links a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--ink);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    padding: 9px 10px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.admin-export-links a::after {
    color: var(--muted);
    content: "\f019";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.admin-export-links a:hover,
.admin-export-links a:focus-visible {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: var(--blue);
    outline: none;
    transform: translateX(3px);
}

.psychometric-page .dashboard-hero,
.psychometric-hero {
    overflow: hidden;
}

.psychometric-hero {
    position: relative;
}

.psychometric-hero::before {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .22), transparent 28%),
        linear-gradient(135deg, rgba(16, 185, 129, .2), rgba(255, 255, 255, 0));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.psychometric-hero > * {
    position: relative;
    z-index: 1;
}

.psychometric-progress-card {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 14px;
    color: #fff;
    display: grid;
    min-width: 180px;
    padding: 14px 16px;
}

.psychometric-progress-card strong {
    font-size: 30px;
    line-height: 1;
}

.psychometric-progress-card strong.timer-warning {
    color: #fde68a;
}

.psychometric-progress-card span {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.psychometric-control-panel {
    border-left: 4px solid var(--brand);
}

.test-mode-option {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 14px;
    align-items: center;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.test-mode-option:hover {
    transform: translateY(-2px);
}

.test-mode-option:has(input:checked) {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(22, 101, 216, .12);
}

.test-mode-option input {
    position: absolute;
    opacity: 0;
}

.test-mode-option .test-mode-icon {
    grid-row: 1 / 4;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 1.2rem;
}

.test-mode-option strong {
    font-size: 1.2rem;
}

.test-mode-option > span:not(.test-mode-icon),
.test-mode-option small {
    color: var(--muted);
}

.assessment-attribute-banner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px 14px;
    align-items: center;
    padding: 12px 14px;
    border-left: 4px solid var(--gold);
    border-radius: 6px;
    background: #fff8df;
}

.assessment-attribute-banner span,
.assessment-attribute-banner small {
    color: #6f5b15;
}

.psychometric-meter,
.psychometric-bar {
    background: #e2e8f0;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
}

.psychometric-meter span,
.psychometric-bar span {
    background: linear-gradient(90deg, var(--brand), var(--success));
    border-radius: inherit;
    display: block;
    height: 100%;
    transition: width .35s ease;
}

.psychometric-block-nav {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.psychometric-block-nav a {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--ink);
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    min-height: 58px;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.psychometric-block-nav a span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--blue);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.psychometric-block-nav a small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

.psychometric-block-nav a:hover,
.psychometric-block-nav a:focus-visible {
    background: #eff6ff;
    border-color: #bfdbfe;
    box-shadow: 0 10px 22px rgba(30, 58, 138, .1);
    outline: none;
    transform: translateY(-3px);
}

.psychometric-block-nav a.active {
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 12px 28px rgba(30, 58, 138, .18);
    color: #fff;
}

.psychometric-block-nav a.active span {
    border-color: rgba(255, 255, 255, .6);
}

.psychometric-block-nav a.active small {
    color: rgba(255, 255, 255, .78);
}

.psychometric-question legend {
    color: var(--ink);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    line-height: 1.45;
    margin-bottom: 16px;
}

.psychometric-question {
    border-left: 4px solid transparent;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.psychometric-question:hover {
    box-shadow: 0 18px 38px rgba(15, 23, 42, .08);
    transform: translateY(-2px);
}

.psychometric-question.is-answered {
    border-left-color: var(--success);
}

.psychometric-question legend span {
    align-items: center;
    background: #eff6ff;
    border-radius: 999px;
    color: var(--blue);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    height: 28px;
    justify-content: center;
    min-width: 42px;
    padding: 0 9px;
}

.psychometric-question legend strong {
    font-size: 16px;
    font-weight: 800;
}

.psychometric-scale {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.psychometric-scale input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.psychometric-scale label {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    cursor: pointer;
    display: grid;
    gap: 6px;
    min-height: 86px;
    padding: 10px;
    text-align: center;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.psychometric-scale label strong {
    color: var(--blue);
    font-size: 20px;
    line-height: 1;
}

.psychometric-scale label span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.psychometric-scale label:hover,
.psychometric-scale input:focus-visible + label {
    border-color: #bfdbfe;
    box-shadow: 0 10px 24px rgba(30, 58, 138, .12);
    transform: translateY(-3px);
}

.psychometric-scale input:checked + label {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.psychometric-scale input:checked + label strong,
.psychometric-scale input:checked + label span {
    color: #fff;
}

.psychometric-question-footer {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
}

.psychometric-question-footer span {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 6px;
    padding: 6px 10px;
}

.psychometric-question-footer i {
    color: var(--blue);
}

.psychometric-actions {
    bottom: 14px;
    position: sticky;
    z-index: 5;
}

.psychometric-recommendations,
.psychometric-bars {
    display: grid;
    gap: 12px;
}

.psychometric-recommendation {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: flex;
    gap: 12px;
    padding: 12px;
}

.psychometric-recommendation > span {
    align-items: center;
    background: var(--blue);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 30px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
}

.psychometric-radar-wrap {
    display: grid;
    justify-items: center;
    margin-bottom: 12px;
}

.psychometric-radar {
    max-width: 260px;
    width: 100%;
}

.psychometric-radar circle {
    fill: none;
    stroke: #dbeafe;
    stroke-width: 1.5;
}

.psychometric-radar polygon {
    fill: rgba(59, 130, 246, .28);
    stroke: var(--blue);
    stroke-width: 3;
}

.psychometric-radar text {
    fill: var(--muted);
    font-size: 10px;
    font-weight: 800;
}

.psychometric-radar-legend {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.psychometric-radar-legend div {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 10px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 8px 10px;
}

.psychometric-radar-legend span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.psychometric-radar-legend strong {
    color: var(--blue);
    font-size: 13px;
    white-space: nowrap;
}

.psychometric-bar-row {
    display: grid;
    gap: 7px;
}

.psychometric-bar-row > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.psychometric-bar-row span,
.psychometric-bar-row em {
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
}

.psychometric-dimension {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: grid;
    gap: 9px;
    padding: 12px;
}

@media (prefers-reduced-motion: no-preference) {
    .weekly-update {
        animation: update-in .55s ease both;
    }

    .progress-ring {
        animation: progress-pop .6s ease both;
    }

    .dashboard-tab-pane.active {
        animation: dashboard-pane-in .3s ease both;
    }

    .app-submenu {
        animation: dashboard-pane-in .18s ease both;
    }

    @keyframes update-in {
        from { opacity: 0; transform: translateY(-8px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes progress-pop {
        from { opacity: 0; transform: scale(.9); }
        to { opacity: 1; transform: scale(1); }
    }

    @keyframes dashboard-pane-in {
        from { opacity: 0; transform: translateY(8px); }
        to { opacity: 1; transform: translateY(0); }
    }
}

@media (max-width: 767px) {
    .hero {
        align-items: flex-start;
        padding-top: 32px;
        min-height: auto;
    }

    .display-4 {
        font-size: 2.1rem;
    }

    .cv-paid-preview {
        grid-template-columns: 1fr;
    }

    .cv-paid-preview img {
        max-height: 220px;
    }

    .login-stat-grid {
        grid-template-columns: 1fr;
    }

    .metric strong {
        font-size: 26px;
    }

    .profile-facts {
        grid-template-columns: 1fr;
    }

    .dashboard-shell {
        padding: 16px 10px;
    }

    .dashboard-hero {
        border-radius: 16px;
        padding: 18px;
    }

    .dashboard-section-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .psychometric-block-nav {
        display: flex;
        overflow-x: auto;
        padding-bottom: 3px;
    }

    .assessment-attribute-banner {
        grid-template-columns: 1fr;
    }

    .psychometric-block-nav a {
        flex: 0 0 82px;
    }

    .psychometric-scale {
        grid-template-columns: 1fr;
    }

    .psychometric-scale label {
        align-items: center;
        grid-template-columns: 36px 1fr;
        min-height: auto;
        text-align: left;
    }

    .psychometric-actions {
        bottom: 8px;
    }
}
.subscription-benefit-card {
    border-left: 4px solid #198754;
}

.subscription-feature-list {
    column-gap: 22px;
    columns: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.subscription-feature-list li {
    align-items: flex-start;
    break-inside: avoid;
    display: flex;
    align-items: flex-start;
    font-size: 12.5px;
    gap: 8px;
    line-height: 1.35;
    margin: 0 0 7px;
    padding: 0;
}

.subscription-feature-list i {
    flex: 0 0 auto;
    font-size: 10px;
    margin-top: 4px;
    color: #198754;
}

.subscription-feature-list strong {
    font-size: 12.5px;
    font-weight: 700;
}

.subscription-feature-list small {
    color: var(--muted);
    display: block;
    line-height: 1.4;
    margin-top: 2px;
}

.subscription-upgrade-options {
    border-top: 1px solid var(--line);
    padding-top: 14px;
}

.subscription-upgrade-row {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-top: 10px;
    padding: 12px;
}

.subscription-upgrade-heading {
    display: grid;
    gap: 3px;
    margin-bottom: 8px;
}

.subscription-upgrade-heading span {
    color: var(--muted);
    font-size: 13px;
}

.subscription-upgrade-price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 2px 0;
}

.subscription-upgrade-price .offer-badge {
    color: #9a3412;
}

.subscription-upgrade-price .original-price {
    display: inline;
    font-size: 14px;
}

.subscription-upgrade-price .offer-price,
.subscription-upgrade-price .regular-price {
    color: var(--brand-dark);
    font-size: 20px;
    line-height: 1.2;
}

.subscription-upgrade-price .offer-price {
    color: #b42318;
}

.subscription-upgrade-price .subscription-plan-period {
    border-left: 1px solid var(--line);
    padding-left: 10px;
}

.subscription-inline-list {
    max-width: 520px;
    width: 100%;
}

.subscription-inline-list .subscription-feature-list li {
    background: transparent;
}

@media (min-width: 768px) {
    .subscription-feature-list {
        columns: 2;
    }
}

@media (min-width: 1200px) {
    .subscription-benefit-card > .subscription-feature-list,
    .subscription-upgrade-row .subscription-feature-list {
        columns: 3;
    }
}

.plan-upgrade-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid #b9d7ca;
    border-left: 4px solid #198754;
    border-radius: 8px;
    background: #f4fbf7;
}

.skill-upgrade-hero {
    background:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(120deg, #1e3a8a 0%, #2455a4 52%, #087f6a 100%);
    background-size: 32px 32px, 32px 32px, auto;
    box-shadow: 0 20px 46px rgba(30, 58, 138, .22);
    min-height: 210px;
    padding: 30px;
}

.skill-upgrade-hero::after {
    display: none;
}

.skill-hero-copy {
    max-width: 710px;
    position: relative;
    z-index: 1;
}

.skill-upgrade-hero h1 {
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 800;
}

.skill-upgrade-hero .btn {
    min-height: 44px;
}

.skill-upgrade-hero .btn-outline-light {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .6);
}

.skill-upgrade-hero .btn-outline-light:hover,
.skill-upgrade-hero .btn-outline-light:focus-visible {
    background: #fff;
    color: var(--blue);
}

.skill-progress-summary {
    align-content: center;
    background:
        radial-gradient(circle closest-side, rgba(20, 55, 110, .95) 77%, transparent 79% 99%),
        conic-gradient(var(--amber) calc(var(--skill-progress) * 1%), rgba(255, 255, 255, .2) 0);
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    box-shadow: 0 14px 32px rgba(6, 24, 62, .25);
    color: #fff;
    display: grid;
    height: 142px;
    padding: 23px;
    place-items: center;
    text-align: center;
    transition: background .5s ease, transform .25s ease;
    width: 142px;
}

.skill-progress-summary:hover {
    transform: scale(1.035);
}

.skill-progress-summary strong {
    font-size: 1.85rem;
    line-height: 1;
}

.skill-progress-summary span {
    color: rgba(255, 255, 255, .8);
    font-size: .78rem;
}

.skill-section-heading {
    align-items: center;
    display: flex;
    gap: 12px;
}

.skill-heading-icon {
    background: #eaf1ff;
    border: 1px solid #cfddfb;
    border-radius: 8px;
    color: var(--blue);
    display: grid;
    flex: 0 0 auto;
    height: 42px;
    place-items: center;
    width: 42px;
}

.skill-category-tabs {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 6px;
}

.skill-category-tab {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #475467;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 700;
    gap: 8px;
    min-height: 44px;
    padding: 9px 16px;
    transition: background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.skill-category-tab:hover,
.skill-category-tab:focus-visible {
    background: #eef4ff;
    color: var(--blue);
    transform: translateY(-1px);
}

.skill-category-tab.active {
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 8px 18px rgba(30, 58, 138, .2);
    color: #fff;
}

.skill-category-panel.skill-panel-enter {
    animation: skillPanelEnter .34s ease both;
}

.skill-resource-card {
    background: #fff;
    border: 1px solid #dce4e1;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
    display: flex;
    flex-direction: column;
    min-height: 280px;
    overflow: hidden;
    padding: 18px;
    position: relative;
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.skill-resource-card::before {
    background: var(--skill-accent, var(--brand));
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(.35);
    transform-origin: left;
    transition: transform .28s ease;
}

.skill-resource-card:hover {
    border-color: var(--skill-accent, var(--brand));
    box-shadow: 0 18px 38px rgba(30, 58, 138, .13);
    transform: translateY(-5px);
}

.skill-resource-card:hover::before {
    transform: scaleX(1);
}

.skill-resource-card.recommended {
    background: linear-gradient(180deg, #f8fffc 0%, #fff 34%);
    border-color: #bce8d4;
}

.skill-resource-card h3 {
    font-size: 1rem;
    margin: 16px 0 8px;
}

.skill-resource-card p {
    color: #63706c;
    flex-grow: 1;
    font-size: .88rem;
}

.skill-resource-icon {
    background: #eaf7f2;
    border-radius: 7px;
    color: var(--skill-accent, var(--brand-dark));
    display: grid;
    height: 42px;
    place-items: center;
    transition: background .22s ease, color .22s ease, transform .22s ease;
    width: 42px;
}

.skill-resource-card:hover .skill-resource-icon {
    background: var(--skill-accent, var(--brand));
    color: #fff;
    transform: rotate(-4deg) scale(1.06);
}

.skill-resource-card.dimension-retention { --skill-accent: #7c3aed; }
.skill-resource-card.dimension-efficiency { --skill-accent: #0ea5e9; }
.skill-resource-card.dimension-confidence { --skill-accent: #10b981; }
.skill-resource-card.dimension-interview_readiness { --skill-accent: #f97316; }

.skill-card-meta {
    color: #65736f;
    display: flex;
    font-size: .75rem;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.skill-card-meta span {
    align-items: center;
    display: inline-flex;
    gap: 5px;
}

.skill-card-action {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.skill-card-action i {
    transition: transform .2s ease;
}

.skill-resource-card:hover .skill-card-action .fa-arrow-right {
    transform: translateX(4px);
}

.skill-side-panel {
    border-top: 0;
    overflow: hidden;
    position: relative;
}

.skill-side-panel::before {
    background: linear-gradient(90deg, var(--blue), var(--brand));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.skill-success-panel .progress {
    background: #e7ecea;
    border-radius: 999px;
    height: 8px;
}

.skill-success-panel .progress-bar {
    background: linear-gradient(90deg, var(--blue), var(--brand));
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, .22);
    transition: width .55s ease;
}

.skill-stat-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.skill-stat-grid > div {
    background: #f8faff;
    border: 1px solid #dce5f4;
    border-radius: 6px;
    display: grid;
    padding: 10px;
    text-align: center;
    transition: background .2s ease, transform .2s ease;
}

.skill-stat-grid > div:hover {
    background: #eef4ff;
    transform: translateY(-2px);
}

.skill-stat-grid strong {
    color: var(--blue);
    font-size: 1.25rem;
}

.skill-stat-grid span {
    color: #6a7773;
    font-size: .72rem;
}

.skill-badge {
    border-bottom: 1px solid #e2e7e5;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    transition: background .2s ease, padding .2s ease;
}

.skill-badge:hover {
    background: #fffbeb;
    padding-left: 8px;
    padding-right: 8px;
}

.skill-badge:last-child {
    border-bottom: 0;
}

.skill-badge > i {
    color: #c08a10;
}

.skill-badge span {
    color: #6b7773;
    display: block;
    font-size: .75rem;
}

.skill-step-list {
    display: grid;
    gap: 10px;
    padding-left: 22px;
}

.skill-resource-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.focus-timer {
    background: #f5f9ff;
    border: 1px solid #cfe0f5;
    border-radius: 8px;
    box-shadow: inset 0 0 0 5px #fff, 0 12px 28px rgba(30, 58, 138, .09);
    color: var(--blue);
    font-size: 3.25rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    letter-spacing: 0;
    margin: 18px auto;
    padding: 18px;
    width: min(260px, 100%);
}

@keyframes skillPanelEnter {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767.98px) {
    .plan-upgrade-banner {
        align-items: stretch;
        flex-direction: column;
    }

    .skill-progress-summary {
        height: 120px;
        width: 120px;
    }

    .skill-resource-card {
        min-height: 250px;
    }

    .skill-upgrade-hero {
        min-height: 0;
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .skill-category-panel.skill-panel-enter {
        animation: none;
    }

    .skill-progress-summary,
    .skill-resource-card,
    .skill-resource-card::before,
    .skill-resource-icon {
        transition: none;
    }
}
