/* ============================================================
   specialhs.css — 특목고·자사고 자기소개서(specialhs) 서비스 전용 레이어

   ★ 디자인 정본은 /root/eduverse/site/assets/eduverse.css 이며
     같은 폴더의 assets/eduverse.css 는 자동 생성 사본이다.
     (사본 재생성: node tools/sync_standard.js · 드리프트 검사: --check)
   ★ 이 파일은 이 서비스에서만 쓰는 레이아웃만 담는다.
     색은 var(--ev-*) / var(--pl-*) 토큰만 쓴다. 하드코딩 hex 금지.
   ★ 기획안 §6 게이미피케이션 원칙: 타인과의 비교·랭킹 표시를 만들지 않는다.
   ============================================================ */

:root {
  /* 진로·진학 성단 색을 이 서비스의 액센트로 고정 (신규 색 정의 0개) */
  --ev-accent: var(--pl-career);
}

html, body { max-width: 100%; overflow-x: hidden; }
.nav__inner, .nav__links, .sh-product-hero__copy { min-width: 0; }

.h1 { max-width: 100%; font-size: 48px; letter-spacing: 0; overflow-wrap: anywhere; }
.h2, .h3 { letter-spacing: 0; }

/* ---------- 공통 레이아웃 ---------- */
.sh-main { padding-top: 26px; padding-bottom: 80px; }
.sh-sec { margin-top: 40px; }
.sh-sec > .h2, .sh-sec > .h3 { margin-bottom: 6px; }
.sh-sub { font-size: 14px; color: var(--ev-text-2); line-height: 1.75; word-break: keep-all; }
.sh-note { font-size: 12.5px; color: var(--ev-text-3); line-height: 1.7; word-break: keep-all; }
.sh-hd { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }

/* ---------- 키보드 접근 ---------- */
.sh-skip {
  position: fixed; z-index: 1000; top: 8px; left: 8px;
  padding: 10px 14px; border-radius: var(--r-sm);
  background: var(--ev-text); color: var(--ev-deep); font-weight: 800;
  transform: translateY(-160%);
}
.sh-skip:focus { transform: translateY(0); outline: 3px solid var(--ev-accent); outline-offset: 2px; }
.nav__links a[aria-current="page"] { color: var(--ev-text); text-decoration: underline; text-underline-offset: 5px; }
.sh-main :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--ev-accent); outline-offset: 3px;
}

/* ---------- 시작 흐름 · 로컬 데이터 안내 ---------- */
.sh-journey {
  list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px; margin-top: 18px; padding: 0;
}
.sh-journey a {
  display: flex; min-height: 112px; padding: 16px; flex-direction: column; gap: 8px;
  border: 1px solid var(--ev-line-strong); border-radius: var(--r-md); background: var(--ev-surface);
}
.sh-journey strong { color: var(--ev-text); }
.sh-journey span { color: var(--ev-text-2); font-size: 13px; line-height: 1.65; }
.sh-privacy-note {
  display: flex; flex-direction: column; gap: 6px; margin-top: 16px; padding: 16px 18px;
  border: 1px solid var(--ev-line-strong); border-left: 3px solid var(--ev-cyan);
  border-radius: var(--r-md); background: var(--ev-surface-2); line-height: 1.7;
}
.sh-privacy-note span { color: var(--ev-text-2); font-size: 13.5px; }
.sh-status { margin-top: 10px; min-height: 1.7em; }

/* ---------- 서비스 정책 푸터 ---------- */
.sh-legal-footer {
  margin-top: 56px; border-top: 1px solid var(--ev-line-strong);
  background: var(--ev-surface-2); color: var(--ev-text-2);
}
.sh-legal-footer .wrap { display: grid; gap: 10px; padding-top: 24px; padding-bottom: 28px; }
.sh-legal-footer strong { color: var(--ev-text); font-size: 13px; }
.sh-legal-footer nav { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.sh-legal-footer a { color: var(--ev-cyan); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.sh-legal-footer p { margin: 0; color: var(--ev-text-3); font-size: 12px; line-height: 1.7; }
.sh-legal-page { max-width: 840px; }
.sh-legal-page section { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--ev-line); }
.sh-legal-page h2 { color: var(--ev-text); font-size: 18px; }
.sh-legal-page p, .sh-legal-page li { color: var(--ev-text-2); line-height: 1.8; }

@media (max-width: 640px) {
  .h1, .sh-product-hero .h1 { font-size: 30px; line-height: 1.3; word-break: normal; overflow-wrap: anywhere; }
  .sh-main { overflow-x: clip; }
}

/* ---------- 가치·회원 등급 ---------- */
.sh-valuebar {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px;
  margin-top: 24px; overflow: hidden; border: 1px solid var(--ev-line-strong);
  border-radius: var(--r-md); background: var(--ev-line-strong);
}
.sh-valuebar span { padding: 15px 17px; background: var(--ev-surface-2); color: var(--ev-text-2); font-size: 13px; line-height: 1.65; }
.sh-valuebar strong { display: block; color: var(--ev-text); font-size: 13.5px; }
.sh-membership { padding: 24px; border: 1px solid var(--ev-line-strong); border-radius: var(--r-md); background: var(--ev-surface-2); }
.sh-membership__head { justify-content: space-between; align-items: center; }
.sh-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.sh-plan { display: flex; flex-direction: column; min-width: 0; padding: 20px; border: 1px solid var(--ev-line); border-radius: var(--r-md); background: var(--ev-surface); }
.sh-plan--focus { border-color: var(--ev-accent); box-shadow: inset 0 3px 0 var(--ev-accent); }
.sh-plan__tier { color: var(--ev-accent); font-size: 11.5px; font-weight: 900; letter-spacing: .08em; }
.sh-plan h3 { margin-top: 7px; font-size: 16px; line-height: 1.5; }
.sh-plan__price { margin-top: 14px; color: var(--ev-text); font-size: 22px; font-weight: 900; letter-spacing: -.03em; }
.sh-plan__price small { display: block; margin-top: 3px; color: var(--ev-text-3); font-size: 11px; font-weight: 600; letter-spacing: 0; }
.sh-plan ul { flex: 1; margin: 14px 0 18px; padding-left: 19px; color: var(--ev-text-2); font-size: 13px; line-height: 1.8; }
.sh-plan .btn { width: 100%; justify-content: center; text-align: center; }
.sh-plan__state { min-height: 4.8em; margin: 0 0 14px; padding: 10px 12px; border-radius: var(--r-sm); background: var(--ev-surface-2); color: var(--ev-text-2); font-size: 12px; line-height: 1.65; }
.sh-link-state { margin-left: 3px; color: var(--ev-text-3); font-size: 10px; font-weight: 700; }
.sh-readiness { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 24px; overflow: hidden; border: 1px solid var(--ev-line-strong); border-radius: var(--r-md); background: var(--ev-line-strong); }
.sh-readiness > div { padding: 16px; background: var(--ev-surface-2); }
.sh-readiness strong, .sh-readiness span { display: block; }
.sh-readiness strong { color: var(--ev-text); font-size: 13px; }
.sh-readiness span { margin-top: 5px; color: var(--ev-text-2); font-size: 12.5px; line-height: 1.65; }
.sh-readiness > p { grid-column: 1 / -1; margin: 0; padding: 12px 16px; background: var(--ev-surface); color: var(--ev-text-2); font-size: 12.5px; line-height: 1.65; }
.sh-lifecycle { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; padding: 0; list-style: none; }
.sh-lifecycle li { display: flex; gap: 10px; padding: 16px; border: 1px solid var(--ev-line); border-radius: var(--r-md); background: var(--ev-surface); }
.sh-lifecycle li > span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border-radius: var(--r-pill); background: var(--ev-surface-3); color: var(--ev-accent); font-size: 12px; font-weight: 900; }
.sh-lifecycle strong { color: var(--ev-text); font-size: 13.5px; }
.sh-lifecycle p { margin-top: 6px; color: var(--ev-text-2); font-size: 12.5px; line-height: 1.65; }
.sh-faq { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.sh-faq details { border: 1px solid var(--ev-line); border-radius: var(--r-md); background: var(--ev-surface); }
.sh-faq summary { min-height: 48px; padding: 14px 18px; color: var(--ev-text); font-size: 14px; font-weight: 800; cursor: pointer; }
.sh-faq p { padding: 0 18px 16px; color: var(--ev-text-2); font-size: 13px; line-height: 1.75; }

/* ---------- ★ 상시 고지 (대필 금지) ---------- */
.sh-pledge {
  display: flex; gap: 14px; align-items: flex-start;
  margin-top: 18px; padding: 16px 18px;
  border: 1px solid var(--ev-line-strong); border-left-width: 3px;
  border-left-color: var(--ev-gold);
  border-radius: var(--r-md); background: var(--ev-surface-2);
}
.sh-pledge__icon { font-size: 20px; line-height: 1.2; flex: 0 0 auto; }
.sh-pledge__body { min-width: 0; }
.sh-pledge__title { font-size: 15px; font-weight: 800; color: var(--ev-text); word-break: keep-all; }
.sh-pledge__desc { margin-top: 6px; font-size: 13px; line-height: 1.75; color: var(--ev-text-2); word-break: keep-all; }

/* ---------- ★ 상시 경고 (표절·대필 → 입학 후 합격 취소) ----------
   대필 금지 고지와 같은 골격을 쓰되 왼쪽 선만 coral 로 바꿔 처분의 무게를 구분한다. */
.sh-pledge--danger { border-left-color: var(--ev-coral); }
.sh-pledge--danger .sh-pledge__title { color: var(--ev-coral); }
.sh-pledge__link { margin-top: 7px; font-size: 11.5px; line-height: 1.7; color: var(--ev-text-3); word-break: keep-all; }

/* ---------- 카드 그리드 ---------- */
.sh-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.sh-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sh-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sh-card {
  padding: 20px; border: 1px solid var(--ev-line); border-radius: var(--r-md);
  background: var(--ev-surface); min-width: 0;
}
.sh-card h3 { font-size: 16px; line-height: 1.45; word-break: keep-all; }
.sh-card p { font-size: 14px; color: var(--ev-text-2); line-height: 1.8; word-break: keep-all; margin-top: 8px; }
.sh-kicker {
  display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .02em;
  color: var(--ev-accent); margin-bottom: 7px;
}

/* ---------- 트랙 선택 ---------- */
.sh-track {
  display: block; width: 100%; text-align: left; cursor: pointer;
  padding: 20px; border: 1px solid var(--ev-line-strong); border-radius: var(--r-md);
  background: var(--ev-surface); color: inherit; font: inherit;
  transition: border-color .15s var(--ease), background .15s var(--ease), transform .15s var(--ease);
}
.sh-track:hover { border-color: var(--ev-accent); transform: translateY(-2px); }
.sh-track:focus-visible { outline: 2px solid var(--ev-accent); outline-offset: 3px; }
.sh-track[aria-pressed="true"] { border-color: var(--ev-accent); background: var(--ev-surface-3); }
.sh-track__mark { font-size: 22px; }
.sh-track__name { display: block; margin-top: 8px; font-size: 15.5px; font-weight: 800; word-break: keep-all; }
.sh-track__desc { display: block; margin-top: 6px; font-size: 13px; line-height: 1.7; color: var(--ev-text-2); word-break: keep-all; }

/* ---------- 단계 진행 ---------- */
.sh-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.sh-step {
  display: block; padding: 14px; border-radius: var(--r-md);
  border: 1px solid var(--ev-line); background: var(--ev-surface); min-width: 0;
}
.sh-step--done { border-color: var(--ev-mint); }
.sh-step__no { font-size: 11px; font-weight: 800; color: var(--ev-text-3); }
.sh-step__name { display: block; margin-top: 5px; font-size: 13.5px; font-weight: 700; word-break: keep-all; }
.sh-step__state { display: block; margin-top: 5px; font-size: 11.5px; color: var(--ev-text-2); }
.sh-step--done .sh-step__state { color: var(--ev-mint); }

/* ---------- 칩 ---------- */
.sh-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.sh-chip {
  padding: 8px 15px; border-radius: var(--r-pill);
  border: 1px solid var(--ev-line-strong); background: var(--ev-surface);
  color: var(--ev-text-2); font-size: 13.5px; font-weight: 700; cursor: pointer;
  font-family: inherit;
  transition: border-color .15s var(--ease), color .15s var(--ease), background .15s var(--ease);
}
.sh-chip:hover { border-color: var(--ev-accent); color: var(--ev-text); }
.sh-chip[aria-pressed="true"] { border-color: var(--ev-accent); color: var(--ev-text); background: var(--ev-surface-3); }
.sh-chip:focus-visible { outline: 2px solid var(--ev-accent); outline-offset: 2px; }

/* ---------- 폼 ---------- */
.sh-field { margin-top: 14px; }
.sh-label { display: block; font-size: 12.5px; font-weight: 800; color: var(--ev-text-2); margin-bottom: 6px; }
.sh-input, .sh-textarea {
  width: 100%; box-sizing: border-box; padding: 12px 14px;
  border: 1px solid var(--ev-line-strong); border-radius: var(--r-sm);
  background: var(--ev-surface); color: var(--ev-text);
  font-family: inherit; font-size: 14.5px; line-height: 1.8;
}
.sh-textarea { resize: vertical; min-height: 110px; }
.sh-input:focus, .sh-textarea:focus { outline: 2px solid var(--ev-accent); outline-offset: 1px; border-color: var(--ev-accent); }
.sh-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }

/* ---------- 소재 카드 ---------- */
.sh-item {
  padding: 18px; border: 1px solid var(--ev-line); border-radius: var(--r-md);
  background: var(--ev-surface); min-width: 0;
}
.sh-item__top { display: flex; gap: 10px; align-items: flex-start; flex-wrap: wrap; }
.sh-item__title { font-size: 15.5px; font-weight: 800; line-height: 1.45; word-break: keep-all; flex: 1 1 200px; min-width: 0; }
.sh-item__body { margin-top: 8px; font-size: 14px; line-height: 1.8; color: var(--ev-text-2); word-break: keep-all; white-space: pre-wrap; }
.sh-item__meta { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }

/* ---------- 문답 스레드 ---------- */
.sh-thread { margin-top: 16px; display: flex; flex-direction: column; gap: 12px; }
.sh-turn { padding: 15px 17px; border-radius: var(--r-md); border: 1px solid var(--ev-line); background: var(--ev-surface); min-width: 0; }
.sh-turn--coach { border-left: 3px solid var(--ev-accent); }
.sh-turn--me { border-left: 3px solid var(--ev-mint); background: var(--ev-surface-2); }
.sh-turn--refused { border-left: 3px solid var(--ev-gold); background: var(--ev-surface-2); }
.sh-turn__who { font-size: 11.5px; font-weight: 800; color: var(--ev-text-3); letter-spacing: .02em; }
.sh-turn__text { margin-top: 7px; font-size: 14.5px; line-height: 1.85; word-break: keep-all; white-space: pre-wrap; }
.sh-turn__why { margin-top: 9px; font-size: 12.5px; line-height: 1.7; color: var(--ev-text-3); word-break: keep-all; }

/* ---------- 계기판 ---------- */
.sh-gauge { margin-top: 14px; }
.sh-gauge__row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.sh-gauge__label { font-size: 12.5px; font-weight: 700; color: var(--ev-text-2); }
.sh-gauge__value { font-size: 1.5rem; font-weight: 900; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.sh-gauge__value--over { color: var(--ev-coral); }
.sh-gauge__bar { margin-top: 8px; }

/* ---------- 검사 결과 ---------- */
.sh-finding {
  padding: 16px 18px; border-radius: var(--r-md);
  border: 1px solid var(--ev-line); background: var(--ev-surface);
  border-left-width: 3px; min-width: 0;
}
.sh-finding--zero { border-left-color: var(--ev-coral); }
.sh-finding--deduct { border-left-color: var(--ev-gold); }
.sh-finding--check { border-left-color: var(--ev-cyan); }
.sh-finding--warn { border-left-color: var(--ev-cyan); }
.sh-finding__head { display: flex; gap: 10px; align-items: baseline; flex-wrap: wrap; }
.sh-finding__cat { font-size: 14.5px; font-weight: 800; word-break: keep-all; }
.sh-finding__quote {
  margin-top: 10px; padding: 10px 12px; border-radius: var(--r-sm);
  background: var(--ev-surface-2); font-size: 13.5px; line-height: 1.8;
  color: var(--ev-text); word-break: break-all;
}
.sh-finding__hit { font-weight: 800; color: var(--ev-coral); }
.sh-finding__why { margin-top: 9px; font-size: 13px; line-height: 1.75; color: var(--ev-text-2); word-break: keep-all; }
.sh-finding__fix { margin-top: 7px; font-size: 13px; line-height: 1.75; color: var(--ev-mint); word-break: keep-all; }
.sh-finding__src { margin-top: 9px; font-size: 11.5px; line-height: 1.7; color: var(--ev-text-3); word-break: break-all; }
.sh-list { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }

/* ---------- 스탬프 ---------- */
.sh-stamp {
  margin-top: 18px; padding: 22px; border-radius: var(--r-md);
  border: 1px solid var(--ev-line-strong); background: var(--ev-surface-2); text-align: center;
}
.sh-stamp__mark { font-size: 30px; }
.sh-stamp__text { margin-top: 8px; font-size: 17px; font-weight: 900; letter-spacing: -.02em; word-break: keep-all; }
.sh-stamp__sub { margin-top: 7px; font-size: 13px; line-height: 1.75; color: var(--ev-text-2); word-break: keep-all; }
.sh-stamp--pass { border-color: var(--ev-mint); }
.sh-stamp--hold { border-color: var(--ev-gold); }

/* ---------- 체크리스트 ---------- */
.sh-checklist { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.sh-check {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px; border: 1px solid var(--ev-line); border-radius: var(--r-sm);
  background: var(--ev-surface); min-width: 0;
}
.sh-check__mark { flex: 0 0 auto; font-size: 15px; }
.sh-check__body { min-width: 0; }
.sh-check__title { font-size: 14.5px; font-weight: 700; word-break: keep-all; }
.sh-check__desc { margin-top: 5px; font-size: 12.5px; line-height: 1.7; color: var(--ev-text-2); word-break: keep-all; }
.sh-check--ok { border-color: var(--ev-mint); }

/* ---------- 출력용 원고 ---------- */
.sh-print {
  margin-top: 16px; padding: 22px; border-radius: var(--r-md);
  border: 1px solid var(--ev-line-strong); background: var(--ev-surface);
}
.sh-print h3 { font-size: 15px; font-weight: 800; word-break: keep-all; }
.sh-print pre {
  margin-top: 10px; font-family: inherit; font-size: 14px; line-height: 1.9;
  white-space: pre-wrap; word-break: break-word; color: var(--ev-text-2);
}

/* ---------- 빈 상태 ---------- */
.sh-empty {
  margin-top: 16px; padding: 26px 20px; text-align: center;
  border: 1px dashed var(--ev-line-strong); border-radius: var(--r-md);
  color: var(--ev-text-2); font-size: 14px; line-height: 1.8; word-break: keep-all;
}

/* ---------- 표 ---------- */
.sh-tblwrap { margin-top: 14px; overflow-x: auto; }

/* ---------- 반응형 ---------- */
@media (max-width: 1100px) {
  .sh-grid, .sh-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sh-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sh-journey { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .sh-grid, .sh-grid--2, .sh-grid--4 { grid-template-columns: minmax(0, 1fr); }
  .sh-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav__inner { flex-wrap: wrap; gap: 10px; padding-block: 10px; }
  .nav { height: auto; position: static; }
  .nav__links {
    width: 100%; flex-wrap: nowrap; gap: 8px; overflow-x: auto; padding-bottom: 8px;
    font-size: .9rem; scrollbar-width: thin; scroll-snap-type: x proximity;
  }
  .nav__links a { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; scroll-snap-align: start; }
  .nav__spacer { display: none; }
  .sh-main { padding-top: 18px; }
  .sh-journey { grid-template-columns: minmax(0, 1fr); }
  .sh-journey a { min-height: auto; }
  .sh-valuebar, .sh-plan-grid { grid-template-columns: minmax(0, 1fr); }
  .sh-readiness, .sh-lifecycle { grid-template-columns: minmax(0, 1fr); }
  .sh-readiness > p { grid-column: auto; }
  .sh-membership { padding: 18px; }
  .sh-membership__head .btn { width: 100%; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .sh-track, .sh-chip, .sh-skip { transition: none; }
  .sh-track:hover { transform: none; }
  .ev-space, .ev-stars { animation: none !important; }
  html { scroll-behavior: auto !important; }
}

/* ---------- 인쇄 ---------- */
/* 하드코딩 hex 를 쓰지 않기 위해 CSS 시스템 색(Canvas/CanvasText)을 쓴다.
   인쇄 시에는 color-scheme:light 로 강제되어 흰 종이·검은 글자가 된다. */
@media print {
  .nav, .sh-actions, .ev-space, .ev-stars, .sh-noprint { display: none !important; }
  html { color-scheme: light; }
  body { background: Canvas; color: CanvasText; }
  .sh-print, .sh-print pre, .sh-note, .sh-sub, .sh-pledge__desc { color: CanvasText; }
  .sh-print { border: 1px solid CanvasText; }
}

/* Premium V5: bright education workspace shell. Service-owned override only. */
:root {
  color-scheme: light;
  --ev-void: #f6f8f7;
  --ev-deep: #ffffff;
  --ev-nebula-1: #eef7f2;
  --ev-nebula-2: #f5faf7;
  --ev-nebula-3: #edf4f0;
  --ev-surface: #ffffff;
  --ev-surface-2: #f7faf8;
  --ev-surface-3: #eef7f2;
  --ev-line: #dce5e0;
  --ev-line-strong: #c9d6cf;
  --ev-text: #17221c;
  --ev-text-2: #4d5f55;
  --ev-text-3: #74847b;
  --ev-accent: #087a55;
  --ev-accent-2: #0b8f64;
  --ev-mint: #087a55;
  --ev-cyan: #19765e;
  --ev-gold: #9b6a13;
  --ev-coral: #b83a46;
  --pl-career: #087a55;
  --r-sm: 6px;
  --r-md: 8px;
  --r-lg: 8px;
  --r-xl: 8px;
  --r-pill: 8px;
  --sh-1: 0 1px 2px rgba(23, 34, 28, .05);
  --sh-2: 0 8px 24px rgba(23, 34, 28, .08);
  --glow: none;
  --surface: var(--ev-surface);
  --surface-2: var(--ev-surface-2);
  --surface-3: var(--ev-surface-3);
  --border: var(--ev-line);
  --text: var(--ev-text);
  --muted: var(--ev-text-2);
  --accent: var(--ev-accent);
  --mint: var(--ev-mint);
  --gold: var(--ev-gold);
  --coral: var(--ev-coral);
}

body { background: var(--ev-void); color: var(--ev-text); }
.ev-space { background: linear-gradient(180deg, #ffffff 0, #f6f8f7 32%, #f6f8f7 100%); }
.ev-stars { display: none; }
.nav {
  background: rgba(255, 255, 255, .96);
  border-bottom-color: var(--ev-line);
  box-shadow: 0 1px 0 rgba(23, 34, 28, .03);
}
.logo__mark {
  border-radius: 7px;
  background: linear-gradient(145deg, #0b8f64, #087a55);
  box-shadow: none;
}
.logo__mark::after { display: none; }
.grad { background: none; color: var(--ev-text); -webkit-text-fill-color: currentColor; }
.btn { border-radius: 7px; box-shadow: none; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--ev-accent); color: #ffffff; box-shadow: none; }
.btn--primary:hover { background: #066646; filter: none; }
.btn--ghost { background: #ffffff; border-color: var(--ev-line-strong); }
.btn--gold { background: #fff7e7; border-color: #ead4aa; color: #67450d; box-shadow: none; }
.badge, .egg { border-radius: 7px; }
.badge--accent { background: #eef7f2; border-color: #bdd8ca; color: #087a55; }
.badge--mint { background: #eef7f2; border-color: #bdd8ca; color: #087a55; }
.badge--gold, .egg { background: #fff8ea; border-color: #ead7ae; color: #80540d; }
.badge--coral { background: #fff2f3; border-color: #edc9cd; color: #a32e39; }
.card { backdrop-filter: none; -webkit-backdrop-filter: none; }
.bar, .sh-progress { background: #e8efeb; border-radius: 4px; }
.bar__fill, .bar__fill--mint, .sh-progress span { background: var(--ev-accent); border-radius: 4px; }
.sh-main { padding-top: 34px; }
.sh-sec { margin-top: 48px; }
.sh-card, .sh-item, .sh-turn, .sh-finding, .sh-check, .sh-print, .sh-empty,
.sh-track, .sh-step, .sh-plan, .sh-faq details, .sh-lifecycle li,
.sh-privacy-note, .sh-pledge, .sh-stamp, .sh-membership {
  box-shadow: 0 1px 2px rgba(23, 34, 28, .04);
}
.sh-card:hover, .sh-track:hover { border-color: #aabbb2; }
.sh-legal-footer { background: #eef3f0; }
.sh-legal-footer a { color: var(--ev-accent); }
.sh-main :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #26a979;
  outline-offset: 3px;
}

#shs-storage-notice {
  width: min(100% - 40px, var(--wrap));
  margin: 36px auto 56px;
  padding: 0;
}
#shs-storage-notice .card {
  display: grid;
  gap: 9px;
  padding: 20px 22px;
}
#shs-storage-notice h2 { font-size: 1.08rem; }
#shs-storage-notice p {
  max-width: 76ch;
  color: var(--ev-text-2);
  overflow-wrap: anywhere;
  word-break: keep-all;
}
#shs-storage-notice .btn { width: fit-content; margin-top: 4px; }

@media (max-width: 720px) {
  .wrap, .nav__inner { width: min(100% - 28px, var(--wrap)); }
  .sh-main { padding-top: 22px; padding-bottom: 56px; }
  .sh-sec { margin-top: 36px; }
  .nav__links { background: #ffffff; }
  .btn { min-height: 44px; }
  #shs-storage-notice {
    width: min(100% - 28px, var(--wrap));
    margin-block: 28px 40px;
  }
  #shs-storage-notice .card { padding: 18px; }
  #shs-storage-notice .btn { width: 100%; white-space: normal; }
}
