: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}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:1rem}.card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;max-width:480px;width:100%;text-align:center;box-shadow:0 8px 32px #0000004d}.header h1{font-size:2rem;margin-bottom:.25rem;background:linear-gradient(135deg,#e94560,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:#ffffff80;font-size:.9rem;margin-bottom:2rem}.joke{min-height:120px;display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;transition:opacity .2s ease}.setup{font-size:1.25rem;margin-bottom:1rem;line-height:1.4}.punchline{font-size:1.5rem;font-weight:700;color:#e94560;line-height:1.3}#next-btn{background:linear-gradient(135deg,#e94560,#ff6b6b);color:#fff;border:none;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-height:44px;min-width:44px}#next-btn:hover{transform:scale(1.05);box-shadow:0 4px 15px #e9456066}#next-btn:active{transform:scale(.98)}.counter{margin-top:1.5rem;font-size:.8rem;color:#ffffff4d}@media(max-width:480px){.card{padding:1.5rem}.header h1{font-size:1.75rem}.setup{font-size:1.1rem}.punchline{font-size:1.3rem}}
