:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Navbar-module-scss-module__oMRrWW__bg_glass_dark{-webkit-backdrop-filter:blur(5.3px);background:#2b3036cc;animation:.3s linear Navbar-module-scss-module__oMRrWW__fadein_dark}.Navbar-module-scss-module__oMRrWW__bg_glass_light{-webkit-backdrop-filter:blur(4px);background:#fff6;border:1px solid #ffffff2e;animation:.3s linear Navbar-module-scss-module__oMRrWW__fadein_light;box-shadow:0 8px 32px #1f26875e}.Navbar-module-scss-module__oMRrWW__bg_transparent{background:0 0;animation:.3s linear Navbar-module-scss-module__oMRrWW__fadeout}@keyframes Navbar-module-scss-module__oMRrWW__fadein_light{0%{background:0 0}to{background:#fff6}}@keyframes Navbar-module-scss-module__oMRrWW__fadein_dark{0%{background:0 0}to{background:#2b3036cc}}@keyframes Navbar-module-scss-module__oMRrWW__fadeout{0%{background:unset}to{background:0 0}}
.Hero-module-scss-module__YhKSxa__hero{padding-top:150px;padding-bottom:100px;font-family:Poppins,sans-serif}.Hero-module-scss-module__YhKSxa__hero .Hero-module-scss-module__YhKSxa__hero_beforetitle{margin:0;font-size:1.8rem;font-weight:200}.Hero-module-scss-module__YhKSxa__hero .Hero-module-scss-module__YhKSxa__hero_title{margin:0;font-size:4rem;font-weight:600}.Hero-module-scss-module__YhKSxa__hero .Hero-module-scss-module__YhKSxa__hero_subtitle{letter-spacing:3.8px;font-weight:300}@media screen and (max-width:700px){.Hero-module-scss-module__YhKSxa__hero .Hero-module-scss-module__YhKSxa__hero_title{font-size:2.5rem}.Hero-module-scss-module__YhKSxa__hero .Hero-module-scss-module__YhKSxa__hero_subtitle{letter-spacing:5px}}
.TicTacToe-module-scss-module__kH-b1q__container{background:0 0;border-radius:25px;place-items:center;min-height:500px;margin:auto;display:grid}.TicTacToe-module-scss-module__kH-b1q__container[data-theme=light]{--bg:#f5f7fb;--card:#fff;--text:#0f172a;--muted:#64748b;--border:#919dac;--primary:#87d1ff;--win:#16a34a;--lose:#dc2626;--draw:#ca8a04}.TicTacToe-module-scss-module__kH-b1q__container[data-theme=dark]{--bg:#020617;--card:#020617;--text:#e5e7eb;--muted:#94a3b8;--border:#becade;--primary:#87d1ff;--win:#22c55e;--lose:#ef4444;--draw:#eab308}.TicTacToe-module-scss-module__kH-b1q__card{width:320px;padding:24px}.TicTacToe-module-scss-module__kH-b1q__title{text-align:center;margin-bottom:12px}[data-theme=dark] .TicTacToe-module-scss-module__kH-b1q__title,[data-theme=light] .TicTacToe-module-scss-module__kH-b1q__title{color:var(--text)}.TicTacToe-module-scss-module__kH-b1q__description{text-align:center;color:var(--muted);margin-bottom:12px}.TicTacToe-module-scss-module__kH-b1q__level{color:var(--muted);justify-content:space-between;margin-bottom:10px;display:flex}.TicTacToe-module-scss-module__kH-b1q__level select{border:1px solid var(--border);color:var(--text);background:0 0;border-radius:8px;padding:6px 10px}.TicTacToe-module-scss-module__kH-b1q__level option{background:var(--card)}.TicTacToe-module-scss-module__kH-b1q__score{color:var(--muted);justify-content:space-between;margin-bottom:12px;font-size:14px;display:flex}.TicTacToe-module-scss-module__kH-b1q__alert{text-align:center;border-radius:10px;margin-bottom:16px;padding:10px;font-weight:600}.TicTacToe-module-scss-module__kH-b1q__win{color:var(--win);background:#22c55e26}.TicTacToe-module-scss-module__kH-b1q__lose{color:var(--lose);background:#ef444426}.TicTacToe-module-scss-module__kH-b1q__draw{color:var(--draw);background:#eab30826}.TicTacToe-module-scss-module__kH-b1q__board{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.TicTacToe-module-scss-module__kH-b1q__cell{aspect-ratio:1;border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:12px;font-size:28px;font-weight:700;transition:all .15s}.TicTacToe-module-scss-module__kH-b1q__cell:hover:not(:disabled){background:var(--primary);color:#fff}.TicTacToe-module-scss-module__kH-b1q__cell:disabled{opacity:.6;cursor:not-allowed}.TicTacToe-module-scss-module__kH-b1q__playAgain{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:16px;padding:10px;font-weight:600}.TicTacToe-module-scss-module__kH-b1q__playAgain:active{transform:scale(.97)}
.SectionAbout-module-scss-module__wS0_nW__about_img{transition:all 1s}.SectionAbout-module-scss-module__wS0_nW__about_img:hover{transition:all 1s;transform:translate(-10px,-10px)}.SectionAbout-module-scss-module__wS0_nW__spinner{z-index:2;animation-name:SectionAbout-module-scss-module__wS0_nW__spin;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite;top:-25px;left:-20px}@media (min-width:769px) and (max-width:992px){.SectionAbout-module-scss-module__wS0_nW__spinner{top:0;left:50px}}@keyframes SectionAbout-module-scss-module__wS0_nW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_facebook{color:#fff;background:#3b5998}.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_facebook:hover{color:#fff;background:#273b66}.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_twitter{color:#fff;background:#181818}.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_twitter:hover{color:#fff;background:#111}.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_linkedin{color:#fff;background:#0a66c2}.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_linkedin:hover{color:#fff;background:#0855a1}.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_whatsapp{color:#fff;background:#0ac20d}.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_whatsapp:hover{color:#fff;background:#09880b}.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_telegram{color:#fff;background:#54a9eb}.ButtonShareSocmed-module-scss-module__kX5Vdq__btn_telegram:hover{color:#fff;background:#3f7eae}
