:root {
	
    --color-primary:#fff;
	--color-primary-dark:#4338ca;
	--color-secondary:#7729d7;
	--color-accent:#fbbf24;
	
    --bg-primary:#141824;
	--bg-secondary:#241f2b;
	--bg-dark:#0D121D;
	--bg-card:#1e293b;
	--bg-card-hover:#334155;
	--bg-overlay:rgba(44, 49, 68, 0.35);
	
    --text-primary:#ffffff;
	--text-secondary:#e2e8f0;
	--text-muted:#d1d5db;
	--text-light:#9ca3af;
	--text-dark:#6b7280;
	--text-button:#fff;
	
    --border-primary:#1e293b;
	--border-secondary:#374151;
	--border-card:#475569;
	--border-overlay:rgba(71, 85, 105, 0.3);
	
    --gradient-primary:linear-gradient(90deg, #9A32C9 0%, var(--color-secondary) 100%);
	--gradient-text:linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
	--gradient-card:linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
	--gradient-bg:linear-gradient(90deg, #39265a, #372235);
	--gradient-cta:linear-gradient(90deg, #161623 0%, #2E1414 102.14%);
	--gradient-benefits:linear-gradient(90deg, #1a0d2e 0%, #2d1b4e 50%, #1a0d2e 100%);
	
    --shadow-primary:0 0 25px rgb(121 21 163);
	--shadow-secondary:rgba(0, 0, 0, 0.3);
	--shadow-card:rgba(0, 0, 0, 0.4);
	
    --status-new:#3b82f6;
	--status-jackpot:#fbbf24;
	--status-top:#10b981;
}
*, ::after, ::before {
	box-sizing: border-box;
	border-width: 0;
	margin: 0;
}
html {
	margin:0;
	padding:0;
	width:100%;
}
body {
	font-family:'Montserrat', sans-serif;
	background-color:var(--bg-primary);
	color:var(--text-secondary);
	margin:0;
	padding:0;
}
main {
	padding: 0;
	background: var(--gradient-cta);
}
.or828p {
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 0;
}
.h90uapt {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}
.xt2b3e {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
}
.rw7ziy0f {
	width: 4px;
	height: 40px;
	background: var(--status-top);
	border-radius: 2px;
}
.dk3f4 {
	display:flex;
	align-items:center;
	gap:8px;
	font-size:18px;
	font-weight:600;
	color:var(--status-top);
	text-decoration:none;
	transition:color 0.3s cubic-bezier(0.4, 0, 0.2, 1), gap 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	will-change:color, gap;
}
.dk3f4:hover {
	color:#fff;
	gap:12px;
}
.dk3f4 svg {
	width:20px;
	height:20px;
}
.e8d7qh {
	display:grid;
	grid-template-columns:repeat(5, 1fr);
	gap:20px;
	list-style:none;
	margin:0;
	padding:0;
}
.urm0509 {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	aspect-ratio: 3 / 4;
	display: flex;
	flex-direction: column;
	will-change: transform;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.urm0509:hover {
	transform:translateY(-8px) translateZ(0);
}
.ow69ik {
	position:relative;
	width:100%;
	height:100%;
	min-height:360px;
	overflow:hidden;
	background:#0f0519;
	transform:translateZ(0);
	will-change:transform;
}
.dneamg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform:translateZ(0) scale(1);
	will-change:transform;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.urm0509:hover .dneamg {
	transform: translateZ(0) scale(1.05);
}

.deu2f {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	transform: translateZ(0);
	will-change: opacity;
}
.jcwva6v3 {
	position:absolute;
	top:12px;
	right:12px;
	z-index:2;
	transform:translateZ(0);
}
.vtatlfg7 {
	background: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	transform: translateZ(0);
	will-change: transform;
}
.jf8hy {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:20px 16px 16px;
	z-index:2;
	transform:translateZ(0);
	will-change:transform;
}
.sm6sxsm8 {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	margin-bottom:6px;
	line-height:1.3;
	text-shadow:0 2px 4px rgba(0, 0, 0, 0.5);
	transform:translateZ(0);
}
.rwtmnm {
	font-size: 13px;
	color: #d1d5db;
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	transform: translateZ(0);
}

@media (max-width: 1200px) {
    .e8d7qh {
	grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
	gap:16px;
}
}
@media (max-width: 768px) {
    .h90uapt {
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
    .xt2b3e {
	font-size: 24px;
}
    .rw7ziy0f {
	height:32px;
}
    .e8d7qh {
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
    .sm6sxsm8 {
	font-size:16px;
}
    .rwtmnm {
	font-size:12px;
}
}
@media (max-width: 480px) {
    .e8d7qh {
	grid-template-columns: repeat(2, 1fr);
}
}
.e92u4 {
	display: flex;
	position: relative;
	justify-content: flex-end;
	width: 100%;
	margin: 0 20px;
}
.zdp3 {
	display: none;
	background: none;
	border: none;
	font-size: 24px;
	color: var(--color-text);
	cursor: pointer;
	padding: 8px;
}
.e92u4 ul {
	list-style:none;
	display:flex;
	gap:10px;
	margin:0;
	padding:0;
}
.e92u4 ul li a {
	text-decoration:none;
	color:var(--color-text);
	transition:0.3s;
	padding:5px;
	display:block;
	border-radius:6px;
	font-size:13px;
}
.e92u4 ul li a:hover {
	color: var(--color-primary);
}
@media (max-width: 768px) {
    .zdp3 {
	display:block;
}
    .e92u4 ul {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--bg-secondary);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	flex-direction: column;
	gap: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
    .e92u4.active ul {
	display:flex;
	opacity:1;
	visibility:visible;
	transform:translateY(0);
	width:100%;
	align-items:center;
	margin-top:10px;
}
    .e92u4 ul li a {
	padding:16px 20px;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
    .e92u4 ul li:last-child a {
	border-bottom: none;
}
}


.ys2ikl9g {
	background:var(--bg-secondary);
	border-bottom:1px solid var(--border-primary);
	padding:20px 0;
	position:sticky;
	top:0;
	z-index:100;
	backdrop-filter:blur(10px);
	box-shadow:0 4px 6px var(--shadow-secondary);
}
.ys2ikl9g .y8rku8 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.ys2ikl9g .so81gq3 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:20px;
}
.ys2ikl9g .wwv7v {
	flex-shrink: 0;
}
.ys2ikl9g .wwv7v img {
	height: 50px;
	width: auto;
	display: block;
	filter: drop-shadow(0 0 10px var(--shadow-secondary));
	transition: transform 0.3s ease;
}
.ys2ikl9g .wwv7v img:hover {
	transform:scale(1.05);
}
.ys2ikl9g .pqziooqy {
	flex-shrink:0;
}
.ys2ikl9g .epdn8 {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 28px;
	background: var(--gradient-primary);
	color: var(--text-button);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 50px;
	border: 2px solid transparent;
	box-shadow: var(--shadow-primary);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.ys2ikl9g .epdn8::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:var(--gradient-primary);
	opacity:0;
	transition:opacity 0.3s ease;
}
.ys2ikl9g .epdn8:hover {
	transform:translateY(-2px);
	box-shadow:0 0 35px rgb(121 21 163);
	border-color:var(--color-accent);
}
.ys2ikl9g .epdn8:hover::before {
	opacity:1;
}
.ys2ikl9g .epdn8:active {
	transform: translateY(0);
}
.ys2ikl9g .k9y7x2m {
	position:relative;
	z-index:1;
	letter-spacing:0.5px;
}
.ys2ikl9g .epdn8 svg {
	position:relative;
	z-index:1;
	transition:transform 0.3s ease;
}
.ys2ikl9g .epdn8:hover svg {
	transform: translateX(4px);
}

@media (max-width: 768px) {
    .ys2ikl9g {
	padding: 15px 0;
}
    .ys2ikl9g .so81gq3 {
	flex-wrap: wrap;
	justify-content: center;
}
    .ys2ikl9g .wwv7v img {
	height:40px;
}
    .ys2ikl9g .epdn8 {
	padding: 10px 24px;
	font-size: 14px;
}
}
@media (max-width: 480px) {
    .ys2ikl9g .epdn8 {
	padding:10px 20px;
	font-size:13px;
	gap:8px;
}
    .ys2ikl9g .epdn8 svg {
	width: 14px;
	height: 14px;
}
}

@keyframes slideDown {
    from {
	opacity:0;
	transform:translateY(-20px);
}
    to {
	opacity:1;
	transform:translateY(0);
}
}
.ys2ikl9g {
	animation: slideDown 0.5s ease-out;
}

.kef9t {
	min-height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--bg-dark);
	position:relative;
	overflow:hidden;
	padding:80px 20px;
}
.s2efl {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 49.5%, var(--border-primary) 49.5%, var(--border-primary) 50.5%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, var(--border-primary) 49.5%, var(--border-primary) 50.5%, transparent 50.5%);
	background-size: 100px 100px;
	opacity: 0.3;
}
.j0jkl {
	position:absolute;
	width:100px;
	height:100px;
	border:2px solid var(--color-accent);
	opacity:0.4;
}
.qbf9zg {
	top:40px;
	left:40px;
	border-right:none;
	border-bottom:none;
}
.iqaditz {
	top: 40px;
	right: 40px;
	border-left: none;
	border-bottom: none;
}
.rc02mz {
	bottom:40px;
	left:40px;
	border-right:none;
	border-top:none;
}
.m88zphe7 {
	bottom:40px;
	right:40px;
	border-left:none;
	border-top:none;
}
.m3bddt {
	max-width: 900px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.yvutika7 {
	margin-bottom:40px;
}
.ufwr6 {
	display:inline-flex;
	align-items:center;
	gap:12px;
	background:transparent;
	border:2px solid var(--color-accent);
	color:var(--color-accent);
	padding:14px 32px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:4px;
}
.fw24nlv {
	margin-bottom:50px;
}
.zunuq1 {
	margin-bottom: 24px;
}
.ka7o7 {
	display:block;
	font-size:56px;
	font-weight:200;
	color:var(--text-primary);
	letter-spacing:8px;
	text-transform:uppercase;
	line-height:1.2;
}
.w455p43c {
	width:80px;
	height:2px;
	background:var(--color-accent);
	margin:24px auto 0;
}
.iiz7iy {
	font-size:18px;
	color:var(--text-muted);
	line-height:1.8;
	max-width:600px;
	margin:0 auto;
	font-weight:300;
}
.udj8w {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-bottom: 50px;
	padding: 30px 0;
	border-top: 1px solid var(--border-primary);
	border-bottom: 1px solid var(--border-primary);
}
.adcf {
	display: flex;
	align-items: center;
	gap: 16px;
}
.ewc3xrsa {
	width:48px;
	height:48px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--color-accent);
}
.ewc3xrsa svg {
	width:32px;
	height:32px;
}
.i00q {
	display:flex;
	flex-direction:column;
	text-align:left;
	gap:2px;
}
.aa20n3wo {
	font-size: 18px;
	font-weight: 600;
	color: var(--text-primary);
}
.aulhd5 {
	font-size:13px;
	color:var(--text-dark);
	text-transform:uppercase;
	letter-spacing:1px;
}
.qbwjio {
	width:1px;
	height:50px;
	background:var(--border-secondary);
}
.dm2cjf {
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:var(--bg-card);
	border:1px solid var(--border-card);
	padding:30px 40px;
	margin-bottom:50px;
}
.slyohw {
	text-align:left;
}
.ko6xov {
	display: block;
	font-size: 12px;
	color: var(--text-dark);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.jg1qvz {
	display:flex;
	align-items:baseline;
	gap:12px;
}
.lmhm1 {
	font-size: 48px;
	font-weight: 200;
	color: var(--color-accent);
}
.vwagm {
	font-size:16px;
	color:var(--text-muted);
}
.bjqcs2hf {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 18px 40px;
	background: var(--color-accent);
	color: var(--bg-dark);
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.bjqcs2hf:hover {
	background:var(--text-primary);
	transform:translateX(5px);
}
.ise30 {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:40px;
	flex-wrap:wrap;
}
.nfakjvkq {
	display:flex;
	align-items:center;
	gap:10px;
	color:var(--text-dark);
	font-size:13px;
}
.nfakjvkq svg {
	color:var(--status-top);
}
@media (max-width: 900px) {
    .udj8w {
	flex-direction: column;
	gap: 24px;
}
    .qbwjio {
	width:60px;
	height:1px;
}
    .adcf {
	flex-direction:column;
	text-align:center;
}
    .i00q {
	text-align: center;
}
    .dm2cjf {
	flex-direction: column;
	gap: 24px;
	text-align: center;
	padding: 30px 20px;
}
    .slyohw {
	text-align: center;
}
    .jg1qvz {
	justify-content: center;
}
}
@media (max-width: 768px) {
    .kef9t {
	padding: 60px 20px;
}
    .j0jkl {
	width: 50px;
	height: 50px;
}
    .qbf9zg, .iqaditz {
	top:20px;
}
    .rc02mz, .m88zphe7 {
	bottom:20px;
}
    .qbf9zg, .rc02mz {
	left: 20px;
}
    .iqaditz, .m88zphe7 {
	right:20px;
}
    .ka7o7 {
	font-size: 36px;
	letter-spacing: 4px;
}
    .ufwr6 {
	padding: 12px 24px;
	font-size: 12px;
	letter-spacing: 2px;
}
    .iiz7iy {
	font-size: 16px;
}
    .lmhm1 {
	font-size: 36px;
}
    .ise30 {
	gap: 20px;
}
    .nfakjvkq {
	font-size: 12px;
}
}
@media (max-width: 480px) {
    .ka7o7 {
	font-size: 28px;
	letter-spacing: 2px;
}
    .bjqcs2hf {
	width:100%;
	justify-content:center;
	padding:16px 24px;
}
}

.on43knkp {
	line-height:1.7;
	color:var(--text-secondary);
	font-weight:300;
	max-width:1280px;
	margin:32px auto 40px;
	padding:32px 24px 28px;
}
.on43knkp h1 {
	font-size:28px;
	font-weight:700;
	color:var(--text-primary);
	margin:0 0 20px;
	letter-spacing:0.02em;
	line-height:1.25;
}
.on43knkp h2 {
	font-size:22px;
	font-weight:600;
	color:var(--text-primary);
	margin:28px 0 10px;
}
.on43knkp p {
	margin-bottom: 14px;
	font-size: 15px;
	font-weight: 300;
	color: var(--text-muted);
}
.on43knkp ul,
.on43knkp ol {
	margin: 0 0 16px 18px;
	padding-left: 0;
}
.on43knkp li {
	margin:0 0 8px;
}
.on43knkp table {
	width:100%;
	border-collapse:collapse;
	margin:8px 0 16px;
	background:var(--bg-secondary);
	border-radius:10px;
	overflow:hidden;
}
.on43knkp img {
	width: 100%;
	border-radius: 10px;
	border: 1px solid var(--border-card);
	margin: 10px 0 16px;
}
.jon89q1 {
	overflow-x:auto;
	margin:20px 0;
	border-radius:10px;
}
.on43knkp th {
	background: var(--bg-dark);
	color: var(--text-primary);
	padding: 12px;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
}
.on43knkp td {
	padding:12px;
	border-top:1px solid var(--border-secondary);
	color:var(--text-muted);
	font-size:14px;
}
.on43knkp tr:nth-child(even) td {
	background:var(--bg-card-hover);
}

.kf03o {
	background: var(--bg-secondary);
	padding: 32px 0 28px;
	border-top: 1px solid var(--border-primary);
}
.hap01c {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 16px;
}
.s6hssw {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	padding-top: 24px;
	border-top: 1px solid var(--border-primary);
}
.co9u2o {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}
.co9u2o > * {
	color:var(--text-dark);
	font-size:13px;
}
.pr1q9j1 {
	font-size: 12px;
	opacity: 0.9;
}
.qyyszta {
	padding:4px 8px;
	border-radius:999px;
	border:1px solid var(--border-secondary);
	font-size:11px;
	letter-spacing:0.06em;
	text-transform:uppercase;
	color:var(--text-muted);
}
@media (max-width: 640px) {
    .s6hssw {
	flex-direction: column;
	padding-top: 20px;
	gap: 10px;
	text-align: center;
}
}