.job-page {
    --jobs-ink: #172033;
    --jobs-muted: #5b6475;
    --jobs-navy: #1e1b4b;
    --jobs-purple: #32103f;
    --jobs-gold: #d4a853;
    --jobs-gold-deep: #b28532;
    --jobs-line: #dfe4ec;
    --jobs-soft: #f7f8fb;
    --jobs-success: #087f5b;
    --jobs-danger: #b42318;
    color: var(--jobs-ink);
    overflow-x: clip;
    padding: 24px 0 calc(118px + env(safe-area-inset-bottom));
}

.job-shell {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 16px;
    width: 100%;
}

.jobs-hero {
    background:
        radial-gradient(circle at 88% 18%, rgba(212, 168, 83, .22), transparent 28%),
        radial-gradient(circle at 12% 100%, rgba(16, 185, 129, .11), transparent 30%),
        linear-gradient(135deg, var(--jobs-navy), var(--jobs-purple));
    border: 1px solid rgba(212, 168, 83, .24);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(30, 27, 75, .18);
    color: #fff;
    padding: 30px 24px;
    position: relative;
}

.jobs-eyebrow,
.job-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.2;
    padding: 6px 10px;
    text-transform: uppercase;
}

.jobs-eyebrow {
    background: rgba(212, 168, 83, .16);
    border: 1px solid rgba(252, 211, 77, .3);
    color: #fde68a;
}

.jobs-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 8vw, 3.35rem);
    line-height: 1.04;
    margin: 16px 0 12px;
    max-width: 760px;
}

.jobs-hero p {
    color: #d8dbea;
    font-size: clamp(15px, 2vw, 17px);
    line-height: 1.7;
    margin: 0;
    max-width: 740px;
}

.jobs-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.job-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.job-button svg {
    flex: 0 0 auto;
    height: 19px;
    width: 19px;
}

.job-button--gold {
    background: linear-gradient(135deg, var(--jobs-gold), var(--jobs-gold-deep));
    box-shadow: 0 8px 22px rgba(212, 168, 83, .26);
    color: var(--jobs-navy);
}

.job-button--gold:hover {
    box-shadow: 0 10px 28px rgba(212, 168, 83, .38);
}

.job-button--navy {
    background: var(--jobs-navy);
    border-color: var(--jobs-navy);
    color: #fff;
}

.job-button--navy:hover {
    background: #2d2768;
}

.job-button--ghost {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .24);
    color: #fff;
}

.job-button--ghost:hover {
    background: rgba(255, 255, 255, .16);
}

.job-button--whatsapp {
    background: #128c4b;
    color: #fff;
}

.job-button--email {
    background: #1d4ed8;
    color: #fff;
}

.job-button--call {
    background: #047857;
    color: #fff;
}

.job-button--website {
    background: #4338ca;
    color: #fff;
}

.job-button--secondary {
    background: #eef1f6;
    border-color: #d6dce7;
    color: var(--jobs-ink);
}

.job-button--block {
    width: 100%;
}

.jobs-filter-panel,
.job-surface,
.job-contact-panel {
    background: var(--card-bg-royal, #fff);
    border: 1px solid var(--border-color-royal, var(--jobs-line));
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.jobs-filter-panel {
    margin-top: 22px;
    padding: 18px;
}

.jobs-filter-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
}

.jobs-field label,
.job-form-field label {
    color: var(--jobs-ink);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 7px;
}

.jobs-field input,
.job-form-field input {
    background: #fff;
    border: 1px solid #cbd3df;
    border-radius: 10px;
    box-sizing: border-box;
    color: var(--jobs-ink);
    font: inherit;
    min-height: 46px;
    padding: 10px 13px;
    width: 100%;
}

.jobs-filter-submit {
    align-self: end;
    width: 100%;
}

.jobs-category-rail {
    border-top: 1px dashed var(--jobs-line);
    display: flex;
    gap: 8px;
    margin-top: 16px;
    overflow-x: auto;
    padding: 16px 2px 3px;
    scrollbar-width: thin;
}

.jobs-category-pill {
    align-items: center;
    background: #f2f4f8;
    border: 1px solid #d9dfe8;
    border-radius: 999px;
    box-sizing: border-box;
    color: #445066;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 750;
    min-height: 44px;
    padding: 9px 14px;
    text-decoration: none;
}

.jobs-category-pill:hover,
.jobs-category-pill.is-active {
    background: #f4e5bc;
    border-color: #d4a853;
    color: #4a3510;
}

.jobs-results-heading {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin: 34px 0 16px;
}

.jobs-results-heading h2 {
    color: var(--jobs-ink);
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    margin: 0;
}

.jobs-results-heading p {
    color: var(--jobs-muted);
    font-size: 13px;
    margin: 5px 0 0;
}

.jobs-clear-link,
.job-back-link {
    align-items: center;
    color: #4c3c83;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    min-height: 44px;
    text-decoration: none;
}

.jobs-clear-link:hover,
.job-back-link:hover {
    color: #7a4d00;
    text-decoration: underline;
}

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

.job-card {
    background: var(--card-bg-royal, #fff);
    border: 1px solid var(--border-color-royal, var(--jobs-line));
    border-radius: 16px;
    box-shadow: 0 7px 22px rgba(15, 23, 42, .05);
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 19px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.job-card:hover {
    border-color: #cbb476;
    box-shadow: 0 12px 30px rgba(30, 27, 75, .1);
}

.job-card-top,
.job-detail-title-row {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
}

.job-card-badges,
.job-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.job-badge--category {
    background: #fbf2dd;
    color: #8a5a06;
}

.job-badge--nature {
    background: #eef1f6;
    color: #4b5568;
}

.job-badge--premium {
    background: #fff3d1;
    color: #9a5b00;
}

.job-badge--featured {
    background: #e7efff;
    color: #1d4ed8;
}

.job-badge--open {
    background: #e5f7ef;
    color: #087f5b;
}

.job-badge--closed {
    background: #edf0f4;
    color: #4b5568;
}

.job-badge--danger {
    background: #feeceb;
    color: var(--jobs-danger);
}

.job-card h3 {
    color: var(--jobs-ink);
    font-size: 19px;
    line-height: 1.3;
    margin: 16px 0 7px;
    overflow-wrap: anywhere;
}

.job-card h3 a {
    align-items: center;
    color: inherit;
    display: inline-flex;
    min-height: 44px;
    text-decoration: none;
}

.job-card h3 a:hover {
    color: #6c4b11;
}

.job-card-meta {
    color: var(--jobs-muted);
    display: grid;
    font-size: 13px;
    gap: 8px;
    line-height: 1.45;
    margin-bottom: 15px;
}

.job-card-meta span {
    align-items: flex-start;
    display: flex;
    gap: 7px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.job-card-meta svg {
    color: #7a8496;
    flex: 0 0 auto;
    height: 16px;
    margin-top: 2px;
    width: 16px;
}

.job-skill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.job-skill {
    background: #f2f4f8;
    border: 1px solid #e0e4eb;
    border-radius: 999px;
    color: #4d586c;
    font-size: 11px;
    font-weight: 650;
    padding: 5px 9px;
}

.job-card-footer {
    align-items: center;
    border-top: 1px dashed var(--jobs-line);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
}

.job-pay-label {
    color: var(--jobs-muted);
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.job-pay-value {
    color: var(--jobs-success);
    font-size: 14px;
    font-weight: 850;
}

.jobs-empty {
    background: #fff;
    border: 1px dashed #cbd3df;
    border-radius: 16px;
    color: var(--jobs-muted);
    padding: 52px 20px;
    text-align: center;
}

.jobs-empty svg {
    color: #8b95a6;
    height: 48px;
    width: 48px;
}

.jobs-empty h2 {
    color: var(--jobs-ink);
    font-size: 20px;
    margin: 14px 0 7px;
}

.jobs-empty p {
    margin: 0 auto 18px;
    max-width: 520px;
}

.jobs-ad-row {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
}

.jobs-pagination {
    margin-top: 28px;
}

.job-detail-layout {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 12px;
}

.job-detail-main,
.job-detail-aside {
    min-width: 0;
}

.job-surface,
.job-contact-panel {
    padding: 20px;
}

.job-detail-title-row h1 {
    color: var(--jobs-ink);
    font-size: clamp(1.85rem, 7vw, 2.65rem);
    line-height: 1.08;
    margin: 14px 0 10px;
    overflow-wrap: anywhere;
}

.job-detail-employer {
    color: #465166;
    display: flex;
    font-size: 15px;
    font-weight: 750;
    gap: 8px;
    line-height: 1.5;
    margin: 0;
    overflow-wrap: anywhere;
}

.job-detail-employer svg {
    flex: 0 0 auto;
    height: 18px;
    margin-top: 2px;
    width: 18px;
}

.job-facts {
    border-top: 1px solid var(--jobs-line);
    display: grid;
    gap: 11px;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 22px;
    padding-top: 20px;
}

.job-fact {
    background: var(--jobs-soft);
    border: 1px solid #e2e6ed;
    border-radius: 12px;
    min-width: 0;
    padding: 13px;
}

.job-fact dt {
    color: var(--jobs-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .06em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.job-fact dd {
    color: var(--jobs-ink);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
    margin: 0;
    overflow-wrap: anywhere;
}

.job-fact dd.is-pay {
    color: var(--jobs-success);
    font-size: 16px;
    font-weight: 850;
}

.job-copy-section {
    border-top: 1px solid var(--jobs-line);
    margin-top: 24px;
    padding-top: 24px;
}

.job-copy-section h2 {
    color: var(--jobs-ink);
    font-size: 20px;
    margin: 0 0 12px;
}

.job-description {
    color: #3f4b5e;
    font-size: 15px;
    line-height: 1.75;
    overflow-wrap: anywhere;
    white-space: pre-line;
}

.job-contact-panel h2 {
    color: var(--jobs-ink);
    font-size: 21px;
    margin: 0 0 8px;
}

.job-contact-panel > p,
.job-contact-copy {
    color: var(--jobs-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.job-contact-icon {
    align-items: center;
    background: #f7efd9;
    border-radius: 14px;
    color: #9a6b12;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 14px;
    width: 48px;
}

.job-contact-icon svg {
    height: 25px;
    width: 25px;
}

.job-contact-actions,
.job-lead-form {
    display: grid;
    gap: 11px;
}

.job-owner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -2px 0 18px;
}

.job-contact-methods {
    display: grid;
    gap: 12px;
}

.job-contact-method {
    background: var(--jobs-soft);
    border: 1px solid #dce1e9;
    border-radius: 13px;
    min-width: 0;
    padding: 13px;
}

.job-contact-method__header {
    display: grid;
    gap: 4px;
    margin-bottom: 10px;
    min-width: 0;
}

.job-contact-method__header span {
    color: var(--jobs-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.job-contact-method__header strong {
    color: var(--jobs-ink);
    font-size: 14px;
    overflow-wrap: anywhere;
}

.job-contact-method__actions {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
}

.job-contact-method__actions .job-button {
    min-height: 44px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 520px) {
    .job-contact-method__actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .job-contact-method__actions .job-button--block {
        grid-column: 1 / -1;
    }
}

.job-form-field input {
    min-height: 44px;
}

.job-callback-success {
    background: #eaf8f2;
    border: 1px solid #b8e7d2;
    border-radius: 10px;
    color: #096645;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 16px;
    padding: 12px;
}

.job-payment-box {
    background: var(--jobs-soft);
    border: 1px solid #dce1e9;
    border-radius: 11px;
    margin-bottom: 12px;
    padding: 12px;
    text-align: left;
}

.job-payment-box legend {
    color: var(--jobs-muted);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .05em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.job-payment-options {
    display: grid;
    gap: 9px;
}

.job-payment-options label {
    align-items: center;
    color: var(--jobs-ink);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 750;
    gap: 8px;
    min-height: 36px;
}

.job-payment-options input {
    height: 18px;
    width: 18px;
}

.job-pass-offer {
    border-top: 1px dashed var(--jobs-line);
    margin-top: 18px;
    padding-top: 18px;
    text-align: center;
}

.job-pass-offer p {
    color: var(--jobs-muted);
    font-size: 12px;
    margin: 0 0 10px;
}

.job-direct-unlock-offer {
    border-top: 1px solid var(--jobs-line);
    margin-top: 22px;
    padding-top: 20px;
}

.job-lead-availability-note {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 11px;
    color: #1e3a5f;
    font-size: 12px;
    line-height: 1.55;
    margin: 12px 0;
    padding: 12px 14px;
}

.job-caution,
.job-danger-alert {
    border-radius: 13px;
    display: flex;
    gap: 11px;
    line-height: 1.55;
    padding: 14px;
}

.job-caution {
    background: #fff8e8;
    border: 1px solid #ead39b;
    color: #604817;
    font-size: 12px;
    margin-top: 18px;
}

.job-caution svg,
.job-danger-alert svg {
    flex: 0 0 auto;
    height: 21px;
    margin-top: 1px;
    width: 21px;
}

.job-caution strong {
    color: #4c3508;
}

.job-danger-alert {
    background: #fff0ef;
    border: 1px solid #efb5b0;
    color: #8f2018;
    font-size: 13px;
    margin-bottom: 18px;
}

.job-feedback-wrap {
    border-top: 1px dashed var(--jobs-line);
    margin-top: 18px;
    padding-top: 18px;
}

.job-contact-status {
    background: #e5f7ef;
    border-radius: 999px;
    color: #087f5b;
    display: inline-flex;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .06em;
    margin-bottom: 13px;
    padding: 6px 9px;
    text-transform: uppercase;
}

.job-centered-state {
    padding: 10px 0;
    text-align: center;
}

.job-centered-state .job-contact-icon {
    margin-left: auto;
    margin-right: auto;
}

.job-sidebar-ad,
.job-bottom-ad {
    margin-top: 18px;
    min-width: 0;
    overflow: hidden;
}

.job-page :is(a, button, input):focus-visible {
    outline: 3px solid rgba(180, 117, 11, .38);
    outline-offset: 3px;
}

@media (min-width: 520px) {
    .job-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .jobs-hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .job-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .job-payment-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .job-page {
        padding-top: 34px;
    }

    .jobs-hero {
        padding: 42px 38px;
    }

    .jobs-filter-panel {
        padding: 22px;
    }

    .jobs-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jobs-filter-submit {
        grid-column: 1 / -1;
    }

    .jobs-grid {
        gap: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .job-surface,
    .job-contact-panel {
        padding: 28px;
    }

    .job-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .job-page {
        padding-bottom: 84px;
    }

    .jobs-filter-grid {
        align-items: end;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    }

    .jobs-filter-submit {
        grid-column: auto;
        min-width: 154px;
    }

    .job-detail-layout {
        gap: 26px;
        grid-template-columns: minmax(0, 1.8fr) minmax(310px, .8fr);
    }

    .job-contact-panel {
        position: sticky;
        top: 96px;
    }
}

@media (min-width: 1180px) {
    .jobs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

body.job-auth-open {
    overflow: hidden;
}

.job-form-alert,
.job-autofill-result {
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 20px;
    padding: 14px 16px;
}

.job-form-alert {
    background: #fff0ef;
    border: 1px solid #efb5b0;
    color: #8f2018;
}

.job-form-alert ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.job-autofill-result {
    background: #eaf8f2;
    border: 1px solid #b8e7d2;
    color: #096645;
}

.job-contact-builder {
    background: var(--jobs-soft);
    border: 1px solid #dce1e9;
    border-radius: 14px;
    margin-bottom: 24px;
    padding: 18px;
}

.job-contact-builder__heading {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.job-contact-builder__heading h2 {
    color: var(--jobs-ink);
    font-size: 18px;
    margin: 0 0 5px;
}

.job-contact-builder__heading p,
.job-contact-builder__note {
    color: var(--jobs-muted);
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
}

.job-contact-builder__heading p {
    max-width: 560px;
}

.job-contact-builder__rows {
    display: grid;
    gap: 10px;
}

.job-contact-entry {
    align-items: end;
    background: #fff;
    border: 1px solid #dce1e9;
    border-radius: 12px;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(130px, .42fr) minmax(0, 1fr) 44px;
    padding: 12px;
}

.job-contact-entry label {
    color: var(--jobs-ink);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
}

.job-contact-entry input,
.job-contact-entry select {
    background: #fff;
    border: 1px solid #cbd3df;
    border-radius: 9px;
    color: var(--jobs-ink);
    font: inherit;
    min-height: 44px;
    padding: 9px 11px;
    width: 100%;
}

.job-contact-entry__remove,
.job-autofill-close {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #dce1e9;
    border-radius: 10px;
    color: #64748b;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.job-contact-entry__remove:disabled {
    cursor: not-allowed;
    opacity: .35;
}

.job-contact-entry__remove svg {
    height: 18px;
    width: 18px;
}

.job-contact-builder__note {
    margin-top: 10px;
}

.job-field-error {
    color: #a31d16;
    display: block;
    font-size: 11px;
    margin-top: 5px;
}

.job-autofill-close {
    flex: 0 0 auto;
    font-size: 25px;
    font-weight: 700;
}

.job-autofill-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.job-autofill-actions > button {
    min-height: 44px;
}

.job-autofill-status {
    background: #edf8f3;
    border: 1px solid #b8e7d2;
    border-radius: 9px;
    color: #096645;
    font-size: 12px;
    line-height: 1.5;
    margin: -6px 0 14px;
    padding: 10px 12px;
}

.job-autofill-status.is-error {
    background: #fff0ef;
    border-color: #efb5b0;
    color: #8f2018;
}

@media (max-width: 640px) {
    .job-create-page {
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-top: 22px !important;
    }

    .job-create-card {
        padding: 20px 16px !important;
    }

    .job-create-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .job-contact-builder {
        padding: 14px;
    }

    .job-contact-builder__heading .job-button {
        width: 100%;
    }

    .job-contact-entry {
        grid-template-columns: minmax(0, 1fr) 44px;
    }

    .job-contact-entry__type {
        grid-column: 1 / -1;
    }

    .job-autofill-dialog {
        padding: 20px 16px !important;
    }

    .job-autofill-actions > button {
        flex: 1 1 100%;
    }
}

.job-auth-modal[hidden],
.job-auth-modal [hidden] {
    display: none !important;
}

.job-auth-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 12px;
    position: fixed;
    z-index: 120000;
}

.job-auth-backdrop {
    background: rgba(15, 18, 38, .72);
    inset: 0;
    position: absolute;
}

.job-auth-dialog {
    background: #fff;
    border: 1px solid #e3d7ba;
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(15, 18, 38, .28);
    box-sizing: border-box;
    color: #172033;
    max-height: calc(100dvh - 24px);
    max-width: 460px;
    overflow-y: auto;
    padding: 28px 24px 24px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.job-auth-close {
    align-items: center;
    background: #f3f4f7;
    border: 1px solid #d9dee7;
    border-radius: 999px;
    color: #364153;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 44px;
}

.job-auth-close:hover {
    background: #e8ebf1;
    color: #1e1b4b;
}

.job-auth-close svg {
    height: 20px;
    width: 20px;
}

.job-auth-brand {
    align-items: center;
    background: #fbf2dd;
    border: 1px solid #e4ca88;
    border-radius: 14px;
    color: #8a5a06;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-bottom: 18px;
    width: 50px;
}

.job-auth-brand svg {
    height: 26px;
    width: 26px;
}

.job-auth-eyebrow {
    color: #8a5a06 !important;
    font-size: 11px !important;
    font-weight: 900;
    letter-spacing: .08em;
    margin: 0 0 6px !important;
    text-transform: uppercase;
}

.job-auth-dialog h2 {
    color: #172033;
    font-size: clamp(1.45rem, 5vw, 1.85rem);
    line-height: 1.18;
    margin: 0 48px 10px 0;
}

.job-auth-dialog p {
    color: #5b6475;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.job-auth-field {
    margin-bottom: 14px;
}

.job-auth-field label {
    color: #172033;
    display: block;
    font-size: 13px;
    font-weight: 850;
    margin-bottom: 7px;
}

.job-auth-field input {
    background: #fff;
    border: 1px solid #c8d0dd;
    border-radius: 10px;
    box-sizing: border-box;
    color: #172033;
    font: inherit;
    min-height: 48px;
    padding: 11px 13px;
    width: 100%;
}

.job-auth-otp-input {
    font-size: 22px !important;
    font-weight: 900 !important;
    letter-spacing: .38em;
    text-align: center;
}

.job-auth-field input:focus-visible,
.job-auth-close:focus-visible,
.job-auth-google:focus-visible,
.job-auth-email:focus-visible,
.job-auth-text-button:focus-visible {
    outline: 3px solid rgba(29, 78, 216, .32);
    outline-offset: 2px;
}

.job-auth-message {
    background: #eef7ff;
    border: 1px solid #b8d9f6;
    border-radius: 10px;
    color: #164e78;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 14px;
    padding: 11px 12px;
}

.job-auth-message.is-error {
    background: #fff0ef;
    border-color: #f4b7b2;
    color: #9f2018;
}

.job-auth-message.is-success {
    background: #eaf8f1;
    border-color: #a9dec5;
    color: #086a4c;
}

.job-auth-divider {
    align-items: center;
    color: #7a8496;
    display: flex;
    font-size: 12px;
    gap: 10px;
    margin: 16px 0;
}

.job-auth-divider::before,
.job-auth-divider::after {
    background: #e1e5ec;
    content: '';
    height: 1px;
    width: 100%;
}

.job-auth-google {
    align-items: center;
    background: #fff;
    border: 1px solid #c8d0dd;
    border-radius: 10px;
    color: #243047;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 46px;
    padding: 10px 16px;
    text-decoration: none;
}

.job-auth-google:hover {
    background: #f7f8fb;
    border-color: #9ba8ba;
}

.job-auth-google svg {
    height: 20px;
    width: 20px;
}

.job-auth-email {
    align-items: center;
    background: #1f2a5a;
    border: 1px solid #1f2a5a;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 46px;
    padding: 10px 16px;
    text-decoration: none;
}

.job-auth-email:hover {
    background: #151d42;
    border-color: #151d42;
}

.job-auth-email svg {
    height: 20px;
    width: 20px;
}

.job-auth-footnote {
    font-size: 12px !important;
    margin: 14px 0 0 !important;
    text-align: center;
}

.job-auth-otp-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: space-between;
    margin-top: 14px;
}

.job-auth-text-button {
    background: transparent;
    border: 0;
    color: #4c3c83;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    min-height: 44px;
    padding: 8px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.job-auth-text-button:disabled {
    color: #7a8496;
    cursor: not-allowed;
    text-decoration: none;
}

.job-auth-recaptcha {
    margin: 0 0 14px;
    max-width: 100%;
    overflow-x: auto;
}

.job-auth-honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.job-auth-noscript {
    background: #fff8e7;
    border: 1px solid #e8d29a;
    border-radius: 10px;
    margin-top: 14px !important;
    padding: 11px;
}

.job-auth-dialog button[aria-busy="true"] {
    cursor: wait;
    opacity: .72;
}

@media (max-width: 480px) {
    .job-auth-dialog {
        border-radius: 16px;
        padding: 24px 18px 20px;
    }

    .job-auth-dialog h2 {
        margin-right: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .job-page *,
    .job-page *::before,
    .job-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
