@font-face {
	font-family: "NEXON Lv2 Gothic";
	src: local("NEXON Lv2 Gothic"), url("../fonts/NEXON_Lv2_Gothic.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "NEXON Lv2 Gothic";
	src: local("NEXON Lv2 Gothic Medium"), url("../fonts/NEXON_Lv2_Gothic_Medium.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "NEXON Lv2 Gothic";
	src: local("NEXON Lv2 Gothic Bold"), url("../fonts/NEXON_Lv2_Gothic_Bold.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 700;
}

:root {
	--black: #030506;
	--charcoal: #080b0e;
	--panel: #15181c;
	--panel-2: #1b1e22;
	--gold: #cf973b;
	--gold-bright: #f3d487;
	--gold-pale: #fff1c4;
	--blue: #155f89;
	--blue-bright: #7cccf3;
	--ivory: #f4eee5;
	--muted: #a69c8e;
	--line: rgba(235, 195, 111, .2);
	--header-h: 106px;
	--max: 1120px;
	--radius: 10px;
	--shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
	margin: 0;
	overflow-x: hidden;
	color: var(--ivory);
	background: radial-gradient(circle at 90% 3%, rgba(20, 101, 146, .11), transparent 26%), var(--black);
	font-family: "NEXON Lv2 Gothic", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.58;
	-webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
.container { width: min(calc(100% - 20px), var(--max)); margin-inline: auto; }
.screen-reader-text, .sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -80px; padding: 10px 14px; color: #111; background: var(--gold-bright); font-weight: 900; }
.skip-link:focus { top: 10px; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }

/* Always-visible category navigation */
.site-header {
	position: fixed;
	z-index: 1000;
	inset: 0 0 auto;
	height: var(--header-h);
	border-bottom: 1px solid rgba(232, 188, 99, .16);
	background: rgba(3, 5, 6, .96);
	backdrop-filter: blur(18px);
}
.admin-bar .site-header { top: 46px; }
.header-inner { display: flex; width: min(calc(100% - 18px), 1420px); height: 100%; align-items: center; flex-wrap: wrap; margin-inline: auto; }
.brand { display: flex; height: 55px; align-items: center; gap: 9px; flex: 0 0 auto; }
.brand-emblem { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #f0cb79; border-radius: 50%; color: #160d04; background: linear-gradient(145deg, #fae3a0, #b77a23); font-size: 15px; }
.brand-custom-logo img { width: auto; max-width: 112px; max-height: 35px; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy b { color: var(--gold-pale); font-size: 15px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 3px; color: #897960; font-size: 6.5px; font-weight: 900; letter-spacing: .13em; }
.main-nav {
	display: flex;
	width: 100%;
	height: 50px;
	align-items: stretch;
	order: 3;
	overflow-x: auto;
	border-top: 1px solid rgba(232, 188, 99, .08);
	scrollbar-width: none;
}
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a { display: grid; min-width: 72px; place-items: center; flex: 1 0 auto; padding: 0 8px; border-right: 1px solid rgba(232, 188, 99, .07); color: #b7ac9c; font-size: 10.5px; font-weight: 850; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: #171006; background: linear-gradient(180deg, #f2d382, #c58a31); }
.header-cta { display: none; }

/* Hero */
.hero { position: relative; min-height: auto; padding: calc(var(--header-h) + 34px) 0 54px; overflow: hidden; isolation: isolate; background: linear-gradient(180deg, transparent 65%, var(--black)), radial-gradient(circle at 10% 24%, rgba(176, 105, 18, .15), transparent 28%), radial-gradient(circle at 85% 38%, rgba(30, 105, 150, .17), transparent 35%); }
.hero-orbit { position: absolute; z-index: -1; right: -210px; top: 9%; width: 540px; height: 540px; border: 1px solid rgba(103, 185, 231, .11); border-radius: 50%; box-shadow: 0 0 0 75px rgba(197,138,44,.018), 0 0 0 150px rgba(66,149,204,.018); }
.hero-grid { display: grid; align-items: center; gap: 24px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--gold-bright); font-size: 10px; font-weight: 950; letter-spacing: .13em; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 34px; height: 1px; background: linear-gradient(90deg, var(--gold-bright), transparent); }
.hero h1 { margin: 0; line-height: .88; letter-spacing: -.07em; }
.hero h1 > span { display: block; color: transparent; background: linear-gradient(180deg, #fff0b9, #d59636 55%, #7e430e); -webkit-background-clip: text; background-clip: text; font-size: clamp(42px, 12vw, 55px); font-weight: 950; filter: drop-shadow(0 5px 0 #2c1704); }
.hero h1 small { display: block; margin-top: 13px; color: var(--ivory); font-size: clamp(38px, 11vw, 54px); font-weight: 950; letter-spacing: -.06em; }
.hero-lead { max-width: 690px; margin: 20px 0 0; color: #cec4b5; font-size: 12.5px; line-height: 1.72; }
.hero-lead b { color: var(--gold-bright); font-size: 12px; }
.crew-values { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 17px 0; padding: 0; list-style: none; }
.crew-values li { min-width: 0; padding: 8px 7px; border: 1px solid var(--line); color: #d9cfbf; background: rgba(11,14,17,.8); font-size: 9.5px; font-weight: 800; text-align: center; white-space: nowrap; }
.hero-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 5px; padding: 0 8px; border: 1px solid transparent; border-radius: 6px; font-size: 9.5px; font-weight: 950; white-space: nowrap; transition: transform .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.07); }
.button-icon { display: grid; min-width: 19px; height: 19px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 7px; }
.button-gold { color: #1a0d02; border-color: #ffe4a1; background: linear-gradient(180deg, #f9df9a, #bd7e21); }
.button-outline { color: var(--gold-bright); border-color: rgba(239,199,117,.42); background: rgba(3,5,7,.7); }
.button-blue { color: #eaf7ff; border-color: rgba(126,211,255,.42); background: linear-gradient(180deg, #1c709e, #0c3954); }
.hero-brand { position: relative; overflow: hidden; border: 1px solid rgba(234,193,109,.34); border-radius: 10px; background: #05070a; box-shadow: var(--shadow); }
.hero-brand::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.84), transparent 45%), linear-gradient(130deg, transparent 60%, rgba(242,207,121,.08)); }
.hero-brand img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: 72% center; }
.hero-brand figcaption { position: absolute; z-index: 1; left: 12px; bottom: 10px; display: grid; gap: 2px; }
.hero-brand small { color: #9b896e; font-size: 7px; font-weight: 900; letter-spacing: .18em; }
.hero-brand strong { color: var(--gold-bright); font-size: 10px; }
.hero-number { position: absolute; z-index: -1; left: -12px; bottom: 5px; color: rgba(242,207,121,.025); font-size: 28vw; font-weight: 950; line-height: .7; letter-spacing: -.11em; }
.ticker { overflow: hidden; border-block: 1px solid rgba(232,188,99,.12); background: #050608; }
.ticker-track { display: flex; width: max-content; gap: 20px; align-items: center; padding: 9px 0; color: #987f5b; font-size: 8px; font-weight: 950; letter-spacing: .17em; animation: tickerMove 28s linear infinite; }
.ticker-track i { color: var(--blue-bright); font-style: normal; }
@keyframes tickerMove { to { transform: translateX(-32%); } }

/* Section system */
.section { position: relative; padding: 58px 0; }
.section-dark { border-block: 1px solid rgba(232,188,99,.08); background: linear-gradient(180deg, #080a0d, #040507); }
.section-main-event { border-block: 1px solid rgba(85,166,218,.16); background: radial-gradient(circle at 70% 7%, rgba(29,102,148,.13), transparent 30%), #05070a; }
.section-head { max-width: 760px; margin-bottom: 22px; }
.section-head h2 { margin: 0; font-size: clamp(28px, 8vw, 36px); line-height: 1.14; letter-spacing: -.05em; }
.section-head h2 em { color: var(--gold-bright); font-style: normal; }
.section-head > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.72; }

/* Reference table treatment */
.info-table { overflow: hidden; border: 1px solid rgba(238,197,110,.3); border-radius: 8px; background: #050608; box-shadow: 0 18px 55px rgba(0,0,0,.3); }
.info-row { display: grid; grid-template-columns: 84px minmax(0,1fr); min-height: 48px; border-bottom: 2px solid #030406; }
.info-row:last-child { border-bottom: 0; }
.info-row > b { display: grid; place-items: center; padding: 8px 5px; color: #170f07; background: linear-gradient(180deg, #edc46c, #c38a32); font-size: 9.5px; font-weight: 950; text-align: center; white-space: nowrap; }
.info-row > span { display: flex; min-width: 0; align-items: center; gap: 8px; overflow-x: auto; padding: 9px 10px; color: #d9d0c3; background: #191b1e; font-size: 10.5px; line-height: 1.35; white-space: nowrap; scrollbar-width: none; }
.info-row > span::-webkit-scrollbar { display: none; }
.info-row strong { flex: 0 0 auto; color: var(--gold-bright); font-size: 11px; }
.info-row em { flex: 0 0 auto; color: #c9beaf; font-style: normal; }

/* Images are used only as section anchors */
.feature-banner { position: relative; min-height: 238px; margin-bottom: 13px; overflow: hidden; border: 1px solid rgba(232,188,99,.24); border-radius: 10px; background: #050608; box-shadow: var(--shadow); }
.feature-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,3,5,.96), rgba(2,3,5,.34) 57%, transparent 84%); }
.feature-banner img { width: 100%; height: 238px; object-fit: cover; }
.feature-copy-right img { object-position: 25% center; }
.feature-copy-left img { object-position: 68% center; }
.final-feature img { object-position: 38% center; }
.feature-banner figcaption { position: absolute; z-index: 1; right: 14px; bottom: 13px; left: 14px; }
.feature-banner small { color: var(--blue-bright); font-size: 7px; font-weight: 950; letter-spacing: .17em; }
.feature-banner strong { display: block; margin-top: 4px; color: var(--ivory); font-size: 20px; line-height: 1.25; letter-spacing: -.035em; }
.feature-banner p { margin: 5px 0 0; color: #c5baaa; font-size: 10px; }

/* Join */
.join-steps { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.join-step { display: grid; grid-template-columns: 72px minmax(0,1fr) 28px; min-height: 56px; align-items: stretch; border-bottom: 2px solid #030406; background: #191b1e; }
.join-step:last-child { border-bottom: 0; }
.join-step > b { display: grid; place-items: center; color: #171007; background: linear-gradient(180deg,#edc46c,#c38a32); font-size: 9.5px; white-space: nowrap; }
.join-step > span { display: flex; min-width: 0; align-items: center; gap: 8px; overflow-x: auto; padding: 8px 10px; white-space: nowrap; scrollbar-width: none; }
.join-step > span::-webkit-scrollbar { display: none; }
.join-step strong { color: var(--gold-bright); font-size: 11px; }
.join-step em { color: #bcb1a2; font-size: 10px; font-style: normal; }
.join-step > i { display: grid; place-items: center; color: var(--blue-bright); font-size: 12px; font-style: normal; }

/* Currency and usage */
.currency-grid { display: grid; gap: 10px; }
.currency-card { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(145deg,rgba(15,18,22,.98),rgba(5,6,8,.98)); }
.currency-card.ticket { border-color: rgba(92,174,225,.28); background: linear-gradient(145deg,rgba(8,30,43,.78),rgba(5,6,8,.98)); }
.currency-heading { display: flex; align-items: center; gap: 11px; padding: 14px; }
.currency-heading > span { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 auto; border: 1px solid #ffe4a1; border-radius: 50%; color: #160b02; background: linear-gradient(145deg,#ffebb5,#ba781e); font-size: 17px; font-weight: 950; }
.ticket .currency-heading > span { border-color: #9bdcff; background: linear-gradient(145deg,#d8f4ff,#377fae); }
.currency-heading small { color: #907f68; font-size: 6.5px; font-weight: 950; letter-spacing: .14em; }
.currency-heading h3 { margin: 1px 0 0; font-size: 21px; }
.currency-card dl, .daily-panel dl { display: grid; gap: 0; margin: 0; }
.currency-card dl > div, .daily-panel dl > div { display: grid; grid-template-columns: 84px minmax(0,1fr); min-height: 44px; border-top: 2px solid #030406; background: #181a1d; }
.currency-card dt, .daily-panel dt { display: grid; place-items: center; padding: 6px 4px; color: #171007; background: linear-gradient(180deg,#edc46c,#c38a32); font-size: 9px; font-weight: 950; white-space: nowrap; }
.currency-card dd, .daily-panel dd { display: flex; min-width: 0; align-items: center; overflow-x: auto; margin: 0; padding: 8px 10px; color: #e4d9c9; font-size: 10px; line-height: 1.35; white-space: nowrap; scrollbar-width: none; }
.currency-card dd::-webkit-scrollbar, .daily-panel dd::-webkit-scrollbar { display: none; }
.card-link { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 8px 12px; border-top: 2px solid #030406; color: #1b0f03; background: linear-gradient(90deg,#f0cc7a,#bf8127); font-size: 10.5px; font-weight: 950; }
.currency-warning { margin: 0; padding: 9px 11px; border-top: 2px solid #030406; color: #ffb8ad; background: rgba(123,16,25,.17); font-size: 9.5px; line-height: 1.5; }
.guide-block { margin-top: 14px; }
.guide-title { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.guide-title small { color: var(--blue-bright); font-size: 7px; font-weight: 950; letter-spacing: .17em; }
.guide-title h3 { margin: 0; font-size: 20px; }

/* Game tabs */
.daily-tabs { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #07090c; box-shadow: var(--shadow); }
.daily-tab-list { display: grid; grid-template-columns: repeat(4,1fr); }
.daily-tab-list button { display: grid; min-width: 0; min-height: 55px; place-content: center; gap: 0; padding: 6px 2px; border: 0; border-right: 1px solid var(--line); color: #968a79; background: #090b0e; cursor: pointer; }
.daily-tab-list button:last-child { border-right: 0; }
.daily-tab-list button b { color: var(--gold-bright); font-size: 15px; }
.daily-tab-list button span { font-size: 8.2px; font-weight: 900; white-space: nowrap; }
.daily-tab-list button[aria-selected="true"] { color: white; background: linear-gradient(135deg,#763016,#174f72); box-shadow: inset 0 -3px var(--gold); }
.daily-panels { min-height: 0; background: radial-gradient(circle at 72% 36%,rgba(35,115,164,.13),transparent 35%); }
.daily-panel { display: none; padding: 14px 10px; }
.daily-panel.active { display: grid; grid-template-columns: 62px minmax(0,1fr); align-items: start; gap: 10px; animation: panelIn .3s ease; }
.daily-number { padding-top: 5px; color: transparent; background: linear-gradient(#fff0bd,#ba781d); -webkit-background-clip: text; background-clip: text; font-size: 41px; font-weight: 950; line-height: .9; letter-spacing: -.1em; filter: drop-shadow(0 4px 0 #2c1705); }
.daily-number small { font-size: 14px; }
.format-badge { display: inline-flex; padding: 3px 6px; border: 1px solid rgba(102,185,235,.4); border-radius: 99px; color: #a9ddff; background: rgba(37,112,157,.13); font-size: 7px; font-weight: 950; letter-spacing: .1em; }
.daily-panel h3 { margin: 6px 0 9px; font-size: 17px; line-height: 1.23; }
.daily-panel dl > div { grid-template-columns: 68px minmax(0,1fr); min-height: 36px; }
.daily-panel dt { font-size: 8px; }
.daily-panel dd { font-size: 9.5px; }
@keyframes panelIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Main event */
.event-timeline { margin-bottom: 14px; }
.prize-heading { display: grid; justify-items: center; margin: 42px 0 16px; text-align: center; }
.prize-heading small { color: var(--blue-bright); font-size: 7px; font-weight: 950; letter-spacing: .18em; }
.prize-heading strong { color: transparent; background: linear-gradient(#fff0bd,#c48628); -webkit-background-clip: text; background-clip: text; font-size: clamp(39px,11vw,60px); line-height: 1; letter-spacing: -.07em; }
.prize-heading strong em { margin-left: 5px; font-size: .22em; font-style: normal; letter-spacing: 0; }
.prize-heading span { color: #8d806d; font-size: 8px; letter-spacing: .12em; }
.prize-table-wrap { overflow: hidden; border: 1px solid rgba(232,188,99,.25); border-radius: 8px; background: #050608; }
.prize-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.prize-table th, .prize-table td { padding: 9px 7px; border-bottom: 1px solid rgba(232,188,99,.1); text-align: left; white-space: nowrap; }
.prize-table th { color: #1a1006; background: linear-gradient(180deg,#edc46c,#c38a32); font-size: 8px; }
.prize-table td { color: #ad9f8b; font-size: 9.5px; }
.prize-table th:first-child { width: 26%; }
.prize-table th:nth-child(2) { width: 47%; }
.prize-table th:nth-child(3) { width: 27%; }
.prize-table td:first-child { color: var(--gold-bright); font-weight: 950; }
.prize-table td:nth-child(2) { color: #eadcca; font-weight: 900; text-align: right; }
.prize-table td:nth-child(3) { color: #6ebce8; font-size: 7.5px; text-align: center; }
.prize-table tr:first-child { background: linear-gradient(90deg,rgba(122,71,16,.38),transparent); }
.prize-table .total { background: linear-gradient(90deg,rgba(29,99,143,.34),rgba(122,71,16,.2)); }
.prize-table .total td { color: var(--gold-bright); font-weight: 950; }
.poster-link { width: 100%; margin-top: 10px; }
.future-box { display: grid; gap: 13px; margin-top: 16px; padding: 16px; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(135deg,rgba(65,37,10,.6),rgba(7,16,22,.95)); }
.future-box small { color: var(--blue-bright); font-size: 7px; font-weight: 950; letter-spacing: .17em; }
.future-box h3 { margin: 3px 0 6px; font-size: 20px; }
.future-box p { margin: 0; color: #c3b7a7; font-size: 10.5px; }
.future-box blockquote { margin: 0; padding: 12px; border-left: 3px solid var(--gold); color: #e0d3c0; background: rgba(0,0,0,.25); font-size: 10.5px; line-height: 1.65; }

/* Contact and FAQ */
.contact-grid { display: grid; gap: 8px; }
.contact-card { display: grid; grid-template-columns: 42px minmax(0,1fr) 24px; min-height: 84px; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: #15181c; }
.contact-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; font-size: 14px; font-weight: 950; }
.contact-icon.kakao { color: #261f00; background: #f7df1e; }
.contact-icon.fishcup { color: #151008; background: linear-gradient(145deg,#fbe7ad,#bb7920); }
.contact-card small { color: #8e806c; font-size: 6.5px; font-weight: 950; letter-spacing: .13em; }
.contact-card h3 { margin: 2px 0; font-size: 15px; }
.contact-card p { margin: 0; color: #a99f91; font-size: 9.5px; line-height: 1.45; }
.contact-card > i { color: var(--blue-bright); font-style: normal; }
.split-layout { display: grid; gap: 23px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 8px; cursor: pointer; list-style: none; font-size: 11.5px; font-weight: 900; line-height: 1.4; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { flex: 0 0 auto; color: var(--gold); font-size: 18px; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -2px 0 17px; color: #aaa193; font-size: 10.5px; line-height: 1.67; }
.compliance-note { margin-top: 24px; padding: 14px; border: 1px solid rgba(109,187,233,.25); border-radius: 8px; background: rgba(10,31,44,.46); }
.compliance-note > strong { color: var(--blue-bright); font-size: 11px; }
.compliance-note p { margin: 6px 0 10px; color: #aeb4b6; font-size: 9.5px; line-height: 1.65; }
.compliance-note > div { display: flex; flex-wrap: wrap; gap: 5px; }
.compliance-note a { padding: 6px 8px; border: 1px solid rgba(109,187,233,.23); border-radius: 5px; color: #9bdcff; font-size: 8px; }

/* Footer and floating channel dock */
.site-footer { padding: 38px 0 108px; border-top: 1px solid var(--line); background: #020305; }
.footer-grid { display: grid; gap: 22px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand b { font-size: 16px; }
.footer-brand p { margin: 2px 0 0; color: #80725f; font-size: 9px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px; color: #a19584; font-size: 10px; }
.copyright { margin: 0; padding-top: 18px; border-top: 1px solid rgba(232,188,99,.08); color: #5d554b; font-size: 8px; }
.quick-rail { display: none; }
.mobile-quick { position: fixed; z-index: 950; inset: auto 8px calc(8px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(4,1fr); padding: 5px; border: 1px solid rgba(232,188,99,.25); border-radius: 15px; background: rgba(4,6,8,.96); box-shadow: 0 18px 55px rgba(0,0,0,.55); backdrop-filter: blur(16px); }
.mobile-quick a { display: grid; place-items: center; gap: 1px; padding: 4px 2px; color: #a99c89; font-size: 7.5px; font-weight: 850; }
.mobile-quick span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 8px; color: #15100a; font-size: 9px; font-weight: 950; }
.quick-kakao span { background: #f7df1e; }
.quick-poker span { color: white; background: #176c98; }
.quick-moitto span { color: white; background: #f36c38; }
.quick-youtube span { color: white; background: #e52222; }

.content-page { min-height: 70vh; padding: calc(var(--header-h) + 45px) 0 90px; }
.content-shell { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.entry-header h1 { font-size: clamp(32px,8vw,58px); }
.entry-content { color: #c7bcac; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; transition-delay: var(--delay,0ms); }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 379px) {
	.info-row, .currency-card dl > div { grid-template-columns: 76px minmax(0,1fr); }
	.join-step { grid-template-columns: 66px minmax(0,1fr) 24px; }
	.hero-actions .button { font-size: 8.5px; }
	.daily-tab-list button span { font-size: 7.4px; }
	.prize-table td { font-size: 8.7px; }
}

@media (min-width: 680px) {
	.container { width: min(calc(100% - 40px), var(--max)); }
	.section { padding: 76px 0; }
	.section-head { margin-bottom: 28px; }
	.section-head h2 { font-size: clamp(36px,5vw,48px); }
	.section-head > p:last-child { font-size: 14px; }
	.hero-actions { display: flex; }
	.button { min-height: 48px; padding-inline: 16px; font-size: 11px; }
	.crew-values { grid-template-columns: repeat(4,1fr); }
	.info-row { grid-template-columns: 132px minmax(0,1fr); min-height: 55px; }
	.info-row > b { font-size: 11px; }
	.info-row > span { gap: 13px; padding-inline: 16px; font-size: 12.5px; }
	.info-row strong { font-size: 13px; }
	.feature-banner, .feature-banner img { min-height: 320px; height: 320px; }
	.feature-banner strong { font-size: 28px; }
	.feature-banner p { font-size: 12px; }
	.feature-copy-right::after { background: linear-gradient(90deg,transparent 25%,rgba(2,3,5,.2) 48%,rgba(2,3,5,.95) 100%), linear-gradient(0deg,rgba(2,3,5,.58),transparent 48%); }
	.feature-copy-left::after { background: linear-gradient(90deg,rgba(2,3,5,.95) 0%,rgba(2,3,5,.2) 52%,transparent 78%), linear-gradient(0deg,rgba(2,3,5,.55),transparent 48%); }
	.feature-copy-right figcaption { top: 50%; right: 5%; bottom: auto; left: auto; width: min(42%,440px); transform: translateY(-50%); }
	.feature-copy-left figcaption { top: 50%; right: auto; bottom: auto; left: 5%; width: min(42%,440px); transform: translateY(-50%); }
	.feature-copy-right img, .feature-copy-left img, .final-feature img { object-position: center; }
	.join-step { grid-template-columns: 110px minmax(0,1fr) 42px; min-height: 62px; }
	.join-step > b { font-size: 11px; }
	.join-step strong { font-size: 13px; }
	.join-step em { font-size: 12px; }
	.currency-grid { grid-template-columns: 1fr 1fr; }
	.currency-card dl > div { grid-template-columns: 105px minmax(0,1fr); }
	.currency-card dt { font-size: 10px; }
	.currency-card dd { font-size: 11.5px; }
	.daily-panel.active { grid-template-columns: 105px minmax(0,1fr); gap: 20px; padding: 22px; }
	.daily-number { font-size: 65px; }
	.daily-panel h3 { font-size: 23px; }
	.daily-panel dl { grid-template-columns: repeat(3,1fr); }
	.daily-panel dl > div { display: block; min-height: 0; border-right: 2px solid #030406; }
	.daily-panel dl > div:nth-child(3n) { border-right: 0; }
	.daily-panel dt { min-height: 30px; }
	.daily-panel dd { justify-content: center; min-height: 37px; }
	.prize-table th, .prize-table td { padding: 11px 14px; }
	.prize-table td { font-size: 11px; }
	.prize-table td:nth-child(3) { font-size: 9px; }
	.future-box { grid-template-columns: .8fr 1.2fr; align-items: center; padding: 22px; }
	.contact-grid { grid-template-columns: 1fr 1fr; }
	.footer-grid { grid-template-columns: 1fr auto; align-items: center; }
	.copyright { grid-column: 1 / -1; }
}

@media (min-width: 940px) {
	:root { --header-h: 74px; }
	.admin-bar .site-header { top: 32px; }
	.header-inner { flex-wrap: nowrap; gap: 18px; }
	.brand { height: 100%; }
	.main-nav { width: auto; height: 100%; flex: 1 1 auto; order: initial; justify-content: center; overflow: visible; border: 0; }
	.main-nav a { min-width: 0; flex: 0 0 auto; padding: 0 9px; border: 0; font-size: 11px; }
	.main-nav a:hover, .main-nav a.active { color: var(--gold-bright); background: transparent; }
	.header-cta { display: inline-flex; min-height: 38px; align-items: center; padding: 0 14px; border: 1px solid rgba(239,199,117,.4); border-radius: 99px; color: var(--gold-bright); background: rgba(197,138,44,.08); font-size: 10px; font-weight: 900; white-space: nowrap; }
	.hero { min-height: 690px; display: grid; align-items: center; padding: calc(var(--header-h) + 38px) 0 52px; }
	.hero-grid { grid-template-columns: minmax(0,.92fr) minmax(440px,1.08fr); gap: 48px; }
	.hero h1 > span { font-size: clamp(57px,5vw,72px); }
	.hero h1 small { font-size: clamp(51px,4.8vw,70px); }
	.hero-lead { font-size: 15px; }
	.crew-values li { font-size: 11px; }
	.hero-number { font-size: 18vw; }
	.section { padding: 88px 0; }
	.feature-banner, .feature-banner img { min-height: 360px; height: 360px; }
	.feature-banner strong { font-size: 34px; }
	.split-layout { grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: start; }
	.split-layout > .section-head { position: sticky; top: calc(var(--header-h) + 30px); }
	.quick-rail { position: fixed; z-index: 900; right: 12px; top: 50%; display: grid; overflow: hidden; border: 1px solid rgba(232,188,99,.24); border-radius: 13px; background: rgba(4,6,8,.94); box-shadow: 0 18px 55px rgba(0,0,0,.44); backdrop-filter: blur(14px); transform: translateY(-50%); }
	.quick-rail a { display: grid; width: 68px; height: 64px; place-items: center; gap: 2px; padding: 5px; border-bottom: 1px solid rgba(232,188,99,.09); color: #a99c89; }
	.quick-rail a:last-child { border-bottom: 0; }
	.quick-rail span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; color: #14100b; font-size: 9px; font-weight: 950; }
	.quick-rail .quick-poker span, .quick-rail .quick-moitto span, .quick-rail .quick-youtube span { color: white; }
	.quick-rail b { font-size: 7.5px; }
	.mobile-quick { display: none; }
	.site-footer { padding-bottom: 48px; }
}

@media (min-width: 1200px) {
	.main-nav a { padding-inline: 13px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.ticker-track { animation: none; }
	.js .reveal { opacity: 1; transform: none; transition: none; }
}

/* V5 · larger NEXON typography and official brand icons */
body { font-size: 16px; line-height: 1.62; }
.brand-copy b { font-size: 17px; }
.brand-copy small { font-size: 7.5px; }
.main-nav a { min-width: 78px; font-size: 12px; }
.eyebrow, .section-kicker { font-size: 11.5px; }
.hero h1 > span { font-size: clamp(46px, 12.8vw, 60px); }
.hero h1 small { font-size: clamp(42px, 11.7vw, 58px); }
.hero-lead { font-size: 15px; }
.hero-lead b { font-size: 14px; }
.crew-values li { font-size: 11px; }
.button { min-height: 48px; font-size: 11px; }
.sns-logo { display: block; width: 22px; height: 22px; flex: 0 0 auto; object-fit: contain; }
.sns-logo.youtube-logo { padding: 3px; border-radius: 6px; background: #fff; }
.sns-logo.kakao-logo { padding: 3px; border-radius: 6px; background: #fee500; }
.hero-brand strong { font-size: 12px; }
.ticker-track { font-size: 9.5px; }
.section-head h2 { font-size: clamp(32px, 8.7vw, 40px); }
.section-head > p:last-child { font-size: 15px; }
.info-row > b { font-size: 11px; }
.info-row > span { font-size: 13px; }
.info-row strong { font-size: 13.5px; }
.feature-banner small { font-size: 8.5px; }
.feature-banner strong { font-size: 24px; }
.feature-banner p { font-size: 12px; }
.join-step > b { font-size: 11px; }
.join-step strong { font-size: 13px; }
.join-step em { font-size: 12px; }
.currency-heading small { font-size: 8px; }
.currency-heading h3 { font-size: 24px; }
.currency-card dt, .daily-panel dt { font-size: 10.5px; }
.currency-card dd, .daily-panel dd { font-size: 12.5px; }
.card-link { font-size: 12.5px; }
.currency-warning { font-size: 11.5px; }
.guide-title small { font-size: 8.5px; }
.guide-title h3 { font-size: 23px; }
.daily-tab-list button b { font-size: 18px; }
.daily-tab-list button span { font-size: 10px; }
.format-badge { font-size: 8.5px; }
.daily-panel h3 { font-size: 21px; }
.prize-heading small { font-size: 8.5px; }
.prize-heading span { font-size: 10px; }
.prize-table th { font-size: 10px; }
.prize-table td { font-size: 11.5px; }
.prize-table td:nth-child(3) { font-size: 9.5px; }
.future-box small { font-size: 8.5px; }
.future-box h3 { font-size: 23px; }
.future-box p, .future-box blockquote { font-size: 12.5px; }
.contact-card small { font-size: 8px; }
.contact-card h3 { font-size: 18px; }
.contact-card p { font-size: 11.5px; }
.contact-icon img { display: block; width: 25px; height: 25px; object-fit: contain; }
.faq summary { min-height: 66px; font-size: 14px; }
.faq details p { font-size: 13px; }
.compliance-note > strong { font-size: 13px; }
.compliance-note p { font-size: 11.5px; }
.compliance-note a { font-size: 10px; }
.footer-brand b { font-size: 18px; }
.footer-brand p, .site-footer nav { font-size: 11px; }
.copyright { font-size: 9.5px; }
.mobile-quick a { font-size: 9px; }
.mobile-quick span img, .quick-rail span img { display: block; width: 18px; height: 18px; object-fit: contain; }
.mobile-quick .quick-poker span, .mobile-quick .quick-moitto span,
.quick-rail .quick-poker span, .quick-rail .quick-moitto span { background: #fff; }
.mobile-quick .quick-youtube span, .quick-rail .quick-youtube span { background: #ff0033; }
.mobile-quick .quick-youtube img, .quick-rail .quick-youtube img { filter: brightness(0) invert(1); }
.mobile-quick .quick-moitto img, .quick-rail .quick-moitto img { width: 21px; height: 21px; }

@media (max-width: 379px) {
	.main-nav a { min-width: 72px; font-size: 11px; }
	.hero-lead { font-size: 14px; }
	.button { font-size: 10px; }
	.info-row > b { font-size: 10.5px; }
	.info-row > span { font-size: 12px; }
	.info-row strong { font-size: 12.5px; }
	.daily-tab-list button span { font-size: 9px; }
}

@media (min-width: 680px) {
	.hero-lead { font-size: 17px; }
	.hero-lead b { font-size: 16px; }
	.crew-values li { font-size: 13px; }
	.button { font-size: 13px; }
	.section-head h2 { font-size: clamp(42px, 5.4vw, 54px); }
	.section-head > p:last-child { font-size: 16px; }
	.info-row > b { font-size: 13px; }
	.info-row > span { font-size: 15px; }
	.info-row strong { font-size: 15.5px; }
	.feature-banner strong { font-size: 34px; }
	.feature-banner p { font-size: 14px; }
	.join-step > b { font-size: 13px; }
	.join-step strong { font-size: 15px; }
	.join-step em { font-size: 14px; }
	.currency-heading h3 { font-size: 28px; }
	.currency-card dt { font-size: 12px; }
	.currency-card dd { font-size: 14px; }
	.daily-tab-list button b { font-size: 21px; }
	.daily-tab-list button span { font-size: 12px; }
	.daily-panel h3 { font-size: 27px; }
	.daily-panel dt { font-size: 11.5px; }
	.daily-panel dd { font-size: 13.5px; }
	.prize-table th { font-size: 11.5px; }
	.prize-table td { font-size: 13px; }
	.prize-table td:nth-child(3) { font-size: 11px; }
	.contact-card h3 { font-size: 21px; }
	.contact-card p { font-size: 13px; }
	.faq summary { font-size: 16px; }
	.faq details p { font-size: 14px; }
}

@media (min-width: 940px) {
	.main-nav a { font-size: 13px; }
	.hero h1 > span { font-size: clamp(62px, 5.3vw, 78px); }
	.hero h1 small { font-size: clamp(56px, 5vw, 74px); }
	.feature-banner strong { font-size: 39px; }
	.quick-rail b { font-size: 9px; }
}

/* V6 · face identity, mobile clipping fixes and safe-area polish */
html,
body { max-width: 100%; }
html { scroll-padding-top: calc(var(--header-h) + env(safe-area-inset-top) + 16px); }
body { overflow-x: clip; }
@supports not (overflow: clip) {
	body { overflow-x: hidden; }
}

.site-header {
	height: calc(var(--header-h) + env(safe-area-inset-top));
	padding-top: env(safe-area-inset-top);
}
.header-inner { height: var(--header-h); }
.brand,
.brand-copy,
.hero-copy,
.section-head,
.currency-card,
.daily-panel > div,
.contact-card > div { min-width: 0; }
.brand-face,
.brand-custom-logo {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	flex: 0 0 40px;
	overflow: hidden;
	border: 1px solid rgba(243, 212, 135, .78);
	border-radius: 50%;
	background: #090b0e;
	box-shadow: 0 0 0 2px rgba(207, 151, 59, .1), 0 5px 18px rgba(0, 0, 0, .48);
}
.brand-face img,
.brand-custom-logo img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center 18%;
}
.hero,
.content-page { padding-top: calc(var(--header-h) + env(safe-area-inset-top) + 34px); }
.hero h1,
.hero h1 > span,
.hero h1 small,
.section-head h2,
.feature-banner strong,
.guide-title h3,
.future-box h3,
.contact-card h3,
.faq summary { max-width: 100%; overflow-wrap: anywhere; word-break: keep-all; }
.info-row > span,
.join-step > span,
.currency-card dd,
.daily-panel dd,
.main-nav {
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-inline: contain;
}
.main-nav { scroll-snap-type: x proximity; }
.main-nav a { scroll-snap-align: start; }
.prize-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.mobile-quick {
	left: max(8px, env(safe-area-inset-left));
	right: max(8px, env(safe-area-inset-right));
	max-width: calc(100vw - 16px);
	margin-inline: auto;
}

@media (max-width: 939px) {
	html { scroll-padding-top: calc(var(--header-h) + 16px); }
	.site-header {
		position: fixed;
		inset: 0 0 auto;
		height: var(--header-h);
		margin: 0;
		padding-top: 0;
		transform: translateY(0);
	}
	.admin-bar .site-header { top: 46px; }
	.hero,
	.content-page { padding-top: calc(var(--header-h) + 34px); }
	.site-header::after {
		content: "›";
		position: absolute;
		right: 0;
		bottom: 0;
		display: grid;
		width: 28px;
		height: 50px;
		place-items: center;
		pointer-events: none;
		color: var(--gold-bright);
		background: linear-gradient(90deg, transparent, rgba(3, 5, 6, .98) 58%);
		font-size: 20px;
		font-weight: 700;
	}
	.main-nav { padding-right: 28px; }
}

@media (max-width: 679px) {
	.container { width: min(calc(100% - 24px), var(--max)); }
	.hero { padding-bottom: 46px; }
	.hero-actions { grid-template-columns: 1fr 1fr; gap: 7px; }
	.hero-actions .button { width: 100%; min-width: 0; padding-inline: 7px; }
	.hero-actions .button:last-child { grid-column: 1 / -1; }
	.hero-brand img { min-height: 205px; object-position: 68% center; }
	.info-row,
	.currency-card dl > div { min-height: 52px; }
	.info-row > span,
	.join-step > span,
	.currency-card dd,
	.daily-panel dd {
		overflow-x: visible;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: keep-all;
	}
	.info-row > span { flex-wrap: wrap; align-content: center; row-gap: 1px; }
	.info-row > span strong,
	.info-row > span em { flex: 0 1 auto; }
	.join-step > span { flex-direction: column; align-items: flex-start; justify-content: center; gap: 1px; }
	.currency-card dd,
	.daily-panel dd { align-content: center; }
	.daily-tab-list { overflow-x: auto; grid-template-columns: repeat(4, minmax(72px, 1fr)); }
	.daily-panel.active { grid-template-columns: 56px minmax(0, 1fr); gap: 8px; }
	.daily-number { font-size: 36px; }
	.contact-card { grid-template-columns: 40px minmax(0, 1fr) 18px; gap: 8px; }
	.contact-icon { width: 40px; height: 40px; }
}

@media (max-width: 359px) {
	.brand-face,
	.brand-custom-logo { width: 36px; height: 36px; flex-basis: 36px; }
	.brand { gap: 7px; }
	.brand-copy b { font-size: 16px; }
	.brand-copy small { font-size: 7px; }
	.hero h1 > span { font-size: clamp(42px, 13.8vw, 50px); }
	.hero h1 small { font-size: clamp(38px, 12.6vw, 46px); }
	.prize-table { min-width: 340px; }
	.mobile-quick a { font-size: 8.5px; }
}

@media screen and (max-width: 782px) {
	.admin-bar .hero,
	.admin-bar .content-page { padding-top: calc(var(--header-h) + 80px); }
}
