.career-public-shell {
    --career-blue: #0b63b6;
    --career-blue-dark: #084f93;
    --career-blue-soft: #4aa4f2;
    --career-ink: #17304e;
    --career-muted: #6c8098;
    --career-line: #d8e5f1;
    --career-panel: #ffffff;
    --career-shadow: 0 8px 18px rgba(17, 42, 73, 0.045);
}

body.career-mobile-menu-open {
    overflow: hidden;
}

.career-astra-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 10px 28px;
    padding: 18px 40px;
    border-radius: 0 0 22px 22px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.045);
}

.career-astra-brand-mark {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(88px, 9vw, 126px);
    min-width: 88px;
    min-height: 70px;
    padding: 6px 8px;
    color: #0f172a;
    text-decoration: none;
    overflow: visible;
}

.career-astra-brand-mark img {
    width: 100%;
    max-width: 100%;
    max-height: 64px;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.career-astra-topbar-head {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px 18px;
    min-width: 0;
}

.career-astra-brand-copy-link {
    min-width: 0;
    display: inline-flex;
    color: #0f172a;
    text-decoration: none;
}

.career-astra-brand-copy {
    display: grid;
    gap: 2px;
}

.career-astra-brand-copy strong {
    font-weight: 800;
    font-size: 0.98rem;
    letter-spacing: -0.02em;
}

.career-astra-brand-copy span {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 600;
}

.career-astra-topbar-head-actions {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 0 auto;
    align-self: start;
    min-width: 0;
}

.career-astra-account-actions,
.career-astra-mobile-auth {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: nowrap;
    min-width: 0;
}

.career-astra-topbar-panel {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.career-astra-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    min-width: 0;
    overflow-x: auto;
    padding-inline: 4px 18px;
    scroll-padding-inline: 18px;
    scrollbar-width: none;
}

.career-astra-nav::-webkit-scrollbar {
    display: none;
}

.career-astra-nav a {
    flex: 0 0 auto;
    position: relative;
    padding: 10px 2px;
    color: #475569;
    text-decoration: none;
    font-size: 0.97rem;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.18s ease;
}

.career-astra-nav a:hover,
.career-astra-nav a.is-active {
    color: #005baa;
}

.career-astra-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    border-radius: 999px;
    background: #005baa;
}

.career-astra-topbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-left: auto;
}

.career-astra-mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d8e5f1;
    border-radius: 999px;
    background: #f8fbff;
    color: #005baa;
    font-size: 0.92rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
}

.career-astra-account-actions a,
.career-astra-mobile-auth a,
.career-astra-topbar-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    color: #475569;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

.career-astra-mobile-auth {
    display: none;
}

.career-astra-account-chip {
    max-width: min(280px, 30vw);
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid #d8e5f1;
    color: #0f2f52;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.career-astra-account-actions.is-authenticated .career-astra-account-chip {
    flex: 0 1 min(280px, 30vw);
}

.career-astra-lang {
    flex: 0 0 auto;
}

.career-astra-topbar .career-test-shortcut-panel summary {
    min-height: 40px;
    padding: 0 14px;
    background: #f8fbff;
    border-color: #d8e5f1;
    color: #005baa;
    font-size: 0.92rem;
}

.career-astra-topbar .career-test-shortcut-card {
    top: calc(100% + 14px);
}

.career-astra-login-link:hover,
.career-astra-register-link:hover {
    color: #005baa;
}

.career-astra-lang {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #b8cee3;
}

.career-astra-lang span {
    min-width: 34px;
    min-height: 28px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #46627e;
    font-size: 0.88rem;
    font-weight: 700;
}

.career-astra-lang .is-active {
    background: #005baa;
    color: #fff;
}

.career-public-shell .page-hero {
    display: none;
}

.career-public-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2edf7;
    box-shadow: 0 8px 18px rgba(17, 42, 73, 0.045);
    color: #223d5e;
    font-weight: 600;
}

.career-public-notice strong {
    color: #0f2f52;
}

.career-public-notice-badge {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #fff2e7;
    color: #cf6b22;
    border: 1px solid #ffd4b4;
    font-weight: 800;
}

body .main.career-public-shell > .page-content {
    animation: careerPublicPageReveal 0.22s ease-out;
    transition:
        opacity 0.16s ease,
        transform 0.16s ease;
    transform-origin: top center;
}

html.career-page-leaving body .main.career-public-shell > .page-content {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}

@keyframes careerPublicPageReveal {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html[data-theme] body .career-public-shell .career-form label,
html[data-theme] body .career-public-shell .career-form small,
html[data-theme] body .career-public-shell .career-profile-form label,
html[data-theme] body .career-public-shell .career-signin-form label,
html[data-theme] body .career-public-shell .career-code-entry-block label {
    color: #64748b;
}

html[data-theme] body .career-public-shell .career-form input,
html[data-theme] body .career-public-shell .career-form textarea,
html[data-theme] body .career-public-shell .career-form select,
html[data-theme] body .career-public-shell .career-profile-form input,
html[data-theme] body .career-public-shell .career-profile-form textarea,
html[data-theme] body .career-public-shell .career-profile-form select,
html[data-theme] body .career-public-shell .career-signin-form input,
html[data-theme] body .career-public-shell .career-code-entry-form input {
    background: #ffffff;
    border-color: #dce6ef;
    color: #111827;
    -webkit-text-fill-color: #111827;
}

html[data-theme] body .career-public-shell .career-form input::placeholder,
html[data-theme] body .career-public-shell .career-form textarea::placeholder,
html[data-theme] body .career-public-shell .career-profile-form input::placeholder,
html[data-theme] body .career-public-shell .career-profile-form textarea::placeholder,
html[data-theme] body .career-public-shell .career-signin-form input::placeholder,
html[data-theme] body .career-public-shell .career-code-entry-form input::placeholder {
    color: #64748b;
    opacity: 0.78;
}

html[data-theme] body .career-public-shell .career-form textarea[name="note"]::placeholder {
    color: #7b8798;
    opacity: 0.58;
}

html[data-theme] body .career-public-shell .career-form input:focus,
html[data-theme] body .career-public-shell .career-form textarea:focus,
html[data-theme] body .career-public-shell .career-form select:focus,
html[data-theme] body .career-public-shell .career-profile-form input:focus,
html[data-theme] body .career-public-shell .career-profile-form textarea:focus,
html[data-theme] body .career-public-shell .career-profile-form select:focus,
html[data-theme] body .career-public-shell .career-signin-form input:focus,
html[data-theme] body .career-public-shell .career-code-entry-form input:focus {
    background: #ffffff;
    border-color: #91bfe8;
    box-shadow: 0 0 0 4px rgba(0, 91, 170, 0.12);
}

html[data-theme] body .career-public-shell .career-form input[type="file"],
html[data-theme] body .career-public-shell .career-profile-form input[type="file"] {
    background: #ffffff;
    color: #111827;
}

html[data-theme] body .career-public-shell .career-profile-form input[readonly] {
    background: #ffffff;
    color: #111827;
    -webkit-text-fill-color: #111827;
}

html[data-theme] body .career-public-shell .career-profile-form input:-webkit-autofill,
html[data-theme] body .career-public-shell .career-profile-form input:-webkit-autofill:hover,
html[data-theme] body .career-public-shell .career-profile-form input:-webkit-autofill:focus,
html[data-theme] body .career-public-shell .career-profile-form input:-webkit-autofill:active,
html[data-theme] body .career-public-shell .career-signin-form input:-webkit-autofill,
html[data-theme] body .career-public-shell .career-signin-form input:-webkit-autofill:hover,
html[data-theme] body .career-public-shell .career-signin-form input:-webkit-autofill:focus,
html[data-theme] body .career-public-shell .career-signin-form input:-webkit-autofill:active {
    -webkit-text-fill-color: #111827;
    box-shadow: 0 0 0 1000px #ffffff inset;
    caret-color: #111827;
}

html[data-theme] body .career-public-shell .career-form input[type="file"]::file-selector-button,
html[data-theme] body .career-public-shell .career-profile-form input[type="file"]::file-selector-button {
    background: #e9eef5;
    color: #1f2937;
}

html[data-theme] body .career-public-shell .career-profile-form select option {
    background: #ffffff;
    color: #111827;
}

@media (prefers-reduced-motion: reduce) {
    body .main.career-public-shell > .page-content {
        animation: none;
        transition: none;
    }
}

.career-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--career-line);
    box-shadow: var(--career-shadow);
}

.career-brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.career-brand-mark {
    width: 66px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--career-blue), var(--career-blue-soft));
    color: #fff;
    font: 800 1.12rem/1 "Space Grotesk", sans-serif;
    letter-spacing: 0.06em;
    flex-shrink: 0;
}

.career-brand-copy {
    display: grid;
    gap: 2px;
}

.career-brand-copy strong {
    color: var(--career-ink);
    font-size: 1rem;
}

.career-brand-copy span {
    color: var(--career-muted);
    font-size: 0.92rem;
}

.career-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 22px;
}

.career-nav a {
    color: #46627f;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    transition: color 0.16s ease;
}

.career-nav a:hover,
.career-nav a.is-active {
    color: var(--career-blue);
}

.career-nav .is-active {
    position: relative;
}

.career-nav .is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 3px;
    border-radius: 999px;
    background: var(--career-blue);
}

.career-nav-utility {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-left: 18px;
    border-left: 1px solid var(--career-line);
}

.career-test-shortcut {
    position: relative;
}

.career-test-shortcut-panel {
    position: relative;
}

.career-test-shortcut-panel summary {
    list-style: none;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    background: #f3f8fe;
    border: 1px solid #dbe7f3;
    color: var(--career-blue);
    font-weight: 700;
    white-space: nowrap;
}

.career-test-shortcut-panel summary::-webkit-details-marker {
    display: none;
}

.career-test-shortcut-panel summary::after {
    content: "+";
    font-size: 1rem;
    line-height: 1;
}

.career-test-shortcut-panel[open] summary::after {
    content: "-";
}

.career-test-shortcut-card {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 40;
    width: min(340px, calc(100vw - 36px));
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid var(--career-line);
    box-shadow: 0 14px 28px rgba(17, 42, 73, 0.09);
}

.career-test-shortcut-card strong,
.career-test-shortcut-card p {
    margin: 0;
}

.career-test-shortcut-card strong {
    color: var(--career-ink);
    font-size: 1rem;
}

.career-test-shortcut-card p {
    color: var(--career-muted);
    line-height: 1.6;
    font-size: 0.92rem;
}

.career-test-shortcut-form {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.career-test-shortcut-form input,
.career-test-shortcut-form button {
    min-height: 46px;
    border-radius: 14px;
    font: inherit;
}

.career-test-shortcut-form input {
    border: 1px solid var(--career-line);
    background: #fbfdff;
    color: var(--career-ink);
    padding: 0 14px;
}

.career-test-shortcut-form button {
    border: 0;
    padding: 0 16px;
    background: linear-gradient(135deg, var(--career-blue), #2b85d4);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.career-public-login-button {
    min-width: 128px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(135deg, var(--career-blue), #2b85d4);
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 10px 18px rgba(11, 99, 182, 0.12);
}

.career-public-login-button:hover {
    background: linear-gradient(135deg, var(--career-blue-dark), var(--career-blue));
}

.career-public-login-button.is-active::after {
    display: none;
}

.career-page-surface {
    display: grid;
    gap: 24px;
}

.career-surface-card {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--career-line);
    box-shadow: var(--career-shadow);
    border-radius: 28px;
}

.career-code-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(8, 26, 46, 0.58);
}

.career-code-modal-card {
    position: relative;
    width: min(100%, 480px);
    display: grid;
    gap: 16px;
    padding: 30px 26px 24px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid var(--career-line);
    box-shadow: 0 12px 24px rgba(17, 42, 73, 0.1);
}

.career-code-modal-card h3,
.career-code-modal-card p {
    margin: 0;
}

.career-code-modal-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--career-blue);
}

.career-code-modal-card h3 {
    color: var(--career-ink);
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: -0.03em;
}

.career-code-modal-card p {
    color: var(--career-muted);
    line-height: 1.7;
}

.career-code-modal-code {
    display: grid;
    place-items: center;
    min-height: 108px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f4f9ff, #eef5fd);
    border: 1px solid #d8e5f2;
    color: var(--career-blue);
    font: 800 clamp(2rem, 7vw, 3rem)/1 "Space Grotesk", sans-serif;
    letter-spacing: 0.14em;
}

.career-code-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.career-code-modal-actions a,
.career-code-modal-actions button {
    flex: 1;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.career-code-modal-actions a {
    border: 0;
    background: linear-gradient(135deg, var(--career-blue), #2b85d4);
    color: #fff;
}

.career-code-modal-actions button {
    border: 1px solid #dbe7f3;
    background: #f4f8fd;
    color: var(--career-blue);
}

.career-code-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #dbe7f3;
    background: #f6f9fd;
    color: #647e99;
    font: inherit;
    font-size: 1.2rem;
    cursor: pointer;
}

@media (max-width: 1260px) {
    .career-astra-topbar {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px 24px;
    }

    .career-astra-brand-mark,
    .career-astra-topbar-head,
    .career-astra-topbar-panel {
        grid-column: 1;
        grid-row: auto;
    }

    .career-astra-brand-mark {
        justify-self: start;
    }

    .career-astra-topbar-head {
        width: 100%;
        align-items: start;
    }

    .career-astra-topbar-head-actions,
    .career-astra-account-actions {
        align-items: center;
        max-width: 100%;
    }

    .career-astra-topbar-panel {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .career-astra-nav {
        width: 100%;
        justify-content: flex-start;
        padding-inline: 2px 10px;
    }

    .career-astra-topbar-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-left: 0;
    }
}

@media (max-width: 980px) {
    .career-topbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 20px;
    }

    .career-nav {
        justify-content: flex-start;
        gap: 18px;
    }

    .career-nav-utility {
        padding-left: 0;
        border-left: 0;
        width: 100%;
        flex-wrap: wrap;
    }

    .career-test-shortcut {
        width: 100%;
    }

    .career-test-shortcut-panel {
        width: 100%;
    }

    .career-test-shortcut-panel summary {
        width: 100%;
    }

    .career-test-shortcut-card {
        position: static;
        width: 100%;
        margin-top: 12px;
    }

    .career-test-shortcut-form {
        grid-template-columns: 1fr;
    }

    .career-code-modal-actions {
        flex-direction: column;
    }
}

@media (max-width: 860px) {
    .career-astra-topbar {
        top: 8px;
        width: min(100%, calc(100vw - 12px));
        margin-inline: auto;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-rows: auto auto;
        border-radius: 18px;
        gap: 8px 10px;
        padding: 10px 12px;
    }

    .career-astra-brand-mark {
        grid-column: 1;
        grid-row: 1;
        width: 60px;
        min-width: 60px;
        min-height: 52px;
        padding: 4px;
        border-radius: 14px;
        background: #fff;
        border: 1px solid #e4ebf3;
    }

    .career-astra-topbar-head {
        grid-column: 2;
        grid-row: 1;
        align-items: center;
        gap: 8px 10px;
    }

    .career-astra-topbar-head-actions {
        margin-left: auto;
        align-items: center;
        gap: 8px;
    }

    .career-astra-account-actions {
        display: none;
    }

    .career-astra-topbar-panel {
        grid-column: 1 / -1;
        grid-row: 2;
        display: none;
        margin-top: 4px;
        padding-top: 10px;
        border-top: 1px solid #edf2f7;
    }

    .career-astra-topbar.is-open .career-astra-topbar-panel {
        display: grid;
        gap: 10px;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
    }

    .career-astra-brand-copy-link {
        min-width: 0;
    }

    .career-astra-brand-mark img {
        width: 54px;
    }

    .career-astra-brand-copy strong {
        font-size: 0.9rem;
    }

    .career-astra-brand-copy span {
        display: none;
    }

    .career-astra-mobile-toggle {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .career-astra-topbar.is-open .career-astra-mobile-toggle {
        background: #005baa;
        border-color: #005baa;
        color: #fff;
    }

    .career-astra-nav {
        overflow: visible;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding-inline: 0;
    }

    .career-astra-nav a {
        min-height: 44px;
        padding: 0 14px;
        display: flex;
        align-items: center;
        border-radius: 14px;
        border: 1px solid #e0e9f3;
        background: #f8fbff;
        font-size: 0.94rem;
    }

    .career-astra-nav a.is-active {
        background: #eef6ff;
        border-color: #cfe0ef;
    }

    .career-astra-nav a.is-active::after {
        display: none;
    }

    .career-astra-topbar-actions {
        width: 100%;
        display: grid;
        gap: 10px;
        align-items: stretch;
        margin-left: 0;
    }

    .career-astra-mobile-auth {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }

    .career-astra-topbar .career-test-shortcut,
    .career-astra-topbar .career-test-shortcut-panel {
        width: 100%;
    }

    .career-astra-topbar .career-test-shortcut-panel summary {
        width: 100%;
        justify-content: center;
    }

    .career-astra-account-chip {
        max-width: none;
        width: 100%;
        justify-content: flex-start;
    }

    .career-astra-mobile-auth a,
    .career-astra-topbar .career-test-shortcut-panel summary {
        min-height: 44px;
    }

    .career-astra-mobile-auth a {
        flex: 1 1 calc(50% - 4px);
        justify-content: center;
    }

    .career-astra-lang span {
        min-width: 32px;
        min-height: 26px;
        padding: 0 8px;
    }
}

@media (max-width: 680px) {
    .career-astra-topbar {
        top: 6px;
        width: min(100%, calc(100vw - 10px));
        padding: 10px;
    }

    .career-astra-brand-mark {
        width: 56px;
        min-width: 56px;
        min-height: 48px;
        padding: 4px;
    }

    .career-astra-brand-mark img {
        width: 46px;
    }

    .career-astra-brand-copy strong {
        font-size: 0.84rem;
        line-height: 1.22;
    }

    .career-astra-nav a,
    .career-astra-account-actions a,
    .career-astra-mobile-auth a,
    .career-astra-topbar-actions a,
    .career-astra-topbar .career-test-shortcut-panel summary {
        font-size: 0.89rem;
    }

    .career-astra-mobile-auth {
        gap: 8px;
    }

    .career-astra-mobile-auth a {
        flex: 1 1 calc(50% - 4px);
    }
}

.career-candidate-shell-root {
    background: linear-gradient(180deg, #f7f9fc 0%, #f4f7fb 100%);
}

body .main.career-public-shell.career-candidate-shell-root {
    padding-top: 0;
    padding-bottom: 32px;
    background: linear-gradient(180deg, #f7f9fc 0%, #f4f7fb 100%);
}

body.minimal-shell .main.career-public-shell.career-candidate-shell-root > .page-content.career-candidate-page {
    width: min(1480px, calc(100vw - 24px));
    max-width: none;
    margin-inline: auto;
}

.career-candidate-page {
    display: block;
}

.career-candidate-shell {
    min-height: calc(100vh - 32px);
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #e3ebf4;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.045);
}

.career-candidate-sidebar {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-right: 1px solid #e4ebf3;
}

.career-candidate-sidebar-brand {
    padding: 10px 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-candidate-sidebar-brand img {
    width: min(86px, 100%);
    max-height: 72px;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

.career-candidate-sidebar-nav {
    display: grid;
    gap: 2px;
}

.career-candidate-sidebar-nav a {
    position: relative;
    min-height: 92px;
    padding: 16px 10px 14px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 10px;
    color: #4f647b;
    text-decoration: none;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
    background: rgba(255, 255, 255, 0.7);
    transition: background 0.18s ease, color 0.18s ease;
}

.career-candidate-sidebar-nav a:hover,
.career-candidate-sidebar-nav a.is-active {
    color: #0a8d49;
    background: linear-gradient(180deg, rgba(17, 166, 92, 0.08), rgba(17, 166, 92, 0.02));
}

.career-candidate-sidebar-nav a.is-locked {
    color: #7a8ea4;
    background: linear-gradient(180deg, rgba(148, 163, 184, 0.08), rgba(148, 163, 184, 0.02));
}

.career-candidate-sidebar-nav a.is-locked .career-candidate-nav-icon {
    opacity: 0.68;
}

.career-candidate-sidebar-nav a.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-bottom: 22px solid #0a8d49;
}

.career-candidate-sidebar-nav a span:last-child {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.career-candidate-nav-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: currentColor;
}

.career-candidate-nav-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.career-candidate-stage {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
}

.career-candidate-topbar {
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e7eef6;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.career-candidate-topbar-copy {
    display: grid;
    gap: 6px;
}

.career-candidate-topbar-kicker,
.career-candidate-card-kicker,
.career-candidate-preview-kicker {
    width: max-content;
    min-height: 30px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #ebf6ff;
    border: 1px solid #d4e8f8;
    color: #0b63b6;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.career-candidate-topbar-copy h1 {
    margin: 0;
    color: #18324e;
    font-size: clamp(1.5rem, 2vw, 1.95rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.career-candidate-topbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.career-candidate-topbar-stat {
    min-height: 54px;
    padding: 0 16px;
    display: grid;
    align-content: center;
    border-radius: 18px;
    background: #f5f9fd;
    border: 1px solid #deebf5;
}

.career-candidate-topbar-stat strong,
.career-candidate-topbar-stat span {
    margin: 0;
    display: block;
}

.career-candidate-topbar-stat strong {
    color: #18324e;
    font-size: 1rem;
    font-weight: 800;
}

.career-candidate-topbar-stat span {
    color: #6b7e93;
    font-size: 0.78rem;
    font-weight: 700;
}

.career-candidate-account-pill {
    min-height: 58px;
    padding: 0 16px 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dbe7f2;
    color: #18324e;
    text-decoration: none;
}

.career-candidate-avatar,
.career-profile-avatar span {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #17324f, #35597f);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.career-candidate-avatar {
    overflow: hidden;
}

.career-candidate-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.career-candidate-account-copy {
    display: grid;
    gap: 2px;
}

.career-candidate-account-copy strong,
.career-candidate-account-copy small {
    display: block;
    margin: 0;
}

.career-candidate-account-copy strong {
    font-size: 0.94rem;
    font-weight: 800;
}

.career-candidate-account-copy small {
    color: #6b7e93;
    font-size: 0.76rem;
}

.career-candidate-topbar-link {
    color: #47627d;
    text-decoration: none;
    font-weight: 700;
}

.career-candidate-body {
    min-width: 0;
    padding: 24px;
    display: grid;
    gap: 22px;
}

.career-candidate-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e4ebf3;
    border-radius: 26px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.045);
}

.career-candidate-jobs-layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
    gap: 18px;
    align-items: start;
}

.career-candidate-jobs-list-panel {
    display: grid;
    gap: 18px;
    padding: 18px;
}

.career-candidate-search-form {
    display: grid;
}

.career-candidate-search-field {
    position: relative;
    display: block;
}

.career-candidate-search-field::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 2px solid #8aa0b9;
    border-radius: 999px;
    transform: translateY(-55%);
}

.career-candidate-search-field::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 31px;
    width: 8px;
    height: 2px;
    background: #8aa0b9;
    transform: rotate(45deg);
}

.career-candidate-search-field input,
.career-profile-form input,
.career-profile-form textarea,
.career-profile-form select {
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid #d9e7f3;
    background: #fff;
    color: #16314d;
    padding: 0 18px;
    font: inherit;
    box-sizing: border-box;
}

.career-candidate-search-field input {
    padding-left: 48px;
}

.career-profile-form textarea {
    min-height: 124px;
    padding: 16px 18px;
    resize: vertical;
}

.career-profile-form input:focus,
.career-profile-form textarea:focus,
.career-profile-form select:focus,
.career-candidate-search-field input:focus {
    outline: none;
    border-color: #93c5fd;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.career-candidate-list-head strong,
.career-candidate-list-head p,
.career-candidate-info-head h2,
.career-candidate-info-head p,
.career-candidate-preview-copy h2,
.career-candidate-preview-copy p,
.career-candidate-empty-copy h2,
.career-candidate-empty-copy p,
.career-profile-panel-head h2,
.career-profile-panel-head p,
.career-profile-summary-card strong,
.career-profile-summary-card p {
    margin: 0;
}

.career-candidate-list-head {
    padding: 0 2px;
}

.career-candidate-list-head strong {
    color: #18324e;
    font-size: 1.02rem;
    font-weight: 800;
}

.career-candidate-list-head p {
    margin-top: 8px;
    color: #74879b;
    line-height: 1.58;
}

.career-candidate-job-list,
.career-candidate-stack {
    display: grid;
    gap: 14px;
}

.career-candidate-job-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    padding: 16px;
    border-radius: 22px;
    border: 1px solid #e5edf5;
    background: #fff;
}

.career-candidate-job-item.is-selected {
    border-color: #b7d7c4;
    box-shadow: inset 0 0 0 1px rgba(10, 141, 73, 0.18);
}

.career-candidate-job-item-main {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    color: inherit;
    text-decoration: none;
}

.career-candidate-job-badge {
    width: 48px;
    height: 48px;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #ffffff, #eef6ff);
    border: 1px solid #d8e6f3;
    color: #0b63b6;
    font-weight: 800;
    font-size: 0.9rem;
    overflow: hidden;
}

.career-candidate-job-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #fff;
    border-radius: 10px;
}

.career-candidate-job-copy {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.career-candidate-job-copy h2 {
    margin: 0;
    color: #18324e;
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.career-candidate-job-copy p {
    margin: 0;
    color: #6b7e93;
    font-weight: 700;
}

.career-candidate-job-meta,
.career-candidate-preview-meta,
.career-candidate-info-matrix {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.career-candidate-job-meta span,
.career-candidate-inline-state,
.career-candidate-status-pill {
    min-height: 30px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #f5f8fc;
    border: 1px solid #dfebf5;
    color: #5b728a;
    font-size: 0.8rem;
    font-weight: 700;
}

.career-candidate-inline-state.is-success {
    background: #edf9f1;
    border-color: #ccebd8;
    color: #0a8d49;
}

.career-candidate-job-item-actions {
    display: flex;
    align-items: center;
}

.career-candidate-inline-button,
.career-candidate-primary-action,
.career-candidate-secondary-action {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
}

.career-candidate-inline-button {
    background: #f6f9fc;
    border-color: #dfe9f3;
    color: #587086;
}

.career-candidate-inline-button.is-active {
    background: #edf9f1;
    border-color: #ccebd8;
    color: #0a8d49;
}

.career-candidate-primary-action {
    background: linear-gradient(135deg, #17a34a, #0a8d49);
    color: #fff;
}

.career-candidate-secondary-action {
    background: #fff;
    border-color: #d7e4ef;
    color: #17324f;
}

.career-candidate-secondary-action.is-apply-now {
    background: linear-gradient(135deg, #005baa, #2b85d4);
    border-color: #005baa;
    color: #fff;
    box-shadow: 0 18px 28px rgba(0, 91, 170, 0.18);
}

.career-candidate-secondary-action.is-button,
.career-candidate-primary-action.is-button {
    appearance: none;
}

.career-candidate-quick-apply-form {
    margin: 0;
}

.career-candidate-preview-panel,
.career-password-card {
    padding: 24px;
}

.career-candidate-preview-card,
.career-candidate-empty-stage {
    min-height: 100%;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 18px;
    text-align: center;
}

.career-candidate-preview-copy {
    display: grid;
    gap: 10px;
    justify-items: center;
    width: min(100%, 760px);
}

.career-candidate-preview-copy h2,
.career-candidate-empty-copy h2,
.career-profile-panel-head h2 {
    color: #18324e;
    font-size: clamp(1.48rem, 2vw, 2rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.career-candidate-preview-copy p,
.career-candidate-empty-copy p,
.career-profile-panel-head p,
.career-candidate-info-note,
.career-profile-summary-card p {
    color: #708398;
    line-height: 1.7;
}

.career-candidate-preview-meta {
    justify-content: center;
}

.career-candidate-preview-meta article,
.career-candidate-info-matrix article {
    min-width: 160px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f7fafc;
    border: 1px solid #e2ebf3;
    display: grid;
    gap: 6px;
}

.career-candidate-preview-meta strong,
.career-candidate-preview-meta span,
.career-candidate-info-matrix strong,
.career-candidate-info-matrix span {
    display: block;
    margin: 0;
}

.career-candidate-preview-meta strong,
.career-candidate-info-matrix strong {
    color: #18324e;
    font-size: 0.98rem;
}

.career-candidate-preview-meta span,
.career-candidate-info-matrix span {
    color: #6f8297;
    font-size: 0.8rem;
    font-weight: 700;
}

.career-candidate-preview-actions,
.career-candidate-card-actions,
.career-profile-form-actions,
.career-profile-document-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.career-candidate-empty-folder {
    position: relative;
    width: 180px;
    height: 132px;
}

.career-candidate-empty-folder span:first-child {
    position: absolute;
    left: 28px;
    top: 18px;
    width: 74px;
    height: 26px;
    border-radius: 14px 14px 0 0;
    background: #ffd65a;
}

.career-candidate-empty-folder span:last-child {
    position: absolute;
    inset: 34px 0 0;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffd537, #ffc500);
    box-shadow: 0 12px 24px rgba(255, 197, 0, 0.18);
}

.career-candidate-info-card {
    padding: 24px;
    display: grid;
    gap: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e4ebf3;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.035);
}

.career-candidate-card-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@supports (content-visibility: auto) {
    .career-astra-section,
    .career-candidate-shell,
    .career-candidate-stage,
    .career-candidate-panel,
    .career-candidate-card-grid,
    .career-candidate-stack,
    .career-candidate-info-card,
    .career-candidate-job-item,
    .career-candidate-preview-card,
    .career-candidate-empty-stage,
    .career-code-modal-card,
    .career-signin-hero,
    .career-signin-panel,
    .career-signin-card,
    .career-profile-layout,
    .career-profile-sidebar,
    .career-profile-summary-card,
    .career-profile-form-panel,
    .career-profile-document-status-card {
        content-visibility: auto;
    }

    .career-astra-section {
        contain-intrinsic-size: 760px;
    }

    .career-candidate-shell,
    .career-candidate-stage {
        contain-intrinsic-size: 960px;
    }

    .career-candidate-panel,
    .career-candidate-preview-card,
    .career-candidate-empty-stage {
        contain-intrinsic-size: 620px;
    }

    .career-candidate-card-grid,
    .career-candidate-stack,
    .career-profile-layout,
    .career-signin-hero,
    .career-signin-panel {
        contain-intrinsic-size: 720px;
    }

    .career-candidate-info-card,
    .career-candidate-job-item,
    .career-profile-document-status-card,
    .career-signin-card {
        contain-intrinsic-size: 220px;
    }

    .career-profile-sidebar,
    .career-profile-summary-card,
    .career-profile-form-panel {
        contain-intrinsic-size: 520px;
    }

    .career-code-modal-card {
        contain-intrinsic-size: 420px;
    }
}

.career-candidate-info-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.career-candidate-info-head h2 {
    color: #18324e;
    font-size: 1.18rem;
    line-height: 1.28;
}

.career-candidate-info-head p {
    margin-top: 8px;
    color: #708398;
    font-weight: 700;
}

.career-profile-layout {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.career-profile-sidebar,
.career-profile-form-panel {
    padding: 22px;
    display: grid;
    gap: 18px;
}

.career-profile-summary-card {
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    border: 1px solid #e4ecf4;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.career-profile-avatar {
    width: 92px;
    height: 92px;
    border-radius: 999px;
    overflow: hidden;
    background: linear-gradient(135deg, #17324f, #35597f);
    display: grid;
    place-items: center;
}

.career-profile-avatar img,
.career-profile-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.career-profile-summary-card strong {
    color: #18324e;
    font-size: 1.06rem;
}

.career-profile-section-nav {
    display: grid;
    gap: 8px;
}

.career-profile-section-nav a {
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid #e3ebf4;
    background: #fff;
    color: #18324e;
    text-decoration: none;
    display: grid;
    gap: 6px;
}

.career-profile-section-nav a.is-active {
    background: linear-gradient(180deg, #ebf8f0, #f6fdf8);
    border-color: #cfe9d8;
}

.career-profile-section-nav span {
    font-weight: 800;
}

.career-profile-section-nav small {
    color: #d04d73;
    font-weight: 700;
}

.career-profile-section-nav small.is-complete {
    color: #0a8d49;
}

.career-profile-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.career-profile-lock-banner {
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid #f6d7a9;
    background: linear-gradient(180deg, #fff8eb, #fffdf6);
    display: grid;
    gap: 10px;
}

.career-profile-lock-banner strong,
.career-profile-lock-banner p {
    margin: 0;
    color: #7a4a00;
}

.career-profile-lock-banner strong {
    font-size: 1rem;
}

.career-profile-lock-banner p {
    line-height: 1.68;
}

.career-profile-form {
    display: grid;
    gap: 20px;
}

.career-profile-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.career-profile-grid label {
    display: grid;
    gap: 8px;
    color: #5d728a;
    font-size: 0.92rem;
    font-weight: 700;
}

.career-profile-grid label.span-2 {
    grid-column: span 2;
}

.career-profile-photo-block {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dbe6f0;
}

.career-profile-photo-frame {
    width: 112px;
    height: 112px;
    border-radius: 999px;
    overflow: hidden;
    background: linear-gradient(135deg, #17324f, #35597f);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
}

.career-profile-upload-trigger {
    position: relative;
    min-height: 48px;
    padding: 12px 18px;
    display: grid;
    justify-items: center;
    border-radius: 16px;
    background: #f7fafd;
    border: 1px dashed #cfe0ee;
    color: #18324e;
    cursor: pointer;
}

.career-profile-upload-trigger small {
    color: #73879c;
    font-size: 0.78rem;
    text-align: center;
}

.career-profile-upload-trigger input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.career-profile-document-list {
    display: grid;
    gap: 12px;
}

.career-profile-bulk-preview {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #dbe7f2;
    background: linear-gradient(180deg, #fbfdff, #f4f8fc);
}

.career-profile-upload-guide {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #dbe7f2;
    background: linear-gradient(180deg, #fffefe, #f8fbff);
}

.career-profile-upload-guide strong,
.career-profile-upload-guide p,
.career-profile-upload-guide small,
.career-profile-upload-guide ul {
    margin: 0;
}

.career-profile-upload-guide strong {
    color: #18324e;
    font-size: 0.98rem;
}

.career-profile-upload-guide p,
.career-profile-upload-guide small {
    color: #6f8398;
    line-height: 1.65;
}

.career-profile-upload-guide ul {
    padding-left: 18px;
    display: grid;
    gap: 6px;
    color: #4f647b;
}

.career-profile-upload-guide code {
    padding: 2px 8px;
    border-radius: 999px;
    background: #eef5fb;
    color: #17477f;
    font-size: 0.82rem;
    font-weight: 700;
}

.career-profile-bulk-preview-head {
    display: grid;
    gap: 6px;
}

.career-profile-bulk-preview-head strong {
    color: #18324e;
    font-size: 0.98rem;
}

.career-profile-bulk-preview-head span {
    color: #6f8398;
    font-size: 0.86rem;
    line-height: 1.6;
}

.career-profile-bulk-preview-list {
    display: grid;
    gap: 12px;
}

.career-profile-bulk-item {
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #dfe8f1;
    background: #fff;
}

.career-profile-bulk-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.career-profile-bulk-item-head strong {
    color: #18324e;
    font-size: 0.94rem;
    word-break: break-word;
}

.career-profile-bulk-item-head span {
    color: #73879c;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.career-profile-bulk-item-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.career-profile-bulk-item-grid label {
    display: grid;
    gap: 8px;
    color: #5d728a;
    font-size: 0.88rem;
    font-weight: 700;
}

.career-profile-document-status-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.career-profile-document-status-card {
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fbfd;
    border: 1px solid #dfeaf3;
    display: grid;
    gap: 6px;
}

.career-profile-document-status-card.is-complete {
    border-color: #b7dfc2;
    background: #eef9f1;
}

.career-profile-document-status-card strong,
.career-profile-document-status-card span,
.career-profile-document-status-card small {
    margin: 0;
}

.career-profile-document-status-card span {
    color: #5d728a;
    font-size: 0.86rem;
}

.career-profile-document-status-card small {
    color: #0f6d35;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.career-profile-document-status-card small.is-optional {
    color: #6f7f92;
}

.career-profile-document-item {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 18px;
    background: #f8fbfd;
    border: 1px solid #dfeaf3;
}

.career-profile-document-item strong,
.career-profile-document-item p {
    margin: 0;
}

.career-profile-document-item p {
    color: #73879c;
    margin-top: 4px;
    font-size: 0.82rem;
}

.career-profile-document-actions a,
.career-profile-document-actions button {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #d7e4ef;
    background: #fff;
    color: #18324e;
    text-decoration: none;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.career-candidate-empty-inline {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px dashed #d8e4ee;
    color: #718398;
    display: grid;
    gap: 10px;
}

.career-candidate-empty-inline strong {
    color: #18324e;
}

.career-candidate-empty-inline a {
    color: #0b63b6;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1180px) {
    .career-candidate-card-grid,
    .career-profile-layout,
    .career-candidate-jobs-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .career-candidate-shell {
        grid-template-columns: 1fr;
    }

    .career-candidate-sidebar {
        padding: 10px 12px;
        border-right: 0;
        border-bottom: 1px solid #e4ebf3;
        gap: 10px;
    }

    .career-candidate-sidebar-brand {
        justify-content: flex-start;
        padding: 0 4px 4px;
    }

    .career-candidate-sidebar-brand img {
        width: min(58px, 100%);
        max-height: 46px;
    }

    .career-candidate-sidebar-nav {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(92px, 1fr);
        gap: 8px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        padding-bottom: 2px;
    }

    .career-candidate-sidebar-nav::-webkit-scrollbar {
        display: none;
    }

    .career-candidate-sidebar-nav a {
        min-height: 72px;
        padding: 10px 8px;
        border: 1px solid #e4ebf3;
        border-radius: 18px;
        gap: 8px;
    }

    .career-candidate-sidebar-nav a.is-active::after {
        display: none;
    }
}

@media (max-width: 760px) {
    body.minimal-shell .main.career-public-shell.career-candidate-shell-root > .page-content.career-candidate-page {
        width: min(100%, calc(100vw - 8px));
    }

    .career-candidate-shell {
        border-radius: 20px;
    }

    .career-candidate-sidebar {
        padding: 10px;
        gap: 8px;
    }

    .career-candidate-sidebar-brand {
        padding: 0 2px 2px;
    }

    .career-candidate-sidebar-brand img {
        width: min(54px, 100%);
        max-height: 44px;
    }

    .career-candidate-sidebar-nav {
        grid-auto-columns: minmax(88px, 1fr);
        gap: 8px;
    }

    .career-candidate-sidebar-nav a {
        min-height: 66px;
        padding: 10px 6px;
        border-radius: 16px;
    }

    .career-candidate-sidebar-nav a span:last-child {
        font-size: 0.78rem;
    }

    .career-candidate-nav-icon {
        width: 28px;
        height: 28px;
    }

    .career-candidate-nav-icon svg {
        width: 20px;
        height: 20px;
    }

    .career-candidate-topbar,
    .career-candidate-body,
    .career-candidate-preview-panel,
    .career-password-card {
        padding: 16px;
    }

    .career-candidate-topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .career-candidate-topbar-copy {
        gap: 4px;
    }

    .career-candidate-topbar-kicker {
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.68rem;
    }

    .career-candidate-topbar-copy h1 {
        font-size: 1.42rem;
    }

    .career-candidate-topbar-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 10px;
    }

    .career-candidate-topbar-stat {
        min-height: 50px;
        padding: 10px 12px;
    }

    .career-candidate-sidebar-nav {
        grid-template-columns: none;
    }

    .career-candidate-job-item,
    .career-profile-document-item,
    .career-candidate-info-head {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .career-candidate-preview-meta article,
    .career-candidate-info-matrix article,
    .career-candidate-account-pill {
        width: 100%;
    }

    .career-candidate-account-pill {
        grid-column: 1 / -1;
        min-height: 54px;
        padding: 0 14px 0 8px;
        justify-content: flex-start;
    }

    .career-candidate-topbar-link {
        grid-column: 1 / -1;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
    }

    .career-candidate-job-item-actions,
    .career-candidate-preview-actions,
    .career-candidate-card-actions {
        width: 100%;
    }

    .career-candidate-inline-button,
    .career-candidate-primary-action,
    .career-candidate-secondary-action {
        width: 100%;
    }

    .career-profile-document-status-grid {
        grid-template-columns: 1fr;
    }

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

    .career-profile-grid label.span-2 {
        grid-column: span 1;
    }

    .career-profile-bulk-item-grid {
        grid-template-columns: 1fr;
    }

    .career-candidate-preview-illustration,
    .career-candidate-empty-illustration {
        height: 200px;
    }

    .career-candidate-preview-window {
        inset: 24px 42px 20px;
    }

    .career-candidate-preview-card-mini,
    .career-candidate-empty-cards::before,
    .career-candidate-empty-cards::after {
        width: 92px;
        height: 58px;
    }

    .career-candidate-preview-person {
        width: 100px;
        height: 132px;
        bottom: 22px;
    }

    .career-candidate-preview-person span:first-child {
        width: 38px;
        height: 38px;
    }

    .career-candidate-preview-person span:last-child {
        top: 36px;
        width: 64px;
        height: 88px;
    }

    .career-candidate-preview-meta article,
    .career-candidate-info-matrix article {
        min-width: 0;
        padding: 14px 16px;
    }
}

@media (max-width: 540px) {
    .career-candidate-topbar-actions {
        grid-template-columns: 1fr;
    }

    .career-candidate-preview-meta article,
    .career-candidate-info-matrix article {
        width: 100%;
    }

    .career-candidate-search-field input,
    .career-profile-form input,
    .career-profile-form textarea,
    .career-profile-form select {
        min-height: 52px;
        padding-inline: 16px;
    }

    .career-candidate-search-field input {
        padding-left: 46px;
    }

    .career-profile-form textarea {
        min-height: 112px;
        padding: 14px 16px;
    }
}
