:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f4f4f4;
  --surface-input: #ffffff;
  --surface-raised: #ffffff;
  --text: #111111;
  --text-label: #2c2c2c;
  --muted: #666666;
  --placeholder: #9a9a9a;
  --line: #e5e5e5;
  --line-strong: #c9c9c9;
  --blue: #111111;
  --blue-strong: #000000;
  --teal: #2f7d32;
  --amber: #7d5b00;
  --red: #b42318;
  --blue-bg: #f0f0f0;
  --green-bg: #edf7ed;
  --amber-bg: #fff8df;
  --red-bg: #fff0ee;
  --overlay: rgba(0, 0, 0, 0.72);
  --hero: #383838;
  --hero-text: #eeeeee;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --radius-sm: 3px;
  --radius-control: 4px;
  --radius-panel: 4px;
  --radius-pill: 999px;
  --shadow-panel: 0 8px 22px rgba(0, 0, 0, 0.08);
  --shadow-overlay: 0 24px 70px rgba(0, 0, 0, 0.28);
  --page: 1220px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Component display rules must not override HTML's hidden state. */
[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: var(--radius-control);
  background: var(--text);
  color: var(--bg);
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #1976d2;
  outline-offset: 3px;
}

side-navigation {
  display: block;
}

.side-nav {
  position: fixed;
  z-index: 70;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 64px;
  background: #151515;
  color: #ffffff;
  box-shadow: 8px 0 28px rgba(0, 0, 0, 0);
  transition: width 180ms ease, box-shadow 180ms ease;
}

.side-nav:hover,
.side-nav:focus-within,
.side-nav.is-open {
  width: 304px;
  box-shadow: 8px 0 28px rgba(0, 0, 0, 0.2);
}

.side-nav-trigger {
  display: flex;
  gap: 18px;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  border: 0;
  border-bottom: 1px solid #303030;
  background: #151515;
  color: #ffffff;
  cursor: pointer;
}

.menu-bars {
  display: flex;
  flex: 0 0 24px;
  flex-direction: column;
  gap: 5px;
}

.menu-bars span {
  width: 24px;
  height: 2px;
  background: currentColor;
}

.side-nav-trigger-label,
.side-nav-brand-name,
.side-nav-copy,
.side-nav-foot {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 120ms ease, transform 180ms ease;
  white-space: nowrap;
}

.side-nav:hover .side-nav-trigger-label,
.side-nav:hover .side-nav-brand-name,
.side-nav:hover .side-nav-copy,
.side-nav:hover .side-nav-foot,
.side-nav:focus-within .side-nav-trigger-label,
.side-nav:focus-within .side-nav-brand-name,
.side-nav:focus-within .side-nav-copy,
.side-nav:focus-within .side-nav-foot,
.side-nav.is-open .side-nav-trigger-label,
.side-nav.is-open .side-nav-brand-name,
.side-nav.is-open .side-nav-copy,
.side-nav.is-open .side-nav-foot {
  opacity: 1;
  transform: translateX(0);
}

.side-nav-trigger-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.side-nav-brand {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 0 12px;
  color: #ffffff;
  text-decoration: none;
}

.side-nav-brand-mark,
.side-nav-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #444444;
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 900;
}

.side-nav-brand-name {
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.side-nav-links {
  display: flex;
  flex-direction: column;
  padding: 8px 8px;
}

.side-nav-link {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 6px 4px;
  border-radius: 4px;
  color: #dadada;
  text-decoration: none;
}

.side-nav-link:hover,
.side-nav-link[aria-current="page"] {
  background: #292929;
  color: #ffffff;
}

.side-nav-link[aria-current="page"] .side-nav-icon {
  border-color: #f3d448;
  background: #f3d448;
  color: #111111;
}

.side-nav-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.side-nav-copy strong {
  font-size: 0.86rem;
}

.side-nav-copy small {
  overflow: hidden;
  margin-top: 2px;
  color: #9c9c9c;
  font-size: 0.7rem;
  text-overflow: ellipsis;
}

.side-nav-foot {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  color: #8d8d8d;
  font-size: 0.68rem;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  height: 70px;
  border-bottom: 1px solid #f1f1f1;
  background: var(--bg);
}

.nav-shell {
  display: flex;
  align-items: center;
  width: min(100%, var(--page));
  height: 70px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-search {
  min-height: 40px;
  margin-left: auto;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.header-login {
  border: 1px solid var(--line, #d9dcd6);
  border-radius: 999px;
  background: #fff;
  color: #24352b;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 40px;
  padding: 8px 14px;
  cursor: pointer;
  white-space: nowrap;
}
.auth-dialog {
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  border: 1px solid #d9dcd6;
  border-radius: 16px;
  padding: 24px;
  color: #24352b;
  background: #fff;
}
.auth-dialog::backdrop { background: rgb(0 0 0 / 45%); }
.auth-close { display: block; margin-left: auto; min-height: 40px; padding: 8px 12px; background: #fff; border: 1px solid #d9dcd6; border-radius: 8px; cursor: pointer; }
.auth-content h2 { margin: 8px 0 16px; font-size: 1.5rem; }
.auth-content p { margin: 12px 0; line-height: 1.65; }
.auth-action { display: block; width: 100%; min-height: 48px; margin: 12px 0; border: 1px solid #bac6bc; border-radius: 8px; padding: 10px; font: inherit; font-weight: 700; color: #24352b; background: #f5f7f3; cursor: pointer; }
.auth-action:disabled { cursor: not-allowed; color: #59655d; background: #edf0ed; }
.auth-kakao:not(:disabled) { background: #fee500; color: #191919; border-color: #fee500; }
.auth-naver:not(:disabled) { background: #03c75a; color: #102a1a; border-color: #03c75a; }
.auth-note { font-size: .8rem; color: #59655d; }
.auth-feedback { min-height: 1.5em; font-size: .875rem; }
.header-search:hover {
  border-color: var(--text);
  background: var(--surface-2);
}

.wordmark {
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
  color: var(--text);
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: -0.065em;
  text-decoration: none;
}

.wordmark-accent {
  color: var(--text);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text);
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.nav-links .nav-pill {
  min-height: 40px;
  padding: 0 20px;
  border-radius: var(--radius-pill);
  background: #efefef;
  text-decoration: none;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-shell > .icon-button {
  margin-left: 12px;
}

.icon-button:hover {
  background: var(--surface-2);
}

.icon-button svg,
.search-control svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 264px;
  padding: 38px 20px;
  background-color: var(--hero);
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 0.7px, transparent 0.7px);
  background-size: 4px 4px;
  color: var(--hero-text);
  text-align: center;
}

.hero-inner {
  width: min(100%, 760px);
}

.eyebrow {
  margin: 0;
  color: #bdbdbd;
  font-size: 1rem;
  font-weight: 800;
}

.hero h1 {
  margin: -2px 0 -4px;
  color: var(--hero-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 6vw, 5.4rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 1;
  opacity: 1;
}

.hero-copy {
  margin: 0;
  color: #c7c7c7;
  font-size: 1rem;
  font-weight: 700;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.hero-tags button {
  min-height: 44px;
  padding: 9px 18px;
  border: 0;
  border-radius: var(--radius-pill);
  background: #242424;
  color: #d7d7d7;
  font-weight: 800;
  cursor: pointer;
}

.hero-tags button:hover {
  background: #111111;
  color: #ffffff;
}

.demo-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: min(calc(100% - 40px), var(--page));
  margin: 18px auto 0;
  padding: 10px 14px;
  border: 1px solid #dccb94;
  border-radius: var(--radius-control);
  background: var(--amber-bg);
  color: #5e4a0f;
  font-size: 0.8rem;
}

.demo-notice p {
  margin: 0;
}

.status-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: #b78700;
}

.career-strip {
  width: min(100%, var(--page));
  margin: 0 auto;
  padding: 34px 20px 54px;
}

.career-strip h2 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.career-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.52 / 1;
  padding: 0;
  border: 0;
  background: #ededed;
  cursor: pointer;
}

.career-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  content: "";
}

.career-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.career-card:hover img {
  transform: scale(1.02);
}

.career-card span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 15px;
  left: 18px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: left;
}

.browse-shell,
.service-story,
.system-status {
  width: min(100%, var(--page));
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.browse-shell {
  padding-bottom: 70px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.section-heading h2,
.service-story h2,
.system-status h2 {
  margin: 0;
  color: var(--text);
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}

.section-kicker {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.result-count {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
}

.search-panel {
  margin-bottom: 28px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fafafa;
}

.search-field label,
.sort-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--text-label);
  font-size: 0.76rem;
  font-weight: 700;
}

.search-control {
  display: flex;
  align-items: center;
  min-height: 46px;
  border: 1px solid var(--line-strong);
  background: var(--surface-input);
}

.search-control:focus-within {
  border-color: var(--text);
  box-shadow: 0 0 0 2px #d5d5d5;
}

.search-control svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: 14px;
  color: var(--muted);
}

.search-control input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.search-control input::placeholder {
  color: var(--placeholder);
}

.clear-search {
  flex: 0 0 auto;
  min-height: 44px;
  margin-right: 4px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.76rem;
  cursor: pointer;
}

.filter-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-chip {
  min-height: 38px;
  padding: 7px 15px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--text-label);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.filter-chip:hover,
.filter-chip.is-active {
  border-color: var(--text);
  background: var(--text);
  color: var(--bg);
}

.sort-field {
  flex: 0 0 160px;
}

.sort-field select {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--text);
}

.notice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px 18px;
}

.notice-card,
.notice-card.is-featured {
  min-width: 0;
}

.card-hit-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.snapshot-wrap,
.notice-card.is-featured .snapshot-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  background: #f0f0f0;
}

.snapshot-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: opacity 150ms ease;
}

.card-hit-area:hover .snapshot-image {
  opacity: 0.86;
}

.snapshot-label {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: var(--radius-pill);
  background: #111111;
  color: #f6d64a;
  font-size: 0.64rem;
  font-weight: 800;
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 11px;
}

.card-meta,
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.company {
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
}

.deadline {
  color: var(--muted);
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
}

.card-title,
.notice-card.is-featured .card-title {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.card-summary {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.77rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-footer {
  align-items: end;
  margin-top: auto;
  padding-top: 12px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag {
  color: var(--muted);
  font-size: 0.66rem;
}

.view-detail {
  flex: 0 0 auto;
  color: var(--text);
  font-size: 0.7rem;
  font-weight: 800;
}

.card-hit-area:hover .card-title,
.card-hit-area:hover .view-detail {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.empty-state {
  padding: 60px 24px;
  border: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.empty-title {
  margin: 0;
  color: var(--text);
  font-weight: 800;
}

.empty-state p + p {
  margin: 8px 0 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  background: var(--text);
  color: var(--bg);
  text-decoration: none;
}

.button.secondary {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--text);
}

.service-story,
.system-status {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 60px;
  padding-top: 54px;
  padding-bottom: 54px;
  border-top: 1px solid var(--line);
}

.service-story h2,
.system-status h2 {
  font-size: 1.8rem;
  line-height: 1.25;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.story-grid article {
  padding-top: 12px;
  border-top: 2px solid var(--text);
}

.story-grid span {
  font-size: 0.7rem;
  font-weight: 800;
}

.story-grid h3 {
  margin: 12px 0 7px;
  font-size: 0.92rem;
}

.story-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.status-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fafafa;
}

.status-badge {
  flex: 0 0 auto;
  padding: 4px 9px;
  border-radius: var(--radius-pill);
  font-size: 0.68rem;
  font-weight: 800;
}

.status-badge.demo {
  background: #111111;
  color: #f6d64a;
}

.status-title {
  margin: 0 0 3px;
  font-weight: 800;
}

.status-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 26px;
  align-items: center;
  width: min(100%, var(--page));
  margin: 0 auto;
  padding: 30px 20px 52px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}

.footer-mark {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 900;
}

.notice-dialog {
  --dialog-height: calc(100vh - 96px);
  width: min(1180px, calc(100% - 36px));
  max-width: none;
  max-height: var(--dialog-height);
  margin: auto;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--radius-panel);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow-overlay);
}

.notice-dialog::backdrop {
  background: var(--overlay);
}

.dialog-frame {
  display: flex;
  flex-direction: column;
  max-height: var(--dialog-height);
}

.dialog-content {
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

@supports (height: 100svh) {
  .notice-dialog {
    --dialog-height: min(86svh, calc(100svh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 64px));
  }
}

.publication-heading {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 1.1rem;
  font-variant-numeric: tabular-nums;
}

.comments-section { padding: 24px; border-top: 1px solid var(--line); }
.comments-section h3 { margin-top: 0; }
.comments-help, .comment-meta { color: var(--muted); font-size: .82rem; }
.comment-form { display: grid; gap: 10px; margin: 20px 0; }
.comment-form textarea { width: 100%; min-height: 110px; max-height: 300px; resize: vertical; padding: 12px; font: inherit; color: var(--text); background: var(--surface-input); border: 1px solid var(--line-strong); border-radius: var(--radius-control); }
.comment-actions, .comment-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.comment-actions button, .comment-confirm button { min-height: 44px; padding: 8px 14px; }
.comment { border-top: 1px solid var(--line); padding: 18px 0; }
.comment-body { white-space: pre-wrap; overflow-wrap: anywhere; }
.comment-confirm { background: var(--red-bg); padding: 14px; margin-top: 12px; }
.comment-confirm button + button { margin-left: 10px; }
.comments-feedback { min-height: 1.5em; overflow-wrap: anywhere; }

.publication-count {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.snapshot-preview {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.viewer-toolbar {
  flex-wrap: wrap;
  gap: 8px;
}

.viewer-toolbar .button {
  font-size: 0.78rem;
  padding-inline: 10px;
}

.viewer-scroll {
  padding: 12px;
  background: var(--surface-2);
}

.viewer-scroll img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: auto;
}

.viewer-scroll.is-actual-size img {
  width: auto;
  max-width: none;
}

.subpage-main {
  min-height: calc(100vh - 150px);
}

.subpage-hero {
  padding: 76px 20px 64px;
  border-bottom: 1px solid var(--line);
  background: #f5f4f1;
}

.subpage-hero-inner,
.subpage-content {
  width: min(100%, var(--page));
  margin: 0 auto;
}

.subpage-eyebrow {
  margin: 0 0 12px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.subpage-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5.3rem);
  letter-spacing: -0.065em;
  line-height: 1.02;
}

.subpage-intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.subpage-content {
  padding: 48px 20px 80px;
}

.subpage-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.subpage-head h2 {
  margin: 0;
  font-size: 1.2rem;
}

.subpage-count {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.page-job-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 20px;
}

.page-job-card {
  min-width: 0;
}

.page-job-detail {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}

.page-job-card img {
  width: 100%;
  aspect-ratio: 1.52 / 1;
  object-fit: cover;
  object-position: top;
  background: #ededed;
}

.page-job-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.7rem;
}

.page-job-title {
  display: block;
  margin: 6px 0;
  font-size: 1rem;
  line-height: 1.4;
}

.page-job-summary {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.page-job-detail:hover .page-job-title {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.content-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.content-panel {
  min-height: 230px;
  padding: 24px;
  border-top: 3px solid var(--text);
  background: #f7f7f7;
}

.content-panel .panel-number {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.content-panel h2 {
  margin: 38px 0 10px;
  font-size: 1.15rem;
}

.content-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.content-panel .button {
  margin-top: 22px;
}

.dialog-toolbar {
  flex: 0 0 auto;
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.dialog-label {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dialog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  min-height: 0;
}

.dialog-snapshot {
  padding: 20px;
  border-right: 1px solid var(--line);
  background: #f5f5f5;
}

.snapshot-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.snapshot-heading p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
}

.snapshot-heading span,
.snapshot-caption {
  color: var(--muted);
  font-size: 0.72rem;
}

.dialog-snapshot a {
  display: block;
}

.dialog-snapshot img {
  width: 100%;
  border: 1px solid var(--line-strong);
  background: var(--surface);
}

.snapshot-caption {
  margin: 11px 0 0;
}

.dialog-copy {
  overflow: visible;
  max-height: none;
  padding: 32px;
}

.dialog-company {
  margin: 0 0 7px;
  font-size: 0.82rem;
  font-weight: 800;
}

.dialog-copy h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.dialog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.dialog-tags .tag {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-meta dt {
  color: var(--muted);
  font-size: 0.7rem;
}

.detail-meta dd {
  margin: 3px 0 0;
  font-size: 0.84rem;
  overflow-wrap: anywhere;
}

.body-heading {
  margin: 22px 0 10px;
  font-size: 0.95rem;
}

.dialog-body-text {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--text-label);
  font-size: 0.86rem;
  line-height: 1.8;
  white-space: pre-line;
}

.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

@media (max-width: 920px) {
  .nav-links {
    gap: 16px;
  }

  .nav-links a:nth-child(4),
  .nav-links a:nth-child(5) {
    display: none;
  }

  .notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-story,
  .system-status {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dialog-layout {
    grid-template-columns: 1fr;
  }

  .dialog-snapshot {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .dialog-copy {
    overflow: visible;
    max-height: none;
  }

  .page-job-grid,
  .content-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 70px;
  }

  body {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .site-header,
  .nav-shell {
    height: 62px;
  }

  .nav-shell {
    padding: 0 14px 0 74px;
  }

  .wordmark {
    font-size: 1.14rem;
  }

  .nav-links {
    display: none;
  }

  .nav-shell > .icon-button {
    margin-left: auto;
  }

  .side-nav {
    bottom: auto;
    width: 62px;
    height: 62px;
    background: transparent;
    box-shadow: none;
  }

  .side-nav:hover,
  .side-nav:focus-within {
    width: 62px;
    box-shadow: none;
  }

  .side-nav.is-open,
  .side-nav.is-open:hover,
  .side-nav.is-open:focus-within {
    bottom: 0;
    width: min(304px, 86vw);
    height: 100vh;
    background: #151515;
    box-shadow: 8px 0 28px rgba(0, 0, 0, 0.28);
  }

  .side-nav:not(.is-open) .side-nav-brand,
  .side-nav:not(.is-open) .side-nav-links,
  .side-nav:not(.is-open) .side-nav-foot,
  .side-nav:not(.is-open) .side-nav-trigger-label {
    display: none;
  }

  .side-nav-trigger {
    height: 62px;
    padding: 0 19px;
  }

  .side-nav.is-open .side-nav-brand,
  .side-nav.is-open .side-nav-links {
    display: grid;
  }

  .hero {
    min-height: 252px;
    padding: 34px 14px;
  }

  .eyebrow,
  .hero-copy {
    font-size: 0.78rem;
  }

  .hero h1 {
    margin: 4px 0;
    font-size: clamp(2.65rem, 14vw, 3.5rem);
    white-space: nowrap;
  }

  .hero-tags {
    gap: 7px;
    margin-top: 20px;
  }

  .hero-tags button {
    min-height: 40px;
    padding: 7px 12px;
    font-size: 0.74rem;
  }

  .demo-notice {
    width: calc(100% - 28px);
    margin-top: 14px;
  }

  .career-strip,
  .browse-shell,
  .service-story,
  .system-status {
    padding-right: 14px;
    padding-left: 14px;
  }

  .career-strip {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .career-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .career-card {
    aspect-ratio: 1.7 / 1;
  }

  .section-heading {
    align-items: end;
  }

  .search-panel {
    padding: 12px;
  }

  .filter-row {
    display: block;
  }

  .filter-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 7px;
  }

  .filter-chip {
    flex: 0 0 auto;
  }

  .sort-field {
    margin-top: 10px;
  }

  .notice-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .snapshot-wrap,
  .notice-card.is-featured .snapshot-wrap {
    aspect-ratio: 1.58 / 1;
  }

  .card-title,
  .notice-card.is-featured .card-title {
    font-size: 1rem;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 28px 14px 44px;
  }

  .site-footer p {
    margin: 0;
  }

  .subpage-hero {
    padding: 54px 14px 46px;
  }

  .subpage-content {
    padding: 38px 14px 64px;
  }

  .page-job-grid,
  .content-columns {
    grid-template-columns: 1fr;
  }

  .notice-dialog {
    width: calc(100% - 32px);
    max-height: var(--dialog-height);
  }

  .dialog-toolbar,
  .dialog-snapshot,
  .dialog-copy {
    padding-right: 14px;
    padding-left: 14px;
  }

  .detail-meta {
    grid-template-columns: 1fr;
  }

  .dialog-actions {
    flex-direction: column;
  }

  .dialog-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: more) {
  .search-panel,
  .status-card,
  .dialog-snapshot img {
    border-color: var(--text);
  }
}
.notice-history{padding:24px;border-top:1px solid var(--line);overflow-wrap:anywhere}.notice-history h3{margin:0 0 12px}.history-help,.history-feedback,.history-list p{font-size:.83rem;line-height:1.7;color:var(--muted)}.history-summary{font-size:.9rem;line-height:1.9;font-weight:700}.history-list{padding:0;list-style:none}.history-list li{padding:14px 0;border-bottom:1px solid var(--line)}.history-link{display:block;text-align:left;min-height:44px;max-width:100%;padding:8px 0;background:transparent;border:0;color:var(--text);font:inherit;font-weight:700;cursor:pointer;white-space:normal;overflow-wrap:anywhere}.history-current{font-size:.75rem;color:var(--muted)}
