:root {
   
    --color-primary:#fff;
   --color-primary-dark:#059669;
   --color-secondary:#00d26a;
   --color-accent:#34d399;
   
    --bg-primary:#0c1218;
   --bg-secondary:#141c24;
   --bg-dark:#070b10;
   --bg-card:#152028;
   --bg-card-hover:#1e2e3a;
   --bg-overlay:rgba(12, 18, 30, 0.35);
   
    --text-primary:#ffffff;
   --text-secondary:#e2e8f0;
   --text-muted:#d1d5db;
   --text-light:#9ca3af;
   --text-dark:#6b7280;
   --text-button:#fff;
   
    --border-primary:#1a2530;
   --border-secondary:#263340;
   --border-card:#2e4050;
   --border-overlay:rgba(30, 50, 65, 0.3);
   
    --gradient-primary:linear-gradient(90deg, #059669 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, #0a1a1e, #0d2215);
   --gradient-cta:linear-gradient(90deg, #0a1218 0%, #0d1a14 102.14%);
   --gradient-benefits:linear-gradient(90deg, #071510 0%, #0d2a1a 50%, #071510 100%);
   
    --shadow-primary:0 0 25px rgb(0 180 90);
   --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);
}
.rrish {
   max-width:1280px;
   margin:0 auto;
   padding:100px 0;
}
.of8p6df {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 30px;
}
.kumc {
   display: flex;
   align-items: center;
   gap: 12px;
   font-size: 32px;
   font-weight: 700;
   color: #ffffff;
}
.bb1o7n {
   width: 4px;
   height: 40px;
   background: var(--status-top);
   border-radius: 2px;
}
.ltn8crrg {
   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;
}
.ltn8crrg:hover {
   color:#fff;
   gap:12px;
}
.ltn8crrg svg {
   width:20px;
   height:20px;
}
.h22p {
   display:grid;
   grid-template-columns:repeat(5, 1fr);
   gap:20px;
   list-style:none;
   margin:0;
   padding:0;
}
.swzhuppj {
   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;
}
.swzhuppj:hover {
   transform: translateY(-8px) translateZ(0);
}
.i0rep4 {
   position: relative;
   width: 100%;
   height: 100%;
   min-height: 360px;
   overflow: hidden;
   background: #070d12;
   transform: translateZ(0);
   will-change: transform;
}
.sfo6y {
   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;
}
.swzhuppj:hover .sfo6y {
   transform:translateZ(0) scale(1.05);
}

.p9xqqb {
   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;
}
.sihc {
   position:absolute;
   top:12px;
   right:12px;
   z-index:2;
   transform:translateZ(0);
}
.j8hye1 {
   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;
}
.dix9 {
   position:absolute;
   bottom:0;
   left:0;
   right:0;
   padding:20px 16px 16px;
   z-index:2;
   transform:translateZ(0);
   will-change:transform;
}
.co00mis {
   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);
}
.qjf9 {
   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) {
    .h22p {
   grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
   gap:16px;
}
}
@media (max-width: 768px) {
    .of8p6df {
   flex-direction:column;
   align-items:flex-start;
   gap:16px;
}
    .kumc {
   font-size: 24px;
}
    .bb1o7n {
   height:32px;
}
    .h22p {
   grid-template-columns: repeat(2, 1fr);
   gap: 12px;
}
    .co00mis {
   font-size: 16px;
}
    .qjf9 {
   font-size: 12px;
}
}
@media (max-width: 480px) {
    .h22p {
   grid-template-columns:repeat(2, 1fr);
}
}
.wcb7 {
   display:flex;
   position:relative;
   justify-content:flex-end;
   width:100%;
   margin:0 20px;
}
.tbtd {
   display:none;
   background:none;
   border:none;
   font-size:24px;
   color:var(--color-text);
   cursor:pointer;
   padding:8px;
}
.wcb7 ul {
   list-style:none;
   display:flex;
   gap:10px;
   margin:0;
   padding:0;
}
.wcb7 ul li a {
   text-decoration:none;
   color:var(--color-text);
   transition:0.3s;
   padding:5px;
   display:block;
   border-radius:6px;
   font-size:13px;
}
.wcb7 ul li a:hover {
   color: var(--color-primary);
}
@media (max-width: 768px) {
    .tbtd {
   display: block;
}
    .wcb7 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;
}
    .wcb7.active ul {
   display:flex;
   opacity:1;
   visibility:visible;
   transform:translateY(0);
   width:100%;
   align-items:center;
   margin-top:10px;
}
    .wcb7 ul li a {
   padding: 16px 20px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
    .wcb7 ul li:last-child a {
   border-bottom: none;
}
}


.mfnan56 {
   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);
}
.mfnan56 .xk99k {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}
.mfnan56 .varfkrm {
   display:flex;
   justify-content:space-between;
   align-items:center;
   gap:20px;
}
.mfnan56 .nh1tc3 {
   flex-shrink: 0;
}
.mfnan56 .nh1tc3 img {
   height:50px;
   width:auto;
   display:block;
   filter:drop-shadow(0 0 10px var(--shadow-secondary));
   transition:transform 0.3s ease;
}
.mfnan56 .nh1tc3 img:hover {
   transform: scale(1.05);
}
.mfnan56 .w794e {
   display: flex;
   gap: 20px;
   align-items: center;
}
.mfnan56 .vtx5 {
   display: flex;
   align-items: center;
   gap: 8px;
   padding: 8px 16px;
   background: var(--bg-card);
   border: 1px solid var(--border-secondary);
   border-radius: 50px;
   color: var(--text-secondary);
   font-size: 14px;
   font-weight: 500;
   transition: all 0.3s ease;
}
.mfnan56 .vtx5 svg {
   flex-shrink: 0;
   color: var(--color-accent);
   transition: transform 0.3s ease;
}
.mfnan56 .vtx5:hover {
   background: var(--bg-card-hover);
   border-color: var(--color-accent);
   transform: translateY(-2px);
   box-shadow: 0 4px 12px var(--shadow-secondary);
}
.mfnan56 .vtx5:hover svg {
   transform: scale(1.1) rotate(5deg);
}

@media (max-width: 768px) {
    .mfnan56 {
   padding: 15px 0;
}
    .mfnan56 .varfkrm {
   flex-wrap: wrap;
   justify-content: center;
   gap: 15px;
}
    .mfnan56 .nh1tc3 img {
   height: 40px;
}
    .mfnan56 .w794e {
   gap: 10px;
}
    .mfnan56 .vtx5 {
   padding:6px 12px;
   font-size:12px;
}
    .mfnan56 .vtx5 svg {
   width:16px;
   height:16px;
}
}
@media (max-width: 480px) {
    .mfnan56 .w794e {
   width: 100%;
   justify-content: center;
   flex-wrap: wrap;
}
}

.nwkbc4 {
   min-height: 100vh;
   display: flex;
   flex-direction: column;
   background: var(--gradient-cta);
   position: relative;
   overflow: hidden;
}
.ai6s {
   position:absolute;
   inset:0;
   background-image:radial-gradient(circle at 25% 25%, rgba(154, 50, 201, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(251, 191, 36, 0.08) 0%, transparent 50%);
   pointer-events:none;
}
.ai6s::before {
   content: "";
   position: absolute;
   inset: 0;
   background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 40px,
        rgba(255,255,255,0.01) 40px,
        rgba(255,255,255,0.01) 80px
    );
}
.vzdn {
   position: absolute;
   inset: 0;
   pointer-events: none;
   overflow: hidden;
}
.fxaacj {
   position: absolute;
   width: 60px;
   height: 84px;
   background: linear-gradient(145deg, #fff 0%, #f0f0f0 100%);
   border-radius: 8px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 4px;
   box-shadow: 0 10px 40px rgba(0,0,0,0.3);
   animation: hero6CardFloat 20s infinite ease-in-out;
}
.rjys4sje {
   font-size:22px;
   font-weight:bold;
   color:#1a1a2e;
   line-height:1;
}
.kmzdzk {
   width:18px;
   height:18px;
}
.aua6vslj {
   top:15%;
   left:5%;
   animation-delay:0s;
}
.tiflmj9 {
   top: 60%;
   left: 8%;
   animation-delay: 5s;
}
.svp7r {
   top: 20%;
   right: 10%;
   animation-delay: 10s;
}
.iov0yc0w {
   top:70%;
   right:5%;
   animation-delay:15s;
}
@keyframes hero6CardFloat {
    0%, 100% {
   transform: translateY(0) rotate(-5deg);
}
    25% {
   transform: translateY(-30px) rotate(5deg);
}
    50% {
   transform:translateY(-15px) rotate(-3deg);
}
    75% {
   transform:translateY(-40px) rotate(8deg);
}
}
.r1xxfiux {
   position:absolute;
   inset:0;
   pointer-events:none;
}
.ylrb {
   position:absolute;
   width:50px;
   height:50px;
   border-radius:50%;
   border:4px dashed;
   animation:hero6ChipSpin 10s infinite linear;
}
.spytt0e {
   top: 30%;
   left: 15%;
   background: radial-gradient(circle, #dc2626 60%, #7f1d1d 100%);
   border-color: #fecaca;
}
.o4hyfsmx {
   bottom: 25%;
   right: 15%;
   background: radial-gradient(circle, var(--color-secondary) 60%, #4c1d95 100%);
   border-color: #c4b5fd;
   animation-delay: 3s;
   animation-direction: reverse;
}
.up4k {
   top:50%;
   right:20%;
   width:40px;
   height:40px;
   background:radial-gradient(circle, var(--color-accent) 60%, #92400e 100%);
   border-color:#fef3c7;
   animation-delay:6s;
}
@keyframes hero6ChipSpin {
    from {
   transform: rotate(0deg);
}
    to {
   transform: rotate(360deg);
}
}
.ap1sin {
   flex:1;
   display:grid;
   grid-template-columns:1fr 1fr;
   gap:60px;
   align-items:center;
   max-width:1400px;
   margin:0 auto;
   padding:100px 40px 60px;
   position:relative;
   z-index:2;
}
.eavv5 {
   max-width:600px;
}
.dv2dsez {
   color:var(--color-accent);
   margin-bottom:16px;
   filter:drop-shadow(0 0 20px rgba(251, 191, 36, 0.5));
   animation:hero6Crown 3s infinite ease-in-out;
}
@keyframes hero6Crown {
    0%, 100% {
   transform:translateY(0) rotate(-5deg);
}
    50% {
   transform:translateY(-10px) rotate(5deg);
}
}
.rfja6 {
   display:inline-block;
   background:linear-gradient(90deg, var(--color-secondary), var(--color-accent));
   -webkit-background-clip:text;
   -webkit-text-fill-color:transparent;
   background-clip:text;
   font-size:16px;
   font-weight:600;
   text-transform:uppercase;
   letter-spacing:3px;
   margin-bottom:16px;
}
.x0ynkc {
   font-size: 56px;
   font-weight: 900;
   line-height: 1.1;
   color: var(--text-primary);
   margin: 0 0 20px;
   text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.ll9dz {
   font-size:18px;
   line-height:1.7;
   color:var(--text-secondary);
   margin:0 0 32px;
}
.ckwzt {
   display: flex;
   gap: 16px;
   margin-bottom: 36px;
   flex-wrap: wrap;
}
.m9jo9v4 {
   display: flex;
   align-items: center;
   gap: 12px;
   background: rgba(255,255,255,0.05);
   border: 1px solid rgba(255,255,255,0.1);
   padding: 16px 20px;
   border-radius: 16px;
   backdrop-filter: blur(10px);
   transition: all 0.3s ease;
}
.m9jo9v4:hover {
   background: rgba(255,255,255,0.1);
   border-color: var(--color-secondary);
   transform: translateY(-3px);
}
.crwu {
   color: var(--color-accent);
}
.g1hdk7 {
   display:flex;
   flex-direction:column;
   gap:2px;
}
.yv325jz {
   font-size: 20px;
   font-weight: 800;
   color: var(--color-accent);
}
.k673v8th {
   font-size:12px;
   color:var(--text-muted);
   text-transform:uppercase;
   letter-spacing:0.5px;
}
.ymmnrqzr {
   display:flex;
   gap:16px;
   flex-wrap:wrap;
}
.n11cc {
   position:relative;
   display:inline-flex;
   text-decoration:none;
   border-radius:16px;
   overflow:hidden;
}
.anltd {
   position:absolute;
   inset:0;
   background:var(--gradient-primary);
   transition:all 0.3s ease;
}
.n11cc:hover .anltd {
   transform: scale(1.05);
}
.y3b1gxl {
   position:relative;
   z-index:1;
   display:flex;
   align-items:center;
   gap:10px;
   padding:18px 36px;
   color:var(--text-button);
   font-size:17px;
   font-weight:700;
}
.g14pr3p {
   width:24px;
   height:24px;
}
.n11cc:hover {
   box-shadow:0 0 50px rgba(154, 50, 201, 0.6);
   transform:translateY(-2px);
}
.de35k {
   display:inline-flex;
   align-items:center;
   justify-content:center;
   padding:18px 36px;
   border:2px solid var(--color-accent);
   color:var(--color-accent);
   font-size:17px;
   font-weight:700;
   border-radius:16px;
   text-decoration:none;
   transition:all 0.3s ease;
}
.de35k:hover {
   background: var(--color-accent);
   color: var(--bg-dark);
   transform: translateY(-2px);
}
.wbutjxk {
   display:flex;
   flex-direction:column;
   align-items:center;
   gap:30px;
}
.ltszpvv {
   position: relative;
   width: 100%;
   max-width: 450px;
}
.lt7yssxl {
   position:absolute;
   top:50%;
   left:50%;
   transform:translate(-50%, -50%);
   width:120%;
   height:120%;
   background:radial-gradient(circle, rgba(154, 50, 201, 0.4) 0%, transparent 70%);
   filter:blur(40px);
   animation:hero6ShowcaseGlow 4s infinite ease-in-out;
}
@keyframes hero6ShowcaseGlow {
    0%, 100% {
   opacity:0.6;
   transform:translate(-50%, -50%) scale(1);
}
    50% {
   opacity: 1;
   transform: translate(-50%, -50%) scale(1.1);
}
}
.eo4rt40 {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 110%;
   height: 110%;
   border: 2px solid rgba(154, 50, 201, 0.3);
   border-radius: 50%;
   animation: hero6Ring 15s infinite linear;
}
.eo4rt40::before {
   content: "";
   position: absolute;
   top: -8px;
   left: 50%;
   width: 16px;
   height: 16px;
   background: var(--color-accent);
   border-radius: 50%;
   box-shadow: 0 0 20px var(--color-accent);
}
@keyframes hero6Ring {
    from {
   transform: translate(-50%, -50%) rotate(0deg);
}
    to {
   transform: translate(-50%, -50%) rotate(360deg);
}
}
.upr315 {
   position:relative;
   border-radius:24px;
   overflow:hidden;
   border:4px solid rgba(255,255,255,0.1);
   box-shadow:0 30px 80px rgba(0,0,0,0.5);
}
.upr315 img {
   width: 100%;
   height: auto;
   display: block;
}
.j5f7uefn {
   position: absolute;
   bottom: -20px;
   left: 50%;
   transform: translateX(-50%);
   background: linear-gradient(135deg, var(--color-accent) 0%, #f59e0b 100%);
   padding: 12px 28px;
   border-radius: 50px;
   text-align: center;
   box-shadow: 0 10px 40px rgba(251, 191, 36, 0.4);
   white-space: nowrap;
}
.s1d6koud {
   display: block;
   font-size: 11px;
   text-transform: uppercase;
   letter-spacing: 1px;
   color: rgba(0,0,0,0.6);
   font-weight: 600;
}
.zt63d {
   display: block;
   font-size: 22px;
   font-weight: 900;
   color: var(--bg-dark);
}
.p6g88 {
   display:flex;
   gap:40px;
}
.gcqqn {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 4px;
}
.vyp7p {
   font-size: 28px;
   font-weight: 800;
   color: var(--text-primary);
}
.zsv19 {
   font-size: 14px;
   color: var(--text-muted);
   text-transform: uppercase;
   letter-spacing: 1px;
}
.rdd5b8 {
   background:rgba(0,0,0,0.3);
   border-top:1px solid rgba(255,255,255,0.05);
   padding:20px 0;
   position:relative;
   z-index:2;
}
.mmf13yu {
   max-width:1400px;
   margin:0 auto;
   padding:0 40px;
   display:flex;
   align-items:center;
   gap:24px;
   flex-wrap:wrap;
}
.z18ou {
   font-size: 14px;
   color: var(--text-muted);
   font-weight: 500;
}
.b0xcbwe {
   display:flex;
   gap:16px;
   flex-wrap:wrap;
}
.dczkvr {
   font-size:14px;
   color:var(--text-secondary);
   background:rgba(255,255,255,0.05);
   padding:8px 16px;
   border-radius:8px;
   border:1px solid rgba(255,255,255,0.08);
}
@media (max-width: 1024px) {
    .ap1sin {
   grid-template-columns:1fr;
   text-align:center;
   padding:80px 20px 40px;
}
    .eavv5 {
   max-width:100%;
}
    .ckwzt {
   justify-content: center;
}
    .ymmnrqzr {
   justify-content:center;
}
    .wbutjxk {
   order:-1;
}
    .ltszpvv {
   max-width:350px;
}
    .vzdn,
    .r1xxfiux {
   display: none;
}
}
@media (max-width: 768px) {
    .x0ynkc {
   font-size: 36px;
}
    .ll9dz {
   font-size: 16px;
}
    .ckwzt {
   flex-direction: column;
   align-items: center;
}
    .m9jo9v4 {
   width:100%;
   max-width:280px;
   justify-content:center;
}
    .ymmnrqzr {
   flex-direction: column;
   width: 100%;
}
    .n11cc,
    .de35k {
   width:100%;
   justify-content:center;
}
    .y3b1gxl {
   justify-content:center;
}
    .mmf13yu {
   flex-direction:column;
   text-align:center;
}
    .b0xcbwe {
   justify-content: center;
}
}
@media (max-width: 480px) {
    .x0ynkc {
   font-size: 28px;
}
    .dv2dsez svg {
   width: 36px;
   height: 36px;
}
    .rfja6 {
   font-size:12px;
   letter-spacing:2px;
}
    .p6g88 {
   gap:24px;
}
    .vyp7p {
   font-size: 22px;
}
}

.exag6 {
   padding:60px 0;
   background:var(--bg-primary);
}
.d3m1l {
   max-width: 1140px;
   margin: 0 auto;
   padding: 0 24px;
}
.ukg4 {
   color: var(--text-muted);
   line-height: 1.8;
}
.ukg4 h1,
.ukg4 h2 {
   font-size:32px;
   font-weight:800;
   color:var(--text-primary);
   margin:0 0 22px;
   line-height:1.25;
}
.ukg4 h3 {
   font-size:22px;
   font-weight:700;
   color:var(--text-primary);
   margin:36px 0 16px;
   padding:14px 20px;
   background:var(--bg-card);
   border-radius:10px;
   border-left:4px solid var(--color-accent);
}
.ukg4 h4 {
   font-size: 18px;
   font-weight: 600;
   color: var(--text-secondary);
   margin: 28px 0 12px;
}
.ukg4 p {
   font-size: 16px;
   line-height: 1.85;
   color: var(--text-muted);
   margin-bottom: 18px;
}
.ukg4 ul,
.ukg4 ol {
   margin:20px 0;
   padding-left:28px;
}
.ukg4 li {
   font-size:16px;
   line-height:1.75;
   color:var(--text-muted);
   margin-bottom:10px;
}
.ukg4 ul li::marker {
   color:var(--color-accent);
}
.ukg4 ol li::marker {
   color:var(--color-accent);
   font-weight:700;
}
.ukg4 a {
   color:var(--color-accent);
   text-decoration:none;
   transition:color 0.2s;
}
.ukg4 a:hover {
   color:var(--text-primary);
   text-decoration:underline;
}
.ukg4 strong,
.ukg4 b {
   color: var(--text-primary);
   font-weight: 600;
}
.ukg4 em {
   font-style: italic;
   color: var(--text-secondary);
}
.ukg4 blockquote {
   margin:28px 0;
   padding:24px 32px;
   background:var(--bg-card);
   border:1px solid var(--border-primary);
   border-radius:12px;
   color:var(--text-secondary);
   font-size:17px;
   font-style:italic;
   position:relative;
}
.ukg4 blockquote::before {
   content: "\201C";
   position: absolute;
   top: 12px;
   left: 16px;
   font-size: 40px;
   color: var(--color-accent);
   line-height: 1;
   opacity: 0.5;
}
.ukg4 img {
   max-width:100%;
   height:auto;
   border-radius:12px;
   margin:20px 0;
}
.ukg4 table {
   width: 100%;
   border-collapse: collapse;
   margin: 24px 0;
   border-radius: 12px;
   overflow: hidden;
   border: 1px solid var(--border-primary);
}
.ukg4 th {
   background:var(--bg-card);
   color:var(--text-primary);
   padding:14px 16px;
   text-align:left;
   font-weight:600;
   font-size:14px;
   border-bottom:2px solid var(--border-secondary);
}
.ukg4 td {
   padding: 12px 16px;
   border-top: 1px solid var(--border-primary);
   color: var(--text-muted);
   font-size: 15px;
}
.ukg4 tr:hover td {
   background:rgba(255,255,255,0.02);
}
@media (max-width: 768px) {
    .exag6 {
   padding:40px 0;
}
    .ukg4 h1, .ukg4 h2 {
   font-size: 24px;
}
    .ukg4 h3 {
   font-size:18px;
   padding:12px 16px;
}
    .ukg4 p, .ukg4 li {
   font-size:15px;
}
    .ukg4 blockquote {
   padding:20px;
}
}

.y6mjsa8e {
   background:var(--bg-secondary);
   padding:50px 0 30px;
   text-align:center;
}
.kz0ufto {
   max-width:1100px;
   margin:0 auto;
   padding:0 20px;
}
.z6ex5w {
   display:flex;
   flex-direction:column;
   align-items:center;
   gap:28px;
   margin-bottom:40px;
   padding-bottom:40px;
   border-bottom:1px solid var(--border-primary);
}
.m1xzc30i {
   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;
}
.ik8dn5n {
   display: flex;
   gap: 32px;
   flex-wrap: wrap;
   justify-content: center;
}
.ik8dn5n a {
   color: var(--text-muted);
   text-decoration: none;
   font-size: 15px;
   font-weight: 500;
   transition: color 0.2s ease;
   position: relative;
}
.ik8dn5n a::after {
   content: "";
   position: absolute;
   bottom: -4px;
   left: 0;
   width: 0;
   height: 2px;
   background: var(--color-secondary);
   transition: width 0.3s ease;
}
.ik8dn5n a:hover {
   color: var(--text-primary);
}
.ik8dn5n a:hover::after {
   width: 100%;
}
.h251p {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 40px;
   margin-bottom: 40px;
   flex-wrap: wrap;
}
.mzjteib {
   display:flex;
   align-items:center;
   gap:14px;
}
.hup0z1um {
   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);
}
.hup0z1um svg {
   width:26px;
   height:26px;
}
.kdcrb {
   display:flex;
   flex-direction:column;
   text-align:left;
   gap:2px;
}
.rrl4jnqt {
   font-size:14px;
   font-weight:600;
   color:var(--text-primary);
}
.o6p87wcs {
   font-size: 12px;
   color: var(--text-dark);
   font-family: monospace;
}
.x1d0t4n {
   width: 1px;
   height: 40px;
   background: var(--border-secondary);
}
.c78vmnh2 {
   display: flex;
   gap: 24px;
   flex-wrap: wrap;
}
.d2lb1d {
   display:flex;
   align-items:center;
   gap:8px;
   font-size:13px;
   color:var(--text-muted);
}
.d2lb1d svg {
   width:18px;
   height:18px;
   color:var(--status-top);
}
.g6vak7kt {
   display:flex;
   justify-content:center;
   gap:16px;
   flex-wrap:wrap;
   margin-bottom:40px;
   padding-bottom:40px;
   border-bottom:1px solid var(--border-primary);
}
.ufs7463m {
   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;
}
.ufs7463m:hover {
   border-color:var(--color-secondary);
   color:var(--text-primary);
}
.kfwjz7 {
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.xmqp0z6u {
   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;
}
.ipc6 {
   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);
}
.xmqp0z6u p {
   margin:0;
   font-size:13px;
   color:var(--text-dark);
   line-height:1.5;
   text-align:left;
}
.mbd5 {
   display:flex;
   align-items:center;
   justify-content:center;
   gap:12px;
   flex-wrap:wrap;
   font-size:13px;
   color:var(--text-dark);
}
.mbd5 a {
   color:var(--text-dark);
   text-decoration:none;
   transition:color 0.2s ease;
}
.mbd5 a:hover {
   color:var(--text-primary);
}
.sraerlt {
   color: var(--border-secondary);
}
@media (max-width: 768px) {
    .ik8dn5n {
   gap:20px;
}
    .ik8dn5n a {
   font-size: 14px;
}
    .h251p {
   flex-direction:column;
   gap:24px;
}
    .x1d0t4n {
   width:60px;
   height:1px;
}
    .mzjteib {
   justify-content:center;
}
    .kdcrb {
   text-align: center;
}
    .c78vmnh2 {
   justify-content: center;
}
    .xmqp0z6u {
   flex-direction: column;
   text-align: center;
}
    .xmqp0z6u p {
   text-align: center;
}
    .mbd5 {
   flex-direction: column;
   gap: 8px;
}
    .sraerlt {
   display: none;
}
}