@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/career-editorial/manrope-latin.e310b55a7fd9677f5e3555e6c6c4d064fa1f1d24393f0ddbe217cea12a8c432f.woff2") format("woff2");
}
@font-face {
  font-family: Newsreader;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/career-editorial/newsreader-latin.01817351be3edfc1714fe6d60ddea6a22a169a5ebd033b50c7f9495e5d9c386a.woff2") format("woff2");
}
:root {
  color-scheme: light;
  --paper: #f5f2ea;
  --ink: #172126;
  --cobalt: #3455ff;
  --mint: #cde8da;
  --amber: #f2b544;
  --bg: #f5f2ea;
  --bg-subtle: #eeece5;
  --bg-primary: #f5f2ea;
  --bg-secondary: #eeece5;
  --bg-card: #fff;
  --bg-card-hover: #faf9f5;
  --bg-elevated: #e9eceb;
  --bg-surface: #fff;
  --text-1: #172126;
  --text-2: #34434b;
  --text-3: #53616a;
  --text-primary: #172126;
  --text-secondary: #53616a;
  --text-muted: #53616a;
  --text-faint: #64717a;
  --accent: #3455ff;
  --accent-light: #2744d3;
  --accent-muted: #2744d3;
  --accent-dim: rgba(52, 85, 255, 0.09);
  --accent-dim2: rgba(52, 85, 255, 0.045);
  --purple: #6550a0;
  --purple-dim: #efebf8;
  --border: #cdd1ce;
  --border-light: #b3bbb9;
  --border-subtle: #e2e4de;
  --control-border: #7b858c;
  --success: #176547;
  --success-dim: #e4f1e8;
  --warning: #805300;
  --warning-dim: #fff1d6;
  --danger: #b42318;
  --danger-dim: #ffebe7;
  --gold: #805300;
  --gold-light: #805300;
  --gold-muted: #805300;
  --gold-dim: #fff1d6;
  --radius: 10px;
  --radius-sm: 6px;
  --radius-lg: 14px;
  --font: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-editorial: Newsreader, Georgia, serif;
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-12: 48px;
  --transition: 150ms ease;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow-sm: 0 2px 4px #17212608;
  --shadow: 0 8px 24px #1721260a;
  --shadow-lg: 0 20px 60px #17212616;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  font-family: var(--font);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img,
video,
canvas {
  max-width: 100%;
}
svg {
  flex-shrink: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
a {
  color: var(--accent);
  text-underline-offset: 0.2em;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  overflow-wrap: break-word;
}
h1,
h2,
h3,
h4 {
  color: var(--ink);
  line-height: 1.15;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 4px;
}
::selection {
  background: #cde8da;
  color: #172126;
}
[hidden] {
  display: none !important;
}
.skip-to-content {
  position: fixed;
  left: 16px;
  top: -100px;
  padding: 12px 20px;
  background: #fff;
  color: #172126;
  z-index: 10000;
  border: 2px solid var(--cobalt);
}
.skip-to-content:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 11px 20px;
  border: 1px solid var(--control-border);
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  font: 600 14px/1.4 var(--font);
  text-decoration: none;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
  white-space: normal;
  text-align: center;
}
.btn:hover {
  background: #e9eceb;
}
.btn-primary,
.btn-accent {
  background: var(--cobalt);
  border-color: var(--cobalt);
  color: #fff;
}
.btn-primary:hover,
.btn-accent:hover {
  background: #2442d5;
  border-color: #2442d5;
  color: #fff;
}
.btn-ghost {
  background: transparent;
  border-color: var(--control-border);
}
.btn-lg {
  min-height: 54px;
  padding: 15px 22px;
  font-size: 15px;
}
.btn-sm {
  min-height: 40px;
  padding: 9px 15px;
  font-size: 13px;
}
.btn-danger {
  color: #b42318;
  border-color: #b42318;
}
.btn-danger:hover {
  background: #ffebe7;
}
.btn-gold {
  background: #fff1d6;
  color: #805300;
  border-color: #805300;
}
.btn svg {
  width: 18px;
  height: 18px;
}
input,
select,
textarea {
  max-width: 100%;
  color: var(--ink);
}
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
textarea,
select {
  border: 1px solid var(--control-border);
  border-radius: 6px;
  background: #fff;
  padding: 11px 13px;
  min-height: 44px;
}
input::placeholder,
textarea::placeholder {
  color: #64717a;
}
label {
  font-weight: 600;
  font-size: 14px;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--cobalt);
  width: 18px;
  height: 18px;
}
summary {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
th,
td {
  text-align: left;
}
code,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
pre {
  overflow: auto;
}
a,
button {
  touch-action: manipulation;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.analytics-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fffef8;
  color: var(--ink);
  border-top: 1px solid var(--control-border);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font: 12px/1.55 var(--font);
  box-shadow: 0 -4px 24px #1721260a;
}
.analytics-consent-copy {
  max-width: 760px;
}
.analytics-consent-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}
.analytics-consent-privacy {
  color: var(--text-secondary);
  padding: 12px;
  text-decoration: underline;
}
.analytics-consent-actions .btn {
  font-size: 12px;
  padding: 10px 14px;
  min-height: 44px;
}
.analytics-consent-banner button {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .analytics-consent-banner {
    padding: 16px;
    font-size: 11px;
    gap: 10px;
  }
  .analytics-consent-actions {
    gap: 6px;
  }
  .analytics-consent-privacy {
    padding: 8px 6px;
  }
  .analytics-consent-actions .btn {
    padding: 9px 12px;
    font-size: 11px;
  }
}
