:root {
  color-scheme: dark;
  --ink: #172a28;
  --night: #142524;
  --deep: #101c20;
  --paper: #eeeade;
  --muted-paper: #cacfc4;
  --mint: #c0d6b4;
  --gold: #d9b46f;
  --line: #41534a;
  --paper-line: #c9cabc;
  --page-padding: clamp(22px, 5.5vw, 92px);
  font-family: "Noto Sans CJK KR", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--night); color: var(--paper); line-height: 1.75; word-break: keep-all; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 5px; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
.paper a:focus-visible, .paper summary:focus-visible { outline-color: #315e46; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.25; letter-spacing: -.055em; }
h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 800; text-wrap: balance; }
h3 { font-size: 22px; font-weight: 700; }
strong { font-weight: 750; }
em { font-style: normal; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 10; padding: 12px 20px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 12px; }
.site-header { max-width: 1600px; margin-inline: auto; min-height: 96px; padding: 20px var(--page-padding); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 2px; font-size: 28px; font-weight: 900; letter-spacing: -.085em; line-height: 1; text-decoration: none; white-space: nowrap; }
.brand > span:first-child { color: var(--mint); }
.brand .brand-caption { font-size: 10px; line-height: 1.45; letter-spacing: .12em; margin-left: 20px; max-width: 50px; white-space: normal; color: var(--muted-paper); }
.site-header nav { display: flex; flex-wrap: wrap; gap: 10px 30px; font-size: 13px; font-weight: 600; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.site-header nav a:hover { color: var(--mint); text-decoration: underline; }
main, .site-footer { max-width: 1600px; margin-inline: auto; }
.hero { padding: 38px var(--page-padding) 0; display: grid; grid-template-columns: 1fr 1fr; position: relative; isolation: isolate; overflow: hidden; }
.hero-copy { align-self: center; padding: 30px 0 56px; z-index: 2; }
.eyebrow { font-size: 11px; letter-spacing: .15em; font-weight: 700; line-height: 1.5; margin-bottom: 24px; }
.hero .eyebrow { color: var(--mint); }
.tiny-cross { display: inline-block; font-size: 18px; line-height: 1; margin-right: 8px; vertical-align: -2px; }
h1 { font-size: clamp(58px, 7.2vw, 100px); font-weight: 900; line-height: 1.13; }
h1 em { color: var(--mint); }
.hero-intro { font-size: clamp(18px, 1.9vw, 24px); line-height: 1.65; margin-top: 28px; color: var(--muted-paper); letter-spacing: -.035em; }
.hero-intro strong { color: var(--paper); }
.hero-format { margin-top: 20px; font-size: 12px; color: var(--muted-paper); }
.hero-format span { padding-inline: 9px; color: var(--mint); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 14px 24px; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: -.02em; }
.button span { font-size: 22px; line-height: 1; font-weight: 500; }
.button-mint { color: var(--ink); background: var(--mint); border: 1px solid var(--mint); }
.button-mint:hover { background: var(--paper); border-color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 13px; }
.hero-art { position: relative; align-self: end; min-width: 0; margin-left: -18%; padding-top: 18px; }
.hero-art img { position: relative; z-index: 1; width: 100%; max-height: 630px; object-fit: contain; object-position: center bottom; }
.hero-watermark { position: absolute; z-index: -1; inset: -6% -12% 0 4%; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(420px, 50vw, 690px); font-weight: 900; line-height: 1; text-align: center; color: #223831; transform: rotate(-8deg); overflow-wrap: normal; }
.art-caption { position: absolute; z-index: 2; right: 0; bottom: 38px; writing-mode: vertical-rl; font-size: 10px; letter-spacing: .08em; background: var(--night); padding: 10px 7px; }
.art-caption span { color: var(--mint); margin-bottom: 8px; }
.hero-footer { grid-column: 1/-1; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; font-size: 11px; color: var(--muted-paper); }
.hero-footer a { text-decoration: none; display: inline-flex; align-items: center; min-height: 36px; gap: 16px; }
.section { padding: clamp(66px, 7vw, 108px) var(--page-padding); }
.paper { color-scheme: light; background: var(--paper); color: var(--ink); }
.paper .eyebrow { color: #486252; }
.section-heading { display: grid; grid-template-columns: 1.12fr 1fr; align-items: end; gap: 32px 72px; margin-bottom: 52px; }
.section-heading > p { font-size: 16px; max-width: 40em; color: var(--muted-paper); }
.paper .section-heading > p { color: #4c5e53; }
.start-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--paper-line); }
.start-list li { display: grid; grid-template-columns: 66px 1fr; align-items: start; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--paper-line); }
.step-number { font-size: 14px; font-weight: 700; line-height: 1.7; padding-top: 3px; color: #4c6552; }
.start-list h3 { margin-bottom: 9px; }
.start-list p { font-size: 15px; color: #4c5e53; }
.menu-label { display: inline; font-size: .88em; font-weight: 800; color: var(--ink); border-bottom: 1px solid #728b6a; padding-bottom: 2px; overflow-wrap: anywhere; }
.training-heading { margin: 44px 0 22px; display: flex; flex-wrap: wrap; gap: 12px 30px; align-items: baseline; justify-content: space-between; }
.training-heading h3 { font-size: 18px; }
.training-heading > span { font-size: 12px; color: #4c5e53; }
.training-path { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); row-gap: 14px; list-style: none; padding: 0; margin: 0; }
.training-path li { padding: 18px 14px; border-top: 3px solid #819578; border-left: 1px solid var(--paper-line); display: flex; flex-direction: column; align-items: start; gap: 8px; }
.training-path li:nth-child(5n + 1) { border-left: none; padding-left: 0; }
.training-path li:last-child { padding-right: 0; }
.training-path strong { font-size: 16px; }
.training-path li > span:last-child { font-size: 12px; color: #4c5e53; }
:is(.tutorial-infographic, .quickstart-infographic) figure { width: min(100%, 640px); margin: 24px auto 0; }
:is(.tutorial-infographic, .quickstart-infographic) figcaption { padding-top: 14px; font-size: 13px; color: #4c5e53; }
:is(.tutorial-infographic, .quickstart-infographic) figcaption .text-link { display: inline-flex; margin-top: 10px; }
.quickstart-infographic { margin-bottom: 36px; }
.stage-type { font-size: 10px; font-weight: 600; color: #325b3f; }
.stage-type.knowledge { color: #71592e; }
.section-note { font-size: 13px; color: #4c5e53; margin-top: 20px; max-width: 72em; }
.role-section { background: var(--deep); }
.role-section > .section-heading .eyebrow { color: var(--gold); }
.roles { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.role { min-width: 0; }
.role-art { aspect-ratio: 1.2; padding: 0 16px; overflow: hidden; background: #17292a; }
.role-king .role-art { background: #272d29; }
.role-art img { height: 100%; width: 100%; object-fit: contain; object-position: center bottom; }
.role-copy { padding: 28px 0 0; }
.role-copy .eyebrow { margin-bottom: 14px; color: var(--mint); }
.role-king .eyebrow { color: var(--gold); }
.role-copy h3 { font-size: 34px; display: flex; align-items: baseline; gap: 18px; margin-bottom: 16px; }
.role-copy h3 span { font-size: 11px; letter-spacing: .1em; color: var(--muted-paper); }
.role-copy > p:not(.eyebrow) { font-size: 15px; color: var(--muted-paper); }
.role-copy .role-rule { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--paper); }
details { border-block: 1px solid var(--line); font-size: 14px; }
summary { cursor: pointer; padding: 19px 4px; min-height: 58px; font-weight: 650; }
summary:hover { color: var(--mint); }
details > div { padding: 0 4px 22px; max-width: 78em; }
details > div > p + p { margin-top: 12px; }
.role-details { margin-top: 34px; color: var(--muted-paper); }
.role-details strong, .role-details summary { color: var(--paper); }
.role-details summary:hover { color: var(--mint); }
.paper-details { border-color: var(--paper-line); margin-top: 30px; color: #4c5e53; }
.paper-details summary { color: var(--ink); }
.paper-details summary:hover { color: #315e46; }
.round-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--ink); }
.round-list li { display: grid; grid-template-columns: 66px 1fr 150px; align-items: start; gap: 20px; border-bottom: 1px solid var(--paper-line); padding: 26px 0; }
.round-index { font-size: 26px; line-height: 1.2; font-weight: 500; color: #596d50; }
.round-list h3 { margin-bottom: 10px; }
.round-list p { font-size: 14px; color: #4c5e53; max-width: 48em; }
.duration { text-align: right; font-size: 14px; font-weight: 700; padding-top: 2px; }
.round-end { margin-top: 22px; font-size: 13px; color: #4c5e53; }
.round-end > span { padding-right: 14px; font-size: 20px; color: #315e46; }
.round-end strong { color: var(--ink); }
.vote-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 80px); align-items: center; background: #192d2d; }
.vote-art { min-width: 0; }
.vote-copy .eyebrow { color: var(--mint); }
.vote-copy > p:not(.eyebrow) { margin-top: 24px; font-size: 15px; color: var(--muted-paper); }
.vote-scores { margin: 30px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #536358; padding-top: 20px; gap: 12px; }
.vote-scores dt { font-size: 12px; color: var(--muted-paper); }
.vote-scores dd { font-size: clamp(30px, 3vw, 45px); font-weight: 600; margin: 4px 0 0; letter-spacing: -.04em; color: var(--mint); line-height: 1.3; }
.vote-scores > div:nth-child(2) dd { color: #e0b29d; }
.vote-scores > div:last-child dd { color: var(--paper); }
.vote-scores dd span { font-size: 13px; font-weight: 500; margin-left: 4px; }
.vote-copy > p.small-note { font-size: 12px; }
.controls-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.control-group-title { font-size: 17px; margin-bottom: 24px; padding-bottom: 15px; border-bottom: 2px solid var(--ink); }
.controls { margin: 0; }
.controls > div { display: grid; grid-template-columns: minmax(90px, 1fr) minmax(0, 1.8fr); gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--paper-line); font-size: 13px; min-height: 64px; }
.controls dt { font-weight: 650; }
.controls dd { margin: 0; text-align: right; line-height: 2.2; }
kbd { display: inline-block; font-family: inherit; font-size: 11px; font-weight: 700; line-height: 1.55; border: 1px solid #a6b2a3; border-bottom-width: 2px; border-radius: 3px; padding: 3px 7px; vertical-align: 1px; white-space: nowrap; }
.vote-copy kbd { border-color: #819579; color: var(--paper); }
.advanced-controls p:last-child { font-size: 13px; }
.lobby-section { background: #c0d6b4; color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.lobby-section .eyebrow { color: #345d40; }
.lobby-section h2 { margin-bottom: 24px; }
.lobby-section p { max-width: 34em; font-size: 15px; }
.lobby-checklist { border-top: 2px solid var(--ink); padding-top: 24px; }
.lobby-checklist h3 { font-size: 19px; }
.lobby-checklist ul { list-style: none; padding: 0; margin: 22px 0; }
.lobby-checklist li { position: relative; padding: 10px 0 10px 25px; font-size: 14px; border-bottom: 1px solid #96b088; }
.lobby-checklist li::before { content: "✓"; position: absolute; left: 0; font-weight: 700; }
.lobby-checklist p { font-size: 12px; color: #35533e; }
.download-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(32px, 7vw, 112px); align-items: center; }
.download-description { margin-top: 26px; max-width: 36em; font-size: 15px; color: #4c5e53; }
.download-meta { margin-top: 18px; font-size: 12px; color: #4c5e53; }
.button-dark { background: var(--ink); color: var(--paper); border: 1px solid var(--ink); }
.button-dark:hover { background: #36583d; border-color: #36583d; }
.poster-preview { display: block; max-width: 360px; width: 100%; margin-inline: auto; border: 1px solid #8a9a87; }
.poster-preview:hover { outline: 3px solid #829d75; outline-offset: 6px; }
.site-footer { padding: 35px var(--page-padding); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.site-footer .brand { font-size: 25px; }
.site-footer p { font-size: 12px; color: var(--muted-paper); }
.site-footer > a:last-child { font-size: 12px; min-height: 44px; display: inline-flex; align-items: center; gap: 18px; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .button { transition: background-color .18s ease-out, border-color .18s ease-out; }
  .hero-copy { animation: arrive .65s cubic-bezier(.16,1,.3,1) both; }
  .hero-art img { animation: arrive .85s .08s cubic-bezier(.16,1,.3,1) both; }
  @keyframes arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}
@media (min-width: 1601px) { main { border-inline: 1px solid var(--line); } }
@media (max-width: 1100px) {
  .site-header nav { gap: 10px 22px; }
  .hero { grid-template-columns: 1.05fr 1fr; }
  .hero .eyebrow { max-width: 28em; font-size: 9px; }
  .hero-art { margin-left: -26%; }
  .hero-art img { min-height: 490px; }
  .hero-format { max-width: 28em; }
  .hero-format span { padding-inline: 5px; }
  .section-heading { gap: 35px; }
  .roles { gap: 32px; }
  .training-path { grid-template-columns: repeat(4, 1fr); row-gap: 14px; }
  .training-path li { padding: 15px 14px; }
  .training-path li:nth-child(5n + 1) { border-left: 1px solid var(--paper-line); padding-left: 14px; }
  .training-path li:nth-child(4n + 1) { border-left: none; padding-left: 0; }
  .controls-grid { gap: 36px; }
  .lobby-section { gap: 40px; }
}
@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; gap: 14px; padding-block: 20px 10px; }
  .brand { font-size: 26px; }
  .brand .brand-caption { max-width: none; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 5px 12px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 30px; }
  .hero-copy { padding: 14px 0 0; }
  .hero .eyebrow { font-size: 10px; max-width: none; }
  h1 { font-size: clamp(60px, 12vw, 88px); }
  .hero-intro { font-size: 20px; margin-top: 24px; }
  .hero-format { max-width: none; font-size: 11px; }
  .actions { gap: 10px 25px; margin-top: 26px; }
  .hero-art { margin: -10px 0 0 auto; width: 85%; max-width: 480px; padding-top: 0; }
  .hero-art img { max-height: 410px; min-height: 0; }
  .hero-watermark { font-size: 390px; inset: -12px -10% 0 -10%; }
  .art-caption { bottom: 28px; right: -12px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 38px; }
  .section-heading > p { max-width: 40em; font-size: 15px; }
  .section .eyebrow { margin-bottom: 17px; }
  .start-list li { grid-template-columns: 28px 1fr; gap: 14px; }
  .start-list h3, .round-list h3 { font-size: 19px; }
  .start-list p { font-size: 14px; }
  .training-path { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .training-path li:nth-child(4n + 1), .training-path li:nth-child(5n + 1) { border-left: 1px solid var(--paper-line); padding-left: 14px; }
  .training-path li:nth-child(odd) { border-left: none; padding-left: 0; }

  .roles { grid-template-columns: 1fr; gap: 44px; }
  .role-art { aspect-ratio: 1.25; padding-inline: 12px; }
  .role-copy { padding-top: 22px; }
  .role-copy h3 { font-size: 30px; }
  .round-list li { grid-template-columns: 28px 1fr; gap: 8px 14px; padding-block: 22px; }
  .round-index { font-size: 21px; }
  .duration { grid-column: 2; text-align: left; font-size: 12px; color: #345d40; }
  .round-end > span { padding-right: 6px; }
  .vote-section { grid-template-columns: 1fr; gap: 28px; }
  .vote-art { max-width: 400px; margin-inline: auto; }
  .vote-copy h2 { font-size: clamp(32px, 5vw, 44px); }
  .vote-scores dd { font-size: 40px; }
  .controls-grid { grid-template-columns: 1fr; gap: 36px; }
  .controls > div { grid-template-columns: minmax(96px, 1fr) minmax(0, 1.6fr); }
  .lobby-section { grid-template-columns: 1fr; gap: 36px; }
  .download-section { grid-template-columns: 1fr; gap: 36px; }
  .poster-preview { max-width: 320px; }
  .site-footer { gap: 18px; }
  .site-footer p { width: 100%; order: 3; }
}
@media (max-width: 360px) {
  .hero .eyebrow { font-size: 8px; }
  .hero-format { line-height: 1.9; }
  .hero-art { width: 100%; }
  .hero-footer { font-size: 10px; gap: 8px; }
  .button { width: 100%; }
  .controls > div { grid-template-columns: 85px minmax(0, 1fr); gap: 8px; font-size: 12px; }
  .controls kbd { font-size: 10px; padding-inline: 5px; }
}
@media print {
  :root { color-scheme: light; }
  body, .section, .hero, .site-footer { background: #f5f2e8; color: #172a28; }
  .site-header, .hero-footer, .hero-art, .actions, .skip-link, .site-footer > a:last-child { display: none; }
  .hero { display: block; padding: 20px; }
  .hero-copy { padding: 0; }
  h1 { font-size: 38px; }
  h1 em, .hero-intro strong { color: #172a28; }
  .hero-intro { font-size: 16px; }
  .hero-format { margin-top: 10px; }
  .section { padding: 32px 20px; }
  h2 { font-size: 27px; }
  .section-heading { margin-bottom: 24px; gap: 22px; }
  .roles, .controls-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .role-art { max-height: 250px; background: transparent !important; }
  .role-art img { margin-inline: auto; width: auto; }
  .role-copy h3 { font-size: 24px; }
  .role-copy > p, .section-heading > p, .vote-copy > p, .hero-intro, .hero-format, .eyebrow, .role-copy .eyebrow, .role-copy h3 span, .role-details, .role-details strong, .role-details summary, .site-footer p { color: #354e3e !important; }
  .vote-section { display: block; }
  .vote-art { display: none; }
  .vote-scores { max-width: 400px; }
  .vote-scores dd, .vote-scores dt { color: #172a28 !important; }
  details { display: none; }
  .start-list li, .round-list li, .role, .controls > div, .lobby-checklist { break-inside: avoid; }
  .training-path { grid-template-columns: repeat(4, 1fr); }
  .lobby-section { grid-template-columns: 1fr 1fr; }
  .download-section { display: none; }
  .site-footer { padding: 20px; border-top: 1px solid #8a9a87; }
}

.design-section{background:#ded5bd;color:#23261e;background-image:linear-gradient(#c8bfa344 1px,transparent 1px),linear-gradient(90deg,#c8bfa344 1px,transparent 1px);background-size:24px 24px}
.manual-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 32px}.manual-sheet{min-width:0}.manual-sheet-image{display:block;border:1px solid #aaa18a;background:#ded5bd;box-shadow:0 6px 18px #23261e12}.manual-sheet-image img{display:block;width:100%;height:auto}.manual-sheet-image:focus-visible{outline:3px solid #9c3a1e;outline-offset:5px}.manual-sheet-copy{padding-top:20px}.manual-sheet-copy h3{font-size:26px;margin:9px 0}.manual-sheet-copy>p{font-size:14px;color:#514f40;margin-bottom:15px}.manual-sheet-copy .text-link{font-size:13px}.manual-sheet-copy .paper-details{margin-top:20px}.manual-gallery-section>.actions{margin-top:40px}@media(max-width:760px){.manual-gallery{grid-template-columns:1fr;gap:40px}.manual-sheet-copy h3{font-size:24px}}@media print{.manual-gallery-section{display:none}}
.design-section .section-heading>p{color:#514f40}.manual-stamp{display:inline-block;margin-bottom:24px;padding:6px 9px;border:2px solid #9c3a1e;color:#9c3a1e;font-size:10px;font-weight:800;letter-spacing:.13em;transform:rotate(-1deg)}
.manual-entries{border-top:4px double #23261e}.manual-entry{display:grid;grid-template-columns:80px 1fr 160px;gap:24px;align-items:center;padding:30px 0;border-bottom:1px solid #b9af92;text-decoration:none}.manual-entry:hover h3{text-decoration:underline;text-underline-offset:7px}.manual-entry:focus-visible{outline-color:#9c3a1e}.manual-entry h3{font-size:25px;margin-bottom:10px}.manual-entry h3 span{font-size:20px;color:#9c3a1e}.manual-entry p{font-size:14px;color:#514f40;max-width:48em}.manual-code{font-size:11px;font-weight:800;letter-spacing:.07em;color:#9c3a1e}.manual-count{text-align:right;font-size:12px;line-height:1.9;color:#514f40}.manual-count strong{color:#23261e}.manual-version{margin-top:22px;max-width:82em;font-size:13px;color:#514f40}.manual-version strong{color:#9c3a1e;margin-right:8px}
@media(max-width:760px){.manual-entry{grid-template-columns:1fr;gap:12px;padding:25px 0}.manual-count{text-align:left}.manual-count br{display:none}.manual-count strong{margin-left:14px}.manual-entry h3{font-size:23px}.manual-stamp{font-size:9px}}
