.ps-scratch[hidden]{display:none!important}
.ps-scratch{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:clamp(24px,6vh,72px) 18px;overflow:auto;font-family:var(--font-body-family,Arial,sans-serif)}
.ps-scratch__backdrop{position:fixed;inset:0;background:rgba(5,16,42,.68);backdrop-filter:blur(4px)}
.ps-scratch__dialog{position:relative;width:min(92vw,380px);max-height:calc(100dvh - 96px);overflow:auto;text-align:center;color:#fff;background:linear-gradient(155deg,#234fc4 0%,#587bd5 68%,#88a8e7 100%);border-radius:20px;padding:20px 18px 14px;box-shadow:0 22px 70px rgba(0,0,0,.36)}
.ps-scratch__close{position:absolute;top:7px;left:9px;width:36px;height:36px;border:0;background:transparent;color:#0c347a;font-size:32px;line-height:1;cursor:pointer}
.ps-scratch__brand{display:inline-block;font-size:19px;font-weight:900;font-style:italic;letter-spacing:-1px;margin:0 0 8px}
.ps-scratch__eyebrow{margin:0;font-size:12px;font-weight:800;letter-spacing:.16em}
.ps-scratch h2{margin:3px 0;color:#fff;font-size:clamp(28px,8vw,38px);line-height:1;text-transform:uppercase}
.ps-scratch__intro{margin:0 auto 12px;max-width:320px;font-size:14px;font-weight:700;line-height:1.25}
.ps-scratch__card{position:relative;width:100%;min-height:210px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 9px 26px rgba(7,24,68,.24)}
.ps-scratch__result{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:14px;color:#123b9b;background:linear-gradient(145deg,#fff,#eef4ff)}
.ps-scratch__result[hidden]{display:none}
.ps-scratch__result strong{font-size:22px;line-height:1.05}
.ps-scratch__small{font-size:13px;font-weight:900;letter-spacing:.12em;color:#ef602f}
.ps-scratch__result label{font-size:12px;font-weight:800;margin-top:2px}
.ps-scratch__result select{width:min(100%,220px);height:38px;border:2px solid #234fc4;border-radius:9px;background:#fff;padding:0 11px;font-size:15px;color:#102b70}
.ps-scratch__claim,.ps-scratch__result--lose a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-top:2px;border:0;border-radius:999px;padding:0 20px;background:#ffd34d;color:#050505;font-size:13px;font-weight:900;text-decoration:none;box-shadow:0 4px 0 #111;cursor:pointer}
.ps-scratch__claim:disabled{opacity:.5;cursor:not-allowed}
.ps-scratch__error{min-height:14px;margin:2px 0 0;color:#b42318;font-size:11px;font-weight:700}
#psScratchCanvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none;cursor:crosshair;transition:opacity .35s ease}
.ps-scratch__hint{margin:8px 0 0;font-size:11px;font-weight:800}
.ps-scratch__product{display:block;width:105px;height:68px;object-fit:contain;margin:0 auto -2px;filter:drop-shadow(0 9px 12px rgba(0,0,0,.22))}
.ps-scratch__terms{margin:2px auto 0;max-width:330px;font-size:9px;line-height:1.3;opacity:.84}
body.ps-scratch-open{overflow:hidden}
@media (max-width:480px){
  .ps-scratch{padding:28px 14px}
  .ps-scratch__dialog{width:min(90vw,350px);max-height:calc(100dvh - 56px);padding:18px 12px 10px;border-radius:17px}
  .ps-scratch__card{min-height:190px}
  .ps-scratch__product{width:82px;height:52px}
  .ps-scratch__terms{font-size:8.5px}
}
@media (max-height:700px){
  .ps-scratch{padding:20px 14px}
  .ps-scratch__dialog{max-height:calc(100dvh - 40px)}
  .ps-scratch__brand{margin-bottom:4px}
  .ps-scratch__intro{margin-bottom:8px}
  .ps-scratch__card{min-height:180px}
  .ps-scratch__product{display:none}
  .ps-scratch__terms{margin-top:6px}
}
@media (prefers-reduced-motion:reduce){#psScratchCanvas{transition:none}}
