:root {
  --jb-ink: #102b37;
  --jb-ink-soft: #38515c;
  --jb-teal: #087f78;
  --jb-teal-dark: #06655f;
  --jb-mint: #dff3ef;
  --jb-mint-light: #f2faf8;
  --jb-coral: #ff755f;
  --jb-canvas: #f6f8f8;
  --jb-line: #dce5e5;
  --jb-white: #fff;
  --jb-radius: 10px;
  --jb-shadow: 0 14px 34px rgba(16, 43, 55, .08);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--jb-ink);
  background: var(--jb-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.joboon-filter-visible { overflow: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a, a:visited { color: inherit; font-weight: inherit; text-decoration: none; }
a:hover { color: inherit; opacity: 1; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.joboon-site { overflow: clip; }
.joboon-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 9999; top: 8px; left: 8px; width: auto; height: auto; clip: auto; padding: 10px 16px; background: #fff; }

.joboon-header {
  position: sticky;
  z-index: 900;
  top: 0;
  width: 100%;
  min-height: 76px;
  border-bottom: 1px solid rgba(220, 229, 229, .9);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}
.joboon-header__inner { width: min(1200px, calc(100% - 48px)); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 36px; }
.joboon-brand { display: flex; align-items: center; flex: 0 0 auto; }
.joboon-brand img { display: block; width: 132px; height: 40px; object-fit: contain; object-position: left center; }
.joboon-brand > span { display: none; }
.joboon-primary-nav { display: flex; align-items: stretch; justify-content: flex-end; gap: 2px; margin-left: auto; align-self: stretch; }
.joboon-primary-nav a { position: relative; display: flex; align-items: center; padding: 0 18px; color: #29434e; font-size: 14px; font-weight: 700; }
.joboon-primary-nav a::after { content: ""; position: absolute; right: 18px; bottom: 0; left: 18px; height: 3px; background: var(--jb-teal); transform: scaleX(0); transition: transform .2s ease; }
.joboon-primary-nav a:hover::after { transform: scaleX(1); }
.joboon-header__actions { display: flex; gap: 8px; }
.joboon-icon-button, .joboon-menu-button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid var(--jb-line); border-radius: 50%; background: #fff; color: var(--jb-ink); cursor: pointer; }
.joboon-icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.joboon-menu-button { display: none; align-content: center; gap: 4px; }
.joboon-menu-button > span:not(.screen-reader-text) { width: 19px; height: 1.5px; background: currentColor; }
.joboon-header-search { padding: 16px 24px; border-top: 1px solid var(--jb-line); background: #f6faf9; }
.joboon-header-search .joboon-search-form { max-width: 720px; margin: auto; }
.joboon-search-form { position: relative; display: flex; }
.joboon-search-form input { width: 100%; min-width: 0; height: 52px; padding: 0 18px; border: 1px solid #b9cecc; border-radius: 7px 0 0 7px; background: #fff; color: var(--jb-ink); outline: none; }
.joboon-search-form input:focus { border-color: var(--jb-teal); box-shadow: 0 0 0 3px rgba(8, 127, 120, .12); }
.joboon-search-form button { flex: 0 0 auto; padding: 0 28px; border: 0; border-radius: 0 7px 7px 0; background: var(--jb-teal); color: #fff; font-weight: 700; cursor: pointer; }
.joboon-mobile-nav { padding: 10px 24px 22px; border-top: 1px solid var(--jb-line); background: #fff; }
.joboon-mobile-nav a { display: flex; gap: 14px; align-items: center; min-height: 54px; border-bottom: 1px solid var(--jb-line); font-weight: 700; }
.joboon-mobile-nav span { color: var(--jb-teal); font-size: 11px; letter-spacing: .12em; }

.joboon-suggestions { position: absolute; z-index: 30; top: calc(100% + 8px); right: 0; left: 0; overflow: hidden; border: 1px solid var(--jb-line); border-radius: 8px; background: #fff; box-shadow: var(--jb-shadow); text-align: left; }
.joboon-suggestions a { display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 10px; padding: 11px 16px; border-bottom: 1px solid #edf2f2; }
.joboon-suggestions a:last-child { border-bottom: 0; }
.joboon-suggestions a:hover { background: var(--jb-mint-light); }
.joboon-suggestions span { color: var(--jb-teal); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.joboon-suggestions strong { font-size: 14px; }

.joboon-hero { position: relative; min-height: 510px; overflow: hidden; background: linear-gradient(112deg, #f4fbf9 0%, #fff 55%, #f4f8f7 100%); border-bottom: 1px solid var(--jb-line); }
.joboon-hero::before { content: ""; position: absolute; top: -160px; right: -100px; width: 460px; height: 460px; border: 1px solid rgba(8, 127, 120, .14); border-radius: 50%; }
.joboon-hero::after { content: ""; position: absolute; top: -76px; right: -12px; width: 290px; height: 290px; border: 1px solid rgba(8, 127, 120, .12); border-radius: 50%; }
.joboon-hero__glow { position: absolute; top: 60px; right: 14%; width: 12px; height: 12px; border-radius: 50%; background: var(--jb-coral); box-shadow: 100px 120px 0 -3px var(--jb-teal), -80px 240px 0 -4px #8fcac3; }
.joboon-hero__inner { position: relative; z-index: 2; padding: 74px 0 62px; text-align: center; }
.joboon-eyebrow { margin: 0 0 10px; color: var(--jb-teal); font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1.4; }
.joboon-hero h1 { margin: 0; color: var(--jb-ink); font-size: clamp(38px, 5vw, 58px); font-weight: 800; letter-spacing: -.05em; line-height: 1.3; }
.joboon-hero h1 em { color: var(--jb-teal); font-style: normal; }
.joboon-hero__lead { margin: 13px 0 30px; color: var(--jb-ink-soft); font-size: 17px; }
.joboon-hero-search { position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr) 110px; width: min(760px, 100%); margin: auto; border: 1px solid #b9cecc; border-radius: 9px; background: #fff; box-shadow: 0 16px 40px rgba(16, 43, 55, .1); }
.joboon-hero-search > svg { align-self: center; justify-self: center; width: 23px; fill: none; stroke: #648087; stroke-width: 1.8; stroke-linecap: round; }
.joboon-hero-search input { min-width: 0; height: 66px; border: 0; background: transparent; color: var(--jb-ink); font-size: 16px; outline: 0; }
.joboon-hero-search button { margin: 7px; border: 0; border-radius: 6px; background: var(--jb-teal); color: #fff; font-weight: 800; cursor: pointer; transition: background .2s; }
.joboon-hero-search button { white-space: nowrap; }
.joboon-hero-search button:hover { background: var(--jb-teal-dark); }
.joboon-search-examples { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; margin: 12px 0 30px; color: #60777f; font-size: 12px; }
.joboon-search-examples span { color: var(--jb-teal); font-weight: 800; }
.joboon-search-examples a { border-bottom: 1px solid #b9cecc; }
.joboon-hero__routes { display: grid; grid-template-columns: repeat(3, 1fr); width: min(760px, 100%); margin: auto; overflow: hidden; border: 1px solid var(--jb-line); border-radius: 8px; background: rgba(255,255,255,.8); }
.joboon-hero__routes a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 60px; padding: 0 20px; border-right: 1px solid var(--jb-line); font-size: 14px; font-weight: 700; text-align: left; transition: background .2s; }
.joboon-hero__routes a:last-child { border-right: 0; }
.joboon-hero__routes a:hover { background: var(--jb-mint-light); }
.joboon-hero__routes span { color: var(--jb-teal); font-size: 10px; letter-spacing: .1em; }
.joboon-hero__routes svg, .joboon-category-grid svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.joboon-section { padding: 82px 0; }
.joboon-section--tint { background: var(--jb-canvas); }
.joboon-section--ink { background: var(--jb-ink); color: #fff; }
.joboon-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.joboon-section-heading h2 { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font-size: clamp(26px, 3vw, 34px); font-weight: 800; line-height: 1.35; letter-spacing: -.03em; }
.joboon-section-heading > p { max-width: 480px; margin: 0; color: #60777f; font-size: 14px; }
.joboon-section--ink .joboon-section-heading > p { color: #bdd0d5; }
.joboon-text-link { flex: none; color: var(--jb-teal) !important; font-size: 14px; font-weight: 700 !important; }
.joboon-text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.joboon-text-link:hover span { transform: translateX(4px); }
.joboon-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--jb-line); border-left: 1px solid var(--jb-line); background: #fff; }
.joboon-category-grid a { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 8px; min-height: 74px; padding: 12px 16px; border-right: 1px solid var(--jb-line); border-bottom: 1px solid var(--jb-line); font-size: 13px; font-weight: 700; transition: background .2s, color .2s; }
.joboon-category-grid a:hover { background: var(--jb-mint-light); color: var(--jb-teal); }
.joboon-category-grid span { color: #8aa0a5; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.joboon-job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.joboon-job-card { position: relative; min-width: 0; min-height: 245px; padding: 25px 26px 22px; border: 1px solid var(--jb-line); border-radius: var(--jb-radius); background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.joboon-job-card:hover { transform: translateY(-3px); border-color: #a9ccc8; box-shadow: var(--jb-shadow); }
.joboon-job-card__type { margin: 0 0 10px !important; color: var(--jb-teal); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.joboon-job-card h3 { margin: 0 0 12px; color: var(--jb-ink); font-size: 20px; line-height: 1.5; }
.joboon-job-card h3::before { display: none !important; content: none !important; }
.joboon-job-card h3 a::after { content: ""; position: absolute; inset: 0; }
.joboon-job-card > p:not(.joboon-job-card__type) { display: -webkit-box; overflow: hidden; margin: 0 0 22px; color: #60777f; font-size: 13px; line-height: 1.75; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.joboon-job-card__more { position: absolute; z-index: 2; right: 24px; bottom: 20px; color: var(--jb-teal) !important; font-size: 12px; font-weight: 800 !important; }
.joboon-job-card__more span { margin-left: 4px; }
.joboon-verified-tags { position: relative; z-index: 2; display: flex; gap: 6px; margin: 0 0 30px; padding: 0; list-style: none; }
.joboon-verified-tags li { padding: 2px 8px; border-radius: 3px; background: var(--jb-mint); color: var(--jb-teal-dark); font-size: 10px; font-weight: 700; }
.joboon-features { background: #edf5f3; }
.joboon-feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.joboon-feature-list a { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; min-height: 150px; padding: 24px; border-radius: var(--jb-radius); background: #fff; }
.joboon-feature-list span { color: var(--jb-teal); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.joboon-feature-list strong { align-self: end; font-size: 17px; }
.joboon-feature-list em { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--jb-teal); font-style: normal; font-size: 20px; }
.joboon-word-list { border-top: 1px solid #3b535d; }
.joboon-word-list a { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 20px; min-height: 72px; border-bottom: 1px solid #3b535d; transition: padding .2s, background .2s; }
.joboon-word-list a:hover { padding-inline: 12px; background: rgba(255,255,255,.035); }
.joboon-word-list span { color: #79c4bb; font-size: 11px; font-weight: 700; }
.joboon-word-list strong { font-size: 15px; }
.joboon-word-list em { color: #bdd0d5; font-style: normal; font-size: 12px; }

.joboon-directory-hero, .joboon-article-hero { padding: 54px 0 48px; border-bottom: 1px solid var(--jb-line); background: linear-gradient(110deg, #f2faf8, #fff); }
.joboon-directory-hero h1, .joboon-article-hero h1 { margin: 0; color: var(--jb-ink); font-size: clamp(30px, 4vw, 40px); font-weight: 800; letter-spacing: -.04em; line-height: 1.4; }
.joboon-directory-hero > .joboon-shell > p:last-child { max-width: 720px; margin: 12px 0 0; color: #5f777f; }
.joboon-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 25px; color: #6e858c; font-size: 11px; }
.joboon-breadcrumbs a { color: var(--jb-teal); }
.joboon-directory-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 48px; padding-top: 56px; padding-bottom: 90px; }
.joboon-filters { align-self: start; position: sticky; top: 100px; padding: 22px; border: 1px solid var(--jb-line); border-radius: 8px; background: #fff; }
.joboon-filters__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.joboon-filters__head h2 { margin: 0; padding: 0; border: 0; background: none; color: var(--jb-ink); font-size: 18px; }
.joboon-filters__head button { display: none; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.joboon-filters label { display: block; margin: 14px 0 6px; color: #4c656e; font-size: 12px; font-weight: 700; }
.joboon-filters input, .joboon-filters select { width: 100%; min-height: 44px; padding: 8px 10px; border: 1px solid #c7d6d6; border-radius: 5px; background: #fff; color: var(--jb-ink); }
.joboon-filters__notice { margin: 18px 0; padding: 13px; background: var(--jb-mint-light); color: #587078; font-size: 11px; line-height: 1.7; }
.joboon-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: 6px; background: var(--jb-teal); color: #fff !important; font-weight: 800 !important; cursor: pointer; }
.joboon-filters .joboon-button { width: 100%; margin-top: 10px; font-size: 13px; }
.joboon-filter-reset { display: block; margin-top: 10px; color: #73888e !important; font-size: 11px; text-align: center; text-decoration: underline; }
.joboon-filter-open { display: none; }
.joboon-directory-results__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--jb-line); }
.joboon-directory-results__head h2 { margin: 0; padding: 0; border: 0; background: none; color: var(--jb-ink); font-size: 28px; }
.joboon-directory-results__head > p { margin: 0; color: #72868c; font-size: 12px; }
.joboon-job-grid--directory { grid-template-columns: repeat(2, 1fr); }
.joboon-empty { grid-column: 1 / -1; padding: 50px 30px; border: 1px solid var(--jb-line); background: var(--jb-canvas); text-align: center; }
.joboon-empty h2, .joboon-empty h3 { margin-top: 0; }
.page-numbers { display: inline-flex; min-width: 38px; height: 38px; margin: 30px 3px 0; align-items: center; justify-content: center; border: 1px solid var(--jb-line); border-radius: 5px; }
.page-numbers.current { border-color: var(--jb-teal); background: var(--jb-teal); color: #fff; }

.joboon-article-shell { width: min(1080px, calc(100% - 48px)); margin-inline: auto; }
.joboon-article-hero h1 span { color: var(--jb-teal); }
.joboon-article-hero__lead { max-width: 760px; margin: 14px 0 0; color: #4c656e; font-size: 17px; }
.joboon-verified-date { margin: 14px 0 0; color: #74888e; font-size: 11px; }
.joboon-article-layout { display: grid; grid-template-columns: minmax(0, 780px) 230px; gap: 60px; padding-top: 54px; padding-bottom: 90px; }
.joboon-article-main { min-width: 0; }
.joboon-article-side { align-self: start; position: sticky; top: 105px; }
.joboon-article-side > div { padding: 21px; border: 1px solid var(--jb-line); border-radius: 8px; background: #fff; }
.joboon-article-side strong { display: block; margin-bottom: 8px; }
.joboon-article-side p:not(.joboon-eyebrow) { margin: 0 0 14px; color: #667d84; font-size: 12px; }
.joboon-article-side a { color: var(--jb-teal); font-size: 12px; font-weight: 700; }
.joboon-facts { margin-bottom: 34px; overflow: hidden; border: 1px solid #bcd8d4; border-radius: 9px; background: #fff; }
.joboon-facts__head { padding: 20px 25px; background: var(--jb-mint-light); }
.joboon-facts__head p { margin: 0 0 2px; color: var(--jb-teal); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.joboon-facts__head h2 { margin: 0; padding: 0; border: 0; background: none; color: var(--jb-ink); font-size: 22px; }
.joboon-facts dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; }
.joboon-facts dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 10px; padding: 16px 20px; border-top: 1px solid var(--jb-line); }
.joboon-facts dl > div:nth-child(odd) { border-right: 1px solid var(--jb-line); }
.joboon-facts dt { color: #6c8288; font-size: 11px; font-weight: 700; }
.joboon-facts dd { margin: 0; font-size: 13px; font-weight: 700; }
.joboon-salary-note { margin: 0 0 32px; padding: 22px 25px; border-left: 3px solid var(--jb-coral); background: #fff8f5; }
.joboon-salary-note h2 { margin: 0 0 8px; padding: 0; border: 0; background: none; color: var(--jb-ink); font-size: 21px; }
.joboon-salary-note p:not(.joboon-eyebrow) { margin: 0 0 5px; font-weight: 700; }
.joboon-salary-note small { color: #71858b; }
.joboon-salary-evidence { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 16px 0; background: #eaded9; }
.joboon-salary-evidence div { padding: 10px 12px; background: #fff; }
.joboon-salary-evidence dt { color: #71858b; font-size: 12px; font-weight: 700; }
.joboon-salary-evidence dd { margin: 3px 0 0; color: var(--jb-ink); font-size: 14px; }
.joboon-salary-note .joboon-salary-source,
.joboon-salary-note .joboon-salary-note__caution { margin-top: 12px; color: #5e747c; font-size: 13px; font-weight: 400; }
.joboon-facts__note,
.joboon-facts__source { margin: 14px 22px 0; color: #5e747c; font-size: 13px; }
.joboon-anchor-nav { margin: 0 0 42px; padding: 22px 25px; border: 1px solid var(--jb-line); background: var(--jb-canvas); }
.joboon-anchor-nav > p { margin: 0 0 10px; font-weight: 800; }
.joboon-anchor-nav ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px 24px; margin: 0; padding-left: 22px; }
.joboon-anchor-nav a { color: var(--jb-teal); font-size: 13px; }
.joboon-entry-content { color: #263f49; font-size: 16px; line-height: 1.9; }
.joboon-entry-content > * { max-width: 100%; }
.joboon-entry-content p { margin: 1.2em 0; }
.joboon-entry-content h2 { margin: 2.6em 0 1em; padding: 0 0 14px; border: 0; border-bottom: 2px solid var(--jb-ink); border-radius: 0; background: none; color: var(--jb-ink); font-size: 26px; line-height: 1.5; }
.joboon-entry-content h2::before { content: ""; display: block; width: 32px; height: 3px; margin-bottom: 12px; background: var(--jb-teal); }
.joboon-entry-content h3 { margin: 2.1em 0 .8em; padding-left: 14px; border-left: 3px solid var(--jb-teal); color: var(--jb-ink); font-size: 20px; }
.joboon-entry-content h3::before { display: none !important; content: none !important; }
.joboon-entry-content a { color: var(--jb-teal); text-decoration: underline; text-underline-offset: 3px; }
.joboon-entry-content img { border-radius: 5px; }
.joboon-entry-content table { display: block; overflow-x: auto; max-width: 100%; border-collapse: collapse; }
.joboon-entry-content th, .joboon-entry-content td { min-width: 120px; padding: 12px; border: 1px solid var(--jb-line); }
.joboon-next-action { margin-top: 46px; padding: 28px; border: 1px solid #b8d4d0; border-radius: 8px; background: var(--jb-mint-light); }
.joboon-next-action > p { margin: 0; color: var(--jb-teal); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.joboon-next-action h2 { margin: 4px 0 10px; padding: 0; border: 0; background: none; color: var(--jb-ink); font-size: 22px; }
.joboon-next-action a { display: inline-flex; margin-top: 12px; color: var(--jb-teal); font-size: 13px; font-weight: 800; }
.joboon-related { margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--jb-line); }
.joboon-related h2, .joboon-sources h2 { margin: 0 0 22px; padding: 0; border: 0; background: none; color: var(--jb-ink); font-size: 26px; }
.joboon-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.joboon-related__grid a { display: grid; min-height: 125px; padding: 18px; border: 1px solid var(--jb-line); border-radius: 7px; }
.joboon-related__grid span { color: var(--jb-teal); font-size: 10px; }
.joboon-related__grid strong { margin-top: 5px; font-size: 14px; }
.joboon-related__grid em { align-self: end; justify-self: end; color: var(--jb-teal); font-style: normal; }
.joboon-sources { margin-top: 55px; padding: 26px; background: var(--jb-canvas); color: #5e747c; font-size: 13px; }
.joboon-sources ul { margin: 0; padding-left: 20px; }
.joboon-sources li + li { margin-top: 9px; }
.joboon-sources a { overflow-wrap: anywhere; }
.joboon-term-answer { margin-bottom: 30px; overflow: hidden; border: 1px solid #bcd8d4; border-radius: 9px; }
.joboon-term-answer__label { margin: 0; padding: 10px 22px; background: var(--jb-teal); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.joboon-term-answer__answer { padding: 25px 24px; background: var(--jb-mint-light); color: var(--jb-ink); font-size: 19px; font-weight: 700; line-height: 1.8; }
.joboon-term-answer dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.joboon-term-answer dl > div { padding: 15px 18px; border-top: 1px solid var(--jb-line); border-right: 1px solid var(--jb-line); }
.joboon-term-answer dl > div:last-child { border-right: 0; }
.joboon-term-answer dt { color: #71878d; font-size: 10px; }
.joboon-term-answer dd { margin: 4px 0 0; font-size: 13px; font-weight: 700; }
.joboon-examples, .joboon-alternatives { margin: 35px 0; }
.joboon-examples h2, .joboon-alternatives h2 { margin: 0 0 12px; padding: 0; border: 0; background: none; color: var(--jb-ink); font-size: 22px; }
.joboon-examples > div { display: flex; align-items: center; gap: 20px; padding: 16px 18px; border: 1px solid var(--jb-line); border-bottom: 0; }
.joboon-examples > div:last-child { border-bottom: 1px solid var(--jb-line); }
.joboon-examples p { flex: 1; margin: 0; }
.joboon-examples button { flex: none; padding: 7px 12px; border: 1px solid var(--jb-teal); border-radius: 4px; background: #fff; color: var(--jb-teal); font-size: 11px; font-weight: 700; cursor: pointer; }
.joboon-examples button.is-copied { background: var(--jb-teal); color: #fff; }
.joboon-alternatives ul { margin: 0; padding: 18px 20px 18px 42px; background: var(--jb-canvas); }

.joboon-search-page .joboon-directory-hero { padding-bottom: 56px; }
.joboon-hero-search--small { width: min(650px, 100%); grid-template-columns: minmax(0, 1fr) 100px; margin: 25px 0 0; box-shadow: none; }
.joboon-hero-search--small input { padding-left: 18px; }
.joboon-search-groups { padding-top: 55px; padding-bottom: 90px; }
.joboon-search-groups > section { margin-bottom: 65px; }
.joboon-section-heading h2 span { display: inline-grid; width: 30px; height: 30px; margin-left: 5px; place-items: center; border-radius: 50%; background: var(--jb-mint); color: var(--jb-teal); font-size: 12px; vertical-align: middle; }
.joboon-word-results { border-top: 1px solid var(--jb-line); }
.joboon-word-results a { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 20px; padding: 17px 4px; border-bottom: 1px solid var(--jb-line); }
.joboon-word-results span { color: var(--jb-teal); font-size: 10px; font-weight: 700; }
.joboon-word-results strong { font-size: 14px; }
.joboon-word-results em { color: #70858c; font-style: normal; font-size: 11px; }

.joboon-footer { background: #0c252f; color: #d9e5e8; }
.joboon-footer__inner { width: min(1160px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding: 66px 0 52px; }
.joboon-footer__brand img { width: 132px; filter: brightness(0) invert(1); }
.joboon-footer__brand p { margin: 20px 0 0; color: #9cb2b9; font-size: 13px; }
.joboon-footer__title { margin: 0 0 14px; color: #fff; font-size: 13px; font-weight: 800; }
.joboon-footer ul { margin: 0; padding: 0; list-style: none; }
.joboon-footer li { margin: 7px 0; }
.joboon-footer li a { color: #aebfc4; font-size: 12px; }
.joboon-footer li a:hover { color: #fff; }
.joboon-footer__bottom { display: flex; justify-content: space-between; width: min(1160px, calc(100% - 48px)); margin: auto; padding: 18px 0; border-top: 1px solid #2c444d; color: #779099; font-size: 10px; }
.joboon-footer__bottom p { margin: 0; }

/* Hide legacy components that conflict with the database-first experience. */
.joboon-article .sns-buttons,
.joboon-article .job-diagnosed__lastpage,
.joboon-article .joboon-business-next,
.joboon-article .joboon-career-panel,
.joboon-article .cover-job-diagnosed,
.joboon-article .job-diagnosis-form,
.joboon-article .list-7 { display: none !important; }

@media (max-width: 980px) {
  .joboon-primary-nav a { padding-inline: 10px; font-size: 12px; }
  .joboon-brand img { width: 120px; }
  .joboon-category-grid { grid-template-columns: repeat(3, 1fr); }
  .joboon-article-layout { grid-template-columns: minmax(0, 1fr); }
  .joboon-article-side { display: none; }
  .joboon-directory-layout { gap: 28px; }
}

@media (max-width: 760px) {
  .joboon-shell, .joboon-article-shell { width: min(100% - 32px, 1160px); }
  .joboon-header { min-height: 64px; }
  .joboon-header__inner { width: calc(100% - 28px); min-height: 64px; gap: 10px; }
  .joboon-brand img { width: 108px; height: 34px; }
  .joboon-primary-nav { display: none; }
  .joboon-header__actions { margin-left: auto; }
  .joboon-icon-button, .joboon-menu-button { width: 39px; height: 39px; }
  .joboon-menu-button { display: grid; }
  .joboon-header-search { padding: 12px 14px; }
  .joboon-header-search .joboon-search-form { max-width: none; }
  .joboon-search-form input { height: 48px; font-size: 16px; }
  .joboon-search-form button { padding-inline: 18px; }
  .joboon-hero { min-height: 0; }
  .joboon-hero::before { right: -300px; }
  .joboon-hero::after { display: none; }
  .joboon-hero__inner { padding: 54px 0 40px; }
  .joboon-hero h1 { font-size: 36px; }
  .joboon-hero__lead { margin-top: 10px; font-size: 14px; }
  .joboon-hero-search { grid-template-columns: 44px minmax(0, 1fr) 84px; }
  .joboon-hero-search input { height: 60px; font-size: 16px; }
  .joboon-hero-search button { margin: 6px; font-size: 13px; }
  .joboon-search-examples { justify-content: flex-start; margin-bottom: 23px; }
  .joboon-search-examples a:last-child { display: none; }
  .joboon-hero__routes { grid-template-columns: 1fr; }
  .joboon-hero__routes a { min-height: 54px; border-right: 0; border-bottom: 1px solid var(--jb-line); }
  .joboon-hero__routes a:last-child { border-bottom: 0; }
  .joboon-section { padding: 58px 0; }
  .joboon-section-heading { display: block; margin-bottom: 25px; }
  .joboon-section-heading > p { margin-top: 8px; }
  .joboon-text-link { display: inline-block; margin-top: 12px; }
  .joboon-category-grid { grid-template-columns: repeat(2, 1fr); }
  .joboon-category-grid a { grid-template-columns: 25px 1fr; min-height: 68px; padding: 10px; font-size: 12px; line-height: 1.45; }
  .joboon-category-grid svg { display: none; }
  .joboon-job-grid, .joboon-job-grid--directory { grid-template-columns: 1fr; }
  .joboon-job-card { min-height: 220px; padding: 22px; }
  .joboon-feature-list { grid-template-columns: 1fr; }
  .joboon-feature-list a { min-height: 115px; }
  .joboon-word-list a { grid-template-columns: 1fr auto; gap: 5px 12px; padding: 15px 0; }
  .joboon-word-list span { grid-column: 1 / -1; }
  .joboon-word-list em { font-size: 0; }
  .joboon-word-list em::after { content: "→"; font-size: 14px; }
  .joboon-directory-hero, .joboon-article-hero { padding: 35px 0 32px; }
  .joboon-directory-hero h1, .joboon-article-hero h1 { font-size: 28px; }
  .joboon-directory-layout { display: block; padding-top: 24px; padding-bottom: 65px; }
  .joboon-filter-open { display: flex; justify-content: space-between; width: 100%; margin-bottom: 28px; padding: 13px 16px; border: 1px solid var(--jb-teal); border-radius: 6px; background: #fff; color: var(--jb-teal); font-weight: 800; cursor: pointer; }
  .joboon-filters { position: fixed; z-index: 1200; inset: 0 0 0 auto; width: min(90vw, 370px); max-height: 100dvh; overflow-y: auto; padding: 24px; border: 0; border-radius: 0; box-shadow: -20px 0 50px rgba(16,43,55,.22); transform: translateX(110%); transition: transform .25s ease; }
  .joboon-filters.is-open { transform: translateX(0); }
  .joboon-filters__head button { display: block; }
  .joboon-directory-results__head h2 { font-size: 24px; }
  .joboon-article-layout { padding-top: 28px; padding-bottom: 70px; }
  .joboon-facts dl { grid-template-columns: 1fr; }
  .joboon-facts dl > div:nth-child(odd) { border-right: 0; }
  .joboon-facts dl > div { grid-template-columns: 96px 1fr; padding: 14px 16px; }
  .joboon-salary-evidence { grid-template-columns: 1fr; }
  .joboon-anchor-nav ol { grid-template-columns: 1fr; }
  .joboon-entry-content { font-size: 16px; line-height: 1.85; }
  .joboon-entry-content h2 { font-size: 23px; }
  .joboon-entry-content h3 { font-size: 19px; }
  .joboon-related__grid { grid-template-columns: 1fr; }
  .joboon-related__grid a { min-height: 105px; }
  .joboon-term-answer dl { grid-template-columns: 1fr; }
  .joboon-term-answer dl > div { border-right: 0; }
  .joboon-examples > div { align-items: flex-start; gap: 10px; }
  .joboon-word-results a { grid-template-columns: 1fr auto; gap: 4px 10px; }
  .joboon-word-results span { grid-column: 1 / -1; }
  .joboon-word-results em { font-size: 0; }
  .joboon-word-results em::after { content: "→"; font-size: 14px; }
  .joboon-hero-search--small { grid-template-columns: minmax(0, 1fr) 78px; }
  .joboon-footer__inner { width: calc(100% - 32px); grid-template-columns: repeat(2, 1fr); gap: 36px 20px; padding: 50px 0 36px; }
  .joboon-footer__brand { grid-column: 1 / -1; }
  .joboon-footer__bottom { width: calc(100% - 32px); }
  .joboon-footer__bottom p:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
