

html.op-scroll-lock, body.op-scroll-lock{ height:100%; overflow:hidden; overscroll-behavior:contain }
body.op-scroll-lock{ position:fixed; left:0; right:0; width:100% }
.op-spacer{ height:9999px !important; width:100%; display:block }


.op{
  --op-text:#eaf1ff;
  --op-muted:#cdd7ef;
  --op-shadow:0 12px 28px rgba(2,6,23,.40), 0 3px 10px rgba(2,6,23,.18);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color:var(--op-text);
}


.op-layer{
  position: fixed; inset:0;
  z-index: 2147483647;
  display:flex; overflow:auto; -webkit-overflow-scrolling:touch;
}


.op-bg-fixed{
  position:fixed; inset:0; pointer-events:none;
  background-image: url('./op-bg4.png'), linear-gradient(135deg,#16233a,#2a3b5a);
  background-size: cover, cover; background-position:center, center;
  z-index:-1;
}


.op-scrim{ position:absolute; inset:0; background: rgba(8,12,20,.40) }


.op-box-wrapper{ display:flex; height:100%; padding:12px 8px; width:100%; position:relative }
.op-box{ margin:auto; max-width:340px; width:100% }

.op *{ box-sizing:border-box }


.op-card{
  width:100%;
  border-radius:16px;
  background: rgba(10,16,28,.54);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--op-shadow);
  padding:14px;
  color:#fff;
  max-height: calc(100svh - 24px);  
  overflow:auto;
}


.op-title{ font-weight:800; font-size:clamp(20px,5.3vw,24px); line-height:1.22; letter-spacing:.1px; color:#fff }
.op-title a{ color:#fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.45) }
.op-pill{ display:inline-block; padding:.22rem .54rem; margin-left:.42rem; background:linear-gradient(90deg,#22d3ee,#a855f7); color:#fff; border-radius:999px; font-weight:800; font-size:.8em; vertical-align:middle }

.op-sub{ margin-top:6px; font-size:14px; color:var(--op-muted) }


.op-features{ margin:12px 0 0 0; display:grid; gap:7px; grid-template-columns:1fr }
.op-feature{ display:flex; gap:8px; align-items:flex-start; font-size:15px; line-height:1.4 }
.op-ico{
  width:16px; height:16px;
  background-image:url('./layer-list.png');
  background-size:contain; background-repeat:no-repeat;
  margin-top:3px; flex:0 0 auto;
}


.op-coupon[hidden]{ display:none !important }
.op-coupon{
  margin-top:12px; display:flex; flex-wrap:wrap; gap:8px; align-items:center;
  padding:10px; border-radius:12px; border:1px dashed rgba(255,255,255,.26);
  background: rgba(34,211,238,.14)
}
.op-coupon-label{ font-weight:800; letter-spacing:.02em }
.op-coupon-code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-weight:800; font-size:15px; padding:.32rem .68rem; border-radius:10px;
  background:#fff; border:1px solid rgba(2,6,23,.10); color:#111827
}
.op-coupon small{ color:#e7eefc }


.op-cta{ margin-top:12px; display:flex }
.op-btn{ appearance:none; border:none; text-decoration:none; cursor:pointer; padding:14px 18px; min-height:46px; border-radius:12px; font-weight:800; font-size:15px; width:100%; text-align:center; box-shadow:0 12px 22px rgba(0,0,0,.40); transition: transform .08s ease, box-shadow .2s ease, background .2s ease }
.op-btn-primary{ background:linear-gradient(90deg,#22d3ee,#a855f7); color:#fff }
.op-btn-primary:hover{ transform: translateY(-1px) }


.op-badges{ margin-top:10px; display:flex; gap:8px; flex-wrap:wrap; align-items:center }
.op-badge{ font-weight:700; font-size:12px; padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.22); color:#fff }
.op-note{ margin-top:10px; color:#cbd5e1; font-size:12px }


@media (max-height: 680px){
  .op-box-wrapper{ padding:8px 6px }
  .op-card{ padding:12px; max-height: calc(100svh - 16px) }
  .op-title{ font-size:clamp(18px,5vw,22px) }
  .op-sub{ font-size:13px }
  .op-feature{ font-size:14px }
  .op-btn{ min-height:44px; padding:12px 16px; font-size:14px }
}
