
    html {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    --cookie-banner-height: 0px;
}
       
html, .wqagmhp5m3hvvu5agwd {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #FFFFFF !important;
    background-image: #FFFFFF !important;
    color: rgba(51, 51, 51, 0.9);
    min-height: 100vh;
    line-height: 1.6;
    scroll-behavior: smooth;
    position: relative;
}
        
.pyapvp68v3arrbg30x {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
}

.tox-edit-area__iframe img {
    max-width: 100%;
    height: auto;
}
        
.wyjqb69tivvmqndr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(139, 197, 255, 0.1);
    margin-bottom: 40px;
    position: relative;
    flex-wrap: nowrap;
    gap: 15px;
}
        
.irf5dlw5mlgvb8y2zzrh {
    margin: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    order: 2;
}

.okfba6ucbci3dq4u {
    background: linear-gradient(
        45deg,
        #8BC5FF,
        #9CCDFF,
        #8BC5FF,
        #7DB1E5
    );
    background-size: 300% 300%;
    animation: 
        gradientShift 4s ease infinite,
        pulse 5s ease-in-out infinite !important; font-weight: 600;
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; overflow: hidden; }

@media (min-width: 769px) {
    .okfba6ucbci3dq4u {
        animation: 
            gradientShift 4s ease infinite,
            pulse 5s ease-in-out infinite !important;
    }
}

.okfba6ucbci3dq4u[style*="color: white"] {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.okfba6ucbci3dq4u[style*="color: black"] {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
}

.okfba6ucbci3dq4u:hover {
    background: linear-gradient(
        45deg,
        #9CCDFF,
        #8BC5FF
    );
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .wyjqb69tivvmqndr {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .v1p9rn58jv5p1 {
        flex: 0 0 auto;
    }
    
    .irf5dlw5mlgvb8y2zzrh {
        margin: 0 0 0 auto; flex: 0 0 auto; }


    
.okfba6ucbci3dq4u {
        padding: 8px 18px;
        font-size: 14px !important;
        width: 100%;
        max-width: 140px;
        height: 38px;
        }

.okfba6ucbci3dq4u[style*="color: white"] {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.okfba6ucbci3dq4u[style*="color: black"] {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
}

.okfba6ucbci3dq4u:hover {
    background: linear-gradient(
        45deg,
        #9CCDFF,
        #8BC5FF
    );
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.05);
    }
    10% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.05);
    }
    20% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
    
    .juz5jxaou2och {
        flex: 0 0 auto;
        position: relative;
        z-index: 1; }
}

.v1p9rn58jv5p1 {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
    
}

.v1p9rn58jv5p1 a {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #8BC5FF;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.v1p9rn58jv5p1 a:hover {
    color: #9CCDFF;
}

.v1p9rn58jv5p1 img {
    max-height: 50px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;  
}

.skdl457sn2a {
    display: flex;
    gap: 30px;
    z-index: 1;
    order: 3;
    margin-left: auto;
}

.skdl457sn2a a {
    color: rgba(51, 51, 51, 0.9);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(139, 197, 255, 0.1);
}

.skdl457sn2a a:hover {
    color: #8BC5FF;
    background: rgba(139, 197, 255, 0.1);
    transform: translateY(-2px);
}

.skdl457sn2a a.active {
    background: #8BC5FF;
    color: #fff;
}
       
.jod0zkmghdsimv {
    line-height: 1.8;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    width: 100%;
    margin: 0;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
}

.jod0zkmghdsimv > * {
    padding: 0 10px;
    margin-bottom: 0px;
}

.jod0zkmghdsimv ul,
.jod0zkmghdsimv ol {
    padding-left: 40px;
    margin-left: 20px;
}

.jod0zkmghdsimv img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jod0zkmghdsimv a {
    color: #8BC5FF;
}

.jod0zkmghdsimv a:hover {
    color: #9CCDFF;
}

p {
    color: rgba(102, 102, 102, 0.9);
}

h1, h2, h3, h4, h5, h6 {
    color: #8BC5FF !important;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-weight: 700;
}

.m4719ye2sxz6wz9l {
    width: 100%;  
    margin-left: -5px;         
    margin-right: -10px;        
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 15px;
    margin-bottom: 15px;
    background: rgba(245, 245, 245, 0.8);
    border-radius: 8px;
    padding: 2px 5px;          
}

.m4719ye2sxz6wz9l table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border-spacing: 0;        
    border-collapse: separate; 
}

.m4719ye2sxz6wz9l th {
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1), rgba(245, 245, 245, 1));
    color: #8BC5FF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    text-align: left;
    border-bottom: 2px solid #8BC5FF;
    border-right: 1px solid rgba(0, 0, 0, 0.05);  
    text-shadow: none;
}

.m4719ye2sxz6wz9l td {
    padding: 4px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);  
    border-right: 1px solid rgba(0, 0, 0, 0.05);   
    color: rgba(51, 51, 51, 0.9);
}

.m4719ye2sxz6wz9l tr:last-child td {
    border-bottom: none;
}



.m4719ye2sxz6wz9l tr:hover td {
    background: rgba(0, 0, 0, 0.05);  
}

.m4719ye2sxz6wz9l th:last-child,
.m4719ye2sxz6wz9l td:last-child {
    border-right: none;
}

@media (min-width: 769px) {
    .burger-menu,
    .skdl457sn2a:not(.g8s8ym1k6ts81) {
        display: none !important;
    }
    .m4719ye2sxz6wz9l td:first-child,
    .m4719ye2sxz6wz9l th:first-child {
        position: sticky;
        left: 0;
        background: inherit;
        z-index: 1;
    }
    .m4719ye2sxz6wz9l {
        overflow-x: visible;  
    }
}

.plk16ezefod {
    background: rgba(250, 250, 250, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin: 20px 10px;
    transition: all 0.3s ease;
    clear: both; 
    position: relative;
    z-index: 2;
    width: calc(100% - 20px);
    box-sizing: border-box;
}

.bxxh024oeo7 {
    width: 100%;
    padding: 25px 20px;
    cursor: pointer;
    text-align: left;
    color: #8BC5FF;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
}

.bxxh024oeo7:after {
    content: '+';
    font-size: 18px;
    color: #8BC5FF;
    font-weight: bold;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.bxxh024oeo7.active:after {
    transform: rotate(45deg);
    opacity: 1;
}

.bxxh024oeo7:hover {
    color: #9CCDFF;
}

.xtcg7bw2zh28bfs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 1000px; 
}

.bxxh024oeo7.active + .xtcg7bw2zh28bfs {
    max-height: 0;
    padding: 0 20px;
}

.bxxh024oeo7:not(.active) + .xtcg7bw2zh28bfs {
    max-height: 1000px;
    padding: 0 20px 20px 20px;
}

.pf0koc500hg {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.xtcg7bw2zh28bfs a {
    color: #8BC5FF;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    padding-left: 12px;
    font-weight: 400;
    opacity: 0.7;
    font-size: 0.85em;
    display: block;
}

.xtcg7bw2zh28bfs a:before {
    content: "•";
    position: absolute;
    left: 0;
    top: -1px;
    color: #8BC5FF;
    font-size: 0.9em;
    opacity: 0.5;
}

.xtcg7bw2zh28bfs a:hover {
    color: #9CCDFF;
    opacity: 1;
    transform: translateX(3px);
}

.banner-site-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-right: 15px;
}

.banner-site-logo {
    width: 40px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: relative;
    background-color: #f0f0f0;
    color: #333;
    flex-shrink: 0;
}

.banner-site-name {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.banner-site-title {
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
}

.lkbutqmj0hu8ppv.promo-button {
    background: linear-gradient(45deg, 
        #8BC5FF, 
        #9CCDFF, 
        #8BC5FF, 
        #7DB1E5);
    background-size: 300% 300%;
    animation: 
        gradientShift 4s ease infinite,
        pulse 5s ease-in-out infinite;
}

@media (max-width: 849px) {
    .banner-site-logo {
        width: 50px;
        height: 35px;
        font-size: 14px;
    }
    
    .banner-site-title {
        font-size: 14px;
    }
    
    .k8xivunlruw66k1r3 {
        font-size: 12px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    }
    
    .lkbutqmj0hu8ppv.promo-button {
        animation: 
            gradientShift 4s ease infinite,
            wiggle 6s ease-in-out infinite;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.xtcg7bw2zh28bfs.active a {
    animation: fadeInUp 0.3s ease forwards;
}

.xtcg7bw2zh28bfs.active a:nth-child(1) { animation-delay: 0.1s; }
.xtcg7bw2zh28bfs.active a:nth-child(2) { animation-delay: 0.15s; }
.xtcg7bw2zh28bfs.active a:nth-child(3) { animation-delay: 0.2s; }
.xtcg7bw2zh28bfs.active a:nth-child(4) { animation-delay: 0.25s; }
.xtcg7bw2zh28bfs.active a:nth-child(5) { animation-delay: 0.3s; }

.ji0r0dz579z4h45j6 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    width: 100%;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    background: linear-gradient(to right, #1a365d, #4a3880);
    border-top: 1px solid rgba(59, 130, 246, 0.5);
    transform: translateY(0);
    transition: transform 0.4s ease-out;
}

.ji0r0dz579z4h45j6.huxfsiex6p0o43p {
    transform: translateY(100%);
    transition: none;
}

.ji0r0dz579z4h45j6.nkrsa6jchbd85fv {
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
}

.ji0r0dz579z4h45j6.v9pzc3ptv3n926m {
    transition: transform 0.4s ease-out;
}

.ji0r0dz579z4h45j6 .ugrm64o928qx {
    transition: opacity 0.3s ease;
}

.ji0r0dz579z4h45j6 .k8xivunlruw66k1r3,
.ji0r0dz579z4h45j6 .zwxjpztwhslclh5,
.ji0r0dz579z4h45j6 .fi3zm91dydlxlle,
.ji0r0dz579z4h45j6 .kbhg1alu6y,
.ji0r0dz579z4h45j6 .wh66gg0z442 {
    transition: opacity 0.3s ease, max-height 0.3s ease;
    overflow: hidden;
}

.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .ugrm64o928qx {
    opacity: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    pointer-events: none;
}

.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .k8xivunlruw66k1r3,
.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .zwxjpztwhslclh5,
.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .fi3zm91dydlxlle,
.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .kbhg1alu6y,
.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .wh66gg0z442 {
    opacity: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
}

.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .b7xq2spbi6v6mw03sp {
    padding: 8px 20px;
    transition: padding 0.3s ease;
}

.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .q0nj0vtcpzxr2uf {
    margin-bottom: 0;
    justify-content: center;
    transition: margin 0.3s ease;
}

.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .kq39mii16ubjt58yby {
    margin-left: 0;
    margin-right: 15px;
}

.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .va4i8e0fq0zz76deat {
    font-size: 16px;
    font-weight: 600;
}

.ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .lkbutqmj0hu8ppv.hyicp8gm49w0nrx0n {
    padding: 10px 25px;
    margin-right: 0;
}

.b7xq2spbi6v6mw03sp {
    padding: 12px 20px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.wh66gg0z442 {
    position: absolute;
    top: 5px;
    right: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 2px 8px;
    z-index: 10;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.wh66gg0z442:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.q0nj0vtcpzxr2uf {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-top: 2px;
}

.ugrm64o928qx {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.w6abuwc8sd {
    width: 60px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.w6abuwc8sd.zd7z7mmcpjfjoa4lc {
    background-color: #f0f0f0;
    color: #333;
}

.w6abuwc8sd.tlhu5q62vpkaszxx {
    background-color: #333;
    color: #f0f0f0;
}

.w6abuwc8sd.u2o90o4y79 {
    background-color: #f0f0f0;
    color: #333;
}

.w6abuwc8sd.e7zv36w7d2dluju3x {
    background-color: #333;
    color: #f0f0f0;
}

.w6abuwc8sd.pli8nkemvj0utnjqc {
    background-color: #f0f0f0;
    color: #333;
}

.w6abuwc8sd.ncucpgkiuel {
    background-color: #333;
    color: #f0f0f0;
}

.w6abuwc8sd.dxa46rda0x7lhor {
    opacity: 0.5;
}

.w6abuwc8sd.dxa46rda0x7lhor img {
    opacity: 0.7 !important;
}

.w6abuwc8sd img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lkbutqmj0hu8ppv.jrohj91xo7hoiw {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.lkbutqmj0hu8ppv.cep5twhk5ssyolki {
    color: #000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.lkbutqmj0hu8ppv.yi7ft6mmmc98zubk {
    font-size: 11px;
    letter-spacing: 0;
}




.nngex1g00tiwbjeom3 {
    margin: 0 12px;
    color: #93c5fd;
    font-size: 16px;
    animation: arrowPulse 1.5s ease-in-out infinite;
}

@keyframes arrowPulse {
    0%, 100% { transform: translateX(0); opacity: 0.7; }
    50% { transform: translateX(3px); opacity: 1; }
}

.uit05kg3xii7 {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 16px;
    height: 16px;
    background-color: #f44336;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 10px;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.zxkk3kuupu {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.kq39mii16ubjt58yby {
    margin-left: 22px;
}

.va4i8e0fq0zz76deat {
    color: white;
    font-weight: 800;
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.k8xivunlruw66k1r3 {
    color: #f59e0b;
    font-size: 12px;
    margin: 2px 0 0 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.k8xivunlruw66k1r3 .c7dqrzf7ed {
    display: inline-block;
    color: #f59e0b;
    animation: starTwinkle 2.5s ease-in-out infinite;
}

.k8xivunlruw66k1r3 .c7dqrzf7ed:nth-child(1) { animation-delay: 0s; }
.k8xivunlruw66k1r3 .c7dqrzf7ed:nth-child(2) { animation-delay: 0.2s; }
.k8xivunlruw66k1r3 .c7dqrzf7ed:nth-child(3) { animation-delay: 0.4s; }
.k8xivunlruw66k1r3 .c7dqrzf7ed:nth-child(4) { animation-delay: 0.6s; }
.k8xivunlruw66k1r3 .c7dqrzf7ed:nth-child(5) { animation-delay: 0.8s; }

@keyframes starTwinkle {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.zwxjpztwhslclh5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fi3zm91dydlxlle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-shrink: 1;
    margin-right: 10px;
}

.anrrigbrf5hu {
    display: flex;
    align-items: center;
    color: white;
    font-size: 13px;
}

.x3xnke514in {
    color: #4ade80;
    margin-right: 6px;
    font-weight: bold;
}

.f0zeq8gz19 {
    opacity: 0.9;
}

.kbhg1alu6y {
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    line-height: 1.4;
    flex: 1;
    margin: 0 15px;
    max-width: 400px;
}

.kbhg1alu6y.hyicp8gm49w0nrx0n {
    display: none;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.05);
    }
    10% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.05);
    }
    20% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    5% {
        transform: rotate(2deg);
    }
    10% {
        transform: rotate(-2deg);
    }
    15% {
        transform: rotate(2deg);
    }
    20% {
        transform: rotate(-1deg);
    }
    25% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    4% {
        transform: translateY(-5px);
    }
    8% {
        transform: translateY(0);
    }
    12% {
        transform: translateY(-3px);
    }
    16% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.lkbutqmj0hu8ppv.jrohj91xo7hoiw {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.lkbutqmj0hu8ppv.cep5twhk5ssyolki {
    color: #000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.lkbutqmj0hu8ppv {
    background: linear-gradient(45deg, 
        #8BC5FF, 
        #9CCDFF, 
        #8BC5FF, 
        #7DB1E5);
    background-size: 300% 300%;
    animation: 
        gradientShift 4s ease infinite,
        pulse 5s ease-in-out infinite;
    
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    white-space: normal;
    text-align: center;
    flex-shrink: 0;
    box-shadow: 0 2px 15px rgba(139, 197, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    letter-spacing: -0.3px;
    line-height: 1.1;
}

.lkbutqmj0hu8ppv:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(139, 197, 255, 0.6);
    animation: gradientShift 3s ease infinite;
}

.dj43b9l7dhx4b7e1clty {
    display: inline-block;
    margin-left: 8px;
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1;
    animation: buttonArrowPulse 1.2s ease-in-out infinite;
}

@keyframes buttonArrowPulse {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
}

.fi3zm91dydlxlle.hyicp8gm49w0nrx0n,
.lkbutqmj0hu8ppv.hyicp8gm49w0nrx0n,
.kbhg1alu6y.hyicp8gm49w0nrx0n {
    display: none;
}

@media (max-width: 849px) {
    .b7xq2spbi6v6mw03sp {
        display: flex;
        flex-direction: column;
        padding: 12px 15px;
        position: relative;
    }

    .fi3zm91dydlxlle.hyicp8gm49w0nrx0n {
        display: none;
    }

    .sojdikfwscet {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 0;
    }

    .wh66gg0z442 {
        top: 3px;
        right: 3px;
        font-size: 16px;
        padding: 2px 6px;
    }

    .q0nj0vtcpzxr2uf {
        margin-bottom: 0;
        flex-wrap: nowrap;
        justify-content: center;
        padding-right: 25px;
    }

    .ugrm64o928qx {
        margin-left: 0;
    }

    .nngex1g00tiwbjeom3 {
        margin: 0 10px;
        font-size: 16px;
    }

    .kq39mii16ubjt58yby {
        margin-left: 18px;
    }

    .w6abuwc8sd {
        width: 55px;
        height: 40px;
    }

    .zwxjpztwhslclh5 {
        display: block;
        margin-top: 8px;
    }

    .fi3zm91dydlxlle {
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        margin: 0;
    }

    .anrrigbrf5hu {
        font-size: 12px;
    }

    .kbhg1alu6y {
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 1.3;
        margin: 0;
        max-width: none;
    }

    .lkbutqmj0hu8ppv:not(.hyicp8gm49w0nrx0n) {
        position: static;
        width: 100%;
        margin-top: 10px;
        padding: 12px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 1.2;
        text-align: center;
        border-radius: 8px;

        background: linear-gradient(45deg,
            #8BC5FF,
            #9CCDFF,
            #8BC5FF,
            #7DB1E5);
        background-size: 300% 300%;
        animation:
            gradientShift 4s ease infinite,
            pulse 5s ease-in-out infinite;
    }

    .lkbutqmj0hu8ppv.yi7ft6mmmc98zubk {
        font-size: 12px;
        letter-spacing: 0;
    }

    .dj43b9l7dhx4b7e1clty {
        position: relative;
        top: -1px;
        margin-left: 12px;
    }

    .lkbutqmj0hu8ppv.hyicp8gm49w0nrx0n {
        display: none;
    }

    .ji0r0dz579z4h45j6 .q0nj0vtcpzxr2uf,
    .ji0r0dz579z4h45j6 .zwxjpztwhslclh5 {
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
        transform: translateY(0) !important;
        opacity: 1 !important;
    }

    .ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .q0nj0vtcpzxr2uf,
    .ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .zwxjpztwhslclh5 {
        transform: translateY(-20px) !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        pointer-events: none !important;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                    height 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .ji0r0dz579z4h45j6.kxj42q1ipw3vmp1e .lkbutqmj0hu8ppv:not(.hyicp8gm49w0nrx0n) {
        margin: 0 !important;
    }
}

@media (min-width: 850px) {
    .b7xq2spbi6v6mw03sp {
        padding: 10px 15px;
        display: flex;
        align-items: center;
    }
        .lkbutqmj0hu8ppv:not(.hyicp8gm49w0nrx0n) {
        display: none !important;
    }
    
    .sojdikfwscet {
        margin-bottom: 0;
        flex: 1;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    
    .zwxjpztwhslclh5 {
        display: none;
    }
    
    .fi3zm91dydlxlle.hyicp8gm49w0nrx0n {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-left: 25px;
        margin-right: 20px;
    }
    
.fi3zm91dydlxlle.hyicp8gm49w0nrx0n {
    display: flex !important;
    flex-direction: row;
    gap: 15px;
    margin-left: 25px;
    margin-right: 20px;
}

.kbhg1alu6y.hyicp8gm49w0nrx0n {
    display: block !important;
    margin-left: 25px;
    margin-right: 20px;
    max-width: 450px;
    font-size: 12px;
}

.lkbutqmj0hu8ppv.hyicp8gm49w0nrx0n {
    display: block !important;
    margin-right: 30px;
    animation:
            gradientShift 2s ease infinite,
            pulse 7s ease-in-out infinite !important;
}

.lkbutqmj0hu8ppv.hyicp8gm49w0nrx0n .dj43b9l7dhx4b7e1clty {
    position: relative;
    top: -2px;
}

    .q0nj0vtcpzxr2uf {
        margin-bottom: 0;
        flex: 1;
    }

    .kq39mii16ubjt58yby {
        min-width: 120px;
        flex-shrink: 0;
        margin-right: 0;
    }

    .fi3zm91dydlxlle.hyicp8gm49w0nrx0n {
        flex: 1;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .ji0r0dz579z4h45j6 {
        padding-bottom: env(safe-area-inset-bottom);
    }
}

.zbdxbmybib2 {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(139, 197, 255, 0.1);
}
  
.zbdxbmybib2 h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
}

.jpvs4qxa2ny7ppesc9 {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(to right, #8BC5FF, #9CCDFF);
    color: white !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    min-width: 20px;
}
  
.jpvs4qxa2ny7ppesc9:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #96CAFF, #A8D3FF);
}
  
.jpvs4qxa2ny7ppesc9:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
  
.slot-buttons-container {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    padding: 10px;
}
 
.ppg6wz04te5z1pl4q1 {
    margin: 40px 0 30px;
    padding: 15px 0;
    clear: both;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  
.slots-heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #8BC5FF;
    font-weight: 700;
}
  
.v7vxrck202fsgh6wxcu {
    padding: 0 15px;
}
  
.v7vxrck202fsgh6wxcu h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}
  
.yaepckmh6k90puerif {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
}
  
.yaepckmh6k90puerif p {
    margin: 0;
}
  
.b53dj4vw6dhit {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}
  
.b53dj4vw6dhit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}
  
.mobdw1sibvwc73ovwlmt {
    margin-top: 30px;
    line-height: 1.7;
}
  
.mobdw1sibvwc73ovwlmt h2 {
    margin-bottom: 15px;
}
  
@media (max-width: 768px) {
    .v7vxrck202fsgh6wxcu h1 {
        font-size: 24px;
    }
    
    .b53dj4vw6dhit {
        padding-bottom: 75%;
    }
}
  
.adhce67gsx9vj2f7d3p {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 12px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.adhce67gsx9vj2f7d3p.adhce67gsx9vj2f7d3p-top,
.adhce67gsx9vj2f7d3p.adhce67gsx9vj2f7d3p-bottom {
    margin-bottom: 10px;
}
  
.adhce67gsx9vj2f7d3p::-webkit-scrollbar {
    display: none;
}

.h85qi5znsqo {
    flex: 0 0 160px; width: 160px; height: 260px; position: relative;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    margin: 3px;
    padding: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.h85qi5znsqo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    pointer-events: none;
    z-index: 3;
    transition: opacity 0.3s ease, border-color 0.3s ease;
}

.h85qi5znsqo:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.h85qi5znsqo:hover::before {
    border-color: #8BC5FF;
}
  
.q5mz6zep3j {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68.5%; min-height: unset;
    max-height: unset;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 0;
}

.q5mz6zep3j img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; 
}
  
.brigwyuwzrh {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
    z-index: 2;
}
  
.lk1lwr486z2ht5ckg {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 3px 0;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 34px;
    word-break: break-word;
    hyphens: manual;
}

.lk1lwr486z2ht5ckg a {
    color: inherit;
    text-decoration: none;
}

.oaah9hmj0ehsozy {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 130px;
    flex-grow: 1;
}

.f8oaki51pfghft3 {
    font-size: 11px;
    margin: 0 0 0px 0;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.roemwdr14ztb665 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: auto;
}
  
.rvpqrw90tolax51kzbwh {
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.9) !important;
    background: rgba(0, 0, 0, 0.08);
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    text-align: center;
    border-radius: 4px;
}
  
.rvpqrw90tolax51kzbwh:hover {
    background: rgba(0, 0, 0, 0.12);
    transform: scale(1.02);
    color: rgba(51, 51, 51, 1) !important;
}
  
.uk2gmgzi476q {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 600;
    color: white !important;
    background: linear-gradient(45deg, 
                #8BC5FF, 
                #9CCDFF, 
                #8BC5FF, 
                #96CAFF);
    background-size: 200% 200%;
    animation: buttonShimmer 2s ease infinite;
    border: none;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.uk2gmgzi476q::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg, 
                transparent, 
                rgba(255, 255, 255, 0.3), 
                transparent);
    transform: rotate(30deg);
    animation: buttonSweep 3s linear infinite;
    opacity: 0;
    pointer-events: none;
}
  
.uk2gmgzi476q:hover {
    background: linear-gradient(45deg, 
                #96CAFF, 
                #A8D3FF, 
                #96CAFF, 
                #A2D0FF);
    transform: scale(1.03);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    animation: buttonShimmerFast 1.5s ease infinite;
}
  .uk2gmgzi476q:hover::after {
    opacity: 1;
}


@keyframes buttonShimmer {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes buttonSweep {
    0% {
        transform: translate(-50%, -50%) rotate(30deg);
    }
    100% {
        transform: translate(150%, 150%) rotate(30deg);
    }
}

@keyframes buttonShimmerFast {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes buttonSweep {
    0% {
        transform: translate(-50%, -50%) rotate(30deg);
    }
    100% {
        transform: translate(150%, 150%) rotate(30deg);
    }
}
.uk2gmgzi476q:active {
    transform: scale(0.98);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.rvpqrw90tolax51kzbwh:active {
    transform: scale(0.98);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
  
.bv31ent1d5cru9h9r {
    margin-top: 60px;
    margin-bottom: 40px;
    background: rgba(250, 250, 250, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 40px 35px 45px;
    border-radius: 10px;
    text-align: center;
    backdrop-filter: blur(5px);
    box-shadow: none;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.bv31ent1d5cru9h9r h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #8BC5FF !important;
}

.xwq5c8ye7p8chh {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 32px;
    height: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.c7dqrzf7ed {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    user-select: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.c7dqrzf7ed.active {
    color: #8BC5FF;
    text-shadow: 0 0 10px rgba(139, 197, 255, 0.5);
}

.c7dqrzf7ed.inactive {
    color: rgba(255, 255, 255, 0.15);
    transform: scale(0.95);
    transition: all 0.3s ease;
}

.c7dqrzf7ed.hover {
    color: #A2D0FF;
    transform: scale(1.2);
}

.c7dqrzf7ed.half-active {
    position: relative;
    color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.c7dqrzf7ed.half-active:before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    color: #8BC5FF;
    text-shadow: 0 0 10px rgba(139, 197, 255, 0.5);
}

.wpgyhoeelh42kjvv {
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.9);
}

.z9gu7t9e0f4k53d15wf8 {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 10px;
    color: rgba(102, 102, 102, 0.9);
    height: 20px;
}

.t9iansfp1zw1o0omy7 {
    font-size: 14px;
    color: #8BC5FF;
    height: 20px;
    font-weight: 500;
    min-height: 20px;
}

.lyp4waxkk3ask4qylh {
    color: rgba(102, 102, 102, 0.9);
    padding: 20px 10px;
    margin-top: 30px;
    margin-bottom: 80px; font-size: 11px;
    line-height: 1.6;
    text-align: justify;
    white-space: pre-line;
    
    & > div:first-child:last-child {
        margin-top: 0;
        padding-top: 0;
    }
    
    & > .fb7q4kyelul7c3o:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 10px;
    }
    
    & * {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        text-indent: 0;
    }
    
    @media (max-width: 768px) {
    .lyp4waxkk3ask4qylh {
        margin-bottom: 300px !important; padding-bottom: 50px !important;
        position: relative !important; }
}
    
    & > .fb7q4kyelul7c3o:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 10px;
    }
    
    & * {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        text-indent: 0;
    }
}

.on3w7rh85t4gd8p48 {
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}

.on3w7rh85t4gd8p48 a {
    color: rgba(102, 102, 102, 0.9);
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.on3w7rh85t4gd8p48 a:hover {
    color: #8BC5FF;
    text-decoration: underline;
}

.g1yklb56bt {
    border-top: 1px solid rgba(139, 197, 255, 0.1);
    padding-top: 15px;
}

.btn.generating {
    transition: all 0.3s ease-in-out;
    background: black !important;
    color: #0F0 !important;
    border: 1px solid #0F0;
    text-shadow: 0 0 5px #0F0;
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.matrix-canvas {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 1;
}

.matrix-canvas.active {
    opacity: 1;
}

.matrix-text {
    position: relative;
    z-index: 2;
    mix-blend-mode: difference;
}

.progress-container {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    height: 5px;
    background: rgba(0, 255, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
    z-index: 3;
}

.progress-bar {
    height: 100%;
    background: #0F0;
    width: 0%;
    transition: width 0.3s ease;
    box-shadow: 0 0 5px #0F0;
}

.jw9eyw0fc6lbu4wwshnc {
    position: fixed;
    display: none;
    bottom: 90px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(240, 240, 240, 0.95);
    color: rgba(51, 51, 51, 0.9);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.jw9eyw0fc6lbu4wwshnc:hover {
    background-color: rgba(230, 230, 230, 1);
    box-shadow: 0 2px 12px rgba(139, 197, 255, 0.1);
    transform: translateY(-2px);
}

.kqc59ui3euv57 {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background: linear-gradient(
        45deg,
        #8BC5FF,
        #9CCDFF
    );
    border: none;
    border-radius: 35px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    max-width: calc(100% - 40px);
    box-sizing: border-box;
}

.kqc59ui3euv57::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transform: rotate(45deg);
    animation: shimmer 3s infinite;
}

.kqc59ui3euv57:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgba(139, 197, 255, 0.1),
                inset 0 2px 2px rgba(255, 255, 255, 0.3);
    background: linear-gradient(
        45deg,
        #9CCDFF,
        #8BC5FF
    );
}

.kqc59ui3euv57:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

.juz5jxaou2och {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 101;
    margin-left: 20px;
    order: 10;
}

.juz5jxaou2och span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #8BC5FF;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    transform-origin: center;
}

.m60gy7b3z5t9yj9f {
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
    padding-top: 20px;
}

.fb7q4kyelul7c3o {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto;
}

.dk4jjy36chrwmo8xb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(139, 197, 255, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.dk4jjy36chrwmo8xb img {
    width: 20px;
    height: 20px;
    filter: brightness(0.3);
    transition: filter 0.3s ease;
}

.dk4jjy36chrwmo8xb:hover {
    transform: translateY(-3px);
    background: #8BC5FF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.dk4jjy36chrwmo8xb:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
}

@media (max-width: 768px) {
    .fb7q4kyelul7c3o {
        gap: 10px;
    }
    
    .dk4jjy36chrwmo8xb {
        width: 35px;
        height: 35px;
    }
    
    .dk4jjy36chrwmo8xb img {
        width: 18px;
        height: 18px;
    }
}

.juz5jxaou2och span:nth-child(1) { top: 0; }
.juz5jxaou2och span:nth-child(2) { 
    top: 10px;
    width: 75%;
    right: 0;
    left: auto;
}
.juz5jxaou2och span:nth-child(3) { top: 20px; }

@keyframes fadeInOut {
    0% { opacity: 0.3; transform: translate(0, -50%); }
    50% { opacity: 0.8; transform: translate(5px, -50%); }
    100% { opacity: 0.3; transform: translate(0, -50%); }
}

@media (max-width: 769px) {
    .pyapvp68v3arrbg30x {
        padding: 15px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
				
    .g8s8ym1k6ts81 {
        display: none !important;
    }
			
    html.menu-open,
    .wqagmhp5m3hvvu5agwd.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .pyapvp68v3arrbg30x {
        padding: 15px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .wyjqb69tivvmqndr {
        padding: 15px 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        justify-content: flex-start;
        gap: 10px;
        overflow: hidden;
    }
    
    .v1p9rn58jv5p1 {
        flex: 1;
        order: 1;
        min-width: 0;
        overflow: hidden;
    }
    
    .irf5dlw5mlgvb8y2zzrh {
        margin: 0;
        flex: 0 0 auto;
        order: 2;
    }
    
    .mv92n9jaoo6r {
        order: 3;
        margin-left: 0;
        margin-right: 7px;
    }
    
    .burger-menu {
        order: 4;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .plk16ezefod {
        margin-left: 5px;
        margin-right: 5px;
    }

    .skdl457sn2a {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 80px 0px 20px;
        z-index: 99;
    }

    .skdl457sn2a.open {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        animation: slideIn 0.3s ease-out;
    }

    .skdl457sn2a a {
        width: 200px;
        text-align: center;
        justify-content: center;
        padding: 12px 20px;
        margin: 0;
        display: flex;
        align-items: center;
        background: transparent;
        border: 2px solid #8BC5FF;
        color: #8BC5FF;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    
    .skdl457sn2a a span {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .juz5jxaou2och {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 0;
    }
    
    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .juz5jxaou2och.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .juz5jxaou2och.active span:nth-child(2) {
        opacity: 0;
    }

    .juz5jxaou2och.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .juz5jxaou2och {
        position: relative;
        z-index: 100;
    }

    html.menu-open .jod0zkmghdsimv,
    .wqagmhp5m3hvvu5agwd.menu-open .jod0zkmghdsimv {
        opacity: 0;
        pointer-events: none;
    }

    html.menu-open .v1p9rn58jv5p1,
    .wqagmhp5m3hvvu5agwd.menu-open .v1p9rn58jv5p1 {
        opacity: 0;
    }

    .jod0zkmghdsimv {
        padding: 15px 10px;
        margin: 0;
        border-radius: 12px;
        background: rgba(255, 255, 255, 1);
    }

    .jod0zkmghdsimv > * {
        padding: 0 5px;
    }

    .jod0zkmghdsimv ul, .jod0zkmghdsimv ol {
        padding-left: 30px;
        margin-left: 15px;
    }

    .m4719ye2sxz6wz9l {
        margin: 10px -5px;
        border-radius: 6px;
        position: relative;
        transition: opacity 0.3s ease;
    }

    .m4719ye2sxz6wz9l::before {
        display: none;
    }

    .m4719ye2sxz6wz9l::after {
        display: none;
    }

    

    

    @keyframes pulseArrow {
        0% {
            transform: translate(0, -50%);
            opacity: 0.5;
        }
        50% {
            transform: translate(5px, -50%);
            opacity: 1;
        }
        100% {
            transform: translate(0, -50%);
            opacity: 0.5;
        }
    }

    .m4719ye2sxz6wz9l th {
        padding: 8px 12px;
        font-size: 0.8em;
    }

    .m4719ye2sxz6wz9l td {
        padding: 6px 12px;
        font-size: 0.85em;
    }

    .m4719ye2sxz6wz9l td:first-child,
    .m4719ye2sxz6wz9l th:first-child {
        position: static;
        background: none;
    }
    
    .jw9eyw0fc6lbu4wwshnc {
        right: 10px;
        bottom: 150px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        background-color: rgba(240, 240, 240, 0.95);
    }

    .kqc59ui3euv57 {
        bottom: 20px;
        padding: 15px 35px;
        font-size: 18px;
        white-space: nowrap;
        width: auto; 
        min-width: 200px; 
    }
    
    .v1p9rn58jv5p1 img {
        max-height: 50px;
        max-width: 160px;
        border-radius: 6px;  
    }
}

.wqagmhp5m3hvvu5agwd.font-inter {
    --selected-font: var(--font-inter);
}

.wqagmhp5m3hvvu5agwd.font-roboto {
    --selected-font: var(--font-roboto);
}

.wqagmhp5m3hvvu5agwd.font-opensans {
    --selected-font: var(--font-opensans);
}
.wqagmhp5m3hvvu5agwd.font-montserrat {
    --selected-font: var(--font-montserrat);
}

*, *::before, *::after {
    font-family: inherit;
}

p, span, div {
    font-family: var(--selected-font);
    font-weight: 400;
}

.gk8djyfeoskv53k0h2yg {
    cursor: pointer;
    transition: all 0.3s ease;
}

.jrohj91xo7hoiw {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.cep5twhk5ssyolki {
    color: #000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}


.ttcod3gtytogym1t {
    position: fixed;
    top: 5px;
    left: 50%;
    width: 90%;
    max-width: 1000px;
    transform: translateX(-50%) translateY(-100%);
    background-color: rgba(31, 31, 31, 0.85);
    color: white;
    z-index: 10000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    opacity: 0;
    visibility: hidden; pointer-events: none; }

.ttcod3gtytogym1t.show {
    transform: translateX(-50%) translateY(0) !important;
    opacity: 1;
    visibility: visible; pointer-events: auto; }

body[data-has-cookie-banner="true"] .wyjqb69tivvmqndr {
    margin-top: var(--cookie-banner-height, 0px);
    transition: margin-top 0.4s ease-out;
}

body[data-has-cookie-banner="true"] .pyapvp68v3arrbg30x {
    padding-top: 15px; }

.pyapvp68v3arrbg30x {
    position: relative;
    z-index: 1;
}

.wyjqb69tivvmqndr {
    position: relative;
    z-index: 2;
}


@supports (padding-top: env(safe-area-inset-top)) {
    .ttcod3gtytogym1t {
        padding-top: env(safe-area-inset-top);  }
}

.wtqe3bdr1ybs {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 20px; display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 10px; }

.patrrofxit9u3siw {
    flex: 1;
    min-width: 200px;
    font-size: 11px; opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 12px; line-height: 1.6; }

.c3glkwaprnzwv {
    color: #8BC5FF;
    font-size: 18px; }

.o7c3gbghhlqgk29f4l {
    display: flex;
    gap: 12px; align-items: center;
}

.wukmpszywj {
    background: transparent;
    color: rgba(255, 255, 255, 0.7); border: 1px solid rgba(255, 255, 255, 0.2); padding: 10px 18px; border-radius: 8px; cursor: pointer;
    font-weight: 400; font-size: 14px;
    transition: all 0.2s ease;
}

.wukmpszywj:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.t94m7jx7piuq8nbmg1b {
    background: rgba(139, 197, 255, 0.5); color: white;
    border: none;
    padding: 10px 18px; border-radius: 8px; cursor: pointer;
    font-weight: 400; font-size: 14px;
    transition: all 0.3s ease;
}

.t94m7jx7piuq8nbmg1b:hover {
    background: #8BC5FF; }


.ckufp61fx5mfk4 {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 18px; border-radius: 8px; cursor: pointer;
    font-weight: 400; font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

@media (min-width: 769px) {
    .wukmpszywj,
    .t94m7jx7piuq8nbmg1b,
    .ckufp61fx5mfk4 {
        padding: 7px 13px; font-size: 13px; }
    
    .ckufp61fx5mfk4 {
        gap: 6px; }
    
    .tyxp2g3yybog8sq {
        width: 12px;
        height: 12px;
    }
    
    .c3glkwaprnzwv {
        font-size: 14px; }
    
    .patrrofxit9u3siw {
        font-size: 13px; }
}

.ckufp61fx5mfk4:hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.tyxp2g3yybog8sq {
    width: 14px;
    height: 14px;
}

.x9dps49jdi9sdt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
}

.fjs6e4b4lk0mcmg4k {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.kweoiuesehrzaumk {
    position: relative;
    width: 100%;
    max-width: 500px;
    background: #1f1f1f;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 10002;
    margin: 20px;
    overflow: hidden;
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.cb98ybvb7qhzjmpt {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cb98ybvb7qhzjmpt h3 {
    margin: 0;
    color: #8BC5FF;
    font-size: 16px;
    font-weight: 600;
}

.drcrolbvgmw5y {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.drcrolbvgmw5y:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.a3dc3zyf402w8dm9 {
    padding: 20px;
    max-height: 60vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.kyl85ux0aelprmlw3vaz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.aataugaa8tcly8 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lv37c5ury6 {
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.iyty7y76gr5i6qduxoz8 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.s5cibl3ip99qnpj9s2 {
    padding: 15px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qs4eu6v53lwho9fn4h {
    position: relative;
    width: 44px;
    height: 24px;
    cursor: pointer;
}

.y5j5prik1idyv {
    opacity: 0.6;
    cursor: not-allowed;
}

.hj1aia7qyahptjul4a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.ws6p22avsamp0apqkd6z {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
}

.hj1aia7qyahptjul4a.is14kved0hf0 {
    background: #8BC5FF;
}

.ws6p22avsamp0apqkd6z.is14kved0hf0 {
    transform: translateX(20px);
}

.v3pwp6l6dj {
    background: transparent;
    color: #8BC5FF;
    border: 1px solid #8BC5FF;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.2s ease;
}

.v3pwp6l6dj:hover {
    background: rgba(255, 255, 255, 0.05);
}

.dspvvfp31sdv8g430qjq {
    background: #8BC5FF;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.2s ease;
}

.dspvvfp31sdv8g430qjq:hover {
    background: #9CCDFF;
}

.a83fuwrcmz75go {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.2s ease;
}

.a83fuwrcmz75go:hover {
    background: rgba(255, 255, 255, 0.25);
}

.jqzt6cd2qd {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.jqzt6cd2qd button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(31, 31, 31, 0.9);
    color: #8BC5FF;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.jqzt6cd2qd button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .wtqe3bdr1ybs {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .o7c3gbghhlqgk29f4l {
        width: 100%;
        justify-content: flex-end;
    }
    
    .wukmpszywj,
    .t94m7jx7piuq8nbmg1b,
    .ckufp61fx5mfk4 {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .tyxp2g3yybog8sq {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 768px) {
    .ttcod3gtytogym1t {
        width: 95%; top: 5px; }
    
    .wtqe3bdr1ybs {
        padding: 12px 15px;
        gap: 8px;
    }
    
    .patrrofxit9u3siw {
        font-size: 11px;
        line-height: 1.4;
    }
    
    .o7c3gbghhlqgk29f4l {
        gap: 5px;
    }
    
    .wukmpszywj,
    .t94m7jx7piuq8nbmg1b,
    .ckufp61fx5mfk4 {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    .c3glkwaprnzwv {
        font-size: 14px;
    }
}

.i6j4wytwg2p5hat2 {
        margin-bottom: 40px;
        padding: 0;
    }
    
    .i6j4wytwg2p5hat2 h2 {
        margin-bottom: 25px;
        font-size: 24px;
        font-weight: 600;
        color: #8BC5FF;
    }
    
    .azowieg81pcc7wwb {
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr;
    }
    
    .cbyk2v7fth5k8mssbyns {
    background: rgba(30, 30, 30, 0.9);
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
    
    .cbyk2v7fth5k8mssbyns:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        border-color: #8BC5FF;
    }
    
    .cbyk2v7fth5k8mssbyns::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    border: 0.5px solid transparent; pointer-events: none;
    z-index: 15; transition: opacity 0.3s ease, border-color 0.3s ease;
}
    
    .cbyk2v7fth5k8mssbyns:hover::before {
        border-color: #8BC5FF;
    }
    
    .w39mjks9b2f {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5; }
    
    .p2xvo5qrmqahez5 {
        position: absolute;
        inset: 0;
        clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    }
    
    .w39mjks9b2f span {
    position: relative;
    z-index: 6; font-weight: bold;
    color: white;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
    
    .os80j3ps4h174s2 {
        display: flex;
        padding: 16px 16px 16px 48px;
    }
    
    .n9t03sm5gwj9ud51 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 25%;
        padding-right: 16px;
    }
    
    .wdz7aeva4gqsmuhvnn4z {
        width: 135px;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: transparent;
    }
    
    .wdz7aeva4gqsmuhvnn4z img {
        max-width: 100%;
        max-height: 100%;
        width: auto; height: auto; object-fit: contain;
        filter: none; 
        border: none;
        outline: none;
        box-shadow: none;
    }
    
    .n9t03sm5gwj9ud51 h3 {
    font-size: 18px;
    font-weight: 700; color: white !important; margin-top: 8px;
    margin-bottom: 4px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); letter-spacing: 0.5px; }
    
    .dgqt4en6p6lv21 {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0;
    justify-content: center;
    color: #FFB800;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
    
        .iay0z2j7yon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; width: 40%;
        text-align: center; }
    
    .iay0z2j7yon ul {
        list-style-type: none;
        padding: 0;
        margin: 0 auto; display: flex;
        flex-direction: column;
        gap: 4px;
        width: fit-content; }
    
    .iay0z2j7yon ul li {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        text-align: left; }
    
        @media (min-width: 768px) {
        .iay0z2j7yon ul {
            margin: 0 auto;
        }
        
        .terbrgx99ur9 {
            display: block;
            margin-top: 12px;
            text-align: center;
        }
    }
    
    .l5tkpljzn5f8dpxphr9f {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 35%;
    }
    
    .l5tkpljzn5f8dpxphr9f div:first-child {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 4px;
    }
    
    .l5tkpljzn5f8dpxphr9f div:nth-child(2) {
        font-size: 18px;
        font-weight: bold;
        color: #4ADE80;
        margin-bottom: 16px;
        text-align: center;
    }
    
.e6io1grj52o9o4ii0 {
    background: linear-gradient(
        45deg,
        #8BC5FF,
        #9CCDFF,
        #8BC5FF,
        #7DB1E5
    );
    background-size: 300% 300%;
    animation: gradientShift 4s ease infinite;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 75%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
        overflow: hidden; }

.cbyk2v7fth5k8mssbyns:first-child .e6io1grj52o9o4ii0 {
    animation: 
        gradientShift 4s ease infinite,
        pulse 5s ease-in-out infinite;
}

    
.e6io1grj52o9o4ii0::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg, 
                transparent, 
                rgba(255, 255, 255, 0.3), 
                transparent);
    transform: rotate(30deg);
    animation: buttonSweep 3s linear infinite;
    opacity: 0;
    pointer-events: none;
}

.e6io1grj52o9o4ii0:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.e6io1grj52o9o4ii0:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.e6io1grj52o9o4ii0:hover::after {
    opacity: 1;
}
    
    .e5u8406kd5y5bbju {
        background-color: #FFB800;
        color: black;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 5px;
        border-radius: 1.5px;
        display: inline-flex;
        align-items: center;
    }
    
    .e5u8406kd5y5bbju span {
        margin-right: 4px;
    }
    
    .v8aenev8z1p80490, .o7ezbgqkmpfa, .o29597v961za {
        display: none;
    }
    
    @media (max-width: 767px) {
                .os80j3ps4h174s2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            padding: 16px 16px 16px 16px;
            grid-gap: 16px;
        }
        
        .n9t03sm5gwj9ud51 {
            width: 100%;
            grid-column: 1;
            padding-right: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .iay0z2j7yon {
            width: 100%;
            grid-column: 2;
            text-align: left; align-items: flex-start; }
        
        .l5tkpljzn5f8dpxphr9f {
            display: none;
        }
        
        .o7ezbgqkmpfa {
            display: block;
            width: 100%;
            grid-column: span 2;
            margin-top: 10px;
        }
        
        .o7ezbgqkmpfa .e6io1grj52o9o4ii0 {
            width: 100%;
        }
        
                .v8aenev8z1p80490 {
            display: block;
            margin-bottom: 12px;
            text-align: left; }
        
        .v8aenev8z1p80490 div:first-child {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
            text-align: left; }
        
        .v8aenev8z1p80490 div:last-child {
            font-size: 16px;
            font-weight: bold;
            color: #4ADE80;
            text-align: left; }
        
        .iay0z2j7yon ul {
            width: 100%; margin: 0; }
        
        .w39mjks9b2f {
            width: 32px;
            height: 45px;
        }
        
        .wdz7aeva4gqsmuhvnn4z {
            width: 100px;
            height: 60px;
        }
        
        .dgqt4en6p6lv21 {
    font-size: 14px;
}
        
        .o29597v961za {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .terbrgx99ur9 {
            display: none;
        }
        
        .iay0z2j7yon ul {
            gap: 2px;
        }
        
        .iay0z2j7yon ul li {
            font-size: 13px;
        }
    }
    
    @media (min-width: 768px) {
        .terbrgx99ur9 {
            display: block;
            margin-top: 12px;
            text-align: center;
        }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        .wdz7aeva4gqsmuhvnn4z {
            width: 100px;
            height: 60px;
        }
        
        .n9t03sm5gwj9ud51 {
            width: 20%;
        }
        
        .iay0z2j7yon {
            width: 45%;
        }
        
        .l5tkpljzn5f8dpxphr9f {
            width: 35%;
        }
    }
    .moo2253bge89 {
        color: #4ADE80;
        margin-right: 6px;
        display: inline-block;
    }
    .lem1tsg9h1peyehg30j {
        background-color: #8BC5FF; }
    
    .jsfh4ecv0cgizb {
        background-color: #AAB0C0; }
    
    .mv92n9jaoo6r {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
        order: 10;
    }
    
    .mv92n9jaoo6r:hover {
        transform: scale(1.05);
    }
    
    .mv92n9jaoo6r::after {
        content: '▼';
        position: absolute;
        top: 50%;
        right: -8px;
        transform: translateY(-50%);
        font-size: 10px;
        color: #8BC5FF;
        width: 12px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .jo9a2hv7fgmnp0xhjgl {
        width: 28px;
        height: 21px;
        object-fit: cover;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 
                    0 0 0 0.5px rgba(0, 0, 0, 0.1);
    }
    
    .np6ogbhubodncg10qaga {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        display: none;
        align-items: center;
        justify-content: center;
    }
    
    .zil5prv6x9yhvelntcd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        animation: fadeInOverlay 0.3s ease;
    }
    
    @keyframes fadeInOverlay {
        from {
            opacity: 0;
            backdrop-filter: blur(0px);
            -webkit-backdrop-filter: blur(0px);
        }
        to {
            opacity: 1;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
        }
    }
    
    .vibtwftl3k6 {
        position: relative;
        max-width: 400px;
        width: 90%;
        max-height: 500px;
        padding: 30px;
        border-radius: 12px;
        animation: fadeIn 0.3s ease;
    }
    
    .vibtwftl3k6.e05y47u80o {
        background: linear-gradient(135deg, #2a1a4e 0%, #1f1338 100%);
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .vibtwftl3k6.l9r9ll33eag30u9m {
        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }
    
    .vibtwftl3k6.qwrpikn3afclroe4da8t {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        color: #333;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }
    
    .yh2vaavji5nuvcfsv4b {
        position: absolute;
        top: 5px;
        right: 5px;
        border: none;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        font-size: 18px;
        font-weight: 300;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        transition: opacity 0.2s ease, transform 0.2s ease;
        z-index: 10;
        opacity: 0.6;
    }
    
    .e05y47u80o .yh2vaavji5nuvcfsv4b,
    .l9r9ll33eag30u9m .yh2vaavji5nuvcfsv4b {
        color: rgba(255, 255, 255, 0.9);
    }
    
    .qwrpikn3afclroe4da8t .yh2vaavji5nuvcfsv4b {
        color: rgba(0, 0, 0, 0.5);
    }
    
    .yh2vaavji5nuvcfsv4b:hover {
        opacity: 1;
        transform: scale(1.1);
    }
    
    .t9tbxffbun605i2wtg {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(auto-fill, minmax(100px, 140px));
        justify-content: center;
        padding-top: 15px;
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    .t9tbxffbun605i2wtg:has(.pb9f5kmyklcvh:nth-child(4)) {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
    
    .t9tbxffbun605i2wtg:has(.pb9f5kmyklcvh:only-child) {
        grid-template-columns: 1fr;
        max-width: 180px;
        margin: 0 auto;
    }
    
    .t9tbxffbun605i2wtg:has(.pb9f5kmyklcvh:nth-child(2):last-child) {
        grid-template-columns: repeat(2, 140px);
        justify-content: center;
    }
    
    .t9tbxffbun605i2wtg:has(.pb9f5kmyklcvh:nth-child(3):last-child) {
        grid-template-columns: repeat(3, 120px);
        justify-content: center;
    }
    
    .t9tbxffbun605i2wtg::-webkit-scrollbar {
        width: 6px;
    }
    
    .t9tbxffbun605i2wtg::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 3px;
    }
    
    .t9tbxffbun605i2wtg::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }
    
    .t9tbxffbun605i2wtg::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
    
    .pb9f5kmyklcvh {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
        text-decoration: none;
        border: 2px solid transparent;
    }
    
    .pb9f5kmyklcvh:hover {
        transform: translateY(-3px) scale(1.05);
    }
    
    .pb9f5kmyklcvh.e05y47u80o:hover {
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    
    .pb9f5kmyklcvh.l9r9ll33eag30u9m:hover {
        background: rgba(255, 255, 255, 0.06);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    }
    
    .pb9f5kmyklcvh.qwrpikn3afclroe4da8t:hover {
        background: rgba(67, 97, 238, 0.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .kj99n9w6kld7rqqt {
        width: 48px;
        height: 36px;
        object-fit: cover;
        border-radius: 4px;
        margin-bottom: 8px;
        display: block;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }
    
    .f240phvw783tzasu {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .e05y47u80o .f240phvw783tzasu {
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    
    .l9r9ll33eag30u9m .f240phvw783tzasu {
        color: rgba(255, 255, 255, 0.9);
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }
    
    .qwrpikn3afclroe4da8t .f240phvw783tzasu {
        color: #2c3e50;
        text-shadow: none;
    }
    
    .pb9f5kmyklcvh:hover .f240phvw783tzasu {
        }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: scale(0.8) translateY(-20px);
            filter: blur(10px);
        }
        to {
            opacity: 1;
            transform: scale(1) translateY(0);
            filter: blur(0);
        }
    }
    
    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-30px) rotateX(-15deg);
        }
        to {
            opacity: 1;
            transform: translateY(0) rotateX(0);
        }
    }
    
    @media (max-width: 768px) {
        .vibtwftl3k6 {
            max-width: 320px;
            min-width: 280px;
            padding: 15px 10px;
            margin: 0 10px;
        }
        
        .yh2vaavji5nuvcfsv4b {
            top: 3px;
            right: 3px;
            width: 26px;
            height: 26px;
            font-size: 16px;
        }
        
        .t9tbxffbun605i2wtg {
            display: grid !important;
            grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)) !important;
            gap: 8px !important;
            padding: 20px 8px 10px 8px;
            max-width: 100%;
            box-sizing: border-box;
            justify-content: center;
        }
        
        .t9tbxffbun605i2wtg:has(.pb9f5kmyklcvh:only-child) {
            grid-template-columns: 70px !important;
            justify-content: center;
        }
        
        .t9tbxffbun605i2wtg:has(.pb9f5kmyklcvh:nth-child(2):last-child) {
            grid-template-columns: repeat(2, 70px) !important;
            justify-content: center;
        }
        
        .t9tbxffbun605i2wtg:has(.pb9f5kmyklcvh:nth-child(3):last-child) {
            grid-template-columns: repeat(3, 70px) !important;
            justify-content: center;
        }
        
        .pb9f5kmyklcvh {
            padding: 12px 5px;
        }
        
        .kj99n9w6kld7rqqt {
            width: 36px;
            height: 27px;
        }
        
        .f240phvw783tzasu {
            font-size: 12px;
        }
        
        .mv92n9jaoo6r {
            width: 40px;
            height: 40px;
        }
        
        .jo9a2hv7fgmnp0xhjgl {
            width: 26px;
            height: 19px;
        }
    }
