*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}html,body{height:100%;width:100%;overflow:hidden;position:fixed;overscroll-behavior:none;-webkit-overflow-scrolling:touch;font-family:Patrick Hand,Comic Sans MS,-apple-system,BlinkMacSystemFont,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;touch-action:manipulation}:root{--ink: #2a2a3a;--paper: #fdf6e3;--pink: #e85a8c;--pink-soft: #ffd9e6}img{-webkit-user-drag:none;user-drag:none;pointer-events:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit;touch-action:manipulation}.hidden{display:none!important}.sos-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top,#2a0606,#0a0000 70%);color:#fff;display:flex;flex-direction:column;padding:calc(env(safe-area-inset-top,14px) + 14px) 24px calc(env(safe-area-inset-bottom,40px) + 24px);z-index:100;animation:sosFlash 1.4s ease-out}@keyframes sosFlash{0%{background:#ff1a1a}20%{background:#1a0000}40%{background:#ff1a1a}60%{background:#1a0000}to{background:radial-gradient(ellipse at top,#2a0606,#0a0000 70%)}}.sos-status-bar{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;color:#ff4d4d;letter-spacing:1px}.sos-time{font-family:-apple-system,SF Pro,sans-serif}.sos-signal{letter-spacing:2px;color:#fff;opacity:.7}.sos-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px}.sos-icon-ring{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.sos-icon-pulse{position:absolute;top:0;right:0;bottom:0;left:0;border:3px solid #ff3b30;border-radius:50%;animation:pulse 2s ease-out infinite;opacity:0}.sos-icon-pulse.delay-1{animation-delay:.6s}.sos-icon-pulse.delay-2{animation-delay:1.2s}@keyframes pulse{0%{transform:scale(.7);opacity:1}to{transform:scale(1.4);opacity:0}}.sos-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(180deg,#ff5e57,#c9302c);display:flex;align-items:center;justify-content:center;font-size:64px;font-weight:900;color:#fff;box-shadow:0 0 40px #ff3b3099,inset 0 -6px 14px #0000004d}.sos-title{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro,Helvetica Neue,Inter,Helvetica,Arial,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.025em;color:#ff3b30;text-shadow:0 0 20px rgba(255,59,48,.5)}.sos-subtitle{font-size:12px;font-weight:700;letter-spacing:4px;color:#f88;margin-top:-8px}.sos-message{font-size:26px;font-weight:600;line-height:1.3;margin-top:12px;color:#fff}.sos-fine-print{font-family:Caveat,cursive;font-size:18px;color:#ffffffbf;margin-top:12px;transform:rotate(-1.5deg)}.sos-slider-wrap{display:flex;flex-direction:column;align-items:center;gap:18px}.sos-slider-track{position:relative;width:min(86vw,340px);height:64px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:999px;overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.sos-slider-bg-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:500;color:#ffffff80;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2.2s linear infinite;pointer-events:none;letter-spacing:2px;text-transform:uppercase}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sos-slider-thumb{position:absolute;top:4px;left:4px;width:56px;height:56px;border-radius:50%;background:linear-gradient(180deg,#fff,#f0f0f0);color:#c9302c;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0006;touch-action:none;user-select:none;-webkit-user-select:none;cursor:grab}.sos-slider-thumb:active{cursor:grabbing}.sos-cancel{font-size:15px;font-weight:500;color:#ffffff80;padding:8px 24px}.game-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#b8e0ff,#87ceeb 60%,#fcd5a8);color:#2d2d44;overflow:hidden;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}.game-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(2px 2px at 20% 30%,rgba(255,255,255,.8),transparent),radial-gradient(1px 1px at 60% 70%,rgba(255,255,255,.6),transparent),radial-gradient(2px 2px at 80% 20%,rgba(255,255,255,.7),transparent),radial-gradient(1px 1px at 30% 80%,rgba(255,255,255,.5),transparent);background-size:300px 300px;animation:drift 30s linear infinite;pointer-events:none}@keyframes drift{0%{background-position:0 0}to{background-position:300px 0}}.game-hud{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:16px 18px 12px;gap:12px}.hud-left,.hud-right{display:flex;gap:8px;align-items:center}.hud-pill{background:#fffdf3;border:2px solid var(--ink);padding:4px 14px;border-radius:4px;font-family:Caveat,cursive;font-weight:700;font-size:22px;box-shadow:2px 2px 0 var(--ink);color:var(--ink)}.hud-pill:nth-child(1){transform:rotate(-2deg)}.hud-pill:nth-child(2){transform:rotate(1.5deg)}.hud-center{flex:1;display:flex;align-items:center;gap:10px;max-width:360px}.hud-progress{flex:1;height:16px;background:#fffdf3;border-radius:4px;border:2px solid var(--ink);overflow:hidden;box-shadow:2px 2px 0 var(--ink)}.hud-progress-fill{height:100%;width:0%;background:var(--pink);transition:width .35s ease}.hud-progress-label{font-family:Caveat,cursive;font-size:20px;font-weight:700;background:#fffdf3;border:2px solid var(--ink);padding:1px 10px;border-radius:4px;min-width:52px;text-align:center;box-shadow:2px 2px 0 var(--ink);color:var(--ink)}.hud-icon-btn{width:40px;height:40px;font-size:18px;background:#fffdf3;border:2px solid var(--ink);border-radius:4px;box-shadow:2px 2px 0 var(--ink);transform:rotate(-3deg);color:var(--ink)}.hud-icon-btn:active{transform:rotate(-3deg) translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}#game-canvas{flex:1;display:block;width:100%;position:relative;z-index:1;touch-action:none}.game-controls{position:relative;z-index:2;padding:8px 16px 16px;text-align:center}.ctrl-hint{display:inline-block;font-family:Caveat,cursive;font-size:18px;color:var(--ink);background:#fffdf3;border:2px solid var(--ink);padding:2px 14px;border-radius:4px;box-shadow:2px 2px 0 var(--ink);transform:rotate(-1deg)}.quote-bubble{position:absolute;top:78px;left:50%;transform:translate(-50%) translateY(-12px) rotate(-2deg);background:#fffdf3;color:var(--ink);padding:6px 18px;border-radius:4px;border:2px solid var(--ink);font-family:Caveat,cursive;font-weight:700;font-size:22px;box-shadow:3px 3px 0 var(--ink);opacity:0;transition:opacity .4s,transform .4s;pointer-events:none;z-index:3;white-space:nowrap}.quote-bubble.show{opacity:1;transform:translate(-50%) translateY(0) rotate(-2deg)}.howto-screen{position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;height:100dvh;display:block;background:radial-gradient(1px 1px at 12% 18%,rgba(0,0,0,.06),transparent 60%),radial-gradient(1px 1px at 78% 42%,rgba(0,0,0,.05),transparent 60%),radial-gradient(1px 1px at 33% 73%,rgba(0,0,0,.05),transparent 60%),radial-gradient(1px 1px at 65% 88%,rgba(0,0,0,.06),transparent 60%),var(--paper);z-index:80;padding:calc(env(safe-area-inset-top,0px) + 20px) 20px calc(env(safe-area-inset-bottom,0px) + 20px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;animation:fadeIn .4s ease}.howto-card{margin:0 auto}.howto-card{position:relative;background:repeating-linear-gradient(transparent 0 27px,#508cc82e 27px,#508cc82e 28px),#fffdf3;border-radius:4px;padding:36px 28px 28px;max-width:520px;width:100%;box-shadow:2px 4px #0000000a,0 12px 28px #0000001f,0 1px #fff9 inset;text-align:left;margin:auto;transform:rotate(-.4deg);border-left:2px solid rgba(255,90,90,.35)}.howto-card:before{content:"";position:absolute;left:36px;top:0;bottom:0;width:2px;background:#ff5a5a40}.tape{position:absolute;width:76px;height:22px;background:#ffe866b8;box-shadow:0 2px 6px #0000001f;pointer-events:none}.tape:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,transparent 0 6px,rgba(255,255,255,.25) 6px 7px)}.tape-tl{top:-10px;left:12%;transform:rotate(-6deg)}.tape-tr{top:-10px;right:12%;transform:rotate(5deg);background:#b4e6ffb3}.howto-title{font-family:Caveat,Patrick Hand,cursive;font-size:44px;color:var(--ink);font-weight:700;margin-bottom:-2px;text-align:center;letter-spacing:.5px}.howto-sub{font-family:Caveat,cursive;font-size:22px;color:var(--pink);margin-bottom:20px;text-align:center;transform:rotate(-1deg)}.howto-section{text-align:left;margin-bottom:18px;padding:6px 0 10px 12px;border:0;background:none}.howto-h3{font-family:Caveat,cursive;font-size:24px;font-weight:700;color:var(--pink);margin-bottom:6px;display:inline-block;transform:rotate(-.5deg);border-bottom:2px solid rgba(232,90,140,.4);padding-bottom:1px}.howto-section p{font-family:Patrick Hand,cursive;font-size:19px;color:var(--ink);line-height:1.55}.howto-grid{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:6px}.howto-tile{display:inline-flex;align-items:center;gap:6px;background:#ffffffb3;border-radius:6px;padding:4px 10px;font-size:24px;border:1.5px solid;transform:rotate(var(--r, 0deg))}.icon-canvas{width:32px;height:32px;display:block}.icon-img{width:36px;height:36px;display:block;object-fit:contain;image-rendering:-webkit-optimize-contrast;pointer-events:none}.howto-tile:nth-child(odd){--r: -1.5deg}.howto-tile:nth-child(2n){--r: 1.2deg}.howto-tile:nth-child(3n){--r: -.6deg}.howto-tile.good{border-color:#6da972;background:#dcffdc73}.howto-tile.bad{border-color:#c45a5a;background:#ffdcdc73}.howto-tile small{font-family:Caveat,cursive;font-size:18px;font-weight:700;color:#2c7a36}.howto-note{font-family:Caveat,cursive;font-size:20px;color:#c53030;margin-top:10px;transform:rotate(-1deg);display:inline-block}.howto-list{list-style:none;padding:0}.howto-list li{font-family:Patrick Hand,cursive;font-size:19px;color:var(--ink);padding:3px 0 3px 22px;line-height:1.5;position:relative}.howto-list li:before{content:"✦";position:absolute;left:4px;top:3px;color:var(--pink);font-size:14px}.howto-tip{font-family:Caveat,cursive;font-size:22px;color:var(--pink);font-weight:600;margin:16px 8px 22px;text-align:center;transform:rotate(-.6deg)}.howto-btn{background:var(--pink);color:#fff;padding:14px 32px;border-radius:4px;font-family:Caveat,cursive;font-weight:700;font-size:26px;box-shadow:3px 3px 0 var(--ink);transition:transform .1s,box-shadow .1s;display:block;margin:0 auto;letter-spacing:.5px;transform:rotate(-1deg)}.howto-btn:active{transform:rotate(-1deg) translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}.howto-sign{font-family:Caveat,cursive;font-size:26px;color:var(--pink);text-align:right;margin-top:14px;padding-right:12px;transform:rotate(-2deg)}.win-screen,.lose-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:50;padding:20px;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.win-card,.lose-card{position:relative;background:repeating-linear-gradient(transparent 0 27px,#508cc82e 27px,#508cc82e 28px),#fffdf3;border-radius:4px;padding:36px 28px 22px;max-width:400px;width:100%;text-align:center;box-shadow:2px 4px #0000000a,0 18px 50px #00000059;animation:popIn .5s cubic-bezier(.34,1.56,.64,1);border-left:2px solid rgba(255,90,90,.35);transform:rotate(-.6deg)}@keyframes popIn{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.win-gif{width:220px;height:220px;object-fit:contain;border-radius:4px;margin-bottom:14px;background:#fff;border:6px solid #fff;box-shadow:2px 3px #0000000f,0 6px 14px #0000002e;transform:rotate(1.5deg)}.win-title{font-family:Caveat,cursive;font-size:42px;font-weight:700;color:var(--pink);margin-bottom:8px;transform:rotate(-1deg)}.win-title-angry{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,Helvetica Neue,sans-serif;font-size:26px;font-weight:800;color:#d62828;letter-spacing:-.01em;line-height:1.1;text-transform:uppercase;text-shadow:0 0 12px rgba(214,40,40,.35);transform:rotate(-1.5deg);animation:shake .5s infinite}@keyframes shake{0%,to{transform:rotate(-1.5deg) translate(0)}20%{transform:rotate(-1.5deg) translate(-2px,1px)}40%{transform:rotate(-1.5deg) translate(2px,-1px)}60%{transform:rotate(-1.5deg) translate(-1px,2px)}80%{transform:rotate(-1.5deg) translate(1px,-2px)}}.win-message{font-family:Patrick Hand,cursive;font-size:19px;color:var(--ink);margin-bottom:12px;min-height:22px}.win-love{font-family:Caveat,cursive;font-size:24px;color:var(--ink);line-height:1.4;margin-bottom:20px}.win-btn,.lose-btn{background:var(--pink);color:#fff;padding:12px 32px;border-radius:4px;font-family:Caveat,cursive;font-weight:700;font-size:26px;box-shadow:3px 3px 0 var(--ink);transition:transform .1s,box-shadow .1s;transform:rotate(-1deg)}.win-btn:active,.lose-btn:active{transform:rotate(-1deg) translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}.lose-emoji{font-size:64px;margin-bottom:8px;transform:rotate(-3deg);display:inline-block}.lose-title{font-family:Caveat,cursive;font-size:32px;font-weight:700;color:#d35400;margin-bottom:10px;transform:rotate(-1deg)}.lose-message{font-family:Patrick Hand,cursive;font-size:19px;color:var(--ink);line-height:1.55;margin-bottom:22px}@media (max-height: 640px){.sos-icon-ring{width:110px;height:110px;margin-bottom:12px}.sos-icon{width:80px;height:80px;font-size:50px}.sos-title{font-size:26px}.sos-message{font-size:22px}.win-gif{width:170px;height:170px}}.touch-pad{display:flex;justify-content:center;gap:28px;margin-top:12px}.touch-btn{width:88px;height:88px;border-radius:50%;background:#fffdf3;color:var(--ink);font-size:32px;font-weight:800;box-shadow:3px 3px 0 var(--ink);display:flex;align-items:center;justify-content:center;touch-action:none;border:2.5px solid var(--ink);transition:transform .08s,background .1s,box-shadow .08s}.touch-btn:first-child{transform:rotate(-3deg)}.touch-btn:last-child{transform:rotate(3deg)}.touch-btn:first-child:active{transform:rotate(-3deg) translate(2px,2px);box-shadow:1px 1px 0 var(--ink);background:var(--pink);color:#fff}.touch-btn:last-child:active{transform:rotate(3deg) translate(2px,2px);box-shadow:1px 1px 0 var(--ink);background:var(--pink);color:#fff}@media (min-width: 768px){.sos-title{font-size:44px}.sos-subtitle{font-size:16px;letter-spacing:6px}.sos-message{font-size:34px}.sos-fine-print{font-size:16px;margin-top:14px}.sos-icon-ring{width:200px;height:200px}.sos-icon{width:150px;height:150px;font-size:92px}.sos-slider-track{width:min(500px,70vw);height:78px}.sos-slider-thumb{width:70px;height:70px;top:4px}.sos-slider-bg-text{font-size:18px}.sos-cancel{font-size:18px;padding:12px 28px}.sos-status-bar{font-size:18px}.hud-pill{font-size:20px;padding:10px 20px}.hud-progress{height:18px}.hud-progress-label{font-size:16px;padding:6px 14px;min-width:60px}.hud-icon-btn{width:50px;height:50px;font-size:22px}.hud-center{max-width:520px;gap:14px}.ctrl-hint{font-size:15px;padding:8px 18px}.quote-bubble{font-size:20px;padding:14px 26px;top:96px}.win-card,.lose-card{max-width:520px;padding:40px 36px}.win-gif{width:300px;height:300px}.win-title{font-size:38px}.win-message,.win-love{font-size:19px}.win-btn,.lose-btn{font-size:20px;padding:18px 44px}.lose-emoji{font-size:88px}.lose-title{font-size:32px}.lose-message{font-size:18px}.touch-btn{width:110px;height:110px;font-size:44px}.touch-pad{gap:40px;margin-top:16px}.howto-card{max-width:640px;padding:40px 36px}.howto-title{font-size:40px}.howto-sub{font-size:19px;margin-bottom:24px}.howto-h3{font-size:20px;margin-bottom:12px}.howto-section{padding:18px 22px;margin-bottom:20px}.howto-section p{font-size:18px}.howto-tile{font-size:28px;padding:8px 14px}.icon-canvas{width:42px;height:42px}.icon-img{width:48px;height:48px}.howto-tile small{font-size:14px}.howto-list li{font-size:18px}.howto-note{font-size:15px}.howto-tip{font-size:17px}.howto-btn{font-size:22px;padding:20px 44px;max-width:380px}}@media (orientation: landscape) and (min-width: 900px){.sos-content{gap:12px}.sos-icon-ring{width:150px;height:150px;margin-bottom:8px}.sos-icon{width:110px;height:110px;font-size:70px}.sos-title{font-size:38px}.sos-message{font-size:28px}.game-hud{padding:18px 28px 12px}.touch-pad{gap:60px}}
