: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);
}

.gtc5ay {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}

.en8o9 {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
}

.xh39jc {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:32px;
  font-weight:700;
  color:#ffffff;
}

.zcc9me {
  width: 4px;
  height: 40px;
  background: var(--status-top);
  border-radius: 2px;
}

.cmt8rn {
  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;
}

.cmt8rn:hover {
  color: #fff;
  gap: 12px;
}

.cmt8rn svg {
  width:20px;
  height:20px;
}

.wq6y6 {
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:20px;
  list-style:none;
  margin:0;
  padding:0;
}

.i3doj9j {
  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;
}

.i3doj9j:hover {
  transform:translateY(-8px) translateZ(0);
}

.dgrrx7 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  background: #0f0519;
  transform: translateZ(0);
  will-change: transform;
}

.z8bfu {
  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;
}

.i3doj9j:hover .z8bfu {
  transform:translateZ(0) scale(1.05);
}


.gcgpw4cr {
  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;
}

.rt9hkt {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  transform: translateZ(0);
}

.zaos {
  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;
}

.hlqf40 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 16px;
  z-index: 2;
  transform: translateZ(0);
  will-change: transform;
}

.udyt {
  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);
}

.k6pn9o5 {
  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) {
    .wq6y6 {
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  gap:16px;
}
}

@media (max-width: 768px) {
    .en8o9 {
  flex-direction:column;
  align-items:flex-start;
  gap:16px;
}

    .xh39jc {
  font-size:24px;
}

    .zcc9me {
  height:32px;
}

    .wq6y6 {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

    .udyt {
  font-size: 16px;
}

    .k6pn9o5 {
  font-size: 12px;
}
}

@media (max-width: 480px) {
    .wq6y6 {
  grid-template-columns:repeat(2, 1fr);
}
}

.r31s {
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  margin: 0 20px;
}

.a9lik8mt {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--color-text);
  cursor: pointer;
  padding: 8px;
}

.r31s ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.r31s ul li a {
  text-decoration: none;
  color: var(--color-text);
  transition: 0.3s;
  padding: 5px;
  display: block;
  border-radius: 6px;
  font-size: 13px;
}

.r31s ul li a:hover {
  color: var(--color-primary);
}

@media (max-width: 768px) {
    .a9lik8mt {
  display:block;
}

    .r31s 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;
}

    .r31s.active ul {
  display:flex;
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  width:100%;
  align-items:center;
  margin-top:10px;
}

    .r31s ul li a {
  padding:16px 20px;
  border-bottom:1px solid rgba(255, 255, 255, 0.1);
}

    .r31s ul li:last-child a {
  border-bottom: none;
}
}

header {
  display:flex;
  height:72px;
  width:100%;
  background:var(--bg-dark);
  align-items:center;
  justify-content:center;
}

.jy3wukg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
}

.mlr4o img {
  display:flex;
  max-width:100%;
  height:40px;
  margin:10px 0;
}

.r31s {
  display: flex;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.r31s a {
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  transition: color 0.3s ease;
}

.r31s a:hover {
  color:var(--color-accent);
}

.ktq4m64 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
}

.g5rbzen2 {
  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;
}

.vvtcuwsp {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid var(--color-accent);
  opacity: 0.4;
}

.dqdqgyn {
  top: 40px;
  left: 40px;
  border-right: none;
  border-bottom: none;
}
.imcy2 {
  top: 40px;
  right: 40px;
  border-left: none;
  border-bottom: none;
}
.uzbh4rf {
  bottom: 40px;
  left: 40px;
  border-right: none;
  border-top: none;
}
.bnev {
  bottom:40px;
  right:40px;
  border-left:none;
  border-top:none;
}

.dlil {
  max-width:900px;
  width:100%;
  text-align:center;
  position:relative;
  z-index:1;
}

.pe0o4us {
  margin-bottom:40px;
}

.n3qbk {
  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;
}

.nhxoz22l {
  margin-bottom: 50px;
}

.gbcr {
  margin-bottom: 24px;
}

.dl05i60 {
  display:block;
  font-size:56px;
  font-weight:200;
  color:var(--text-primary);
  letter-spacing:8px;
  text-transform:uppercase;
  line-height:1.2;
}

.f1uer {
  width: 80px;
  height: 2px;
  background: var(--color-accent);
  margin: 24px auto 0;
}

.on7p5d {
  font-size:18px;
  color:var(--text-muted);
  line-height:1.8;
  max-width:600px;
  margin:0 auto;
  font-weight:300;
}

.qlrbfl {
  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);
}

.g7emurdw {
  display: flex;
  align-items: center;
  gap: 16px;
}

.no4hwqiz {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
}

.no4hwqiz svg {
  width: 32px;
  height: 32px;
}

.awtdidcu {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 2px;
}

.yvtkv {
  font-size:18px;
  font-weight:600;
  color:var(--text-primary);
}

.ycfz3 {
  font-size: 13px;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fwy6 {
  width:1px;
  height:50px;
  background:var(--border-secondary);
}

.vp2aaq {
  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;
}

.ltldi3 {
  text-align:left;
}

.lhfv {
  display:block;
  font-size:12px;
  color:var(--text-dark);
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:8px;
}

.r6pnt1 {
  display:flex;
  align-items:baseline;
  gap:12px;
}

.rf4nu {
  font-size: 48px;
  font-weight: 200;
  color: var(--color-accent);
}

.hnj6dne2 {
  font-size:16px;
  color:var(--text-muted);
}

.fx4pjllz {
  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;
}

.fx4pjllz:hover {
  background:var(--text-primary);
  transform:translateX(5px);
}

.rbkiczci {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:40px;
  flex-wrap:wrap;
}

.mo83xyjc {
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--text-dark);
  font-size:13px;
}

.mo83xyjc svg {
  color: var(--status-top);
}

@media (max-width: 900px) {
    .qlrbfl {
  flex-direction: column;
  gap: 24px;
}

    .fwy6 {
  width: 60px;
  height: 1px;
}

    .g7emurdw {
  flex-direction:column;
  text-align:center;
}

    .awtdidcu {
  text-align:center;
}

    .vp2aaq {
  flex-direction:column;
  gap:24px;
  text-align:center;
  padding:30px 20px;
}

    .ltldi3 {
  text-align: center;
}

    .r6pnt1 {
  justify-content: center;
}
}

@media (max-width: 768px) {
    .ktq4m64 {
  padding: 60px 20px;
}

    .vvtcuwsp {
  width:50px;
  height:50px;
}

    .dqdqgyn, .imcy2 {
  top:20px;
}
    .uzbh4rf, .bnev {
  bottom:20px;
}
    .dqdqgyn, .uzbh4rf {
  left: 20px;
}
    .imcy2, .bnev {
  right: 20px;
}

    .dl05i60 {
  font-size: 36px;
  letter-spacing: 4px;
}

    .n3qbk {
  padding:12px 24px;
  font-size:12px;
  letter-spacing:2px;
}

    .on7p5d {
  font-size: 16px;
}

    .rf4nu {
  font-size: 36px;
}

    .rbkiczci {
  gap: 20px;
}

    .mo83xyjc {
  font-size:12px;
}
}

@media (max-width: 480px) {
    .dl05i60 {
  font-size:28px;
  letter-spacing:2px;
}

    .fx4pjllz {
  width:100%;
  justify-content:center;
  padding:16px 24px;
}
}


.gb4vwsr {
  padding:60px 0;
  background:var(--bg-primary);
}

.gb4vwsr .vz2426 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.vohd {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 4px 20px var(--shadow-card);
}

.vohd h1,
.vohd h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: 1.3;
}

.vohd h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 30px 0 15px;
  padding-left: 15px;
  border-left: 4px solid var(--color-accent);
}

.vohd h4 {
  font-size:20px;
  font-weight:600;
  color:var(--text-secondary);
  margin:25px 0 12px;
}

.vohd p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.vohd ul,
.vohd ol {
  margin:20px 0;
  padding-left:30px;
  color:var(--text-muted);
}

.vohd li {
  font-size:16px;
  line-height:1.7;
  margin-bottom:10px;
}

.vohd a {
  color: var(--color-accent);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.vohd a:hover {
  color:var(--text-primary);
}

.vohd strong {
  color:var(--text-primary);
  font-weight:600;
}

.vohd em {
  font-style:italic;
  color:var(--text-secondary);
}

@media (max-width: 768px) {
    .gb4vwsr {
  padding: 40px 0;
}

    .vohd {
  padding: 30px 20px;
  border-radius: 12px;
}

    .vohd h1,
    .vohd h2 {
  font-size: 24px;
}

    .vohd h3 {
  font-size: 20px;
}

    .vohd p {
  font-size:15px;
}
}

.yp18q {
  background: var(--bg-secondary);
  padding: 50px 0 30px;
  text-align: center;
}

.p2ca31c {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.j16r {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:28px;
  margin-bottom:40px;
  padding-bottom:40px;
  border-bottom:1px solid var(--border-primary);
}

.cp5i09g {
  font-size:32px;
  font-weight:900;
  letter-spacing:-1px;
  background:var(--gradient-primary);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.ze99 {
  display:flex;
  gap:32px;
  flex-wrap:wrap;
  justify-content:center;
}

.ze99 a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
  position: relative;
}

.ze99 a::after {
  content:"";
  position:absolute;
  bottom:-4px;
  left:0;
  width:0;
  height:2px;
  background:var(--color-secondary);
  transition:width 0.3s ease;
}

.ze99 a:hover {
  color: var(--text-primary);
}

.ze99 a:hover::after {
  width: 100%;
}

.hqxe3bc {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:40px;
  margin-bottom:40px;
  flex-wrap:wrap;
}

.hd1g8 {
  display:flex;
  align-items:center;
  gap:14px;
}

.prcp72h {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: 12px;
  color: var(--status-top);
}

.prcp72h svg {
  width: 26px;
  height: 26px;
}

.nfa4 {
  display:flex;
  flex-direction:column;
  text-align:left;
  gap:2px;
}

.jovvf {
  font-size:14px;
  font-weight:600;
  color:var(--text-primary);
}

.h6ainc {
  font-size:12px;
  color:var(--text-dark);
  font-family:monospace;
}

.ru7iy8 {
  width: 1px;
  height: 40px;
  background: var(--border-secondary);
}

.tfig {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.hcnhnw4o {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
}

.hcnhnw4o svg {
  width: 18px;
  height: 18px;
  color: var(--status-top);
}

.ekre8 {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-primary);
}

.jephq {
  padding:10px 20px;
  background:var(--bg-card);
  border:1px solid var(--border-primary);
  border-radius:10px;
  font-size:14px;
  font-weight:500;
  color:var(--text-secondary);
  transition:all 0.2s ease;
}

.jephq:hover {
  border-color: var(--color-secondary);
  color: var(--text-primary);
}

.inp3tkab {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bf19yep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 24px;
  background: var(--bg-card);
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.ec1mc4z {
  flex-shrink:0;
  padding:8px 14px;
  background:var(--gradient-cta);
  border:2px solid var(--border-secondary);
  border-radius:8px;
  font-size:16px;
  font-weight:800;
  color:var(--text-muted);
}

.bf19yep p {
  margin: 0;
  font-size: 13px;
  color: var(--text-dark);
  line-height: 1.5;
  text-align: left;
}

.y29z {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--text-dark);
}

.y29z a {
  color: var(--text-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.y29z a:hover {
  color: var(--text-primary);
}

.z9auqnkd {
  color:var(--border-secondary);
}

@media (max-width: 768px) {
    .ze99 {
  gap: 20px;
}

    .ze99 a {
  font-size:14px;
}

    .hqxe3bc {
  flex-direction: column;
  gap: 24px;
}

    .ru7iy8 {
  width:60px;
  height:1px;
}

    .hd1g8 {
  justify-content: center;
}

    .nfa4 {
  text-align: center;
}

    .tfig {
  justify-content:center;
}

    .bf19yep {
  flex-direction: column;
  text-align: center;
}

    .bf19yep p {
  text-align: center;
}

    .y29z {
  flex-direction: column;
  gap: 8px;
}

    .z9auqnkd {
  display:none;
}
}