html,body{height:100%;margin:0;font-family:Arial,sans-serif;background:linear-gradient(150deg,#6fde63,#aee2ad)}#root{height:100%;display:flex;justify-content:center;align-items:center}.app{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center;background:#51aa607f;padding:60px;border-radius:5% 35%;box-shadow:0 10px 25px #3712afd5;min-width:280px}.app h1{margin:0;font-size:2rem}.cookie-emoji{font-size:5rem;text-align:center;line-height:1;margin-bottom:10px}button{padding:12px 18px;font-size:16px;background:#1f39b1e6;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:transform .2s ease,background .2s ease}button:hover{transform:scale(1.05);background:#b1721e}button:disabled{opacity:.6;cursor:not-allowed}.fortune-box{margin-top:10px;padding:15px;background:#7d6f57;border-radius:12px;width:100%;box-shadow:inset 0 0 10px #0000000d}
