/* Jobs portal, auth and dashboard. Builds on site.css tokens. */
body.app { background: var(--paper); }
.app main { min-height: 60vh; }
.app .nav { position: sticky; top: 0; }

/* badges */
.jb { white-space: nowrap; flex: none; display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-size: .78rem; font-weight: 550; border: 1px solid var(--line); background: var(--card); color: var(--ink); }
.jb--hiring { background: rgba(61, 220, 151, .16); border-color: rgba(11, 107, 78, .25); color: var(--emerald); }
.jb--hiring::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 3px rgba(61, 220, 151, .3); }
.jb--pool { color: var(--muted); }

/* hero */
.jhero { padding-block: 56px 28px; }
.jhero--index { padding-block-start: 64px; }
.crumbs { font-size: .8rem; color: var(--muted); margin-bottom: 18px; }
.crumbs a { color: var(--muted); }
.jhero__title { font-size: clamp(2rem, 4.6vw, 3.6rem); line-height: 1.04; letter-spacing: -.03em; font-weight: 600; margin: 10px 0 12px; max-width: 22ch; }
.jhero__title .serif { font-weight: 400; }
.jhero__lede { font-size: 1.12rem; color: var(--muted); max-width: 64ch; }
.jhero__native { font-size: 1.6rem; color: var(--emerald); margin: 0 0 8px; }
.jhero__badges { display: flex; flex-wrap: wrap; gap: 8px; }
.jhero__grid { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
@media (max-width: 900px) { .jhero__grid { grid-template-columns: 1fr; } }

.applybox { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); position: sticky; top: 90px; }
.applybox__k { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-top: 12px; }
.applybox__k:first-child { margin-top: 0; }
.applybox__v { font-size: .95rem; margin-top: 4px; }
.applybox__btn { width: 100%; justify-content: center; margin-top: 18px; }
.applybox__save { width: 100%; justify-content: center; margin-top: 8px; }
.applybox__fine { font-size: .8rem; color: var(--muted); text-align: center; margin-top: 10px; }

/* stats + search */
.jstats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 28px 0; max-width: 760px; }
.jstats div { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; }
.jstats b { display: block; font-size: 1.7rem; letter-spacing: -.02em; }
.jstats span { font-size: .85rem; color: var(--muted); }
@media (max-width: 600px) { .jstats { grid-template-columns: repeat(2, 1fr); } }
.jsearch { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 10px; box-shadow: var(--shadow); }
.jsearch input, .jsearch select { width: 100%; font: inherit; font-size: .95rem; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); }
.jsearch input:focus, .jsearch select:focus { outline: 2px solid var(--emerald); border-color: transparent; }
@media (max-width: 860px) { .jsearch { grid-template-columns: 1fr 1fr; } .jsearch input { grid-column: 1 / -1; } }
.jcount { margin: 16px 0 0; color: var(--muted); font-size: .85rem; }
.jempty { padding: 40px 0; color: var(--muted); }

/* cards */
.jgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin: 16px 0 28px; }
.jgrid--home { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }

.chipnav { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 8px; }
.chipnav a { display: inline-flex; gap: 8px; align-items: center; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); color: var(--ink); text-decoration: none; font-size: .88rem; }
.chipnav a:hover { border-color: var(--ink); }
.chipnav a span { font-family: var(--font-mono); font-size: .75rem; color: var(--muted); }
.jhome__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.jcats, .jrel, .jfaq { padding-block: 24px 48px; }
.jcats h2, .jrel h2, .jfaq h2, .jbody__main h2 { font-size: 1.35rem; letter-spacing: -.01em; font-weight: 600; margin: 28px 0 12px; }
.jfaq details { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; margin: 8px 0; }
.jfaq summary { cursor: pointer; font-weight: 550; }
.jfaq details p { margin-top: 8px; color: var(--muted); }

/* job body */
.jbody { display: grid; grid-template-columns: 1fr 340px; gap: 40px; padding-bottom: 32px; }
@media (max-width: 900px) { .jbody { grid-template-columns: 1fr; } }
.jnote { background: rgba(61, 220, 151, .1); border: 1px solid rgba(11, 107, 78, .18); border-radius: 14px; padding: 16px 18px; }
.jnote .mono { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--emerald); margin-bottom: 6px; }
.jsteps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; counter-reset: s; }
.jsteps li { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px; counter-increment: s; }
.jsteps li::before { content: "0" counter(s); font-family: var(--font-mono); font-size: .75rem; color: var(--emerald); }
.jsteps b { display: block; margin: 4px 0; }
.jsteps span { font-size: .88rem; color: var(--muted); }
@media (max-width: 700px) { .jsteps { grid-template-columns: 1fr 1fr; } }
.sidecard { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 18px; margin-bottom: 14px; }
.sidecard > .mono { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 10px; }
.sidecard dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; font-size: .9rem; }
.sidecard dt { color: var(--muted); }

/* auth */
.auth { min-height: 78vh; display: grid; place-items: center; padding: 48px 16px; }
.auth__card { width: 100%; max-width: 460px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.auth__card h1 { font-size: 1.8rem; letter-spacing: -.02em; font-weight: 600; }
.auth__card .sub { color: var(--muted); margin: 6px 0 20px; }
.field { display: grid; gap: 6px; margin: 12px 0; }
.field label { font-size: .88rem; font-weight: 550; }
.field input, .field select, .field textarea { font: inherit; font-size: .98rem; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--paper); color: var(--ink); width: 100%; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--emerald); border-color: transparent; }
.field small { color: var(--muted); font-size: .8rem; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; margin: 10px 0; }
.check input { margin-top: 3px; }
.btn--block { width: 100%; justify-content: center; }
.divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .8rem; margin: 18px 0; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.social { display: grid; gap: 10px; }
.social__btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 11px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--card); font: inherit; font-weight: 550; color: var(--ink); cursor: pointer; text-decoration: none; }
.social__btn:hover { border-color: var(--ink); }
.social__btn[aria-disabled="true"] { opacity: .5; pointer-events: none; }
.msg { border-radius: 10px; padding: 11px 14px; font-size: .9rem; margin: 12px 0; }
.msg--ok { background: rgba(61, 220, 151, .16); color: var(--emerald); }
.msg--err { background: #fdecec; color: #a4262c; }
.auth__alt { text-align: center; font-size: .9rem; margin-top: 18px; color: var(--muted); }

/* dashboard */
.dash { display: grid; grid-template-columns: 240px 1fr; gap: 28px; padding-block: 32px 64px; }
@media (max-width: 900px) { .dash { grid-template-columns: 1fr; } }
.dash__side { position: sticky; top: 90px; align-self: start; display: grid; gap: 4px; }
@media (max-width: 900px) { .dash__side { position: static; display: flex; overflow-x: auto; gap: 6px; } }
.dash__side a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; text-decoration: none; color: var(--ink); font-size: .95rem; white-space: nowrap; }
.dash__side a:hover { background: rgba(11, 15, 13, .05); }
.dash__side a.is-active { background: var(--ink); color: var(--paper); }
.dash__side .count { margin-left: auto; font-family: var(--font-mono); font-size: .75rem; opacity: .7; }
.dash__main h1 { font-size: 1.9rem; letter-spacing: -.02em; font-weight: 600; }
.dash__main > .sub { color: var(--muted); margin: 4px 0 22px; }
.panelc { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 22px; margin-bottom: 16px; }
.panelc h2 { font-size: 1.1rem; font-weight: 600; margin-bottom: 12px; }
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
@media (max-width: 700px) { .kpis { grid-template-columns: 1fr 1fr; } }
.kpi { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.kpi b { display: block; font-size: 1.6rem; }
.kpi span { font-size: .82rem; color: var(--muted); }
.progress { height: 8px; border-radius: 99px; background: rgba(11, 15, 13, .08); overflow: hidden; }
.progress i { display: block; height: 100%; background: var(--emerald); border-radius: 99px; transition: width .4s var(--ease); }
.todo { list-style: none; padding: 0; display: grid; gap: 8px; margin-top: 14px; }
.todo li { display: flex; align-items: center; gap: 10px; font-size: .92rem; }
.todo li::before { content: ""; width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--line-strong); flex: none; }
.todo li.done::before { background: var(--emerald) var(--check-white) center / 10px no-repeat; border-color: var(--emerald); }
.todo li.done { color: var(--muted); text-decoration: line-through; }
.table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.table th, .table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 550; }
.tablewrap { overflow-x: auto; }
.st { display: inline-block; padding: 3px 9px; border-radius: 99px; font-size: .78rem; background: rgba(11, 15, 13, .06); }
.st--submitted { background: #eef3ff; color: #2446a8; }
.st--screening, .st--assessment { background: #fff5e0; color: #8a5a00; }
.st--shortlisted, .st--active { background: rgba(61, 220, 151, .18); color: var(--emerald); }
.st--rejected, .st--withdrawn { background: #f4f4f4; color: #777; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
@media (max-width: 700px) { .grid2 { grid-template-columns: 1fr; } }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 99px; background: rgba(11, 15, 13, .06); font-size: .85rem; }
.tag button { border: 0; background: none; cursor: pointer; font-size: 1rem; line-height: 1; color: var(--muted); }
.empty { color: var(--muted); padding: 18px 0; }
.row-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.btn--sm { padding: 7px 12px; font-size: .85rem; }
.loading { color: var(--muted); }

/* partner program */
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 8px 0 24px; }
@media (max-width: 960px) { .pgrid { grid-template-columns: 1fr; } }
.pcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.pcard h2 { font-size: 1.35rem; font-weight: 600; letter-spacing: -.01em; }
.pcard p { color: var(--muted); }
.pcard > .mono { font-size: .75rem; color: var(--emerald); text-transform: uppercase; letter-spacing: .08em; }
.pcard .btn { margin-top: auto; align-self: flex-start; }
.pcard--dark { background: var(--night); color: var(--on-night); border-color: var(--night); }
.pcard--dark p { color: rgba(243, 241, 234, .72); }
.pcard--dark > .mono { color: var(--mint); }
.tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 18px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.tabs button { font: inherit; font-weight: 550; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--card); cursor: pointer; color: var(--ink); }
.tabs button[aria-selected="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.checkgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 0 12px; }
.checkgrid .check { margin: 6px 0; }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: #c4323a; outline-color: #c4323a; }
.field .err { color: #a4262c; font-size: .8rem; }
.gbtn { min-height: 44px; display: flex; justify-content: center; }
.prose { max-width: 760px; padding-bottom: 64px; }
.prose h2 { font-size: 1.2rem; font-weight: 600; margin: 26px 0 8px; }
.prose p { color: var(--ink-2); }
.drawer { position: fixed; inset: 0 0 0 auto; width: min(640px, 100%); background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.25); z-index: 90; overflow-y: auto; padding: 24px; }
.drawer__close { float: right; }
.modal-bg { position: fixed; inset: 0; background: rgba(11,15,13,.45); z-index: 80; display: grid; place-items: center; padding: 16px; }
.modal { background: var(--card); border-radius: var(--radius-lg); padding: 26px; max-width: 520px; width: 100%; box-shadow: var(--shadow); }
.banner { display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; background: #fff5e0; border: 1px solid #f0dca8; color: #6b4a00; border-radius: 12px; padding: 12px 16px; margin-bottom: 16px; }

/* branded loader */
.vl-loader { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 16px; background: rgba(11, 15, 13, .38); backdrop-filter: blur(3px); opacity: 0; transition: opacity .2s var(--ease); }
.vl-loader.is-on { opacity: 1; }
.vl-loader[hidden] { display: none; }
.vl-loader__card { background: var(--card); border-radius: 20px; padding: 28px 30px; width: min(360px, 100%); text-align: center; box-shadow: 0 30px 80px rgba(0, 0, 0, .25); }
.vl-loader__mark { width: 56px; height: 56px; margin: 0 auto 14px; display: block; animation: vl-pulse 1.3s ease-in-out infinite; }
.vl-loader__mark rect { fill: var(--night, #0b0f0d); }
.vl-loader__mark path { fill: none; stroke: var(--mint, #3ddc97); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 48; animation: vl-draw 1.3s ease-in-out infinite; }
.vl-loader__title { font-weight: 600; font-size: 1.05rem; color: var(--ink); }
.vl-loader__sub { color: var(--muted); font-size: .9rem; margin-top: 4px; }
.vl-loader__bar { height: 6px; border-radius: 99px; background: rgba(11, 15, 13, .08); margin-top: 16px; overflow: hidden; }
.vl-loader__bar i { display: block; height: 100%; width: 0; background: var(--emerald); transition: width .2s; }
@keyframes vl-pulse { 50% { transform: scale(.92); } }
@keyframes vl-draw { 0% { stroke-dashoffset: 48; } 60%, 100% { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .vl-loader__mark, .vl-loader__mark path { animation: none; stroke-dashoffset: 0; } }

/* toasts */
.vl-toasts { position: fixed; z-index: 210; right: 16px; bottom: 16px; display: grid; gap: 10px; width: min(400px, calc(100% - 32px)); }
.vl-toast { display: flex; align-items: flex-start; gap: 10px; background: var(--card); color: var(--ink); border: 1px solid var(--line); border-left: 4px solid var(--emerald); border-radius: 12px; padding: 12px 12px 12px 14px; box-shadow: 0 16px 40px rgba(0, 0, 0, .16); transform: translateY(12px); opacity: 0; transition: transform .25s var(--ease), opacity .25s; }
.vl-toast.is-in { transform: none; opacity: 1; }
.vl-toast p { flex: 1; font-size: .92rem; line-height: 1.4; margin: 0; }
.vl-toast__icon { flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: .75rem; font-weight: 700; color: #fff; background: var(--emerald); }
.vl-toast > button:last-child { border: 0; background: none; font-size: 1.2rem; line-height: 1; cursor: pointer; color: var(--muted); padding: 0 2px; }
.vl-toast__action { border: 1px solid var(--line); background: var(--paper); border-radius: 8px; padding: 4px 10px; font: inherit; font-size: .85rem; font-weight: 550; cursor: pointer; }
.vl-toast--error { border-left-color: #c4323a; }
.vl-toast--error .vl-toast__icon { background: #c4323a; }
.vl-toast--warning { border-left-color: #d08a00; }
.vl-toast--warning .vl-toast__icon { background: #d08a00; }
.vl-toast--info { border-left-color: #2446a8; }
.vl-toast--info .vl-toast__icon { background: #2446a8; }
@media (max-width: 600px) { .vl-toasts { left: 16px; right: 16px; bottom: calc(12px + env(safe-area-inset-bottom)); width: auto; } }

/* inline button spinner for quick actions */
.btn[disabled], .btn[aria-busy="true"] { opacity: .65; cursor: progress; }
.btn .spin { width: 14px; height: 14px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; display: inline-block; animation: vl-spin .7s linear infinite; vertical-align: -2px; }
@keyframes vl-spin { to { transform: rotate(360deg); } }
.skeleton { background: linear-gradient(90deg, rgba(11,15,13,.05), rgba(11,15,13,.1), rgba(11,15,13,.05)); background-size: 200% 100%; animation: vl-shimmer 1.2s infinite; border-radius: 10px; }
@keyframes vl-shimmer { to { background-position: -200% 0; } }

/* error pages */
.errpage { min-height: 100vh; display: grid; place-items: center; padding: 24px 16px; background: var(--paper); }
.errpage__box { max-width: 560px; text-align: center; display: grid; gap: 14px; justify-items: center; }
.errpage__box h1 { font-size: clamp(1.6rem, 4vw, 2.2rem); letter-spacing: -.02em; }
.errpage__box p { color: var(--muted); }
.errpage__code { font-size: .8rem; color: var(--emerald); letter-spacing: .12em; }

/* ===== Jobs explorer (split view + card grid) ===== */
.ic { flex: none; vertical-align: middle; }
.jx__head { padding-top: 34px; padding-bottom: 6px; }
.jx__title { font-size: clamp(1.7rem, 3.4vw, 2.3rem); font-weight: 600; letter-spacing: -.02em; }
.jx__lede { color: var(--muted); max-width: 70ch; margin-top: 6px; }
.jx__tabs { display: flex; gap: 22px; border-bottom: 1px solid var(--line); margin: 22px 0 16px; overflow-x: auto; scrollbar-width: none; }
.jx__tabs button { font: inherit; font-weight: 550; background: none; border: 0; padding: 10px 0 12px; color: var(--muted); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; }
.jx__tabs button[aria-selected="true"] { color: var(--emerald); border-bottom-color: var(--emerald); }
.jx__n { font-size: .75rem; background: rgba(11,107,78,.1); color: var(--emerald); border-radius: 99px; padding: 1px 7px; margin-left: 4px; }
.jx__bar { display: grid; grid-template-columns: minmax(220px, 2.2fr) repeat(4, minmax(120px, 1fr)) auto; gap: 8px; align-items: center; }
.jx__bar select, .jx__search { font: inherit; font-size: .92rem; height: 42px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--card); color: var(--ink); min-width: 0; }
.jx__bar select { padding: 0 10px; cursor: pointer; }
.jx__bar select:disabled { opacity: .6; }
.jx__search { display: flex; align-items: center; gap: 8px; padding: 0 12px; color: var(--muted); }
.jx__search:focus-within, .jx__bar select:focus { outline: 2px solid var(--emerald); outline-offset: 1px; border-color: transparent; }
.jx__search input { border: 0; outline: 0; background: none; font: inherit; width: 100%; height: 100%; color: var(--ink); }
.jx__views { display: flex; border: 1px solid var(--line-strong); border-radius: 10px; overflow: hidden; height: 42px; }
.jx__views button { background: var(--card); border: 0; width: 42px; cursor: pointer; color: var(--muted); display: grid; place-items: center; }
.jx__views button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.jx__meta { display: flex; align-items: center; gap: 14px; margin: 14px 0 12px; flex-wrap: wrap; }
.jx__meta p { font-size: .8rem; color: var(--muted); }
.jx__refer { margin-left: auto; display: inline-flex; gap: 6px; align-items: center; }
.linkbtn { background: none; border: 0; font: inherit; font-size: .88rem; color: var(--emerald); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; display: inline-flex; align-items: center; gap: 4px; }
.is-dim { opacity: .5; transition: opacity .15s; pointer-events: none; }
@media (max-width: 1000px) { .jx__bar { grid-template-columns: 1fr 1fr; } .jx__search { grid-column: 1 / -1; } .jx__views { display: none; } }

/* tile */
.jtile { --h: 152; flex: none; width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; font-weight: 650; font-size: .95rem; color: hsl(var(--h) 55% 26%); background: hsl(var(--h) 60% 92%); border: 1px solid hsl(var(--h) 40% 84%); overflow: hidden; }
.jtile .script { font-size: 1.05rem; line-height: 1; }

/* split view */
.jsplit { display: grid; grid-template-columns: 420px 1fr; border: 1px solid var(--line); border-radius: 16px; background: var(--card); overflow: hidden; height: calc(100vh - 140px); min-height: 560px; }
.jlist { overflow-y: auto; border-right: 1px solid var(--line); overscroll-behavior: contain; }
.jrow { position: relative; display: flex; align-items: flex-start; border-bottom: 1px solid var(--line); border-left: 3px solid transparent; }
.jrow.is-active { background: rgba(11,107,78,.05); border-left-color: var(--emerald); }
.jrow:hover:not(.is-active) { background: rgba(11,15,13,.025); }
.jrow__link { flex: 1; display: flex; gap: 12px; padding: 16px 8px 16px 14px; color: inherit; text-decoration: none; min-width: 0; }
.jrow__body { display: grid; gap: 2px; min-width: 0; }
.jrow__cat { font-size: .78rem; color: var(--muted); }
.jrow__title { font-weight: 600; line-height: 1.3; }
.jrow__pay { font-size: .88rem; color: #2b302d; }
.jrow__meta { font-size: .78rem; color: var(--muted); }
.jrow__meta b { font-weight: 550; }
.hot { color: #b4540a; } .new { color: var(--emerald); } .done { color: #2446a8; }
.jsave { background: none; border: 0; cursor: pointer; color: var(--muted); padding: 16px 12px; border-radius: 8px; }
.jsave:hover { color: var(--ink); }
.jsave[aria-pressed="true"] { color: var(--emerald); }
.pager--list { padding: 14px; }
.jpane { position: relative; overflow-y: auto; padding: 28px clamp(20px, 4vw, 48px) 48px; overscroll-behavior: contain; }
.jpane__loading { position: absolute; inset: 0; align-items: center; justify-content: center; gap: 8px; color: var(--muted); background: var(--card); z-index: 2; }
.jpane__head { display: flex; gap: 14px; align-items: center; }
.jpane__head .jtile { width: 56px; height: 56px; font-size: 1.1rem; border-radius: 12px; }
.jpane__cat { color: var(--muted); font-size: .9rem; }
.jpane__title { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 600; letter-spacing: -.015em; line-height: 1.2; }
.jpane__posted { color: var(--muted); font-size: .88rem; margin: 12px 0 14px; }
.jpane__actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.jpane__actions .btn { display: inline-flex; gap: 6px; align-items: center; }
.jpane__summary { margin: 20px 0 6px; font-size: 1.02rem; }
.jpane__h { font-size: 1.15rem; font-weight: 600; margin: 22px 0 10px; }
.jpane__body h2 { font-size: 1.1rem; font-weight: 600; margin: 24px 0 10px; }
@media (max-width: 1000px) { .jsplit { display: block; height: auto; min-height: 0; } .jlist { border-right: 0; } .jpane { display: none; } }

/* at a glance */
.glance { list-style: none; padding: 0; display: grid; gap: 14px; }
.glance li { display: flex; gap: 12px; align-items: flex-start; }
.glance .ic { margin-top: 2px; color: var(--ink); }
.glance b { display: block; font-weight: 600; }
.glance span { color: var(--muted); font-size: .9rem; }
.jdesc { margin: 10px 0; }
.jdesc ul { padding-left: 1.2em; }
.jfine { display: flex; gap: 8px; align-items: flex-start; font-size: .85rem; color: var(--muted); margin-top: 22px; padding: 12px 14px; border-radius: 10px; background: rgba(11,107,78,.06); }

/* grid cards */
.jgrid--x { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.jcard { position: relative; display: flex; flex-direction: column; gap: 6px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 18px 18px 14px; color: var(--ink); min-height: 168px; transition: box-shadow .2s, border-color .2s, transform .2s var(--ease); }
.jcard:hover { border-color: var(--line-strong); box-shadow: 0 10px 30px -14px rgba(11,15,13,.3); transform: translateY(-1px); }
.jcard__link { position: absolute; inset: 0; border-radius: inherit; z-index: 1; }
.jcard__link:focus-visible { outline: 2px solid var(--emerald); outline-offset: 2px; }
.jcard__top { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.jcard__title { font-size: 1.05rem; font-weight: 600; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.jcard__pay { font-size: 1rem; color: #2b302d; }
.jcard__cat { font-size: .8rem; color: var(--muted); }
.jcard__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 8px; padding-top: 12px; }
.jcard__signal { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--muted); }
.jcard .jsave { position: relative; z-index: 2; padding: 4px; }
.jdot { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; }
.jdot--new { background: var(--emerald); color: #fff; }
.jpill { flex: none; display: inline-flex; align-items: center; gap: 4px; font-size: .74rem; padding: 3px 9px; border-radius: 99px; border: 1px solid var(--line); color: var(--muted); white-space: nowrap; }
.jpill--hot { color: #b4540a; border-color: #f1d2b3; background: #fff6ec; }
.jpill--done { color: #2446a8; border-color: #cdd8f5; background: #f1f5ff; }
.jx__empty { text-align: center; display: grid; gap: 10px; justify-items: center; padding: 56px 16px; border: 1px dashed var(--line-strong); border-radius: 16px; color: var(--muted); }
.jx__empty h2 { color: var(--ink); font-size: 1.3rem; }
@media (max-width: 1000px) { .jrow.is-active { background: none; border-left-color: transparent; } }
.applybox__pay { display: block; font-size: 1.35rem; font-weight: 650; margin-bottom: 4px; }

/* application form */
.apply { padding-top: 28px; padding-bottom: 64px; }
.apply__grid { display: grid; grid-template-columns: 320px 1fr; gap: 32px; align-items: start; margin-top: 16px; }
.apply__role { position: sticky; top: 90px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 22px; display: grid; gap: 12px; }
.apply__title { font-size: 1.25rem; font-weight: 600; line-height: 1.25; }
.apply__pay { font-weight: 550; }
.apply__sum { color: var(--muted); font-size: .92rem; }
.apply__legend { list-style: none; padding: 12px 0 0; border-top: 1px solid var(--line); display: grid; gap: 6px; font-size: .82rem; color: var(--muted); }
.req { color: #c4323a; font-weight: 600; }
.apply__form { background: var(--card); border: 1px solid var(--line); border-radius: 16px; }
.apply__sec { padding: 24px clamp(18px, 3vw, 32px); border-bottom: 1px solid var(--line); }
.apply__sec--last { border-bottom: 0; display: grid; gap: 14px; }
.apply__sec h2 { font-size: 1.1rem; font-weight: 600; margin-bottom: 14px; }
.field input:disabled { background: rgba(11,15,13,.04); color: var(--muted); }
.check.is-invalid span { color: #a4262c; }
.cvbox, .dropzone { display: grid; justify-items: center; gap: 6px; text-align: center; border: 1.5px dashed var(--line-strong); border-radius: 14px; padding: 28px 16px; }
.cvbox__ok { width: 48px; height: 48px; border-radius: 50%; background: var(--emerald); color: #fff; display: grid; place-items: center; }
.cvbox__name { font-weight: 600; color: var(--emerald); word-break: break-all; }
.cvbox__sub, .dropzone span { color: var(--muted); font-size: .88rem; }
.dropzone { cursor: pointer; transition: border-color .2s, background .2s; }
.dropzone:hover, .dropzone:focus-within { border-color: var(--emerald); background: rgba(11,107,78,.04); }
.dropzone.has-file { border-style: solid; border-color: var(--emerald); }
.dropzone.is-invalid { border-color: #c4323a; }
.apply__done { max-width: 720px; margin: 24px auto; display: grid; gap: 14px; text-align: left; }
.apply__done h1 { font-size: 1.8rem; }
.apply__tick { width: 60px; height: 60px; border-radius: 50%; background: var(--emerald); color: #fff; display: grid; place-items: center; }
@media (max-width: 900px) { .apply__grid { grid-template-columns: 1fr; } .apply__role { position: static; } }

/* email code */
.otp__icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(11,107,78,.1); color: var(--emerald); display: grid; place-items: center; margin-bottom: 8px; }
.otp__input { font-family: var(--font-mono); font-size: 1.6rem !important; letter-spacing: .45em; text-align: center; padding: 14px !important; }
.otp__more { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 16px; font-size: .88rem; color: var(--muted); }
.linkbtn:disabled { color: var(--muted); text-decoration: none; cursor: default; }
[x-cloak] { display: none !important; }

/* application tracker */
.appl { display: grid; gap: 14px; margin-bottom: 16px; }
.appl__card { margin: 0; display: grid; gap: 12px; }
.appl__head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.appl__title { font-size: 1.1rem !important; margin: 0 !important; }
.appl__title a { color: inherit; }
.appl__meta { color: var(--muted); font-size: .85rem; }
.appl__next { background: rgba(11,15,13,.035); border-radius: 10px; padding: 10px 12px; font-size: .92rem; }
.stx { display: inline-block; white-space: nowrap; padding: 4px 10px; border-radius: 99px; font-size: .78rem; font-weight: 550; border: 1px solid transparent; }
.stx--info { background: #eef3ff; color: #2446a8; }
.stx--warning { background: #fff5e0; color: #8a5a00; }
.stx--success { background: rgba(61,220,151,.18); color: var(--emerald); }
.stx--gray { background: #f1f1ef; color: #666; }
.stx--danger { background: #fdeceb; color: #a4262c; }
.tline { list-style: none; padding: 4px 0 0 18px; margin: 0; border-left: 2px solid var(--line); display: grid; gap: 14px; }
.tline__i { position: relative; }
.tline__i::before { content: ""; position: absolute; left: -25px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: #2446a8; border: 2px solid var(--card); }
.tline__i--success::before { background: var(--emerald); } .tline__i--warning::before { background: #d08a00; } .tline__i--danger::before { background: #c4323a; } .tline__i--gray::before { background: #999; }
.tline__i time { margin-left: 8px; font-size: .8rem; color: var(--muted); }
.tline__i p { color: var(--ink-2, #2b302d); font-size: .9rem; margin-top: 2px; }
.stdefs { display: grid; gap: 10px; }
.stdefs div { display: grid; grid-template-columns: 170px 1fr; gap: 10px; align-items: start; }
.stdefs dd { color: var(--muted); font-size: .9rem; margin: 0; }
@media (max-width: 600px) { .stdefs div { grid-template-columns: 1fr; gap: 4px; } }

/* notifications */
.bell { position: relative; }
.bell__btn { position: relative; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); color: var(--ink); cursor: pointer; display: grid; place-items: center; }
.bell__n { position: absolute; top: -3px; right: -3px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 99px; background: #c4323a; color: #fff; font-size: .68rem; font-weight: 700; display: grid; place-items: center; border: 2px solid var(--paper); }
.bell__panel { position: absolute; right: 0; top: calc(100% + 10px); width: min(380px, calc(100vw - 24px)); background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 60px -18px rgba(0,0,0,.3); z-index: 120; overflow: hidden; }
.bell__top { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.bell__item, .nlist__i { width: 100%; display: flex; gap: 10px; align-items: flex-start; text-align: left; background: none; border: 0; border-bottom: 1px solid var(--line); padding: 12px 14px; cursor: pointer; font: inherit; color: var(--ink); }
.bell__item:hover, .nlist__i:hover { background: rgba(11,15,13,.03); }
.bell__item > span:last-child, .nlist__body { display: grid; gap: 2px; min-width: 0; }
.bell__item b, .nlist__i b { font-size: .9rem; font-weight: 600; }
.bell__item span span, .nlist__body span { font-size: .85rem; color: var(--muted); }
.bell__item time { font-size: .75rem; color: var(--muted); }
.is-unread { background: rgba(11,107,78,.045); }
.bell__dot { flex: none; width: 9px; height: 9px; border-radius: 50%; margin-top: 6px; background: #2446a8; }
.bell__dot--success { background: var(--emerald); } .bell__dot--warning { background: #d08a00; } .bell__dot--danger { background: #c4323a; } .bell__dot--gray { background: #999; }
.bell__empty { padding: 18px 14px; color: var(--muted); font-size: .9rem; }
.bell__all { display: block; text-align: center; padding: 11px; font-size: .88rem; font-weight: 550; }
.nlist { padding: 0; overflow: hidden; }
.nlist__i time { margin-left: auto; font-size: .78rem; color: var(--muted); white-space: nowrap; }
.nlist .pager { padding: 12px; }
.nav__cta { display: flex; align-items: center; gap: 10px; }
.otp { display: flex; gap: 8px; align-items: center; justify-content: center; margin: 6px 0 4px; }
.otp__box { width: 48px; height: 58px; text-align: center; font-family: var(--font-mono); font-size: 1.5rem; font-weight: 600; border: 1.5px solid var(--line-strong); border-radius: 12px; background: var(--card); color: var(--ink); padding: 0; }
.otp__box:focus { outline: 2px solid var(--emerald); outline-offset: 1px; border-color: transparent; }
.field.is-invalid .otp__box { border-color: #c4323a; }
.otp__sep { color: var(--muted); }
@media (max-width: 400px) { .otp__box { width: 40px; height: 50px; font-size: 1.25rem; } .otp { gap: 6px; } }

/* referrals */
.refhead { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
.refbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin: 16px 0; }
.refshare { display: flex; gap: 6px; flex-wrap: wrap; flex: 1; min-width: 260px; }
.refshare input { flex: 1; min-width: 200px; padding: 8px 10px; border: 1px solid var(--line-strong); border-radius: 10px; font: inherit; font-size: .88rem; background: var(--card); }
.seg { display: flex; border: 1px solid var(--line-strong); border-radius: 10px; overflow: hidden; }
.seg button { border: 0; background: var(--card); padding: 8px 14px; font: inherit; font-size: .88rem; cursor: pointer; color: var(--muted); }
.seg button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.funnel { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--card); margin-bottom: 16px; }
.funnel__s { text-align: left; border: 0; border-right: 1px solid var(--line); background: none; padding: 16px; font: inherit; cursor: pointer; display: grid; gap: 14px; }
.funnel__s:last-child { border-right: 0; }
.funnel__s span { font-size: .85rem; color: var(--muted); }
.funnel__s b { font-size: 1.7rem; font-weight: 600; }
.funnel__s.is-on { background: rgba(11,107,78,.07); box-shadow: inset 0 -3px 0 var(--emerald); }
.funnel__s.is-on span, .funnel__s.is-on b { color: var(--emerald); }
@media (max-width: 900px) { .funnel { grid-template-columns: repeat(3, 1fr); } .funnel__s:nth-child(3) { border-right: 0; } .funnel__s:nth-child(-n+3) { border-bottom: 1px solid var(--line); } }
@media (max-width: 480px) { .funnel { grid-template-columns: repeat(2, 1fr); } }
.footer__social { display: flex; gap: 16px; flex-wrap: wrap; padding: 18px 0 0; font-size: .9rem; } .footer__social a { color: inherit; opacity: .8; } .footer__social a:hover { opacity: 1; }
.avatar { border-radius: 50%; object-fit: cover; background: var(--line); flex: none; }
.photo__row { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.photo__row h2 { margin-bottom: 4px !important; }
.photo__modal { max-width: 560px; }
.photo__stage { height: min(60vh, 380px); margin: 12px 0 16px; background: #111; border-radius: 12px; overflow: hidden; }
.photo__stage img { display: block; max-width: 100%; }
.dash__me { display: flex !important; gap: 10px; align-items: center; padding: 8px 10px !important; margin-bottom: 8px; border-bottom: 1px solid var(--line); }
.dash__me span { display: grid; min-width: 0; }
.dash__me b { font-size: .9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dash__me small { font-size: .75rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav__avatar { display: inline-flex; border-radius: 50%; }
.nav__avatar:focus-visible { outline: 2px solid var(--emerald); outline-offset: 2px; }
