.BubbleGame-module__u2USvW__authContainer{background-color:#f0f2f5;justify-content:center;align-items:center;min-height:100dvh;padding:20px;display:flex}.BubbleGame-module__u2USvW__authCard{background:#fff;border-radius:32px;width:100%;max-width:400px;padding:40px;box-shadow:0 20px 50px #0000000d}.BubbleGame-module__u2USvW__authInput{background:#f8fafc;border:2px solid #f1f5f9;border-radius:12px;outline:none;width:100%;margin-top:8px;margin-bottom:20px;padding:14px 20px;transition:border-color .2s}.BubbleGame-module__u2USvW__authInput:focus{border-color:#3b82f6}.BubbleGame-module__u2USvW__authButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:12px;width:100%;padding:16px;font-weight:800;transition:transform .1s}.BubbleGame-module__u2USvW__authButton:active{transform:scale(.98)}.BubbleGame-module__u2USvW__toggleText{color:#64748b;cursor:pointer;text-align:center;margin-top:20px;font-size:.85rem}.BubbleGame-module__u2USvW__toggleText span{color:#3b82f6;font-weight:700}.BubbleGame-module__u2USvW__menuContainer{background-color:#f0f2f5;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:16px;display:flex}.BubbleGame-module__u2USvW__menuHeader{text-align:center;margin-bottom:40px}.BubbleGame-module__u2USvW__menuHeader h1{letter-spacing:-2px;text-transform:uppercase;margin:0;font-size:3rem;font-style:italic;font-weight:900}.BubbleGame-module__u2USvW__brandBrain{color:#1e293b}.BubbleGame-module__u2USvW__brandBuffer{color:#3b82f6}.BubbleGame-module__u2USvW__cardWrapper{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;max-width:650px;display:flex}.BubbleGame-module__u2USvW__menuCard{text-align:left;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:20px;flex:1;min-width:260px;max-width:300px;padding:20px;transition:all .2s;box-shadow:0 4px 15px #0000000d}.BubbleGame-module__u2USvW__menuCard:hover{border-color:#3b82f6;transform:translateY(-3px)}.BubbleGame-module__u2USvW__menuCard h2{color:#1e293b;margin:12px 0 4px;font-size:1.1rem;font-weight:800}.BubbleGame-module__u2USvW__menuCard p{color:#64748b;font-size:.8rem;line-height:1.4}.BubbleGame-module__u2USvW__onlineCard{background:#3b82f6}.BubbleGame-module__u2USvW__onlineCard h2,.BubbleGame-module__u2USvW__onlineCard p{color:#fff}.BubbleGame-module__u2USvW__iconBox{background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.BubbleGame-module__u2USvW__onlineCard .BubbleGame-module__u2USvW__iconBox{background:#fff3}.BubbleGame-module__u2USvW__container{z-index:1;background-color:#f0f2f5;width:100%;height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.BubbleGame-module__u2USvW__particleBackground{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.BubbleGame-module__u2USvW__particle{background-color:#32343526;border-radius:50%;width:6px;height:6px;animation:15s linear infinite BubbleGame-module__u2USvW__float;position:absolute}@keyframes BubbleGame-module__u2USvW__float{0%{opacity:0;transform:translateY(100vh)scale(.8)}20%{opacity:.5}to{opacity:0;transform:translateY(-20vh)scale(1.2)}}.BubbleGame-module__u2USvW__header{box-sizing:border-box;z-index:20;pointer-events:none;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:80px;padding:10px 16px;display:grid;position:absolute;top:0;left:0}.BubbleGame-module__u2USvW__header>div:first-child{pointer-events:auto;flex-direction:column;justify-self:start;align-items:flex-start;gap:4px;display:flex}.BubbleGame-module__u2USvW__statBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f59e0b;pointer-events:auto;white-space:nowrap;background-color:#ffffffe6;border-radius:16px;align-items:center;gap:6px;padding:6px 12px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #0000000d}.BubbleGame-module__u2USvW__currencyIcon{font-size:1.1rem}.BubbleGame-module__u2USvW__timerWrapper{pointer-events:auto;justify-self:center}.BubbleGame-module__u2USvW__roundTimer{color:#374151;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;font-variant-numeric:tabular-nums;background-color:#ffffffe6;border-radius:12px;justify-content:center;align-items:center;min-width:70px;padding:6px 16px;font-family:Courier New,Courier,monospace;font-size:1.4rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 15px #0000000d}.BubbleGame-module__u2USvW__timerWarning{color:#dc2626;background-color:#fee2e2;animation:.8s infinite BubbleGame-module__u2USvW__heartbeat;box-shadow:0 0 0 2px #fecaca}.BubbleGame-module__u2USvW__hamburger{pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffffe6;border:none;border-radius:12px;flex-direction:column;justify-content:center;justify-self:end;align-items:center;gap:5px;width:44px;height:44px;transition:transform .1s;display:flex;box-shadow:0 4px 15px #0000000d}.BubbleGame-module__u2USvW__hamburger:active{transform:scale(.95)}.BubbleGame-module__u2USvW__bar{background:#374151;border-radius:2px;width:20px;height:3px}.BubbleGame-module__u2USvW__bubblesContainer{touch-action:none;padding-top:80px;position:absolute;inset:0}.BubbleGame-module__u2USvW__bubble{color:#fff;cursor:pointer;--base-transform:translate(-50%,-50%);width:65px;height:85px;transform:var(--base-transform);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:linear-gradient(135deg,#a9c4ca 0%,#8daab1 100%);border:none;border-radius:50%;justify-content:center;align-items:center;font-weight:800;transition:transform .1s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;box-shadow:0 10px 20px #00000026,inset 0 2px 4px #ffffff4d}.BubbleGame-module__u2USvW__bubble:active{transform:var(--base-transform)scale(.95);filter:brightness(.9)}.BubbleGame-module__u2USvW__bubble.BubbleGame-module__u2USvW__clicked{transform:var(--base-transform)scale(.9);opacity:.5;box-shadow:none;background:#cbd5e1}.BubbleGame-module__u2USvW__bubble.BubbleGame-module__u2USvW__correct{transform:var(--base-transform)scale(1.1);z-index:5;background:#4ade80!important}.BubbleGame-module__u2USvW__bubble.BubbleGame-module__u2USvW__error{animation:.4s cubic-bezier(.36,.07,.19,.97) both BubbleGame-module__u2USvW__shake;background:#ef4444!important}.BubbleGame-module__u2USvW__bubble.BubbleGame-module__u2USvW__theme-neon{background:linear-gradient(135deg,#f472b6 0%,#db2777 100%)}.BubbleGame-module__u2USvW__bubble.BubbleGame-module__u2USvW__theme-gold{background:linear-gradient(135deg,#fbbf24 0%,#d97706 100%)}.BubbleGame-module__u2USvW__number{text-shadow:0 1px 2px #0000001a;pointer-events:none;font-size:1.8rem;font-weight:800}.BubbleGame-module__u2USvW__checkmark{color:#fff;background:#16a34a;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;animation:.2s cubic-bezier(.175,.885,.32,1.275) BubbleGame-module__u2USvW__popIn;display:flex;position:absolute;top:-5px;right:-5px}.BubbleGame-module__u2USvW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#00000080;justify-content:center;align-items:center;animation:.2s BubbleGame-module__u2USvW__fadeIn;display:flex;position:fixed;inset:0}.BubbleGame-module__u2USvW__modalContent{text-align:center;background:#fff;border-radius:24px;width:90%;max-width:320px;padding:24px;animation:.3s cubic-bezier(.175,.885,.32,1.275) BubbleGame-module__u2USvW__slideUp;box-shadow:0 20px 40px #0003}.BubbleGame-module__u2USvW__modalContent h2{color:#1f2937;margin:0 0 20px;font-size:1.5rem;font-weight:800}.BubbleGame-module__u2USvW__settingRow{color:#4b5563;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:12px 0;font-weight:600;display:flex}.BubbleGame-module__u2USvW__toggleBtn{color:#6b7280;cursor:pointer;background:#e5e7eb;border:none;border-radius:20px;padding:6px 12px;font-weight:700;transition:all .2s}.BubbleGame-module__u2USvW__toggleBtn.BubbleGame-module__u2USvW__active{color:#2563eb;background:#dbeafe}.BubbleGame-module__u2USvW__menuActions{flex-direction:column;gap:10px;margin-top:20px;display:flex}.BubbleGame-module__u2USvW__primaryBtn,.BubbleGame-module__u2USvW__secondaryBtn,.BubbleGame-module__u2USvW__dangerBtn{cursor:pointer;border:none;border-radius:12px;width:100%;padding:12px;font-size:1rem;font-weight:700}.BubbleGame-module__u2USvW__primaryBtn{color:#fff;background:#3b82f6}.BubbleGame-module__u2USvW__secondaryBtn{color:#374151;background:#f3f4f6}.BubbleGame-module__u2USvW__dangerBtn{color:#ef4444;background:#fee2e2}.BubbleGame-module__u2USvW__shopGrid{grid-template-columns:1fr 1fr;gap:10px;margin-top:15px;display:grid}.BubbleGame-module__u2USvW__shopItem{cursor:pointer;color:#374151;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:10px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.BubbleGame-module__u2USvW__shopItem.BubbleGame-module__u2USvW__active{background:#eff6ff;border-color:#3b82f6}.BubbleGame-module__u2USvW__shopItem.BubbleGame-module__u2USvW__locked{opacity:.5;filter:grayscale();pointer-events:none}.BubbleGame-module__u2USvW__colorPreview{border:1px solid #0000001a;border-radius:50%;width:30px;height:30px}.BubbleGame-module__u2USvW__tutorialOverlay{color:#fff;z-index:200;text-align:center;background:#000c;flex-direction:column;justify-content:center;align-items:center;padding:30px;animation:.3s BubbleGame-module__u2USvW__fadeIn;display:flex;position:fixed;inset:0}.BubbleGame-module__u2USvW__tutorialCard{color:#333;background:#fff;border-radius:20px;max-width:320px;padding:30px;box-shadow:0 20px 50px #00000080}.BubbleGame-module__u2USvW__tutorialStep{color:#4b5563;margin-bottom:15px;font-size:1.1rem;line-height:1.5}.BubbleGame-module__u2USvW__tutorialBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:30px;margin-top:10px;padding:12px 30px;font-size:1.1rem;font-weight:700}.BubbleGame-module__u2USvW__startScreen,.BubbleGame-module__u2USvW__gameOverScreen{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;background:#fffc;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.BubbleGame-module__u2USvW__startScreen h1,.BubbleGame-module__u2USvW__gameOverScreen h2{color:#1e293b;text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:900}.BubbleGame-module__u2USvW__startScreen button,.BubbleGame-module__u2USvW__gameOverScreen button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:50px;padding:16px 40px;font-size:1.2rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 20px #4f46e54d}.BubbleGame-module__u2USvW__startScreen button:active,.BubbleGame-module__u2USvW__gameOverScreen button:active{transform:translateY(1px)}.BubbleGame-module__u2USvW__roundTransition{z-index:100;background:#fffffff2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.BubbleGame-module__u2USvW__roundTransition h2{color:#64748b;letter-spacing:2px;text-transform:uppercase;font-size:2rem}.BubbleGame-module__u2USvW__countdown{color:#3b82f6;margin:20px 0;font-size:8rem;font-weight:900}.BubbleGame-module__u2USvW__perfectRoundCelebration{color:#fff;z-index:200;background:linear-gradient(135deg,#fbbf24 0%,#d97706 100%);border-radius:50px;padding:12px 30px;font-size:1.2rem;font-weight:800;animation:.4s cubic-bezier(.175,.885,.32,1.275) BubbleGame-module__u2USvW__slideDown;position:fixed;top:100px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #d977064d}@keyframes BubbleGame-module__u2USvW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BubbleGame-module__u2USvW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes BubbleGame-module__u2USvW__slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes BubbleGame-module__u2USvW__heartbeat{0%,30%,60%{transform:scale(1)}15%,45%{transform:scale(1.1)}}@keyframes BubbleGame-module__u2USvW__shake{0%,to{transform:translate(-50%)}25%{transform:translate(-55%,-50%)}75%{transform:translate(-45%,-50%)}}@keyframes BubbleGame-module__u2USvW__popIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width:600px){.BubbleGame-module__u2USvW__header{padding:10px 12px}.BubbleGame-module__u2USvW__statBadge{padding:6px 10px;font-size:.8rem}.BubbleGame-module__u2USvW__roundTimer{min-width:60px;padding:6px 12px;font-size:1.2rem}.BubbleGame-module__u2USvW__bubble{width:60px;height:60px}.BubbleGame-module__u2USvW__number{font-size:1.6rem}}
