:root {
	--x777x-black: #050506;
	--x777x-night: #0b0708;
	--x777x-panel: #15080b;
	--x777x-panel-2: #210b0f;
	--x777x-red: #e50914;
	--x777x-red-deep: #7d070d;
	--x777x-gold: #ffd45a;
	--x777x-gold-2: #ff9f1c;
	--x777x-blue: #0757ff;
	--x777x-text: #ffffff;
	--x777x-muted: #d8c7b0;
	--x777x-border: rgba(255, 212, 90, .24);
}

body.c-777x {
	margin: 0;
	background: var(--x777x-black);
	color: var(--x777x-text);
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

.c-777x *,
.c-777x *:before,
.c-777x *:after {
	box-sizing: border-box;
}

.c-777x a {
	color: var(--x777x-gold);
	text-decoration: none;
}

.c-777x .site-nav,
.c-777x > header.container {
	display: none !important;
}

.c-777x .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 16px 18px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid var(--x777x-border);
	border-radius: 8px;
	color: var(--x777x-muted);
}

.c-777x .breadcrumb a,
.c-777x .breadcrumb-item.active {
	color: #fff;
}

.x777x-wrap {
	width: calc(100% - 36px);
	max-width: 1180px;
	margin: 0 auto;
}

.x777x-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(5, 5, 6, .96);
	border-bottom: 1px solid rgba(255, 212, 90, .2);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .32);
}

.x777x-nav-inner {
	min-height: 82px;
	display: grid;
	grid-template-columns: 190px 1fr auto;
	gap: 20px;
	align-items: center;
}

.x777x-logo img {
	display: block;
	width: 180px;
	height: auto;
}

.x777x-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

.x777x-menu a {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.x777x-menu a:hover {
	color: var(--x777x-gold);
}

.x777x-nav-actions,
.x777x-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.x777x-btn,
.x777x-mega-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
	transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.x777x-btn:hover,
.x777x-mega-cta:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.x777x-btn-gold,
.x777x-mega-cta {
	color: #fff8c9 !important;
	border: 1px solid var(--x777x-gold);
	background: linear-gradient(180deg, #ff2a24 0%, #9a070b 100%);
	box-shadow: inset 0 0 0 2px rgba(255, 212, 90, .18), 0 0 18px rgba(229, 9, 20, .34);
}

.x777x-btn-line {
	color: #fff !important;
	border: 1px solid rgba(229, 9, 20, .9);
	background: rgba(255, 255, 255, .03);
}

.x777x-hero {
	position: relative;
	overflow: hidden;
	min-height: 620px;
	background:
		linear-gradient(112deg, rgba(229, 9, 20, .18) 0 1px, transparent 1px 100%),
		linear-gradient(146deg, #060506 0%, #23070b 45%, #060506 100%);
	border-bottom: 1px solid var(--x777x-border);
}

.x777x-hero:before,
.x777x-hero:after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.x777x-hero:before {
	background:
		linear-gradient(78deg, transparent 0 18%, rgba(255, 28, 36, .7) 18.2%, transparent 18.8% 100%),
		linear-gradient(104deg, transparent 0 76%, rgba(255, 212, 90, .55) 76.2%, transparent 76.8% 100%);
	opacity: .6;
}

.x777x-hero:after {
	background: linear-gradient(180deg, transparent 0 70%, rgba(229, 9, 20, .32) 70%, rgba(255, 159, 28, .5) 84%, transparent 84%);
}

.x777x-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
	gap: 36px;
	align-items: center;
	min-height: 620px;
	padding: 56px 0;
}

.x777x-hero-copy,
.x777x-hero-art,
.x777x-section-head,
.x777x-panel,
.x777x-game-card,
.x777x-latest-grid article {
	min-width: 0;
}

.x777x-hero-logo {
	width: 390px;
	max-width: 88%;
	height: auto;
	display: block;
	margin-bottom: 22px;
}

.x777x-hero h1 {
	max-width: 720px;
	margin: 0 0 18px;
	font-size: 54px;
	line-height: 1.04;
	font-weight: 900;
	color: #fff;
	text-shadow: 0 4px 0 rgba(125, 7, 13, .8), 0 0 20px rgba(255, 212, 90, .18);
	overflow-wrap: anywhere;
}

.x777x-hero p {
	max-width: 690px;
	margin: 0;
	color: var(--x777x-muted);
	font-size: 18px;
	line-height: 1.75;
	overflow-wrap: anywhere;
}

.x777x-mega-cta {
	min-height: 66px;
	margin-top: 30px;
	padding: 0 38px;
	font-size: 26px;
	border-width: 2px;
}

.x777x-hero-art {
	position: relative;
}

.x777x-hero-art img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .45));
}

.x777x-trust-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 620px;
	margin-top: 30px;
}

.x777x-trust-row div {
	padding: 14px;
	border: 1px solid rgba(229, 9, 20, .38);
	border-radius: 8px;
	background: rgba(5, 5, 6, .62);
}

.x777x-trust-row b,
.x777x-trust-row span {
	display: block;
}

.x777x-trust-row b {
	color: var(--x777x-gold);
	font-size: 15px;
	text-transform: uppercase;
}

.x777x-trust-row span {
	margin-top: 4px;
	color: #fff;
	font-size: 13px;
}

.x777x-breadcrumb {
	padding: 22px 0 0;
}

.x777x-games,
.x777x-info,
.x777x-latest {
	padding: 44px 0;
	background: var(--x777x-night);
}

.x777x-info {
	background: linear-gradient(180deg, #0b0708 0%, #12070a 100%);
}

.x777x-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.x777x-section-head h2,
.x777x-panel h2,
.x777x-sidebar-card h2 {
	margin: 0;
	color: var(--x777x-gold);
	font-size: 34px;
	line-height: 1.16;
	font-weight: 900;
	text-transform: uppercase;
}

.x777x-section-head p {
	max-width: 470px;
	margin: 0;
	color: var(--x777x-muted);
	line-height: 1.7;
}

.x777x-game-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.x777x-game-card,
.x777x-panel,
.x777x-latest-grid article,
.x777x-sidebar-card,
.topic-article-main .article-main {
	border: 1px solid rgba(229, 9, 20, .42);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(41, 12, 16, .96), rgba(8, 6, 7, .96));
	box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
}

.x777x-game-card {
	padding: 12px;
	text-align: center;
	transition: transform .18s ease, border-color .18s ease;
}

.x777x-game-card:hover {
	transform: translateY(-3px);
	border-color: var(--x777x-gold);
}

.x777x-game-card h3 {
	margin: 14px 0 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.x777x-game-card p {
	min-height: 66px;
	margin: 0;
	color: var(--x777x-muted);
	font-size: 13px;
	line-height: 1.55;
}

.x777x-game-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	margin-top: 14px;
	border: 1px solid var(--x777x-gold);
	border-radius: 8px;
	color: #fff8c9;
	background: linear-gradient(180deg, rgba(229, 9, 20, .95), rgba(125, 7, 13, .95));
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.x777x-card-art {
	position: relative;
	display: block;
	overflow: hidden;
	height: 128px;
	border-radius: 8px;
	background:
		linear-gradient(132deg, rgba(255, 212, 90, .28) 0 1px, transparent 1px 100%),
		linear-gradient(145deg, #1b070b, #071023);
}

.x777x-card-art:before,
.x777x-card-art:after {
	content: "";
	position: absolute;
}

.art-casino:before {
	content: "A";
	left: 22px;
	top: 22px;
	width: 46px;
	height: 62px;
	border-radius: 6px;
	background: #fff;
	color: var(--x777x-red);
	font-size: 34px;
	font-weight: 900;
	line-height: 62px;
	box-shadow: 26px 10px 0 #f5f5f5;
}

.art-fish:before {
	left: 24px;
	top: 34px;
	width: 92px;
	height: 54px;
	border-radius: 50%;
	background: linear-gradient(145deg, #16a5ff, #0041b8);
	box-shadow: 42px 16px 0 -16px #ffd45a;
}

.art-slot:before {
	content: "777";
	left: 18px;
	right: 18px;
	top: 36px;
	height: 58px;
	border: 2px solid var(--x777x-gold);
	border-radius: 8px;
	background: #0c0506;
	color: var(--x777x-gold);
	font-size: 34px;
	font-weight: 900;
	line-height: 54px;
}

.art-sport:before {
	left: 38px;
	top: 26px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #f7f7f7;
	box-shadow: inset 0 0 0 6px #222, inset 18px 12px 0 #111;
}

.art-lotto:before {
	content: "8";
	left: 22px;
	top: 44px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	color: #111;
	font-size: 28px;
	font-weight: 900;
	line-height: 48px;
	box-shadow: 48px 0 0 #6bcf42, 96px 0 0 #f64b4b;
}

.art-app:before {
	content: "777X";
	left: 42px;
	top: 18px;
	width: 64px;
	height: 94px;
	border: 2px solid #333;
	border-radius: 8px;
	background: linear-gradient(180deg, #0c0c12, #1d0a0d);
	color: var(--x777x-gold);
	font-size: 17px;
	font-weight: 900;
	line-height: 94px;
}

.x777x-info-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 24px;
	align-items: start;
}

.x777x-panel,
.x777x-sidebar-card {
	padding: 26px;
}

.x777x-feature {
	display: grid;
	grid-template-columns: 60px 1fr;
	grid-template-areas:
		"icon title"
		"icon text";
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 212, 90, .14);
}

.x777x-feature:last-child {
	border-bottom: 0;
}

.x777x-feature:before {
	content: "777";
	grid-area: icon;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #170607;
	background: var(--x777x-gold);
	font-weight: 900;
}

.x777x-feature b {
	grid-area: title;
	display: block;
	color: #fff;
	font-size: 18px;
}

.x777x-feature p,
.x777x-faq p,
.x777x-sidebar-card p {
	grid-area: text;
	margin: 7px 0 0;
	color: var(--x777x-muted);
	line-height: 1.7;
}

.x777x-faq details {
	border: 1px solid rgba(229, 9, 20, .44);
	border-radius: 8px;
	padding: 18px;
	margin-top: 12px;
	background: rgba(5, 5, 6, .55);
}

.x777x-faq summary {
	cursor: pointer;
	color: #fff;
	font-size: 17px;
	font-weight: 900;
}

.x777x-latest-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.x777x-latest-grid article {
	padding: 20px;
}

.x777x-latest-grid article a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.45;
}

.x777x-latest-grid article p {
	color: var(--x777x-muted);
	line-height: 1.7;
	margin: 12px 0;
}

.x777x-latest-grid .meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--x777x-gold);
	font-size: 13px;
	font-weight: 800;
}

.x777x-responsible {
	padding: 22px 0;
	background: #080607;
	border-top: 1px solid var(--x777x-border);
}

.x777x-responsible .x777x-wrap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.x777x-responsible div {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 14px;
	border-right: 1px solid rgba(255, 212, 90, .22);
}

.x777x-responsible div:last-child {
	border-right: 0;
}

.x777x-responsible b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	color: #160607;
	background: var(--x777x-gold);
	font-size: 18px;
	flex: 0 0 auto;
}

.x777x-responsible span {
	color: #fff;
	line-height: 1.55;
}

.c-777x .copyright,
.c-777x footer.copyright {
	margin-top: 0 !important;
	background: #050506 !important;
	color: var(--x777x-muted);
	border-top: 1px solid var(--x777x-border);
}

.x777x-article-hero {
	padding: 42px 0;
	background:
		linear-gradient(104deg, transparent 0 70%, rgba(229, 9, 20, .24) 70.2%, transparent 72%),
		linear-gradient(145deg, #070506, #26070c 48%, #050506);
	border-bottom: 1px solid var(--x777x-border);
}

.x777x-article-intro {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 22px;
	align-items: stretch;
}

.x777x-article-intro > div,
.x777x-article-intro > aside {
	border: 1px solid rgba(255, 212, 90, .22);
	border-radius: 8px;
	background: rgba(5, 5, 6, .66);
	padding: 26px;
}

.x777x-article-logo {
	display: block;
	width: 240px;
	max-width: 100%;
	margin-bottom: 18px;
}

.x777x-article-intro p {
	margin: 0 0 10px;
	color: var(--x777x-gold);
	font-weight: 900;
	text-transform: uppercase;
}

.x777x-article-intro h1 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 42px;
	line-height: 1.12;
	font-weight: 900;
}

.x777x-article-intro small {
	color: var(--x777x-muted);
	font-weight: 800;
}

.x777x-article-intro aside img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.x777x-article-intro aside b {
	display: block;
	color: var(--x777x-gold);
	font-size: 24px;
	line-height: 1.2;
}

.topic-article-main {
	padding: 28px 0 48px;
}

.topic-article-main .article-main {
	padding: 28px !important;
	background: #fff;
	color: #1d1d1f;
}

.topic-article-main .article-main .title h1 {
	margin: 0;
	color: #111;
	font-size: 36px;
	line-height: 1.18;
	font-weight: 900;
}

.topic-article-main .article-main .meta {
	color: #6b7280;
	border-bottom: 1px solid #ececec;
}

.topic-article-main .article-main .body {
	font-size: 18px;
	line-height: 1.9;
}

.topic-article-main .article-main .body h1,
.topic-article-main .article-main .body h2,
.topic-article-main .article-main .body h3 {
	color: #111;
	font-weight: 900;
	border-left: 5px solid var(--x777x-red);
	padding-left: 14px;
}

.topic-article-main .article-main .body a {
	color: #b5070d;
	font-weight: 800;
}

.x777x-sidebar-card {
	margin-bottom: 16px;
}

.x777x-sidebar-card h2 {
	font-size: 22px;
}

.x777x-sidebar-card a {
	display: block;
	margin-top: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 212, 90, .22);
	border-radius: 8px;
	color: #fff;
	background: rgba(5, 5, 6, .58);
	font-weight: 800;
}

@media (max-width: 1100px) {
	.x777x-nav-inner {
		grid-template-columns: 170px 1fr;
	}

	.x777x-nav-actions {
		grid-column: 1 / -1;
		justify-content: center;
		padding-bottom: 14px;
	}

	.x777x-game-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.x777x-menu {
		display: none;
	}

	.x777x-nav-inner {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.x777x-hero-grid,
	.x777x-info-grid,
	.x777x-article-intro {
		grid-template-columns: 1fr;
	}

	.x777x-hero-grid {
		min-height: auto;
	}

	.x777x-hero h1 {
		font-size: 42px;
	}

	.x777x-mega-cta {
		font-size: 21px;
	}

	.x777x-section-head {
		display: block;
	}

	.x777x-section-head p {
		margin-top: 10px;
	}

	.x777x-latest-grid {
		grid-template-columns: 1fr;
	}

	.x777x-responsible .x777x-wrap {
		grid-template-columns: 1fr;
	}

	.x777x-responsible div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 212, 90, .16);
	}
}

@media (max-width: 640px) {
	.x777x-wrap {
		width: calc(100vw - 42px);
		max-width: 1180px;
	}

	.x777x-nav-actions,
	.x777x-hero-actions {
		width: 100%;
	}

	.x777x-btn,
	.x777x-mega-cta {
		width: 100%;
	}

	.x777x-hero {
		min-height: auto;
	}

	.x777x-hero-grid {
		padding: 36px 0;
	}

	.x777x-hero h1 {
		font-size: 22px;
		line-height: 1.12;
	}

	.x777x-hero p {
		font-size: 14px;
		line-height: 1.65;
	}

	.x777x-mega-cta {
		min-height: 56px;
		font-size: 18px;
		padding: 0 18px;
	}

	.x777x-trust-row,
	.x777x-game-grid {
		grid-template-columns: 1fr;
	}

	.x777x-section-head h2,
	.x777x-panel h2 {
		font-size: 24px;
	}

	.x777x-panel {
		padding: 20px;
	}

	.x777x-feature {
		grid-template-columns: 1fr;
		grid-template-areas:
			"icon"
			"title"
			"text";
	}

	.x777x-article-intro h1,
	.topic-article-main .article-main .title h1 {
		font-size: 30px;
	}

	.topic-article-main .article-main {
		padding: 20px !important;
	}
}

/* codex-topic-layout-fix:start */
body.x777x-topic-page .x777x-hero{padding:72px 0 50px;min-height:0}
body.x777x-topic-page .x777x-hero-grid{display:block}
body.x777x-topic-page .x777x-hero-copy{max-width:860px}
body.x777x-topic-page .x777x-hero h1{font-size:clamp(34px,5vw,54px)}
body.x777x-topic-page .x777x-info{padding:44px 0}
body.x777x-topic-page .x777x-info-grid{display:block}
body.x777x-topic-page .x777x-panel{max-width:920px;margin:0 auto;padding:26px}
body.x777x-topic-page .x777x-feature{grid-template-columns:60px minmax(0,1fr);align-items:start}
body.x777x-topic-page .x777x-feature p{max-width:760px}
body.x777x-topic-page .x777x-responsible{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:22px max(18px,calc((100vw - 1180px)/2))}
body.x777x-topic-page .x777x-responsible>div{border:1px solid rgba(255,212,90,.18);border-radius:8px;background:rgba(255,255,255,.03)}
body.x777x-topic-page .x777x-games{padding:44px 0}
body.x777x-topic-page .x777x-game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.x777x-topic-page .x777x-game-card{min-width:0;text-align:left}
body.x777x-topic-page .x777x-game-card p{min-height:0}
@media (max-width:820px){
  body.x777x-topic-page{overflow-x:hidden}
  body.x777x-topic-page,
  body.x777x-topic-page *{box-sizing:border-box}
  body.x777x-topic-page .x777x-wrap{width:calc(100% - 32px);max-width:1180px;margin-left:auto;margin-right:auto}
  body.x777x-topic-page .x777x-nav-inner{display:grid;grid-template-columns:1fr;gap:14px}
  body.x777x-topic-page .x777x-logo{justify-self:center}
  body.x777x-topic-page .x777x-menu{display:flex;overflow:visible;gap:12px 18px;justify-content:center;flex-wrap:wrap;width:100%;padding-bottom:4px}
  body.x777x-topic-page .x777x-menu a{white-space:nowrap}
  body.x777x-topic-page .x777x-nav-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%}
  body.x777x-topic-page .x777x-btn,
  body.x777x-topic-page .x777x-mega-cta{width:100%;max-width:100%;justify-content:center;text-align:center}
  body.x777x-topic-page .x777x-mega-cta{min-height:54px;padding:0 18px;font-size:22px}
  body.x777x-topic-page .x777x-hero{padding:52px 0 44px}
  body.x777x-topic-page .x777x-hero-copy,
  body.x777x-topic-page .x777x-panel,
  body.x777x-topic-page .x777x-feature,
  body.x777x-topic-page .x777x-game-card{min-width:0;max-width:100%}
  body.x777x-topic-page .x777x-hero-copy p,
  body.x777x-topic-page .x777x-panel p,
  body.x777x-topic-page .x777x-feature b,
  body.x777x-topic-page .x777x-feature p{white-space:normal;overflow-wrap:break-word}
  body.x777x-topic-page .x777x-hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  body.x777x-topic-page .x777x-responsible{grid-template-columns:1fr}
  body.x777x-topic-page .x777x-game-grid{grid-template-columns:1fr}
  body.x777x-topic-page .x777x-panel{padding:20px}
  body.x777x-topic-page .x777x-feature{display:block;padding:18px 0}
  body.x777x-topic-page .x777x-feature:before{display:inline-flex;width:48px;height:48px;margin:0 0 12px}
  body.x777x-topic-page .x777x-feature b,
  body.x777x-topic-page .x777x-feature p{display:block;grid-area:auto;width:100%;max-width:100%;overflow-wrap:break-word}
}
/* codex-topic-layout-fix:end */


/* codex-article-redesign-202607071336: start */
body.c-777x.x777x-article-redesign {
  background: #ffffff;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}
body.c-777x.x777x-article-redesign .x777x-nav {
  background: #000000;
  border-bottom: 1px solid rgba(255, 212, 90, .24);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .36);
}
body.c-777x.x777x-article-redesign .x777x-menu a,
body.c-777x.x777x-article-redesign .x777x-logo {
  color: #ffffff;
}
body.c-777x.x777x-article-redesign .x777x-btn-line {
  color: #ffffff !important;
  border-color: rgba(229, 9, 20, .9);
  background: rgba(255, 255, 255, .03);
}
.x777x-article-redesign .x777x-article-stage {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 42%, rgba(255, 212, 90, .24), transparent 28%),
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.44) 100%),
    linear-gradient(135deg, #030303 0%, #17070a 54%, #050505 100%);
}
.x777x-article-redesign .x777x-article-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(104deg, transparent 0 62%, rgba(229, 9, 20, .58) 62.2%, transparent 64% 100%),
    linear-gradient(78deg, transparent 0 76%, rgba(255, 212, 90, .45) 76.2%, transparent 77.2% 100%);
  opacity: .56;
  pointer-events: none;
}
.x777x-article-redesign .x777x-article-stage::after {
  content: "";
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: -24px;
  width: min(520px, 44vw);
  height: 330px;
  background: url("/assets/777x-topic.svg") center bottom / contain no-repeat;
  filter: drop-shadow(0 26px 38px rgba(0, 0, 0, .58));
  opacity: .96;
  pointer-events: none;
}
.x777x-article-redesign .x777x-article-stage-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}
.x777x-article-redesign .x777x-article-stage-content > * {
  max-width: 650px;
}
.x777x-article-redesign .x777x-article-stage h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .58);
}
.x777x-article-redesign .x777x-article-stage p {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 20px;
  line-height: 1.62;
  text-shadow: 0 6px 18px rgba(0,0,0,.55);
}
.x777x-article-redesign .x777x-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.x777x-article-redesign .x777x-article-main-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  padding: 62px 0 82px;
}
.x777x-article-redesign .x777x-article-card,
.x777x-article-redesign .x777x-article-aside {
  border: 1px solid #ead7aa;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 17, 15, .07);
}
.x777x-article-redesign .x777x-article-card {
  padding: 38px;
  min-width: 0;
}
.x777x-article-redesign .x777x-article-meta {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 6px;
  color: #111111;
  background: #fff2ce;
  font-size: 13px;
  font-weight: 900;
}
.x777x-article-redesign .x777x-article-card h1 {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.1;
  font-weight: 900;
}
.x777x-article-redesign .x777x-article-body {
  color: #3f3a35;
  font-size: 17px;
  line-height: 1.82;
}
.x777x-article-redesign .x777x-article-body h2 {
  margin: 28px 0 14px;
  color: #111111;
  font-size: 24px;
  line-height: 1.24;
  font-weight: 900;
}
.x777x-article-redesign .x777x-article-body h3 {
  margin: 20px 0 8px;
  color: #9f111b;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 900;
}
.x777x-article-redesign .x777x-article-body p {
  margin: 0 0 15px;
}
.x777x-article-redesign .x777x-article-body ul,
.x777x-article-redesign .x777x-article-body ol {
  margin: 12px 0 18px;
  padding-left: 22px;
}
.x777x-article-redesign .x777x-article-body li {
  margin: 8px 0;
}
.x777x-article-redesign .x777x-article-body a {
  color: #9f111b;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.x777x-article-redesign .x777x-template-utility {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #f0dfb9;
  color: #69625b;
  font-size: 14px;
}
.x777x-article-redesign .x777x-template-utility a {
  color: #9f111b;
  font-weight: 900;
}
.x777x-article-redesign .x777x-article-aside {
  align-self: start;
  padding: 24px;
}
.x777x-article-redesign .x777x-article-aside h2 {
  margin: 0 0 16px;
  color: #111111;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}
.x777x-article-redesign .x777x-aside-links {
  display: grid;
  gap: 12px;
}
.x777x-article-redesign .x777x-aside-links a {
  display: block;
  padding: 14px;
  border: 1px solid #ead7aa;
  border-radius: 8px;
  color: #111111;
  background: #ffffff;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.x777x-article-redesign .x777x-aside-links a:hover {
  color: #9f111b;
  border-color: #9f111b;
  text-decoration: none;
}
.x777x-article-redesign .x777x-article-foot {
  color: #ffffff;
  background: linear-gradient(135deg, #090808 0%, #160b0b 50%, #2b080d 100%);
}
.x777x-article-redesign .x777x-article-foot-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 38px;
  padding: 56px 0;
}
.x777x-article-redesign .x777x-article-foot h3 {
  margin: 0 0 16px;
  color: #ffd86a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
.x777x-article-redesign .x777x-article-foot p,
.x777x-article-redesign .x777x-article-foot a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}
.x777x-article-redesign .x777x-article-foot a:hover {
  color: #ffd86a;
}
.x777x-article-redesign .x777x-article-foot-brand {
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}
.x777x-article-redesign .x777x-article-foot-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.64);
  text-align: center;
  font-size: 13px;
}
@media (max-width: 1080px) {
  .x777x-article-redesign .x777x-article-main-wrap,
  .x777x-article-redesign .x777x-article-foot-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .x777x-article-redesign .x777x-article-stage {
    min-height: 520px;
  }
  .x777x-article-redesign .x777x-article-stage::after {
    right: -96px;
    bottom: -18px;
    width: 360px;
    opacity: .28;
  }
  .x777x-article-redesign .x777x-article-stage-content,
  .x777x-article-redesign .x777x-article-main-wrap,
  .x777x-article-redesign .x777x-article-foot-grid {
    width: min(100% - 28px, 1180px);
  }
  .x777x-article-redesign .x777x-article-stage h1 {
    font-size: 42px;
  }
  .x777x-article-redesign .x777x-article-stage p {
    font-size: 16px;
  }
  .x777x-article-redesign .x777x-article-actions {
    display: grid;
  }
  .x777x-article-redesign .x777x-article-actions .x777x-btn {
    width: 100%;
  }
  .x777x-article-redesign .x777x-article-card {
    padding: 26px;
  }
}
/* codex-article-redesign-202607071336: end */
