@charset "UTF-8";:root{--bg-obsidian: #0D0216;--plum-bright: #F472B6;--plum-primary: #E879F9;--plum-deep: #D946EF;--sky-cyan: #38BDF8;--font-heading: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;background-color:var(--bg-obsidian);color:#fff;font-family:var(--font-heading);-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{width:100%;height:100%;display:flex;flex-direction:column}.plum-ambient-mesh{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:min(740px,85vw);height:min(740px,85vw);border-radius:50%;background:radial-gradient(circle,rgba(232,121,249,.22) 0%,rgba(244,114,182,.12) 50%,transparent 75%);filter:blur(95px);pointer-events:none;z-index:0}.hero-clean-wrapper{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:3.5rem 1.5rem;text-align:center;opacity:0;animation:fadeIn 1s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{to{opacity:1}}.purple-gradient-span{background:linear-gradient(135deg,#fff1f2,#f472b6,#e879f9 70%,#d946ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 25px rgba(232,121,249,.55))}.radiant-coming-soon-badge{background:#e879f91f;border:1px solid rgba(244,114,182,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.65rem 1.8rem;border-radius:100px;display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 0 30px #e879f959,inset 0 1px #fff3}.radiant-coming-soon-text{background:linear-gradient(135deg,#fff,#fde8e8 40%,#f472b6 75%,#e879f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:var(--font-heading);font-weight:700;font-size:clamp(.9rem,2.2vw,1.25rem);letter-spacing:.2em;text-transform:uppercase;filter:drop-shadow(0 0 15px rgba(244,114,182,.6))}.pure-game-icon-btn{background:transparent;border:none;outline:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 18px rgba(232,121,249,.85));transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:pulseIcon 2.5s ease-in-out infinite alternate}@keyframes pulseIcon{0%{transform:scale(1);filter:drop-shadow(0 0 14px rgba(232,121,249,.6))}to{transform:scale(1.1);filter:drop-shadow(0 0 26px rgba(244,114,182,.95))}}.pure-game-icon-btn:hover{transform:scale(1.22);filter:drop-shadow(0 0 34px rgba(244,114,182,1))}.bubble-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0d0216e0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease forwards}.bubble-modal-content{position:relative;width:100%;max-width:490px;background:#1a082af2;border:1px solid rgba(244,114,182,.4);border-radius:24px;padding:1.6rem;box-shadow:0 30px 60px #000000d9,0 0 45px #e879f959;overflow:hidden}.bubble-modal-close{position:absolute;top:1rem;right:1rem;background:#2d0b4499;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.bubble-modal-close:hover{background:#411062cc;border-color:#f472b680}.modal-tab-selector{display:flex;gap:.5rem;background:#0f0419cc;padding:.35rem;border-radius:100px;border:1px solid rgba(255,255,255,.12);margin-bottom:1.25rem;max-width:340px}.modal-tab-btn{flex:1;background:transparent;border:none;padding:.5rem .95rem;border-radius:100px;font-family:var(--font-heading);font-size:.82rem;font-weight:700;color:#94a3b8;display:flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;transition:all .2s ease}.modal-tab-btn.active{background:linear-gradient(135deg,#f472b6,#e879f9);color:#fff;box-shadow:0 4px 15px #f472b666}.icon-btn-pill{background:#ffffff14!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:50%!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;padding:0!important;transition:all .2s ease!important;outline:none!important}.icon-btn-pill:hover{background:#e879f940!important;border-color:#f472b680!important}.laser-crosshair{position:absolute;transform:translate(-50%,-50%);pointer-events:none;z-index:20;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:transform .05s ease}.laser-crosshair.recoil{transform:translate(-50%,-50%) scale(1.35)}.reticle-ring{width:26px;height:26px;border:2px solid #F472B6;border-radius:50%;box-shadow:0 0 14px #f472b6,inset 0 0 8px #f472b680}.reticle-dot{position:absolute;width:6px;height:6px;background:#e879f9;border-radius:50%;box-shadow:0 0 10px #e879f9}.shooter-game-container{width:100%}.shooter-score-bar{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.combo-badge{font-family:var(--font-mono);font-size:.75rem;color:#f472b6;background:#f472b61f;padding:.2rem .55rem;border-radius:6px;border:1px solid rgba(244,114,182,.25);display:flex;align-items:center;gap:.3rem}.moving-conveyor-track{position:relative;background:#140620f2;border:2px solid rgba(232,121,249,.4);border-radius:16px;height:165px;width:100%;overflow:hidden;box-shadow:inset 0 0 25px #000c,0 0 20px #e879f933}.conveyor-rail{position:absolute;bottom:0;left:0;width:100%;height:16px;background:linear-gradient(90deg,#f472b6,#e879f9,#d946ef);box-shadow:0 0 15px #f472b6b3}.bottle-target{position:absolute;width:36px;height:80px;cursor:crosshair;transition:transform .1s ease}.bottle-target:hover:not(.broken){transform:scale(1.12)}.glass-bottle{position:relative;width:36px;height:80px;display:flex;flex-direction:column;align-items:center}.bottle-cap{width:10px;height:6px;background:#e2e8f0;border-radius:2px 2px 0 0}.bottle-neck{width:14px;height:22px;border-radius:2px 2px 0 0}.bottle-body{width:36px;height:52px;border-radius:8px 8px 10px 10px;position:relative;overflow:hidden}.bottle-standard .bottle-neck,.bottle-standard .bottle-body{background:radial-gradient(circle at 35% 35%,#f472b6,#d946ef 70%,#86198f);border:1px solid rgba(255,255,255,.5);box-shadow:0 0 18px #f472b6cc,inset 0 2px 6px #ffffffb3}.bottle-gold .bottle-neck,.bottle-gold .bottle-body{background:radial-gradient(circle at 35% 35%,#fbbf24,#d97706 70%,#b45309);border:1px solid rgba(255,255,255,.6);box-shadow:0 0 25px #f59e0be6,inset 0 2px 6px #fffc}.bottle-shine{position:absolute;top:10%;left:15%;width:25%;height:70%;background:#ffffff8c;border-radius:4px}.bottle-shards{position:relative;width:100%;height:40px;display:flex;align-items:center;justify-content:center}.shard{position:absolute;background:#f472b6;box-shadow:0 0 10px #f472b6;border-radius:2px;animation:shardFly .35s ease-out forwards}.shard-1{width:12px;height:12px;clip-path:polygon(50% 0%,0% 100%,100% 100%);transform:translate(-15px,-18px) rotate(-45deg)}.shard-2{width:14px;height:10px;clip-path:polygon(0% 0%,100% 50%,0% 100%);transform:translate(15px,-20px) rotate(45deg)}.shard-3{width:10px;height:14px;clip-path:polygon(50% 0%,100% 50%,0% 50%);transform:translateY(5px) rotate(15deg)}@keyframes shardFly{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.6) translateY(25px)}}.bubble-grid-modal{display:grid;grid-template-columns:repeat(6,1fr);gap:.65rem;margin:1.25rem 0;justify-items:center}.bubble-item{position:relative;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;outline:none;transition:transform .15s cubic-bezier(.175,.885,.32,1.275)}.bubble-item.unpopped{background:radial-gradient(circle at 35% 35%,#f472b6,#e879f9 60%,#9333ea);box-shadow:0 4px 15px #f472b673,inset 0 2px 4px #ffffff80}.bubble-item.unpopped:hover{transform:scale(1.08);box-shadow:0 6px 20px #f472b699,inset 0 2px 6px #ffffffb3}.bubble-item.popped{background:#1e083099;box-shadow:inset 0 3px 8px #000000d9;border:1px solid rgba(244,114,182,.15);transform:scale(.92);animation:popBounce .25s cubic-bezier(.175,.885,.32,1.275)}@keyframes popBounce{0%{transform:scale(1.15)}50%{transform:scale(.85)}to{transform:scale(.92)}}.bubble-shine{position:absolute;top:15%;left:20%;width:30%;height:25%;border-radius:50%;background:#ffffff73;pointer-events:none}.bubble-item.popped .bubble-shine{opacity:.15}@media (max-width: 640px){.hero-clean-wrapper{padding:2rem 1.25rem}.radiant-coming-soon-badge{padding:.55rem 1.4rem;gap:.5rem}.bubble-grid-modal{grid-template-columns:repeat(5,1fr);gap:.45rem}.bubble-item{width:38px;height:38px}}
