/* 탑포커 — 에디토리얼 브랜드 마스트헤드 + 실사 이미지 + 고딕 타이포 (한/영) */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --felt: #0c5c3d; --felt-deep: #0c3b2a; --felt-dark: #083023; --gold: #b98a2f; --gold-soft: #d9b96a;
  --ink: #131d18; --sub: #4e5d55; --faint: #85958c; --line: #dfe6e2; --line-soft: #ecf1ee;
  --w: 1120px;
}
body { font-family: "Noto Sans KR", -apple-system, "Malgun Gothic", sans-serif; background: #fff; color: var(--ink); line-height: 1.68; font-size: 15.5px; word-break: keep-all; overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; }
img, table { max-width: 100%; }
h1, h2, h3 { letter-spacing: -0.4px; }

/* 유틸리티 탑바 */
.tp-topbar { background: var(--felt-dark); color: #9cc4b1; font-size: 12px; }
.tp-topbar-in { max-width: var(--w); margin: 0 auto; padding: 6px 20px; display: flex; justify-content: space-between; gap: 16px; }
.tp-topbar-in > span:first-child { flex: 0 0 auto; }
.tp-topbar-links { min-width: 0; display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.tp-topbar-links::-webkit-scrollbar { display: none; }
.tp-topbar-links a { flex: 0 0 auto; margin-left: 14px; color: #b9d8c9; }
.tp-topbar-links a:hover { color: #fff; }
.tp-langs { margin-left: 16px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.18); }
.tp-langs a { margin-left: 10px; font-weight: 700; }
.tp-langs a.on { color: var(--gold-soft); }

/* 마스트헤드 — 제호와 편집 메시지를 분리한 가로형 브랜드 락업 */
.tp-mast { position: relative; isolation: isolate; overflow: hidden; color: #fff; border-bottom: 1px solid rgba(217,185,106,.28); background: radial-gradient(circle at 86% 4%, rgba(217,185,106,.18), transparent 32%), linear-gradient(135deg, #061f17 0%, #0a3a2a 58%, #0b4c35 100%); }
.tp-mast::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.12) 42% 42.2%, transparent 42.2% 100%); pointer-events: none; }
.tp-mast-in { min-height: 116px; max-width: var(--w); margin: 0 auto; padding: 24px 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.tp-logo { flex: 0 0 auto; margin: 0; line-height: 1; }
.tp-logo > a, a.tp-logo { display: flex; align-items: center; gap: 15px; color: #fff; }
.tp-brand-mark { width: 54px; height: 54px; display: inline-grid; place-items: center; border: 1px solid rgba(217,185,106,.58); border-radius: 15px; background: rgba(255,255,255,.045); color: #dfc277; font: 700 30px/1 Georgia, serif; box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.tp-brand-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.tp-brand-kicker { color: #dfc277; font-size: 10px; font-weight: 800; letter-spacing: 2.4px; }
.tp-logo-name { font-size: 38px; font-weight: 900; letter-spacing: -1.8px; line-height: .95; }
.tp-mast-message { max-width: 360px; margin-left: auto; padding-left: 26px; border-left: 1px solid rgba(217,185,106,.38); text-align: right; }
.tp-mast-slogan { color: #f7fbf8; font-size: 17px; font-weight: 800; letter-spacing: -.35px; line-height: 1.4; }
.tp-mast-topics { margin-top: 7px; color: #a9cbbb; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; }
.tp-suit { color: var(--gold-soft); margin-right: 10px; }

/* 탭바 */
.tp-tabs { border-bottom: 2px solid var(--felt-deep); position: sticky; top: 0; background: #fff; z-index: 10; box-shadow: 0 1px 0 rgba(12,59,42,.06); }
.tp-tabs-in { max-width: var(--w); margin: 0 auto; padding: 0 12px; display: flex; justify-content: flex-start; overflow-x: auto; scroll-padding-inline: 12px; scrollbar-width: none; }
.tp-tabs-in::-webkit-scrollbar { display: none; }
.tp-tabs a { padding: 12px 14px; font-size: 15px; font-weight: 700; color: #38453f; white-space: nowrap; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.tp-tabs a:hover { color: var(--felt-deep); background: #f4f8f6; }
.tp-tabs a.on { color: var(--felt); border-bottom-color: var(--felt); }
.tp-tab-rules { color: var(--felt); }
.tp-tab-tool::before { content: '%'; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 6px; border: 1px solid #b7ccbf; border-radius: 6px; color: var(--felt); font-size: 10px; font-weight: 900; vertical-align: 1px; }
@media (min-width: 900px) { .tp-tabs-in { justify-content: center; } }

/* 배치 */
.tp-main { max-width: var(--w); margin: 0 auto; padding: 26px 20px 60px; }
.tp-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 36px; align-items: start; }
.tp-col { min-width: 0; }

/* 사진 히어로 */
.tp-hero { position: relative; border-radius: 12px; overflow: hidden; min-height: 320px; display: flex; align-items: flex-end; box-shadow: 0 12px 28px rgba(8,48,35,.28); }
.tp-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tp-hero-in { position: relative; width: 100%; padding: 100px 30px 26px; background: linear-gradient(180deg, rgba(8,48,35,0) 0%, rgba(6,32,23,.5) 45%, rgba(4,24,17,.93) 100%); color: #fff; }
.tp-hero-kicker { font-size: 12px; letter-spacing: 3.5px; color: var(--gold-soft); font-weight: 800; margin-bottom: 7px; }
.tp-hero h2 { font-size: clamp(25px, 3.4vw, 34px); color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.tp-hero-sub { font-size: 15px; color: #dcebe2; margin: 8px 0 16px; max-width: 600px; text-shadow: 0 1px 5px rgba(0,0,0,.5); }
.tp-hero-links { display: flex; flex-wrap: wrap; gap: 9px; }
.tp-hero-links a { font-size: 14px; font-weight: 700; color: #fff; border: 1px solid rgba(255,255,255,.6); background: rgba(0,0,0,.28); border-radius: 999px; padding: 7px 17px; }
.tp-hero-links a:hover { background: var(--gold); border-color: var(--gold); }
.pc-row { display: inline-flex; gap: 4px; align-items: center; }

.tp-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
.tp-guide-card { border: 1px solid var(--line); border-top: 3px solid var(--felt); border-radius: 8px; padding: 18px; background: #fbfdfc; }
.tp-guide-card h3 { font-size: 17px; line-height: 1.4; }
.tp-guide-card h3 a:hover { color: var(--felt); text-decoration: underline; text-underline-offset: 3px; }
.tp-guide-card p { color: var(--sub); font-size: 14px; margin: 9px 0 14px; }
.tp-guide-link { color: var(--felt); font-size: 13px; font-weight: 800; }

/* 섹션 */
.tp-sec { margin-top: 28px; }
.tp-sec-h { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 10px; border-bottom: 1px solid var(--line); margin-bottom: 4px; }
.tp-sec-h h2 { font-size: 20px; }
.tp-sec-h h2::before { content: ''; display: inline-block; width: 4px; height: 15px; background: var(--felt); margin-right: 9px; border-radius: 1px; }
.tp-sec-h a { font-size: 13px; font-weight: 700; color: var(--sub); }
.tp-sec-h a:hover { color: var(--felt); }
.tp-sec-head { border-bottom: 2px solid var(--felt-deep); padding-bottom: 14px; margin-bottom: 4px; }
.tp-sec-head h1 { font-size: 26px; }
.tp-sec-head p { color: var(--sub); font-size: 14px; margin-top: 4px; }

/* 게시판형 (대회소식) */
.tp-board-wrap { overflow-x: auto; }
.tp-board { width: 100%; border-collapse: collapse; font-size: 15px; }
.tp-board thead th { background: var(--felt-deep); color: #fff; font-weight: 700; padding: 10px 12px; text-align: left; font-size: 13.5px; }
.tp-board td { border-bottom: 1px solid var(--line-soft); padding: 12px; }
.tp-board tbody tr:hover td { background: #f6faf8; }
.tp-b-no { width: 58px; color: var(--faint); text-align: center; }
.tp-board thead .tp-b-no { text-align: center; }
.tp-b-date { width: 96px; color: var(--faint); font-size: 13px; white-space: nowrap; }
.tp-b-tit a { font-weight: 600; }
.tp-b-tit a:hover { text-decoration: underline; text-underline-offset: 3px; color: var(--felt-deep); }
.tp-new { font-style: normal; font-size: 10px; font-weight: 900; color: #fff; background: #d64545; border-radius: 3px; padding: 1px 5px; margin-left: 6px; vertical-align: 2px; }
.tp-b-empty { text-align: center; color: var(--sub); padding: 34px 0 !important; }

/* 노트 리스트 (사진 썸네일형) */
.tp-row { border-bottom: 1px solid var(--line-soft); }
.tp-row a { display: flex; gap: 18px; padding: 17px 2px; align-items: flex-start; }
.tp-thumb { flex-shrink: 0; width: 168px; position: relative; }
.tp-thumb img { display: block; width: 168px; height: 118px; object-fit: cover; border-radius: 9px; }
.tp-thumb-tag { position: absolute; left: 8px; bottom: 8px; font-size: 11px; font-weight: 800; color: #fff; background: rgba(4,24,17,.75); border-radius: 4px; padding: 2px 8px; }
.tp-row-txt { min-width: 0; flex: 1; }
.tp-row-top { display: flex; gap: 10px; align-items: center; margin-bottom: 7px; }
.tp-row-top time { font-size: 13px; color: var(--faint); }
.tp-row h3 { font-size: 18px; line-height: 1.45; font-weight: 700; }
.tp-row a:hover h3 { text-decoration: underline; text-underline-offset: 3px; color: var(--felt-deep); }
.tp-row p { color: var(--sub); font-size: 14.5px; margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tp-empty { color: var(--sub); padding: 36px 0; }

.tp-chip { display: inline-block; font-size: 12px; font-weight: 800; padding: 2px 8px; border-radius: 3px; }
.tp-c-evergreen, .tp-c-commercial { background: #e6f2ec; color: #0c5c3d; }
.tp-c-news { background: #fdeee0; color: #b25d0e; }
.tp-c-data { background: #e8eef8; color: #274f8f; }

/* 사이드바 */
.tp-side { display: flex; flex-direction: column; gap: 22px; }
.tp-panel { border: 1px solid var(--line); border-radius: 6px; padding: 16px 18px 14px; background: #fff; }
.tp-panel > h3 { font-size: 15px; font-weight: 800; padding-bottom: 10px; border-bottom: 2px solid var(--felt-deep); margin-bottom: 6px; }
.tp-panel > h3 small { font-weight: 500; color: var(--faint); font-size: 11.5px; margin-left: 5px; }
.tp-panel-hands { border-top: 3px solid var(--felt); }
.tp-panel-art { text-align: center; padding: 6px 0 12px; }
.tp-panel-art .pc { filter: drop-shadow(0 2px 4px rgba(0,0,0,.15)); }
.tp-hands-mini { list-style: none; counter-reset: hand; }
.tp-hands-mini li { counter-increment: hand; display: flex; gap: 9px; align-items: baseline; padding: 6px 0; border-bottom: 1px solid var(--line-soft); font-size: 13.5px; }
.tp-hands-mini li:last-child { border-bottom: 0; }
.tp-hands-mini li::before { content: counter(hand); font-size: 11.5px; font-weight: 900; color: var(--felt); min-width: 14px; }
.tp-hands-mini b { min-width: 96px; font-weight: 700; }
.tp-hands-mini span { color: var(--sub); font-size: 12.5px; }
.tp-panel-more { display: block; margin-top: 10px; font-size: 12.5px; font-weight: 700; color: var(--felt); }
.tp-panel-more:hover { text-decoration: underline; }
.tp-panel-term { background: linear-gradient(150deg, #f7faf8, #eef6f1); }
.tp-term-word { font-size: 20px; font-weight: 900; color: var(--felt-deep); margin: 8px 0 4px; }
.tp-term-def { font-size: 13px; color: var(--sub); line-height: 1.6; }
.tp-side-cats { list-style: none; }
.tp-side-cats li { border-bottom: 1px solid var(--line-soft); }
.tp-side-cats li:last-child { border-bottom: 0; }
.tp-side-cats a { display: flex; justify-content: space-between; padding: 9px 2px; font-size: 14px; font-weight: 600; }
.tp-side-cats a:hover { color: var(--felt); }
.tp-side-cats b { color: var(--faint); font-size: 13px; }
.tp-side-recent { list-style: none; }
.tp-side-recent li { border-bottom: 1px solid var(--line-soft); padding: 8px 0; }
.tp-side-recent li:last-child { border-bottom: 0; }
.tp-side-recent a { font-size: 13.5px; font-weight: 600; line-height: 1.45; display: block; }
.tp-side-recent a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tp-side-recent time { font-size: 11.5px; color: var(--faint); }
.tp-panel-about p { font-size: 13px; color: var(--sub); margin: 8px 0 12px; }
.tp-rss { display: inline-block; font-size: 12.5px; font-weight: 700; color: var(--felt); border: 1px solid var(--felt); border-radius: 3px; padding: 4px 10px; }
.tp-rss:hover { background: var(--felt); color: #fff; }

/* 기사(노트) 페이지 */
.tp-art { min-width: 0; }
.tp-crumb { font-size: 13px; color: var(--faint); margin-bottom: 14px; }
.tp-crumb a:hover { color: var(--felt); }
.tp-art > h1 { font-size: clamp(24px, 3.4vw, 33px); line-height: 1.32; margin: 10px 0; }
.tp-lang-note { font-size: 13px; color: #7a5a14; background: #fdf6e3; border: 1px solid #f0e3c0; border-radius: 6px; padding: 8px 12px; margin: 10px 0; }
.tp-stand { font-size: 16.5px; color: var(--sub); line-height: 1.55; padding-left: 14px; border-left: 3px solid var(--felt); margin-bottom: 16px; }
.tp-art-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; font-size: 13px; color: var(--faint); padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 26px; }
.tp-byline { font-weight: 700; color: var(--ink); }
.tp-body { font-size: 16px; line-height: 1.78; }
.tp-body h2 { font-size: 21px; margin: 32px 0 12px; padding-left: 12px; border-left: 4px solid var(--felt-deep); line-height: 1.35; scroll-margin-top: 80px; }
.tp-body section { scroll-margin-top: 80px; }
.tp-body h3 { font-size: 17.5px; margin: 24px 0 10px; }
.tp-body p { margin: 0 0 15px; }
.tp-body ul, .tp-body ol { margin: 0 0 15px 22px; }
.tp-body li { margin-bottom: 6px; }
.tp-body blockquote { border-left: 4px solid var(--gold); background: #faf8f2; padding: 12px 16px; margin: 0 0 15px; color: #5c4d2a; }
.tp-body table { border-collapse: collapse; display: block; overflow-x: auto; margin: 0 0 18px; font-size: 14px; width: 100%; }
.tp-body th, .tp-body td { border: 1px solid var(--line); padding: 8px 12px; text-align: left; }
.tp-body th { background: var(--felt-deep); color: #fff; }
.tp-body tr:nth-child(even) td { background: #f7faf8; }
.tp-keybox, .tp-practice { border: 1px solid #cfe0d7; border-left: 5px solid var(--felt); border-radius: 8px; padding: 17px 20px; margin: 0 0 24px; background: #f5faf7; }
.tp-keybox h2, .tp-practice h2, .tp-faq h2, .tp-sources h2, .tp-article-toc h2 { font-size: 17px; margin-bottom: 9px; }
.tp-keybox ul, .tp-practice ol { margin: 0 0 0 21px; }
.tp-keybox li, .tp-practice li { margin: 5px 0; }
.tp-article-toc { border: 1px solid var(--line); border-radius: 8px; padding: 16px 20px; margin-bottom: 28px; background: #fff; }
.tp-article-toc ol { columns: 2; column-gap: 28px; margin: 0 0 0 20px; }
.tp-article-toc li { break-inside: avoid; margin: 5px 0; }
.tp-article-toc a { color: var(--felt); font-weight: 650; }
.tp-article-toc a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tp-practice { margin-top: 34px; background: #fbf8ef; border-color: #e7dcc1; border-left-color: var(--gold); }
.tp-faq, .tp-sources { margin-top: 34px; }
.tp-faq details { border-top: 1px solid var(--line); padding: 12px 2px; }
.tp-faq details:last-child { border-bottom: 1px solid var(--line); }
.tp-faq summary { cursor: pointer; font-weight: 750; color: var(--felt-deep); min-height: 32px; }
.tp-faq details p { margin: 9px 0 0; color: var(--sub); }
.tp-sources ul { margin-left: 20px; }
.tp-sources li { margin: 6px 0; }
.tp-sources a { color: var(--felt); text-decoration: underline; text-underline-offset: 3px; }
.tp-sources a::after { content: ' ↗'; font-size: 12px; }
.tp-sources small { color: var(--faint); margin-left: 6px; white-space: nowrap; }
.tp-art-meta a { color: var(--felt); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.tp-art-hero { margin: 0 0 26px; }
.tp-art-hero img { display: block; width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; border-radius: 12px; background: #edf2ef; }
.tp-art-hero figcaption { margin-top: 7px; color: var(--faint); font-size: 12px; text-align: right; }
.tp-review-log { margin-top: 34px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: #f8faf9; }
.tp-review-log h2 { font-size: 17px; margin-bottom: 8px; }
.tp-review-log h3 { font-size: 14px; margin: 14px 0 5px; }
.tp-review-log ul { margin-left: 20px; }
.tp-review-log li, .tp-review-log p { margin: 5px 0; color: var(--sub); font-size: 13.5px; }
.tp-review-log a { color: var(--felt); font-weight: 750; }
.tp-no-correction { padding-top: 8px; border-top: 1px solid var(--line-soft); }
.tp-rel { margin-top: 40px; }
.tp-rel h2 { font-size: 17px; padding-bottom: 10px; border-bottom: 2px solid var(--felt-deep); }

/* 30단계 — 사람이 확인한 대회 일정과 출처 권한 상태 */
.tp-eyebrow { color: var(--gold); font-size: 11px !important; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.tp-tour-head { margin-bottom: 20px; }
.tp-tour-snapshot { margin-top: 10px !important; font-size: 12.5px !important; color: var(--faint) !important; }
.tp-tour-list { display: grid; gap: 16px; }
.tp-tour-card { border: 1px solid var(--line); border-top: 4px solid var(--felt); border-radius: 10px; padding: 20px; background: #fff; box-shadow: 0 7px 18px rgba(8,48,35,.06); scroll-margin-top: 80px; }
.tp-tour-card-top { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.tp-tour-series { color: var(--felt); font-size: 12px; font-weight: 800; letter-spacing: .4px; }
.tp-tour-card h2 { font-size: 20px; line-height: 1.4; margin-top: 3px; }
.tp-tour-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.tp-tour-badges span { border-radius: 999px; padding: 4px 9px; font-size: 11.5px; font-weight: 800; white-space: nowrap; }
.tp-tour-upcoming { background: #e6f2ec; color: var(--felt); }
.tp-tour-ongoing { background: #fff0d3; color: #8a5a00; }
.tp-tour-ended { background: #edf0ee; color: #647069; }
.tp-tour-fresh { background: #edf6ef; color: #2e6c3c; }
.tp-tour-stale, .tp-tour-unverified { background: #fff0ea; color: #a2461f; }
.tp-tour-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; margin: 16px 0; border-top: 1px solid var(--line-soft); }
.tp-tour-facts div { display: grid; grid-template-columns: 62px 1fr; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--line-soft); }
.tp-tour-facts dt { color: var(--faint); font-size: 12.5px; font-weight: 700; }
.tp-tour-facts dd { font-size: 14px; font-weight: 600; }
.tp-tour-source { color: var(--sub); font-size: 13px; line-height: 1.65; }
.tp-tour-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 10px; color: var(--felt); font-size: 13px; font-weight: 800; }
.tp-tour-empty { border: 1px dashed var(--line); border-radius: 8px; text-align: center; }
.tp-source-policy { margin-top: 32px; padding: 20px; border-radius: 10px; background: #f6f8f7; border: 1px solid var(--line); }
.tp-source-policy h2 { font-size: 19px; }
.tp-source-policy > p { color: var(--sub); font-size: 13.5px; margin: 7px 0 13px; }
.tp-source-policy ul { list-style: none; display: grid; gap: 8px; }
.tp-source-policy li { background: #fff; border: 1px solid var(--line-soft); border-radius: 7px; padding: 11px 13px; }
.tp-source-policy li > div { display: flex; justify-content: space-between; gap: 10px; }
.tp-source-policy a { color: var(--felt); font-weight: 750; }
.tp-source-policy span { color: var(--faint); font-size: 11.5px; white-space: nowrap; }
.tp-source-policy li p { margin-top: 4px; color: var(--sub); font-size: 12.5px; }
.tp-tournament-mini .tp-tour-date { min-width: 148px; font-size: 12.5px; color: var(--sub); white-space: nowrap; }

/* 50단계 — 검색 가능한 용어사전 */
.tp-glossary-controls { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 7px 12px; margin: 20px 0; padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #f7faf8; }
.tp-glossary-controls label { font-size: 12.5px; font-weight: 800; }
.tp-glossary-controls input, .tp-glossary-controls select { min-height: 46px; border: 1px solid #b9c8c0; border-radius: 7px; background: #fff; padding: 10px 12px; font: inherit; }
.tp-glossary-controls p { grid-column: 1 / -1; color: var(--sub); font-size: 13px; }
.tp-glossary-list { display: grid; gap: 12px; }
.tp-glossary-item { border: 1px solid var(--line); border-radius: 9px; padding: 17px 19px; scroll-margin-top: 80px; }
.tp-glossary-item[hidden] { display: none; }
.tp-glossary-title { display: flex; gap: 10px; align-items: baseline; }
.tp-glossary-title h2 { font-size: 19px; }
.tp-glossary-title h2 a:hover { color: var(--felt); }
.tp-glossary-title span { color: var(--faint); font-size: 13px; }
.tp-glossary-item > p { margin-top: 7px; color: var(--sub); }
.tp-glossary-alias { font-size: 12.5px; }
.tp-glossary-item footer { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 11px; padding-top: 9px; border-top: 1px solid var(--line-soft); color: var(--faint); font-size: 11.5px; }
.tp-glossary-item footer a { color: var(--felt); font-weight: 700; }

/* 50단계 — 서버 판정 팟 오즈 계산기 */
.tp-calc { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 22px 0; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: #f7faf8; }
.tp-calc label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 800; }
.tp-calc label small { display: block; color: var(--faint); font-weight: 500; }
.tp-calc input, .tp-calc select { width: 100%; min-height: 46px; border: 1px solid #b9c8c0; border-radius: 7px; background: #fff; padding: 10px 12px; font: inherit; }
.tp-calc input:focus-visible, .tp-calc select:focus-visible, .tp-glossary-controls input:focus-visible, .tp-glossary-controls select:focus-visible { outline: 3px solid rgba(185,138,47,.35); outline-offset: 2px; border-color: var(--gold); }
.tp-calc-actions { grid-column: 1 / -1; display: flex; gap: 10px; align-items: center; }
.tp-calc-actions button, .tp-calc-actions a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; padding: 10px 18px; font: inherit; font-weight: 800; cursor: pointer; }
.tp-calc-actions button { border: 0; background: var(--felt); color: #fff; }
.tp-calc-actions a { border: 1px solid var(--line); background: #fff; color: var(--sub); }
.tp-calc-result { margin: 18px 0; padding: 20px; border: 1px solid #cfe0d7; border-left: 5px solid var(--felt); border-radius: 9px; background: #f5faf7; }
.tp-calc-result h2, .tp-calc-notes h2 { font-size: 19px; }
.tp-calc-numbers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 14px 0; }
.tp-calc-numbers div { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 15px; text-align: center; }
.tp-calc-numbers strong { display: block; color: var(--felt-deep); font-size: 28px; }
.tp-calc-numbers span { color: var(--sub); font-size: 12.5px; }
.tp-calc-warning { color: #7d5420; font-size: 13px; margin-top: 8px; }
.tp-calc-error { border-color: #efd2c5; border-left-color: #b54d27; background: #fff7f3; }
.tp-calc-error code { display: inline-block; margin-top: 7px; color: #8d3d20; font-size: 11px; }
.tp-calc-notes { margin-top: 26px; }
.tp-calc-notes ul { margin: 10px 0 10px 22px; }
.tp-calc-notes a { color: var(--felt); font-weight: 800; }

/* 홀덤 가이드 — 확률 타일 */
.tp-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 4px 0 16px; }
.tp-stat { border: 1px solid var(--line); border-top: 3px solid var(--felt); border-radius: 8px; padding: 16px 14px 13px; text-align: center; background: #fbfdfc; }
.tp-stat b { display: block; font-size: 27px; font-weight: 900; color: var(--felt-deep); letter-spacing: -0.5px; }
.tp-stat span { display: block; margin-top: 5px; font-size: 12.5px; color: var(--sub); line-height: 1.45; }
@media (max-width: 700px) { .tp-stats { grid-template-columns: repeat(2, 1fr); } }

/* 첫걸음 커리큘럼 */
.tp-steps-cards { list-style: none; margin-top: 18px; display: flex; flex-direction: column; gap: 14px; }
.tp-step { display: flex; gap: 18px; border: 1px solid var(--line); border-left: 4px solid var(--felt); border-radius: 8px; padding: 18px 20px; align-items: flex-start; background: #fff; }
.tp-step-no { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--felt-deep); color: #fff; font-weight: 900; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.tp-step-txt h2 { font-size: 18px; margin-bottom: 4px; }
.tp-step-txt p { color: var(--sub); font-size: 14.5px; }
.tp-step-cta { display: inline-block; margin-top: 8px; font-size: 13.5px; font-weight: 700; color: var(--felt); }
.tp-step-cta:hover { text-decoration: underline; }

/* 규정집 페이지 */
.tp-rules { max-width: 880px; }
.tp-rules-head { display: flex; gap: 24px; align-items: center; justify-content: space-between; border-bottom: 3px solid var(--felt-deep); padding-bottom: 18px; margin-bottom: 22px; }
.tp-rules-head h1 { font-size: clamp(27px, 4vw, 36px); color: var(--felt-deep); }
.tp-rules-head p { color: var(--sub); font-size: 14.5px; margin-top: 8px; max-width: 560px; }
.tp-rules-art { flex-shrink: 0; }
.tp-rules-art .pc-row { transform: rotate(-4deg); }
.tp-rules-art .pc { filter: drop-shadow(0 3px 6px rgba(0,0,0,.18)); }
.tp-toc { border: 1px solid var(--line); background: #f7faf8; border-radius: 6px; padding: 16px 20px; margin-bottom: 30px; max-width: 420px; }
.tp-toc h2 { font-size: 15px; margin-bottom: 8px; }
.tp-toc ol { margin-left: 20px; font-size: 14px; }
.tp-toc li { margin: 3px 0; }
.tp-toc a { font-weight: 600; color: var(--felt); }
.tp-toc a:hover { text-decoration: underline; }
.tp-rules section { margin-bottom: 38px; }
.tp-rules section h2 { font-size: 22px; color: var(--felt-deep); border-bottom: 1px solid var(--line); padding-bottom: 8px; margin-bottom: 14px; scroll-margin-top: 70px; }
.tp-rules section h3 { font-size: 16.5px; margin: 20px 0 8px; }
.tp-rules p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.75; }
.tp-rules ul, .tp-rules ol { margin: 0 0 12px 22px; font-size: 15px; }
.tp-rules li { margin-bottom: 7px; line-height: 1.65; }
.tp-table-wrap { overflow-x: auto; margin: 0 0 14px; }
.tp-rules table { border-collapse: collapse; font-size: 14px; width: 100%; }
.tp-rules th, .tp-rules td { border: 1px solid var(--line); padding: 8px 11px; text-align: left; }
.tp-rules th { background: var(--felt-deep); color: #fff; font-weight: 700; white-space: nowrap; }
.tp-rules tr:nth-child(even) td { background: #f7faf8; }
.tp-hands-table td:nth-child(1) { text-align: center; font-weight: 800; color: var(--felt); }
.tp-hand-cards { white-space: nowrap; }
.tp-diagram { display: block; width: 100%; max-width: 560px; height: auto; margin: 6px auto 18px; }
.tp-steps li { margin-bottom: 10px; }
.tp-terms { font-size: 15px; }
.tp-terms dt { font-weight: 800; color: var(--felt-deep); margin-top: 12px; }
.tp-terms dd { margin: 2px 0 0 0; color: #3c4a43; }
#responsible p { background: #f7faf8; border: 1px solid var(--line); border-left: 4px solid var(--felt); padding: 14px 16px; border-radius: 0 6px 6px 0; }

/* 푸터 */
.tp-foot { background: var(--felt-deep); color: #a8c3b6; margin-top: 50px; }
.tp-foot-in { max-width: var(--w); margin: 0 auto; padding: 38px 20px 26px; font-size: 13.5px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; }
.tp-foot-name { font-size: 19px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.tp-foot-name .tp-suit { color: var(--gold-soft); }
.tp-foot-note { margin-top: 8px; color: #7ba18f; font-size: 12.5px; }
.tp-foot-col h4 { color: #fff; font-size: 13.5px; margin-bottom: 10px; letter-spacing: 0.5px; }
.tp-foot-nav { display: flex; flex-direction: column; gap: 6px; }
.tp-foot a:hover { color: #fff; }
.tp-foot-copy { border-top: 1px solid rgba(255,255,255,.08); text-align: center; padding: 14px; color: #628a77; font-size: 12.5px; }

/* 반응형 */
@media (max-width: 940px) {
  .tp-layout { grid-template-columns: 1fr; }
  .tp-side { margin-top: 30px; }
  .tp-foot-in { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 700px) {
  .tp-topbar-in { padding-left: 12px; padding-right: 12px; }
  .tp-topbar-in > span:first-child { display: none; }
  .tp-topbar-links { width: 100%; }
  .tp-topbar-links > a:first-child { margin-left: 0; }
  .tp-mast-in { min-height: 84px; padding: 15px 14px; gap: 12px; }
  .tp-logo > a, a.tp-logo { gap: 10px; }
  .tp-brand-mark { width: 42px; height: 42px; border-radius: 12px; font-size: 24px; }
  .tp-brand-copy { gap: 3px; }
  .tp-brand-kicker { font-size: 8px; letter-spacing: 1.65px; }
  .tp-logo-name { font-size: 29px; letter-spacing: -1.3px; }
  .tp-mast-message { max-width: 130px; padding-left: 12px; }
  .tp-mast-slogan { font-size: 12.5px; line-height: 1.38; }
  .tp-mast-topics { display: none; }
  .tp-hero { min-height: 260px; }
  .tp-hero-in { padding: 70px 18px 20px; }
  .tp-hero-links a { display: inline-flex; align-items: center; min-height: 44px; padding-top: 8px; padding-bottom: 8px; }
  .tp-guide-grid { grid-template-columns: 1fr; }
  .tp-article-toc ol { columns: 1; }
  .tp-tour-card { padding: 16px; }
  .tp-tour-card-top { flex-direction: column; }
  .tp-tour-badges { justify-content: flex-start; }
  .tp-tour-facts { grid-template-columns: 1fr; }
  .tp-source-policy li > div { flex-direction: column; }
  .tp-source-policy span { white-space: normal; }
  .tp-glossary-controls, .tp-calc { grid-template-columns: 1fr; }
  .tp-calc-actions, .tp-glossary-controls p { grid-column: 1; }
  .tp-calc-numbers { grid-template-columns: 1fr; }
  .tp-art-hero { margin-left: -2px; margin-right: -2px; }
  .tp-thumb { width: 108px; }
  .tp-thumb img { width: 108px; height: 76px; }
  .tp-rules-head { flex-direction: column; align-items: flex-start; }
}
