:root { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #102b3a; background: #f4f8fa; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.career-header { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1120px) / 2)); background: #071724; }
.career-header img { width: 120px; filter: brightness(0) invert(1); }
.career-header a { color: #8bdfff; text-decoration: none; font-weight: 700; }
main { width: min(1120px, calc(100% - 36px)); margin: auto; }
.career-intro { padding: 78px 0 58px; max-width: 760px; }
.eyebrow { margin: 0 0 9px; color: #008fc8; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; color: #071724; font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 1.02; letter-spacing: -.045em; }
.career-intro > p:last-child { max-width: 660px; color: #577080; font-size: 1.12rem; line-height: 1.65; }
.jobs { padding-bottom: 80px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 20px; }
h2 { margin: 0; font-size: 1.8rem; }
#job-count { color: #647985; }
.jobs-list { display: grid; gap: 14px; }
.job-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 25px; border: 1px solid #d9e6ec; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(16,43,58,.05); }
.job-card h3 { margin: 0 0 8px; font-size: 1.25rem; }
.job-meta { display: flex; flex-wrap: wrap; gap: 8px; color: #647985; font-size: .9rem; }
.job-card p { margin: 15px 0 0; color: #526a78; line-height: 1.55; }
.job-card button, .submit { align-self: center; border: 0; border-radius: 10px; padding: 12px 18px; background: #00adef; color: #031622; font-weight: 800; cursor: pointer; }
.loading, .empty { padding: 40px; border: 1px dashed #bfd1da; border-radius: 16px; color: #647985; text-align: center; }
dialog { width: min(680px, calc(100% - 30px)); border: 0; border-radius: 18px; padding: 0; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
dialog::backdrop { background: rgba(3, 18, 27, .68); }
form { padding: 28px; }
.dialog-head { display: flex; justify-content: space-between; margin-bottom: 22px; }
.dialog-head button { border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; font-size: .88rem; font-weight: 700; }
label.wide { grid-column: 1 / -1; }
input, textarea { width: 100%; padding: 12px 13px; border: 1px solid #c9d9e1; border-radius: 9px; font: inherit; }
small { color: #71838d; font-weight: 500; }
.consent { display: flex; align-items: start; grid-template-columns: 18px 1fr; color: #526a78; font-weight: 500; line-height: 1.45; }
.consent input { width: auto; margin-top: 3px; }
#application-message { min-height: 20px; color: #a12626; }
.submit { width: 100%; min-height: 48px; }
footer { padding: 28px; background: #071724; color: #9fb2bd; text-align: center; font-size: .86rem; }
@media (max-width: 640px) { .career-intro { padding-top: 52px; } .job-card { grid-template-columns: 1fr; } .job-card button { width: 100%; } .form-grid { grid-template-columns: 1fr; } label.wide { grid-column: auto; } }
