:root{--primary-color: #2563eb;--secondary-color: #1e3a8a;--accent-color: #fbbf24}*{box-sizing:border-box}html,body{touch-action:none;overflow:hidden;background-color:#000;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0;width:100%;height:100%;height:100dvh}#game-container{position:relative;width:100%;height:100%;height:100dvh;max-width:600px;margin:0 auto;background:radial-gradient(ellipse at 50% 40%,#0f5c64,#0a3540 55%,#062830);box-shadow:0 0 20px #000c;overflow:hidden}#gameCanvas{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;z-index:1}.ui-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000000d9;z-index:10;color:#fff;text-align:center;padding:20px;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(20px,env(safe-area-inset-bottom))}.hidden{display:none!important}.hud{position:absolute;top:0;right:0;width:auto;padding:max(14px,env(safe-area-inset-top)) 16px 0;display:flex;justify-content:flex-end;pointer-events:none;z-index:10}.hud-panel{color:#fff;font-weight:700;font-size:1.15rem;text-shadow:0 2px 6px rgba(0,0,0,.6)}.hud-panel--right{text-align:right}.hud-panel .accent{color:var(--accent-color)}.hud-panel .score{color:#86efac}.hud-combo{font-size:.875rem;color:#fde047;animation:bounce .5s ease infinite alternate}.btn-brand{background-color:var(--primary-color);color:#fff;border:none;transition:transform .1s,filter .2s}.btn-brand:active{filter:brightness(1.2);transform:scale(.98)}#coupon-container{background:#fff;color:#0f172a;border-radius:16px;padding:25px 20px;box-shadow:0 10px 25px #000c;border:4px dashed var(--primary-color);width:95%;max-width:350px;margin:.5rem 0 1rem}.coupon-label{font-size:.65rem;color:#6b7280;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .25rem}.coupon-discount{font-size:3rem;font-weight:900;margin:0 0 .25rem;color:var(--primary-color)}.coupon-clinic{font-size:.875rem;color:#374151;margin:0 0 .75rem}.coupon-clinic--soft{font-size:.8rem;color:#6b7280}.coupon-details{background:#f3f4f6;padding:.5rem;border-radius:.5rem;margin-bottom:.75rem;text-align:left;border:1px solid #e5e7eb}.coupon-details p{font-size:.75rem;color:#6b7280;margin:0 0 .25rem}.coupon-details p:last-child{margin-bottom:0}.strong{font-weight:700}.dark{color:#1f2937}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.code{color:var(--primary-color);letter-spacing:.05em}.hud-footer{position:absolute;bottom:0;left:0;right:0;z-index:10;pointer-events:none;padding:0 20px max(14px,env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;gap:6px}.hud-footer-top{display:flex;align-items:center;gap:8px;width:100%;max-width:280px;justify-content:center}.hud-level-badge{font-size:.9rem;font-weight:800;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.6);background:#00000059;padding:4px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2)}.hud-level-badge #hud-level{color:var(--accent-color)}.hud-level-tag{font-size:.65rem;font-weight:800;letter-spacing:.08em;padding:3px 8px;border-radius:6px}.hud-level-tag--fácil,.hud-level-tag--facil,.hud-level-tag--suave{background:#4ade8040;color:#86efac}.hud-level-tag--medio,.hud-level-tag--avanzado{background:#fbbf2440;color:#fde047}.hud-level-tag--difícil,.hud-level-tag--dificil,.hud-level-tag--duro{background:#fb923c4d;color:#fdba74}.hud-level-tag--extremo{background:#ef44444d;color:#fca5a5;animation:pulse-tag .6s ease infinite alternate}@keyframes pulse-tag{0%{transform:scale(1);opacity:1}to{transform:scale(1.06);opacity:.85}}#hud-health{position:relative;width:72%;max-width:260px;height:9px;background:#00000059;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.hud-clinic{margin:0;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;text-shadow:0 1px 4px rgba(0,0,0,.5)}#hud-health-fill{height:100%;width:100%;background:linear-gradient(90deg,#ef4444,#fbbf24,#4ade80);transition:width .25s ease;border-radius:999px}.float-text{position:absolute;z-index:20;pointer-events:none;color:#fde047;font-weight:800;font-size:1.1rem;text-shadow:0 2px 8px rgba(0,0,0,.8);transform:translate(-50%,-50%);animation:float-up .85s ease-out forwards}@keyframes float-up{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-120%) scale(1.2)}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.register-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 20px 40px #00000059;width:92%;max-width:24rem;color:#1e293b}.clinic-logo{font-size:3rem;margin-bottom:.5rem;line-height:1}.clinic-logo img{height:4rem;margin:0 auto;object-fit:contain;display:block}body.embed .hidden-when-embed{display:none!important}body.embed .register-card .sub{margin-top:0}.register-card input{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:2px solid #d1d5db;margin-bottom:.75rem;text-align:center;font-size:1rem}.register-card input:focus{outline:none;border-color:var(--primary-color)}.register-card h1{font-size:1.5rem;font-weight:800;margin:0 0 .25rem;color:var(--primary-color)}.register-card p.sub{font-size:.875rem;color:#4b5563;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.game-instructions{list-style:none;margin:0 0 1.25rem;padding:.75rem 1rem;border-radius:.75rem;background:#4cb9b21f;border:1px solid rgb(76 185 178 / .35);text-align:left;font-size:.8rem;line-height:1.45;color:#374151}.game-instructions li{position:relative;padding-left:1.1rem;margin-bottom:.35rem}.game-instructions li:last-child{margin-bottom:0}.game-instructions li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700}.btn-start{width:100%;font-weight:700;padding:.75rem 1rem;border-radius:.5rem;font-size:1.05rem;border:none}.btn-start--loading{background:#9ca3af;color:#fff;cursor:not-allowed}.btn-start--ready{background:#0fc;color:#0a3d4a;cursor:pointer;box-shadow:0 4px 18px #00ffcc73;font-weight:800}.btn-start--ready:active{filter:brightness(1.08);transform:scale(.98)}.btn-home{position:absolute;top:max(12px,env(safe-area-inset-top));left:12px;z-index:15;color:#0a3d4a;background:#00ffcceb;font-size:.75rem;font-weight:700;text-decoration:none;padding:6px 12px;border-radius:999px;box-shadow:0 2px 10px #00ffcc59}.error-msg{color:#ef4444;font-size:.875rem;margin-top:.5rem}.screen-title{font-size:2.5rem;font-weight:900;margin-bottom:1rem}.screen-title.danger{color:#ef4444}.screen-title.win{color:#facc15;line-height:1.1}.screen-msg{font-size:1.25rem;margin:0 0 .5rem}.screen-sub{font-size:1.125rem;margin:0 0 2rem}.highlight{color:#fde047;font-weight:700}.btn-outline{background:transparent;border:1px solid white;color:#fff;padding:.5rem 1.5rem;border-radius:999px;font-size:.875rem;margin-top:.5rem;cursor:pointer}.btn-whatsapp{width:100%;background:#22c55e;color:#fff;font-weight:700;padding:.75rem 1rem;border-radius:.5rem;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:transform .15s;text-decoration:none}.btn-whatsapp:active{transform:scale(.98)}.btn-restart{font-weight:700;padding:.75rem 2rem;border-radius:999px;font-size:1.15rem;border:none;cursor:pointer}.back-link{display:none}
