.breakout_container__hVKJY{max-width:520px;margin:0 auto;padding:2rem 1rem 3rem;text-align:center}.breakout_title__mXrha{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.breakout_description__4s63v{color:#64748b;margin-bottom:1.5rem;font-size:1rem}.breakout_stats__Gzxkp{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.breakout_stat__UVoE_{display:flex;flex-direction:column;align-items:center;background:#f1f5f9;padding:.5rem 1.5rem;border-radius:8px}.breakout_statLabel__oElvK{font-size:.75rem;color:#64748b;text-transform:uppercase}.breakout_statValue__OgITg{font-size:1.25rem;font-weight:700;color:#1e293b}.breakout_gameArea__HA5qm{position:relative;display:inline-block}.breakout_canvas__FNDkI{background:linear-gradient(180deg,#f8fafc,#e2e8f0);border-radius:12px;border:2px solid #e2e8f0;display:block;max-width:100%;height:auto;touch-action:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.breakout_overlay__pm3KK{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.95);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;gap:1rem}.breakout_startBtn__c2dCL{padding:.875rem 2.5rem;background:#2563eb;color:#fff;border:none;border-radius:16px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.breakout_startBtn__c2dCL:hover{background:#3b82f6;transform:translateY(-2px)}.breakout_instructions__jrAtp{font-size:.875rem;color:#64748b;max-width:300px}.breakout_message__U_E5J{font-size:1.75rem;font-weight:700;color:#2563eb}.breakout_finalScore__VonKB{font-size:1.125rem;color:#475569}.breakout_controls__86VFE{margin-top:1rem;display:flex;justify-content:center;gap:.75rem}.game_gamePage__NHDUn{min-height:calc(100vh - 60px);width:100vw;background:linear-gradient(135deg,#f8fafc,#eff6ff 50%,#f0f7ff);padding-bottom:3rem}.game_header__UXMgW{text-align:center;padding:2.5rem 1rem 2rem;max-width:800px;margin:0 auto}.game_title__mulyC{font-size:2.25rem;font-weight:700;color:#1e3a5f;margin-bottom:.75rem}.game_subtitle__6e_8n{color:#64748b;font-size:1.05rem;line-height:1.6}.game_categorySection__gfwvU{margin:0 auto 1.5rem;max-width:1200px;padding:0 1rem}.game_categoryHeader__UQfFC{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#eff6ff);border:1px solid #dbeafe;border-radius:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.game_categoryHeader__UQfFC:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.04);transform:translateY(-1px)}.game_categoryIcon__QdI_G{font-size:1.5rem;line-height:1;color:#2563eb}.game_categoryTitle__2zbva{flex:1 1;text-align:left;font-size:1.15rem;font-weight:600;color:#1e3a5f;letter-spacing:.01em}.game_collapseIcon__LboeX{font-size:.8rem;color:#64748b;transition:transform .3s ease}.game_collapseIcon__LboeX.game_collapsed__QSqi_{transform:rotate(-90deg)}.game_gameGrid__TCHrP{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;padding:0 .5rem;transition:all .3s ease;max-height:3000px;overflow:hidden;opacity:1}.game_gameGrid__TCHrP.game_hidden__EYFa8{max-height:0;opacity:0;margin:0;padding:0}@media(max-width:1100px){.game_gameGrid__TCHrP{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.game_gameGrid__TCHrP{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.game_categorySection__gfwvU{padding:0 .5rem}.game_categoryHeader__UQfFC{padding:.75rem 1rem}.game_categoryTitle__2zbva{font-size:1rem}.game_gameGrid__TCHrP{grid-template-columns:repeat(2,1fr);gap:.75rem}}.game_gameBtn__uYuZH{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:1.5rem 1rem 1.25rem;text-align:center;transition:all .25s ease;cursor:pointer;min-height:130px;color:var(--foreground);text-decoration:none;position:relative;overflow:hidden}.game_gameBtn__uYuZH:hover{background:#eff6ff;border-color:#3b82f6;box-shadow:0 4px 14px rgba(37,99,235,.25);transform:translateY(-4px)}.game_icon__28cag{font-size:2.25rem;margin-bottom:.75rem;color:#2563eb;transition:all .25s ease}.game_gameBtn__uYuZH:hover .game_icon__28cag{transform:scale(1.15);color:#1e3a5f}.game_label__LRm_Y{font-size:.9rem;font-weight:600;color:#1e293b;line-height:1.35;word-break:keep-all}.game_touchControls__Zl72q{display:none;flex-direction:column;align-items:center;gap:.25rem;margin:1.5rem 0}@media(max-width:768px){.game_touchControls__Zl72q{display:flex}}.game_directionPad__14RUE{display:flex;flex-direction:column;gap:.25rem}.game_dirRow__gB7vW{display:flex;gap:2.5rem}.game_dirBtn__uXsMT{width:50px;height:50px;min-height:44px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:1.25rem;color:#2563eb;cursor:pointer;transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation;display:flex;align-items:center;justify-content:center}.game_dirBtn__uXsMT:active,.game_dirBtn__uXsMT:hover{background:#eff6ff;border-color:#2563eb;transform:scale(.95)}.game_dirBtn__uXsMT:disabled{opacity:.5;cursor:not-allowed}.game_overlay__wL4sO{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.95);display:flex;align-items:center;justify-content:center;border-radius:12px;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.game_hintBox__AvHHE{background:#fff;padding:2rem 1.5rem;border-radius:16px;border:2px solid #2563eb;box-shadow:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);max-width:90%;text-align:center;animation:game_fadeInScale__I0hHU .3s ease}.game_hintBox__AvHHE h3{color:#1e3a5f;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.game_hintBox__AvHHE p{color:#64748b;font-size:1.05rem;margin-bottom:1.5rem;line-height:1.6}.game_hintBox__AvHHE button{padding:.75rem 2rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;border-radius:16px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .25s ease;box-shadow:0 4px 14px rgba(37,99,235,.25)}.game_hintBox__AvHHE button:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,99,235,.3)}.game_tutorialBtn__vcSus{padding:.5rem 1rem;background:#fff;color:#2563eb;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;margin-top:.5rem}.game_tutorialBtn__vcSus:hover{background:#eff6ff;border-color:#2563eb}@keyframes game_fadeInScale__I0hHU{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:400px){.game_dirBtn__uXsMT{width:45px;height:45px;font-size:1.1rem}.game_hintBox__AvHHE{padding:1.5rem 1rem}.game_hintBox__AvHHE h3{font-size:1.25rem}.game_hintBox__AvHHE p{font-size:.95rem}}.icon_icon__V0rOu{font-size:2.7rem;margin-bottom:1.1rem;color:var(--primary-color,#4f8cff);filter:drop-shadow(0 2px 6px rgba(163,201,255,.2666666667));transition:transform .22s cubic-bezier(.4,1.6,.6,1),color .22s}.home_homePage__54hHB{min-height:calc(100vh - 60px);width:100vw;background:linear-gradient(135deg,#f8fafc,#eff6ff 50%,#f0f7ff);padding-bottom:3rem}.home_header__hYzTs{text-align:center;padding:2.5rem 1rem 2rem;max-width:800px;margin:0 auto}.home_title__n7gx7{font-size:2.25rem;font-weight:700;color:#1e3a5f;margin-bottom:.75rem}.home_subtitle__ehIoe{color:#64748b;font-size:1.05rem;line-height:1.6}.home_categorySection___mv8a{margin:0 auto 1.5rem;max-width:1200px;padding:0 1rem}.home_categoryHeader__5a5Zi{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#eff6ff);border:1px solid #dbeafe;border-radius:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.home_categoryHeader__5a5Zi:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.04);transform:translateY(-1px)}.home_categoryIcon__RfM71{font-size:1.5rem;line-height:1;color:#2563eb}.home_categoryTitle__jQuXq{flex:1 1;text-align:left;font-size:1.15rem;font-weight:600;color:#1e3a5f;letter-spacing:.01em}.home_collapseIcon__MOEKd{font-size:.8rem;color:#64748b;transition:transform .3s ease}.home_collapseIcon__MOEKd.home_collapsed__t1daP{transform:rotate(-90deg)}.home_toolGrid__PEHFC{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;padding:0 .5rem;transition:all .3s ease;max-height:3000px;overflow:hidden;opacity:1}.home_toolGrid__PEHFC.home_hidden__YEmOQ{max-height:0;opacity:0;margin:0;padding:0}@media(max-width:1100px){.home_toolGrid__PEHFC{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.home_toolGrid__PEHFC{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.home_categorySection___mv8a{padding:0 .5rem}.home_categoryHeader__5a5Zi{padding:.75rem 1rem}.home_categoryTitle__jQuXq{font-size:1rem}.home_toolGrid__PEHFC{grid-template-columns:repeat(2,1fr);gap:.75rem}}.home_toolBtn__h_VtM{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:1.5rem 1rem 1.25rem;text-align:center;transition:all .25s ease;cursor:pointer;min-height:130px;color:var(--foreground);text-decoration:none;position:relative;overflow:hidden}.home_toolBtn__h_VtM:hover{background:#eff6ff;border-color:#3b82f6;box-shadow:0 4px 14px rgba(37,99,235,.25);transform:translateY(-4px)}.home_icon__Gsgns{font-size:2.25rem;margin-bottom:.75rem;color:#2563eb;transition:all .25s ease}.home_toolBtn__h_VtM:hover .home_icon__Gsgns{transform:scale(1.15);color:#1e3a5f}.home_label__Wm0tz{font-size:.9rem;font-weight:600;color:#1e293b;line-height:1.35;word-break:keep-all}.home_main__s_2kw{margin-top:60px;max-width:100vw;overflow-x:hidden}.Footer_footer__bv5Yr{background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;padding:2rem 1rem;margin-top:auto}.Footer_footer__bv5Yr .Footer_footerContent__9wpBu{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.Footer_footer__bv5Yr .Footer_footerContent__9wpBu{flex-direction:row;justify-content:space-between;align-items:flex-start}}.Footer_footer__bv5Yr .Footer_footerSection___Haz_{display:flex;flex-direction:column;gap:.75rem}.Footer_footer__bv5Yr .Footer_footerSection___Haz_ h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.Footer_footer__bv5Yr .Footer_footerLinks__AVPX2{display:flex;flex-direction:column;gap:.5rem}.Footer_footer__bv5Yr .Footer_footerLinks__AVPX2 a{color:hsla(0,0%,100%,.85);text-decoration:none;font-size:.9rem;transition:color .15s ease}.Footer_footer__bv5Yr .Footer_footerLinks__AVPX2 a:hover{color:#fff;text-decoration:underline}.Footer_footer__bv5Yr .Footer_contactInfo___P2Oh{display:flex;flex-direction:column;gap:.5rem}.Footer_footer__bv5Yr .Footer_contactInfo___P2Oh .Footer_contactItem__vzqcv{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.85);font-size:.9rem}.Footer_footer__bv5Yr .Footer_contactInfo___P2Oh .Footer_contactItem__vzqcv svg{width:16px;height:16px;flex-shrink:0}.Footer_footer__bv5Yr .Footer_contactInfo___P2Oh .Footer_contactItem__vzqcv a{color:hsla(0,0%,100%,.85);text-decoration:none;transition:color .15s ease}.Footer_footer__bv5Yr .Footer_contactInfo___P2Oh .Footer_contactItem__vzqcv a:hover{color:#fff;text-decoration:underline}.Footer_footer__bv5Yr .Footer_footerBottom__BQSm0{border-top:1px solid hsla(0,0%,100%,.2);padding-top:1.5rem;margin-top:.5rem;text-align:center}.Footer_footer__bv5Yr .Footer_footerBottom__BQSm0 .Footer_copyright__YNSeP{color:hsla(0,0%,100%,.7);font-size:.85rem}.Navbar_overlay__MjSmU{position:fixed;top:60px;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.Navbar_navbar__ki5do{position:fixed;top:0;right:0;left:0;z-index:100;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:linear-gradient(135deg,#1e3a5f,#2563eb);box-shadow:0 2px 12px rgba(30,58,95,.15);font-family:var(--font-geist-sans,sans-serif);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease,box-shadow .3s ease;transform:translateY(0);opacity:1}.Navbar_navbar__ki5do.Navbar_hidden__NzuPf{transform:translateY(-100%);opacity:0;box-shadow:none}.Navbar_navbar__ki5do[data-scroll-direction=top]{box-shadow:0 2px 12px rgba(30,58,95,.15)}.Navbar_navbar__ki5do[data-scroll-direction=up]:not([data-scroll-direction=top]){box-shadow:0 4px 20px rgba(30,58,95,.25)}@media(max-width:768px){.Navbar_navbar__ki5do{padding:0 1rem;justify-content:flex-start;gap:0}}@media(max-width:375px){.Navbar_navbar__ki5do{padding:0 .75rem}.Navbar_navbar__ki5do .Navbar_logo__rFiAS img{height:40px}}.Navbar_navbar__ki5do .Navbar_logo__rFiAS{font-size:1.3rem;font-weight:700;display:flex;align-items:center;flex-wrap:nowrap}@media(max-width:768px){.Navbar_navbar__ki5do .Navbar_logo__rFiAS{order:2;margin-left:.5rem}}.Navbar_navbar__ki5do .Navbar_logo__rFiAS a{display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.Navbar_navbar__ki5do .Navbar_logo__rFiAS .Navbar_title___78gR{display:none}}.Navbar_navbar__ki5do .Navbar_menu__JgxIC{display:flex;gap:.5rem;list-style:none;margin:0;padding:0;align-items:center}@media(max-width:768px){.Navbar_navbar__ki5do .Navbar_menu__JgxIC{display:none;position:absolute;top:60px;left:0;right:0;flex-direction:column;background:linear-gradient(135deg,#1e3a5f,#2563eb);padding:1rem;box-shadow:0 4px 12px rgba(30,58,95,.2);gap:.75rem;z-index:101}.Navbar_navbar__ki5do .Navbar_menu__JgxIC.Navbar_open__UiPNB{display:flex}}.Navbar_navbar__ki5do .Navbar_menu__JgxIC li a{color:hsla(0,0%,100%,.85);text-decoration:none;font-size:.95rem;padding:.75rem 1rem;min-height:44px;display:flex;align-items:center;border-radius:10px;transition:all .2s ease}.Navbar_navbar__ki5do .Navbar_menu__JgxIC li a:hover{color:#fff;background:hsla(0,0%,100%,.15)}@media(max-width:768px){.Navbar_navbar__ki5do .Navbar_menu__JgxIC li a{width:100%;justify-content:center}}.Navbar_navbar__ki5do .Navbar_menu__JgxIC .Navbar_mainNavItem__u3dSg a{font-weight:600;color:#fff;background:hsla(0,0%,100%,.1);padding:.5rem 1.2rem;border-radius:12px}.Navbar_navbar__ki5do .Navbar_menu__JgxIC .Navbar_mainNavItem__u3dSg a:hover{background:hsla(0,0%,100%,.2);transform:translateY(-1px)}.Navbar_navbar__ki5do .Navbar_menu__JgxIC .Navbar_divider__OPSoB{width:1px;height:20px;background:hsla(0,0%,100%,.2);margin:0 .5rem}@media(max-width:768px){.Navbar_navbar__ki5do .Navbar_menu__JgxIC .Navbar_divider__OPSoB{width:100%;height:1px;margin:.5rem 0}}.Navbar_navbar__ki5do .Navbar_menuButton__hx_MH{display:none;background:hsla(0,0%,100%,.1);border:none;border-radius:10px;font-size:1.3rem;color:#fff;cursor:pointer;padding:.5rem .75rem;transition:all .2s ease}.Navbar_navbar__ki5do .Navbar_menuButton__hx_MH:hover{background:hsla(0,0%,100%,.2)}@media(max-width:768px){.Navbar_navbar__ki5do .Navbar_menuButton__hx_MH{order:1;flex-shrink:0;display:block}}.LanguageSwitcher_select__k95ZO{padding:6px 16px;border-radius:8px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);color:#fff;font-size:1rem;font-family:inherit;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer}@media(max-width:768px){.LanguageSwitcher_select__k95ZO{padding:4px 10px;font-size:.9rem;min-width:80px;order:3;flex-shrink:0;margin-left:auto}}.LanguageSwitcher_select__k95ZO:focus{outline:none;border:1px solid hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.2);box-shadow:0 2px 12px rgba(37,99,235,.3)}.LanguageSwitcher_select__k95ZO:hover{border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.15)}.LanguageSwitcher_select__k95ZO option{background:#1e3a5f;color:#fff}.seoContent_seoContent__lF_rV{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.seoContent_seoContent__lF_rV[aria-hidden=true]{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.seoContent_seoContent__lF_rV .seoContent_keywords__FMyR8{margin-top:.5rem;font-weight:400;color:#555;font-size:.9rem}.seoContent_seoContent__lF_rV h2{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.seoContent_seoContent__lF_rV p{margin-bottom:.5rem;font-size:1rem;line-height:1.5}