:root {
  --ink: #172a22;
  --soft-ink: #596b61;
  --deep: #0f2a22;
  --leaf: #35784e;
  --sun: #edc85f;
  --paper: #fff8ea;
  --line: rgba(23, 42, 34, 0.14);
  --sans: "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  --serif: "Song Myung", "Nanum Myeongjo", Georgia, serif;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #f7f2e4; font-family: var(--sans); }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: #fffdf3; background: #0f2a22; border-radius: 4px; transform: translateY(-160%); transition: transform .16s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #edc85f; outline-offset: 3px; }
.legal-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 12px max(20px, calc((100% - 960px) / 2)); color: #fffdf3; background: rgba(15, 42, 34, 0.96); }
.legal-header a { text-decoration: none; font-weight: 900; letter-spacing: 0; }
.legal-header nav { display: flex; gap: 18px; color: rgba(255,255,255,.76); font-size: 14px; }
.legal-main { width: min(900px, calc(100% - 36px)); margin: 0 auto; padding: 64px 0 96px; }
.legal-kicker { margin: 0; color: var(--leaf); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.legal-main h1 { margin: 10px 0 14px; font-family: var(--serif); font-size: clamp(42px, 8vw, 72px); font-weight: 500; letter-spacing: 0; }
.legal-lead { margin: 0 0 42px; color: var(--soft-ink); font-size: 17px; line-height: 1.8; }
.launch-notice { margin-bottom: 32px; padding: 16px 18px; border: 1px solid rgba(185, 129, 31, .26); border-radius: 8px; color: #6e4b09; background: #fff3c9; font-weight: 800; line-height: 1.6; }
.launch-notice[data-ready="true"] { color: #215a38; border-color: rgba(53, 120, 78, .3); background: #e6f2df; }
.legal-section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 14px; font-size: 23px; letter-spacing: 0; }
.legal-section h3 { margin: 22px 0 8px; font-size: 17px; }
.legal-section p, .legal-section li, .business-table { color: var(--soft-ink); line-height: 1.8; word-break: keep-all; }
.legal-section ul, .legal-section ol { margin: 10px 0 0; padding-left: 22px; }
.legal-table-wrap { overflow-x: auto; margin: 16px 0; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.32); }
.legal-table { width: 100%; min-width: 680px; border-collapse: collapse; color: var(--soft-ink); font-size: 14px; line-height: 1.6; }
.legal-table th, .legal-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; word-break: keep-all; }
.legal-table th { color: var(--ink); background: rgba(23,42,34,.055); }
.legal-table tr:last-child td { border-bottom: 0; }
.business-table { display: grid; grid-template-columns: 180px 1fr; margin: 0; border-top: 1px solid var(--line); }
.business-table dt, .business-table dd { margin: 0; padding: 12px; border-bottom: 1px solid var(--line); }
.business-table dt { color: var(--ink); font-weight: 800; background: rgba(255,255,255,.38); }
.legal-missing { color: #a64a36 !important; font-weight: 900; }
.support-form { display: grid; gap: 10px; max-width: 680px; }
.support-form label { margin-top: 8px; color: var(--ink); font-weight: 800; }
.support-form input, .support-form select, .support-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.62); font: inherit; }
.support-form button, .offline-retry { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 10px; border: 0; border-radius: 6px; padding: 0 20px; color: #fffdf3; background: var(--deep); font: inherit; font-weight: 900; text-decoration: none; }
.support-form button:disabled { cursor: not-allowed; opacity: .48; }
.support-form-status { min-height: 24px; margin: 4px 0 0; font-weight: 800; }
.support-form-status[data-type="error"] { color: #9b3427; }
.support-form-status[data-type="success"] { color: #215a38; }
.offline-main { width: min(620px, calc(100% - 36px)); margin: 15vh auto 0; }
.offline-main h1 { margin: 14px 0; font-family: var(--serif); font-size: clamp(36px, 8vw, 64px); font-weight: 500; line-height: 1.2; }
.offline-main p { color: var(--soft-ink); line-height: 1.8; }
.site-footer { padding: 34px max(20px, calc((100% - 1160px) / 2)); color: rgba(255,255,255,.72); background: var(--deep); font-size: 13px; line-height: 1.7; }
.site-footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 28px; }
.site-footer strong { display: block; color: #fffdf3; font-size: 16px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
.site-footer a { color: #fffdf3; text-decoration: none; font-weight: 800; }
@media (max-width: 640px) { .legal-header nav { display: none; } .business-table { grid-template-columns: 1fr; } .business-table dt { border-bottom: 0; padding-bottom: 2px; } .business-table dd { padding-top: 2px; } }
