.gwsc-wrap, .gwsc-wrap * { box-sizing: border-box; }
.gwsc-wrap { --gwsc-accent: #e95420; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #172033; }
.gwsc-shell { max-width: 860px; margin: 32px auto; padding: 30px; border-radius: 28px; background: linear-gradient(135deg,#ffffff,#f7f8fb); box-shadow: 0 22px 60px rgba(17,24,39,.12); border: 1px solid rgba(17,24,39,.08); text-align: center; }
.gwsc-kicker { display: inline-flex; padding: 7px 14px; border-radius: 999px; background: color-mix(in srgb, var(--gwsc-accent) 12%, white); color: var(--gwsc-accent); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: 12px; }
.gwsc-shell h2 { margin: 16px 0 8px; font-size: clamp(26px, 4vw, 42px); line-height: 1.05; }
.gwsc-subline { margin: 0 auto 24px; max-width: 660px; color: #5d6678; font-size: 17px; }
.gwsc-card { position: relative; margin: 0 auto 22px; max-width: 720px; aspect-ratio: 2/1; border-radius: 24px; overflow: hidden; background: radial-gradient(circle at top left, color-mix(in srgb, var(--gwsc-accent) 18%, white), #fff 46%, #f2f4f8); 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,.1); }
.gwsc-loading { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #5d6678; padding: 22px; }
.gwsc-prize { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 26px; z-index: 1; }
.gwsc-prize-label { color: var(--gwsc-accent); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; margin-bottom: 10px; }
.gwsc-prize-text { font-size: clamp(20px, 3.4vw, 34px); font-weight: 900; line-height: 1.12; max-width: 88%; }
.gwsc-prize-percent { margin-top: 14px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 999px; background: var(--gwsc-accent); color: #fff; font-size: clamp(20px, 3vw, 30px); font-weight: 900; box-shadow: 0 12px 24px color-mix(in srgb, var(--gwsc-accent) 35%, transparent); }
.gwsc-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; cursor: grab; touch-action: none; transition: opacity .25s ease, transform .25s ease; }
.gwsc-canvas:active { cursor: grabbing; }
.gwsc-canvas-hidden { opacity: 0; pointer-events: none; transform: scale(1.02); }
.gwsc-button { border: 0; border-radius: 999px; padding: 14px 24px; background: var(--gwsc-accent); color: #fff; font-weight: 900; font-size: 16px; cursor: pointer; box-shadow: 0 14px 28px color-mix(in srgb, var(--gwsc-accent) 35%, transparent); transition: transform .16s ease, filter .16s ease; }
.gwsc-button:hover { transform: translateY(-1px); filter: brightness(.96); }
.gwsc-button:disabled { opacity: .65; cursor: wait; transform: none; }
.gwsc-note { margin: 16px 0 0; color: #7a8497; font-size: 14px; }
.gwsc-modal[hidden], .gwsc-prize[hidden], .gwsc-open-modal[hidden] { display: none !important; }
.gwsc-modal { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.gwsc-modal-backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.62); backdrop-filter: blur(5px); }
.gwsc-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); }
.gwsc-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; }
.gwsc-modal-panel h3 { margin: 0 44px 8px 0; font-size: 28px; }
.gwsc-modal-panel p { color: #667085; }
.gwsc-form { display: grid; gap: 14px; text-align: left; }
.gwsc-form label { display: grid; gap: 6px; font-weight: 750; color: #273244; }
.gwsc-form input[type="text"], .gwsc-form input[type="email"] { width: 100%; border: 1px solid #d8dee8; border-radius: 14px; padding: 13px 14px; font-size: 16px; }
.gwsc-check { display: flex !important; align-items: flex-start; gap: 10px !important; font-weight: 600 !important; }
.gwsc-check input { margin-top: 4px; }
.gwsc-check a { color: var(--gwsc-accent); font-weight: 850; }
.gwsc-hp { position: absolute !important; left: -9999px !important; height: 1px !important; width: 1px !important; opacity: 0 !important; }
.gwsc-form-message { margin-top: 16px; border-radius: 16px; padding: 14px 16px; font-weight: 750; }
.gwsc-success { background: #ecfdf3; color: #067647; }
.gwsc-error { background: #fef3f2; color: #b42318; }
.gwsc-warning { background: #fffaeb; color: #b54708; }
@media (max-width: 640px) { .gwsc-shell { padding: 20px; border-radius: 22px; } .gwsc-card { border-radius: 18px; } .gwsc-prize-text { max-width: 96%; } }
