*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden;overscroll-behavior:none}body{background:#050c18;color:#eef2fa;font-family:Instrument Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.game{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column}.hud{position:absolute;top:0;left:0;right:0;z-index:3;display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.1rem;padding-top:max(.8rem,env(safe-area-inset-top));pointer-events:none}.hud a,.hud button,.hud .chip-free,.hud .langtoggle{pointer-events:auto}.iconbtn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;font-family:inherit;font-size:.9rem;border:1px solid rgba(190,215,235,.3);border-radius:999px;background:none;color:#dce8f5eb;cursor:pointer;padding:.2rem .7rem;transition:color .13s,border-color .13s}.iconbtn:hover{color:#fff;border-color:#bed7eb99}.hud-right{display:inline-flex;align-items:center;gap:.55rem;pointer-events:none}.langtoggle{display:inline-flex;border:1px solid rgba(190,215,235,.3);border-radius:999px;overflow:hidden}.langtoggle button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;font-family:inherit;font-size:.68rem;font-weight:700;letter-spacing:.06em;border:none;background:none;color:#dce8f5eb;padding:.2rem .62rem;cursor:pointer;transition:background .13s,color .13s}.langtoggle button:hover{color:#fff}.langtoggle button.on{background:#cfe3f2;color:#0a1826}.muelle-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:650;color:#dce8f5eb;text-decoration:none}.muelle-link:hover{color:#fff}.muelle-mark{height:1.1rem;width:auto}.hud-stats{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;color:#eef2fa;font-variant-numeric:tabular-nums;text-shadow:0 1px 6px rgba(0,0,0,.6)}.hud-stats b{color:#ffecaa}.hud-best{font-size:.82rem;color:#d6e2f4e6}.hud-best b{color:#7de2b8}.hud-record{font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#04161a;background:linear-gradient(135deg,#ffe08a,#ffd24d);border-radius:999px;padding:.14rem .55rem;text-shadow:none;animation:recordpulse 1.4s ease-in-out infinite}@keyframes recordpulse{0%,to{transform:scale(1);box-shadow:0 0 #ffe08a80}50%{transform:scale(1.06);box-shadow:0 0 14px 2px #ffe08a99}}@media(prefers-reduced-motion:reduce){.hud-record{animation:none}}.chip-free{font-size:.58rem;font-weight:700;letter-spacing:.12em;color:#7de2b8;border:1px solid rgba(125,226,184,.5);border-radius:999px;padding:.16rem .6rem;background:#7de2b814}.hud-chain{font-size:.68rem;font-weight:800;letter-spacing:.04em;color:#04161a;background:linear-gradient(135deg,#7de2b8,#ffe08a);border-radius:999px;padding:.1rem .5rem;text-shadow:none}.stage{position:relative;flex:1;touch-action:pinch-zoom}.board{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.playhint{position:absolute;left:50%;bottom:max(1.6rem,calc(env(safe-area-inset-bottom) + .8rem));transform:translate(-50%);z-index:2;margin:0;max-width:min(92vw,30rem);text-align:center;font-size:.86rem;font-weight:600;color:#e6f0faf2;background:#060e1a8c;border:1px solid rgba(125,226,184,.35);border-radius:999px;padding:.5rem 1rem;pointer-events:none;text-shadow:0 1px 6px rgba(0,0,0,.6);animation:hintpulse 2.6s ease-in-out infinite}@keyframes hintpulse{0%,to{opacity:.72}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.playhint{animation:none}}.cancelzone{position:absolute;top:0;left:0;right:0;height:92px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;pointer-events:none;background:linear-gradient(180deg,#ff967824,#ff967800);border-bottom:1px dashed rgba(255,170,140,.35);transition:background .15s}.cancelzone.over{background:linear-gradient(180deg,#ff967857,#ff96780a);border-bottom-color:#ffaa8cb3}.cancelbtn{pointer-events:auto;min-width:40px;min-height:40px;cursor:pointer;font-size:1.1rem;line-height:1;font-family:inherit;color:#fff;background:#ff78646b;border:1px solid rgba(255,180,160,.7);border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.cancelbtn:hover{background:#ff786499}.cancellabel{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffd6ccf2;text-shadow:0 1px 5px rgba(0,0,0,.6)}@media(prefers-reduced-motion:reduce){.cancelzone{transition:none}}.restbtn{pointer-events:auto;font-family:inherit;font-size:.72rem;font-weight:700;letter-spacing:.06em;min-height:44px;min-width:44px;cursor:pointer;color:#dce8f5eb;background:#060e1a66;border:1px solid rgba(190,215,235,.3);border-radius:999px;padding:.2rem .8rem;transition:background .13s,color .13s}.restbtn:hover{color:#fff;border-color:#fff9}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;gap:.4rem;overflow-y:auto;background:radial-gradient(80% 60% at 50% 45%,#060e1a8c,#060e1ad9)}.overlay>:first-child{margin-top:auto}.overlay>:last-child{margin-bottom:auto}.overlay>*{flex-shrink:0}.boya-hero{position:relative;width:min(94vw,40rem);min-height:clamp(220px,42vh,360px);border-radius:22px;overflow:hidden;display:flex;isolation:isolate;border:1px solid rgba(150,220,220,.2);box-shadow:0 24px 60px #00000080,0 0 0 1px #7de2b80f inset}.boya-hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;z-index:0}.boya-hero-inner{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:clamp(1.5rem,4vw,2.6rem);text-align:center}.eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin:0;background:linear-gradient(120deg,#33c6dd,#8b5cf6 55%,#ff4d8f);-webkit-background-clip:text;background-clip:text;color:transparent}.overlay h1{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:clamp(2.6rem,12vw,4rem);margin:.1rem 0 .3rem;color:#fff}.overlay h2{font-family:Fraunces,Georgia,serif;font-weight:560;font-size:clamp(1.6rem,7vw,2.2rem);margin:.1rem 0 .3rem;color:#fff}.lede{max-width:30rem;color:#dce6f5f0;font-size:.98rem;margin:0 0 .6rem}.lede strong{color:#fff}.story-sub{max-width:28rem;margin:0 0 .7rem;color:#d2e8f4d1;font-size:.92rem;font-style:italic;font-family:Fraunces,Georgia,serif}.menu-stats{display:flex;gap:1.2rem;font-size:.9rem;color:#d6e2f4ed;margin-bottom:.4rem}.menu-stats b{color:#ffecaa;font-variant-numeric:tabular-nums}.cta{font-family:inherit;font-size:1.1rem;font-weight:650;cursor:pointer;color:#04161a;background:linear-gradient(135deg,#7de2b8,#54c9cd);border:none;border-radius:999px;padding:.95rem 2rem;box-shadow:0 12px 34px #54c9cd66;transition:transform .15s cubic-bezier(.16,1,.3,1)}.cta:hover{transform:translateY(-2px)}.cta:active{transform:scale(.97)}.tiltbtn{margin-top:.5rem;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;color:#dce8f5ed;background:none;border:1px solid rgba(190,215,235,.45);border-radius:999px;padding:.5rem 1.1rem;text-decoration:none}.tiltbtn:hover{border-color:#fff;color:#fff}.cta-mult{display:inline-block;margin-left:.55rem;font-size:.7rem;font-weight:800;letter-spacing:.04em;color:#04161a;background:#ffffff6b;border-radius:999px;padding:.12rem .5rem;vertical-align:middle}.modebtn.on{border-color:#ffd28a;color:#ffe0aa;background:#ffc4781a}.mode-desc{margin:.1rem 0 0;font-size:.76rem;color:#d6e2f4d9;max-width:26rem}.rest-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:center;margin-top:.2rem}.rest-actions .tiltbtn{margin-top:0}.sharebtn{display:inline-flex;align-items:center;gap:.4rem}.share-note{margin:.5rem 0 0;font-size:.82rem;font-weight:600;color:#7de2b8}.record-badge{margin:.1rem 0;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#04161a;background:linear-gradient(135deg,#ffe08a,#ffd24d,#7de2b8);border-radius:999px;padding:.3rem .9rem;box-shadow:0 8px 24px #ffd24d59;animation:recordrise .6s cubic-bezier(.16,1,.3,1) both,recordglow 2.4s ease-in-out .6s infinite}@keyframes recordrise{0%{opacity:0;transform:translateY(8px) scale(.9)}to{opacity:1;transform:none}}@keyframes recordglow{0%,to{box-shadow:0 8px 24px #ffd24d4d}50%{box-shadow:0 8px 30px #ffd24d99}}@media(prefers-reduced-motion:reduce){.record-badge{animation:recordrise .01s both}}.foot{flex:none;padding:.8rem 1.2rem;padding-bottom:max(.8rem,env(safe-area-inset-bottom));text-align:center}.foot:empty{display:none}.foot p{font-size:.74rem;color:#c8d7e6eb;margin:0;pointer-events:auto}.foot a{color:#9fcbe8}:focus-visible{outline:2px solid #7de2b8;outline-offset:2px}.estilos{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(143,242,224,.14);width:100%;max-width:30rem}.estilos-h{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;opacity:.7;margin:0 0 .6rem}.estilos-row{display:flex;gap:.55rem;justify-content:center;flex-wrap:wrap}.estilo{position:relative;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.3rem;background:transparent;border:1px solid transparent;border-radius:.6rem;cursor:pointer;color:inherit;transition:border-color .15s,transform .1s}.estilo:hover{transform:translateY(-1px)}.estilo.on{border-color:#8ff2e0b3}.estilo-swatch-canvas{width:64px;height:44px;border-radius:.45rem;display:block;box-shadow:0 1px 6px #00000059}.estilo-name{font-size:.72rem;opacity:.85}.estilo.locked .estilo-swatch-canvas{opacity:.82}.estilo-lock{position:absolute;top:.35rem;right:.5rem;font-size:.7rem;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}.estilos-buy{margin-top:.85rem;text-align:center}.estilos-preview{font-size:.85rem;margin:0 0 .2rem;opacity:.95}.estilos-firewall{font-size:.72rem;opacity:.6;margin:.4rem 0 0;font-style:italic}.estilos-cta{margin-top:.55rem;display:inline-block}@media(prefers-reduced-motion:reduce){.estilo:hover{transform:none}}
