:root { color-scheme: dark; font-family: Pretendard, sans-serif; color: #e8edf5; background: #0d0f12; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: #79a6ff; }
a:focus-visible { outline: 2px solid #79a6ff; outline-offset: 5px; border-radius: 3px; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 10; background: #165ef0; padding: 16px; }
.skip-link:focus { top: 16px; }
.legal-header { display: flex; align-items: center; justify-content: space-between; padding-block: 25px; border-bottom: 1px solid #272c35; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; font-size: 24px; letter-spacing: -1px; text-decoration: none; }
.brand img { border-radius: 9px; }
.live-link { font-size: 14px; text-decoration: none; padding: 12px 16px; border: 1px solid #384251; border-radius: 99px; }
.legal-hero { padding-block: 76px 46px; }
.eyebrow { color: #79a6ff; font-size: 12px; letter-spacing: 2px; font-weight: 650; }
h1 { font-size: clamp(38px, 5.6vw, 64px); letter-spacing: -2.5px; line-height: 1.2; margin: 24px 0; }
h1 span { color: #a8b3c5; }
.lead { color: #bac3d1; line-height: 1.7; font-size: 18px; }
.version { color: #9ba6b6; font-size: 13px; margin-top: 30px; }
.version span { margin-inline: 10px; }
.key-points { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid #30394a; background: #131923; }
.key-points > div { padding: 28px; }
.key-points > div + div { border-left: 1px solid #30394a; }
.number { color: #79a6ff; font-variant-numeric: tabular-nums; font-size: 13px; }
.key-points h2 { font-size: 18px; margin: 14px 0 10px; }
.key-points p { font-size: 14px; line-height: 1.7; color: #bac3d1; margin: 0; word-break: keep-all; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 70px; padding-block: 60px 80px; }
.toc { position: sticky; top: 28px; align-self: start; }
.toc ol { padding-left: 20px; color: #a8b3c5; font-size: 13px; line-height: 1.7; }
.toc li { padding: 6px 0; }
.toc a { text-decoration: none; }
.terms section { padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid #272c35; }
.terms section:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; }
.section-number { color: #79a6ff; font-size: 12px; margin: 0 0 10px; }
.terms h2 { font-size: 25px; letter-spacing: -.7px; margin: 0 0 22px; }
.terms p:not(.section-number) { font-size: 16px; line-height: 1.95; color: #bec7d5; word-break: keep-all; overflow-wrap: anywhere; }
.terms strong { color: #f4f7fc; font-weight: 650; }
.terms h3 { font-size: 19px; margin: 32px 0 14px; line-height: 1.5; letter-spacing: -.3px; }
.research-notice { border-left: 3px solid #79a6ff; background: #131923; padding: 8px 20px; border-radius: 0 8px 8px 0; }
.research-data { margin: 24px 0; border: 1px solid #30394a; border-radius: 12px; overflow: hidden; }
.research-data > div { padding: 22px; }
.research-data > div + div { border-top: 1px solid #30394a; }
.research-data dt { color: #8cb1ff; font-weight: 650; font-size: 16px; margin-bottom: 12px; }
.research-data dd { margin: 0; color: #bec7d5; font-size: 15px; line-height: 1.9; word-break: keep-all; overflow-wrap: anywhere; }
.consent-wording { border: 1px solid #30394a; border-radius: 10px; padding: 20px; background: #131923; }
.terms a { color: #8cb1ff; }
.contact-list { border: 1px solid #30394a; border-radius: 12px; padding: 12px 22px; }
.contact-list > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); padding-block: 12px; gap: 12px; font-size: 14px; }
.contact-list dt { color: #9ba6b6; }
.contact-list dd { margin: 0; overflow-wrap: anywhere; }
.terms p.effective { margin-top: 28px; font-size: 14px; }
.legal-footer { display: flex; flex-wrap: wrap; gap: 18px 28px; color: #9ba6b6; padding-block: 25px 36px; border-top: 1px solid #272c35; font-size: 13px; }
.legal-footer span { margin-right: auto; }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 36px); }
  .legal-header { padding-block: 18px; }
  .legal-hero { padding-block: 42px 30px; }
  h1 { letter-spacing: -1.7px; }
  .lead { font-size: 16px; }
  .key-points { grid-template-columns: 1fr; }
  .key-points > div { padding: 22px; }
  .key-points > div + div { border-left: 0; border-top: 1px solid #30394a; }
  .legal-layout { grid-template-columns: 1fr; gap: 24px; padding-top: 32px; }
  .toc { position: static; border-bottom: 1px solid #272c35; padding-bottom: 16px; }
  .toc ol { columns: 2; column-gap: 28px; }
  .toc li { break-inside: avoid; }
  .terms h2 { font-size: 22px; }
  .terms p:not(.section-number) { font-size: 15px; line-height: 1.9; }
  .contact-list { padding-inline: 16px; }
  .contact-list > div { grid-template-columns: 95px minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  :root, body { background: white; color: black; }
  .wrap { width: 100%; }
  .legal-header, .toc, .key-points, .legal-footer { display: none; }
  .legal-hero { padding: 0 0 24px; }
  h1 { font-size: 32px; }
  .legal-layout { display: block; padding: 0; }
  h1 span, .terms p:not(.section-number), .terms strong, .terms a { color: black; }
  .terms h2 { break-after: avoid; }
}
