:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:"Press Start 2P";src:local("Press Start 2P")}:root{--bg1:#140018;--bg2:#2a0033;--soft:#ffd6f3;--border:#ff9be4}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:radial-gradient(circle at 20% 10%,var(--bg2),var(--bg1) 60%);color:var(--soft);overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.app-root{height:100%;width:100%}.screen{position:fixed;inset:0;display:grid;place-items:center;padding:calc(env(safe-area-inset-top,0px) + 18px) calc(env(safe-area-inset-right,0px) + 18px) calc(env(safe-area-inset-bottom,0px) + 18px) calc(env(safe-area-inset-left,0px) + 18px);opacity:0;pointer-events:none;transition:opacity .18s ease}.screen.active{opacity:1;pointer-events:auto}.content{width:min(760px,92vw);text-align:center;position:relative;z-index:2;display:grid;justify-items:center;align-content:center;gap:14px}.heart-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:1}.pixel-title,.pixel-subtitle,.question-text,.success-title{font-family:"Press Start 2P",system-ui,-apple-system,Segoe UI,Roboto,Arial;text-shadow:3px 3px 0 rgba(0,0,0,.45);letter-spacing:1px}.pixel-title{font-size:clamp(22px,4vw,52px);margin:0 0 10px}.pixel-subtitle{font-size:clamp(10px,1.6vw,14px);opacity:.95;margin:0}.question-box,.success-box{width:min(720px,92vw);background:#1d0024bf;border:4px solid var(--border);border-radius:18px;box-shadow:0 18px 70px #00000073;padding:clamp(16px,3vw,24px);text-align:center}.question-text{margin:0 0 18px;font-size:clamp(16px,2.4vw,26px)}.buttons-area{position:relative;width:100%;max-width:520px;margin:0 auto;height:200px}.game-btn{font-family:"Press Start 2P",system-ui;border:4px solid rgba(255,155,228,.95);color:#fff6fd;padding:12px 18px;border-radius:16px;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(180deg,#ff68d659,#ff3aa82e);box-shadow:0 10px 30px #ff3aa82e,6px 6px #00000059;transition:transform .14s ease,filter .14s ease}.game-btn:hover{filter:brightness(1.12) saturate(1.15)}.game-btn:active{filter:brightness(1.06) saturate(1.08);box-shadow:0 8px 24px #ff3aa81f,4px 4px #00000059}.yes-btn{position:absolute;left:50%;top:50%;transform:translate(calc(-100% - 18px),-50%);background:linear-gradient(180deg,#ff4ebe8c,#ff3aa838);z-index:2}.no-btn{position:absolute;left:50%;top:50%;transform:translate(18px,-50%);background:linear-gradient(180deg,#ffd6f338,#ffd6f314);z-index:3}.ghost-btn{margin-top:16px;background:#ffd6f30f}.success-title{margin:0 0 10px;font-size:clamp(16px,2.4vw,26px)}.success-message{margin:8px 0;font-family:system-ui;opacity:.95}.hearts-celebration{margin-top:14px;display:flex;justify-content:center;gap:10px;font-size:26px}.heart-emoji{animation:pop .7s ease-in-out infinite alternate}.heart-emoji:nth-child(2){animation-delay:.12s}.heart-emoji:nth-child(3){animation-delay:.24s}.heart-emoji:nth-child(4){animation-delay:.36s}.heart-emoji:nth-child(5){animation-delay:.48s}@keyframes pop{0%{transform:translateY(0) scale(1)}to{transform:translateY(-6px) scale(1.08)}}.hint{margin-top:14px;font-family:"Press Start 2P",system-ui;font-size:12px;opacity:.85}.bunny-wrap{width:min(92vw,520px);height:min(70vh,420px);border:4px solid var(--border);border-radius:18px;background:#1d002459;box-shadow:0 18px 60px #00000073;display:grid;place-items:center;padding:clamp(12px,3vw,20px)}.bunny-video{width:100%;height:100%;max-width:420px;max-height:60vh;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 10px 28px rgba(0,0,0,.35))}
