/* Public job board only. No dependencies on Bootstrap or the shared legacy CSS. */
.jt-board{--jt-blue:#125bd7;--jt-ink:#182b42;--jt-muted:#647286;--jt-line:#e0e6ec;margin:0;background:#f6f8fa;color:var(--jt-ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
.jt-board *{box-sizing:border-box}
.jt-board a{color:inherit;text-decoration:none}
.jt-board button,.jt-board input,.jt-board select{font:inherit}
.jt-board button,.jt-board select{cursor:pointer}
.jt-board a:focus-visible,.jt-board button:focus-visible,.jt-board input:focus-visible,.jt-board select:focus-visible{outline:3px solid #2168e1;outline-offset:4px}
.jt-board h1,.jt-board h2,.jt-board h3,.jt-board p{margin:0}
.jt-board svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;flex-shrink:0}
.jt-board .jt-shell{width:min(1180px,calc(100% - 80px));margin-inline:auto}
.jt-board .jt-skip{position:fixed;top:10px;left:20px;z-index:10;background:#fff;padding:12px 20px;transform:translateY(-180%)}
.jt-board .jt-skip:focus{transform:translateY(0)}
.jt-board .jt-header{background:#fff;border-bottom:1px solid #e8edf3}
.jt-board .jt-header-inner{min-height:88px;display:flex;align-items:center;gap:54px}
.jt-board .jt-brand{display:flex;align-items:center;gap:10px;font-size:28px;font-weight:750;letter-spacing:-1.3px}
.jt-board .jt-brand-mark{display:grid;place-items:center;width:35px;height:37px;background:var(--jt-blue);color:#fff;border-radius:11px;font-size:29px;font-weight:700;line-height:1;padding-bottom:7px}
.jt-board .jt-logout{font-size:12px;color:var(--jt-muted)}
.jt-board .jt-nav{display:flex;align-self:stretch;gap:30px;font-size:14px;font-weight:600}
.jt-board .jt-nav a{display:flex;align-items:center;position:relative;color:#5c687a}
.jt-board .jt-nav a[aria-current]{color:var(--jt-blue)}
.jt-board .jt-nav a[aria-current]:after{content:"";height:3px;position:absolute;bottom:0;left:0;right:0;background:var(--jt-blue);border-radius:4px 4px 0 0}
.jt-board .jt-employer{margin-left:auto;border:1px solid var(--jt-line);border-radius:8px;padding:10px 16px;font-size:13px;font-weight:650;white-space:nowrap}
.jt-board .jt-employer span{margin-left:15px;color:var(--jt-blue)}
.jt-board .jt-employer:hover{border-color:var(--jt-blue);color:var(--jt-blue)}
.jt-board .jt-hero{position:relative;overflow:hidden;background:#edf3fb;padding:53px 0 29px;border-bottom:1px solid #dfe8f4}
.jt-board .jt-hero .jt-shell{position:relative;z-index:1}
.jt-board .jt-eyebrow{display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:2px;font-weight:750;color:#466281;margin-bottom:18px}
.jt-board .jt-eyebrow>span{width:7px;height:7px;background:#2b71da;border-radius:50%}
.jt-board h1{font-size:clamp(38px,4.5vw,60px);letter-spacing:-2.4px;font-weight:720;line-height:1.08}
.jt-board h1 span{color:var(--jt-blue)}
.jt-board .jt-intro{font-size:16px;line-height:1.65;color:#54677e;margin-top:19px}
.jt-board .jt-orbit{position:absolute;width:455px;height:455px;border:1px solid #d5e2f4;border-radius:50%;top:-40px;right:3%;pointer-events:none}
.jt-board .jt-orbit-one:after{content:"";position:absolute;inset:45px;border:1px solid #d5e2f4;border-radius:50%}
.jt-board .jt-orbit-two{width:310px;height:310px;top:32px;right:calc(3% + 72px);background:linear-gradient(140deg,#e0ebfa40,#d4e5fc80);border:0}
.jt-board .jt-search{display:grid;grid-template-columns:1.4fr 1.15fr .62fr auto;align-items:center;background:#fff;border:1px solid #dce4ef;box-shadow:0 10px 32px #173c7010;border-radius:12px;padding:10px;margin-top:32px;gap:0}
.jt-board .jt-field{padding:5px 20px;border-right:1px solid var(--jt-line);min-width:0}
.jt-board .jt-field label{display:block;font-size:11px;font-weight:700;color:#4f6075;margin-bottom:3px}
.jt-board .jt-field>div{display:flex;align-items:center;gap:9px;color:#6d8095}
.jt-board .jt-field-query>div>span{font-size:28px;line-height:1}
.jt-board .jt-field input,.jt-board .jt-field select{width:100%;min-width:0;border:0;background:#fff;color:var(--jt-ink);padding:4px 0;font-size:14px;height:32px;border-radius:3px}
.jt-board .jt-field input::placeholder{color:#758194;opacity:1}
.jt-board .jt-radius{border:0;padding-right:20px}
.jt-board .jt-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:52px;border:0;border-radius:8px;background:var(--jt-blue);color:#fff;padding:14px 24px;font-size:14px;font-weight:650;white-space:nowrap;transition:background .15s}
.jt-board .jt-button:hover{background:#0847b1}
.jt-board .jt-button>span{font-size:20px;line-height:1}
.jt-board .jt-search-hint{font-size:11px;color:#65768b;margin-top:11px;padding-left:3px}
.jt-board .jt-results{padding-top:37px;padding-bottom:60px;scroll-margin-top:24px}
.jt-board .jt-results-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:23px}
.jt-board .jt-overline{font-size:10px;letter-spacing:1.6px;color:#6c7e90;font-weight:750;margin-bottom:5px}
.jt-board .jt-results-top h2{font-size:24px;letter-spacing:-.6px;line-height:1.35;font-weight:750}
.jt-board .jt-results-top h2>span{font-size:14px;font-weight:400;color:var(--jt-muted);margin-left:11px;letter-spacing:0}
.jt-board .jt-sort{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--jt-muted)}
.jt-board .jt-sort select{background:#fff;border:1px solid var(--jt-line);border-radius:7px;color:var(--jt-ink);padding:9px 28px 9px 11px;font-size:12px;max-width:180px}
.jt-board .jt-sort-apply{border:1px solid var(--jt-line);background:#fff;color:var(--jt-blue);padding:9px 12px;border-radius:7px;font-size:12px}
.jt-board.jt-enhanced .jt-sort-apply{display:none}
.jt-board .jt-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:-2px 0 21px}
.jt-board .jt-chips a{display:flex;align-items:center;gap:15px;background:#e7eef9;color:#25528d;border:1px solid #d3e0f3;padding:6px 12px;border-radius:6px;font-size:12px;overflow-wrap:anywhere}
.jt-board .jt-chips .jt-reset{background:none;border:0;color:var(--jt-muted);text-decoration:underline;text-underline-offset:3px}
.jt-board .jt-results-layout{display:grid;grid-template-columns:minmax(0,1fr) 278px;gap:27px;align-items:start}
.jt-board .jt-list{display:grid;gap:13px;min-width:0}
.jt-board .jt-card{position:relative;display:flex;gap:19px;background:#fff;padding:26px;border:1px solid var(--jt-line);border-radius:12px;transition:border-color .15s,box-shadow .15s}
.jt-board .jt-card:hover,.jt-board .jt-card:focus-within{border-color:#9bbbe9;box-shadow:0 5px 18px #263e6710}
.jt-board .jt-company-logo{position:relative;display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border:1px solid #e7edf3;border-radius:11px;background:#f0f5fc;color:#42638b;font-size:22px;font-weight:700;overflow:hidden}
.jt-board .jt-company-logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:4px;background:#fff}
.jt-board .jt-company-logo img[hidden]{display:none}
.jt-board .jt-card-body{min-width:0;flex:1}
.jt-board .jt-company{color:#657487;font-size:12px;margin-bottom:5px;overflow-wrap:anywhere}
.jt-board .jt-card h3{font-size:19px;line-height:1.35;font-weight:700;letter-spacing:-.3px;margin-bottom:9px;overflow-wrap:anywhere}
.jt-board .jt-card h3 a:after{content:"";position:absolute;inset:0;border-radius:12px}
.jt-board .jt-card h3 a:hover{color:var(--jt-blue)}
.jt-board .jt-location{display:flex;align-items:center;gap:5px;font-size:12px;color:#53687f}
.jt-board .jt-location svg{width:14px;height:14px}
.jt-board .jt-description{font-size:13px;line-height:1.7;color:#677587;margin-top:13px;overflow-wrap:anywhere}
.jt-board .jt-card-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:18px;font-size:11px;color:#738195}
.jt-board .jt-card-cta{color:var(--jt-blue);font-size:12px;font-weight:650;white-space:nowrap}
.jt-board .jt-card-cta>span{font-size:17px;margin-left:8px}
.jt-board .jt-tip{background:#eaf0e9;border:1px solid #dce5db;border-radius:12px;padding:27px 25px;color:#304e42}
.jt-board .jt-tip-icon{font-size:44px;line-height:1;margin-bottom:29px;color:#577c5c}
.jt-board .jt-tip .jt-overline{color:#56705b;font-size:9px;letter-spacing:1.3px;margin-bottom:10px}
.jt-board .jt-tip h2{font-size:25px;font-weight:650;letter-spacing:-.7px;line-height:1.25;margin-bottom:15px}
.jt-board .jt-tip>p:not(.jt-overline){font-size:13px;line-height:1.8;color:#567060}
.jt-board .jt-tip-divider{height:1px;background:#d1ded1;margin:24px 0 16px}
.jt-board .jt-tip-note{font-size:10px;color:#567060}
.jt-board .jt-employer-card{padding:25px 8px;font-size:12px;color:var(--jt-muted)}
.jt-board .jt-employer-card>span{display:inline-block;font-size:23px;color:#667c97;margin-bottom:10px}
.jt-board .jt-employer-card h3{font-size:14px;color:var(--jt-ink);margin-bottom:7px}
.jt-board .jt-employer-card a{display:inline-block;color:var(--jt-blue);font-size:12px;font-weight:650;margin-top:13px}
.jt-board .jt-employer-card a:hover{text-decoration:underline}
.jt-board .jt-empty{padding:48px 30px;text-align:center;background:#fff;border:1px solid var(--jt-line);border-radius:12px}
.jt-board .jt-empty-icon{display:block;font-size:40px;color:var(--jt-blue);margin-bottom:15px}
.jt-board .jt-empty h3{font-size:22px;line-height:1.35;margin-bottom:12px}
.jt-board .jt-empty p{color:var(--jt-muted);font-size:14px;max-width:400px;margin:0 auto 24px}
.jt-board .jt-notice{padding:12px 16px;border:1px solid #d1deed;background:#edf3fb;border-radius:8px;margin-bottom:18px;font-size:13px}
.jt-board .jt-list-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12px;color:var(--jt-muted);margin-top:12px;flex-wrap:wrap}
.jt-board .jt-pagination{display:flex;gap:5px;align-items:center}
.jt-board .jt-pagination a{display:grid;place-items:center;min-width:36px;height:38px;border:1px solid var(--jt-line);border-radius:6px;background:#fff;font-weight:600;padding:0 7px}
.jt-board .jt-pagination a[aria-current]{background:var(--jt-blue);border-color:var(--jt-blue);color:#fff}
.jt-board .jt-pagination a:hover{border-color:var(--jt-blue)}
.jt-board .jt-footer-wrap{background:#fff;border-top:1px solid var(--jt-line)}
.jt-board .jt-footer-wrap footer{padding:25px 0;color:#6d7c8e;font-size:12px;display:flex;gap:15px;justify-content:center;flex-wrap:wrap}
.jt-board .jt-footer-wrap a:hover{color:var(--jt-blue);text-decoration:underline}
@media(min-width:1450px){.jt-board .jt-hero{padding-top:65px;padding-bottom:34px}}
@media(max-width:1000px){.jt-board .jt-shell{width:calc(100% - 48px)}.jt-board .jt-header-inner{gap:30px}.jt-board .jt-results-layout{grid-template-columns:minmax(0,1fr) 235px;gap:20px}.jt-board .jt-search{grid-template-columns:1.2fr 1fr .6fr auto}.jt-board .jt-field{padding-inline:12px}.jt-board .jt-button{padding-inline:18px;gap:13px}.jt-board .jt-tip{padding:23px 19px}.jt-board .jt-card{padding:22px;gap:15px}.jt-board .jt-sort label{display:none}}
@media(max-width:760px){.jt-board .jt-header-inner{min-height:76px;gap:20px;flex-wrap:wrap;padding-top:16px}.jt-board .jt-brand{font-size:25px}.jt-board .jt-nav{order:3;width:100%;height:42px;font-size:12px;gap:24px}.jt-board .jt-employer{font-size:11px;padding:8px 10px}.jt-board .jt-employer span{margin-left:6px}.jt-board .jt-hero{padding:34px 0 23px}.jt-board h1{font-size:44px;letter-spacing:-1.7px}.jt-board .jt-intro{font-size:14px}.jt-board .jt-orbit{opacity:.5;right:-290px}.jt-board .jt-orbit-two{right:-220px}.jt-board .jt-search{grid-template-columns:1fr 110px;gap:0;padding:12px;margin-top:25px}.jt-board .jt-field-query{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--jt-line);padding-bottom:12px;margin-bottom:10px}.jt-board .jt-field{padding-left:6px}.jt-board .jt-radius{padding-left:16px;padding-right:0}.jt-board .jt-search>.jt-button{grid-column:1/-1;margin-top:13px;min-height:48px}.jt-board .jt-results-layout{grid-template-columns:1fr}.jt-board .jt-aside{display:none}.jt-board .jt-results{padding-top:27px}.jt-board .jt-results-top h2{font-size:23px}.jt-board .jt-results-top h2>span{display:block;margin-left:0;margin-top:3px;font-size:12px}.jt-board .jt-sort{flex-wrap:wrap;justify-content:flex-end}.jt-board .jt-sort select{max-width:155px;font-size:11px}.jt-board .jt-card{padding:21px;gap:14px}.jt-board .jt-card h3{font-size:18px}}
@media(max-width:420px){.jt-board .jt-shell{width:calc(100% - 32px)}.jt-board h1{font-size:39px}.jt-board .jt-eyebrow{font-size:9px;letter-spacing:1.7px}.jt-board .jt-company-logo{flex-basis:38px;width:38px;height:38px;font-size:18px;border-radius:8px}.jt-board .jt-card{padding:18px 15px;gap:12px}.jt-board .jt-card-bottom{align-items:flex-start;flex-direction:column;gap:7px;margin-top:13px}.jt-board .jt-description{font-size:12px}.jt-board .jt-card h3{font-size:17px}.jt-board .jt-sort select{max-width:133px}.jt-board .jt-list-footer{justify-content:center}.jt-board .jt-empty{padding:34px 20px}}
@media(prefers-reduced-motion:reduce){.jt-board *{transition:none!important;scroll-behavior:auto!important}}
@media print{.jt-board .jt-header,.jt-board .jt-search,.jt-board .jt-sort,.jt-board .jt-aside,.jt-board .jt-pagination,.jt-board .jt-footer-wrap{display:none}.jt-board .jt-shell{width:100%}.jt-board .jt-hero{padding:20px 0;background:#fff}.jt-board .jt-results-layout{display:block}.jt-board .jt-card{break-inside:avoid;margin-bottom:10px}.jt-board .jt-orbit{display:none}}
