/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.2.0
*/

:root {
	--nk88-bg: #0b0d12;
	--nk88-bg-2: #121621;
	--nk88-surface: rgba(15, 18, 26, 0.86);
	--nk88-surface-2: rgba(255, 255, 255, 0.06);
	--nk88-border: rgba(255, 255, 255, 0.1);
	--nk88-text: #f7f4ec;
	--nk88-muted: rgba(247, 244, 236, 0.72);
	--nk88-brand: #18d96c;
	--nk88-gold: #7ef0a7;
	--nk88-neon: #3cff8d;
	--nk88-green: #0fbf52;
	--nk88-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
	--nk88-radius: 24px;
}

body.home,
body.page-template-page-trang-chu {
	margin: 0;
	color: var(--nk88-text);
	background:
		radial-gradient(circle at top left, rgba(255, 178, 71, 0.14), transparent 26%),
		radial-gradient(circle at top right, rgba(95, 242, 208, 0.1), transparent 28%),
		linear-gradient(180deg, var(--nk88-bg) 0%, #080a0f 100%);
}

body.home .skip-link,
body.page-template-page-trang-chu .skip-link {
	position: absolute;
	left: -9999px;
}

body.home .skip-link:focus,
body.page-template-page-trang-chu .skip-link:focus {
	left: 16px;
	top: 16px;
	z-index: 9999;
	background: #fff;
	color: #000;
	padding: 10px 14px;
	border-radius: 10px;
}

body.home .ezfb,
body.home .sip-overlay,
body.page-template-page-trang-chu .ezfb,
body.page-template-page-trang-chu .sip-overlay {
	display: none !important;
}

body.home #top-bar,
body.page-template-page-trang-chu #top-bar {
	display: none !important;
}

body.home #masthead,
body.page-template-page-trang-chu #masthead {
	background: linear-gradient(180deg, #111317 0%, #08090d 100%) !important;
	border-bottom: 1px solid rgba(24, 217, 108, 0.22);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

body.home .header-wrapper,
body.page-template-page-trang-chu .header-wrapper {
	background: linear-gradient(180deg, #111317 0%, #08090d 100%) !important;
}

body.home .header-main,
body.page-template-page-trang-chu .header-main {
	background: transparent !important;
}

body.home .header-main .logo img,
body.page-template-page-trang-chu .header-main .logo img {
	content: url('assets/images/nk88-avatar.png');
	max-height: 58px;
	width: 58px;
	height: 58px;
	object-fit: cover;
	border-radius: 12px;
	filter: drop-shadow(0 0 12px rgba(24, 217, 108, 0.42));
}

body.home .header-main .header-nav-main > li > a,
body.page-template-page-trang-chu .header-main .header-nav-main > li > a {
	color: #f8f1e6 !important;
	font-weight: 800;
	letter-spacing: 0.02em;
}

body.home .header-main .header-nav-main > li.current-menu-item > a,
body.home .header-main .header-nav-main > li > a:hover,
body.page-template-page-trang-chu .header-main .header-nav-main > li.current-menu-item > a,
body.page-template-page-trang-chu .header-main .header-nav-main > li > a:hover {
	color: #7ef0a7 !important;
}

body.home #footer,
body.page-template-page-trang-chu #footer {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 16% 0, rgba(126, 240, 167, 0.16), transparent 28%),
		radial-gradient(circle at 88% 12%, rgba(24, 217, 108, 0.24), transparent 30%),
		linear-gradient(135deg, #03451e 0%, #0d8b3a 42%, #07110b 100%);
	color: #f8f1e6;
	border-top: 4px solid #18d96c;
	padding-top: 24px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 -22px 60px rgba(0, 128, 59, 0.22);
}

body.home #footer::before,
body.page-template-page-trang-chu #footer::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.08) 42%, transparent 62%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
	pointer-events: none;
}

body.home #footer > *,
body.page-template-page-trang-chu #footer > * {
	position: relative;
	z-index: 1;
}

body.home #footer .row,
body.page-template-page-trang-chu #footer .row {
	padding-top: 16px !important;
}

body.home #footer a,
body.home #footer p,
body.home #footer li,
body.home #footer span,
body.page-template-page-trang-chu #footer a,
body.page-template-page-trang-chu #footer p,
body.page-template-page-trang-chu #footer li,
body.page-template-page-trang-chu #footer span {
	color: rgba(255, 247, 235, 0.9) !important;
}

body.home #footer a,
body.page-template-page-trang-chu #footer a {
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

body.home #footer a:hover,
body.page-template-page-trang-chu #footer a:hover {
	color: #7ef0a7 !important;
}

body.home #wrapper,
body.page-template-page-trang-chu #wrapper {
	padding-bottom: 0;
}

body.home #footer h1,
body.home #footer h2,
body.home #footer h3,
body.page-template-page-trang-chu #footer h1,
body.page-template-page-trang-chu #footer h2,
body.page-template-page-trang-chu #footer h3 {
	color: #fff !important;
	text-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

body.home .entry-content h1,
body.home .entry-content h2,
body.home .entry-content h3,
body.home .entry-content h4,
body.home .entry-content h5,
body.home .entry-content h6,
body.page-template-page-trang-chu .entry-content h1,
body.page-template-page-trang-chu .entry-content h2,
body.page-template-page-trang-chu .entry-content h3,
body.page-template-page-trang-chu .entry-content h4,
body.page-template-page-trang-chu .entry-content h5,
body.page-template-page-trang-chu .entry-content h6 {
	color: #0fbf52;
}

body.home .entry-content a,
body.page-template-page-trang-chu .entry-content a {
	color: #18d96c;
}

.nk88-home {
	max-width: 1480px;
	margin: 0 auto;
	padding: 20px 16px 40px;
}

.nk88-home::before {
	content: '';
	display: block;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 178, 71, 0.45), transparent);
	margin-bottom: 18px;
}

.nk88-vip-strip {
	position: relative;
	min-height: 238px;
	margin-bottom: 18px;
	overflow: hidden;
	border-radius: 0 0 28px 28px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.1) 68%),
		url('assets/images/nk88-vip-strip.png') center 38% / cover no-repeat;
	border-top: 8px solid #18d96c;
	border-bottom: 1px solid rgba(24, 217, 108, 0.18);
	box-shadow: 0 22px 60px rgba(0, 114, 48, 0.16);
}

.nk88-vip-strip__copy {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	width: min(46%, 590px);
	padding: 38px 32px 40px clamp(28px, 7vw, 92px);
	text-transform: uppercase;
}

.nk88-vip-strip__copy span,
.nk88-vip-strip__copy strong,
.nk88-vip-strip__copy em {
	display: block;
	font-style: normal;
	font-weight: 900;
	line-height: 0.94;
	letter-spacing: -0.045em;
	text-shadow: 0 10px 22px rgba(216, 0, 22, 0.14);
}

.nk88-vip-strip__copy span {
	width: max-content;
	padding: 4px 12px 6px;
	border-radius: 14px;
	background: linear-gradient(90deg, #18d96c, #7ef0a7);
	color: #fff;
	font-size: clamp(1.95rem, 4.5vw, 3.9rem);
	box-shadow: 0 14px 28px rgba(24, 217, 108, 0.18);
}

.nk88-vip-strip__copy strong {
	color: #0d1a11;
	font-size: clamp(1.65rem, 3.55vw, 3.05rem);
	letter-spacing: -0.055em;
}

.nk88-vip-strip__copy em {
	max-width: 9ch;
	color: #0fbf52;
	font-size: clamp(2.35rem, 5vw, 4.25rem);
	line-height: 0.92;
}

.nk88-vip-strip__dots {
	position: absolute;
	left: 50%;
	bottom: 12px;
	z-index: 1;
	display: inline-flex;
	gap: 8px;
	transform: translateX(-50%);
}

.nk88-vip-strip__dots span {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: rgba(24, 217, 108, 0.26);
}

.nk88-vip-strip__dots span:first-child {
	background: #18d96c;
}

.nk88-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: 22px;
	padding: 24px;
	border-radius: 30px;
	background:
		radial-gradient(circle at 12% 16%, rgba(126, 240, 167, 0.28), transparent 24%),
		radial-gradient(circle at 82% 12%, rgba(24, 217, 108, 0.46), transparent 34%),
		radial-gradient(circle at 100% 100%, rgba(15, 191, 82, 0.34), transparent 36%),
		linear-gradient(135deg, #07120d 0%, #0a5f2b 42%, #171017 100%);
	box-shadow: 0 28px 86px rgba(0, 116, 50, 0.38), 0 0 0 1px rgba(126, 240, 167, 0.08);
	border: 1px solid rgba(74, 255, 142, 0.24);
	position: relative;
	overflow: hidden;
}

.nk88-hero::before {
	content: '';
	position: absolute;
	inset: -45% 24% auto -20%;
	height: 130%;
	background: linear-gradient(115deg, transparent 20%, rgba(126, 240, 167, 0.12) 48%, rgba(24, 217, 108, 0.2) 58%, transparent 74%);
	transform: rotate(-8deg);
	pointer-events: none;
}

.nk88-hero::after {
	content: '';
	position: absolute;
	inset: auto -18% -32% auto;
	width: 430px;
	height: 430px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(126, 240, 167, 0.42), rgba(24, 217, 108, 0.18) 38%, transparent 68%);
	filter: blur(12px);
	pointer-events: none;
}

.nk88-hero__copy {
	position: relative;
	z-index: 1;
}

.nk88-hero__brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
		linear-gradient(90deg, rgba(24, 217, 108, 0.2), rgba(126, 240, 167, 0.08));
	border: 1px solid rgba(255, 213, 74, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 38px rgba(0, 98, 42, 0.22);
}

.nk88-hero__logo-wrap {
	display: block;
	flex: 0 0 auto;
}

.nk88-hero__avatar {
	width: 76px;
	height: auto;
	display: block;
	border-radius: 16px;
	filter: drop-shadow(0 0 16px rgba(24, 217, 108, 0.34));
}

.nk88-hero__logo-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 76px;
	min-height: 56px;
	padding: 0 14px;
	border-radius: 16px;
	background: linear-gradient(90deg, #18d96c, #7ef0a7);
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nk88-hero__brandtext {
	display: grid;
	gap: 4px;
}

.nk88-hero__brandtext span {
	font-size: 0.86rem;
	color: var(--nk88-gold);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nk88-hero__brandtext strong {
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.3;
}

.nk88-hero__title {
	margin: 18px 0 14px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.06;
	font-weight: 900;
	color: #fff;
	max-width: 14ch;
	text-wrap: balance;
	text-shadow: 0 10px 34px rgba(24, 217, 108, 0.45);
}

.nk88-hero__lead {
	margin: 0;
	max-width: 66ch;
	font-size: 1.04rem;
	line-height: 1.8;
	color: var(--nk88-muted);
}

.nk88-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.nk88-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 11px 18px;
	border-radius: 999px;
	font-weight: 900;
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.nk88-btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

.nk88-btn--static {
	cursor: default;
	pointer-events: none;
}

.nk88-btn--primary {
	background: linear-gradient(90deg, var(--nk88-brand) 0%, #7ef0a7 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(24, 217, 108, 0.24);
}

.nk88-btn--secondary {
	background: linear-gradient(90deg, #39e57f 0%, #0c8f3c 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(24, 217, 108, 0.18);
}

.nk88-btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.nk88-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.nk88-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 18px 14px 16px;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
		radial-gradient(circle at 50% 0, rgba(24, 217, 108, 0.3), transparent 58%);
	border: 1px solid rgba(126, 240, 167, 0.22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 83, 35, 0.16);
	text-align: center;
}

.nk88-stat__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	min-width: 26px;
	max-width: 26px;
	height: 26px;
	margin: 0 auto 10px;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(126, 240, 167, 0.28), rgba(24, 217, 108, 0.18));
	border: 1px solid rgba(126, 240, 167, 0.24);
	color: #d4ffe5;
}

.nk88-stat__icon svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
	display: block;
}

.nk88-stat strong {
	display: block;
	width: 100%;
	font-size: 1.08rem;
	font-weight: 900;
	color: #fff;
	line-height: 1.1;
}

.nk88-stat > span:not(.nk88-stat__icon) {
	display: block;
	width: 100%;
	margin-top: 0;
	font-size: 0.82rem;
	color: var(--nk88-muted);
}

.nk88-hero__media {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nk88-spotlight {
	position: relative;
	width: 100%;
	display: grid;
	gap: 12px;
	justify-items: center;
}

.nk88-spotlight__halo {
	display: none;
}

.nk88-spotlight__frame {
	position: relative;
	width: min(100%, 620px);
	padding: 0;
	border-radius: 24px;
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.nk88-spotlight__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: none;
}

.nk88-spotlight__img--hero {
	border-radius: 20px;
	box-shadow: none;
	filter: none;
	object-fit: cover;
}

.nk88-spotlight__caption {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.72);
	text-align: center;
}

.nk88-lobby {
	margin-top: 18px;
	padding: 18px;
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 245, 0.96)),
		radial-gradient(circle at top left, rgba(24, 217, 108, 0.18), transparent 34%);
	border: 1px solid rgba(24, 217, 108, 0.18);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
	color: #161616;
}

.nk88-lobby__feature {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	gap: 18px;
	align-items: stretch;
	margin-bottom: 16px;
}

.nk88-lobby__banner {
	overflow: hidden;
	border-radius: 18px;
	background: transparent;
	border: 0;
}

.nk88-lobby__banner img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	filter: none;
}

.nk88-lobby__panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px;
	border-radius: 18px;
		background:
		linear-gradient(135deg, #0c8f3c 0%, #18d96c 58%, #7ef0a7 100%);
	color: #fff;
	box-shadow: 0 16px 36px rgba(0, 116, 50, 0.28);
}

.nk88-section-kicker {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #0c8f3c;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.nk88-lobby__panel h2 {
	margin: 0;
	font-size: clamp(1.45rem, 2.2vw, 2.2rem);
	line-height: 1.12;
	font-weight: 900;
	color: inherit;
}

.nk88-lobby__panel p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.7;
	font-weight: 700;
}

.nk88-game-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(180px, 240px));
	justify-content: center;
	gap: 18px;
}

.nk88-game-card {
	display: grid;
	gap: 8px;
	color: #082013;
	min-width: 0;
}

.nk88-game-card__media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(24, 217, 108, 0.34);
	background: #0b0d12;
	box-shadow: 0 10px 22px rgba(0, 116, 50, 0.14);
}

.nk88-game-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nk88-game-card__body {
	display: grid;
	gap: 4px;
	padding: 0 4px 2px;
}

.nk88-game-card__tag {
	align-self: flex-start;
	width: max-content;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(24, 217, 108, 0.12);
	color: #0c8f3c;
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
}

.nk88-game-card strong {
	display: block;
	font-size: 0.98rem;
	line-height: 1.2;
	font-weight: 900;
	color: #082013;
}

.nk88-game-card small {
	display: block;
	margin-top: 0;
	font-size: 0.76rem;
	color: rgba(8, 32, 19, 0.72);
	font-weight: 700;
}

.nk88-promo-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.nk88-promo-card {
	position: relative;
	overflow: hidden;
	padding: 18px 18px 20px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 88% 12%, rgba(126, 240, 167, 0.24), transparent 28%),
		linear-gradient(135deg, #0c8f3c 0%, #045a25 56%, #07110b 100%);
	border: 1px solid rgba(24, 217, 108, 0.36);
	box-shadow: 0 18px 42px rgba(0, 116, 50, 0.24);
}

.nk88-promo-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.12) 45%, transparent 64%);
	transform: translateX(-35%);
	pointer-events: none;
}

.nk88-promo-card > * {
	position: relative;
	z-index: 1;
}

.nk88-promo-card__kicker {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #0c8f3c;
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.nk88-promo-card strong {
	display: block;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #fff;
}

.nk88-content-grid {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 20px;
	margin-top: 18px;
	align-items: start;
}

.nk88-sidebar {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 18px;
}

.nk88-sidebar__panel {
	position: relative;
	overflow: hidden;
	padding: 18px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 92% 0, rgba(126, 240, 167, 0.16), transparent 34%),
		linear-gradient(160deg, rgba(24, 217, 108, 0.98), rgba(4, 90, 37, 0.94) 52%, rgba(10, 12, 17, 0.96));
	border: 1px solid rgba(126, 240, 167, 0.32);
	box-shadow: 0 18px 42px rgba(0, 116, 50, 0.24);
}

.nk88-sidebar__panel--logo {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 12px;
	background:
		radial-gradient(circle at 50% 0, rgba(126, 240, 167, 0.2), transparent 46%),
		linear-gradient(180deg, #18d96c 0%, #045a25 100%);
}

.nk88-sidebar__avatar {
	width: min(100%, 180px);
	height: auto;
	border-radius: 22px;
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.24));
}

.nk88-sidebar__site {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	padding: 14px 18px;
	border-radius: 18px;
	background: linear-gradient(90deg, #18d96c, #7ef0a7);
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nk88-sidebar__panel--logo p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.65;
	font-size: 0.95rem;
}

.nk88-sidebar__panel h2 {
	margin: 0 0 12px;
	font-size: 1.05rem;
	font-weight: 900;
	color: #fff;
}

.nk88-sidebar__panel ul {
	margin: 0;
	padding-left: 1.1rem;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.75;
}

.nk88-sidebar__panel li::marker {
	color: #ffd54a;
}

.nk88-sidebar__panel li + li {
	margin-top: 8px;
}

.nk88-sidebar__panel--banner img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.nk88-article {
	min-width: 0;
}

.nk88-article__shell {
	display: flex;
	flex-direction: column;
	padding: 22px 24px 30px;
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(248, 244, 236, 0.98), rgba(238, 232, 220, 0.96));
	color: #161616;
	box-shadow: var(--nk88-shadow);
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.nk88-article__head {
	padding-bottom: 16px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nk88-article__eyebrow {
	display: inline-flex;
	padding: 6px 10px;
	margin-bottom: 10px;
	border-radius: 999px;
	background: rgba(24, 217, 108, 0.16);
	color: #0c8f3c;
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.nk88-article__title {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 2vw, 2.1rem);
	line-height: 1.18;
	font-weight: 900;
	color: #0c8f3c;
}

.nk88-article__head p {
	margin: 0;
	color: #56493f;
	line-height: 1.7;
}

.nk88-article__scroll {
	min-height: 0;
	max-height: clamp(560px, 74vh, 980px);
	overflow: auto;
	padding-right: 8px;
	scrollbar-width: thin;
	scrollbar-color: rgba(177, 77, 12, 0.9) rgba(0, 0, 0, 0.08);
}

.nk88-article__scroll::-webkit-scrollbar {
	width: 10px;
}

.nk88-article__scroll::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	border-radius: 999px;
}

.nk88-article__scroll::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, rgba(12, 143, 60, 0.95), rgba(126, 240, 167, 0.95));
	border-radius: 999px;
}

.nk88-home-content {
	font-size: 1.05rem;
	line-height: 1.85;
}

.nk88-home-content h1,
.nk88-home-content h2,
.nk88-home-content h3 {
	color: #0c8f3c;
	line-height: 1.22;
	font-weight: 900;
	margin: 28px 0 14px;
}

.nk88-home-content h1 {
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	margin-top: 0;
}

.nk88-home-content h2 {
	font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.nk88-home-content h3 {
	font-size: clamp(1.2rem, 1.6vw, 1.45rem);
}

.nk88-home-content p {
	margin: 0 0 16px;
}

.nk88-home-content a {
	color: #135fd0;
	font-weight: 700;
	text-decoration: none;
}

.nk88-home-content a:hover {
	text-decoration: underline;
}

.nk88-home-content figure,
.nk88-home-content .wp-block-image,
.nk88-home-content .wp-caption {
	margin: 22px auto 18px;
	max-width: 100%;
}

.nk88-home-content img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.nk88-home-content figcaption,
.nk88-home-content .wp-caption-text {
	padding: 8px 10px 0;
	text-align: center;
	font-size: 0.95rem;
	font-style: italic;
	color: #5a524a;
}

.nk88-home-content ul,
.nk88-home-content ol {
	padding-left: 1.3rem;
	margin: 0 0 18px;
}

.nk88-home-content li + li {
	margin-top: 8px;
}

.nk88-home-content blockquote {
	margin: 24px 0;
	padding: 18px 20px;
	border-left: 4px solid #18d96c;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 12px;
}

.nk88-plugin-banner,
.nk88-plugin-banner a {
	display: block;
}

.nk88-plugin-banner__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
	filter: none;
}

.nk88-postfooter-visual {
	display: flex;
	justify-content: center;
	position: static;
	width: min(340px, calc(100vw - 24px));
	margin: 0 auto;
	padding: 12px 0 18px;
	pointer-events: auto;
}

.nk88-postfooter-visual__frame {
	padding: 6px;
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(24, 217, 108, 0.14), rgba(255, 255, 255, 0.03)),
		linear-gradient(180deg, rgba(18, 21, 30, 0.98), rgba(10, 12, 17, 0.96));
	border: 1px solid rgba(126, 240, 167, 0.22);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
	pointer-events: auto;
}

.nk88-postfooter-visual__frame .nk88-plugin-banner,
.nk88-postfooter-visual__frame .nk88-plugin-banner a {
	display: block;
	border-radius: 999px;
	overflow: hidden;
}

.nk88-postfooter-visual__frame .nk88-plugin-banner__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 999px;
}

@media (max-width: 1200px) {
	.nk88-hero {
		grid-template-columns: 1fr;
	}

	.nk88-hero__title {
		max-width: none;
	}

	.nk88-content-grid {
		grid-template-columns: 1fr;
	}

	.nk88-sidebar {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nk88-lobby__feature {
		grid-template-columns: 1fr;
	}

	.nk88-game-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.nk88-home {
		padding: 14px 12px 30px;
	}

	.nk88-vip-strip {
		min-height: 196px;
		margin: -2px -12px 14px;
		border-radius: 0 0 22px 22px;
		background:
			linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.12) 100%),
			url('assets/images/nk88-vip-strip.png') 66% center / cover no-repeat;
	}

	.nk88-vip-strip__copy {
		width: 58%;
		gap: 6px;
		padding: 32px 14px 34px 20px;
	}

	.nk88-vip-strip__copy span {
		padding: 3px 8px 5px;
		border-radius: 10px;
		font-size: clamp(1.45rem, 7.6vw, 2.05rem);
	}

	.nk88-vip-strip__copy strong {
		font-size: clamp(1.22rem, 6.2vw, 1.7rem);
	}

	.nk88-vip-strip__copy em {
		max-width: 8ch;
		font-size: clamp(1.6rem, 8vw, 2.18rem);
	}

	.nk88-hero {
		padding: 18px 16px;
		border-radius: 22px;
	}

	.nk88-hero__brand {
		width: 100%;
	}

	.nk88-hero__avatar {
		width: 62px;
	}

	.nk88-hero__title {
		font-size: clamp(1.8rem, 8vw, 2.45rem);
	}

	.nk88-hero__lead {
		font-size: 0.98rem;
		line-height: 1.72;
	}

	.nk88-hero__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nk88-stat__icon {
		width: 24px;
		min-width: 24px;
		max-width: 24px;
		height: 24px;
		border-radius: 7px;
	}

	.nk88-stat__icon svg {
		width: 12px;
		height: 12px;
	}

	.nk88-promo-row,
	.nk88-sidebar {
		grid-template-columns: 1fr;
	}

	.nk88-lobby {
		padding: 14px;
		border-radius: 18px;
	}

	.nk88-lobby__banner,
	.nk88-lobby__banner img {
		min-height: 150px;
	}

	.nk88-lobby__panel {
		padding: 18px;
		border-radius: 14px;
	}

	.nk88-game-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nk88-game-card {
		border-radius: 14px;
	}

	.nk88-article__shell {
		padding: 18px 14px 22px;
		border-radius: 20px;
	}

	.nk88-article__scroll {
		max-height: min(62vh, 640px);
	}

	.nk88-home-content {
		font-size: 1rem;
		line-height: 1.75;
	}

	.nk88-postfooter-visual {
		width: min(270px, calc(100vw - 22px));
		padding: 10px 0 16px;
	}

	.nk88-postfooter-visual__frame {
		padding: 5px;
	}
}
