.gwgr-wrap, .gwgr-wrap * { box-sizing: border-box; }
.gwgr-wrap { --gwgr-accent: #e95420; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #172033; }
.gwgr-shell { max-width: 920px; margin: 32px auto; padding: 30px; border-radius: 30px; background: linear-gradient(135deg,#ffffff,#f7f8fb); box-shadow: 0 22px 60px rgba(17,24,39,.13); border: 1px solid rgba(17,24,39,.08); text-align: center; overflow: hidden; }
.gwgr-kicker { display: inline-flex; padding: 7px 14px; border-radius: 999px; background: color-mix(in srgb, var(--gwgr-accent) 12%, white); color: var(--gwgr-accent); font-weight: 850; letter-spacing: .04em; text-transform: uppercase; font-size: 12px; }
.gwgr-shell h2 { margin: 16px 0 8px; font-size: clamp(27px, 4vw, 44px); line-height: 1.05; }
.gwgr-subline { margin: 0 auto 22px; max-width: 680px; color: #5d6678; font-size: 17px; }
.gwgr-stage { position: relative; width: min(560px, 92vw); aspect-ratio: 1/1; margin: 0 auto 22px; display: grid; place-items: center; }
.gwgr-wheel { width: 100%; height: 100%; border-radius: 50%; filter: drop-shadow(0 24px 42px rgba(17,24,39,.16)); transform: rotate(0deg); will-change: transform; background: #fff; }
.gwgr-stage::before { content: ""; position: absolute; inset: -14px; border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.85), rgba(255,255,255,0) 62%); pointer-events: none; }
.gwgr-pointer { position: absolute; z-index: 5; top: -2px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 23px solid transparent; border-right: 23px solid transparent; border-top: 0; border-bottom: 50px solid var(--gwgr-accent); filter: drop-shadow(0 8px 12px rgba(17,24,39,.22)); }
.gwgr-pointer::after { content: ""; position: absolute; left: -10px; top: 7px; width: 20px; height: 20px; border-radius: 50%; background: #fff; }
.gwgr-center { position: absolute; z-index: 4; width: 112px; height: 112px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 7px solid var(--gwgr-accent); color: #172033; font-weight: 950; font-size: 26px; box-shadow: 0 12px 28px rgba(17,24,39,.18); pointer-events: none; }
.gwgr-loading { position: absolute; inset: 0; z-index: 6; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.82); backdrop-filter: blur(3px); color: #5d6678; font-weight: 800; padding: 22px; }
.gwgr-loading[hidden] { display: none !important; }
.gwgr-result { margin: 0 auto 18px; max-width: 680px; padding: 20px; border-radius: 24px; background: radial-gradient(circle at top left, color-mix(in srgb, var(--gwgr-accent) 13%, white), #fff 62%); border: 1px solid rgba(17,24,39,.10); box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 12px 30px rgba(17,24,39,.08); }
.gwgr-result[hidden], .gwgr-open-modal[hidden], .gwgr-modal[hidden] { display: none !important; }
.gwgr-prize-label { color: var(--gwgr-accent); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; margin-bottom: 8px; }
.gwgr-prize-text { font-size: clamp(20px, 3.2vw, 32px); font-weight: 900; line-height: 1.12; }
.gwgr-prize-percent { margin-top: 14px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 999px; background: var(--gwgr-accent); color: #fff; font-size: clamp(20px, 3vw, 30px); font-weight: 900; box-shadow: 0 12px 24px color-mix(in srgb, var(--gwgr-accent) 35%, transparent); }
.gwgr-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.gwgr-button { border: 0; border-radius: 999px; padding: 14px 24px; background: var(--gwgr-accent); color: #fff; font-weight: 900; font-size: 16px; cursor: pointer; box-shadow: 0 14px 28px color-mix(in srgb, var(--gwgr-accent) 35%, transparent); transition: transform .16s ease, filter .16s ease; }
.gwgr-button:hover { transform: translateY(-1px); filter: brightness(.96); }
.gwgr-button:disabled { opacity: .65; cursor: wait; transform: none; }
.gwgr-spin { min-width: 210px; }
.gwgr-note { margin: 16px 0 0; color: #7a8497; font-size: 14px; }
.gwgr-modal { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.gwgr-modal-backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.62); backdrop-filter: blur(5px); }
.gwgr-modal-panel { position: relative; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: #fff; border-radius: 24px; padding: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.gwgr-modal-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border-radius: 50%; border: 0; background: #f1f3f6; color: #172033; font-size: 26px; line-height: 1; cursor: pointer; }
.gwgr-modal-panel h3 { margin: 0 44px 8px 0; font-size: 28px; }
.gwgr-modal-panel p { color: #667085; }
.gwgr-form { display: grid; gap: 14px; text-align: left; }
.gwgr-form label { display: grid; gap: 6px; font-weight: 750; color: #273244; }
.gwgr-form input[type="text"], .gwgr-form input[type="email"] { width: 100%; border: 1px solid #d8dee8; border-radius: 14px; padding: 13px 14px; font-size: 16px; }
.gwgr-check { display: flex !important; align-items: flex-start; gap: 10px !important; font-weight: 600 !important; }
.gwgr-check input { margin-top: 4px; }
.gwgr-check a { color: var(--gwgr-accent); font-weight: 850; }
.gwgr-hp { position: absolute !important; left: -9999px !important; height: 1px !important; width: 1px !important; opacity: 0 !important; }
.gwgr-form-message { margin-top: 16px; border-radius: 16px; padding: 14px 16px; font-weight: 750; }
.gwgr-success { background: #ecfdf3; color: #067647; }
.gwgr-error { background: #fef3f2; color: #b42318; }
.gwgr-warning { background: #fffaeb; color: #b54708; }
@media (max-width: 640px) {
  .gwgr-shell { padding: 20px; border-radius: 22px; }
  .gwgr-stage { width: min(420px, 94vw); }
  .gwgr-center { width: 86px; height: 86px; font-size: 20px; border-width: 6px; }
  .gwgr-pointer { border-left-width: 18px; border-right-width: 18px; border-bottom-width: 40px; }
}
