.Home_container__d256j{min-height:100vh;background:#fff;background-size:400% 400%;animation:Home_gradientShift__GEn5s 8s ease infinite;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;flex-direction:column;padding:2rem;align-items:center}@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:#faf5ff;padding:2rem;text-align:center;width:100%;margin:0;border-radius:0}.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;display:flex;flex-direction:column;align-items:center;justify-content:center}.Home_title__hYX6j{margin:3rem 0 2rem;color:#333;font-size:2.5rem;text-align:center}.Home_subtitle__KzT68{font-size:1.2rem;color:#7f8c8d;margin:.5rem 0 0;font-weight:400;font-style:normal}.Home_main__VkIEL{padding:2rem;flex-grow:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto}.Home_gameContainer__bADwG{max-width:1200px;margin:0 auto;background:hsla(0,0%,100%,.95);border-radius:20px;padding:2rem;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;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:#fff;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));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:#fff;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));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:#fff;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:4rem auto;background:#faf6f1;border-radius:20px;padding:3rem 2rem}.Home_infoSection__sf96X h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600;font-style:normal}.Home_featureGrid__iCCTg{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.Home_featureCard__KC0ot{background:#f8f9fa;border-radius:15px;padding:2rem;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));gap:2rem}.Home_faqCard__bdR7T{background:#f8f9fa;border-radius:15px;padding:2rem;border:2px solid #e9ecef}.Home_faqItem__Remjx{margin-bottom:1.5rem}.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));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:#fff;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.5rem;margin:0}.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:2rem 1rem}.Home_infoSection__sf96X h2{font-size:2rem}.Home_buttonContainer__nOVuY{flex-direction:column;align-items:stretch;gap:1rem}.Home_buttonContainer__nOVuY a,.Home_buttonContainer__nOVuY button{width:100%;text-align:center}}@media (max-width:480px){.Home_header__y2QYS{padding:1rem;margin:0}.Home_gameContainer__bADwG,.Home_main__VkIEL{padding:1rem}.Home_title__hYX6j{font-size:2rem}.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.5rem;margin-bottom:.5rem}.Home_reviewsSubtitle__aVH_x{color:#7f8c8d;text-align:center;margin-bottom:2rem}.Home_reviewsGrid__6QlGp{display:flex;flex-wrap:wrap;gap:2rem;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:#fff;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:#08c}.Home_line__hc8Un{background-color:#00b900}.Home_reddit__oA9aD{background-color:#ff4500}.Home_mediaGrid__b0y0t{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.Home_mediaCard__A_Rm7{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease}.Home_mediaCard__A_Rm7:hover{transform:translateY(-5px)}.Home_mediaImage__cPFh7{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-bottom:1px solid #eee}.Home_mediaCaption__42PcP{padding:1rem;margin:0;color:#2c3e50;font-size:.95rem;text-align:center}.Home_videoWrapper__NB3T1{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.Home_videoWrapper__NB3T1 iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width:768px){.Home_mediaGrid__b0y0t{grid-template-columns:1fr}.Home_mediaCard__A_Rm7{max-width:100%}}.Home_shareButtons__TrvCO{display:flex;gap:10px;margin-top:15px;flex-wrap:wrap;justify-content:center;padding:10px;background:hsla(0,0%,100%,.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:hsla(0,0%,100%,.1)}.Home_shareBtn__6pZNz img{width:24px;height:24px}.Home_topSection__hOBuc{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:90px 2rem 2rem;margin:0 0 2.5rem;width:100%;text-align:center;position:relative;z-index:2;border-radius:0;box-shadow:none}.Home_topSection__hOBuc .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:1200px;margin:0 auto}.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}.Home_score__yW_Bg{position:absolute;top:0;left:0;background:none;color:red;font-size:.8rem;padding:0;z-index:1}.Home_results__lDLyn li{display:flex;align-items:center;margin:8px 0;padding:8px;background:#f5f5f5;border-radius:4px}.Home_results__lDLyn li:hover{background:#eee}.Home_helpText__nY5w3{font-size:.8em;margin-top:4px}.Home_inputGroup__6OAlJ{margin-bottom:1rem}.Home_inputLabel__wpZee{display:block;margin-bottom:.25rem;color:#8b7355;font-weight:500;font-size:text-xl}.Home_filterGroup__ZYtRk input,.Home_inputGroup__6OAlJ input,.Home_inputGroup__6OAlJ select,.Home_searchInput__fVjDa{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-top:.5rem}.Home_filterGroup__ZYtRk input:focus,.Home_inputGroup__6OAlJ input:focus,.Home_inputGroup__6OAlJ select:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 2px rgba(0,112,243,.1)}.Home_form__FrVR9{width:100%;max-width:600px;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin:0 auto}.Home_inputGroup__6OAlJ{margin-bottom:1.5rem}.Home_inputGroup__6OAlJ label{display:block;margin-bottom:.25rem;color:#333;font-weight:500}.Home_inputGroup__6OAlJ input,.Home_inputGroup__6OAlJ select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.Home_inputGroup__6OAlJ input:focus,.Home_inputGroup__6OAlJ select:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 2px rgba(0,112,243,.1)}.Home_helpText__nY5w3{margin-top:.5rem;font-size:.875rem;color:#666;font-style:italic}.Home_submitButton__ECzIY{padding:.75rem 2rem;font-size:1rem;background-color:#0070f3;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;flex-grow:2}.Home_submitButton__ECzIY:disabled{background-color:#ccc;cursor:not-allowed}.Home_submitButton__ECzIY:hover:not(:disabled){background-color:#0051a8}.Home_resetButton__iUZsR{padding:.75rem 2rem;font-size:1rem;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;flex-grow:0.5}.Home_resetButton__iUZsR:hover{background-color:#5a6268}.Home_error__514Ji{padding:1rem;background-color:#fee;color:#c00;border-radius:4px;width:100%;max-width:600px;text-align:center;margin:1rem auto 0}.Home_results__lDLyn{width:100%;max-width:600px;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin:2rem auto 0}.Home_results__lDLyn h2{margin-bottom:1rem;color:#333;font-size:1.5rem}.Home_resultList__1lmS6{display:flex;flex-wrap:wrap}.Home_resultItem__md2To{background:#f9f9f9;border:1px solid #eee;padding:.5rem 1rem;margin:.25rem;border-radius:4px;position:relative;font-size:1.1rem;word-break:break-word}.Home_word__NDpMQ{font-weight:700}.Home_patternContainer__J_0lx,.Home_searchContainer__ylqvv{position:relative;width:100%}.Home_shortcutButton__sro_F{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:#0070f3;border:none;border-radius:4px;padding:4px 8px;font-size:1rem;cursor:pointer;color:#fff;transition:all .2s ease;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center}.Home_shortcutButton__sro_F:hover{background:#0051a8;color:#fff}.Home_shortcutButton__sro_F:active{background:#004494}.Home_searchInput__fVjDa{padding-right:40px}.Home_loadingSpinner__XoUQF{width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:#0070f3;border-radius:50%;animation:Home_spin__VEV0f 1s linear infinite}@keyframes Home_spin__VEV0f{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Home_filterRow__VJs3k{display:flex;gap:1rem;margin-bottom:1.5rem}.Home_filterGroup__ZYtRk{flex:1}.Home_filterGroup__ZYtRk label{display:flex;align-items:center;margin-bottom:.25rem;color:#333;font-weight:500}.Home_filterGroup__ZYtRk input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.Home_filterGroup__ZYtRk input:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 2px rgba(0,112,243,.1)}.Home_filterGroup__ZYtRk input[type=number]{-moz-appearance:textfield}.Home_filterGroup__ZYtRk input[type=number]::-webkit-inner-spin-button,.Home_filterGroup__ZYtRk input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Home_noResults__0218G{text-align:center;padding:2rem;color:#666;font-size:1.1rem;background:#fff;border-radius:8px;margin-top:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05)}.Home_tooltipContainer__GehU6{position:relative;display:inline-flex;align-items:center;gap:8px}.Home_tooltipContainer__GehU6 label{display:flex;align-items:center;margin-bottom:0;vertical-align:middle}.Home_tooltipButton__Ei_oO{width:20px;height:20px;border-radius:50%;background:#0070f3;color:#fff;border:none;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s;vertical-align:middle;margin-top:-4px}.Home_tooltipButton__Ei_oO:hover{background:#0051a8}.Home_tooltip__pvuVy{top:100%;margin-top:8px;z-index:1000;min-width:200px}.Home_tooltipArrow__MdMbb,.Home_tooltip__pvuVy{position:absolute;left:50%;transform:translateX(-50%)}.Home_tooltipArrow__MdMbb{top:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #333}.Home_tooltipContent__nKIEi{background:#333;color:#fff;padding:8px 12px;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;box-shadow:0 2px 8px rgba(0,0,0,.15)}.Home_buttonContainer__nOVuY{display:flex;gap:1rem;margin-top:2rem;width:100%;justify-content:center}