    /* ===== Job Detail - Organized Layout 2026 (scoped: oj-) ===== */
    .oj-page {
        --oj-ink: #0f172a;
        --oj-muted: #64748b;
        --oj-faint: #94a3b8;
        --oj-line: #e2e8f0;
        --oj-soft: #f8fafc;
        --oj-grad: linear-gradient(135deg, #6366f1, #8b5cf6 55%, #06b6d4);
        background: var(--bg-body);
    }

    /* ---------- Hero ---------- */
    .oj-hero {
        position: relative;
        overflow: hidden;
        padding: 34px 0 0;
        background:
            radial-gradient(54rem 26rem at 10% -12%, rgba(99, 102, 241, .16), transparent 60%),
            radial-gradient(42rem 22rem at 88% -16%, rgba(6, 182, 212, .12), transparent 60%),
            radial-gradient(40rem 22rem at 50% 130%, rgba(167, 139, 250, .12), transparent 62%),
            linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
        border-bottom: 1px solid var(--oj-line);
    }

    .oj-hero::before,
    .oj-hero::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        filter: blur(60px);
    }

    .oj-hero::before {
        width: 260px; height: 260px;
        top: 10px; left: 6%;
        background: radial-gradient(circle at 32% 30%, rgba(99, 102, 241, .3), transparent 70%);
        animation: ojFloat 10s ease-in-out infinite;
    }

    .oj-hero::after {
        width: 200px; height: 200px;
        bottom: 30px; right: 7%;
        background: radial-gradient(circle at 32% 30%, rgba(6, 182, 212, .26), transparent 70%);
        animation: ojFloat 12s ease-in-out 1.8s infinite;
    }

    @keyframes ojFloat {
        0%, 100% { transform: translateY(0) scale(1); }
        50% { transform: translateY(-20px) scale(1.06); }
    }

    /* floating particles */
    .oj-particle { position: absolute; border-radius: 50%; pointer-events: none; opacity: .45; }
    .oj-particle-1 { width: 6px; height: 6px; top: 22%; left: 14%; background: rgba(99, 102, 241, .5); animation: ojDrift 15s ease-in-out infinite; }
    .oj-particle-2 { width: 5px; height: 5px; top: 42%; right: 20%; background: rgba(139, 92, 246, .5); animation: ojDrift 18s ease-in-out 2s infinite; }
    .oj-particle-3 { width: 8px; height: 8px; bottom: 28%; left: 26%; background: rgba(6, 182, 212, .4); animation: ojDrift 20s ease-in-out 4s infinite; }
    .oj-particle-4 { width: 4px; height: 4px; top: 62%; right: 32%; background: rgba(244, 114, 182, .5); animation: ojDrift 16s ease-in-out 1s infinite; }

    @keyframes ojDrift {
        0%, 100% { transform: translate(0, 0) scale(1); }
        25% { transform: translate(25px, -35px) scale(1.2); }
        50% { transform: translate(-15px, -65px) scale(.8); }
        75% { transform: translate(35px, -25px) scale(1.1); }
    }

    /* ---------- Hero inner ---------- */
    .oj-back { position: relative; z-index: 1; }
    .oj-back a {
        display: inline-flex; align-items: center; gap: 8px;
        color: var(--oj-muted); font-size: .875rem; font-weight: 600;
        text-decoration: none; padding: 6px 0; transition: color .2s;
    }
    .oj-back a:hover { color: var(--primary); }
    .oj-back .material-icons-outlined { font-size: 18px; }

    .oj-hero-body { position: relative; z-index: 1; padding: 22px 0 56px; max-width: 880px; }

    .oj-eyebrow {
        display: inline-flex; align-items: center; gap: 7px;
        padding: 6px 14px; border-radius: 999px;
        background: rgba(99, 102, 241, .08); border: 1px solid rgba(99, 102, 241, .22);
        color: var(--primary); font-size: .75rem; font-weight: 700;
        letter-spacing: .07em; text-transform: uppercase; margin-bottom: 18px;
    }
    .oj-eyebrow .material-icons-outlined { font-size: 15px; }

    .oj-company-row { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; flex-wrap: wrap; }
    .oj-avatar {
        width: 64px; height: 64px; border-radius: 18px; flex-shrink: 0; padding: 2px;
        background: var(--oj-grad);
        box-shadow: 0 12px 24px -10px rgba(99, 102, 241, .5);
    }
    .oj-avatar img {
        width: 100%; height: 100%; border-radius: 16px;
        border: 2px solid #fff; background: #fff; object-fit: contain; padding: 3px; display: block;
    }
    .oj-company { font-weight: 800; color: var(--oj-ink); font-size: 1.0625rem; letter-spacing: -.01em; }
    .oj-company-sub { color: var(--oj-muted); font-size: .8125rem; }
    .oj-featured {
        display: inline-flex; align-items: center; gap: 4px;
        padding: 3px 10px; border-radius: 999px;
        background: rgba(245, 158, 11, .12); border: 1px solid rgba(245, 158, 11, .3);
        color: #d97706; font-size: .6875rem; font-weight: 700;
    }

    .oj-title {
        font-size: clamp(1.8rem, 4vw, 2.75rem);
        font-weight: 800; letter-spacing: -.03em; line-height: 1.12;
        color: var(--oj-ink); margin: 0 0 12px;
    }
    .oj-lead {
        font-size: 1rem; line-height: 1.7; color: var(--oj-muted);
        max-width: 640px; margin: 0 0 22px;
    }
    .oj-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

    .oj-btn-apply {
        display: inline-flex; align-items: center; gap: 8px;
        height: 46px; padding: 0 24px;
        background: var(--oj-grad); color: #fff; border: none; border-radius: 12px;
        font-weight: 700; font-size: .9375rem; text-decoration: none; cursor: pointer;
        box-shadow: 0 12px 26px -8px rgba(99, 102, 241, .55);
        transition: transform .25s cubic-bezier(.34, 1.56, .64, 1), box-shadow .25s;
    }
    .oj-btn-apply:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 18px 34px -10px rgba(99, 102, 241, .65); }
    .oj-btn-apply .material-icons-outlined { font-size: 19px; }

    .oj-btn-ghost {
        display: inline-flex; align-items: center; gap: 7px;
        height: 46px; padding: 0 16px;
        border: 1px solid var(--oj-line); background: #fff; color: var(--oj-muted);
        border-radius: 12px; font-weight: 600; font-size: .875rem; cursor: pointer;
        transition: all .25s cubic-bezier(.34, 1.56, .64, 1);
    }
    .oj-btn-ghost:hover {
        border-color: rgba(99, 102, 241, .4); color: var(--primary);
        transform: translateY(-2px); box-shadow: 0 8px 18px -8px rgba(99, 102, 241, .35);
    }
    .oj-btn-ghost .material-icons-outlined { font-size: 19px; }
    .oj-btn-ghost.active, .oj-btn-ghost.active:hover {
        background: var(--primary-light); color: var(--primary); border-color: rgba(99, 102, 241, .35);
    }

    /* share dropdown */
    .oj-dropdown { position: relative; }
    .oj-menu {
        position: absolute; top: calc(100% + 8px); right: 0; z-index: 40;
        min-width: 210px; background: #fff; border: 1px solid var(--oj-line);
        border-radius: 14px; padding: 6px;
        box-shadow: 0 24px 50px -16px rgba(15, 23, 42, .22);
        opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .18s;
    }
    .oj-menu.open, .oj-dropdown.open .oj-menu { opacity: 1; visibility: visible; transform: translateY(0); }
    .oj-menu a {
        display: flex; align-items: center; gap: 10px;
        padding: 9px 12px; border-radius: 9px; color: var(--oj-ink);
        font-size: .875rem; font-weight: 600; text-decoration: none; transition: background .15s;
    }
    .oj-menu a:hover { background: var(--oj-soft); }
    .oj-menu a .material-icons-outlined { font-size: 18px; color: var(--oj-muted); }

    /* hero quick facts */
    .oj-ministats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
    .oj-mini {
        display: inline-flex; align-items: center; gap: 6px;
        background: rgba(255, 255, 255, .85); border: 1px solid var(--oj-line);
        border-radius: 10px; padding: 8px 14px;
        font-size: .8125rem; font-weight: 600; color: var(--oj-ink);
        box-shadow: 0 2px 8px -4px rgba(15, 23, 42, .08);
    }
    .oj-mini .material-icons-outlined { font-size: 16px; color: var(--primary); }
    .oj-mini.salary { color: var(--primary); font-weight: 700; }

    /* ---------- Body layout ---------- */
    .oj-body { padding: 40px 0 72px; }
    .oj-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 32px;
        align-items: start;
    }
    @media (max-width: 1024px) { .oj-layout { grid-template-columns: 1fr; } }

    /* anchor nav */
    .oj-sections { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
    .oj-section-link {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 8px 16px; border-radius: 999px;
        border: 1px solid var(--oj-line); background: #fff;
        color: var(--oj-muted); font-size: .8125rem; font-weight: 600;
        text-decoration: none; transition: all .25s;
    }
    .oj-section-link:hover {
        border-color: rgba(99, 102, 241, .35);
        background: var(--primary-light); color: var(--primary);
    }
    .oj-section-link .material-icons-outlined { font-size: 16px; }

    /* facts strip */
    .oj-facts {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        border: 1px solid var(--oj-line);
        border-radius: 16px; overflow: hidden;
        background: #fff;
        box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 28px -18px rgba(30, 41, 59, .14);
        margin-bottom: 20px;
    }
    .oj-fact {
        display: flex; align-items: center; gap: 10px;
        padding: 14px 16px;
        border-right: 1px solid var(--oj-line);
    }
    .oj-fact:last-child { border-right: none; }
    .oj-fact .material-icons-outlined { font-size: 20px; color: var(--primary); flex-shrink: 0; }
    .oj-fact-label { display: block; font-size: .6875rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--oj-faint); }
    .oj-fact-value { font-size: .875rem; font-weight: 700; color: var(--oj-ink); line-height: 1.35; }
    .oj-fact-value.salary { color: var(--primary); }
    @media (max-width: 640px) {
        .oj-fact { border-right: none; border-bottom: 1px solid var(--oj-line); }
        .oj-fact:last-child { border-bottom: none; }
    }

    /* ---------- Cards ---------- */
    .oj-card {
        background: #fff;
        border: 1px solid var(--oj-line);
        border-radius: 18px;
        box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 28px -18px rgba(30, 41, 59, .14);
        margin-bottom: 20px;
        overflow: hidden;
    }
    .oj-card-head {
        display: flex; align-items: center; gap: 12px;
        padding: 16px 22px;
        border-bottom: 1px solid var(--oj-line);
        background: linear-gradient(180deg, #fcfdff 0%, #fff 100%);
    }
    .oj-card-icon {
        width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px;
        background: var(--primary-light); color: var(--primary);
        display: inline-flex; align-items: center; justify-content: center;
    }
    .oj-card-icon .material-icons-outlined { font-size: 21px; }
    .oj-card-head h2, .oj-card-head h3 {
        font-size: 1.0625rem; font-weight: 800; letter-spacing: -.01em;
        color: var(--oj-ink); margin: 0;
    }
    .oj-card-body { padding: 22px; }
    .oj-main [id] { scroll-margin-top: 96px; }

    .oj-text { font-size: .99rem; line-height: 1.4; color: var(--oj-muted); max-width: none; }
    .oj-text.oj-text-tight { line-height: 1.3; }
    .oj-text > :first-child { margin-top: 0; }
    .oj-text > :last-child { margin-bottom: 0; }
    .oj-text p { margin: 0 0 .35em; }
    .oj-text p:last-child { margin-bottom: 0; }
.oj-text h1 { margin: 1.35em 0 .5em; font-size: 1.6rem; line-height: 1.25; color: var(--oj-ink); }
    .oj-text h2 { margin: 1.3em 0 .45em; font-size: 1.35rem; line-height: 1.3; color: var(--oj-ink); }
    .oj-text h3 { margin: 1.15em 0 .4em; font-size: 1.1rem; line-height: 1.35; color: var(--oj-ink); }
    .oj-text h4 { margin: 1.1em 0 .35em; font-size: .98rem; line-height: 1.35; color: var(--oj-ink); }
    .oj-text ul, .oj-text ol { padding-left: 1.35em; margin: .65em 0 1em; }
    .oj-text li > ul, .oj-text li > ol { margin: .35em 0 .2em; }
    .oj-text li { margin-bottom: .45em; }
    .oj-text li::marker { color: var(--primary); }
    .oj-text blockquote { margin: 1em 0; padding: .15em 0 .15em 1em; border-left: 3px solid var(--primary); color: var(--oj-muted); font-style: italic; }
    /* Match the native execCommand fontSize scale used by the editor. */
    .oj-text .job-font-size-1 { font-size: 10px; }
    .oj-text .job-font-size-2 { font-size: 13px; }
    .oj-text .job-font-size-3 { font-size: 16px; }
    .oj-text .job-font-size-4 { font-size: 18px; }
    .oj-text .job-font-size-5 { font-size: 24px; }
    .oj-text .job-font-size-6 { font-size: 32px; }
    .oj-text .job-font-size-7 { font-size: 48px; }

    /* skills tags */
    .oj-tags { display: flex; flex-wrap: wrap; gap: 10px; }
    .oj-tag {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 9px 16px; border-radius: 999px;
        background: rgba(99, 102, 241, .08); border: 1px solid rgba(99, 102, 241, .18);
        color: var(--primary); font-size: .8125rem; font-weight: 700;
        transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
    }
    .oj-tag:hover {
        background: var(--primary); color: #fff;
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 16px -6px rgba(99, 102, 241, .5);
    }
    .oj-tag::before { content: 'bolt'; font-family: 'Material Icons Outlined'; font-size: 15px; }

    /* ---------- Sidebar ---------- */
    .oj-sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 20px; }
    @media (max-width: 1024px) { .oj-sidebar { position: static; } }

    .oj-apply-card .oj-apply-head {
        display: flex; align-items: center; gap: 14px;
        padding: 20px 22px; color: #fff;
        background: linear-gradient(135deg, #1e1b4b 0%, #312e81 55%, #4338ca 100%);
        position: relative; overflow: hidden;
    }
    .oj-apply-card .oj-apply-head::before {
        content: ''; position: absolute; top: -60px; right: -60px;
        width: 180px; height: 180px; border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 255, 255, .15), transparent 70%);
    }
    .oj-apply-icon {
        width: 46px; height: 46px; flex-shrink: 0; border-radius: 14px;
        background: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .25);
        display: flex; align-items: center; justify-content: center; backdrop-filter: blur(6px);
    }
    .oj-apply-icon .material-icons-outlined { font-size: 24px; }
    .oj-apply-head h3 { color: #fff; margin: 0; font-size: 1.125rem; }
    .oj-apply-head p { margin: 3px 0 0; font-size: .8125rem; color: rgba(255, 255, 255, .8); }
    .oj-apply-body { padding: 20px 22px 22px; }

    /* glance grid */
    .oj-glance { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .oj-glance-cell {
        display: flex; flex-direction: column; gap: 2px;
        background: var(--oj-soft); border: 1px solid var(--oj-line);
        border-radius: 12px; padding: 12px 14px;
    }
    .oj-glance-label {
        display: flex; align-items: center; gap: 5px;
        font-size: .6875rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
        color: var(--oj-faint);
    }
    .oj-glance-label .material-icons-outlined { font-size: 13px; color: var(--primary); }
    .oj-glance-value { font-size: .9375rem; font-weight: 700; color: var(--oj-ink); }

    /* company card */
    .oj-company-body { padding: 22px; display: flex; flex-direction: column; gap: 14px; }
    .oj-company-body img {
        width: 56px; height: 56px; border-radius: 14px;
        border: 1px solid var(--oj-line); object-fit: contain; padding: 5px; background: #fff;
    }
    .oj-company-name { font-size: 1rem; font-weight: 800; color: var(--oj-ink); }
    .oj-company-desc { font-size: .8125rem; line-height: 1.6; color: var(--oj-muted); }
    .oj-company-btn {
        display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
        padding: 9px 16px; border-radius: 10px;
        background: var(--primary-light); color: var(--primary);
        font-size: .8125rem; font-weight: 700; text-decoration: none;
        transition: all .25s;
    }
    .oj-company-btn:hover { background: var(--primary); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 16px -6px rgba(99, 102, 241, .5); }
    .oj-company-btn .material-icons-outlined { font-size: 17px; }

    /* login note */
    .oj-login-note { text-align: center; margin-top: 12px; }
    .oj-login-note p { font-size: .8rem; color: var(--oj-muted); margin: 10px 0 0; }
    .oj-login-note a { color: var(--primary); font-weight: 600; }
    /* ---------- Apply form (ap-*) ---------- */
    .ap-field { margin-bottom: 16px; }
    .ap-label {
        display: flex; align-items: center; gap: 6px; margin-bottom: 8px;
        font-size: .8125rem; font-weight: 600; color: var(--oj-ink);
    }
    .ap-label .material-icons-outlined { font-size: 17px; color: var(--primary); }
    .ap-label em {
        font-style: normal; font-weight: 500; font-size: .6875rem;
        color: var(--oj-faint); background: rgba(100, 116, 139, .1);
        padding: 2px 8px; border-radius: 999px;
    }
    .ap-textarea {
        width: 100%; min-height: 96px; resize: vertical;
        padding: 12px 14px; border: 1.5px solid var(--oj-line);
        border-radius: 12px; font-family: inherit; font-size: .875rem;
        background: #fff; transition: border-color .2s, box-shadow .2s;
    }
    .ap-textarea:focus {
        outline: none; border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(99, 102, 241, .14);
    }
    .ap-drop {
        position: relative; display: flex; align-items: center; gap: 12px;
        padding: 14px; cursor: pointer; text-align: left;
        border: 1.5px dashed var(--oj-faint); border-radius: 14px;
        background: rgba(99, 102, 241, .03); transition: all .2s;
    }
    .ap-drop:hover, .ap-drop.dragover {
        border-color: var(--primary); background: rgba(99, 102, 241, .07);
        box-shadow: 0 0 0 4px rgba(99, 102, 241, .08);
    }
    .ap-drop.has-file { border-style: solid; border-color: #10b981; background: rgba(16, 185, 129, .06); }
    .ap-drop-icon {
        width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px;
        background: var(--primary-light); color: var(--primary);
        display: flex; align-items: center; justify-content: center;
    }
    .ap-drop.has-file .ap-drop-icon { background: rgba(16, 185, 129, .12); color: #10b981; }
    .ap-drop-icon .material-icons-outlined { font-size: 22px; }
    .ap-drop-text {
        display: flex; flex-direction: column; gap: 2px;
        font-size: .8125rem; color: var(--oj-muted); min-width: 0;
    }
    .ap-drop-text strong { color: var(--primary); font-weight: 600; }
    .ap-drop-text small { font-size: .6875rem; color: var(--oj-faint); }
    .ap-drop-text .file-name {
        font-weight: 600; color: #065f46;
        overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 180px;
    }
    .ap-drop-clear {
        margin-left: auto; width: 26px; height: 26px; flex-shrink: 0;
        border: none; border-radius: 50%; cursor: pointer;
        background: rgba(239, 68, 68, .1); color: #ef4444;
        display: flex; align-items: center; justify-content: center;
    }
    .ap-drop-clear .material-icons-outlined { font-size: 16px; }
    .ap-submit {
        display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px;
        padding: 14px 24px; border: none; border-radius: 12px; cursor: pointer;
        font-weight: 700; font-size: .9375rem; text-decoration: none;
        background: var(--oj-grad); color: #fff;
        box-shadow: 0 10px 22px -8px rgba(102, 126, 234, .65);
        transition: transform .25s cubic-bezier(.34, 1.56, .64, 1), box-shadow .25s;
    }
    .ap-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -8px rgba(102, 126, 234, .75); color: #fff; }
    .ap-submit .material-icons-outlined { font-size: 19px; }
    .ap-hint {
        display: flex; align-items: center; justify-content: center; gap: 5px;
        margin: 12px 0 0; font-size: .6875rem; color: var(--oj-faint);
    }
    .ap-hint .material-icons-outlined { font-size: 13px; }
    .ap-applied {
        display: flex; align-items: flex-start; gap: 12px;
        padding: 16px; border-radius: 14px;
        background: rgba(16, 185, 129, .08); border: 1.5px solid rgba(16, 185, 129, .3);
    }
    .ap-applied-icon {
        width: 38px; height: 38px; flex-shrink: 0; border-radius: 12px;
        background: rgba(16, 185, 129, .15); color: #10b981;
        display: flex; align-items: center; justify-content: center;
    }
    .ap-applied strong { display: block; font-size: .875rem; color: #065f46; }
    .ap-applied span:not(.ap-applied-icon):not(.material-icons-outlined) { font-size: .75rem; color: var(--oj-muted); }
    .ap-applied a { color: var(--primary); font-weight: 600; }

    /* ---------- Related jobs ---------- */
    .oj-related { margin-top: 44px; padding-top: 36px; border-top: 1px solid var(--oj-line); }
    .oj-related-head {
        display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
        margin: 0 0 20px;
    }
    .oj-related-head h2 { font-size: 1.4rem; font-weight: 800; letter-spacing: -.01em; color: var(--oj-ink); margin: 0; }
    .oj-related-head a { color: var(--primary); font-weight: 600; font-size: .875rem; text-decoration: none; }
    .oj-related-head a:hover { text-decoration: underline; }
    .oj-related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 16px; }

    .oj-job {
        position: relative; display: flex; flex-direction: column; gap: 12px;
        background: #fff; border: 1px solid var(--oj-line); border-radius: 16px; padding: 18px;
        text-decoration: none;
        box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 28px -18px rgba(30, 41, 59, .14);
        transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s ease, border-color .3s ease;
        overflow: hidden;
    }
    .oj-job::before {
        content: '';
        position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
        background: var(--oj-grad);
        transform: scaleY(0); transform-origin: top; transition: transform .3s;
    }
    .oj-job:hover {
        transform: translateY(-6px);
        border-color: rgba(99, 102, 241, .35);
        box-shadow: 0 24px 44px -20px rgba(30, 41, 59, .25);
    }
    .oj-job:hover::before { transform: scaleY(1); }
    .oj-job-top { display: flex; align-items: center; gap: 12px; }
    .oj-job-logo {
        width: 44px; height: 44px; border-radius: 12px;
        border: 1px solid var(--oj-line); padding: 3px; object-fit: contain; background: #fff; flex-shrink: 0;
    }
    .oj-job-title { font-weight: 800; color: var(--oj-ink); font-size: .9375rem; line-height: 1.3; margin: 0; }
    .oj-job-company { color: var(--oj-muted); font-size: .75rem; margin-top: 2px; }
    .oj-job-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
    .oj-job-meta span {
        display: inline-flex; align-items: center; gap: 5px;
        font-size: .75rem; font-weight: 600; color: var(--oj-muted);
    }
    .oj-job-meta .material-icons-outlined { font-size: 15px; color: var(--primary); }
    .oj-job-foot { display: flex; align-items: center; justify-content: space-between; }
    .oj-job-salary { color: var(--primary); font-weight: 700; font-size: .875rem; }
    .oj-job-view { color: var(--oj-ink); font-weight: 700; font-size: .8125rem; display: inline-flex; align-items: center; gap: 5px; }
    .oj-job-view .material-icons-outlined { font-size: 16px; transition: transform .2s; }
    .oj-job:hover .oj-job-view .material-icons-outlined { transform: translateX(3px); }

    @media (prefers-reduced-motion: reduce) {
        .oj-hero::before, .oj-hero::after, .oj-particle { animation: none !important; }
        .oj-btn-apply, .oj-btn-ghost, .oj-card, .oj-job { transition: none; }
        .oj-btn-apply:hover, .oj-btn-ghost:hover, .oj-job:hover { transform: none; }
    }

    /* ---------- Initials fallback when a company has no logo ---------- */
    .jb-logo-initials {
        display: flex; align-items: center; justify-content: center;
        font-weight: 800; color: #fff; text-transform: uppercase;
        background: linear-gradient(135deg, #6366f1, #8b5cf6 55%, #06b6d4);
    }
    .oj-avatar .jb-logo-initials {
        width: 100%; height: 100%; border-radius: 16px;
        border: 2px solid #fff; font-size: 1.15rem;
    }
    .oj-company-body .jb-logo-initials {
        width: 56px; height: 56px; border-radius: 14px; font-size: 1.05rem;
        border: 1px solid var(--oj-line);
    }
    .oj-job-logo.initials {
        display: flex; align-items: center; justify-content: center;
        font-weight: 800; color: #fff; font-size: .8rem; text-transform: uppercase;
        border: none;
    }

    /* ---------- Wider layout: expand the Job Description column ---------- */
    .oj-page .container { width: min(1320px, 94vw); }
    .oj-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; }
    @media (max-width: 1024px) {
        .oj-layout { grid-template-columns: 1fr; }
    }

    /* ---------- Rich-text (Quill) list rendering ---------- */
    .oj-text ol, .oj-text ul { padding-left: 1.5em; }
    .oj-text li { list-style-type: none; padding-left: 1.5em; }
    .oj-text li > .ql-ui::before {
        display: inline-block;
        margin-left: -1.5em;
        margin-right: .3em;
        text-align: right;
        white-space: nowrap;
        width: 1.2em;
    }
    .oj-text ol { counter-reset: list-0; }
    .oj-text li[data-list="bullet"] > .ql-ui::before { content: '\2022'; }
    .oj-text li[data-list="checked"] > .ql-ui::before { content: '\2611'; }
    .oj-text li[data-list="unchecked"] > .ql-ui::before { content: '\2610'; }
    .oj-text li[data-list="ordered"] { counter-increment: list-0; }
    .oj-text li[data-list="ordered"] > .ql-ui::before { content: counter(list-0, decimal) '. '; }

    /* ---------- Job at a Glance: status ---------- */
    .oj-glance-value.status { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; }
    .oj-glance-value.status::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: currentColor;
    }
    .oj-glance-value.status.open { color: #059669; }
    .oj-glance-value.status.closed { color: #dc2626; }





    .oj-menu { z-index: 600; }

    /* ---------- PPG gold buttons ---------- */
    .oj-page { --oj-grad: linear-gradient(135deg, #f5c95c, #e0a53a); }

    .oj-btn-apply { color: #2a2008; box-shadow: 0 12px 26px -8px rgba(233, 179, 61, .55); }
    .oj-btn-apply:hover { box-shadow: 0 18px 34px -10px rgba(233, 179, 61, .68); }

    .ap-submit { color: #2a2008; box-shadow: 0 10px 22px -8px rgba(233, 179, 61, .6); }
    .ap-submit:hover { color: #2a2008; box-shadow: 0 14px 28px -8px rgba(233, 179, 61, .72); }

    .oj-btn-ghost { color: #b8831f; border-color: rgba(233, 179, 61, .45); }
    .oj-btn-ghost:hover { border-color: rgba(233, 179, 61, .85); color: #b8831f; box-shadow: 0 8px 18px -8px rgba(233, 179, 61, .4); }
    .oj-btn-ghost .material-icons-outlined { color: inherit; }
    .oj-btn-ghost.active, .oj-btn-ghost.active:hover {
        background: rgba(233, 179, 61, .16);
        color: #b8831f;
        border-color: rgba(233, 179, 61, .55);
    }
