
        :root {
      --full-screen: calc(var(--vh, 1vh)*100); --logo-color: #ffffff; --hamburger_bg: #ffffff;--height-header: 8rem;--height-footer: 10rem;--gl-indent: 5rem;--text-color: #e0dce8;--dark_bg: #1c1830;--bg-color: #100c20;--accent-color: #eee8ff;--header-color: #ffffff;--section-bg: #181435;--button-bg: #f5c211;--button-bg-hover: #8b5cf6;--filled-bg-color: #221e48;--banner-bg-color: #232226;--filled-title-color: #ffffff;--filled-text-color: #b8b0d0;--border-color: #7c3aed;--box-shadow: 0 4px 20px rgba(0,0,0,0.45);--radius: 4px;--gradient_start: #5b21b6;--gradient_end: #100c20;--label-gradient-start: #f43f5e;--label-gradient-middle: #e11d48;--label-gradient-end: #f43f5e;--header-bg: #14102a;--header-link-color: #b8b0d0;--header-link-hover-color: #a78bfa;--footer-bg-color: #0a0818;--footer-text-color: #9888b8;--notice-color: #685890;--pros-bg: #0f2e1c;--cons-bg: #301418;--button-text-color: #ffffff;--h1-align: left;--h2-align: left;--h3-align:left
    }

        /* === RESET === */
        abbr,address,article,aside,audio,b,blockquote,body,button,canvas,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,summary,time,ul,var,video{background:transparent;border:0;box-sizing:border-box;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}
        caption,table,tbody,td,tfoot,th,thead,tr{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0}
        article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
        li,ol,ul{list-style:none}
        blockquote,q{quotes:none}
        blockquote:after,blockquote:before,q:after,q:before{content:none}
        :focus{outline:0}
        input[type=text],textarea{-webkit-appearance:none}
        textarea{resize:none}
        ins{text-decoration:none}
        del{text-decoration:line-through}
        table{border-collapse:collapse;border-spacing:0}
        *{word-wrap:break-word;box-sizing:border-box}

        /* === BASE === */
        html{font:400 10px/1.5 'Inter',system-ui,-apple-system,sans-serif}
        body,html{height:100%}
        body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-color);color:var(--text-color);display:flex;font-size:1.6rem;position:relative}
        @supports(display:grid){body{display:block}}
        body.mobile_active{overflow:hidden}

        .WHw0BZA5UN1IgMbJ{display:flex;flex-direction:column;height:auto!important;min-height:100%;overflow-x:clip;position:relative;width:100%;transition:filter .2s ease}
        .WHw0BZA5UN1IgMbJ.show{filter:blur(5px)}

        .mfzrQg8-ce7ueB3q{flex:1 0 auto;margin-bottom:8rem;padding:calc(var(--height-header) + 3rem) 0 0;position:relative;width:100%}

        a{color:#a5b4fc;text-decoration:none;transition:color .2s ease}
        a:focus,a:hover{color:#c7d2fe;text-decoration:none}

        img{border-radius:var(--radius);display:block;height:auto;max-width:100%;overflow:hidden}

        /* === HEADER === */
        .fVYAcVFJW81nBB12{background:var(--header-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(100,120,200,0.2);font-size:1rem;left:0;padding:1.4rem 2.4rem;position:fixed;top:0;width:100%;z-index:100}
        .fVYAcVFJW81nBB12 .bXmKgBdZkJfCLBAl{padding:0 2rem;width:auto}
        .IL6n7YgM3_cOV045{align-items:center;display:flex;max-width:130rem;margin:0 auto}
        .eFswD00G_rG-HQ7D{margin:0 auto}
        .eFswD00G_rG-HQ7D ul{align-items:center;display:flex;gap:2.8rem}
        .eFswD00G_rG-HQ7D ul li a{color:var(--header-link-color);font-size:1.5rem;font-weight:600;transition:color .2s ease;letter-spacing:-0.01em}
        .eFswD00G_rG-HQ7D ul li a:focus,.eFswD00G_rG-HQ7D ul li a:hover{color:var(--header-link-hover-color);text-decoration:none}
        .rZrEGsPbOmyTax94{color:var(--logo-color);font-size:clamp(16px,4vw,26px);max-width:240px;white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;font-weight:800;letter-spacing:-0.03em}
        .rZrEGsPbOmyTax94 img{max-height:4.8rem}
        .xqgfui-S4-6VsPlL{display:flex;gap:1rem;margin-left:2rem}

        .header_lang{position:relative}
        .header_lang .current_lang{align-items:center;display:flex;position:relative;cursor:pointer}
        .header_lang .current_lang span{color:var(--accent-color);font-size:1.8rem;font-weight:600}
        .header_lang .current_lang .VoghYeTIIl0tC13c{color:var(--accent-color);height:2.4rem;margin-left:3px;width:2.4rem}
        .header_lang__list{background:rgba(15,23,42,0.95);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--radius);opacity:0;padding:8px;pointer-events:none;position:absolute;transform:translateY(1rem);transition:all .3s ease;width:22rem}
        .header_lang__list:before{content:"";display:block;height:2rem;left:0;position:absolute;top:-2rem;width:100%}
        .header_lang__list li{border-radius:8px}
        .header_lang__list li a{color:var(--text-color);display:block;font-size:1.6rem;font-weight:600;line-height:1.2;padding:8px 10px;width:100%}
        .header_lang__list li:not(:last-child){margin-bottom:4px}
        .header_lang__list li.header_lang--current_state,.header_lang__list li:hover{background:rgba(99,102,241,0.15)}
        .header_lang__list li.header_lang--current_state a,.header_lang__list li:hover a{color:var(--accent-color);text-decoration:none}
        .header_lang:hover .header_lang__list{opacity:1;pointer-events:auto;transform:translateY(0)}

        .mQE4N0ypd0snhhyH{display:flex;flex-direction:column;gap:4px;height:14px;justify-content:space-between;margin-left:2.4rem;width:20px;cursor:pointer}
        .mQE4N0ypd0snhhyH span{background-color:var(--hamburger_bg);border-radius:3px;height:2px;position:relative;top:0;transform:rotate(0);transform-origin:center;transition:all .3s ease;width:100%}
        .mobile_active .mQE4N0ypd0snhhyH span:nth-child(2){opacity:0;transform:translateX(-10px)}
        .mobile_active .mQE4N0ypd0snhhyH span:first-child{top:6px;transform:rotate(45deg)}
        .mobile_active .mQE4N0ypd0snhhyH span:last-child{top:-6px;transform:rotate(-45deg)}
        .ibyHtmtAn8mXFW7g{align-items:center;display:flex}

        /* === SECTIONS === */
        .ewWxNwOju7ANEKmb{font-size:1.6rem;padding-left:2.4rem;padding-right:2.4rem;position:relative;width:100%}
        .ewWxNwOju7ANEKmb p{font-size:1.6rem;letter-spacing:-0.02em;line-height:1.6}
        .VZnbFgmiGtxoDyvg{background:var(--section-bg);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--box-shadow);margin:0 auto;max-width:130rem;padding:3rem;width:100%;transition:box-shadow .3s ease}

        .wider_columns .VZnbFgmiGtxoDyvg{display:flex;flex-wrap:wrap;gap:2.4rem}
        .wider_columns .VZnbFgmiGtxoDyvg img:not(:last-child){margin-bottom:2.4rem}
        .VZnbFgmiGtxoDyvg img{border-radius:var(--radius);overflow:hidden}
        .VZnbFgmiGtxoDyvg img:not(:last-child){margin-bottom:1.8rem}
        .VZnbFgmiGtxoDyvg img.alignleft{float:left;margin-right:1.8rem}
        .VZnbFgmiGtxoDyvg img.alignright{float:right;margin-left:1.8rem}
        .VZnbFgmiGtxoDyvg a.bXmKgBdZkJfCLBAl:not(:last-of-type){margin-bottom:1.2rem}
        .VZnbFgmiGtxoDyvg p:not(:last-child){margin-bottom:1.6rem}

        .wider_columns{padding:3.6rem 2.4rem;width:100%}
        .wider_columns img{margin-left:auto;margin-right:auto}
        .wider_column{flex:1 1 calc(100% - 1.2rem)}
        .wider_column_25{flex:0 1 calc(25% - 1.2rem)}
        .J_gxm3KOSoZfJQPJ{flex:0 1 calc(50% - 1.2rem)}
        .Y7mtlP1ty0UFvlaV{flex:0 1 calc(33.33% - 1.666rem)}
        .bI7q_8GSY6Lwnzct{flex:0 1 calc(40% - 1.2rem)}
        .Gd-7z3uOkOxt4A7m{flex:0 1 calc(60% - 1.2rem)}
        .wider_column_66{flex:0 1 calc(66.66% - 1.2rem)}
        .wider_column_75{flex:0 1 calc(75% - 1.2rem)}

        /* === FILLED BLOCKS === */
        .HBRa3OU8-Lk_zjUq{background:var(--filled-bg-color);border:1px solid var(--border-color);border-radius:var(--radius);margin-bottom:2rem;padding:2rem;transition:border-color .3s ease}
        .HBRa3OU8-Lk_zjUq:hover{border-color:rgba(99,102,241,0.3)}
        .HBRa3OU8-Lk_zjUq ul{display:flex;width:100%}
        .HBRa3OU8-Lk_zjUq ul:not(:last-child){margin-bottom:.8rem}
        .wider_columns .HBRa3OU8-Lk_zjUq ul{gap:6%}
        .wider_columns .HBRa3OU8-Lk_zjUq ul li{min-width:20%}
        .HBRa3OU8-Lk_zjUq ul li span{color:var(--filled-title-color);display:block;font-size:1.5rem;margin-bottom:4px;font-weight:600}
        .HBRa3OU8-Lk_zjUq ul li p{color:var(--filled-text-color);font-size:1.4rem;font-weight:500}
        .MqT_GYV4HG83lWTv .HBRa3OU8-Lk_zjUq ul{display:block}
        .MqT_GYV4HG83lWTv .HBRa3OU8-Lk_zjUq ul li:not(:last-child){margin-bottom:1.2rem}
        .MqT_GYV4HG83lWTv .HBRa3OU8-Lk_zjUq{margin-bottom:0}
        .lUbHLU_2wzbW5jgv{height:100%}
        .wider_column_66 .HBRa3OU8-Lk_zjUq{margin-bottom:1.6rem}

        /* === LAYOUT === */
        .MLsDF-jZ01UDO41D{display:flex;gap:2.4rem;margin:0 auto;max-width:130rem;min-height:100vh;width:100%}
        .MqT_GYV4HG83lWTv{display:flex;flex-wrap:wrap;gap:2.4rem}

        /* === SIDEBAR === */
        .anwYGqa3F5hx3V8q{flex-shrink:0;align-self:flex-start;background:var(--section-bg);border-radius:var(--radius);border:1px solid var(--border-color);height:fit-content;position:sticky;top:calc(var(--height-header) + 2rem);width:28rem}
        .anwYGqa3F5hx3V8q a.bXmKgBdZkJfCLBAl{width:100%}
        .anwYGqa3F5hx3V8q a.bXmKgBdZkJfCLBAl:not(:last-of-type){margin-bottom:1.2rem}
        .anwYGqa3F5hx3V8q p:not(:last-child){margin-bottom:1.8rem}
        .lfeOu5olomp5oa-d{border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--box-shadow);padding:1.4rem}
        .lfeOu5olomp5oa-d,.lfeOu5olomp5oa-d .bXmKgBdZkJfCLBAl{margin-bottom:1.6rem}
        .vlcKIicUttmj4B-R:not(:last-child){border-bottom:1px solid rgba(99,102,241,0.08);margin-bottom:1.4rem;padding-bottom:.8rem}
        .vlcKIicUttmj4B-R li:not(:last-child){margin-bottom:.4rem}
        .vlcKIicUttmj4B-R li a{align-items:center;border-radius:8px;color:var(--text-color);display:flex;font-size:1.6rem;font-weight:600;letter-spacing:-0.02em;padding:6px 8px;transition:all .2s ease}
        .vlcKIicUttmj4B-R li a svg{height:3.2rem;margin-right:8px;width:3.2rem;opacity:0.7;transition:opacity .2s ease}
        .vlcKIicUttmj4B-R li a:focus,.vlcKIicUttmj4B-R li a:hover{text-decoration:none}
        .vlcKIicUttmj4B-R li a:hover{background:rgba(99,102,241,0.1)}
        .vlcKIicUttmj4B-R li a:hover svg{opacity:1}

        .mobile_active .PGX-EnVRKkmhFvz-{filter:blur(10px)}
        .PGX-EnVRKkmhFvz- .VZnbFgmiGtxoDyvg:not(:last-child){margin-bottom:3.2rem}

        .hM4_PpC0XCSmugSg h3{color:var(--filled-title-color)}
        .hM4_PpC0XCSmugSg ul{padding-left:1.6rem;display:block}
        .hM4_PpC0XCSmugSg ul li{color:var(--filled-text-color);font-size:1.4rem;list-style-type:disc;line-height:1.6}

        /* === AUTHOR === */
        .author_info{align-items:center;display:flex;gap:1.8rem;margin-bottom:1.8rem;width:100%}
        .author_info .author_avatar{border-radius:50%;height:7rem;overflow:hidden;width:7rem}
        .author_info .author_name{color:var(--text-color);font-size:2.4rem;font-weight:700}
        .author_info .author_position{color:var(--accent-color);font-size:1.4rem;font-weight:500}

        /* === CHECK BLOCKS === */
        .Yvsl85XmNr55nnPU{margin-bottom:0}
        .Yvsl85XmNr55nnPU p{font-size:1.4rem;line-height:1.5;color:var(--filled-text-color)}
        .check_icon{background-color:var(--filled-title-color);border-radius:100%;height:1.8rem;justify-content:center;margin-right:.6rem;vertical-align:middle;width:1.8rem}
        .U0zkqiVndMIeC7cA,.check_icon{align-items:center;display:flex}
        .U0zkqiVndMIeC7cA{color:var(--filled-text-color);margin-bottom:0}
        h3.U0zkqiVndMIeC7cA{color:var(--filled-title-color);font-size:1.8rem;font-weight:700;margin-bottom:.8rem}

        /* === GRADIENT BLOCK === */
        .FhIRP6mgotbfhQYs{background:linear-gradient(135deg, var(--gradient_start) 0%, var(--gradient_end) 100%);border:1px solid var(--border-color);border-radius:var(--radius);padding:3rem;position:relative;overflow:hidden}
        .FhIRP6mgotbfhQYs::before{content:'';position:absolute;top:-30%;right:-30%;width:80%;height:80%;background:radial-gradient(circle,var(--gradient_start) 0%,transparent 65%);opacity:0.3;pointer-events:none}

        .MAu8sQVKKoFaRdP-{background:linear-gradient(135deg,var(--label-gradient-start) 0%,var(--label-gradient-middle) 50%,var(--label-gradient-end) 100%);border-radius:20px;color:#fff;display:inline-block;font-size:1.3rem;font-weight:700;line-height:1.5;margin-bottom:1.6rem;padding:4px 16px;text-transform:uppercase;letter-spacing:0.05em}

        /* === GAMES GRID === */
        .BWJv9BAIeEDv-QsD{display:grid;gap:1.2rem;grid-template-columns:repeat(6,1fr)}
        .Z8YK7Xbp6l5xXoDM{border-radius:var(--radius);cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease, box-shadow .3s ease}
        .Z8YK7Xbp6l5xXoDM:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(99,102,241,0.2)}
        .Z8YK7Xbp6l5xXoDM img{margin-bottom:0!important;width:100%;transition:transform .3s ease}
        .Z8YK7Xbp6l5xXoDM:hover img{transform:scale(1.05)}
        .Z8YK7Xbp6l5xXoDM:hover .u-YbzYYTLNChnnhx{opacity:1;transform:translateY(0)}
        .Z8YK7Xbp6l5xXoDM:hover .u-YbzYYTLNChnnhx svg{transform:translate3d(-50%,-50%,0)}
        .u-YbzYYTLNChnnhx{background:linear-gradient(180deg,transparent 0%,rgba(99,102,241,0.8) 100%);height:100%;left:0;opacity:0;position:absolute;top:0;transform:translateY(.5rem);transition:all .3s ease;width:100%;z-index:1}
        .u-YbzYYTLNChnnhx svg{height:4.8rem;left:50%;position:absolute;top:50%;transform:translate3d(-50%,-40%,0);transition:transform .15s ease .1s;width:4.8rem}

        /* === TABLES === */
        .description_list{background-color:var(--filled-bg-color);letter-spacing:-5px;border-radius:var(--radius);overflow:hidden}
        .description_list dd,.description_list dt{display:inline-block;letter-spacing:0;padding:1.6rem 1.4rem}
        .description_list dd:not(:last-of-type),.description_list dt:not(:last-of-type){border-bottom:1px solid var(--border-color)}
        .description_list dt{background-color:var(--dark_bg);color:var(--accent-color);font-size:1.6rem;font-weight:600;width:230px}
        .description_list dd{font-weight:500;width:calc(100% - 240px)}

        .VZnbFgmiGtxoDyvg .uBEr9p4Wf1Rzw64h{overflow-x:auto;width:100%;border-radius:var(--radius);border:1px solid var(--border-color)}
        .VZnbFgmiGtxoDyvg table{margin-bottom:0;min-width:500px;width:100%}
        .VZnbFgmiGtxoDyvg table thead th{background:var(--dark_bg);color:var(--accent-color);font-size:1.5rem;font-weight:700;padding:1.4rem 1.6rem;text-align:left;letter-spacing:-0.01em}
        .VZnbFgmiGtxoDyvg table tbody tr td{background:var(--filled-bg-color);border:1px solid var(--border-color);font-size:1.4rem;font-weight:500;padding:1.4rem 1.6rem}
        .VZnbFgmiGtxoDyvg table tbody tr:hover td{background:rgba(99,102,241,0.05)}
        .VZnbFgmiGtxoDyvg table.vp9bQZlHG-94uFBf td:first-child{background:var(--dark_bg);color:var(--accent-color);font-size:1.5rem;font-weight:600;width:230px}
        .uBEr9p4Wf1Rzw64h + p,.uBEr9p4Wf1Rzw64h + .uBEr9p4Wf1Rzw64h{margin-top:1.8rem}
        .uBEr9p4Wf1Rzw64h{margin-bottom:1.8rem}

        /* === BUTTONS === */
        .bXmKgBdZkJfCLBAl{color:var(--button-text-color);align-items:center;background:var(--button-bg);border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:'Inter',sans-serif;font-size:1.6rem;font-weight:700;height:5rem;justify-content:center;line-height:5rem;padding:0 2.8rem;text-align:center;transition:all .25s ease;white-space:nowrap;letter-spacing:0.01em}
        .bXmKgBdZkJfCLBAl:focus,.bXmKgBdZkJfCLBAl:hover{text-decoration:none;background:var(--button-bg-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(91,95,240,0.45)}
        .bXmKgBdZkJfCLBAl:active{transform:translateY(0)}
        .bXmKgBdZkJfCLBAl[type=submit]{appearance:none}

        .eZb9mj7RAac-pRoc{align-items:center;background:transparent;border:2px solid var(--button-bg);border-radius:8px;color:var(--button-secondary-text-color);cursor:pointer;display:inline-flex;font-family:'Inter',sans-serif;font-weight:700;justify-content:center;text-align:center;transition:all .3s ease;white-space:nowrap}
        .eZb9mj7RAac-pRoc:focus,.eZb9mj7RAac-pRoc:hover{text-decoration:none;background:rgba(99,102,241,0.1);border-color:var(--button-bg-hover)}

        .FcpaCeiwTWyMAS7H{display:block;margin-top:1rem;max-width:49rem}
        .FcpaCeiwTWyMAS7H,p.notice{color:var(--notice-color);font-size:1.3rem;font-weight:500}
        p.notice:not(:last-child){margin-bottom:1.8rem}

        /* === PROS & CONS === */
        .Wxo1erKlKGt8NBYj li{background:var(--pros-bg);border:1px solid rgba(34,197,94,0.2);border-radius:var(--radius);padding:1.4rem 1.4rem 1.4rem 4.4rem;position:relative;width:100%!important}
        .Wxo1erKlKGt8NBYj li:before{color:#22c55e;content:"+";font-size:2.4rem;font-weight:700;left:2.2rem;position:absolute;top:50%;transform:translate(-50%,-50%)}
        .Wxo1erKlKGt8NBYj li:not(:last-child){margin-bottom:6px!important}
        .PqwIKTVQUo4JY7yp li{background:var(--cons-bg);border-color:rgba(239,68,68,0.2)}
        .PqwIKTVQUo4JY7yp li:before{content:"\2212";color:#ef4444}

        /* === STARS === */
        .TJGOWuMEiCtxcpjv{display:flex;font-size:18px;gap:3px;margin-bottom:10px}
        .TJGOWuMEiCtxcpjv .ZqFR9HS4F8woJPdI.VDuUK0bsifex1xWd{color:#eab308}

        /* === TYPOGRAPHY === */
        h1{font-size:3.2rem;line-height:1.2;text-align:var(--h1-align);letter-spacing:-0.03em}
        h1,h2{color:var(--header-color);font-weight:800;margin-bottom:1.2rem}
        h2{font-size:2.4rem;line-height:1.2;text-align:var(--h2-align);letter-spacing:-0.03em}
        h3{color:var(--header-color);font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:1rem;text-align:var(--h3-align);letter-spacing:-0.02em}
        h3:not(:first-child){margin-top:1.6rem}
        h3:not(.U0zkqiVndMIeC7cA) span{background:linear-gradient(135deg,var(--button-bg),var(--button-bg-hover));border-radius:6px;color:#fff;display:inline-block;font-size:1.8rem;font-weight:700;height:3rem;line-height:3rem;margin-right:1rem;text-align:center;vertical-align:middle;width:3rem}
        h4{font-size:1.4rem;font-weight:700;color:var(--header-color);margin-bottom:1rem}
        h5{font-size:1.6rem;color:var(--header-color);margin-bottom:1rem}
        h6{color:var(--header-color);font-size:1.4rem;margin-bottom:1rem}
        .text-center{text-align:center!important}
        .text-right{text-align:right!important}
        .text-left{text-align:left!important}

        /* === CONTACT === */
        .zYjsDZ7aVhSzt1OI{display:flex;gap:3rem;flex-wrap:wrap}
        .AxJNeZC-U26Mt0Mq{flex:1 1 35%;min-width:26rem}
        .TrI74yccB8NRFg8S{flex:1 1 55%;min-width:28rem}
        .xtHsFjML59KJicGK{padding:1.4rem;border-radius:var(--radius);background:var(--filled-bg-color);border:1px solid var(--border-color);transition:border-color .3s ease}
        .xtHsFjML59KJicGK:not(:last-child){margin-bottom:1rem}
        .xtHsFjML59KJicGK:hover{border-color:rgba(100,120,200,0.4)}
        .ypIQfAViJKHpiWPE h4{color:var(--filled-title-color);font-size:1.4rem;font-weight:700;margin-bottom:2px}
        .ypIQfAViJKHpiWPE p{color:var(--filled-text-color);font-size:1.4rem;margin-bottom:0}
        .wkvpxSkqCWdwMM6S{margin-bottom:1.4rem}
        .wkvpxSkqCWdwMM6S label{display:block;color:var(--filled-title-color);font-size:1.4rem;font-weight:600;margin-bottom:6px}
        .wkvpxSkqCWdwMM6S input,.wkvpxSkqCWdwMM6S textarea{width:100%;background:var(--filled-bg-color);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);font-family:'Inter',sans-serif;font-size:1.4rem;padding:1.2rem 1.4rem;transition:border-color .3s ease}
        .wkvpxSkqCWdwMM6S input:focus,.wkvpxSkqCWdwMM6S textarea:focus{border-color:var(--button-bg);outline:none}
        .wkvpxSkqCWdwMM6S textarea{min-height:12rem;resize:vertical}
        .n7Co6abttPx-WzDk{display:flex;gap:1.4rem}
        .n7Co6abttPx-WzDk .wkvpxSkqCWdwMM6S{flex:1}
        @media screen and (max-width:1024px){.zYjsDZ7aVhSzt1OI{flex-direction:column}.n7Co6abttPx-WzDk{flex-direction:column;gap:0}}

        /* === FAQ === */
        .tOSzfsx2aCx-dDER{display:flex;flex-direction:column;width:100%;gap:8px}
        .s-PCEhK2YfBTCkeA{background:var(--filled-bg-color);border:1px solid var(--border-color);border-radius:var(--radius);cursor:pointer;padding-bottom:0;transition:border-color .3s ease, box-shadow .3s ease;overflow:hidden}
        .s-PCEhK2YfBTCkeA:hover{border-color:rgba(99,102,241,0.3)}
        .Lo20i3PMJjIT02NY{border-color:rgba(99,102,241,0.3);box-shadow:0 0 24px rgba(99,102,241,0.2)}
        .BIe4T2D5YeG6rBcY{align-items:center;color:var(--filled-title-color);display:flex;font-size:1.6rem;font-weight:700;padding:1.6rem 4rem 1.6rem 2rem;position:relative;border-radius:var(--radius)}
        .H3RPBhZKLPhLdIfx{display:inline-block;height:2.4rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%);transition:transform .2s ease;width:2.4rem}
        .H3RPBhZKLPhLdIfx:before{color:var(--text-color);content:"+";font-size:2.4rem;font-weight:500;left:50%;position:absolute;top:50%;transform:translate(-50%,-52%)}
        .Lo20i3PMJjIT02NY .H3RPBhZKLPhLdIfx:before{content:"\2212"}
        .KJQHoIkuUxGkE3aR{display:none;padding:0 2rem 1.6rem}
        .KJQHoIkuUxGkE3aR p{font-size:1.4rem;font-weight:500;line-height:1.6}
        .Lo20i3PMJjIT02NY .KJQHoIkuUxGkE3aR{display:block}

        /* === FOOTER === */
        .Cu5CPjYc1ygYivlm{background:var(--footer-bg-color);border-top:1px solid var(--border-color);color:var(--footer-text-color);flex:0 0 auto;min-height:var(--height-footer);width:100%}
        .UyY-MZUf8FG-YGhA{margin:0 auto;max-width:90rem;padding:5rem 2rem;width:100%}
        .UyY-MZUf8FG-YGhA,.UyY-MZUf8FG-YGhA h2{text-align:center}
        .UyY-MZUf8FG-YGhA h2{color:var(--footer-text-color)}
        .UyY-MZUf8FG-YGhA p{font-size:1.5rem;margin-bottom:1.6rem;line-height:1.6}
        .footer_columns{display:flex;justify-content:space-between}
        .footer_column:first-child{max-width:54rem}
        .footer_column p{font-size:1.6rem;font-weight:700;margin:3rem 0}
        .elS1tR4rGpkVoHC_{display:flex;margin-bottom:2rem;justify-content:center}
        .elS1tR4rGpkVoHC_ ul{align-items:center;display:grid;gap:1.2rem;grid-template-columns:repeat(4,1fr);justify-content:center}
        .elS1tR4rGpkVoHC_ ul li{background:var(--banner-bg-color);border:1px solid var(--border-color);border-radius:var(--radius);height:6.4rem;width:18rem;transition:border-color .3s ease}
        .elS1tR4rGpkVoHC_ ul li:hover{border-color:rgba(99,102,241,0.3)}
        .elS1tR4rGpkVoHC_ ul li a{align-items:center;display:flex;height:100%;justify-content:center;width:100%}
        .elS1tR4rGpkVoHC_ ul li a:focus,.elS1tR4rGpkVoHC_ ul li a:hover{opacity:.8}
        .elS1tR4rGpkVoHC_ ul li img{display:block;max-height:100%;max-width:100%;object-fit:contain}
        .ig74UOLKoG4hff6e{border-top:1px solid var(--border-color);color:var(--notice-color);font-size:1.3rem;font-weight:500;margin-top:2rem;padding-top:2rem}
        .ig74UOLKoG4hff6e h3{color:var(--notice-color);text-align:center;font-size:1.4rem}
      
      .YU4ya2iznU42VkYO{font-weight:bold;!important}
      .kwCDxnLqcgYhj2dI {padding-bottom: 15px}

        /* === POPUP === */
        .popup-overlay{align-items:center;display:none;justify-content:center;opacity:0;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}
        .popup-backdrop{background-color:var(--accent-color);opacity:.2;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000;transition:opacity .2s ease}
        .popup-overlay.show{display:flex;opacity:1}
        .popup-content{animation:fadeIn .2s ease;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);color:var(--text-color);max-height:80vh;max-width:100%;overflow:hidden;padding:3.6rem;position:relative;width:117rem;z-index:1010}
        .popup-header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2.4rem;padding-right:9.6rem}
        .popup-header h2{margin-bottom:0}
        .popup-header .bXmKgBdZkJfCLBAl{width:auto}
        @keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
        .popup-close{background:transparent;border:none;cursor:pointer;position:absolute;right:3.6rem;top:3.6rem;width:4.8rem}
        .popup-iframe{border:none;height:400px;width:100%}

        .float-button-container{background:var(--bg-color);border-radius:var(--radius) var(--radius) 0 0;bottom:0;left:0;opacity:0;padding:1.2rem;pointer-events:none;position:fixed;right:0;transition:opacity .3s ease;visibility:hidden;z-index:1000}
        .float-button-container.visible{opacity:1;pointer-events:auto;visibility:visible}

        /* === RESPONSIVE === */
        @media screen and (max-width:992px){
            .mfzrQg8-ce7ueB3q{padding:calc(var(--height-header)) 0 0}
            .fVYAcVFJW81nBB12 .bXmKgBdZkJfCLBAl{font-size:2rem;min-width:14rem}
            .ewWxNwOju7ANEKmb{padding-left:1.6rem;padding-right:1.6rem}
            .ewWxNwOju7ANEKmb p{font-size:1.5rem}
            .VZnbFgmiGtxoDyvg{padding:1.6rem}
            .wider_columns{padding-left:1.6rem;padding-right:1.6rem}
            .HBRa3OU8-Lk_zjUq{padding:1.4rem}
            .HBRa3OU8-Lk_zjUq ul:not(:last-child){margin-bottom:0}
            .HBRa3OU8-Lk_zjUq ul:last-child{margin-bottom:-1rem}
            .HBRa3OU8-Lk_zjUq ul{flex-wrap:wrap}
            .HBRa3OU8-Lk_zjUq ul li{margin-bottom:1rem;width:47%}
            .MqT_GYV4HG83lWTv{gap:1.2rem}
            .hM4_PpC0XCSmugSg h3{align-items:flex-start;display:flex}
            .hM4_PpC0XCSmugSg ul li{font-size:1.4rem;width:100%}
            .UyY-MZUf8FG-YGhA{padding:2rem}
            .footer_columns{flex-direction:column;align-items:center;justify-content:center;gap:2rem;text-align:center}
            .footer_column p{font-size:1.5rem;margin:1.2rem 0}
            .elS1tR4rGpkVoHC_ ul li{width:100%}
            .ig74UOLKoG4hff6e{text-align:center}
            .footer_logo img{margin:0 auto;max-width:30rem}
            h1,h2,h3,h4,h5,h6{margin-bottom:1rem}
            .s-PCEhK2YfBTCkeA{padding-bottom:0}
            .BIe4T2D5YeG6rBcY{font-size:1.5rem;padding:1.2rem 3.6rem 1.2rem 1.2rem}
            .H3RPBhZKLPhLdIfx{right:.9rem}
        }
        @media screen and (max-width:1023.5px){
            .eFswD00G_rG-HQ7D{display:none}
            .header_lang{margin-left:auto}
            .ztScqgy8MBfzxvBi{display:none!important}
            .JWWEfYGjRO86LxMk{display:block!important}
            .buttons_wrapper,.MqT_GYV4HG83lWTv{flex-direction:column}
            .buttons_wrapper{display:flex}
        }
        @media screen and (max-width:1024px){
            .header_lang__list{left:-16rem}
            .ibyHtmtAn8mXFW7g{margin-left:auto}
            .Y7mtlP1ty0UFvlaV,.bI7q_8GSY6Lwnzct,.Gd-7z3uOkOxt4A7m,.wider_column_66{flex:0 1 auto;width:100%}
            .MLsDF-jZ01UDO41D{display:block}
            .anwYGqa3F5hx3V8q{background:var(--section-bg);height:100%;overflow-y:auto;position:fixed;right:0;top:var(--height-header);transform:translateX(28rem);transition:transform .3s ease;width:28rem;z-index:1}
            .mobile_active .anwYGqa3F5hx3V8q{transform:translateX(0)}
            .description_list dt{width:20rem}
            .description_list dd{width:calc(100% - 21rem)}
            .VZnbFgmiGtxoDyvg table thead th{font-size:1.5rem}
            .kz_EaHfEAsW47V5R{background-color:var(--accent-color);height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:var(--height-header);transition:opacity .3s ease;width:100%;z-index:1}
            .mobile_active .kz_EaHfEAsW47V5R{opacity:.3;visibility:visible}
            .elS1tR4rGpkVoHC_ ul{gap:1rem;grid-template-columns:repeat(2,1fr)}
            .bXmKgBdZkJfCLBAl{width:100%}
            h2{font-size:2.2rem}
        }
        @media screen and (min-width:1024px){.mQE4N0ypd0snhhyH{display:none}}
        @media screen and (max-width:1200px){
            .wider_column_25,.J_gxm3KOSoZfJQPJ{width:100%}
            .wider_column_25,.J_gxm3KOSoZfJQPJ,.wider_column_75{flex:0 1 auto}
        }
        @media(max-width:767px){.BWJv9BAIeEDv-QsD{grid-template-columns:repeat(3,1fr)}}
        @media(max-width:560px){.BWJv9BAIeEDv-QsD{gap:1rem;grid-template-columns:repeat(3,1fr)}}
        @media screen and (max-width:640px){.description_list dt{width:15rem}.description_list dd{width:calc(100% - 16rem)}}
        @media screen and (min-width:1400px){.bXmKgBdZkJfCLBAl{min-width:22rem}}
        @media screen and (min-width:992px){.float-button-container{display:none}}
  
