.sww-root { --sww-accent:#bd8875; --sww-dark:#212121; --sww-light:#f5f1ed; font-family: Arial, sans-serif; }
.sww-root:not(.is-open) .sww-overlay,
.sww-root:not(.is-open) .sww-modal { opacity: 0; pointer-events: none; }
.sww-root .sww-overlay { position: fixed !important; inset: 0 !important; background: rgba(0,0,0,.62); z-index: 999998 !important; transition: opacity .25s ease; }
.sww-root .sww-modal { position: fixed !important; top: 50% !important; left: 50% !important; transform: translate(-50%,-50%) !important; width: min(96vw, 430px); max-height: 94vh; overflow: auto; z-index: 999999 !important; background: linear-gradient(180deg,#111 0%, #232323 100%); color: #fff; border-radius: 22px; box-shadow: 0 18px 70px rgba(0,0,0,.38); padding: 18px 18px 22px; }
.sww-root .sww-close { position: absolute; right: 14px; top: 10px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(0,0,0,.55); color: #fff; font-size: 28px; cursor: pointer; z-index: 10; }
.sww-wheel-box { position: relative; width: 100%; max-width: 360px; margin: 8px auto 14px; }
.sww-wheel-box canvas { width: 100%; height: auto; display: block; border-radius: 50%; }
.sww-wheel-pointer { position: absolute; top: -7px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 28px solid #f0eeea; border-bottom: 0; filter: drop-shadow(0 4px 6px rgba(0,0,0,.25)); z-index: 4; }
.sww-wheel-center { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 88px; height: 88px; border-radius: 50%; background: #f4f1ee; border: 5px solid #c9b8ae; display: flex; align-items: center; justify-content: center; z-index: 3; box-shadow: 0 8px 18px rgba(0,0,0,.22); }
.sww-wheel-center img { width: 56px; height: 56px; object-fit: contain; display: block; }
.sww-content h3 { margin: 6px 0 4px; color: #fff; font-size: 28px; line-height: 1.05; font-weight: 800; text-transform: uppercase; }
.sww-subtitle { margin: 0 0 14px; color: #f3f3f3; font-size: 14px; }
.sww-form input[type="text"], .sww-form input[type="tel"] { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 14px 14px; margin-bottom: 10px; font-size: 16px; background: #fff !important; color: #111 !important; -webkit-text-fill-color:#111 !important; box-sizing: border-box; }
.sww-form input::placeholder { color: #7d7d7d !important; opacity: 1; }
.sww-check { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.35; margin: 10px 0; color: #fff; }
.sww-submit { width: 100%; border: 0; border-radius: 8px; background: #fff; color: #111; padding: 14px 20px; font-size: 20px; font-weight: 800; cursor: pointer; margin-top: 10px; }
.sww-message { margin-top: 12px; font-size: 14px; }
.sww-message.is-error { color: #ffb0b0; }
.sww-message.is-success { color: #bff3c4; }
.sww-result { margin-top: 18px; background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.08)); padding: 18px 16px; border-radius: 14px; text-align: center; border: 1px solid rgba(255,255,255,.08); }
.sww-result-title { font-size: 27px; font-weight: 800; margin-bottom: 12px; }
.sww-result-code-wrap { display: flex; align-items: stretch; justify-content: center; gap: 8px; }
.sww-result-code { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; background: #fff; color: #111; padding: 10px 16px; border-radius: 10px; font-size: 22px; font-weight: 800; letter-spacing: 1px; }
.sww-copy-code { display: inline-flex; align-items: center; justify-content: center; min-width: 52px; border: 0; border-radius: 10px; background: var(--sww-accent); color: #fff; cursor: pointer; box-shadow: 0 10px 20px rgba(0,0,0,.15); }
.sww-result-note,.sww-result-cta-text { margin-top: 10px; font-size: 12px; color: #ededed; }
.sww-result-cta { display: inline-flex; align-items: center; justify-content: center; margin-top: 14px; min-width: 220px; padding: 12px 16px; border-radius: 999px; background: var(--sww-accent); color: #fff; text-decoration: none; font-weight: 700; }
.sww-sticky-tab { position: fixed !important; top: 50vh !important; right: 0 !important; left: auto !important; bottom: auto !important; transform: translateY(-50%) !important; z-index: 2147483646 !important; border: 0 !important; background: linear-gradient(180deg,var(--sww-accent), #a87563) !important; color: #fff !important; border-radius: 16px 0 0 16px !important; padding: 0 !important; width: 52px !important; min-height: 154px !important; font-size: 14px !important; font-weight: 700 !important; cursor: pointer !important; box-shadow: 0 18px 35px rgba(0,0,0,.25) !important; display: none; opacity: 0; pointer-events: none; transition: opacity .2s ease; margin:0 !important; overflow:hidden; }
.sww-sticky-inner { width:100%; height:100%; display:flex; align-items:center; justify-content:center; gap:8px; transform: rotate(90deg); }
.sww-sticky-icon { width: 26px; height: 26px; border-radius: 999px; background: rgba(255,255,255,.17); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.sww-sticky-icon svg { width: 14px; height: 14px; }
.sww-sticky-text { white-space: nowrap; letter-spacing: .02em; }
.sww-root.is-minimized .sww-sticky-tab { display: flex !important; opacity: 1 !important; pointer-events: auto !important; }
.sww-root.has-spun .sww-sticky-tab { display: none !important; }
.sww-inline .sww-overlay, .sww-inline .sww-sticky-tab, .sww-inline .sww-close { display:none !important; }
.sww-inline .sww-modal { position: relative !important; inset: auto !important; opacity: 1 !important; pointer-events: auto !important; transform: none !important; margin: 0 auto; }
@media (max-width: 480px) {
  .sww-root .sww-modal { width: calc(100vw - 16px); max-height: calc(100vh - 20px); border-radius: 20px; padding: 12px 14px 18px; }
  .sww-wheel-box { max-width: min(84vw, 340px); margin: 4px auto 12px; }
  .sww-wheel-pointer { top: -6px; border-left-width: 16px; border-right-width: 16px; border-top-width: 24px; }
  .sww-wheel-center { width: 80px; height: 80px; }
  .sww-wheel-center img { width: 50px; height: 50px; }
  .sww-content h3 { font-size: 22px; }
  .sww-subtitle { margin-bottom: 12px; font-size: 13px; }
  .sww-form input[type="text"], .sww-form input[type="tel"] { padding: 13px 12px; margin-bottom: 9px; font-size: 15px; }
  .sww-check { gap: 8px; font-size: 11px; margin: 8px 0; }
  .sww-submit { padding: 13px 18px; font-size: 18px; }
  .sww-sticky-tab { width: 46px !important; min-height: 138px !important; font-size: 12px !important; }
  .sww-sticky-icon { width:22px; height:22px; }
  .sww-result-title { font-size: 24px; }
  .sww-result-code { font-size: 18px; }
}
