/*!*****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/Layout/style.module.css ***!
  \*****************************************************************************************************************************************************/
.R_DxuMWiqRMqBQD6clOJ {
  min-height: 100vh;
  background: #0f172a;
  color: white;
  display: flex;
  flex-direction: column;
}

/* Main Container */
.lMuhaYfJVM4PIJ0zfRbO {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  flex: 1;
}

/* Glass Panel */
.UOnhApI3w8Urgqr8uUZG {
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Menu Buttons - Horizontal & Dynamic */
.xcSzEFhtWrcTIa3R7TxG {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
  max-width: 920px;
}

/* Professional Button - Same style as Treasure Hunt */
.xkByoGe2gKYtYLBuSZhh {
  flex: 1;                    /* Dynamic sizing */
  min-width: 240px;           /* Minimum width */
  max-width: 320px;           /* Maximum width */
  height: 58px;
  background: #f37702;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
}

.xkByoGe2gKYtYLBuSZhh:hover {
  background: #eb9c25;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.45);
}

.xkByoGe2gKYtYLBuSZhh:active {
  transform: translateY(1px);
}

/* Secondary Button (Leaderboard) */
.xkByoGe2gKYtYLBuSZhh.IboWPZLARco21ThgWDjQ {
  background: #334155;
  box-shadow: 0 4px 15px rgba(51, 65, 85, 0.4);
}

.xkByoGe2gKYtYLBuSZhh.IboWPZLARco21ThgWDjQ:hover {
  background: #475569;
}

/* Responsive: Stack on smaller screens */
@media (max-width: 768px) {
  .xcSzEFhtWrcTIa3R7TxG {
    flex-direction: column;
    align-items: center;
  }
  
  .xkByoGe2gKYtYLBuSZhh {
    min-width: 280px;
    max-width: 100%;
  }
}

/* Footer */
.lfTR57EZCUabOvYhhWco {
  background: #0a0f1c;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px 0;
  text-align: center;
  color: #64748b;
  font-size: 0.9rem;
}

/* Back to Menu Button */
.mPODNfFtkUB9X4lUK2RE {
  background: none;
  border: none;
  color: #fe8b2d;           /* Gray (text-gray-400) */
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin-bottom: 2rem;
  border-radius: 8px;
}

.mPODNfFtkUB9X4lUK2RE:hover {
  color: #f59e0b;           /* Orange on hover */
  background: rgba(245, 158, 11, 0.1);
  transform: translateX(-4px);
}

.mPODNfFtkUB9X4lUK2RE:active {
  transform: translateX(-2px);
  color: #fb923c;
}

/* Diamond Account Notice - Professional Orange */
.ktW2gq3otpQhDaJa64HV {
  text-align: center;
  margin: 32px auto 40px auto;
  max-width: 620px;
  padding: 16px 24px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 12px;
  color: #f4a460;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 500;
}

.ktW2gq3otpQhDaJa64HV .blhoczgyoTRyNCVJX0H0 {
  color: #fbbf24;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .ktW2gq3otpQhDaJa64HV {
    margin: 24px auto 32px auto;
    font-size: 1rem;
    padding: 14px 20px;
  }
}

/* Enhanced Background with Dark Overlay */
.R_DxuMWiqRMqBQD6clOJ {
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Dark overlay on top of background image */
.R_DxuMWiqRMqBQD6clOJ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.75);   /* Dark blue overlay */
  z-index: 0;
  pointer-events: none;
}

/* Make content appear above overlay */
.lMuhaYfJVM4PIJ0zfRbO,
footer {
  position: relative;
  z-index: 1;
}

/* Info Message Container */
.QhU2ZBoD3wKqPajJkBOd {
  text-align: left;
  margin: 32px auto 40px auto;
  max-width: 680px;
  padding: 28px 32px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 16px;
  color: #e2e8f0;
  font-size: 1rem;
  line-height: 1.7;
}

/* Title */
.WMP9Jnt6OSgTMx7VyLzd {
  font-size: 1.35rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

/* Subtitles */
.t_PtiCd6HIw0_AmD6GuE {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f59e0b;
  margin: 24px 0 10px 0;
}

/* Regular text */
.FV0GhfPUOYM4yTJipWJa {
  margin: 8px 0 12px 0;
  color: #cbd5e1;
}

/* List styling */
.Y020Uik_EQdrUXK0J0Jr {
  padding-left: 20px;
  margin: 12px 0;
}

.Y020Uik_EQdrUXK0J0Jr li {
  margin-bottom: 10px;
  color: #e2e8f0;
}

/* Footer text */
.RFbMlgY7QNkaK1jFFlQM {
  margin-top: 24px;
  font-weight: 600;
  color: #94a3b8;
  font-size: 1.05rem;
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/GameHeader/style.module.css ***!
  \*********************************************************************************************************************************************************/
.cIE_OqSWQUktOW7KPo25 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

._OdxGxL6GgsddN7B84q4 {
  background: rgba(15, 23, 42, 0.65);     /* Dark glass */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 32px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 520px;
}

.Yaiyn2JIJnwE8lfhqy4t {
  text-align: center;
}

.ii3vgFxtbUIIzGmnaxtt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}

.N6hCzh_9PVkkL8TuuSzH {
  font-size: 32px;
}

.WBo1Kj9S7fs5iKbpxsWG {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.yggeuhBVrS0Ms33FsPUx {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}

.R2fVTiayEgWZH6WBBLwo {
  margin-top: 12px;
  font-size: 18px;
  color: #ffaa33; 
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.R2fVTiayEgWZH6WBBLwo:hover {
  color: rgb(241, 101, 31);          /* brighter orange on hover */
  text-decoration: underline;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/Controls/style.module.css ***!
  \*******************************************************************************************************************************************************/
.xNaF097QIycCLLrPSBbj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

/* Individual Control Button */
.LwYhLBbdABe3sFB2UC6I {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  color: white;
}

/* Hover Effect */
.LwYhLBbdABe3sFB2UC6I:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.LwYhLBbdABe3sFB2UC6I:active {
  transform: scale(0.97);
}

/* Specific Button Colors */
.DScXkaLAIA9PWIGle6OU   { background: #ffa142; }
.TXmrVmicjxwPZSsqMhX3  { background: #ffa142; }
.TCAtL3tI1dcjOSFNJuHN  { background: #ffa142; }
.pDSljKFTULkhIQB3v7Cz   { background: #ffa142; }

.DScXkaLAIA9PWIGle6OU:hover   { background: rgb(242, 106, 37); }
.TXmrVmicjxwPZSsqMhX3:hover  { background: rgb(242, 106, 37); }
.TCAtL3tI1dcjOSFNJuHN:hover  { background: rgb(242, 106, 37); }
.pDSljKFTULkhIQB3v7Cz:hover   { background: rgb(242, 106, 37); }

/* Icon Size */
.LwYhLBbdABe3sFB2UC6I svg {
  width: 22px;
  height: 22px;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/Button/style.module.css ***!
  \*****************************************************************************************************************************************************/
/* ====================== PRIMARY BUTTON (Orange) ====================== */
.ufkEn0Jl5NEbfRwfNu7O {
  width: 100%;
  padding: 14px 24px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #f59e0b, #d97706); /* Orange */
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 6px 16px rgba(245, 158, 11, 0.35);
}

.ufkEn0Jl5NEbfRwfNu7O:hover {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.45);
}

.ufkEn0Jl5NEbfRwfNu7O:active {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3);
}

/* Disabled State */
.ufkEn0Jl5NEbfRwfNu7O:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* ====================== SECONDARY BUTTON ====================== */
.ufkEn0Jl5NEbfRwfNu7O.nfgRe4_zp8wGkE0PdAGn {
  background: #334155;
  box-shadow: 0 6px 16px rgba(51, 65, 85, 0.4);
}

.ufkEn0Jl5NEbfRwfNu7O.nfgRe4_zp8wGkE0PdAGn:hover {
  background: #475569;
  transform: translateY(-2px);
}

.ufkEn0Jl5NEbfRwfNu7O.nfgRe4_zp8wGkE0PdAGn:active {
  transform: scale(0.97);
}

/* ====================== PAYOUT BUTTON OVERRIDE ====================== */
.GXnXCw0k1044gURQEcto {
  background: #334155 !important;
  box-shadow: 0 6px 16px rgba(51, 65, 85, 0.4) !important;
  margin-top: 8px;
  transition: all 0.25s ease;
}

.GXnXCw0k1044gURQEcto:hover {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.45) !important;
  transform: translateY(-2px);
}

.GXnXCw0k1044gURQEcto:active {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(245, 158, 11, 0.35) !important;
}

.GXnXCw0k1044gURQEcto:disabled {
  background: #334155 !important;
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
/*!********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/NumberPad/style.module.css ***!
  \********************************************************************************************************************************************************/
.tUWTMq2jrzIuf27yXZAg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 8px;
}

/* Number Button - Square & Uniform */
.tkvJ01BhY8EU8Ews0Bk5 {
  aspect-ratio: 1 / 1;           /* Makes button perfectly square */
  min-width: 78px;               /* Minimum size */
  max-width: 92px;               /* Maximum size */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  font-weight: 700;
  background: #1e2937;
  color: #e2e8f0;
  border: 2px solid #334155;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  user-select: none;
}

.tkvJ01BhY8EU8Ews0Bk5:hover {
  background: #3b82f6;
  color: white;
  border-color: #60a5fa;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.4);
}

.tkvJ01BhY8EU8Ews0Bk5:active {
  transform: scale(0.94);
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/SudokuGrid/style.module.css ***!
  \*********************************************************************************************************************************************************/
.rGD5FvSk6MOK8K_gLKbv {
  position: relative;
  display: inline-block;
}

/* Main Grid Container */
.a9YHKUkkf6YKh2Hy7GP4 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(9, 1fr);
  width: 27rem;
  height: 27rem;
  border: 3px solid #1e2937;
  background: #1e2937;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.6),
    inset 0 2px 6px rgba(255,255,255,0.08);
  overflow: hidden;
}

/* Individual Cell */
.mRdndawtgZVRQKyngqYg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 500;
  border: 1px solid #334155;
  cursor: pointer;
  transition: all 0.1s ease;
  user-select: none;
  background: #0f172a;
  color: #e2e8f0;
}

/* Thick borders for 3x3 blocks */
.mRdndawtgZVRQKyngqYg.jPaXroi7c3ke6lXDA6Qy {
  border-right: 3px solid #1e2937;
}
.mRdndawtgZVRQKyngqYg.pbmNGzrgaARu5rI4VHem {
  border-bottom: 3px solid #1e2937;
}

/* Hover effect */
.mRdndawtgZVRQKyngqYg:hover {
  background: #1e2937;
}

/* Selected Cell */
.mRdndawtgZVRQKyngqYg.r2qJ13t5VAW7brWpbllp {
  background: #60a5fa !important;
  color: #0f172a;
  font-weight: 700;
}

/* Same row/column highlight */
.mRdndawtgZVRQKyngqYg.MUsBfAeASwgt3gks2UQN {
  background: #334155;
}

/* Fixed (given) cells */
.mRdndawtgZVRQKyngqYg.PZwrExrTeqcwXEX47vMj {
  font-weight: 700;
  color: #93c5fd;
}

/* Conflict cells */
.mRdndawtgZVRQKyngqYg.Eooz6hbZc4xAM5tJHvb9 {
  background: #e91c1c !important;
  color: #fff;
}

/* Disabled cell state (used during processing) */
.mRdndawtgZVRQKyngqYg.b3HvCs1BqQ0zSa0S1evA {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ==================== PAUSE OVERLAY ==================== */
.dcTmVWpYU4RKfXDeCZyZ {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
}

.ZTSiuBM9uRMahfziQUoz {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b82f6;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

.ZTSiuBM9uRMahfziQUoz:hover {
  background: #2563eb;
  transform: scale(1.08);
}

/* ==================== PROCESSING OVERLAY (Professional Look) ==================== */
.W0oXldSfrKwU6uAHzAgX {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(10px);
  border-radius: 12px;
}

.YJCiEFz_8hdXXg_IkKH0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.xXGsIebc4kclQ740r9bA {
  color: #f59e0b;
  animation: lmyVHirEe7AgULaainV8 1s linear infinite;
}

@keyframes lmyVHirEe7AgULaainV8 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.cLyuzpX5brY9QSm_qMah {
  color: #f59e0b;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.g6nGqvfV828PFnfc9GWJ {
  color: #94a3b8;
  font-size: 0.9rem;
  max-width: 220px;
  line-height: 1.4;
}
/*!********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/GameStats/style.module.css ***!
  \********************************************************************************************************************************************************/
.ceBBWoxyBNICzq0xYXRc {
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Top Row - Large Timer */
.eRQFPpD8BloWHIDWYWWW {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}

.G6Sc0SgLujw4QcEJ8Uob {
  font-size: 2.8rem;
  font-weight: 800;
  font-family: monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: 4px;
  min-width: 140px;
  text-align: center;
}

/* Stats Rows */
.JxwGUEq2uh8Z6DGIvDHG,
.wAk4QpkpRfYTECg9fj0g {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.JxwGUEq2uh8Z6DGIvDHG {
  margin-bottom: 28px;        /* ← This is the key change */
}

.IZcYNoKPU6AZosAKWWkr {
  flex: 1;
  text-align: center;
}

.qMHRDJbOjfgMKtM5Xb_l {
  font-size: 1.05rem;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.rNMIXBj3plYExfYvAJFv {
  font-size: 1.85rem;
  font-weight: 700;
  color: #e2e8f0;
  line-height: 1;
}

/* Color Variants */
.M_LUPiNl104QhOMkE1Jr  { color: #27e844; }
.FLHFYxz6jE484rWjKRf5 { color: #facc15; }
.gDc2uEZwQ3sQMEOQ2N7z { color: #ef6e05; }
.DY99Y4cIgq1JrqJ5mYNY    { color: #e81515; }

/* Pause Button */
.tXST4_wstSM59crFBsb1 {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e2937;
  border: 2px solid #475569;
  border-radius: 9999px;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.25s ease;
}

.tXST4_wstSM59crFBsb1:hover {
  background: #3b82f6;
  color: white;
  border-color: #60a5fa;
  transform: scale(1.08);
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/DifficultySelector/style.module.css ***!
  \*****************************************************************************************************************************************************************/
.koCHCGEOSkAF6QH7LTvw {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  flex-wrap: wrap; /* Allow wrapping on small screens */
}

/* ====================== RESPONSIVE FOR iPHONE ====================== */
@media (max-width: 480px) {
  .koCHCGEOSkAF6QH7LTvw {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 12px;
  }

  .i302LQBx4AINquhZ7EnO {
    text-align: center;
    margin-bottom: 4px;
  }

  .va5AkFH1br8ZSfjHxuhm {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .TGM6ntwljY2hFY2mXbDc,
  .qIOAA_u47XovBm9g0LLd {
    flex: 1 1 45%;           /* Two buttons per row */
    min-width: 0;
    padding: 12px 16px;
    font-size: 14px;
    min-height: 48px;        /* Better touch target */
  }
}

/* ====================== DESKTOP / TABLET ====================== */
.i302LQBx4AINquhZ7EnO {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* Buttons Container */
.va5AkFH1br8ZSfjHxuhm {
  display: flex;
  gap: 8px;
}

/* Base Button */
.TGM6ntwljY2hFY2mXbDc {
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  min-width: 110px;
  min-height: 44px;
}

.TGM6ntwljY2hFY2mXbDc:hover {
  color: #ff8c00;
  border-color: #ff8c00;
  background: rgba(255, 140, 0, 0.12);
  transform: translateY(-1px);
}

/* ACTIVE Button - Solid Orange */
.TGM6ntwljY2hFY2mXbDc.tvs080ve5Y8ebqLqj7Z5 {
  background: #ff8c00;
  color: #ffffff;
  border-color: #ff8c00;
  box-shadow: 0 4px 14px rgba(255, 140, 0, 0.45);
}

.TGM6ntwljY2hFY2mXbDc.tvs080ve5Y8ebqLqj7Z5:hover {
  background: #ff9d1f;
  transform: translateY(-1px);
}

/* Buy Games Button */
.qIOAA_u47XovBm9g0LLd {
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: #f59e0b;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  min-width: 110px;
  min-height: 44px;
}

.qIOAA_u47XovBm9g0LLd:hover {
  background: #fbbf24;
  border-color: #fbbf24;
  transform: translateY(-1px);
}

.qIOAA_u47XovBm9g0LLd:active {
  transform: scale(0.96);
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/Sudoku/style.module.css ***!
  \*****************************************************************************************************************************************************/
.vET1UjsgWyUzxSXfe6yb {
  width: 100%;
  padding: 0 12px;
}

/* Main Game Layout */
.GvgMpBy_iXkm8fVK1cBr {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

/* Left Panel */
.jZ9F8LIfD_480Vr4mNfv {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 520px;
}

/* Grid + NumberPad Row */
.sQ2Ip8sAZNAVogqGwwR9 {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

/* Right Panel */
.eNRDMturyjoKH1FTGG0h {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  max-width: 280px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ====================== RESPONSIVE STYLES ====================== */
@media (max-width: 1100px) {
  .sQ2Ip8sAZNAVogqGwwR9 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .GvgMpBy_iXkm8fVK1cBr {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .jZ9F8LIfD_480Vr4mNfv {
    max-width: 100%;
    align-items: center;
  }

  .sQ2Ip8sAZNAVogqGwwR9 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .eNRDMturyjoKH1FTGG0h {
    max-width: 100%;
    width: 100%;
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .GvgMpBy_iXkm8fVK1cBr {
    gap: 16px;
  }

  .jZ9F8LIfD_480Vr4mNfv {
    gap: 16px;
  }

  .sQ2Ip8sAZNAVogqGwwR9 {
    gap: 12px;
  }

  .eNRDMturyjoKH1FTGG0h {
    padding: 14px;
    gap: 12px;
  }
}

/* ====================== BUTTON STYLES ====================== */

/* Pay Out Coins Button - Orange on hover/active */
.GSvvXvry2UvT7pcxI3nA {
  background: #334155 !important;
  box-shadow: 0 6px 16px rgba(51, 65, 85, 0.4) !important;
  margin-top: 8px;
  transition: all 0.25s ease;
  color: white !important;
}

.GSvvXvry2UvT7pcxI3nA:hover {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.45) !important;
  transform: translateY(-2px);
  color: white !important;
}

.GSvvXvry2UvT7pcxI3nA:active {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(245, 158, 11, 0.35) !important;
}

.GSvvXvry2UvT7pcxI3nA:disabled {
  background: #334155 !important;
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* New Game Button - Orange on hover/active */
.hKWcq0ILzuoW5fj6sEA2.RY1ji4YZHZ8T5EW6D_kn {
  transition: all 0.25s ease;
}

.hKWcq0ILzuoW5fj6sEA2.RY1ji4YZHZ8T5EW6D_kn:hover:not(:disabled) {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.45) !important;
  transform: translateY(-2px);
  color: white !important;
}

.hKWcq0ILzuoW5fj6sEA2.RY1ji4YZHZ8T5EW6D_kn:active:not(:disabled) {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(245, 158, 11, 0.35) !important;
}

/* Secondary variant (used when no games remaining) */
.hKWcq0ILzuoW5fj6sEA2.sFCjefdOZYkyBEEkW7Tq {
  transition: all 0.25s ease;
}

.hKWcq0ILzuoW5fj6sEA2.sFCjefdOZYkyBEEkW7Tq:hover:not(:disabled) {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.45) !important;
  transform: translateY(-2px);
  color: white !important;
}

.hKWcq0ILzuoW5fj6sEA2.sFCjefdOZYkyBEEkW7Tq:active:not(:disabled) {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(245, 158, 11, 0.35) !important;
}

/* ====================== NEW GAME BUTTON ====================== */
.rj21fZrluu4yrunFz5YA {
  transition: all 0.25s ease;
}

.rj21fZrluu4yrunFz5YA:hover:not(:disabled) {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.45) !important;
  transform: translateY(-2px);
}

.rj21fZrluu4yrunFz5YA:active:not(:disabled) {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(245, 158, 11, 0.35) !important;
}

/* No Games Remaining Message */
.lWpFdatLJyEGMn8SRj8H {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  width: 100%;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 16px;
  margin-top: 8px;
}

.EOY4oKlCQI2h7WaDPSQs {
  text-align: center;
  padding: 40px 30px;
  max-width: 320px;
}

.EOY4oKlCQI2h7WaDPSQs h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 12px;
}

.EOY4oKlCQI2h7WaDPSQs p {
  font-size: 1.05rem;
  color: #94a3b8;
  line-height: 1.6;
}

.EOY4oKlCQI2h7WaDPSQs strong {
  color: #f59e0b;
  font-weight: 600;
}


/*!*************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/SolverControls/style.module.css ***!
  \*************************************************************************************************************************************************************/
/* SolverControls/style.module.css */
.MTPvPxjKldgtr5w2wWRm {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px 0 32px 0;
  flex-wrap: wrap;
}

/* Base Control Button Style */
.d8RFn1sep2wWksgPZyTW {
  min-width: 160px;
  padding: 14px 24px;
  background: #334155 !important;           /* Gray like secondary */
  box-shadow: 0 6px 16px rgba(51, 65, 85, 0.4) !important;
  transition: all 0.25s ease;
}

.d8RFn1sep2wWksgPZyTW:hover {
  background: linear-gradient(135deg, #f16f04, #ed9912) !important;   /* Blue on hover */
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.45) !important;
}

/* Erase Button - Red/Orange danger style */
.jCFDmXOtKKsB088p606r {
  min-width: 160px;
  padding: 14px 24px;
  background: #334155 !important;
  box-shadow: 0 6px 16px rgba(51, 65, 85, 0.4) !important;
  transition: all 0.25s ease;
}

.jCFDmXOtKKsB088p606r:hover {
  background: linear-gradient(135deg, #ef8b44, #e37f0d) !important;   /* Red on hover */
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(239, 68, 68, 0.45) !important;
}

/* Active press effect */
.d8RFn1sep2wWksgPZyTW:active,
.jCFDmXOtKKsB088p606r:active {
  transform: scale(0.96);
}

/* Responsive */
@media (max-width: 640px) {
  .MTPvPxjKldgtr5w2wWRm {
    flex-direction: column;
    align-items: center;
  }
  
  .d8RFn1sep2wWksgPZyTW,
  .jCFDmXOtKKsB088p606r {
    min-width: 240px;
    width: 100%;
    max-width: 280px;
  }
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Geodoku/components/SudokuSolver/style.module.css ***!
  \***********************************************************************************************************************************************************/
/* ../components/SudokuSolver/style.module.css */

.zE3rScjJ3QOZ0kNgBqbN {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* Left Side - Grid */
.Nm1QI2xdVW4z5UD_osqY {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 380px;
}

/* Right Side - Controls */
._6CCLGzlRsKu23XF9NOO {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 280px;
}

/* Solve Button - Prominent Green/Blue */
.xquXwml08L88nSg6elgh {
  margin-top: 8px;
  min-width: 240px;
  background: linear-gradient(135deg, #e5781e, #ee5e04) !important;   /* Emerald Green */
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4) !important;
  transition: all 0.25s ease;
}

.xquXwml08L88nSg6elgh:hover:not(:disabled) {
  background: linear-gradient(135deg, #f38c1d, #ee7d14) !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(219, 114, 16, 0.5) !important;
}

.xquXwml08L88nSg6elgh:active:not(:disabled) {
  transform: scale(0.97);
}

/* Disabled State */
.xquXwml08L88nSg6elgh:disabled {
  background: #334155 !important;
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Responsive */
@media (max-width: 1024px) {
  .zE3rScjJ3QOZ0kNgBqbN {
    gap: 32px;
  }
}

/* New: Horizontal Row for Grid + NumberPad */
.hGM8eMx7sk6aCw1sOqvs {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .zE3rScjJ3QOZ0kNgBqbN {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  
  .Nm1QI2xdVW4z5UD_osqY {
    min-width: 100%;
  }
  
  ._6CCLGzlRsKu23XF9NOO {
    min-width: 100%;
    max-width: 380px;
  }
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Game2048/components/GameHeader/style.module.css ***!
  \**********************************************************************************************************************************************************/
.jz0hqRZst8myrw7k6BoJ {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.cId7DpIPnMs2r3xB_jkO {
  background: rgba(15, 23, 42, 0.65);     /* Dark glass */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 32px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 520px;
}

.Kt18XMbzV8UxtzMy_KcB {
  text-align: center;
}

.QPYIb1OpCDQCpjj4ZUHW {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}

.dq04yYUwsZswOyTgIJ9F {
  font-size: 32px;
}

.lLc4S9wr9jkLIQZfRrKn {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.QhUhmK0Ag2AV8NV8Qlcn {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}

.VqgtWmYbI9kastTGtGUN {
  margin-top: 12px;
  font-size: 18px;
  color: #ffaa33; 
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.VqgtWmYbI9kastTGtGUN:hover {
  color: rgb(241, 101, 31);          /* brighter orange on hover */
  text-decoration: underline;
}
/*!******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Game2048/components/Board/styles.module.css ***!
  \******************************************************************************************************************************************************/
.f03Luuo1w7IxK829f4zf {
  position: relative;
  width: calc(var(--cell-size, 80px) * 4 + var(--gap, 10px) * 5);
  margin: 0 auto; /* Center the board */
}

.eDDbmViHbG08f60AcTXU {
  display: grid;
  grid-template-columns: repeat(4, var(--cell-size, 80px));
  gap: var(--gap, 10px);
  padding: var(--gap, 10px);
  background: rgba(15, 23, 42, 0.6);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 8px 32px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}

/* Desktop */
@media (min-width: 512px) {
  .eDDbmViHbG08f60AcTXU {
    grid-template-columns: repeat(4, var(--cell-size, 100px));
    gap: var(--gap, 15px);
    padding: var(--gap, 15px);
    border-radius: 24px;
  }
}

.xFYiTd74_b4gbiCwWk6R {
  width: var(--cell-size, 80px);
  height: var(--cell-size, 80px);
  background: rgba(15, 23, 42, 0.5);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 
    inset 0 2px 4px rgba(0, 0, 0, 0.3),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

/* Desktop */
@media (min-width: 512px) {
  .f03Luuo1w7IxK829f4zf {
    width: calc(var(--cell-size, 100px) * 4 + var(--gap, 15px) * 5);
  }

  .eDDbmViHbG08f60AcTXU {
    gap: var(--gap, 15px);
    padding: var(--gap, 15px);
    border-radius: 24px;
  }

  .xFYiTd74_b4gbiCwWk6R {
    width: var(--cell-size, 100px);
    height: var(--cell-size, 100px);
    border-radius: 16px;
  }
}

.CBQgXSGXasIMnHA5an4_ {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #f56105;
  border-radius: 50%;
  animation: iAVvJ_JW2Ak3PMqrZs6q 1s linear infinite;
}

@keyframes iAVvJ_JW2Ak3PMqrZs6q {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ====================== STARTING GAME SPINNER ====================== */
.fpXiCXMmwcgicbT2pjG5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 320px;
  color: #fb9631;
  text-align: center;
}

.CBQgXSGXasIMnHA5an4_ {
  width: 56px;
  height: 56px;
  border: 6px solid #3a3f4a;
  border-top: 6px solid #f56105;
  border-radius: 50%;
  animation: iAVvJ_JW2Ak3PMqrZs6q 1s linear infinite;
  margin-bottom: 24px;
}

@keyframes iAVvJ_JW2Ak3PMqrZs6q {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.Cy81abd2VwIZnprnlgVt {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.CqphElptwsKiHbjZQQfd {
  font-size: 0.95rem;
  color: #94a3b8;
}

.G7U5Cp5YjWMMzQ53Ms3T {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #94a3b8;
  text-align: center;
  font-size: 1.1rem;
}

.G7U5Cp5YjWMMzQ53Ms3T p {
  margin: 4px 0;
}

.G7U5Cp5YjWMMzQ53Ms3T strong {
  color: #fb9631;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Game2048/components/Tile/styles.module.css ***!
  \*****************************************************************************************************************************************************/
.snOkoq2YLNcll8sU7wvH {
  position: absolute;
  width: var(--cell-size, 80px);
  height: var(--cell-size, 80px);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  transition: left 200ms cubic-bezier(0.4, 0, 0.2, 1), 
              top 200ms cubic-bezier(0.4, 0, 0.2, 1), 
              transform 120ms ease;
  z-index: 2;
  box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.25),
    0 6px 6px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);

  /* Balanced font size */
  font-size: calc(var(--pixel-size, 8px) * 3.6);
  line-height: 1;
}

/* Desktop */
@media (min-width: 512px) {
  .snOkoq2YLNcll8sU7wvH {
    width: var(--cell-size, 100px);
    height: var(--cell-size, 100px);
    border-radius: 16px;
    box-shadow: 
      0 12px 24px rgba(0, 0, 0, 0.3),
      0 8px 8px rgba(0, 0, 0, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.3),
      inset 0 -3px 6px rgba(0, 0, 0, 0.2);

    /* Balanced desktop font size */
    font-size: calc(var(--pixel-size, 10px) * 5.6);
  }
}

/* === Text Color === */
.FiGrKf6eNIpMnUkjiABt,
.Iv7hpCQPUJ0qhsQishxA,
.k747qx09E4fZ3nKRy9t6,
.ZFZ7SIw3Npwl9RsGfZuI,
.omiJJTLQfEgOT9CIBtu3,
.ORSHQ_Q1p0guvbSebkgI,
.Bewq_0JKqmATa_ndwpoU,
.bRzIkdPwPpsJuEcDLyT8,
.Mg84PMt4N9wDDqi37yVR,
.v8PqWif1d47fxtSfB7fA,
.jeSIRMMMe2wRGqEcVNUa {
  color: var(--secondary-text-color, #f9f6f2);
}

/* === Base Font Size (Mobile) === */
.snOkoq2YLNcll8sU7wvH {
  font-size: calc(var(--pixel-size, 8px) * 2.88);   /* was 3.6 → reduced 20% */
  line-height: 1;
}

/* Desktop */
@media (min-width: 512px) {
  .snOkoq2YLNcll8sU7wvH {
    font-size: calc(var(--pixel-size, 10px) * 4.48);   /* was 5.6 → reduced 20% */
  }
}

/* === Font Size Scaling for Larger Numbers === */
.omiJJTLQfEgOT9CIBtu3,
.ORSHQ_Q1p0guvbSebkgI,
.Bewq_0JKqmATa_ndwpoU {
  font-size: calc(var(--pixel-size, 8px) * 2.304);   /* was 2.88 → reduced 20% */
}

.bRzIkdPwPpsJuEcDLyT8,
.Mg84PMt4N9wDDqi37yVR,
.v8PqWif1d47fxtSfB7fA,
.jeSIRMMMe2wRGqEcVNUa {
  font-size: calc(var(--pixel-size, 8px) * 1.8);    /* was 2.4 → reduced 20% */
}

/* Desktop versions of the above */
@media (min-width: 512px) {
  .omiJJTLQfEgOT9CIBtu3,
  .ORSHQ_Q1p0guvbSebkgI,
  .Bewq_0JKqmATa_ndwpoU {
    font-size: calc(var(--pixel-size, 10px) * 3.712);   /* was 4.64 */
  }

  .bRzIkdPwPpsJuEcDLyT8,
  .Mg84PMt4N9wDDqi37yVR,
  .v8PqWif1d47fxtSfB7fA,
  tile8192 {
    font-size: calc(var(--pixel-size, 10px) * 3.072);   /* was 3.84 */
  }
}

/* === Modern Glass Tile Colors (with 3D depth) === */
.rTKp14D7euo7klSon_BP {
  background: linear-gradient(145deg, #e0f2fe, #bae6fd);
  color: #0c4a6e;
}

.aaDkqH3pboCmHvmYJGEQ {
  background: linear-gradient(145deg, #bae6fd, #7dd3fc);
  color: #0c4a6e;
}

.FiGrKf6eNIpMnUkjiABt {
  background: linear-gradient(145deg, #7dd3fc, #38bdf8);
  color: #0c4a6e;
}

.Iv7hpCQPUJ0qhsQishxA {
  background: linear-gradient(145deg, #38bdf8, #0ea5e9);
  color: white;
}

.k747qx09E4fZ3nKRy9t6 {
  background: linear-gradient(145deg, #0ea5e9, #0284c8);
  color: white;
}

.ZFZ7SIw3Npwl9RsGfZuI {
  background: linear-gradient(145deg, #0284c8, #0369a1);
  color: white;
}

.omiJJTLQfEgOT9CIBtu3 {
  background: linear-gradient(145deg, #7c3aed, #5b21b6);
  color: white;
  box-shadow: 
    0 10px 20px rgba(124, 58, 237, 0.4),
    0 6px 6px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.ORSHQ_Q1p0guvbSebkgI {
  background: linear-gradient(145deg, #5b21b6, #4c1d95);
  color: white;
}

.Bewq_0JKqmATa_ndwpoU {
  background: linear-gradient(145deg, #4c1d95, #312e81);
  color: white;
}

.bRzIkdPwPpsJuEcDLyT8 {
  background: linear-gradient(145deg, #312e81, #1e1b4b);
  color: white;
}

.Mg84PMt4N9wDDqi37yVR,
.v8PqWif1d47fxtSfB7fA,
.jeSIRMMMe2wRGqEcVNUa {
  background: linear-gradient(145deg, #1e1b4b, #0f172a);
  color: #809bf5;
  box-shadow: 
    0 10px 25px rgba(30, 27, 75, 0.6),
    0 8px 8px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
/*!******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Game2048/components/Layout/style.module.css ***!
  \******************************************************************************************************************************************************/
.E0bHe59ocQUAXrhbovgE {
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Main content area */
.JvaxxPmho5ewqJajFaD0 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  flex: 1;
  position: relative;
  z-index: 1;
}

/* Glassmorphism panel for the game */
.sOGOJSJG9N0U5W2FaNbs {
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  max-width: 600px;
  margin: 0 auto;
}

.GfkrckFbvaEDtjut7hd8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.WVb7xLQml0bZ_fVQ4zZz {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 8px 20px;
  text-align: center;
  min-width: 90px;
}

.WVb7xLQml0bZ_fVQ4zZz span {
  font-size: 0.85rem;
  color: #94a3b8;
  display: block;
}

.WVb7xLQml0bZ_fVQ4zZz div {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
}

.yjaUkt7JCvsaq5EcEnRm span {
  font-size: 0.85rem;
  color: #94a3b8;
  display: block;
}

.yjaUkt7JCvsaq5EcEnRm div {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
}

.PXsao6yJxzUqJOypigmM {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 8px 20px;
  text-align: center;
  min-width: 90px;
}

.PXsao6yJxzUqJOypigmM span {
  font-size: 0.85rem;
  color: #94a3b8;
  display: block;
}

.PXsao6yJxzUqJOypigmM div {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
}

/* === Action Buttons (Glass 3D Style) === */
.wqJNjvd8W08vJOS7t8aa {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.kOZFXWaoheQC_tN35Bxx {
  background: #ffa200;
  color: #1e2937;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 
    0 6px 12px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2);
  min-width: 120px;
}

.kOZFXWaoheQC_tN35Bxx:hover {
  background: #ffaa33;
  transform: translateY(-2px);
  box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.kOZFXWaoheQC_tN35Bxx:active {
  transform: translateY(1px);
  box-shadow: 
    0 3px 6px rgba(0, 0, 0, 0.3),
    inset 0 2px 4px rgba(0, 0, 0, 0.25);
  outline: 2px solid #ffffff;
  outline-offset: 1px;
}
/*!********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/SlidePuzzle/views/GameHeader/style.module.css ***!
  \********************************************************************************************************************************************************/
.oIiAXpBqsbwkNHwyhaeh {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.rivbQ6tcJK0SSZIEQ0g3 {
  background: rgba(15, 23, 42, 0.65);     /* Dark glass */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 32px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 520px;
}

.G1efd34w6Ak2ffPhQnCf {
  text-align: center;
}

.lZN5V9xMhys9rEThsgAl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}

.puNlgUFaENIwi4RDpo4w {
  font-size: 32px;
}

.xATZFGt3RHgzxwaQkIlA {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.f0uE4BvC6C4Ndpmpmi8v {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}

.r6KBztFxyX0dkm8Vibgf {
  margin-top: 12px;
  font-size: 18px;
  color: #ffaa33; 
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.r6KBztFxyX0dkm8Vibgf:hover {
  color: rgb(241, 101, 31);          /* brighter orange on hover */
  text-decoration: underline;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/SlidePuzzle/views/GameView/styles.module.css ***!
  \*******************************************************************************************************************************************************/
/* ====================== CONTROLS SECTION ====================== */
.MWJLQteqUggfprWlCh0i {
    display: flex;
    flex-direction: column;           /* Stack Hint button on top */
    align-items: center;              /* Center everything */
    gap: 16px;                        /* Space between Hint and Restart buttons */
    margin-top: 24px;                 /* ← Increased space from puzzle above */
    margin-bottom: 8px;
}

/* ====================== HINT BUTTON ====================== */
.FwAKLcGt96oisqxx4nws {
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px 28px;               /* Slightly bigger padding for better presence */
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -2px 6px rgba(0, 0, 0, 0.2);
    
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
    min-width: 160px;                 /* Makes the button look more balanced */
}

/* Hover State - Same orange as restart buttons */
.FwAKLcGt96oisqxx4nws:hover:not(:disabled) {
    background: #ffa200;
    color: #1e2937;
    border-color: #ffaa33;
    transform: translateY(-2px);
    
    box-shadow: 
        0 8px 18px rgba(255, 162, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

/* Active State */
.FwAKLcGt96oisqxx4nws:active:not(:disabled) {
    background: #ff8c00;
    color: #1e2937;
    transform: translateY(1px);
    
    box-shadow: 
        0 3px 8px rgba(255, 140, 0, 0.4),
        inset 0 2px 5px rgba(0, 0, 0, 0.25);
}

/* Disabled State */
.FwAKLcGt96oisqxx4nws:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* ====================== RESTART BUTTONS CONTAINER ====================== */
.jfJRYG2e9UPppA4irgog {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

._Ix7ntaO53w_fAplVN8p {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: '1.1rem';
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.15);
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/SlidePuzzle/views/TileView/styles.module.css ***!
  \*******************************************************************************************************************************************************/
/* ==================== Base Tile Styles ==================== */
.qRdlM79taoi3VMzLYBSM {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -2px 8px rgba(0, 0, 0, 0.3);
}

/* 3D highlight */
.qRdlM79taoi3VMzLYBSM::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.35) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    pointer-events: none;
    z-index: 1;
}

/* Inner shadow */
.qRdlM79taoi3VMzLYBSM::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    pointer-events: none;
    z-index: 2;
}

/* ==================== CORRECT POSITION (Green Glow) ==================== */
.qRdlM79taoi3VMzLYBSM.vlxfKRvRwwZN4FmdpkzU {
    border: 2px solid #4ade80;
    z-index: 3;
    
    box-shadow: 
        0 0 0 6px rgba(74, 222, 128, 0.35),
        0 0 12px rgba(74, 222, 128, 0.6),
        0 4px 15px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -2px 8px rgba(0, 0, 0, 0.3);
}

.qRdlM79taoi3VMzLYBSM.vlxfKRvRwwZN4FmdpkzU::before {
    background: linear-gradient(
        to bottom,
        rgba(74, 222, 128, 0.25) 0%,
        rgba(74, 222, 128, 0.08) 40%,
        transparent 100%
    );
    z-index: 1;
}

.qRdlM79taoi3VMzLYBSM.vlxfKRvRwwZN4FmdpkzU::after {
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* ==================== HINT GLOW (Red) - NEW ==================== */
.qRdlM79taoi3VMzLYBSM.l7Ud2nQzcQfWJO3SgYLQ {
    border: 2px solid #ef4444;                    /* Red border */
    z-index: 4;                                   /* Higher than correct glow */
    
    box-shadow: 
        0 0 0 8px rgba(239, 68, 68, 0.4),       /* Strong red outer glow */
        0 0 20px rgba(239, 68, 68, 0.7),        /* Intense red glow */
        0 4px 15px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -2px 8px rgba(0, 0, 0, 0.3);
    
    animation: iMIVelrJHRUb9IIo66DR 1.5s ease-in-out infinite;
}

.qRdlM79taoi3VMzLYBSM.l7Ud2nQzcQfWJO3SgYLQ::before {
    background: linear-gradient(
        to bottom,
        rgba(239, 68, 68, 0.3) 0%,
        rgba(239, 68, 68, 0.1) 40%,
        transparent 100%
    );
    z-index: 1;
}

/* Optional pulsing animation for the hint */
@keyframes iMIVelrJHRUb9IIo66DR {
    0%, 100% {
        box-shadow: 
            0 0 0 8px rgba(239, 68, 68, 0.4),
            0 0 20px rgba(239, 68, 68, 0.7);
    }
    50% {
        box-shadow: 
            0 0 0 12px rgba(239, 68, 68, 0.25),
            0 0 30px rgba(239, 68, 68, 0.5);
    }
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/SlidePuzzle/views/PuzzleView/styles.module.css ***!
  \*********************************************************************************************************************************************************/
/* ==================== Puzzle Container ==================== */
.a8EHwB1CY4JhIwZhdAMI {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    
    /* Glass container */
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    
    /* ✅ Let the content decide the width automatically */
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
}

.eJkZw0utA0WDJjCbME_A {
    display: grid;
    grid-gap: 4px;
    background: rgba(0, 0, 0, 0.15);
    padding: 8px;
    border-radius: 16px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
    
    /* ✅ This ensures the grid matches the tiles exactly */
    width: fit-content;
    box-sizing: border-box;
}
/* ==================== Legacy / Supporting Styles ==================== */

.DItwR9pCkVI0IOOq3Jfp {
    text-align: center;
}

.CYMFaW6FgMwPbuF891HP {
    font-style: italic;
    font-size: 1rem;
    max-width: 320px;
    margin: 0 auto 20px;
    color: rgba(255, 255, 255, 0.85);
}

.HNZJ6qKjE1UUegR4AVcS {
    background-color: #1a1a1a;
    height: 60px;
    padding: 12px 20px;
    color: white;
    border-radius: 12px 12px 0 0;
}

.CiEIuBRkW5eEdwKDofw8 {
    font-size: 1.6rem;
    font-weight: 600;
}

.Onl2xoRLFkew8S_6eOAk {
    padding: 16px;
    white-space: pre;
    color: #ddd;
}

.HOeebBwY4qQuVYU7Az4x {
    font-size: 1.1rem;
    padding: 10px 24px;
    margin: 8px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.HOeebBwY4qQuVYU7Az4x:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Full Image Preview */
.aAxzuAo478l5xh0TOuiW {
    margin: 20px auto;
    padding: 16px;
    max-width: 320px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Highscore Table */
._jrlo2hdZ1U1W1_qOGoF {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.TFP8w1TSXFg71Ycm8TQ4 {
    background-color: rgba(74, 222, 128, 0.15);
    border-left: 4px solid #4ade80;
}

@media only screen and (max-width: 400px) {
    .PKsthAMu38a62FxFJj7k {
        display: none;
    }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/SlidePuzzle/views/FullImageView/styles.module.css ***!
  \************************************************************************************************************************************************************/
/* ==================== Full Image Preview (Glass + 3D) ==================== */
.pnBCwxTmpGszbxftK8Td {
    position: relative;
    margin: 20px auto;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    
    /* Glassmorphism */
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    
    /* 3D Depth */
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -2px 10px rgba(0, 0, 0, 0.25);
    
    width: fit-content;
    max-width: 100%;
}

.LDdJGiPCuktEBlnOizKQ {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    
    /* Subtle inner shadow for depth on the image */
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 0 20px rgba(0, 0, 0, 0.15);
    
    /* Optional: slight border for definition */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Optional hover effect */
.pnBCwxTmpGszbxftK8Td:hover {
    transform: scale(1.01);
    transition: transform 0.2s ease;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* ==================== Legacy Styles (kept for compatibility) ==================== */

.Ddb_ScFlMbAYqxZK3ifT {
    text-align: center;
}

.g9wYM69BQNaWJfoE_Gxw {
    font-style: italic;
    font-size: 1rem;
    max-width: 320px;
    margin: 0 auto 20px;
    color: rgba(255, 255, 255, 0.85);
}

.oeXxzQ9LfnsZtAWpmQme {
    background-color: #1a1a1a;
    height: 60px;
    padding: 12px 20px;
    color: white;
    border-radius: 12px 12px 0 0;
}

.Id3RuRZmHk7e1aU3fnKH {
    font-size: 1.6rem;
    font-weight: 600;
}

.krTDapyAPtcQX_0dK_Tj {
    padding: 16px;
    white-space: pre;
    color: #ddd;
}

.Xn32hCBjGns2Qfe9aqpO {
    font-size: 1.1rem;
    padding: 10px 24px;
    margin: 8px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.U7T0ONAdPR4p2EA41RdR {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.EvGu1ykAc4CcizAseYwt {
    background-color: rgba(74, 222, 128, 0.15);
    border-left: 4px solid #4ade80;
}

@media only screen and (max-width: 400px) {
    .zk5TM8UzKSYpSDR8pLxH {
        display: none;
    }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/SlidePuzzle/views/RestartButtonView/styles.module.css ***!
  \****************************************************************************************************************************************************************/
.SZyc5Lag5IM3VGsZz0yx {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}

/* Glassmorphic Secondary Button - Default State */
.cNIhsuBkNlwh2BlPuLB4 {
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -2px 6px rgba(0, 0, 0, 0.2);
    
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Hover State - Orange Background */
.cNIhsuBkNlwh2BlPuLB4:hover {
    background: #ffa200;
    color: #1e2937;
    border-color: #ffaa33;
    transform: translateY(-2px);
    
    box-shadow: 
        0 8px 18px rgba(255, 162, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

/* Active / Clicked State */
.cNIhsuBkNlwh2BlPuLB4:active {
    background: #ff8c00;
    color: #1e2937;
    transform: translateY(1px);
    
    box-shadow: 
        0 3px 8px rgba(255, 140, 0, 0.4),
        inset 0 2px 5px rgba(0, 0, 0, 0.25);
}

/* Optional: Slightly stronger orange on the middle button (4x4) */
.cNIhsuBkNlwh2BlPuLB4:nth-child(2):hover {
    background: #ffa200;
    box-shadow: 
        0 8px 20px rgba(255, 162, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
/*!****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/SlidePuzzle/views/Layout/style.module.css ***!
  \****************************************************************************************************************************************************/
.yAKSfC5vkcFd09jLkST1 {
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* ==================== Main Game Container ==================== */
.PNDGwBHwszpal41yc39E {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 20px;
  width: 100%;
  flex: 1;
}

/* ==================== Glassmorphic Main Panel ==================== */
.yb4AxXqH8TYEgYjpJQSP {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  max-width: 620px;
  margin: 0 auto;
}

/* ==================== Content Area ==================== */
.uwCQ9fdYcgkkQfCiPVSa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

/* ==================== Stats Row ==================== */
.xJxhGwhhKW0F7pgANn7D {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}

.giNIPk1vpIkks6Q3saZr {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 22px;
  text-align: center;
  min-width: 95px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.giNIPk1vpIkks6Q3saZr:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.giNIPk1vpIkks6Q3saZr span {
  font-size: 0.8rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}

.giNIPk1vpIkks6Q3saZr div {
  font-size: 1.65rem;
  font-weight: 700;
  color: #fbbf24;
  line-height: 1;
}

/* ==================== Action Buttons ==================== */
.fE_bAWpSjPMWQgzlxIbx {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.Bzm6Lwrzc9QwdtZPyNSY {
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  color: #1e2937;
  border: none;
  border-radius: 14px;
  padding: 13px 30px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 6px 14px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -3px 6px rgba(0, 0, 0, 0.25);
  min-width: 130px;
}

.Bzm6Lwrzc9QwdtZPyNSY:hover {
  background: linear-gradient(145deg, #ffaa33, #ff9500);
  transform: translateY(-3px);
  box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.Bzm6Lwrzc9QwdtZPyNSY:active {
  transform: translateY(1px);
  box-shadow: 
    0 3px 8px rgba(0, 0, 0, 0.35),
    inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

.Bzm6Lwrzc9QwdtZPyNSY:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.C22u_rqEA_LBi6SyB4k3 {
    width: 56px;
    height: 56px;
    border: 6px solid #3a3f4a;
    border-top: 6px solid #f56105;
    border-radius: 50%;
    animation: OUkZ1hsfyjc49MBxrsDm 1s linear infinite;
    margin-bottom: 24px;
}

@keyframes OUkZ1hsfyjc49MBxrsDm {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/HauntedMansion/components/GameHeader/style.module.css ***!
  \****************************************************************************************************************************************************************/
.ZU4boltYAJI9U_7T6aAy {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.bIbuC57hxckxdMxi4AWS {
  background: rgba(15, 23, 42, 0.65);     /* Dark glass */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 32px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 520px;
}

.yMp_IraBPf009sPdd4tL {
  text-align: center;
}

.ClMbRyaJCDEEtCnb7dwO {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}

.lLhEazDJHzc56JFrQNnl {
  font-size: 32px;
}

.C80f2yBSAewfUL1g2XVq {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.iq9UFkzZrwVhg78j8DAA {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}

.e06jCfEUrzsI6uiE8wkN {
  margin-top: 12px;
  font-size: 18px;
  color: #ffaa33; 
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.e06jCfEUrzsI6uiE8wkN:hover {
  color: rgb(241, 101, 31);          /* brighter orange on hover */
  text-decoration: underline;
}
/*!************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/HauntedMansion/components/Layout/style.module.css ***!
  \************************************************************************************************************************************************************/
.lEPXhyoqcx2yU3CRubJU {
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* ==================== Main Game Container ==================== */
.uxGF_yQnAH0rThrX37Q0 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px;
  width: 100%;
  flex: 1;
}

/* ==================== Glassmorphic Main Panel ==================== */
.GZRnyX4x3ak0oVp2LmRI {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  max-width: 700px;
  margin: 0 auto;
}

/* ==================== Content Area ==================== */
.r82ie_XPkFIvbY8crLFk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* ==================== Stats Row ==================== */
.iX0iY2mS6Qyp7dS1MAiH {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.AJ9Q_Vj24L0Iuh9yfES3 {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 18px;
  text-align: center;
  min-width: 85px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.AJ9Q_Vj24L0Iuh9yfES3:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.AJ9Q_Vj24L0Iuh9yfES3 span {
  font-size: 0.7rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}

.AJ9Q_Vj24L0Iuh9yfES3 div {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
  line-height: 1;
}

/* ==================== Action Buttons ==================== */
.zYEHP6ZOtkoXgZfXEh08 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

/* ==================== GAME WRAPPER ==================== */
.PF60bbuhQmkgG1ExaTg4 {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 560 / 620;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

/* ==================== Mobile: Allow more vertical space ==================== */
@media (max-width: 640px) {
  .PF60bbuhQmkgG1ExaTg4 {
    max-width: 100%;
    aspect-ratio: unset;
    min-height: 620px;
    height: auto;
  }
}

/* ==================== Action Buttons ==================== */
.dM586_vM5m86QMPzomMJ {
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  color: #1e2937;
  border: none;
  border-radius: 14px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  min-width: 120px;
}

.dM586_vM5m86QMPzomMJ:hover {
  background: linear-gradient(145deg, #ffaa33, #ff9500);
  transform: translateY(-3px);
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.dM586_vM5m86QMPzomMJ:active {
  transform: translateY(1px);
}

.dM586_vM5m86QMPzomMJ:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* ==================== Mobile Responsiveness ==================== */
@media (max-width: 640px) {
  .uxGF_yQnAH0rThrX37Q0 {
    padding: 16px 12px;
  }

  .GZRnyX4x3ak0oVp2LmRI {
    padding: 20px 16px;
    max-width: 100%;
    border-radius: 16px;
  }

  .r82ie_XPkFIvbY8crLFk {
    gap: 16px;
  }

  .iX0iY2mS6Qyp7dS1MAiH {
    gap: 8px;
  }

  .AJ9Q_Vj24L0Iuh9yfES3 {
    min-width: 68px;
    padding: 8px 10px;
  }

  .AJ9Q_Vj24L0Iuh9yfES3 span {
    font-size: 0.65rem;
  }

  .AJ9Q_Vj24L0Iuh9yfES3 div {
    font-size: 1.25rem;
  }

  .zYEHP6ZOtkoXgZfXEh08 {
    gap: 8px;
  }

  .dM586_vM5m86QMPzomMJ {
    padding: 10px 16px;
    font-size: 0.85rem;
    min-width: 100px;
  }
}

/* ==================== GameOverlay Card ==================== */
.ohOIK_ucUqgRUBYl2VD0 {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@media (max-width: 640px) {
  .ohOIK_ucUqgRUBYl2VD0 {
    max-width: 100%;
    padding: 18px 14px;
  }
}

/* ==================== On-Screen Control Pad ==================== */
.YlSsbXir0743tTNoM4s8 {
  display: none; /* mouse-only desktops */
  margin-top: 16px;
  padding: 16px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.bzceEOm6X88WnMh1aiUD .YlSsbXir0743tTNoM4s8 {
  display: block;
}

.MoVQL0O4X5004uswnmre {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.HqVvhgOq0wwPDnZXZUGZ {
  display: flex;
  gap: 24px;
}

.m5u2bI9c4tKpKNkqRpMU {
  width: 58px;
  height: 58px;
  font-size: 1.6rem;
  background: rgba(51, 65, 85, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.m5u2bI9c4tKpKNkqRpMU:active {
  background: #ffa200;
  color: #1e2937;
  transform: scale(0.95);
  border-color: #ffa200;
}

/* ==================== Welcome Card (matches game canvas size) ==================== */
.PKzOVT1tfDIH_yKs_ha7 {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 560 / 620;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Background Image */
.vfeAIjGpg0KlZ_8bzSj8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

/* Text Content - Properly Centered */
.YtjkON7zWr4pMe6dst1a {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 40px 24px;
  text-align: center;
  color: #e2e8f0;
}

.YtjkON7zWr4pMe6dst1a h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 24px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
}

.YtjkON7zWr4pMe6dst1a p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 380px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.YtjkON7zWr4pMe6dst1a .sBzIzN5oZKQPvQaWfCl8 {
  color: #fff;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 640px) {
  .PKzOVT1tfDIH_yKs_ha7 {
    max-width: 100%;
  }

  .YtjkON7zWr4pMe6dst1a h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }

  .YtjkON7zWr4pMe6dst1a p {
    font-size: 1rem;
    max-width: 100%;
  }
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/HauntedMansion/components/GameOverlay/style.module.css ***!
  \*****************************************************************************************************************************************************************/
/* ==================== Base Glass Card ==================== */
.h_u_sBEoQsmgL2TW2lJJ {
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

/* ==================== Difficulty Buttons ==================== */
.EHeixfgfym4lK8szJZpY {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.2s ease;
  background: rgba(51, 65, 85, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.EHeixfgfym4lK8szJZpY:hover {
  background: rgba(71, 85, 105, 0.8);
  transform: translateY(-1px);
}

._6zv8S_Q7lw9z6CRFI_Z {
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  color: #1e2937;
  border: none;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

/* ==================== Action Button ==================== */
.SZ4oy8yDb0_4Y8Bi5Wp1 {
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  color: #1e2937;
  font-weight: 700;
  border: none;
  border-radius: 14px;
  padding: 14px 24px;
  font-size: 1.05rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 6px 14px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  cursor: pointer;
  width: 100%;
}

.SZ4oy8yDb0_4Y8Bi5Wp1:hover {
  background: linear-gradient(145deg, #ffaa33, #ff9500);
  transform: translateY(-3px);
  box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.SZ4oy8yDb0_4Y8Bi5Wp1:active {
  transform: translateY(1px);
  box-shadow: 
    0 3px 8px rgba(0, 0, 0, 0.35),
    inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* ==================== Instructions ==================== */
.bsvsFXboy7AlSOPESSju {
  text-align: left !important;
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 32px !important;
}

/* ==================== Payout Text ==================== */
.QLuPsCGg4Ag3cUp4xVNq {
  color: #fb923c !important;
  font-size: 1.05rem !important;
  margin-bottom: 32px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  text-align: center !important;
}

/* ==================== Score Footer ==================== */
.d7Na_b1YL1I6_LjGBVAK {
  margin-top: 8px !important;
  margin-bottom: 24px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  justify-content: center !important;
  gap: 32px !important;
  font-size: 1.05rem !important;
  color: #94a3b8 !important;
  width: 100% !important;
}

/* ==================== End Screen Score Card ==================== */
.TCg9sNJuz2c3iI2QjLYE {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 18px !important;
  padding: 28px 24px !important;
  margin-bottom: 36px !important;
  width: 100% !important;
}

.gXfxiA_K5tEe6IQZ3_fb {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 12px !important;
}

.gXfxiA_K5tEe6IQZ3_fb:last-child {
  margin-bottom: 0 !important;
}

.RBfWl1X3z86e6EQB2D05 {
  color: #64748b !important;
  font-size: 0.95rem !important;
}

.k6c2fqRYtA4cL7RtXvg5 {
  color: #e2e8f0 !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
}

.PJyIQMsS7Ok7NEtWSI6M {
  color: white !important;
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* ==================== Custom Divider ==================== */
.Sn9dEPafM5EBd17tXA6i {
  width: 100% !important;
  height: 1px !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  margin: 16px 0 !important;
  border: none !important;
}

/* ==================== Mobile Responsiveness ==================== */
@media (max-width: 640px) {
  /* Start Screen & General Glass Card */
  .h_u_sBEoQsmgL2TW2lJJ {
    max-width: 100% !important;
    padding: 20px 18px !important;
    margin: 0 8px !important;
    border-radius: 16px !important;
  }

  .h_u_sBEoQsmgL2TW2lJJ h1 {
    font-size: 1.7rem !important;
    margin-bottom: 12px !important;
  }

  .bsvsFXboy7AlSOPESSju {
    margin-bottom: 16px !important;
  }

  .QLuPsCGg4Ag3cUp4xVNq {
    margin-bottom: 16px !important;
    padding-top: 8px !important;
  }

  .d7Na_b1YL1I6_LjGBVAK {
    margin-bottom: 16px !important;
    padding-top: 12px !important;
  }

  /* EndScreen Specific */
  .TCg9sNJuz2c3iI2QjLYE {
    padding: 20px 16px !important;
    margin-bottom: 24px !important;
    border-radius: 14px !important;
  }

  .gXfxiA_K5tEe6IQZ3_fb {
    margin-bottom: 10px !important;
  }

  .RBfWl1X3z86e6EQB2D05 {
    font-size: 0.9rem !important;
  }

  .k6c2fqRYtA4cL7RtXvg5 {
    font-size: 1rem !important;
  }

  .PJyIQMsS7Ok7NEtWSI6M {
    font-size: 1.85rem !important;
  }

  .SZ4oy8yDb0_4Y8Bi5Wp1 {
    padding: 14px 20px !important;
    font-size: 1rem !important;
  }
}

/* Extra Small Screens (iPhone SE, etc.) */
@media (max-width: 380px) {
  .h_u_sBEoQsmgL2TW2lJJ {
    padding: 16px 14px !important;
  }

  .h_u_sBEoQsmgL2TW2lJJ h1 {
    font-size: 1.55rem !important;
  }

  .PJyIQMsS7Ok7NEtWSI6M {
    font-size: 1.65rem !important;
  }

  .TCg9sNJuz2c3iI2QjLYE {
    padding: 16px 14px !important;
  }
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Numbers/components/GameHeader/style.module.css ***!
  \*********************************************************************************************************************************************************/
._LliXDheUc5LNDzEkISQ {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.Ej2Uf23PuwsppkurTvDm {
  background: rgba(15, 23, 42, 0.65);     /* Dark glass */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 32px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 520px;
}

.aJdLL9fI714Xznifa1_P {
  text-align: center;
}

.RXzwfCFvjnYExyEPMYEX {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}

.GCHr6wKUO88UAlQLvW7w {
  font-size: 32px;
}

.tefEakGUbwOPDHVQBx_k {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.apJOAX2tF9s3GnA_9g9r {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}

.aqjXVoZeH08m5ivJzXgm {
  margin-top: 12px;
  font-size: 18px;
  color: #ffaa33; 
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.aqjXVoZeH08m5ivJzXgm:hover {
  color: rgb(241, 101, 31);          /* brighter orange on hover */
  text-decoration: underline;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Numbers/components/PayoutAndRules/style.module.css ***!
  \*************************************************************************************************************************************************************/
.zSeRlbHtQyQMantznf3T {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pKheRMoty8ONLBWaL35u {
  width: min(720px, 100%);
  max-height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    165deg,
    rgba(15, 23, 42, 0.97) 0%,
    rgba(7, 12, 24, 0.98) 100%
  );
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  overflow: hidden;
}

._9grbbCRSck8brXy2md0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kCzSbdx5s8vzZHUpSGmf {
  margin: 0 0 4px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f97316;
}

.zHt_TdlK4Mjn0mkQxT30 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.gUKRr75NGtg5WTDE9nUp {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.4;
}

.cvdkQOItS0HhPifhsoGN {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.8);
  color: #cbd5e1;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.cvdkQOItS0HhPifhsoGN:hover {
  border-color: rgba(249, 115, 22, 0.5);
  color: #fff;
}

.NuxeRY5mkAyt4HsW4rpM {
  padding: 8px 24px 20px;
  overflow-y: auto;
  flex: 1;
}

.Kp1k4D5lJHIyraTcwril {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(30, 41, 59, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.vseqB1EsE2AVF5zzyX4H {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fbbf24;
}

.vhbdMtCbFR0mHusWGYGi {
  margin: 0;
  padding-left: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #cbd5e1;
}

.vhbdMtCbFR0mHusWGYGi strong {
  color: #fff;
}

.hYDtuuyRIm0iSZuoTK9Z {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 640px) {
  .hYDtuuyRIm0iSZuoTK9Z {
    grid-template-columns: 1fr;
  }
}

.Svk1y7WKC1AlEZIc9BCy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.HOq1ws1k3GAJ1fm4zZJx {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

.J_oIKHe8sJINkg4jK4hb {
  border-color: rgba(249, 115, 22, 0.45);
  color: #fdba74;
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.15);
}

.BnWeUu7LnMFHsuezOUfS {
  border-color: rgba(59, 130, 246, 0.25);
  background: rgba(30, 58, 138, 0.22);
}

.oWtDuI9XdwQ9VEWkWhGi {
  margin: 20px 0 4px;
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
  color: #94a3b8;
}

.lOl74NEDDcg7wjJMPMhp {
  padding: 14px 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: flex-end;
}

.gnpqvD1Ly03rDo6Wy43d {
  min-width: 140px;
  padding: 12px 20px;
  border-radius: 12px;
  border: none;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  color: #1e2937;
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  box-shadow: 0 4px 14px rgba(255, 140, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.gnpqvD1Ly03rDo6Wy43d:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 140, 0, 0.45);
}
/*!***************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Numbers/components/Cell/style.module.css ***!
  \***************************************************************************************************************************************************/
@keyframes oCKJzYWDo4MPGB1TYmWk {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(4) rotate(15deg);
    opacity: 0;
  }
}

.Ov_Q1yrXwuYKCj5KZyU7 {
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: #1e3a5f;
  box-shadow:
    inset 0 1px 0 #2a4a73,
    0 1px 2px rgb(0 0 0 / 0.35);
  color: #f8fafc;
  font-size: clamp(0.75rem, 2.4vw, 1.05rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
  will-change: transform;
  transition: transform 100ms linear, box-shadow 100ms linear, background-color 100ms linear;
}

.Ov_Q1yrXwuYKCj5KZyU7:hover {
  transform: scale(1.08);
  background: #24456e;
}

.Ov_Q1yrXwuYKCj5KZyU7:active {
  transform: scale(0.96);
}

.Ov_Q1yrXwuYKCj5KZyU7.cIwcqQoAS8JBsdivqjaj {
  background: #15803d;
  border-color: rgb(255 255 255 / 0.2);
  box-shadow:
    inset 0 1px 0 #22c55e,
    0 8px 18px rgb(34 197 94 / 0.35);
}

.Ov_Q1yrXwuYKCj5KZyU7.OruIYL51U6kvttOcpjpI {
  pointer-events: none;
  animation: oCKJzYWDo4MPGB1TYmWk 0.5s ease-in-out both;
}
/*!****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Numbers/components/Board/style.module.css ***!
  \****************************************************************************************************************************************************/
.wP1SYtHbvegJHjPwZ3_9 {
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  gap: 6px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 640px) {
  .wP1SYtHbvegJHjPwZ3_9 {
    gap: 8px;
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Numbers/components/Heading/style.module.css ***!
  \******************************************************************************************************************************************************/
@keyframes JZtEHhE2n7o6_sOGg1xz {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes RxS_uv15ny8cR6Thxtgu {
  0% {
    background-color: #fb923c;
    border-color: #fdba74;
    color: #111;
  }
  100% {
    background-color: rgb(0 0 0 / 0.7);
    border-color: #c2410c;
    color: #fff;
  }
}

.ri7EP2U1XsIvM2WTLlF1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 20px;
  gap: 12px;
  position: relative;
}

.jXjoYC9G0DYtxLtYCmLf {
  background-image: linear-gradient(to right, #ef501b, #fb923c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

.FYPgAaMnIV0SSZdl7wBH {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.XwJJrm9C6U8XLu3wvzft {
  display: flex;
  height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 2px solid #c2410c;
  background-color: rgb(0 0 0 / 0.7);
  padding: 3px;
  color: #fff;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, filter, opacity, background-color;
  animation: JZtEHhE2n7o6_sOGg1xz 0.5s ease-in-out;
}

.XwJJrm9C6U8XLu3wvzft:hover:not(:disabled) {
  background-color: #9a3412;
  border-color: #ea580c;
}

.XwJJrm9C6U8XLu3wvzft:active:not(:disabled) {
  transform: scale(0.92);
  animation: RxS_uv15ny8cR6Thxtgu 0.35s ease-out;
}

.PfJFtwzLnYriKEG5FKan {
  width: 1.25rem;
  height: 1.25rem;
}

.bCICBydsM75olAz8J74H {
  display: none;
}

@media (min-width: 640px) {
  .bCICBydsM75olAz8J74H {
    display: inline;
  }
}

.XwJJrm9C6U8XLu3wvzft:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  animation: none;
  transform: none;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Numbers/components/Winner/style.module.css ***!
  \*****************************************************************************************************************************************************/
@keyframes iJNQzFOQgLA2OEV79MeU {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes srox6H4kTNAukymUalnG {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes oqGhwE8kTwQTZ0esn6ps {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.syLaCMtCF6Uy7V4EpXz6 {
  display: flex;
  min-height: 80vh;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 2.25rem; /* text-4xl */
  line-height: 2.5rem;
  color: #fff;
}

.x6PefvGgQSMepdKxyaqr {
  position: relative;
  top: 1.25rem; /* top-5 */
  font-size: 120px;
  font-style: normal;
  will-change: transform, filter;
  animation: iJNQzFOQgLA2OEV79MeU 0.35s ease-in-out both;
}

.Z3udrGBesgIZSfEMWtDV {
  font-size: 1.5rem; /* text-2xl */
  line-height: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em; /* tracking-widest */
  text-shadow:
    0 0 10px rgb(0 0 0 / 1),
    0 5px 5px rgb(0 0 0 / 1);
  will-change: transform;
  animation: srox6H4kTNAukymUalnG 0.35s ease-in-out 0.1s both;
}

.kl_ducT8KtwQOrr6zpYM {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 4.5rem; /* text-7xl */
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em; /* tracking-tighter */
  color: transparent;
  background-image: linear-gradient(
    to right,
    hsl(var(--primary, 276 100% 72%)),
    #fb923c /* orange-400 */
  );
  background-clip: text;
  -webkit-background-clip: text;
  will-change: transform;
  animation: oqGhwE8kTwQTZ0esn6ps 0.35s ease-in-out 0.1s both;
}

.Di114aBsDd0FK0HWeksT {
  align-self: center;
  border-radius: 0.375rem; /* rounded-md */
  border: 1px solid #c084fc; /* border-purple-400 */
  background-color: rgb(0 0 0 / 0.1);
  padding: 0 0.5rem;
  font-size: 1.5rem; /* text-2xl, overrides .btn text-sm */
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em; /* tracking-tight */
  color: transparent;
  background-image: linear-gradient(
    to right,
    hsl(var(--primary, 276 100% 72%)),
    hsl(var(--secondary, 298 100% 76%))
  );
  background-clip: text;
  -webkit-background-clip: text;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1); /* shadow-md */
  backdrop-filter: blur(8px);
  cursor: pointer;
  will-change: transform;
  animation: srox6H4kTNAukymUalnG 0.35s ease-in-out 0.3s both;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Numbers/components/Layout/style.module.css ***!
  \*****************************************************************************************************************************************************/
.T2l5grzad6g4zlLt9KG6 {
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

.oCYzkGVxRwBGF8jzJ4St {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px;
  width: 100%;
  flex: 1;
}

.etkYc4fSsgSNWB8Rims8 {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  max-width: 700px;
  margin: 0 auto;
}

.IljFBNCOeuQlMPCD4njO {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.tv5n8HSqe8wFZjPLUCSY {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.ZxQamZOgtGk3wycBZBn0 {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 18px;
  text-align: center;
  min-width: 85px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ZxQamZOgtGk3wycBZBn0:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ZxQamZOgtGk3wycBZBn0 span {
  font-size: 0.7rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}

.ZxQamZOgtGk3wycBZBn0 div {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
  line-height: 1;
}

._C0Ob8DdJIeLSaTorlu7 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.be1K00XeK90Jxpc3cyQS {
  width: 100%;
  max-width: 560px;
  min-height: 360px;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  background: #0b1220;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 28px;
}

.zYh3TaEBNM8nbP3OmE2o {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

._YxIJzDvuWE43gtfCU_1 {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.kTikDfHMpWM_lMy78GOx {
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  color: #1e2937;
  border: none;
  border-radius: 14px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  min-width: 120px;
}

.kTikDfHMpWM_lMy78GOx:hover {
  background: linear-gradient(145deg, #ffaa33, #ff9500);
  transform: translateY(-3px);
}

.kTikDfHMpWM_lMy78GOx:active {
  transform: translateY(1px);
}

.kTikDfHMpWM_lMy78GOx:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.IezGpKngOCUB7Z4e_zl0 {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hzzyH2mTn0zccFkk3EfB {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px;
  text-align: center;
  color: #e2e8f0;
}

.hzzyH2mTn0zccFkk3EfB h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 24px;
}

.hzzyH2mTn0zccFkk3EfB p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 380px;
}

.lP4ZK8fTA78aVlvc8CN9 {
  color: #fff;
  font-weight: 600;
}

.SI1SRDvx_50Korq_Nnxt {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
}

.pyyBtWXLWoEH4yDqRjnR {
  position: absolute;
  top: -20px;
  animation: rFoKAvA2xE5haTmUe6D7 3.5s linear forwards;
}

@keyframes rFoKAvA2xE5haTmUe6D7 {
  to {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

@keyframes vVF9V6044YK9tuxSnjfg {
  0% {
    transform: scale(1);
    filter: blur(1px);
  }
  60% {
    filter: blur(4px);
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.animation-shake {
  will-change: transform, filter;
  animation: vVF9V6044YK9tuxSnjfg 0.2s 1 0.1s;
}

@media (max-width: 640px) {
  .oCYzkGVxRwBGF8jzJ4St {
    padding: 16px 12px;
  }

  .etkYc4fSsgSNWB8Rims8 {
    padding: 20px 16px;
    max-width: 100%;
    border-radius: 16px;
  }

  .be1K00XeK90Jxpc3cyQS {
    max-width: 100%;
    min-height: 300px;
  }

  .ZxQamZOgtGk3wycBZBn0 {
    min-width: 68px;
    padding: 8px 10px;
  }

  .ZxQamZOgtGk3wycBZBn0 div {
    font-size: 1.25rem;
  }

  .kTikDfHMpWM_lMy78GOx {
    padding: 10px 16px;
    font-size: 0.85rem;
    min-width: 100px;
  }
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Guess/components/GameHeader/style.module.css ***!
  \*******************************************************************************************************************************************************/
.FliNs6h4wIorSAWYHFCo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.ZpXQcPV8gsRKdehFNT1E {
  background: rgba(15, 23, 42, 0.65);     /* Dark glass */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 32px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 520px;
}

.vayatl3qDFse_fN9r3h5 {
  text-align: center;
}

._fMNMRSIdU4oe64N9fVZ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}

.WGElYHns9c7AusUDDXph {
  font-size: 32px;
}

.KgLqZlIZXI4F9hdVQv1_ {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.Sd7kfNXsrfw1_W4QtkF9 {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}

.RiDzWjy3gwQzp8zoSACi {
  margin-top: 12px;
  font-size: 18px;
  color: #ffaa33; 
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.RiDzWjy3gwQzp8zoSACi:hover {
  color: rgb(241, 101, 31);          /* brighter orange on hover */
  text-decoration: underline;
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Guess/components/PayoutAndRules/style.module.css ***!
  \***********************************************************************************************************************************************************/
.TvSFN69alIA922PhZvlQ {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.oAr5ygqHItsuXGnZ2kFF {
  width: min(720px, 100%);
  max-height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    165deg,
    rgba(15, 23, 42, 0.97) 0%,
    rgba(7, 12, 24, 0.98) 100%
  );
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  overflow: hidden;
}

.s2g1s5SBCYeKTuKysJic {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.FzIQtV4KlCQJrg2CXWEg {
  margin: 0 0 4px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f97316;
}

.szhcbxDXXxcpZmWpAYX0 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.pnTJh98r4KIzTYvbnXGS {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.4;
}

.VKue06y3NGgZvLmEYtd1 {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.8);
  color: #cbd5e1;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.VKue06y3NGgZvLmEYtd1:hover {
  border-color: rgba(249, 115, 22, 0.5);
  color: #fff;
}

.Q5mWeC6iPFQ1DQYKNkFr {
  padding: 8px 24px 20px;
  overflow-y: auto;
  flex: 1;
}

.ZABql9yOSQAEMheKFtTG {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(30, 41, 59, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.QjWwuF478q4pXxCSbgLQ {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fbbf24;
}

.nbbEKdF2aaUsmO5Cp3Ub {
  margin: 0;
  padding-left: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #cbd5e1;
}

.nbbEKdF2aaUsmO5Cp3Ub strong {
  color: #fff;
}

.wqWot_sjvfcpTBEpMxbw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 640px) {
  .wqWot_sjvfcpTBEpMxbw {
    grid-template-columns: 1fr;
  }
}

.uLGhyZKOVkUv22kX8kQc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gFFBQsjmq781reOJ2yzH {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

.tVy4e_A700WjQ1Iwcg2z {
  border-color: rgba(249, 115, 22, 0.45);
  color: #fdba74;
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.15);
}

.wcKTFGXc2WIINA4EDXVe {
  border-color: rgba(59, 130, 246, 0.25);
  background: rgba(30, 58, 138, 0.22);
}

.Eep9fhNNex4w87p3R82v {
  margin: 20px 0 4px;
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
  color: #94a3b8;
}

.OHfLUf1evd4RpWJCShxO {
  padding: 14px 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: flex-end;
}

.gz6dyfaVfJExb7QC6sPV {
  min-width: 140px;
  padding: 12px 20px;
  border-radius: 12px;
  border: none;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  color: #1e2937;
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  box-shadow: 0 4px 14px rgba(255, 140, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.gz6dyfaVfJExb7QC6sPV:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 140, 0, 0.45);
}
/*!*************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Guess/components/Cell/style.module.css ***!
  \*************************************************************************************************************************************************/
@keyframes Toa1Vlwu6oA0rKUowh6S {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(4) rotate(15deg);
    opacity: 0;
  }
}

.ZolZ1u41iv8RSrnY7oKl {
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 1px solid rgb(255 255 255 / 0.18);
  font-size: clamp(0.75rem, 2.4vw, 1.05rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  padding: 0;
  will-change: transform;
  transition: transform 100ms linear, box-shadow 100ms linear, background-color 100ms linear;
}

.HNRvLhIqUa4Gl7GqZjXL {
  background:
    linear-gradient(135deg, #1e3a5f 0%, #0f2744 55%, #16345a 100%);
  color: #7dd3fc;
  box-shadow:
    inset 0 1px 0 #2a4a73,
    0 1px 2px rgb(0 0 0 / 0.35);
}

.RGFOtOCbboFmdEnieJBD {
  background: #1e3a5f;
  color: #f8fafc;
  box-shadow:
    inset 0 1px 0 #2a4a73,
    0 1px 2px rgb(0 0 0 / 0.35);
}

.ZolZ1u41iv8RSrnY7oKl:hover:not(.WLg8YY1gMAX5EpPnkr_H) {
  transform: scale(1.08);
}

.ZolZ1u41iv8RSrnY7oKl:active:not(.WLg8YY1gMAX5EpPnkr_H) {
  transform: scale(0.96);
}

.ZolZ1u41iv8RSrnY7oKl.JuOKIQROj8WTJywjXsB0 {
  background: #15803d;
  color: #f8fafc;
  border-color: rgb(255 255 255 / 0.2);
  box-shadow:
    inset 0 1px 0 #22c55e,
    0 8px 18px rgb(34 197 94 / 0.35);
}

.ZolZ1u41iv8RSrnY7oKl.WLg8YY1gMAX5EpPnkr_H {
  pointer-events: none;
  animation: Toa1Vlwu6oA0rKUowh6S 0.5s ease-in-out both;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Guess/components/Board/style.module.css ***!
  \**************************************************************************************************************************************************/
.G7rgAbOK3AxiVkTuv93X {
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  gap: 6px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 640px) {
  .G7rgAbOK3AxiVkTuv93X {
    gap: 8px;
  }
}
/*!****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Guess/components/Heading/style.module.css ***!
  \****************************************************************************************************************************************************/
@keyframes HAYhq7GxfKAaWsNiZ_Q4 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wiQCe5O5HY0PAEbyjWat {
  0% {
    background-color: #fb923c;
    border-color: #fdba74;
    color: #111;
  }
  100% {
    background-color: rgb(0 0 0 / 0.7);
    border-color: #c2410c;
    color: #fff;
  }
}

.wvoq0CxvBYsLARfF5Yqx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 20px;
  gap: 12px;
  position: relative;
}

.HitmbbBaOsc8F3rsMNsS {
  background-image: linear-gradient(to right, #ef501b, #fb923c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

.srG92aiMPpEaq97pQAem {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.H1oW4QgQJuQWZD1uanKc {
  display: flex;
  height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 2px solid #c2410c;
  background-color: rgb(0 0 0 / 0.7);
  padding: 3px;
  color: #fff;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, filter, opacity, background-color;
  animation: HAYhq7GxfKAaWsNiZ_Q4 0.5s ease-in-out;
}

.H1oW4QgQJuQWZD1uanKc:hover:not(:disabled) {
  background-color: #9a3412;
  border-color: #ea580c;
}

.H1oW4QgQJuQWZD1uanKc:active:not(:disabled) {
  transform: scale(0.92);
  animation: wiQCe5O5HY0PAEbyjWat 0.35s ease-out;
}

.TGNOOwrsKX57t9Kzv68r {
  width: 1.25rem;
  height: 1.25rem;
}

.i87qXvowRW82hYQVbvE7 {
  display: none;
}

@media (min-width: 640px) {
  .i87qXvowRW82hYQVbvE7 {
    display: inline;
  }
}

.H1oW4QgQJuQWZD1uanKc:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  animation: none;
  transform: none;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Guess/components/Winner/style.module.css ***!
  \***************************************************************************************************************************************************/
@keyframes oAE0h2STcAtU_5lIPdZB {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes kBTfEjH6pKcPDURmcSHS {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes RhOio1XIvfgPhbBsL8f8 {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sbd67Qp30CQawVVbv6Ob {
  display: flex;
  min-height: 80vh;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 2.25rem; /* text-4xl */
  line-height: 2.5rem;
  color: #fff;
}

.WIXDL1TY7_QrHIekzLyO {
  position: relative;
  top: 1.25rem; /* top-5 */
  font-size: 120px;
  font-style: normal;
  will-change: transform, filter;
  animation: oAE0h2STcAtU_5lIPdZB 0.35s ease-in-out both;
}

.ikuxWHdQMgMXXQY0Krva {
  font-size: 1.5rem; /* text-2xl */
  line-height: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em; /* tracking-widest */
  text-shadow:
    0 0 10px rgb(0 0 0 / 1),
    0 5px 5px rgb(0 0 0 / 1);
  will-change: transform;
  animation: kBTfEjH6pKcPDURmcSHS 0.35s ease-in-out 0.1s both;
}

.XTyZ71s9MCUUO97lrKTx {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 4.5rem; /* text-7xl */
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em; /* tracking-tighter */
  color: transparent;
  background-image: linear-gradient(
    to right,
    hsl(var(--primary, 276 100% 72%)),
    #fb923c /* orange-400 */
  );
  background-clip: text;
  -webkit-background-clip: text;
  will-change: transform;
  animation: RhOio1XIvfgPhbBsL8f8 0.35s ease-in-out 0.1s both;
}

.hoEakcwRw3oHcq0IXAiK {
  align-self: center;
  border-radius: 0.375rem; /* rounded-md */
  border: 1px solid #c084fc; /* border-purple-400 */
  background-color: rgb(0 0 0 / 0.1);
  padding: 0 0.5rem;
  font-size: 1.5rem; /* text-2xl, overrides .btn text-sm */
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em; /* tracking-tight */
  color: transparent;
  background-image: linear-gradient(
    to right,
    hsl(var(--primary, 276 100% 72%)),
    hsl(var(--secondary, 298 100% 76%))
  );
  background-clip: text;
  -webkit-background-clip: text;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1); /* shadow-md */
  backdrop-filter: blur(8px);
  cursor: pointer;
  will-change: transform;
  animation: kBTfEjH6pKcPDURmcSHS 0.35s ease-in-out 0.3s both;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Guess/components/Layout/style.module.css ***!
  \***************************************************************************************************************************************************/
.UJev0xCiagQ5vRNCccOZ {
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sdLBAiedZcsgVr9dRi1t {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px;
  width: 100%;
  flex: 1;
}

.oTqXgCQDqIEqcGfcEy19 {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  max-width: 700px;
  margin: 0 auto;
}

.EeFLwZo9B8V1mJAhMQPT {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.CkgFVRJC_PIka2dBUv4I {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.zRuKZOkaHD8RMrcn5hZD {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 18px;
  text-align: center;
  min-width: 85px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zRuKZOkaHD8RMrcn5hZD:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.zRuKZOkaHD8RMrcn5hZD span {
  font-size: 0.7rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}

.zRuKZOkaHD8RMrcn5hZD div {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
  line-height: 1;
}

.YZhpG3KVVMcp2s5zVy1Z {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.bMzBzBkukuMlltb1SKkI {
  width: 100%;
  max-width: 560px;
  min-height: 360px;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  background: #0b1220;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 28px;
}

.BCXl9JLAswkvMmqelCZT {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.t0rqnfApH4RppWnJeaYb {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.q6gpvaF6PWEjOqbUckO7 {
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  color: #1e2937;
  border: none;
  border-radius: 14px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  min-width: 120px;
}

.q6gpvaF6PWEjOqbUckO7:hover {
  background: linear-gradient(145deg, #ffaa33, #ff9500);
  transform: translateY(-3px);
}

.q6gpvaF6PWEjOqbUckO7:active {
  transform: translateY(1px);
}

.q6gpvaF6PWEjOqbUckO7:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.xM4jLSg8G28kiTqOw8Gl {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Btorb3FErQYqf8w7sFrK {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px;
  text-align: center;
  color: #e2e8f0;
}

.Btorb3FErQYqf8w7sFrK h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 24px;
}

.Btorb3FErQYqf8w7sFrK p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 380px;
}

.TtXGV0zcW81D3dcz7Fi8 {
  color: #fff;
  font-weight: 600;
}

.v8JaQEYyKxgaPoxFIVOt {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
}

.GXSaJQURc0MsNBEV1Jti {
  position: absolute;
  top: -20px;
  animation: zwstn1BIgOIebAxgJz4T 3.5s linear forwards;
}

@keyframes zwstn1BIgOIebAxgJz4T {
  to {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

@keyframes B9bDe2SkbuEeRJChMMZg {
  0% {
    transform: scale(1);
    filter: blur(1px);
  }
  60% {
    filter: blur(4px);
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.animation-shake {
  will-change: transform, filter;
  animation: B9bDe2SkbuEeRJChMMZg 0.2s 1 0.1s;
}

@media (max-width: 640px) {
  .sdLBAiedZcsgVr9dRi1t {
    padding: 16px 12px;
  }

  .oTqXgCQDqIEqcGfcEy19 {
    padding: 20px 16px;
    max-width: 100%;
    border-radius: 16px;
  }

  .bMzBzBkukuMlltb1SKkI {
    max-width: 100%;
    min-height: 300px;
  }

  .zRuKZOkaHD8RMrcn5hZD {
    min-width: 68px;
    padding: 8px 10px;
  }

  .zRuKZOkaHD8RMrcn5hZD div {
    font-size: 1.25rem;
  }

  .q6gpvaF6PWEjOqbUckO7 {
    padding: 10px 16px;
    font-size: 0.85rem;
    min-width: 100px;
  }
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Mahjong/components/GameHeader/style.module.css ***!
  \*********************************************************************************************************************************************************/
.PdAyxWrt8ggabRPlT0In {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.PRpqefUmMX8ptqqiamrq {
  background: rgba(15, 23, 42, 0.65);     /* Dark glass */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 32px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 520px;
}

.CYsNyl9nlKUWLYzrkTGm {
  text-align: center;
}

.QoCXKuiyewirB38YuFWU {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}

.In2mJRdcIcI0xb7fA2Jg {
  font-size: 32px;
}

.F0lnENRo46MaoXX_62ge {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.kWM8uXD3yCk1_xk1ty1d {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}

.jNDbxd2RRWYLPePYW4m8 {
  margin-top: 12px;
  font-size: 18px;
  color: #ffaa33; 
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.jNDbxd2RRWYLPePYW4m8:hover {
  color: rgb(241, 101, 31);          /* brighter orange on hover */
  text-decoration: underline;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Mahjong/components/PayoutAndRules/style.module.css ***!
  \*************************************************************************************************************************************************************/
.amJQdAnK4V8QeZ65xEkn {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.KfXhpjU15a8kYuh2bPY9 {
  width: min(720px, 100%);
  max-height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    165deg,
    rgba(15, 23, 42, 0.97) 0%,
    rgba(7, 12, 24, 0.98) 100%
  );
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  overflow: hidden;
}

.guPSl72CzFEp_1kSI2q3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lcpzq_h0WocQrQdRUHnr {
  margin: 0 0 4px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f97316;
}

.Sc_WtFgLLc_Y4_1ptlKE {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.RHxu4BQhGJQIK8gjQOmH {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.4;
}

.RGhL9GpTmtQOnguC7gDu {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.8);
  color: #cbd5e1;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.RGhL9GpTmtQOnguC7gDu:hover {
  border-color: rgba(249, 115, 22, 0.5);
  color: #fff;
}

.yEHpVZPEfyYw21wOeDlc {
  padding: 8px 24px 20px;
  overflow-y: auto;
  flex: 1;
}

.DCoBmMe8LSAjMPrkQLc4 {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(30, 41, 59, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.Y7qGfHJFvx02DAUcVRSV {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fbbf24;
}

.MJAQO4Klja0PPMxk3VpA {
  margin: 0;
  padding-left: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #cbd5e1;
}

.MJAQO4Klja0PPMxk3VpA strong {
  color: #fff;
}

.g3TK1IL7DpI8JWibAUIQ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 640px) {
  .g3TK1IL7DpI8JWibAUIQ {
    grid-template-columns: 1fr;
  }
}

.calyEMpUvqgjPOLII7Z2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.X5cXtJdfiQI01Tha3cnJ {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

.LKHc1cHnPvk0gIo9CCjD {
  border-color: rgba(249, 115, 22, 0.45);
  color: #fdba74;
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.15);
}

.k6CgdnTLUWM8ZrkidFLD {
  border-color: rgba(59, 130, 246, 0.25);
  background: rgba(30, 58, 138, 0.22);
}

.XnHWaPpl2oH_wBdGi2aS {
  margin: 20px 0 4px;
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
  color: #94a3b8;
}

.HgeNSNw1jfwU21vTiOrz {
  padding: 14px 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: flex-end;
}

.P2Oto3BTewO7GNUXC00B {
  min-width: 140px;
  padding: 12px 20px;
  border-radius: 12px;
  border: none;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  color: #1e2937;
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  box-shadow: 0 4px 14px rgba(255, 140, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.P2Oto3BTewO7GNUXC00B:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 140, 0, 0.45);
}

.NVe7AjwgH0ya3JpXGCkT {
  margin: 0 0 1rem;
  opacity: 0.85;
  font-size: 0.92rem;
  line-height: 1.45;
}

.uF0MMtdGyNAsxXjaMebo {
  margin-bottom: 1.25rem;
}

.drAtQRad4s8P9RMawjbC {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}

.yuCp4jlo4k0gEiif8RO5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 0.75rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bPmKMt04wnQpAv35dInD {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.eaSJB0_jfkoDHhHyoLFh {
  display: flex;
  width: 100%;
  max-width: 64px;
  aspect-ratio: 3 / 4;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  background: #f4efe4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.25);
}

.eaSJB0_jfkoDHhHyoLFh img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.wfXpaNAYd6orRk4oJO9p {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Mahjong/components/Cell/style.module.css ***!
  \***************************************************************************************************************************************************/
@keyframes Hc4EEWsLgsHMjJxf7FQw {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(4) rotate(15deg);
    opacity: 0;
  }
}

.vP1wUN0gvQDsgr9TDlu4 {
  display: flex;
  width: 100%;
  aspect-ratio: 3 / 4;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  border: 1px solid rgb(255 255 255 / 0.18);
  padding: 0;
  background: transparent;
  will-change: transform;
  transition: transform 100ms linear, box-shadow 100ms linear, background-color 100ms linear;
}

.YruUEEYbfCoxURcsKmKq {
  width: 86%;
  height: 86%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.Ku2HJxsXxy42Sql98Hcq {
  background: #0f2744;
  box-shadow:
    inset 0 1px 0 #2a4a73,
    0 1px 2px rgb(0 0 0 / 0.35);
}

.xZO6VXP9W9gNdCJhWPEW {
  background: #f4efe4;
  box-shadow:
    inset 0 1px 0 #fff,
    0 1px 2px rgb(0 0 0 / 0.35);
}

.vP1wUN0gvQDsgr9TDlu4:hover:not(.OiOTe4V9Jdg_L4HfwSUI) {
  transform: scale(1.06);
}

.vP1wUN0gvQDsgr9TDlu4:active:not(.OiOTe4V9Jdg_L4HfwSUI) {
  transform: scale(0.96);
}

.vP1wUN0gvQDsgr9TDlu4.PvJ0kiQSBL86NZml7P_q {
  background: #dcfce7;
  border-color: #22c55e;
  box-shadow:
    inset 0 1px 0 #fff,
    0 8px 18px rgb(34 197 94 / 0.35);
}

.vP1wUN0gvQDsgr9TDlu4.OiOTe4V9Jdg_L4HfwSUI {
  pointer-events: none;
  animation: Hc4EEWsLgsHMjJxf7FQw 0.5s ease-in-out both;
}
/*!****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Mahjong/components/Board/style.module.css ***!
  \****************************************************************************************************************************************************/
.ajpHzH9OJBs_ZiSXZrro {
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  gap: 6px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 640px) {
  .ajpHzH9OJBs_ZiSXZrro {
    gap: 8px;
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Mahjong/components/Heading/style.module.css ***!
  \******************************************************************************************************************************************************/
@keyframes PVqspXGFSUvkC15gIaPN {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes dUUjZHhlKslsNVTRCBVg {
  0% {
    background-color: #fb923c;
    border-color: #fdba74;
    color: #111;
  }
  100% {
    background-color: rgb(0 0 0 / 0.7);
    border-color: #c2410c;
    color: #fff;
  }
}

._YkdZuNsH5Iz5EMreLag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 20px;
  gap: 12px;
  position: relative;
}

.ekhQZqkeI9sA_LqxQqCZ {
  background-image: linear-gradient(to right, #ef501b, #fb923c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

.xFjtTmbCKBkPRtob9NiE {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.kGr1yFXjEhkQcru1Ehlf {
  display: flex;
  height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 2px solid #c2410c;
  background-color: rgb(0 0 0 / 0.7);
  padding: 3px;
  color: #fff;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, filter, opacity, background-color;
  animation: PVqspXGFSUvkC15gIaPN 0.5s ease-in-out;
}

.kGr1yFXjEhkQcru1Ehlf:hover:not(:disabled) {
  background-color: #9a3412;
  border-color: #ea580c;
}

.kGr1yFXjEhkQcru1Ehlf:active:not(:disabled) {
  transform: scale(0.92);
  animation: dUUjZHhlKslsNVTRCBVg 0.35s ease-out;
}

.mxrmZKjnW40LFLJH0TSx {
  width: 1.25rem;
  height: 1.25rem;
}

.zWXkvlW1gpZ1BanSDMIg {
  display: none;
}

@media (min-width: 640px) {
  .zWXkvlW1gpZ1BanSDMIg {
    display: inline;
  }
}

.kGr1yFXjEhkQcru1Ehlf:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  animation: none;
  transform: none;
}

.mDK_C0p3tasci1bLbMqv {
  margin-left: 0;
  color: #86efac;
  font-weight: 700;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Mahjong/components/Winner/style.module.css ***!
  \*****************************************************************************************************************************************************/
@keyframes SZO7oUKWjUMfPI7sg8G_ {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes RjLfrXHvQxkKQx6fRTUm {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes U4O5Esyg8ZMdez0kbYYS {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.V0h5K_iBHTYRNyp5Sz9P {
  display: flex;
  min-height: 80vh;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 2.25rem; /* text-4xl */
  line-height: 2.5rem;
  color: #fff;
}

.g0pLlPYMM_74H_7AGZc8 {
  position: relative;
  top: 1.25rem; /* top-5 */
  font-size: 120px;
  font-style: normal;
  will-change: transform, filter;
  animation: SZO7oUKWjUMfPI7sg8G_ 0.35s ease-in-out both;
}

.R0Ii2YOmYMUG9OBbjFvE {
  font-size: 1.5rem; /* text-2xl */
  line-height: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em; /* tracking-widest */
  text-shadow:
    0 0 10px rgb(0 0 0 / 1),
    0 5px 5px rgb(0 0 0 / 1);
  will-change: transform;
  animation: RjLfrXHvQxkKQx6fRTUm 0.35s ease-in-out 0.1s both;
}

.LnlJkoWDSs4A2DGw8ja7 {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 4.5rem; /* text-7xl */
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em; /* tracking-tighter */
  color: transparent;
  background-image: linear-gradient(
    to right,
    hsl(var(--primary, 276 100% 72%)),
    #fb923c /* orange-400 */
  );
  background-clip: text;
  -webkit-background-clip: text;
  will-change: transform;
  animation: U4O5Esyg8ZMdez0kbYYS 0.35s ease-in-out 0.1s both;
}

.Q5VPgPjc_Uoge5uTlz8v {
  align-self: center;
  border-radius: 0.375rem; /* rounded-md */
  border: 1px solid #c084fc; /* border-purple-400 */
  background-color: rgb(0 0 0 / 0.1);
  padding: 0 0.5rem;
  font-size: 1.5rem; /* text-2xl, overrides .btn text-sm */
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em; /* tracking-tight */
  color: transparent;
  background-image: linear-gradient(
    to right,
    hsl(var(--primary, 276 100% 72%)),
    hsl(var(--secondary, 298 100% 76%))
  );
  background-clip: text;
  -webkit-background-clip: text;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1); /* shadow-md */
  backdrop-filter: blur(8px);
  cursor: pointer;
  will-change: transform;
  animation: RjLfrXHvQxkKQx6fRTUm 0.35s ease-in-out 0.3s both;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/Mahjong/components/Layout/style.module.css ***!
  \*****************************************************************************************************************************************************/
.kipzFY110tUCVgc6EuZG {
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

._qnNuO9Hh4Do8ZWjhdeQ {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px;
  width: 100%;
  flex: 1;
}

.Z5O7u46z640ZYGKEDHXF {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  max-width: 700px;
  margin: 0 auto;
}

.S43__fGtARYlaW0Wq6lu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.q8qEOR0tpFccjbrazSM1 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.nk8FrrXL09UeDyWmDFFi {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 18px;
  text-align: center;
  min-width: 85px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nk8FrrXL09UeDyWmDFFi:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.nk8FrrXL09UeDyWmDFFi span {
  font-size: 0.7rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}

.nk8FrrXL09UeDyWmDFFi div {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
  line-height: 1;
}

.s7PkNCM4Q44X7Ny75v2n {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.K6cTfQRGpk00uSwfGxs9 {
  width: 100%;
  max-width: 560px;
  min-height: 360px;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  background: #0b1220;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 28px;
}

.JGLSwEcFx7s_6SJwjYK0 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.PA5xNpefKU7_nAd83agp {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.KLoXFB0Y4Ikm_Z_PMjhe {
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  color: #1e2937;
  border: none;
  border-radius: 14px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  min-width: 120px;
}

.KLoXFB0Y4Ikm_Z_PMjhe:hover {
  background: linear-gradient(145deg, #ffaa33, #ff9500);
  transform: translateY(-3px);
}

.KLoXFB0Y4Ikm_Z_PMjhe:active {
  transform: translateY(1px);
}

.KLoXFB0Y4Ikm_Z_PMjhe:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.LP9nptnC73YX5xe_UOCo {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Mj7WhkhTNUCDxanWcVdV {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px;
  text-align: center;
  color: #e2e8f0;
}

.Mj7WhkhTNUCDxanWcVdV h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 24px;
}

.Mj7WhkhTNUCDxanWcVdV p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 380px;
}

.ohgFVRDzr8k3sps8I6Zk {
  color: #fff;
  font-weight: 600;
}

.uAMEBWQlNQ4iSuZ6JUfX {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
}

.A0KlkmosgsvOYS4tEBPq {
  position: absolute;
  top: -20px;
  animation: aqK3rsWRsHUAiHqZ5pRX 3.5s linear forwards;
}

@keyframes aqK3rsWRsHUAiHqZ5pRX {
  to {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

@keyframes ZtdjeWJJLDwhBYZTBCtw {
  0% {
    transform: scale(1);
    filter: blur(1px);
  }
  60% {
    filter: blur(4px);
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.animation-shake {
  will-change: transform, filter;
  animation: ZtdjeWJJLDwhBYZTBCtw 0.2s 1 0.1s;
}

@media (max-width: 640px) {
  ._qnNuO9Hh4Do8ZWjhdeQ {
    padding: 16px 12px;
  }

  .Z5O7u46z640ZYGKEDHXF {
    padding: 20px 16px;
    max-width: 100%;
    border-radius: 16px;
  }

  .K6cTfQRGpk00uSwfGxs9 {
    max-width: 100%;
    min-height: 300px;
  }

  .nk8FrrXL09UeDyWmDFFi {
    min-width: 68px;
    padding: 8px 10px;
  }

  .nk8FrrXL09UeDyWmDFFi div {
    font-size: 1.25rem;
  }

  .KLoXFB0Y4Ikm_Z_PMjhe {
    padding: 10px 16px;
    font-size: 0.85rem;
    min-width: 100px;
  }
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/MahjongII/components/GameHeader/style.module.css ***!
  \***********************************************************************************************************************************************************/
.oWSi019OeBUoPf0AEFMk {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.u_LizlRc_QVfp5qAFvJO {
  background: rgba(15, 23, 42, 0.65);     /* Dark glass */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px 32px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 520px;
}

.GOJ3twhNN8giwuymJA0r {
  text-align: center;
}

.QmC8F3CExJQ3J9u0lvA_ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}

.lIh0mkpsFAs2arGZ9US1 {
  font-size: 32px;
}

.maZtDPtKvPUUGIROnSDJ {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

._AgSZvLRZ0EnxJd33mZC {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}

.dmcLR5RiZHcLOvHgs480 {
  margin-top: 12px;
  font-size: 18px;
  color: #ffaa33; 
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.dmcLR5RiZHcLOvHgs480:hover {
  color: rgb(241, 101, 31);          /* brighter orange on hover */
  text-decoration: underline;
}
/*!***************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/MahjongII/components/PayoutAndRules/style.module.css ***!
  \***************************************************************************************************************************************************************/
.hXjJtPCTbIQG7iIHE_NO {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.arQfKjlNEAQOy5x_ntwo {
  width: min(720px, 100%);
  max-height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    165deg,
    rgba(15, 23, 42, 0.97) 0%,
    rgba(7, 12, 24, 0.98) 100%
  );
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  overflow: hidden;
}

.jwM8IsueSInsuY0T_gFU {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gFFNFmC0AHwiEWNnG2Ni {
  margin: 0 0 4px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f97316;
}

.ZOfwPGiYo7yK1g6rKYsL {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.c4WUQj6Ns8PP0vu5gbEc {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.4;
}

.dMY4qlIOowB1FZgc0IAG {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.8);
  color: #cbd5e1;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.dMY4qlIOowB1FZgc0IAG:hover {
  border-color: rgba(249, 115, 22, 0.5);
  color: #fff;
}

.hWX0b03DynYzmKe2Q6EC {
  padding: 8px 24px 20px;
  overflow-y: auto;
  flex: 1;
}

.edQrVNHtJ80I3j2Q8A7h {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(30, 41, 59, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.uiiIZvilBm8oDnc_zHTP {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fbbf24;
}

.Axkf1xL1sp45pCS1yCkO {
  margin: 0;
  padding-left: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #cbd5e1;
}

.Axkf1xL1sp45pCS1yCkO strong {
  color: #fff;
}

.Sp1Ejw4EVcQkdhv7Qcap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 640px) {
  .Sp1Ejw4EVcQkdhv7Qcap {
    grid-template-columns: 1fr;
  }
}

.VLrg6ZpRA2E2JJ2xrQp7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.U96OlaqgC4XRA80_6zvP {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

.EiETwqloi8I9_lwrHbXl {
  border-color: rgba(249, 115, 22, 0.45);
  color: #fdba74;
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.15);
}

.NsJFy_Tq5lcu5747tAQT {
  border-color: rgba(59, 130, 246, 0.25);
  background: rgba(30, 58, 138, 0.22);
}

.zlvWuK5JtLU3JnckzHSC {
  margin: 20px 0 4px;
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
  color: #94a3b8;
}

.eA_oI2yXaCMJuaCDElMi {
  padding: 14px 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: flex-end;
}

.jyzHzwfcrAcDNTN27U0O {
  min-width: 140px;
  padding: 12px 20px;
  border-radius: 12px;
  border: none;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  color: #1e2937;
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  box-shadow: 0 4px 14px rgba(255, 140, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.jyzHzwfcrAcDNTN27U0O:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 140, 0, 0.45);
}

.BstyfsdE5XcRiD5Z41yZ {
  margin: 0 0 1rem;
  opacity: 0.85;
  font-size: 0.92rem;
  line-height: 1.45;
}

.dICcecBBwEsNFlJ28q5w {
  margin-bottom: 1.25rem;
}

.liQsTo2nCqYPSigVEuk6 {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}

.ALu5RXavEcCTNTvDxkSP {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 0.75rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.Bm1iiGJdgR4EAqTgCj0r {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.wMSIHOmQi9kPqjJFcJE2 {
  display: flex;
  width: 100%;
  max-width: 64px;
  aspect-ratio: 3 / 4;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  background: #f4efe4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.25);
}

.wMSIHOmQi9kPqjJFcJE2 img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.gZpaHlGvICscvbnki26W {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/MahjongII/components/Cell/style.module.css ***!
  \*****************************************************************************************************************************************************/
@keyframes tSwb_2R9Dw10q5qXRaCe {
  0% {
    transform: translate(var(--lift-x, 0px), var(--lift-y, 0px)) scale(1);
  }
  10% {
    transform: translate(var(--lift-x, 0px), var(--lift-y, 0px)) scale(0.8);
  }
  100% {
    transform: translate(var(--lift-x, 0px), var(--lift-y, 0px)) scale(4) rotate(15deg);
    opacity: 0;
  }
}

.CYuZjisYyyEFSCLW9eoX {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  border: 1px solid rgb(30 30 30 / 0.35);
  padding: 0;
  background: #f4efe4;
  box-shadow:
    4px 5px 0 #111,
    inset 0 1px 0 #fff;
  transform: translate(var(--lift-x, 0px), var(--lift-y, 0px));
  will-change: transform;
  transition: filter 120ms linear, box-shadow 120ms linear;
}

.MrirIfMeL_0oPTDl5m9r {
  width: 86%;
  height: 86%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.razCNWOI8owJwiO0Z2Ac {
  background: #f4efe4;
}

.CYuZjisYyyEFSCLW9eoX:hover:not(.TyzZUBRfRZsOcpcvb6fJ):not(.BQPGH495HE8Gxq1FnnKt) {
  transform: translate(var(--lift-x, 0px), var(--lift-y, 0px)) scale(1.05);
}

.CYuZjisYyyEFSCLW9eoX:active:not(.TyzZUBRfRZsOcpcvb6fJ):not(.BQPGH495HE8Gxq1FnnKt) {
  transform: translate(var(--lift-x, 0px), var(--lift-y, 0px)) scale(0.97);
}

.CYuZjisYyyEFSCLW9eoX.NBBIfMPO8o43TlP5VVqk {
  background: #dcfce7;
  border-color: #22c55e;
  box-shadow:
    4px 5px 0 #14532d,
    inset 0 1px 0 #fff,
    0 8px 18px rgb(34 197 94 / 0.35);
}

.BQPGH495HE8Gxq1FnnKt {
  cursor: default;
  filter: brightness(0.72) saturate(0.85);
}

.BQPGH495HE8Gxq1FnnKt:hover {
  transform: translate(var(--lift-x, 0px), var(--lift-y, 0px));
}

.TyzZUBRfRZsOcpcvb6fJ {
  pointer-events: none;
  animation: tSwb_2R9Dw10q5qXRaCe 0.5s ease-in-out both;
}
/*!******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/MahjongII/components/Board/style.module.css ***!
  \******************************************************************************************************************************************************/
.OWImC6DKxFYnTGMoD3di {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 640px) {
  .OWImC6DKxFYnTGMoD3di {
    gap: 8px;
  }
}
/*!********************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/MahjongII/components/Heading/style.module.css ***!
  \********************************************************************************************************************************************************/
@keyframes d8IXMMFKXbgPTo4OZbrI {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes eOiZVkEDxAQNQY10mypE {
  0% {
    background-color: #fb923c;
    border-color: #fdba74;
    color: #111;
  }
  100% {
    background-color: rgb(0 0 0 / 0.7);
    border-color: #c2410c;
    color: #fff;
  }
}

.bqFeLxymjHIaMElfOLPJ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 20px;
  gap: 12px;
  position: relative;
}

.exhNC4dHMx8wgZ1fHQdQ {
  background-image: linear-gradient(to right, #ef501b, #fb923c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

.t0WcM8R1WAJrzTe3qGMs {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.dvwWs0G6d6Qg95N6Jhpk {
  display: flex;
  height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 2px solid #c2410c;
  background-color: rgb(0 0 0 / 0.7);
  padding: 3px;
  color: #fff;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, filter, opacity, background-color;
  animation: d8IXMMFKXbgPTo4OZbrI 0.5s ease-in-out;
}

.dvwWs0G6d6Qg95N6Jhpk:hover:not(:disabled) {
  background-color: #9a3412;
  border-color: #ea580c;
}

.dvwWs0G6d6Qg95N6Jhpk:active:not(:disabled) {
  transform: scale(0.92);
  animation: eOiZVkEDxAQNQY10mypE 0.35s ease-out;
}

.nue8wt6YopoUw5F10F2K {
  width: 1.25rem;
  height: 1.25rem;
}

.R3l7FJkrBZgqCBxd_Dzz {
  display: none;
}

@media (min-width: 640px) {
  .R3l7FJkrBZgqCBxd_Dzz {
    display: inline;
  }
}

.dvwWs0G6d6Qg95N6Jhpk:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  animation: none;
  transform: none;
}

.t01EA5MXhwzV45nK0MQU {
  margin-left: 0;
  color: #86efac;
  font-weight: 700;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/MahjongII/components/Winner/style.module.css ***!
  \*******************************************************************************************************************************************************/
@keyframes IbMhzJqr10CZjVQSKBlS {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes qcFntOw4QpcopIypaEjv {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ZSsrWBZfJvkaRkxNuzY9 {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.XxrRyy6ndwcADba1QVQj {
  display: flex;
  min-height: 80vh;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 2.25rem; /* text-4xl */
  line-height: 2.5rem;
  color: #fff;
}

.IXlUxKbTp4FrlAAcKmxD {
  position: relative;
  top: 1.25rem; /* top-5 */
  font-size: 120px;
  font-style: normal;
  will-change: transform, filter;
  animation: IbMhzJqr10CZjVQSKBlS 0.35s ease-in-out both;
}

.FYQvzFuHrEgLRmf5wOxn {
  font-size: 1.5rem; /* text-2xl */
  line-height: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em; /* tracking-widest */
  text-shadow:
    0 0 10px rgb(0 0 0 / 1),
    0 5px 5px rgb(0 0 0 / 1);
  will-change: transform;
  animation: qcFntOw4QpcopIypaEjv 0.35s ease-in-out 0.1s both;
}

.V8BkCWbALEMRnK3ZMWf8 {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 4.5rem; /* text-7xl */
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em; /* tracking-tighter */
  color: transparent;
  background-image: linear-gradient(
    to right,
    hsl(var(--primary, 276 100% 72%)),
    #fb923c /* orange-400 */
  );
  background-clip: text;
  -webkit-background-clip: text;
  will-change: transform;
  animation: ZSsrWBZfJvkaRkxNuzY9 0.35s ease-in-out 0.1s both;
}

.gvv4ZS1Pb8OkIoOPXBEV {
  align-self: center;
  border-radius: 0.375rem; /* rounded-md */
  border: 1px solid #c084fc; /* border-purple-400 */
  background-color: rgb(0 0 0 / 0.1);
  padding: 0 0.5rem;
  font-size: 1.5rem; /* text-2xl, overrides .btn text-sm */
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em; /* tracking-tight */
  color: transparent;
  background-image: linear-gradient(
    to right,
    hsl(var(--primary, 276 100% 72%)),
    hsl(var(--secondary, 298 100% 76%))
  );
  background-clip: text;
  -webkit-background-clip: text;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1); /* shadow-md */
  backdrop-filter: blur(8px);
  cursor: pointer;
  will-change: transform;
  animation: qcFntOw4QpcopIypaEjv 0.35s ease-in-out 0.3s both;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../page-geode/src/Gaming/MahjongII/components/Layout/style.module.css ***!
  \*******************************************************************************************************************************************************/
.P947OWBpzX0MtgoNRuNT {
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

.BqkzfVzHO34jcwZfJhJ1 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px;
  width: 100%;
  flex: 1;
}

.P90Qmr2aC0o8arVkLVBf {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  max-width: 700px;
  margin: 0 auto;
}

.ECySrBuzK3wozjSvFnlm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.FP8P4W_MOXIgOvACkDd6 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.Yo0hJbKT3rcZCBbHr6_6 {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 18px;
  text-align: center;
  min-width: 85px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Yo0hJbKT3rcZCBbHr6_6:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.Yo0hJbKT3rcZCBbHr6_6 span {
  font-size: 0.7rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}

.Yo0hJbKT3rcZCBbHr6_6 div {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
  line-height: 1;
}

.zlovrrM9X3wssr6_JOer {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.Ck9X2R9JufALb4OOvxU7 {
  width: 100%;
  max-width: 560px;
  min-height: 360px;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  background: #0b1220;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 28px;
}

.m1Bn8MZXegr0zQ5pHgCj {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.wFjri_z6rEGtSuMh1d_U {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.VBy8E5IDJWc479WqVLqi {
  background: linear-gradient(145deg, #ffa200, #ff8c00);
  color: #1e2937;
  border: none;
  border-radius: 14px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  min-width: 120px;
}

.VBy8E5IDJWc479WqVLqi:hover {
  background: linear-gradient(145deg, #ffaa33, #ff9500);
  transform: translateY(-3px);
}

.VBy8E5IDJWc479WqVLqi:active {
  transform: translateY(1px);
}

.VBy8E5IDJWc479WqVLqi:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.uCEAgMGC0k4gdQmjWGcs {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AEfn03P9BknM6ADVQ5Fg {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px;
  text-align: center;
  color: #e2e8f0;
}

.AEfn03P9BknM6ADVQ5Fg h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 24px;
}

.AEfn03P9BknM6ADVQ5Fg p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 380px;
}

.fo5yFQVxDk0cINxdOias {
  color: #fff;
  font-weight: 600;
}

.J0vF29JBxlw3wlSjf6BK {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
}

.unVkmDtteDIuNdQO3Qci {
  position: absolute;
  top: -20px;
  animation: L_pZDph7MJUbAxB7Wb3y 3.5s linear forwards;
}

@keyframes L_pZDph7MJUbAxB7Wb3y {
  to {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

@keyframes k9P9QH3jOULM0VtVSzgB {
  0% {
    transform: scale(1);
    filter: blur(1px);
  }
  60% {
    filter: blur(4px);
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.animation-shake {
  will-change: transform, filter;
  animation: k9P9QH3jOULM0VtVSzgB 0.2s 1 0.1s;
}

@media (max-width: 640px) {
  .BqkzfVzHO34jcwZfJhJ1 {
    padding: 16px 12px;
  }

  .P90Qmr2aC0o8arVkLVBf {
    padding: 20px 16px;
    max-width: 100%;
    border-radius: 16px;
  }

  .Ck9X2R9JufALb4OOvxU7 {
    max-width: 100%;
    min-height: 300px;
  }

  .Yo0hJbKT3rcZCBbHr6_6 {
    min-width: 68px;
    padding: 8px 10px;
  }

  .Yo0hJbKT3rcZCBbHr6_6 div {
    font-size: 1.25rem;
  }

  .VBy8E5IDJWc479WqVLqi {
    padding: 10px 16px;
    font-size: 0.85rem;
    min-width: 100px;
  }
}
