: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);
}
.alsr {
    max-width:1280px;
    margin:0 auto;
    padding:100px 0;
}
.gxad {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.uan1h {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}
.ynfewb {
    width: 4px;
    height: 40px;
    background: var(--status-top);
    border-radius: 2px;
}
.giouxc {
    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;
}
.giouxc:hover {
    color: #fff;
    gap: 12px;
}
.giouxc svg {
    width:20px;
    height:20px;
}
.y32e85 {
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:20px;
    list-style:none;
    margin:0;
    padding:0;
}
.b4zur7wr {
    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;
}
.b4zur7wr:hover {
    transform:translateY(-8px) translateZ(0);
}
.tqgdhma {
    position:relative;
    width:100%;
    height:100%;
    min-height:360px;
    overflow:hidden;
    background:#070d12;
    transform:translateZ(0);
    will-change:transform;
}
.uf4s {
    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;
}
.b4zur7wr:hover .uf4s {
    transform:translateZ(0) scale(1.05);
}

.q1qx60xi {
    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;
}
.ykzj {
    position:absolute;
    top:12px;
    right:12px;
    z-index:2;
    transform:translateZ(0);
}
.tpy47 {
    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;
}
.ev64gp {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:20px 16px 16px;
    z-index:2;
    transform:translateZ(0);
    will-change:transform;
}
.z253wr90 {
    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);
}
.qh0ju {
    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) {
    .y32e85 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}
}
@media (max-width: 768px) {
    .gxad {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
    .uan1h {
    font-size:24px;
}
    .ynfewb {
    height:32px;
}
    .y32e85 {
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
}
    .z253wr90 {
    font-size: 16px;
}
    .qh0ju {
    font-size: 12px;
}
}
@media (max-width: 480px) {
    .y32e85 {
    grid-template-columns: repeat(2, 1fr);
}
}
.d08g {
    display:flex;
    position:relative;
    justify-content:flex-end;
    width:100%;
    margin:0 20px;
}
.p0hc5d {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--color-text);
    cursor: pointer;
    padding: 8px;
}
.d08g ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.d08g ul li a {
    text-decoration: none;
    color: var(--color-text);
    transition: 0.3s;
    padding: 5px;
    display: block;
    border-radius: 6px;
    font-size: 13px;
}
.d08g ul li a:hover {
    color:var(--color-primary);
}
@media (max-width: 768px) {
    .p0hc5d {
    display: block;
}
    .d08g 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;
}
    .d08g.active ul {
    display:flex;
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    width:100%;
    align-items:center;
    margin-top:10px;
}
    .d08g ul li a {
    padding:16px 20px;
    border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
    .d08g ul li:last-child a {
    border-bottom:none;
}
}


.mm0yvlv {
    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);
}
.mm0yvlv .mpdtboez {
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}
.mm0yvlv .rhirf {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}
.mm0yvlv .pdgt {
    flex-shrink: 0;
}
.mm0yvlv .pdgt img {
    height: 50px;
    width: auto;
    display: block;
    filter: drop-shadow(0 0 10px var(--shadow-secondary));
    transition: transform 0.3s ease;
}
.mm0yvlv .pdgt img:hover {
    transform: scale(1.05);
}
.mm0yvlv .ymlt {
    display: flex;
    gap: 12px;
    align-items: center;
}
.mm0yvlv .w0jv25z {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-secondary);
    border-radius: 50px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.mm0yvlv .w0jv25z::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    transition: left 0.4s ease;
    z-index: 0;
}
.mm0yvlv .w0jv25z svg,
.mm0yvlv .w0jv25z .f9x2fm2t {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.mm0yvlv .w0jv25z:hover {
    border-color:var(--color-accent);
    transform:translateY(-2px);
    box-shadow:0 6px 16px var(--shadow-secondary);
}
.mm0yvlv .w0jv25z:hover::before {
    left:0;
}
.mm0yvlv .w0jv25z:hover,
.mm0yvlv .w0jv25z:hover svg,
.mm0yvlv .w0jv25z:hover .f9x2fm2t {
    color:var(--text-button);
}
.mm0yvlv .w0jv25z:active {
    transform:translateY(0);
}

.mm0yvlv .a51y {
    background:var(--gradient-primary);
    border-color:transparent;
    color:var(--text-button);
    box-shadow:var(--shadow-primary);
}
.mm0yvlv .a51y svg,
.mm0yvlv .a51y .f9x2fm2t {
    color:var(--text-button);
}
.mm0yvlv .a51y::before {
    background:linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary-dark) 100%);
}
.mm0yvlv .a51y:hover {
    box-shadow: 0 0 30px rgb(121 21 163);
}

@media (max-width: 768px) {
    .mm0yvlv {
    padding:15px 0;
}
    .mm0yvlv .rhirf {
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}
    .mm0yvlv .pdgt img {
    height:40px;
}
    .mm0yvlv .w0jv25z {
    padding: 8px 16px;
    font-size: 13px;
}
    .mm0yvlv .w0jv25z svg {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 480px) {
    .mm0yvlv .f9x2fm2t {
    display: none;
}
    .mm0yvlv .w0jv25z {
    padding: 10px;
    width: 44px;
    height: 44px;
    justify-content: center;
}
    .mm0yvlv .ymlt {
    gap: 8px;
}
}

@keyframes fadeInUp {
    from {
    opacity:0;
    transform:translateY(10px);
}
    to {
    opacity: 1;
    transform: translateY(0);
}
}
.mm0yvlv .w0jv25z {
    animation:fadeInUp 0.5s ease-out backwards;
}
.mm0yvlv .w0jv25z:nth-child(1) {
    animation-delay: 0.1s;
}
.mm0yvlv .w0jv25z:nth-child(2) {
    animation-delay: 0.2s;
}

.a7e4cg {
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--gradient-benefits);
    position:relative;
    overflow:hidden;
    padding:60px 20px;
    text-align:center;
}
.tg63e {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--color-secondary) 0%, transparent 70%);
    opacity: 0.2;
    animation: hero11Pulse 4s ease-in-out infinite;
}
@keyframes hero11Pulse {
    0%, 100% {
    transform:translate(-50%, -50%) scale(1);
    opacity:0.2;
}
    50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.3;
}
}
.fc323oc {
    max-width: 800px;
    position: relative;
    z-index: 1;
}
.hr9in {
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:var(--status-top);
    color:var(--text-button);
    padding:10px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:32px;
    animation:hero11Shake 2s ease-in-out infinite;
}
@keyframes hero11Shake {
    0%, 100% {
    transform: translateX(0);
}
    10%, 30%, 50%, 70%, 90% {
    transform:translateX(-2px);
}
    20%, 40%, 60%, 80% {
    transform: translateX(2px);
}
}
.heu46tk {
    font-size: 52px;
    font-weight: 900;
    color: var(--text-primary);
    line-height: 1.1;
    margin-bottom: 20px;
}
.ngcg4c {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.xdvacf {
    margin-bottom: 40px;
}
.o96kw2 {
    font-size: 14px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.dghjsg4 {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}
.scq064e {
    background: var(--bg-card);
    border: 2px solid var(--border-card);
    border-radius: 16px;
    padding: 20px 24px;
    min-width: 100px;
}
.kch5 {
    display: block;
    font-size: 48px;
    font-weight: 900;
    color: var(--text-primary);
    line-height: 1;
    font-family: monospace;
}
.df4cl {
    color:var(--color-accent);
    animation:hero11Blink 1s infinite;
}
@keyframes hero11Blink {
    0%, 100% {
    opacity: 1;
}
    50% {
    opacity:0.5;
}
}
.yes6ggj {
    display: block;
    font-size: 12px;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}
.bp2p {
    font-size: 40px;
    font-weight: 300;
    color: var(--text-dark);
}
.t2ddjxam {
    background: var(--bg-card);
    border: 2px solid var(--color-accent);
    border-radius: 20px;
    padding: 32px 40px;
    margin-bottom: 40px;
    position: relative;
}
.gaj4k3v7 {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gd44uses {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:32px;
}
.uzaimzz {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.og6bqh {
    font-size:42px;
    font-weight:900;
    color:var(--status-top);
}
.lmtb {
    font-size:14px;
    color:var(--text-muted);
    text-transform:uppercase;
}
.v4mk {
    font-size:32px;
    color:var(--text-dark);
}
.fin1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
.f56u {
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:20px 48px;
    background:var(--gradient-primary);
    color:var(--text-button);
    font-size:18px;
    font-weight:700;
    border-radius:14px;
    text-decoration:none;
    transition:all 0.3s ease;
    box-shadow:var(--shadow-primary);
}
.f56u:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 0 50px var(--color-secondary);
}
.sfhp342 {
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:var(--text-muted);
}
.sfhp342 strong {
    color:var(--color-accent);
}
.uszu {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.lu8spfr {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-secondary);
}
.lu8spfr svg {
    color: var(--status-top);
}
@media (max-width: 768px) {
    .heu46tk {
    font-size:36px;
}
    .dghjsg4 {
    flex-wrap:wrap;
    gap:8px;
}
    .scq064e {
    min-width:70px;
    padding:16px;
}
    .kch5 {
    font-size:32px;
}
    .bp2p {
    font-size:24px;
}
    .gd44uses {
    flex-direction:column;
    gap:20px;
}
    .v4mk {
    display:none;
}
    .og6bqh {
    font-size: 32px;
}
    .uszu {
    flex-direction: column;
    gap: 16px;
}
}

.pybc474 {
    padding:60px 0;
    background:var(--bg-dark);
}
.alsd {
    max-width:1100px;
    margin:0 auto;
    padding:0 20px;
}
.sk07o2 {
    background: var(--bg-card);
    border: 1px solid var(--border-primary);
    border-top: 3px solid var(--color-secondary);
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}
.bjm2s {
    padding: 48px 56px;
    color: var(--text-muted);
    line-height: 1.8;
}
.bjm2s h1,
.bjm2s h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 20px;
    line-height: 1.3;
}
.bjm2s h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 32px 0 14px;
}
.bjm2s h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-secondary);
    margin: 26px 0 12px;
}
.bjm2s p {
    font-size:16px;
    line-height:1.8;
    color:var(--text-muted);
    margin-bottom:18px;
}
.bjm2s ul,
.bjm2s ol {
    margin: 20px 0;
    padding-left: 28px;
}
.bjm2s li {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.bjm2s ul li::marker {
    color: var(--color-secondary);
}
.bjm2s a {
    color:var(--color-accent);
    text-decoration:none;
    border-bottom:1px dashed var(--color-accent);
    transition:color 0.2s, border-color 0.2s;
}
.bjm2s a:hover {
    color: var(--text-primary);
    border-bottom-color: var(--text-primary);
}
.bjm2s strong,
.bjm2s b {
    color: var(--text-primary);
    font-weight: 600;
}
.bjm2s em {
    font-style:italic;
    color:var(--text-secondary);
}
.bjm2s blockquote {
    margin:28px 0;
    padding:20px 28px;
    background:var(--bg-secondary);
    border-left:4px solid var(--color-secondary);
    border-radius:0 10px 10px 0;
    color:var(--text-secondary);
    font-style:italic;
}
.bjm2s img {
    max-width:100%;
    height:auto;
    border-radius:12px;
    margin:20px 0;
    border:1px solid var(--border-primary);
}
.bjm2s table {
    width:100%;
    border-collapse:collapse;
    margin:24px 0;
    background:var(--bg-secondary);
    border-radius:10px;
    overflow:hidden;
}
.bjm2s th {
    background: var(--bg-dark);
    color: var(--text-primary);
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.bjm2s td {
    padding: 12px 16px;
    border-top: 1px solid var(--border-primary);
    color: var(--text-muted);
    font-size: 15px;
}
.bjm2s tr:nth-child(even) td {
    background:rgba(255,255,255,0.02);
}
@media (max-width: 768px) {
    .pybc474 {
    padding: 40px 0;
}
    .bjm2s {
    padding:28px 20px;
}
    .bjm2s h1, .bjm2s h2 {
    font-size: 24px;
}
    .bjm2s h3 {
    font-size:19px;
}
    .bjm2s p, .bjm2s li {
    font-size:15px;
}
}

.uv4qeun1 {
    background:var(--bg-secondary);
    padding:50px 0 30px;
    text-align:center;
}
.fza69vmx {
    max-width:1100px;
    margin:0 auto;
    padding:0 20px;
}
.gmup8nmn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border-primary);
}
.asukjm {
    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;
}
.upmrhm {
    display:flex;
    gap:32px;
    flex-wrap:wrap;
    justify-content:center;
}
.upmrhm a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
    position: relative;
}
.upmrhm a::after {
    content:"";
    position:absolute;
    bottom:-4px;
    left:0;
    width:0;
    height:2px;
    background:var(--color-secondary);
    transition:width 0.3s ease;
}
.upmrhm a:hover {
    color:var(--text-primary);
}
.upmrhm a:hover::after {
    width: 100%;
}
.tpxzsz {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.qu8gp {
    display:flex;
    align-items:center;
    gap:14px;
}
.bp1d {
    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);
}
.bp1d svg {
    width: 26px;
    height: 26px;
}
.pmbcs3we {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 2px;
}
.stgttjoe {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}
.qr11w {
    font-size: 12px;
    color: var(--text-dark);
    font-family: monospace;
}
.b2ugu {
    width:1px;
    height:40px;
    background:var(--border-secondary);
}
.fu60zi4j {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.n493 {
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    color:var(--text-muted);
}
.n493 svg {
    width:18px;
    height:18px;
    color:var(--status-top);
}
.alip {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border-primary);
}
.id53 {
    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;
}
.id53:hover {
    border-color:var(--color-secondary);
    color:var(--text-primary);
}
.ptht2 {
    display:flex;
    flex-direction:column;
    gap:20px;
}
.etm3xvsh {
    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;
}
.i1qux {
    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);
}
.etm3xvsh p {
    margin: 0;
    font-size: 13px;
    color: var(--text-dark);
    line-height: 1.5;
    text-align: left;
}
.jxve {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--text-dark);
}
.jxve a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}
.jxve a:hover {
    color: var(--text-primary);
}
.ugt2 {
    color:var(--border-secondary);
}
@media (max-width: 768px) {
    .upmrhm {
    gap:20px;
}
    .upmrhm a {
    font-size:14px;
}
    .tpxzsz {
    flex-direction: column;
    gap: 24px;
}
    .b2ugu {
    width: 60px;
    height: 1px;
}
    .qu8gp {
    justify-content: center;
}
    .pmbcs3we {
    text-align:center;
}
    .fu60zi4j {
    justify-content:center;
}
    .etm3xvsh {
    flex-direction:column;
    text-align:center;
}
    .etm3xvsh p {
    text-align:center;
}
    .jxve {
    flex-direction: column;
    gap: 8px;
}
    .ugt2 {
    display: none;
}
}