:root {
  --ink: #17191d;
  --muted: #656b73;
  --paper: #f7f8fa;
  --white: #ffffff;
  --line: #dfe2e6;
  --red: #e83b45;
  --red-dark: #be202b;
  --green: #087f5b;
  --yellow: #f4c84a;
  --soft-blue: #eaf1ff;
  --max: 540px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #e9ecef;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: 100%; max-width: var(--max); margin: 0 auto; padding-right: 22px; padding-left: 22px; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 1000; padding: 12px 16px; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 12px; }

.market-update {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}
.market-update time { color: #aeb4bc; font-weight: 500; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #4bd89f; box-shadow: 0 0 0 4px rgba(75,216,159,.13); }
.site-header { background: var(--paper); }
.site-header.compact { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 900; }
.brand.centered { justify-content: center; }
.brand-mark { width: 27px; height: 27px; display: inline-flex; align-items: flex-end; gap: 3px; padding: 5px; background: var(--red); }
.brand-mark i { width: 4px; background: var(--white); }
.brand-mark i:nth-child(1) { height: 7px; }
.brand-mark i:nth-child(2) { height: 13px; }
.brand-mark i:nth-child(3) { height: 10px; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid var(--ink); font-size: 13px; font-weight: 800; transition: transform .18s ease, background-color .18s ease, color .18s ease, opacity .18s ease; }

.hero { background: var(--paper); padding: 34px 0 46px; overflow: hidden; }
.eyebrow, .section-index { margin: 0 0 16px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: 1.4px; }
.hero h1 { margin: 0; font-size: 44px; line-height: 1.11; font-weight: 900; letter-spacing: 0; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-copy { margin: 22px 0 24px; color: #4f555d; font-size: 16px; line-height: 1.75; }
.primary-cta {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 19px;
  background: var(--red);
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(232,59,69,.2);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.primary-cta:active { background: var(--red-dark); transform: scale(.985); }
.arrow { font-size: 22px; transition: transform .18s ease; }
.cta-caption { margin: 11px 0 0; color: #626971; text-align: center; font-size: 13px; }
.trust-strip { display: grid; gap: 1px; margin-top: 24px; border: 1px solid var(--line); background: var(--line); }
.trust-strip div { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 48px; padding: 10px 13px; background: var(--white); }
.trust-strip span { color: #666d75; font-size: 13px; }
.trust-strip strong { color: var(--ink); font-size: 13px; text-align: right; }

.market-visual { position: relative; margin-top: 36px; padding: 20px; background: var(--white); border: 1px solid #e1e4e8; box-shadow: 0 20px 45px rgba(29,34,42,.1); }
.visual-photo { display: block; height: auto; margin: -20px -20px 18px; width: calc(100% + 40px); max-width: none; object-fit: cover; aspect-ratio: 867 / 460; object-position: center; }
.section-figure { margin: 0 0 28px; }
.section-figure img { display: block; width: 100%; height: auto; border: 1px solid var(--line); aspect-ratio: 940 / 500; object-fit: cover; }
.section-figure figcaption { margin-top: 8px; color: #8a9098; font-size: 11px; }
.section-figure.dark img { border-color: #3a3e44; }
.section-figure.dark figcaption { color: #8f959d; }
/* decorative corner accent removed */
.visual-topline { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.visual-kicker { display: block; color: #69717a; font-size: 11px; font-weight: 900; letter-spacing: 1.2px; }
.visual-topline strong { display: block; margin-top: 3px; font-size: 20px; }
.sample-badge { padding: 5px 8px; background: #f1f3f5; color: #616870; font-size: 11px; font-weight: 800; }
.chain-flow { display: grid; justify-items: center; gap: 7px; margin: 24px 0 14px; }
.chain-flow > i { color: var(--red); font-size: 17px; font-style: normal; font-weight: 900; line-height: 1; }
.chain-step { width: 100%; padding: 13px 14px; border: 1px solid #dce0e5; background: #f7f8fa; }
.chain-step span, .chain-step strong { display: block; }
.chain-step > span { color: #69717a; font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.chain-step strong { margin-top: 4px; font-size: 14px; }
.chain-step.accent { border-color: #efc2c6; background: #fff1f2; }
.chain-step.split { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 5px; padding: 0; border: 0; background: transparent; }
.chain-step.split span { min-height: 46px; display: flex; align-items: center; justify-content: center; padding: 5px; background: var(--ink); color: var(--white); text-align: center; font-size: 10px; letter-spacing: 0; }
.visual-caption { margin: 0; color: #626971; font-size: 12px; }

.content-band, .principles, .latest, .risk-notice { padding: 58px 0; background: var(--white); }
.content-band h2, .principles h2, .latest h2, .subscribe h2 { margin: 0; font-size: 31px; line-height: 1.28; font-weight: 900; }
.section-lead { margin: 18px 0 34px; color: var(--muted); }
.table-scroll { width: 100%; }
.supply-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--ink); }
.supply-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.supply-table tbody, .supply-table tr, .supply-table td { display: block; }
.supply-table tr { margin-bottom: 12px; padding: 16px; border: 1px solid var(--line); background: #fafbfc; }
.supply-table td { display: grid; grid-template-columns: 105px minmax(0,1fr); gap: 10px; padding: 7px 0; color: #565c64; font-size: 13px; vertical-align: top; }
.supply-table td::before { content: attr(data-label); color: #858b94; font-size: 10px; font-weight: 800; }
.supply-table td strong { color: var(--ink); font-size: 14px; }
.layer-tag { display: inline-flex; width: fit-content; padding: 3px 7px; background: var(--soft-blue); color: #315a9f; font-size: 10px; font-weight: 900; }
.evidence-note { margin: 18px 0 0; padding: 15px; border-left: 4px solid var(--yellow); background: #fff8df; color: #57534c; font-size: 13px; }

.principles { background: var(--ink); color: var(--white); }
.principles .section-index { color: var(--yellow); }
.principle-grid { display: grid; gap: 1px; margin-top: 30px; background: #3a3e44; }
.principle-grid article { padding: 24px 20px; background: #21242a; }
.principle-grid article > span { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; background: var(--yellow); color: var(--ink); font-weight: 900; }
.principle-grid h3 { margin: 0 0 7px; font-size: 17px; }
.principle-grid p { margin: 0; color: #b7bcc4; font-size: 14px; }
.source-strip { display: flex; flex-direction: column; gap: 7px; margin-top: 22px; padding: 16px; border: 1px solid #3a3e44; color: #c7cbd1; font-size: 13px; }
.source-strip > span:first-child { color: var(--yellow); font-weight: 900; }
.source-strip a { min-height: 34px; display: inline-flex; align-items: center; color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.latest { background: #f1f3f5; }
.section-heading-row { margin-bottom: 24px; }
.article-list { border-top: 2px solid var(--ink); }
.article-row { border-bottom: 1px solid #cfd3d8; }
.article-row > a { min-height: 144px; display: block; padding: 20px 2px; }
.article-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #747a82; font-size: 11px; }
.article-meta span { color: var(--red); font-weight: 800; }
.article-row h3 { margin: 9px 0 13px; font-size: 18px; line-height: 1.45; }
.read-more { color: #5b6169; font-size: 12px; font-weight: 800; }
.read-more i { margin-left: 5px; color: var(--red); font-style: normal; }

.subscribe { padding: 54px 0 60px; background: #eef1f4; color: var(--ink); }
.subscribe .section-index { color: var(--red); }
.subscribe-intro { margin: 14px 0 26px; color: #565e67; font-size: 15px; }
.destination-panel { padding: 22px 18px; border: 1px solid #d7dce1; background: var(--white); }
.assessment-kicker { margin: 0 0 8px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.destination-panel h3 { margin: 0; color: var(--ink); font-size: 23px; line-height: 1.4; }
.assessment-description { margin: 10px 0 20px; color: #565e67; font-size: 15px; line-height: 1.7; }
.result-benefits { margin: 18px 0 22px; padding: 15px 16px 15px 36px; border: 1px solid var(--line); background: #f7f8fa; color: #4f5861; font-size: 14px; line-height: 1.75; }
.result-benefits li + li { margin-top: 5px; }
.destination-cta { margin-top: 0; box-shadow: none; }
.destination-panel .destination-disclosure { margin-bottom: 0; border-color: #d5dae0; background: #f1f3f5; color: #4c555e; font-size: 13px; word-break: break-word; }
.operator-trust { display: flex; flex-direction: column; gap: 4px; margin-top: 18px; padding: 15px 17px; border-top: 2px solid var(--ink); background: var(--white); color: #555e67; font-size: 13px; }
.operator-trust strong { color: var(--ink); font-size: 14px; }
.operator-trust a { color: #9f1d27; text-decoration: underline; text-underline-offset: 3px; }
.subscribe-form { position: relative; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field-label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.email-field { display: grid; grid-template-columns: minmax(0,1fr); min-height: 56px; }
.email-field input { min-width: 0; width: 100%; border: 0; padding: 0 15px; background: var(--white); color: var(--ink); border-radius: 0; outline: 0; }
.email-field input:focus { box-shadow: inset 0 0 0 3px var(--ink); }
.subscribe-submit { width: 100%; min-height: 54px; margin-top: 14px; border: 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 16px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 900; cursor: pointer; }
.subscribe-submit[disabled] { opacity: .65; cursor: wait; }
.continue-without-form { width: 100%; min-height: 52px; margin-top: 10px; border: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 16px; background: var(--white); color: var(--ink); font-size: 13px; font-weight: 900; text-decoration: none; }
.continue-without-form:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.consent { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 8px; margin-top: 16px; font-size: 12px; line-height: 1.55; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ink); }
.modal-consent { color: var(--muted); }
.modal-consent a { text-decoration: underline; text-underline-offset: 2px; }
.form-policy { margin: 10px 0 0; color: #ffdadd; font-size: 10px; }
.form-policy a { text-decoration: underline; text-underline-offset: 2px; }
.destination-disclosure { margin: 12px 0 0; padding: 10px 12px; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.14); color: #fff; font-size: 11px; line-height: 1.55; overflow-wrap: anywhere; }
.destination-disclosure strong { margin-right: 5px; }
.form-status { min-height: 24px; margin: 12px 0 0; padding: 0; font-size: 12px; font-weight: 800; }
.form-status.is-success { color: #fff6b9; }
.form-status.is-error { color: #ffd0d3; }


.fresh-flag { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; padding: 11px 14px; background: rgba(0,0,0,.16); font-size: 13px; font-weight: 800; line-height: 1.4; }
.fresh-dot { flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%; background: #4bd89f; box-shadow: 0 0 0 4px rgba(75,216,159,.22); }

.subscribe .primary-cta { background: var(--ink); box-shadow: 0 8px 20px rgba(0,0,0,.28); }
.subscribe .primary-cta:active { background: #000; }
.cta-external { margin-top: 4px; }

.subscribe-benefits { list-style: none; margin: 12px 0 26px; padding: 0; }.subscribe-benefits li { position: relative; padding: 9px 0 9px 22px; color: #ffe8ea; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.12); }
.subscribe-benefits li::before { content: "✓"; position: absolute; left: 0; color: #fff6b9; font-weight: 900; }
.subscribe-benefits li:last-child { border-bottom: 0; }

.faq { padding: 58px 0; background: var(--paper); }
.faq-list { margin-top: 24px; border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 56px; padding: 14px 2px; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex-shrink: 0; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; background: #f1f3f5; color: var(--ink); font-size: 18px; font-weight: 700; }
.faq-list details[open] > summary::after { content: "−"; }
.faq-list details p { margin: 0 0 18px; padding: 0 2px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-list details a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

.risk-notice { background: #fff7dc; }
.risk-notice h2 { margin: 0 0 12px; font-size: 17px; }
.risk-notice p { margin: 0; color: #62605a; font-size: 12px; }
/* ── footer CTA block ── */
.footer-cta-block { margin: 24px 0; padding: 20px; background: rgba(255,255,255,.04); border: 1px solid #30343a; }
.footer-cta-btn { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 18px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 900; transition: transform .18s ease, background-color .18s ease, opacity .18s ease; }
.footer-cta-btn span:last-child { transition: transform .18s ease; }
.footer-cta-btn:active { opacity: .88; transform: scale(.985); }
.footer-cta-note { margin: 10px 0 0; color: #aeb4bc; font-size: 12px; text-align: center; }

/* ── article subscribe CTA block ── */
.article-subscribe-cta { margin: 36px 0 0; padding: 24px; background: var(--accent); }
.article-subscribe-label { margin: 0 0 14px; font-size: 13px; font-weight: 800; color: rgba(255,255,255,.8); }
.article-subscribe-cta .primary-cta { background: #fff; color: var(--ink); }
.article-subscribe-cta .cta-caption { color: rgba(255,255,255,.5); }

.site-footer { padding: 40px 0 max(40px, env(safe-area-inset-bottom)); background: #111317; color: #b9bec5; }
.footer-brand { display: inline-block; color: var(--white); font-size: 18px; font-weight: 900; }
.footer-note { margin: 15px 0 22px; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 18px 0; border-top: 1px solid #30343a; border-bottom: 1px solid #30343a; }
.footer-links a { min-height: 34px; display: inline-flex; align-items: center; color: #e4e6e9; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.operator-info { display: flex; flex-direction: column; gap: 4px; margin-top: 18px; font-size: 12px; }
.copyright { margin: 18px 0 0; color: #8d949c; font-size: 11px; }

.floating-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; }
.floating-cta-inner { width: 100%; max-width: var(--max); margin: 0 auto; display: flex; align-items: center; gap: 12px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(23,25,29,.97); border-top: 1px solid #30343a; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
.floating-cta-text { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.floating-cta-text strong { color: var(--white); font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.floating-cta-text span { margin-top: 2px; color: #c2c7cd; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.floating-cta-btn { flex-shrink: 0; max-width: 60%; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; background: var(--red); color: var(--white); font-size: 14px; font-weight: 900; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: transform .18s ease, background-color .18s ease, opacity .18s ease; }
.floating-cta-btn:active { background: var(--red-dark); transform: scale(.985); }
.header-cta:focus-visible, .primary-cta:focus-visible, .footer-cta-btn:focus-visible, .floating-cta-btn:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.header-cta, .primary-cta, .footer-cta-btn, .floating-cta-btn { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
[data-cta].is-leaving { pointer-events: none; opacity: .72; }
.landing-page { padding-bottom: 74px; }
.article-page, .listing-body { padding-bottom: 74px; }

.article-page, .error-page { background: var(--paper); }.listing-page { min-height: 62vh; padding: 42px 0 64px; background: #f1f3f5; }
.listing-page h1 { margin: 0 0 28px; font-size: 32px; line-height: 1.3; }
.listing-page .article-list { background: var(--white); border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.listing-page .article-row { padding-right: 16px; padding-left: 16px; }
.empty-state { padding: 30px 0; color: var(--muted); }
.pagebar { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.pagebar a, .pagebar span { min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid #cfd3d8; background: var(--white); font-size: 12px; }
.pagebar .now-page { border-color: var(--ink); background: var(--ink); color: var(--white); }
.article-main { min-height: 60vh; padding: 38px 0 58px; background: var(--white); }
.article-content h1 { margin: 12px 0 30px; font-size: 34px; line-height: 1.25; }
.article-body { font-size: 16px; line-height: 1.85; }
.article-body h2 { margin: 36px 0 12px; font-size: 24px; line-height: 1.35; }
.article-body h3 { margin: 30px 0 10px; font-size: 20px; }
.article-body p { margin: 0 0 19px; }
.article-body img { max-width: 100%; height: auto; display: block; margin: 24px 0; }
.article-body a { color: #b8222d; text-decoration: underline; text-underline-offset: 3px; }
.article-body blockquote { margin: 24px 0; padding: 16px 18px; border-left: 4px solid var(--yellow); background: #f7f8fa; color: #555b63; }
.article-disclaimer { margin-top: 42px; padding: 18px; background: #fff7dc; border-left: 4px solid var(--yellow); }
.article-disclaimer strong { font-size: 13px; }
.article-disclaimer p { margin: 6px 0 0; color: #66635c; font-size: 12px; }
.error-main { min-height: 70vh; display: flex; align-items: center; padding: 60px 0; text-align: center; }
.error-code { margin: 40px 0 0; color: var(--red); font-size: 72px; line-height: 1; font-weight: 900; }
.error-main h1 { margin: 12px 0 8px; font-size: 26px; }
.error-main p:not(.error-code) { margin: 0 0 28px; color: var(--muted); }
.error-main .primary-cta { max-width: 300px; margin: 0 auto; }

.legal-page { background: var(--paper); }
.legal-main { min-height: 65vh; padding: 38px 0 60px; background: var(--white); }
.legal-main h1 { margin: 0 0 8px; font-size: 32px; line-height: 1.3; }
.legal-updated { margin: 0 0 32px; color: var(--muted); font-size: 12px; }
.legal-content h2 { margin: 32px 0 10px; font-size: 20px; }
.legal-content p, .legal-content li { color: #4e545c; font-size: 14px; }
.legal-content ul { padding-left: 20px; }
.legal-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 12px; }
.legal-table th, .legal-table td { padding: 12px 9px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { width: 32%; background: #f4f5f7; }
.operator-warning { padding: 14px; border: 1px solid #d99800; background: #fff7dc; color: #5d4b18; font-size: 12px; }
.unsubscribe-form { margin-top: 24px; }

@media (min-width: 541px) {
  body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: #e5e8eb; }
  body > :not(.skip-link), main > section { max-width: var(--max); margin-right: auto; margin-left: auto; }
  .hero h1 { font-size: 52px; }
}
@media (hover: hover) {
  .header-cta:hover, .primary-cta:hover, .footer-cta-btn:hover, .floating-cta-btn:hover { transform: translateY(-2px); }
  .header-cta:hover { background: var(--ink); color: var(--white); }
  .primary-cta:hover, .floating-cta-btn:hover { background: var(--red-dark); }
  .primary-cta:hover .arrow, .footer-cta-btn:hover span:last-child { transform: translateX(4px); }
}
@media (max-width: 360px) {
  .shell { padding-right: 17px; padding-left: 17px; }
  .hero h1 { font-size: 38px; }
  .email-field input { min-height: 54px; }
  .visual-metrics strong { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.phone-field { display: grid; margin-top: 14px; }
.phone-field input { min-height: 56px; min-width: 0; width: 100%; border: 0; padding: 0 15px; background: var(--white); color: var(--ink); border-radius: 0; outline: 0; font: inherit; }
.phone-field input:focus { box-shadow: inset 0 0 0 3px var(--ink); }
.optional-tag { font-weight: 500; opacity: .72; font-size: 11px; }
