.Home_sectionAnchor__7myC9{scroll-margin-top:var(--site-header-height,calc(2rem + 32px))}.Home_container__d256j{min-height:100vh;display:flex;flex-direction:column;padding-top:var(--site-header-height,calc(2rem + 32px));background:linear-gradient(45deg,var(--gradient-start,#FF6B6B),var(--gradient-middle,#4ECDC4),var(--gradient-end,#45B7D1));background-size:400% 400%;animation:Home_gradientShift__GEn5s 15s ease infinite;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@keyframes Home_gradientShift__GEn5s{0%{background-position:0 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0 50%}}.Home_headerTop__uQTnF{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.2rem}.Home_header__y2QYS{display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.1)}.Home_headerLeft__3ApBO{display:flex;align-items:center;gap:.75rem}.Home_logoImg__f6J_W{width:32px;height:32px;border-radius:8px;box-shadow:0 2px 8px rgba(44,62,80,.08)}.Home_domain__zI23U{font-size:1.15rem;font-weight:600;color:#2c3e50;letter-spacing:.5px}.Home_headerMain__dfwKC{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center}.Home_title__hYX6j{font-size:3.5rem;color:#2c3e50;text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center;font-weight:700;font-style:normal;max-width:1000px;margin:0 auto}.Home_subtitle__KzT68{font-size:1.2rem;color:#7f8c8d;margin:.5rem 0 0;font-weight:400;font-style:normal}.Home_main__VkIEL{padding:2rem 2rem 0;flex-grow:1;max-width:1200px;margin:0 auto}.Home_gameContainer__bADwG{max-width:1200px;margin:0 auto 1.5rem;background:rgba(255,255,255,.95);border-radius:20px;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Home_gameFrame__Fl4Pd{width:100%;height:600px;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1)}.Home_gameStats__s8UtU{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.Home_brainrotCounter__AE9JN h2{font-size:2.5rem;color:#e74c3c;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.Home_brainrotCounter__AE9JN p{font-size:1.1rem;color:#34495e;margin:.5rem 0}.Home_currentCharacter__JaMHM{text-align:center}.Home_currentCharacter__JaMHM h3{color:#2c3e50;margin-bottom:1rem}.Home_characterDisplay__5X_ww{display:flex;align-items:center;justify-content:center;gap:1rem;background:#f8f9fa;padding:1rem;border-radius:15px;border:3px solid #3498db}.Home_characterEmoji__O7fry{font-size:3rem}.Home_clickArea__FYZPY{text-align:center;margin:3rem 0}.Home_clickButton__YySr3{background:linear-gradient(45deg,#ff6b6b,#ffd93d,#6bcf7f);background-size:300% 300%;animation:Home_gradientMove__JAjbv 3s ease infinite;border:none;border-radius:50%;width:250px;height:250px;font-size:1.5rem;font-weight:700;color:white;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px rgba(0,0,0,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@keyframes Home_gradientMove__JAjbv{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.Home_clickButton__YySr3:hover{transform:scale(1.1);box-shadow:0 12px 35px rgba(0,0,0,.4)}.Home_clickButton__YySr3.Home_clicked__mOn7Z,.Home_clickButton__YySr3:active{transform:scale(.95);animation:Home_clickPulse__dUg8q .15s ease-out}@keyframes Home_clickPulse__dUg8q{0%{transform:scale(.95)}50%{transform:scale(1.05)}to{transform:scale(.95)}}.Home_clickEmoji__R95vA{font-size:4rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.Home_charactersSection__h9g4C,.Home_upgradesSection__u1DnN{margin:3rem 0}.Home_charactersSection__h9g4C h3,.Home_upgradesSection__u1DnN h3{font-size:2rem;color:#2c3e50;text-align:center;margin-bottom:2rem}.Home_upgradeGrid__bFvKN{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.Home_upgradeCard__eow7U{background:#f8f9fa;border:2px solid #e9ecef;border-radius:15px;padding:1.5rem;text-align:center;transition:all .3s ease}.Home_upgradeCard__eow7U:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#3498db}.Home_upgradeCard__eow7U h4{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.Home_upgradeCard__eow7U p{color:#7f8c8d;margin-bottom:1.5rem}.Home_upgradeButton__rjTwc{background:#3498db;color:white;border:none;padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%}.Home_upgradeButton__rjTwc:hover{background:#2980b9;transform:scale(1.05)}.Home_upgradeButton__rjTwc:disabled{background:#bdc3c7;cursor:not-allowed;transform:none}.Home_characterGrid__MC_W4{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.Home_characterCard__Upf2J{background:#fff;border:2px solid #e9ecef;border-radius:15px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.Home_characterCard__Upf2J:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1);border-color:#3498db}.Home_characterInfo___t1iZ{display:flex;align-items:center;gap:1rem}.Home_characterInfo___t1iZ .Home_characterEmoji__O7fry{font-size:2.5rem}.Home_characterName__rM6kn{font-weight:700;color:#2c3e50}.Home_characterButton__Daq89{background:#27ae60;color:white;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease}.Home_characterButton__Daq89:hover{background:#229954;transform:scale(1.05)}.Home_characterButton__Daq89:disabled{background:#bdc3c7;cursor:not-allowed;transform:none}.Home_characterButton__Daq89.Home_active__EQNkL{background:#e74c3c}.Home_characterButton__Daq89.Home_active__EQNkL:hover{background:#c0392b}.Home_infoSection__sf96X{max-width:1200px;margin:2rem auto;background:rgba(255,255,255,.95);border-radius:20px;padding:1.75rem 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Home_infoSection__sf96X h2{text-align:center;color:#2c3e50;margin-bottom:1.1rem;font-size:2.25rem;font-weight:700;font-style:normal}.Home_infoSection__sf96X .Home_markdownContent__Uglty>:first-child{margin-top:0}.Home_infoSection__sf96X .Home_markdownContent__Uglty p{margin:.45em 0}.Home_infoSection__sf96X>ul{margin-top:0;margin-bottom:0;padding-left:1.25rem}.Home_infoSection__sf96X>ul>li{margin-bottom:.4rem}.Home_infoSection__sf96X>p:not([class]){margin-top:0;margin-bottom:.65em;color:#34495e;line-height:1.55}.Home_heroTitle__AMpNI{text-align:center;color:#2c3e50;margin:0 auto .65rem;font-size:2rem;font-weight:700;line-height:1.3;max-width:900px}.Home_heroSubtitle__0EZ9Z{text-align:center;color:#7f8c8d;margin:0 auto;font-size:1.1rem;line-height:1.6;max-width:900px;font-weight:400}.Home_featureGrid__iCCTg{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.25rem;gap:1.25rem}.Home_featureCard__KC0ot{background:#f8f9fa;border-radius:15px;padding:1.35rem;text-align:center;border:2px solid #e9ecef;transition:all .3s ease}.Home_featureCard__KC0ot:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:#3498db}.Home_featureCard__KC0ot h3{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem;font-weight:600;font-style:normal}.Home_featureCard__KC0ot p{color:#7f8c8d;line-height:1.6;font-weight:400;font-style:normal}.Home_featureCard__KC0ot ul{list-style:none;padding:0;text-align:left}.Home_featureCard__KC0ot li{margin-bottom:.5rem;color:#7f8c8d;font-weight:400;font-style:normal}.Home_faqGrid__Fg7s6{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.25rem;gap:1.25rem}.Home_faqCard__bdR7T{background:#f8f9fa;border-radius:15px;padding:1.35rem;border:2px solid #e9ecef}.Home_faqItem__Remjx{margin-bottom:1rem}.Home_faqItem__Remjx h4{color:#2c3e50;margin-bottom:.5rem;font-weight:600;font-style:normal}.Home_faqItem__Remjx p{color:#7f8c8d;line-height:1.6;font-weight:400;font-style:normal}.Home_gameGrid__VuKyN{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.Home_gameCard__PbWgl{background:#f8f9fa;border-radius:15px;padding:1.5rem;text-align:center;border:2px solid #e9ecef;transition:all .3s ease}.Home_gameCard__PbWgl:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:#3498db}.Home_gameCard__PbWgl h3{color:#2c3e50;margin-bottom:.5rem;font-weight:600;font-style:normal}.Home_gameCard__PbWgl p{color:#7f8c8d;font-size:.9rem;font-weight:400;font-style:normal}.Home_footer__yFiaX{background:rgba(44,62,80,.9);color:white;text-align:center;padding:2rem;margin-top:4rem}.Home_footer__yFiaX p{margin:.5rem 0;font-weight:400;font-style:normal}.Home_footerLinks__BQcA_{margin-top:1rem}.Home_footerLink__201sb{color:#3498db;text-decoration:none;transition:color .3s ease}.Home_footerLink__201sb:hover{color:#2980b9;text-decoration:underline}.Home_footerDivider__M92IX{margin:0 1rem;color:#7f8c8d}@media (max-width:768px){.Home_header__y2QYS{flex-direction:column;gap:1rem;padding:1.2rem .5rem}.Home_headerTop__uQTnF{margin-bottom:.8rem}.Home_headerMain__dfwKC{align-items:center}.Home_headerLeft__3ApBO{justify-content:center}.Home_title__hYX6j{font-size:2.5rem;flex-direction:column;gap:.5rem}.Home_gameStats__s8UtU{grid-template-columns:1fr;text-align:center}.Home_gameFrame__Fl4Pd{height:400px}.Home_clickButton__YySr3{width:200px;height:200px;font-size:1.2rem}.Home_clickEmoji__R95vA{font-size:3rem}.Home_characterGrid__MC_W4,.Home_faqGrid__Fg7s6,.Home_featureGrid__iCCTg,.Home_gameGrid__VuKyN,.Home_upgradeGrid__bFvKN{grid-template-columns:1fr}.Home_characterCard__Upf2J{flex-direction:column;gap:1rem;text-align:center}.Home_infoSection__sf96X{padding:1.35rem 1rem}.Home_infoSection__sf96X h2{font-size:1.85rem;margin-bottom:.9rem}.Home_heroTitle__AMpNI{font-size:1.65rem}}@media (max-width:480px){.Home_header__y2QYS{padding:1rem}.Home_main__VkIEL{padding:1rem 1rem 0}.Home_gameContainer__bADwG{padding:1rem}.Home_title__hYX6j{font-size:2rem}.Home_heroTitle__AMpNI{font-size:1.4rem}.Home_gameFrame__Fl4Pd{height:300px}.Home_clickButton__YySr3{width:180px;height:180px;font-size:1rem}.Home_faqCard__bdR7T,.Home_featureCard__KC0ot,.Home_gameCard__PbWgl{padding:1rem}}.Home_reviewsTitle__s6xHw{color:#b366d6;text-align:center;font-size:2.25rem;margin-bottom:.35rem}.Home_reviewsSubtitle__aVH_x{color:#7f8c8d;text-align:center;margin-bottom:1.1rem}.Home_reviewsGrid__6QlGp{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.Home_reviewCard__gdGhh{background:#232733;border-radius:16px;padding:1.5rem;width:340px;box-shadow:0 4px 24px rgba(0,0,0,.12);display:flex;flex-direction:column;align-items:flex-start}.Home_reviewAvatar__EosI3{background:#6c47a6;color:#fff;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.Home_reviewName__Sd8yK{font-weight:700;color:#fff;margin-right:.5rem}.Home_reviewStars__OUrg2{color:#b366d6;font-size:1.1rem}.Home_reviewText__z7LKz{color:#bdbdbd;margin-top:.5rem;font-size:1rem}.Home_fullscreenBtn__xZ9MV{display:flex;align-items:center;justify-content:center;margin:20px auto 0;padding:10px 32px;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(90deg,#ff6b6b,#ffd93d);border:none;border-radius:8px;box-shadow:0 2px 8px rgba(44,62,80,.12);cursor:pointer;transition:background .3s,transform .2s}.Home_fullscreenBtn__xZ9MV:hover{background:linear-gradient(90deg,#ffd93d,#ff6b6b);transform:scale(1.05)}.Home_shareContainer__4c4NH{gap:1rem;margin:1rem auto;padding:.5rem;flex-wrap:wrap}.Home_shareButton__H0iF_,.Home_shareContainer__4c4NH{display:flex;align-items:center;justify-content:center}.Home_shareButton__H0iF_{padding:8px 16px;border-radius:6px;color:white;font-size:.9rem;cursor:pointer;transition:transform .2s,opacity .2s;border:none;gap:6px}.Home_shareButton__H0iF_:hover{transform:translateY(-2px);opacity:.9}.Home_shareButton__H0iF_ svg{width:20px;height:20px}.Home_facebook__wKzAu{background-color:#1877f2}.Home_twitter__XIvLq{background-color:#1da1f2}.Home_whatsapp__2Hy0X{background-color:#25d366}.Home_telegram__jLbhO{background-color:#0088cc}.Home_line__hc8Un{background-color:#00b900}.Home_reddit__oA9aD{background-color:#ff4500}.Home_mediaGrid__b0y0t{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:.75rem}.Home_mediaCard__A_Rm7{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease-in-out}.Home_mediaCard__A_Rm7:hover{transform:translateY(-4px)}.Home_mediaImage__cPFh7{width:100%;height:200px;object-fit:cover}.Home_youtubeWrapper__NtdhL{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.Home_youtubeFrame__I410h{position:absolute;top:0;left:0;width:100%;height:100%}.Home_mediaCaption__42PcP{padding:1rem;font-size:.9rem;color:#666;line-height:1.4}.Home_shareButtons__TrvCO{display:flex;gap:10px;margin-top:15px;flex-wrap:wrap;justify-content:center;padding:10px;background:rgba(255,255,255,.1);border-radius:8px}.Home_shareBtn__6pZNz{background:none;border:none;padding:8px;cursor:pointer;transition:transform .2s;border-radius:50%;display:flex;align-items:center;justify-content:center}.Home_shareBtn__6pZNz:hover{transform:scale(1.1);background:rgba(255,255,255,.1)}.Home_shareBtn__6pZNz img{width:24px;height:24px}.Home_markdownContent__Uglty{color:#2c3e50;line-height:1.6;font-size:1.1rem}.Home_markdownContent__Uglty h1,.Home_markdownContent__Uglty h2,.Home_markdownContent__Uglty h3,.Home_markdownContent__Uglty h4,.Home_markdownContent__Uglty h5,.Home_markdownContent__Uglty h6{color:#2c3e50;margin:1.5em 0 .5em;font-weight:600}.Home_markdownContent__Uglty h1{font-size:2.5rem}.Home_markdownContent__Uglty h2{font-size:2rem}.Home_markdownContent__Uglty h3{font-size:1.75rem}.Home_markdownContent__Uglty h4{font-size:1.5rem}.Home_markdownContent__Uglty h5{font-size:1.25rem}.Home_markdownContent__Uglty h6{font-size:1.1rem}.Home_markdownContent__Uglty p{margin:1em 0}.Home_markdownContent__Uglty ol,.Home_markdownContent__Uglty ul{margin:1em 0;padding-left:2em}.Home_markdownContent__Uglty li{margin:.5em 0}.Home_markdownContent__Uglty a{color:#3498db;text-decoration:none;transition:color .3s ease}.Home_markdownContent__Uglty a:hover{color:#2980b9;text-decoration:underline}.Home_markdownContent__Uglty img{max-width:100%;height:auto;border-radius:8px;margin:1em 0}.Home_markdownContent__Uglty blockquote{border-left:4px solid #3498db;margin:1em 0;padding:.5em 1em;background:#f8f9fa;border-radius:0 8px 8px 0}.Home_markdownContent__Uglty code{background:#f8f9fa;padding:.2em .4em;border-radius:4px;font-family:monospace;font-size:.9em}.Home_markdownContent__Uglty pre{background:#f8f9fa;padding:1em;border-radius:8px;overflow-x:auto;margin:1em 0}.Home_markdownContent__Uglty pre code{background:none;padding:0;font-size:.9em}.Home_markdownContent__Uglty table{width:100%;border-collapse:collapse;margin:1em 0}.Home_markdownContent__Uglty td,.Home_markdownContent__Uglty th{border:1px solid #e9ecef;padding:.5em;text-align:left}.Home_markdownContent__Uglty th{background:#f8f9fa;font-weight:600}.Home_markdownContent__Uglty tr:nth-child(2n){background:#f8f9fa}.MoreGames_moreGamesSection__UdmGD{max-width:1200px;margin:2rem auto;background:rgba(255,255,255,.95);border-radius:20px;padding:1rem 1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.MoreGames_moreGamesSection__UdmGD h2{text-align:center;color:#2c3e50;margin-bottom:1.1rem;font-size:2.25rem;font-weight:700;font-style:normal}.MoreGames_gamesGrid__p_tq_{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,200px));grid-gap:.5rem;gap:.5rem;padding:0 1rem;justify-content:flex-start}.MoreGames_gameCard__nhtPX{background:#f8f9fa;border-radius:10px;padding:.6rem;text-align:center;border:1px solid #e9ecef;transition:all .3s ease;max-width:100%;width:100%}.MoreGames_gameCard__nhtPX:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:#3498db}.MoreGames_gameImage__N_yos{width:160px;height:120px;margin:0 auto .5rem;border-radius:8px;overflow:hidden}.MoreGames_gameImage__N_yos img{width:100%;height:100%;object-fit:cover}.MoreGames_gameCard__nhtPX h3{color:#2c3e50;margin:0;font-size:1rem;font-weight:600}@media (max-width:1200px){.MoreGames_gamesGrid__p_tq_{grid-template-columns:repeat(auto-fit,minmax(160px,180px))}}@media (max-width:768px){.MoreGames_gamesGrid__p_tq_{grid-template-columns:repeat(auto-fit,minmax(140px,160px));gap:.5rem}.MoreGames_moreGamesSection__UdmGD{padding:.8rem}.MoreGames_moreGamesSection__UdmGD h2{font-size:2rem}.MoreGames_gameImage__N_yos{width:140px;height:120px}}@media (max-width:480px){.MoreGames_gamesGrid__p_tq_{grid-template-columns:repeat(auto-fit,minmax(120px,140px));gap:.5rem}.MoreGames_gameImage__N_yos{width:120px;height:120px}}