#p09-game{font-family:Nunito,sans-serif!important;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);border-radius:20px;min-height:560px;width:100%;overflow:hidden;position:relative;color:#fff}#p09-game *{font-family:Nunito,sans-serif!important;box-sizing:border-box}#p09-game .p09-screen{display:none;flex-direction:column;align-items:center;justify-content:center;min-height:560px;padding:32px 24px;width:100%}#p09-game .p09-screen.active{display:flex!important}#p09-game #p09-screen-game.active{justify-content:flex-start!important;align-items:stretch!important;padding:20px!important}#p09-game .p09-shake{animation:p09shake .4s ease}@keyframes p09shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}#p09-game .p09-pop{animation:p09pop .3s ease}@keyframes p09pop{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}#p09-game .p09-fadein{animation:p09fade .4s ease}@keyframes p09fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#p09-game .p09-badge-level{background:#2563eb!important;color:#fff!important;font-size:13px!important;font-weight:700!important;padding:4px 12px!important;border-radius:999px!important;display:inline-block!important}#p09-game .p09-badge-score{background:#059669!important;color:#fff!important;font-size:13px!important;font-weight:700!important;padding:4px 12px!important;border-radius:999px!important;display:inline-block!important}#p09-game .p09-seqbox{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;padding:24px!important;width:100%!important;margin-bottom:20px!important}#p09-game .p09-seqwrap{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:10px!important}#p09-game .p09-hint{background:#f59e0b1f!important;border:1px solid rgba(245,158,11,.3)!important;border-radius:12px!important;padding:8px 16px!important;color:#fcd34d!important;font-size:13px!important;text-align:center!important;margin-bottom:14px!important}#p09-game .p09-choice{padding:14px 8px!important;border-radius:14px!important;font-size:1.25rem!important;font-weight:700!important;color:#fff!important;background:#ffffff1a!important;border:2px solid rgba(255,255,255,.2)!important;cursor:pointer!important;width:100%!important;text-align:center!important;transition:background .15s,border-color .15s,transform .1s!important}#p09-game .p09-choice:hover:not(:disabled){background:#3b82f64d!important;border-color:#60a5fa!important;transform:translateY(-2px)!important}#p09-game .p09-choice:disabled{cursor:not-allowed!important}#p09-game .p09-choice.correct{background:#10b98159!important;border-color:#10b981!important}#p09-game .p09-choice.wrong{background:#ef444459!important;border-color:#ef4444!important}#p09-game .p09-textinput{width:100%!important;text-align:center!important;font-size:1.5rem!important;font-weight:700!important;padding:12px 16px!important;border-radius:14px!important;background:#ffffff1a!important;border:2px solid #60a5fa!important;color:#fff!important;outline:none!important;margin-bottom:10px!important;font-family:Nunito,sans-serif!important}#p09-game .p09-textinput::placeholder{color:#fff6!important}#p09-game .p09-textinput:focus{border-color:#34d399!important}#p09-game .p09-textinput.correct{border-color:#10b981!important}#p09-game .p09-textinput.wrong{border-color:#ef4444!important}#p09-game .p09-feedback{border-radius:14px!important;padding:14px 16px!important;width:100%!important;text-align:center!important;margin-top:14px!important}#p09-game .p09-feedback.correct-fb{background:#10b9812e!important}#p09-game .p09-feedback.wrong-fb{background:#ef44442e!important}#p09-game .p09-btn{padding:12px 28px!important;border-radius:14px!important;font-size:1rem!important;font-weight:700!important;color:#fff!important;border:none!important;cursor:pointer!important;transition:filter .15s,transform .12s!important;font-family:Nunito,sans-serif!important}#p09-game .p09-btn:hover{filter:brightness(1.12)!important;transform:translateY(-2px)!important}#p09-game .p09-btn-easy{background:#10b981!important}#p09-game .p09-btn-medium{background:#f59e0b!important}#p09-game .p09-btn-hard{background:#ef4444!important}#p09-game .p09-btn-blue{background:#3b82f6!important}#p09-game .p09-btn-next{background:#3b82f6!important;margin-top:14px!important;width:100%!important}#p09-game .p09-backbtn{background:none!important;border:none!important;color:#93c5fd!important;cursor:pointer!important;font-size:1.4rem!important;padding:4px 8px!important;border-radius:8px!important;transition:color .15s!important}#p09-game .p09-backbtn:hover{color:#fff!important}
