
:root {
  --bg:#020712;
  --card:rgba(4,13,32,.72);
  --card2:rgba(2,8,22,.86);
  --line:rgba(116,178,240,.28);
  --line2:#1f91ff;
  --blue:#1f91ff;
  --blue2:#18c7ff;
  --text:#f8fbff;
  --soft:rgba(236,244,255,.72);
  --dim:rgba(236,244,255,.52);
}

*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#020712}
body.sabi149-body{
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 18% 19%,rgba(23,120,255,.30),transparent 28%),
    radial-gradient(circle at 80% 19%,rgba(24,199,255,.10),transparent 30%),
    linear-gradient(135deg,#020712 0%,#07152e 46%,#020712 100%);
}
body.sabi149-body:before{
  content:"";position:fixed;inset:0;pointer-events:none;
  background:
    radial-gradient(ellipse at 19% 24%,rgba(48,137,255,.22),transparent 22%),
    linear-gradient(90deg,rgba(122,194,255,.026) 1px,transparent 1px),
    linear-gradient(0deg,rgba(122,194,255,.020) 1px,transparent 1px);
  background-size:auto,68px 68px,68px 68px;
  mask-image:radial-gradient(circle at 50% 38%,black,transparent 82%);
}
.sabi149-earth{
  position:fixed;z-index:0;pointer-events:none;left:-5vw;top:105px;width:54vw;height:27vw;
  border-radius:50% 50% 0 0/100% 100% 0 0;
  background:
    radial-gradient(circle at 55% -8%,#fff 0 1.2%,rgba(100,200,255,.95) 2%,rgba(38,118,255,.45) 6%,transparent 10%),
    radial-gradient(ellipse at 55% 0%,rgba(39,142,255,.92),rgba(7,32,83,.54) 44%,rgba(0,0,0,0) 70%);
  box-shadow:0 -4px 32px rgba(28,145,255,.65),0 0 90px rgba(28,145,255,.30);
}
.sabi149-shell{position:relative;z-index:2;width:min(1540px,calc(100vw - 44px));min-height:100vh;margin:0 auto;padding:14px 0 24px}
.sabi149-topbar{
  height:56px;border:1px solid var(--line);border-radius:16px;background:rgba(3,10,26,.74);backdrop-filter:blur(20px);
  display:flex;align-items:center;justify-content:space-between;padding:0 18px;box-shadow:0 18px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05)
}
.sabi149-brand{display:flex;align-items:center;gap:10px}
.sabi149-logo{width:36px;height:36px;border-radius:12px;background:radial-gradient(circle at 32% 22%,#fff 0 9%,#8cdfff 16%,#247bff 46%,#071228 100%);box-shadow:0 0 30px rgba(31,145,255,.55);position:relative}
.sabi149-logo:after{content:"";position:absolute;inset:9px;border-radius:50%;border:2px solid rgba(255,255,255,.82);border-left-color:transparent;transform:rotate(-35deg)}
.sabi149-brand strong{display:block;font-size:18px;letter-spacing:-.01em}
.sabi149-brand span{display:block;color:var(--dim);font-size:10px;margin-top:2px}
.sabi149-nav{display:flex;gap:10px;align-items:center}
.sabi149-nav a,.sabi149-nav button{
  height:36px;border:1px solid rgba(116,178,240,.30);border-radius:11px;background:rgba(2,8,22,.62);color:var(--text);
  text-decoration:none;padding:0 16px;display:inline-flex;align-items:center;gap:8px;font-size:13px;cursor:pointer
}
.sabi149-nav .on{background:linear-gradient(135deg,#1767ff,#1f91ff);border-color:#1f91ff}

.sabi149-layout{
  display:grid;grid-template-columns:470px minmax(780px,1fr);gap:86px;align-items:center;
  min-height:calc(100vh - 122px);padding:0 50px;
}
.sabi149-left h1{margin:0;font-size:clamp(58px,4.8vw,84px);line-height:.91;letter-spacing:-.07em}
.sabi149-left h1 span{display:block;color:var(--blue)}
.sabi149-left>p{margin:18px 0 18px;color:var(--soft);font-size:18px;line-height:1.55}
.sabi149-note{
  border:1px solid var(--line);border-radius:14px;padding:14px;background:rgba(3,12,30,.64);
  display:grid;grid-template-columns:46px 1fr;gap:14px;margin-top:13px;backdrop-filter:blur(14px)
}
.sabi149-note-ico{width:46px;height:46px;border-radius:12px;background:rgba(20,70,150,.35);color:var(--blue);display:grid;place-items:center}
.sabi149-note-ico svg,.sabi149-list-ico svg,.sabi149-field-ico svg,.sabi149-plan svg,.sabi149-button svg,.sabi149-copy svg{width:22px;height:22px;fill:currentColor}
.sabi149-note strong{display:block;font-size:14px}
.sabi149-note span{display:block;color:var(--soft);font-size:13px;line-height:1.42;margin-top:4px}
.sabi149-list{margin-top:18px;border:1px solid var(--line);border-radius:14px;background:rgba(3,12,30,.60);padding:14px}
.sabi149-list-item{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:12px 0;border-bottom:1px solid rgba(116,178,240,.16)}
.sabi149-list-item:last-child{border-bottom:0}
.sabi149-list-ico{width:42px;height:42px;color:var(--blue);display:grid;place-items:center}
.sabi149-list-item strong{display:block;font-size:14px}
.sabi149-list-item span{color:var(--soft);font-size:12.5px;line-height:1.4}

.sabi149-panel{
  border:1px solid var(--line);border-radius:14px;background:radial-gradient(circle at 20% 0%,rgba(31,145,255,.10),transparent 32%),rgba(3,10,27,.74);
  backdrop-filter:blur(22px);box-shadow:0 28px 100px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.05);
  padding:34px;
}
.sabi149-step{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid rgba(116,178,240,.18)}
.sabi149-step:first-child{padding-top:0}
.sabi149-step:last-child{border-bottom:0;padding-bottom:0}
.sabi149-num{width:34px;height:34px;border-radius:50%;border:1px solid var(--blue);color:var(--blue2);display:grid;place-items:center;font-size:18px;box-shadow:0 0 18px rgba(31,145,255,.25)}
.sabi149-step h2{margin:0 0 5px;font-size:24px}
.sabi149-step p{margin:0 0 18px;color:var(--soft);font-size:14px}
.sabi149-plans{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.sabi149-plan{
  min-height:120px;border:1px solid rgba(116,178,240,.28);border-radius:14px;background:rgba(3,12,30,.62);color:var(--text);
  display:grid;place-items:center;gap:5px;cursor:pointer;position:relative;padding:14px;text-align:center
}
.sabi149-plan:hover,.sabi149-plan.is-selected{border-color:var(--blue);background:rgba(12,45,100,.58);box-shadow:0 0 0 1px rgba(31,145,255,.35),0 16px 44px rgba(31,145,255,.12)}
.sabi149-plan.is-selected:after{content:"✓";position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:900}
.sabi149-plan-icon{color:var(--blue)}
.sabi149-plan strong{font-size:15px}
.sabi149-plan em{color:var(--text);font-size:14px;font-style:normal}
.sabi149-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.sabi149-field{min-height:64px;border:1px solid rgba(116,178,240,.26);border-radius:12px;background:rgba(2,8,22,.62);display:grid;grid-template-columns:48px 1fr;align-items:center;overflow:hidden}
.sabi149-field.full{grid-column:1/-1}
.sabi149-field-ico{height:64px;color:rgba(236,244,255,.78);display:grid;place-items:center}
.sabi149-field label{display:grid;gap:2px;color:var(--text);font-size:12px}
.sabi149-field input{border:0;outline:0;background:transparent;color:var(--text);font-size:14px;padding:0 10px 0 0}
.sabi149-field input::placeholder{color:rgba(236,244,255,.40)}
.sabi149-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:14px}
.sabi149-button{min-height:56px;border:1px solid rgba(116,178,240,.35);border-radius:12px;background:rgba(2,8,22,.62);color:var(--text);font-weight:900;font-size:16px;cursor:pointer;display:flex;gap:10px;align-items:center;justify-content:center}
.sabi149-button.primary{border-color:var(--blue);background:linear-gradient(135deg,#145dff,#1f91ff);box-shadow:0 18px 42px rgba(31,145,255,.20)}
.sabi149-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;color:var(--soft);margin:14px 0}
.sabi149-divider:before,.sabi149-divider:after{content:"";height:1px;background:rgba(116,178,240,.22)}
.sabi149-google{min-height:52px;border:1px solid rgba(116,178,240,.22);border-radius:12px;background:rgba(2,8,22,.42);color:rgba(236,244,255,.52);display:grid;grid-template-columns:1fr 1fr;align-items:center;cursor:pointer}
.sabi149-google span{display:flex;justify-content:center;gap:10px;align-items:center}
.sabi149-google b{color:#4285f4;font-size:20px}
.sabi149-qrrow{display:grid;grid-template-columns:minmax(0,1fr) 540px;gap:16px;align-items:center}
.sabi149-qrcard{border:1px solid rgba(31,145,255,.55);border-radius:14px;background:rgba(2,8,22,.58);padding:14px;display:grid;grid-template-columns:140px 1fr;gap:22px;align-items:center}
.sabi149-qr{width:132px;height:132px;border-radius:8px;padding:8px;background:#fff;box-shadow:0 0 0 1px #1f91ff,0 0 28px rgba(31,145,255,.35)}
.sabi149-qr svg{display:block;width:100%;height:100%}
.sabi149-route{display:grid;gap:12px}
.sabi149-route label{color:var(--soft);font-size:13px}
.sabi149-rline{display:grid;grid-template-columns:1fr 38px;gap:8px}
.sabi149-rline code{min-height:38px;border:1px solid rgba(116,178,240,.24);border-radius:7px;background:rgba(0,4,13,.68);color:var(--blue2);padding:10px;word-break:break-all}
.sabi149-copy{border:1px solid rgba(116,178,240,.24);border-radius:7px;background:rgba(2,8,22,.62);color:var(--text);cursor:pointer}
.sabi149-output{display:none!important}
.sabi149-footer{margin-top:18px;border-top:1px solid rgba(116,178,240,.18);min-height:46px;display:flex;align-items:end;justify-content:center;gap:30px;color:var(--dim);font-size:13px}
.sabi149-footer span{display:inline-flex;gap:8px;align-items:center}
.sabi149-hidden{display:none!important}

@media(max-width:1200px){
  .sabi149-layout{grid-template-columns:1fr;padding:0;gap:22px}
  .sabi149-earth{width:80vw;height:40vw}
  .sabi149-plans{grid-template-columns:1fr}
  .sabi149-qrrow,.sabi149-qrcard{grid-template-columns:1fr}
}
@media(max-width:720px){
  .sabi149-shell{width:min(100vw - 18px,1540px)}
  .sabi149-topbar{height:auto;padding:12px;gap:12px;align-items:flex-start}
  .sabi149-nav{flex-wrap:wrap;justify-content:flex-end}
  .sabi149-form,.sabi149-actions{grid-template-columns:1fr}
  .sabi149-left h1{font-size:46px}
}

/* v149B — Registration/Auth screen visual fit only */
/* Scope: auth-register.html only. No backend/account/subscription changes. */

body.sabi149-body {
  min-height: 100vh !important;
  overflow-x: hidden !important;
}

.sabi149-shell {
  width: min(1560px, calc(100vw - 36px)) !important;
  padding-top: 16px !important;
  padding-bottom: 18px !important;
}

/* topbar must not look cut or toy-sized */
.sabi149-topbar {
  height: 58px !important;
  border-radius: 18px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.sabi149-brand strong {
  font-size: 18px !important;
  line-height: 1 !important;
}

.sabi149-brand span {
  font-size: 10px !important;
}

/* match approved composition: large left story + large right form */
.sabi149-layout {
  grid-template-columns: minmax(430px, 500px) minmax(760px, 1fr) !important;
  gap: clamp(34px, 5vw, 86px) !important;
  min-height: calc(100vh - 112px) !important;
  align-items: center !important;
  padding: 0 clamp(18px, 3.2vw, 56px) !important;
}

/* stop ugly title breaking into 4 lines */
.sabi149-left h1 {
  font-size: clamp(54px, 4.7vw, 82px) !important;
  line-height: .92 !important;
  letter-spacing: -0.072em !important;
  max-width: 520px !important;
}

.sabi149-left h1 br {
  display: none !important;
}

.sabi149-left h1 span {
  display: block !important;
  font-size: inherit !important;
  line-height: .92 !important;
}

.sabi149-left > p {
  max-width: 430px !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

/* left cards more premium, less compressed */
.sabi149-note {
  max-width: 430px !important;
  min-height: 88px !important;
  border-radius: 16px !important;
  padding: 15px !important;
}

.sabi149-list {
  max-width: 430px !important;
  border-radius: 16px !important;
  padding: 16px !important;
}

.sabi149-list-item {
  min-height: 62px !important;
  padding: 13px 0 !important;
}

/* right panel: premium size */
.sabi149-panel {
  border-radius: 18px !important;
  padding: clamp(26px, 2.6vw, 38px) !important;
  max-width: 1040px !important;
  justify-self: stretch !important;
}

.sabi149-step {
  grid-template-columns: 40px 1fr !important;
  gap: 18px !important;
  padding: 22px 0 !important;
}

.sabi149-step h2 {
  font-size: 23px !important;
  line-height: 1.1 !important;
}

.sabi149-step p {
  font-size: 14px !important;
  margin-bottom: 16px !important;
}

/* plan cards closer to approved screen */
.sabi149-plans {
  grid-template-columns: repeat(5, minmax(116px, 1fr)) !important;
  gap: 16px !important;
}

.sabi149-plan {
  min-height: 108px !important;
  border-radius: 13px !important;
  padding: 13px 10px !important;
}

.sabi149-plan-icon svg {
  width: 24px !important;
  height: 24px !important;
}

.sabi149-plan strong {
  font-size: 14px !important;
}

.sabi149-plan em {
  font-size: 13px !important;
}

/* form should feel real, not mini debug */
.sabi149-form {
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
}

.sabi149-field {
  min-height: 58px !important;
  border-radius: 11px !important;
}

.sabi149-field.full {
  grid-column: 1 / -1 !important;
}

.sabi149-field-ico {
  height: 58px !important;
}

.sabi149-field label {
  font-size: 12px !important;
}

.sabi149-field input {
  font-size: 14px !important;
}

.sabi149-actions {
  gap: 14px !important;
}

.sabi149-button {
  min-height: 52px !important;
  border-radius: 11px !important;
  font-size: 15px !important;
}

.sabi149-google {
  min-height: 48px !important;
  border-radius: 11px !important;
}

/* QR block like approved screen */
.sabi149-qrrow {
  grid-template-columns: minmax(250px, 1fr) minmax(440px, 540px) !important;
  gap: 18px !important;
}

.sabi149-qrcard {
  grid-template-columns: 130px 1fr !important;
  gap: 18px !important;
  border-radius: 14px !important;
  padding: 13px !important;
}

.sabi149-qr {
  width: 122px !important;
  height: 122px !important;
  border-radius: 8px !important;
}

.sabi149-route code {
  font-size: 12px !important;
}

/* remove bottom junk feeling while keeping clean approved footer */
.sabi149-footer {
  min-height: 34px !important;
  margin-top: 10px !important;
  padding-top: 8px !important;
  align-items: center !important;
  font-size: 12px !important;
}

.sabi149-footer svg {
  width: 16px !important;
  height: 16px !important;
}

/* local browser widths: avoid squeezing into ugly tiny layout */
@media (max-width: 1280px) {
  .sabi149-shell {
    width: min(1180px, calc(100vw - 28px)) !important;
  }

  .sabi149-layout {
    grid-template-columns: minmax(330px, 400px) minmax(520px, 1fr) !important;
    gap: 28px !important;
    padding: 0 18px !important;
  }

  .sabi149-left h1 {
    font-size: clamp(46px, 5vw, 66px) !important;
    max-width: 390px !important;
  }

  .sabi149-left > p,
  .sabi149-note,
  .sabi149-list {
    max-width: 380px !important;
  }

  .sabi149-panel {
    padding: 24px !important;
  }

  .sabi149-plans {
    gap: 12px !important;
  }

  .sabi149-plan {
    min-height: 96px !important;
  }

  .sabi149-qrrow {
    grid-template-columns: 1fr !important;
  }

  .sabi149-qrcard {
    grid-template-columns: 118px 1fr !important;
  }

  .sabi149-qr {
    width: 110px !important;
    height: 110px !important;
  }
}

@media (max-width: 980px) {
  .sabi149-layout {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .sabi149-left h1 {
    max-width: 100% !important;
    font-size: clamp(44px, 8vw, 64px) !important;
  }

  .sabi149-left > p,
  .sabi149-note,
  .sabi149-list {
    max-width: 100% !important;
  }

  .sabi149-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sabi149-form,
  .sabi149-actions,
  .sabi149-qrcard {
    grid-template-columns: 1fr !important;
  }
}


/* v149D — Registration/Auth premium polish and final seal */
/* Scope: registration only */

body.sabi149-body[data-v149d-final="premium-registration-100"] {
  background:
    radial-gradient(circle at 20% 18%, rgba(31, 145, 255, .28), transparent 27%),
    radial-gradient(circle at 78% 18%, rgba(24, 199, 255, .14), transparent 30%),
    linear-gradient(135deg, #020712 0%, #07152f 46%, #020712 100%) !important;
}

/* make page feel like product, not technical console */
body[data-v149d-final="premium-registration-100"] .sabi149-shell {
  width: min(1580px, calc(100vw - 38px)) !important;
}

body[data-v149d-final="premium-registration-100"] .sabi149-left h1 {
  font-size: clamp(58px, 5vw, 88px) !important;
  letter-spacing: -0.082em !important;
  line-height: .9 !important;
}

body[data-v149d-final="premium-registration-100"] .sabi149-left h1 span {
  color: #2397ff !important;
  text-shadow: 0 0 34px rgba(35,151,255,.26) !important;
}

body[data-v149d-final="premium-registration-100"] .sabi149-left > p {
  color: rgba(236,244,255,.76) !important;
  font-size: 17px !important;
}

/* premium info cards */
body[data-v149d-final="premium-registration-100"] .sabi149-note,
body[data-v149d-final="premium-registration-100"] .sabi149-list {
  border-color: rgba(116,178,240,.32) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(31,145,255,.11), transparent 32%),
    rgba(3,12,30,.66) !important;
  box-shadow: 0 16px 60px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.045) !important;
}

body[data-v149d-final="premium-registration-100"] .sabi149-list-item strong,
body[data-v149d-final="premium-registration-100"] .sabi149-note strong {
  font-size: 14px !important;
}

body[data-v149d-final="premium-registration-100"] .sabi149-list-item span,
body[data-v149d-final="premium-registration-100"] .sabi149-note span {
  color: rgba(236,244,255,.68) !important;
}

/* right auth card upscale */
body[data-v149d-final="premium-registration-100"] .sabi149-panel {
  border-radius: 18px !important;
  border-color: rgba(116,178,240,.34) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(31,145,255,.12), transparent 34%),
    linear-gradient(180deg, rgba(4,13,32,.82), rgba(2,8,22,.88)) !important;
}

body[data-v149d-final="premium-registration-100"] .sabi149-plan,
body[data-v149d-final="premium-registration-100"] .sabi149-field,
body[data-v149d-final="premium-registration-100"] .sabi149-qrcard {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
}

/* selected plan must look intentional */
body[data-v149d-final="premium-registration-100"] .sabi149-plan.is-selected {
  background:
    radial-gradient(circle at 75% 10%, rgba(31,145,255,.22), transparent 34%),
    rgba(12,45,100,.62) !important;
}

/* Premium Google OAuth locked row */
body[data-v149d-final="premium-registration-100"] .sabi149-google-premium {
  min-height: 54px !important;
  border-radius: 13px !important;
  border: 1px solid rgba(116,178,240,.24) !important;
  background:
    linear-gradient(180deg, rgba(7,18,43,.72), rgba(2,8,22,.70)) !important;
  color: rgba(236,244,255,.86) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .82fr) !important;
  align-items: center !important;
  padding: 0 18px !important;
  cursor: pointer !important;
  overflow: hidden !important;
}

body[data-v149d-final="premium-registration-100"] .sabi149-google-premium svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

.sabi149-google-left,
.sabi149-google-right {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.sabi149-google-left {
  justify-content: flex-start !important;
}

.sabi149-google-right {
  justify-content: flex-end !important;
  color: rgba(236,244,255,.56) !important;
  font-size: 13px !important;
}

.sabi149-google-left strong {
  color: rgba(248,251,255,.92) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.sabi149-google-left em {
  color: rgba(236,244,255,.48) !important;
  font-size: 13px !important;
  font-style: normal !important;
}

.sabi149-google-sticker {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 10px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 0 24px rgba(255,255,255,.12) !important;
  font-style: normal !important;
}

.sabi149-google-sticker b {
  font-size: 19px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  font-family: Arial, sans-serif !important;
  background: conic-gradient(from 0deg, #4285F4, #34A853, #FBBC05, #EA4335, #4285F4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.sabi149-lock-dot {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  border-radius: 6px !important;
  display: inline-block !important;
  position: relative !important;
  border: 1px solid rgba(236,244,255,.30) !important;
}

.sabi149-lock-dot::before {
  content: "" !important;
  position: absolute !important;
  width: 8px !important;
  height: 7px !important;
  left: 4px !important;
  top: -6px !important;
  border: 1px solid rgba(236,244,255,.36) !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0 !important;
}

/* Remove any giant technical lock artifacts in Google row */
body[data-v149d-final="premium-registration-100"] .sabi149-google-premium .sabi149-lock-dot svg,
body[data-v149d-final="premium-registration-100"] .sabi149-google-premium > svg {
  display: none !important;
}

/* QR block premium finish */
body[data-v149d-final="premium-registration-100"] .sabi149-qrcard {
  background:
    radial-gradient(circle at 16% 0%, rgba(31,145,255,.13), transparent 35%),
    rgba(2,8,22,.64) !important;
  border-color: rgba(31,145,255,.68) !important;
}

body[data-v149d-final="premium-registration-100"] .sabi149-qr {
  box-shadow: 0 0 0 1px #1f91ff, 0 0 34px rgba(31,145,255,.42) !important;
}

/* no visible dev output */
body[data-v149d-final="premium-registration-100"] [data-real-auth-output],
body[data-v149d-final="premium-registration-100"] .sabi149-output {
  display: none !important;
}

/* v149D browser width polish */
@media (max-width: 1440px) {
  body[data-v149d-final="premium-registration-100"] .sabi149-layout {
    grid-template-columns: minmax(340px, 410px) minmax(640px, 1fr) !important;
    gap: 34px !important;
  }

  body[data-v149d-final="premium-registration-100"] .sabi149-google-premium {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 10px 14px !important;
  }

  body[data-v149d-final="premium-registration-100"] .sabi149-google-right {
    justify-content: flex-start !important;
    font-size: 12px !important;
  }
}


/* v149E — Premium motion, unified buttons, QR zoom */
/* Scope: Registration/Auth only */

body.sabi149-body[data-v149e-premium="motion-qr-zoom"] {
  background:
    radial-gradient(circle at 18% 18%, rgba(31,145,255,.42), transparent 25%),
    radial-gradient(circle at 74% 16%, rgba(24,199,255,.18), transparent 28%),
    radial-gradient(circle at 50% 115%, rgba(31,145,255,.14), transparent 34%),
    linear-gradient(135deg, #020712 0%, #06152f 46%, #020712 100%) !important;
}

/* animated premium aura */
body[data-v149e-premium="motion-qr-zoom"]::after {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 24%, rgba(31,145,255,.16), transparent 18%),
    radial-gradient(circle at 78% 20%, rgba(24,199,255,.10), transparent 17%),
    radial-gradient(circle at 50% 70%, rgba(31,145,255,.08), transparent 24%);
  filter: blur(18px);
  animation: sabi149eAura 9s ease-in-out infinite alternate;
}

@keyframes sabi149eAura {
  0% { transform: translate3d(-1%, -1%, 0) scale(1); opacity: .68; }
  100% { transform: translate3d(1.5%, 1%, 0) scale(1.04); opacity: .96; }
}

body[data-v149e-premium="motion-qr-zoom"] .sabi149-earth {
  animation: sabi149eEarthGlow 7s ease-in-out infinite alternate;
}

@keyframes sabi149eEarthGlow {
  0% { filter: saturate(1) brightness(1); opacity: .88; }
  100% { filter: saturate(1.25) brightness(1.16); opacity: 1; }
}

/* premium glass panels */
body[data-v149e-premium="motion-qr-zoom"] .sabi149-panel,
body[data-v149e-premium="motion-qr-zoom"] .sabi149-note,
body[data-v149e-premium="motion-qr-zoom"] .sabi149-list {
  backdrop-filter: blur(26px) saturate(1.12) !important;
}

body[data-v149e-premium="motion-qr-zoom"] .sabi149-panel {
  box-shadow:
    0 32px 110px rgba(0,0,0,.40),
    0 0 0 1px rgba(31,145,255,.08),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

/* subtle premium hover */
body[data-v149e-premium="motion-qr-zoom"] .sabi149-plan,
body[data-v149e-premium="motion-qr-zoom"] .sabi149-field,
body[data-v149e-premium="motion-qr-zoom"] .sabi149-qrcard,
body[data-v149e-premium="motion-qr-zoom"] .sabi149-button,
body[data-v149e-premium="motion-qr-zoom"] .sabi149-google-premium {
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease !important;
}

body[data-v149e-premium="motion-qr-zoom"] .sabi149-plan:hover,
body[data-v149e-premium="motion-qr-zoom"] .sabi149-button:hover,
body[data-v149e-premium="motion-qr-zoom"] .sabi149-google-premium:hover {
  transform: translateY(-1px) !important;
}

/* all main action buttons unified */
body[data-v149e-premium="motion-qr-zoom"] .sabi149-button,
body[data-v149e-premium="motion-qr-zoom"] .sabi149-google-premium {
  min-height: 54px !important;
  height: 54px !important;
  border-radius: 13px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

body[data-v149e-premium="motion-qr-zoom"] .sabi149-button.primary {
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.20), transparent 28%),
    linear-gradient(135deg, #145dff, #1f91ff 52%, #18c7ff) !important;
  box-shadow: 0 18px 46px rgba(31,145,255,.24) !important;
}

body[data-v149e-premium="motion-qr-zoom"] .sabi149-button:not(.primary) {
  background: rgba(3,12,30,.68) !important;
}

/* Google must look like premium sticker, not technical locked box */
body[data-v149e-premium="motion-qr-zoom"] .sabi149-google-premium {
  border-color: rgba(116,178,240,.30) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.06), transparent 24%),
    linear-gradient(180deg, rgba(7,18,43,.78), rgba(2,8,22,.76)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045) !important;
}

body[data-v149e-premium="motion-qr-zoom"] .sabi149-google-left strong {
  font-size: 15px !important;
}

body[data-v149e-premium="motion-qr-zoom"] .sabi149-google-sticker {
  width: 32px !important;
  height: 32px !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: 0 0 26px rgba(255,255,255,.16), inset 0 0 0 1px rgba(0,0,0,.05) !important;
}

/* QR section: remove technical route feeling */
.sabi149-hidden-route {
  display: none !important;
}

.sabi149-route-premium {
  gap: 10px !important;
}

.sabi149-qr-premium-text {
  margin: 0 !important;
  color: rgba(236,244,255,.70) !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
}

.sabi149-qr-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

body[data-v149e-premium="motion-qr-zoom"] .sabi149-qrcard {
  background:
    radial-gradient(circle at 18% 0%, rgba(31,145,255,.16), transparent 34%),
    rgba(2,8,22,.68) !important;
  border-color: rgba(31,145,255,.76) !important;
  box-shadow:
    0 0 0 1px rgba(31,145,255,.13),
    0 22px 60px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.05) !important;
}

body[data-v149e-premium="motion-qr-zoom"] .sabi149-qr {
  position: relative !important;
  box-shadow:
    0 0 0 1px #1f91ff,
    0 0 38px rgba(31,145,255,.52),
    0 12px 32px rgba(0,0,0,.28) !important;
  animation: sabi149eQrGlow 2.8s ease-in-out infinite alternate;
}

@keyframes sabi149eQrGlow {
  0% { box-shadow: 0 0 0 1px #1f91ff, 0 0 24px rgba(31,145,255,.34), 0 12px 32px rgba(0,0,0,.28); }
  100% { box-shadow: 0 0 0 1px #18c7ff, 0 0 46px rgba(24,199,255,.62), 0 12px 32px rgba(0,0,0,.28); }
}

/* QR zoom modal */
.sabi149-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 35%, rgba(31,145,255,.20), transparent 34%),
    rgba(0, 4, 13, .84);
  backdrop-filter: blur(18px);
}

.sabi149-qr-modal.is-open {
  display: grid;
}

.sabi149-qr-modal-card {
  width: min(620px, calc(100vw - 40px));
  border: 1px solid rgba(31,145,255,.55);
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(31,145,255,.16), transparent 32%),
    rgba(3, 10, 27, .96);
  box-shadow: 0 34px 130px rgba(0,0,0,.55), 0 0 80px rgba(31,145,255,.24);
  display: grid;
  gap: 18px;
  text-align: center;
}

.sabi149-qr-modal-title {
  margin: 0;
  font-size: 30px;
  letter-spacing: -.035em;
}

.sabi149-qr-modal-subtitle {
  margin: 0;
  color: rgba(236,244,255,.70);
  line-height: 1.5;
}

.sabi149-qr-modal-code {
  width: min(360px, 78vw);
  height: min(360px, 78vw);
  justify-self: center;
  border-radius: 22px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 0 0 1px #1f91ff, 0 0 70px rgba(31,145,255,.48);
}

.sabi149-qr-modal-code svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sabi149-qr-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* final seal compatibility */
body[data-v149e-premium="motion-qr-zoom"] [data-real-auth-output],
body[data-v149e-premium="motion-qr-zoom"] .sabi149-output {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body[data-v149e-premium="motion-qr-zoom"]::after,
  body[data-v149e-premium="motion-qr-zoom"] .sabi149-earth,
  body[data-v149e-premium="motion-qr-zoom"] .sabi149-qr {
    animation: none !important;
  }
}

@media (max-width: 1440px) {
  .sabi149-qr-actions {
    grid-template-columns: 1fr !important;
  }
}

/* v149F — final Registration DOM polish */
body[data-v149f-final="registration-100"] .sabi149-output,
body[data-v149f-final="registration-100"] [data-real-auth-output] {
  display: none !important;
}

body[data-v149f-final="registration-100"] .sabi149-google-fixed {
  min-height: 54px !important;
  height: 54px !important;
  border: 1px solid rgba(116,178,240,.28) !important;
  border-radius: 13px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.06), transparent 26%),
    linear-gradient(180deg, rgba(7,18,43,.80), rgba(2,8,22,.76)) !important;
  color: rgba(248,251,255,.92) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 0 16px !important;
  cursor: pointer !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045) !important;
}

.sabi149-google-fixed-left,
.sabi149-google-fixed-right {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.sabi149-google-fixed-left strong {
  font-size: 14px !important;
  font-weight: 900 !important;
}

.sabi149-google-fixed-left em {
  color: rgba(236,244,255,.48) !important;
  font-size: 13px !important;
  font-style: normal !important;
}

.sabi149-google-fixed-right {
  justify-content: flex-end !important;
  color: rgba(236,244,255,.58) !important;
  font-size: 13px !important;
}

.sabi149-google-logo-real {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  border-radius: 10px !important;
  background: #fff !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: 0 0 24px rgba(255,255,255,.16), inset 0 0 0 1px rgba(0,0,0,.05) !important;
  font-family: Arial, sans-serif !important;
  font-weight: 950 !important;
  font-size: 19px !important;
  background-image: conic-gradient(from 0deg, #4285F4, #34A853, #FBBC05, #EA4335, #4285F4) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.sabi149-lock-mini {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  border: 1px solid rgba(236,244,255,.32) !important;
  border-radius: 6px !important;
  position: relative !important;
  display: inline-block !important;
}

.sabi149-lock-mini::before {
  content: "" !important;
  position: absolute !important;
  left: 4px !important;
  top: -6px !important;
  width: 8px !important;
  height: 7px !important;
  border: 1px solid rgba(236,244,255,.38) !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0 !important;
}

/* Premium QR final block: no visible technical route */
.sabi149-qr-final-card {
  border: 1px solid rgba(31,145,255,.72) !important;
  border-radius: 15px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(31,145,255,.18), transparent 34%),
    rgba(2,8,22,.70) !important;
  padding: 14px !important;
  display: grid !important;
  grid-template-columns: 132px 1fr !important;
  gap: 20px !important;
  align-items: center !important;
  box-shadow:
    0 0 0 1px rgba(31,145,255,.12),
    0 22px 60px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.05) !important;
}

.sabi149-qr-final-copy {
  display: grid !important;
  gap: 10px !important;
}

.sabi149-qr-final-copy strong {
  font-size: 14px !important;
  color: #f8fbff !important;
}

.sabi149-qr-final-copy p {
  margin: 0 !important;
  color: rgba(236,244,255,.70) !important;
  font-size: 12.5px !important;
  line-height: 1.42 !important;
}

.sabi149-qr-final-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

.sabi149-qr-final-actions .sabi149-button {
  min-height: 50px !important;
  height: 50px !important;
  border-radius: 12px !important;
}

.sabi149-qr-final-hidden-route {
  display: none !important;
}

body[data-v149f-final="registration-100"] .sabi149-qr {
  width: 124px !important;
  height: 124px !important;
  border-radius: 9px !important;
  box-shadow:
    0 0 0 1px #1f91ff,
    0 0 40px rgba(31,145,255,.50),
    0 12px 32px rgba(0,0,0,.28) !important;
  animation: sabi149fQrPulse 2.8s ease-in-out infinite alternate;
}

@keyframes sabi149fQrPulse {
  0% { box-shadow: 0 0 0 1px #1f91ff, 0 0 24px rgba(31,145,255,.32), 0 12px 32px rgba(0,0,0,.28); }
  100% { box-shadow: 0 0 0 1px #18c7ff, 0 0 48px rgba(24,199,255,.62), 0 12px 32px rgba(0,0,0,.28); }
}

.sabi149-qr-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: none !important;
  place-items: center !important;
  padding: 28px !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(31,145,255,.24), transparent 34%),
    rgba(0, 4, 13, .86) !important;
  backdrop-filter: blur(18px) !important;
}

.sabi149-qr-modal.is-open {
  display: grid !important;
}

.sabi149-qr-modal-card {
  width: min(620px, calc(100vw - 40px)) !important;
  border: 1px solid rgba(31,145,255,.58) !important;
  border-radius: 28px !important;
  padding: 28px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(31,145,255,.18), transparent 32%),
    rgba(3, 10, 27, .96) !important;
  box-shadow: 0 34px 130px rgba(0,0,0,.55), 0 0 80px rgba(31,145,255,.25) !important;
  display: grid !important;
  gap: 18px !important;
  text-align: center !important;
}

.sabi149-qr-modal-title {
  margin: 0 !important;
  font-size: 30px !important;
  letter-spacing: -.035em !important;
}

.sabi149-qr-modal-subtitle {
  margin: 0 !important;
  color: rgba(236,244,255,.70) !important;
  line-height: 1.5 !important;
}

.sabi149-qr-modal-code {
  width: min(360px, 78vw) !important;
  height: min(360px, 78vw) !important;
  justify-self: center !important;
  border-radius: 22px !important;
  padding: 18px !important;
  background: #fff !important;
  box-shadow: 0 0 0 1px #1f91ff, 0 0 70px rgba(31,145,255,.48) !important;
}

.sabi149-qr-modal-code svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.sabi149-qr-modal-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

@media (max-width: 1440px) {
  .sabi149-qr-final-card {
    grid-template-columns: 118px 1fr !important;
  }

  .sabi149-qr-final-actions {
    grid-template-columns: 1fr !important;
  }
}

/* v149G — Sabi brand sticker + premium QR + left cards polish */
/* Scope: Registration/Auth only */

body[data-v149g-brand="sabi-sticker-premium"] {
  background:
    radial-gradient(circle at 19% 18%, rgba(31,145,255,.46), transparent 25%),
    radial-gradient(circle at 76% 18%, rgba(24,199,255,.18), transparent 28%),
    radial-gradient(circle at 50% 110%, rgba(58,119,255,.16), transparent 34%),
    linear-gradient(135deg, #020712 0%, #061631 48%, #020712 100%) !important;
}

body[data-v149g-brand="sabi-sticker-premium"]::after {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(31,145,255,.17), transparent 18%),
    radial-gradient(circle at 80% 19%, rgba(24,199,255,.10), transparent 18%),
    radial-gradient(circle at 52% 70%, rgba(53,129,255,.08), transparent 26%);
  filter: blur(20px);
  animation: sabi149gAmbient 8s ease-in-out infinite alternate;
}

@keyframes sabi149gAmbient {
  0% { transform: translate3d(-1%, -1%, 0) scale(1); opacity: .62; }
  100% { transform: translate3d(1.4%, 1%, 0) scale(1.045); opacity: .95; }
}

/* Deep premium glass */
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-panel,
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-note,
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-list {
  backdrop-filter: blur(28px) saturate(1.16) !important;
  box-shadow:
    0 30px 110px rgba(0,0,0,.42),
    0 0 0 1px rgba(31,145,255,.10),
    inset 0 1px 0 rgba(255,255,255,.055) !important;
}

/* Replace technical-looking left lock card with premium status */
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-note {
  min-height: 96px !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(31,145,255,.20), transparent 35%),
    linear-gradient(180deg, rgba(8,25,58,.78), rgba(3,12,30,.72)) !important;
}

body[data-v149g-brand="sabi-sticker-premium"] .sabi149-note-ico {
  width: 52px !important;
  height: 52px !important;
  border-radius: 17px !important;
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(135deg, rgba(31,145,255,.88), rgba(24,199,255,.55)) !important;
  box-shadow: 0 0 28px rgba(31,145,255,.30) !important;
}

/* Brand sticker used in important places */
.sabi149-brand-sticker {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 16px !important;
  display: grid !important;
  place-items: center !important;
  position: relative !important;
  color: #dff7ff !important;
  background:
    radial-gradient(circle at 34% 22%, rgba(255,255,255,.90), rgba(124,226,255,.42) 14%, transparent 23%),
    linear-gradient(145deg, #0fe3e8 0%, #1f91ff 48%, #123cff 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.18),
    0 0 30px rgba(31,145,255,.46),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
  overflow: hidden !important;
}

.sabi149-brand-sticker::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), transparent 34%),
    rgba(2, 8, 22, .88);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.sabi149-brand-sticker::after {
  content: "SABI";
  position: relative;
  z-index: 2;
  font-size: 9px;
  letter-spacing: .16em;
  font-weight: 950;
  color: #b6d6ff;
  text-shadow: 0 0 12px rgba(124,226,255,.45);
}

/* Left list icon polish */
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-list {
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(31,145,255,.13), transparent 35%),
    linear-gradient(180deg, rgba(5,17,42,.76), rgba(3,12,30,.70)) !important;
}

body[data-v149g-brand="sabi-sticker-premium"] .sabi149-list-item {
  min-height: 68px !important;
}

body[data-v149g-brand="sabi-sticker-premium"] .sabi149-list-ico {
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  background: rgba(31,145,255,.12) !important;
}

/* Google premium row — same family as other buttons */
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-google-fixed {
  height: 54px !important;
  min-height: 54px !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(180deg, rgba(8,24,56,.82), rgba(2,8,22,.78)) !important;
  border-color: rgba(116,178,240,.32) !important;
  box-shadow:
    0 16px 46px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.055) !important;
}

body[data-v149g-brand="sabi-sticker-premium"] .sabi149-google-logo-real {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 11px !important;
}

/* QR final card: brand style, no technical route */
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-qr-final-card {
  background:
    radial-gradient(circle at 16% 0%, rgba(31,145,255,.22), transparent 32%),
    linear-gradient(180deg, rgba(6,21,50,.78), rgba(2,8,22,.74)) !important;
  border-color: rgba(31,145,255,.82) !important;
  box-shadow:
    0 0 0 1px rgba(31,145,255,.16),
    0 26px 70px rgba(0,0,0,.32),
    0 0 44px rgba(31,145,255,.16),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body[data-v149g-brand="sabi-sticker-premium"] .sabi149-qr {
  position: relative !important;
  overflow: visible !important;
  width: 128px !important;
  height: 128px !important;
  padding: 8px !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow:
    0 0 0 1px #1f91ff,
    0 0 46px rgba(31,145,255,.56),
    0 16px 38px rgba(0,0,0,.30) !important;
  animation: sabi149gQrBreath 2.6s ease-in-out infinite alternate;
}

@keyframes sabi149gQrBreath {
  0% { transform: translateY(0) scale(1); box-shadow: 0 0 0 1px #1f91ff, 0 0 30px rgba(31,145,255,.36), 0 16px 38px rgba(0,0,0,.30); }
  100% { transform: translateY(-1px) scale(1.015); box-shadow: 0 0 0 1px #18c7ff, 0 0 58px rgba(24,199,255,.64), 0 16px 38px rgba(0,0,0,.30); }
}

.sabi149-qr-brand-center {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 17px !important;
  z-index: 5 !important;
  pointer-events: none !important;
}

/* Modal QR with SABI brand sticker */
.sabi149-qr-modal-code {
  position: relative !important;
  overflow: visible !important;
}

.sabi149-qr-modal-brand {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 74px !important;
  height: 74px !important;
  border-radius: 26px !important;
  z-index: 10 !important;
  pointer-events: none !important;
}

/* QR text and buttons */
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-qr-final-copy strong {
  font-size: 15px !important;
  letter-spacing: -.01em !important;
}

body[data-v149g-brand="sabi-sticker-premium"] .sabi149-qr-final-copy p {
  color: rgba(236,244,255,.72) !important;
}

body[data-v149g-brand="sabi-sticker-premium"] .sabi149-qr-final-actions .sabi149-button {
  min-height: 52px !important;
  height: 52px !important;
  border-radius: 13px !important;
  font-size: 14px !important;
}

/* More premium title glow */
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-left h1 {
  text-shadow: 0 0 28px rgba(255,255,255,.08) !important;
}

body[data-v149g-brand="sabi-sticker-premium"] .sabi149-left h1 span {
  text-shadow: 0 0 32px rgba(31,145,255,.36) !important;
}

/* Keep debug hidden */
body[data-v149g-brand="sabi-sticker-premium"] [data-real-auth-output],
body[data-v149g-brand="sabi-sticker-premium"] .sabi149-output {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body[data-v149g-brand="sabi-sticker-premium"]::after,
  body[data-v149g-brand="sabi-sticker-premium"] .sabi149-qr,
  body[data-v149g-brand="sabi-sticker-premium"] .sabi149-earth {
    animation: none !important;
  }
}

/* v149H — premium depth, animated non-flat cards, colorful stickers */
/* Scope: Registration/Auth only */

body[data-v149h-depth="premium-animated"] {
  background:
    radial-gradient(circle at 18% 18%, rgba(31,145,255,.50), transparent 25%),
    radial-gradient(circle at 78% 18%, rgba(20,236,255,.20), transparent 29%),
    radial-gradient(circle at 50% 105%, rgba(134,79,255,.14), transparent 34%),
    linear-gradient(135deg, #020712 0%, #061732 48%, #020712 100%) !important;
}

body[data-v149h-depth="premium-animated"]::before {
  animation: sabi149hGridFloat 11s ease-in-out infinite alternate !important;
}

@keyframes sabi149hGridFloat {
  0% { transform: translate3d(-.8%, -.5%, 0); opacity: .64; }
  100% { transform: translate3d(.9%, .8%, 0); opacity: .92; }
}

/* Premium raised cards: not flat */
body[data-v149h-depth="premium-animated"] .sabi149-panel,
body[data-v149h-depth="premium-animated"] .sabi149-note,
body[data-v149h-depth="premium-animated"] .sabi149-list,
body[data-v149h-depth="premium-animated"] .sabi149-plan,
body[data-v149h-depth="premium-animated"] .sabi149-field,
body[data-v149h-depth="premium-animated"] .sabi149-qr-final-card,
body[data-v149h-depth="premium-animated"] .sabi149-google-fixed {
  border-color: rgba(127, 205, 255, .36) !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(255,255,255,.075), transparent 32%),
    radial-gradient(circle at 82% 8%, rgba(31,145,255,.13), transparent 34%),
    linear-gradient(180deg, rgba(7, 23, 55, .86), rgba(2, 8, 22, .78)) !important;
  box-shadow:
    0 18px 46px rgba(0,0,0,.32),
    0 0 0 1px rgba(31,145,255,.10),
    inset 0 1px 0 rgba(255,255,255,.075),
    inset 0 -1px 0 rgba(0,0,0,.28) !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-panel {
  box-shadow:
    0 34px 120px rgba(0,0,0,.46),
    0 0 70px rgba(31,145,255,.10),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(0,0,0,.34) !important;
}

/* animated light sweep */
body[data-v149h-depth="premium-animated"] .sabi149-panel,
body[data-v149h-depth="premium-animated"] .sabi149-list,
body[data-v149h-depth="premium-animated"] .sabi149-note {
  position: relative !important;
  overflow: hidden !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-panel::after,
body[data-v149h-depth="premium-animated"] .sabi149-list::after,
body[data-v149h-depth="premium-animated"] .sabi149-note::after {
  content: "" !important;
  position: absolute !important;
  inset: -60% -80% auto auto !important;
  width: 46% !important;
  height: 220% !important;
  transform: rotate(22deg) translateX(-140%) !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.065), transparent) !important;
  pointer-events: none !important;
  animation: sabi149hSweep 7s ease-in-out infinite !important;
}

@keyframes sabi149hSweep {
  0%, 22% { transform: rotate(22deg) translateX(-160%); opacity: 0; }
  35% { opacity: .9; }
  52%, 100% { transform: rotate(22deg) translateX(220%); opacity: 0; }
}

/* Colorful sticker system */
.sabi149-color-sticker {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 15px !important;
  display: grid !important;
  place-items: center !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.15),
    0 14px 34px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.26) !important;
}

.sabi149-color-sticker svg {
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
  position: relative !important;
  z-index: 2 !important;
  filter: drop-shadow(0 0 8px rgba(255,255,255,.22)) !important;
}

.sabi149-color-sticker::before {
  content: "" !important;
  position: absolute !important;
  inset: -30% !important;
  background: radial-gradient(circle at 28% 20%, rgba(255,255,255,.44), transparent 24%) !important;
  transform: rotate(18deg) !important;
}

.sabi149-sticker-blue {
  color: #dff7ff !important;
  background: linear-gradient(145deg, #00e4ff, #1f91ff 46%, #123cff) !important;
}

.sabi149-sticker-green {
  color: #ecfff8 !important;
  background: linear-gradient(145deg, #44ffc4, #13b978 52%, #087a58) !important;
}

.sabi149-sticker-gold {
  color: #fff9e6 !important;
  background: linear-gradient(145deg, #ffe58f, #ffb13d 52%, #cc6d00) !important;
}

.sabi149-sticker-purple {
  color: #fff0ff !important;
  background: linear-gradient(145deg, #d66cff, #8d49ff 52%, #4e24cc) !important;
}

.sabi149-sticker-red {
  color: #fff3f5 !important;
  background: linear-gradient(145deg, #ff7c9d, #ff4e65 52%, #9c1832) !important;
}

.sabi149-sticker-google {
  background: #fff !important;
  color: transparent !important;
}

.sabi149-sticker-google::after {
  content: "G" !important;
  position: relative !important;
  z-index: 2 !important;
  font-size: 22px !important;
  font-weight: 950 !important;
  font-family: Arial, sans-serif !important;
  background: conic-gradient(from 0deg, #4285F4, #34A853, #FBBC05, #EA4335, #4285F4) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

/* Left list gets premium icon spacing */
body[data-v149h-depth="premium-animated"] .sabi149-list-ico,
body[data-v149h-depth="premium-animated"] .sabi149-note-ico {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-list-item {
  grid-template-columns: 52px 1fr !important;
  gap: 14px !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-note {
  grid-template-columns: 58px 1fr !important;
}

/* Plan cards colorful stickers */
body[data-v149h-depth="premium-animated"] .sabi149-plan {
  min-height: 118px !important;
  transform: translateZ(0) !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-plan-icon {
  width: 36px !important;
  height: 36px !important;
  border-radius: 13px !important;
  display: grid !important;
  place-items: center !important;
  color: #dff7ff !important;
  background: linear-gradient(145deg, rgba(0,228,255,.36), rgba(31,145,255,.42)) !important;
  box-shadow: 0 0 24px rgba(31,145,255,.24), inset 0 1px 0 rgba(255,255,255,.22) !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-plan:nth-child(1) .sabi149-plan-icon {
  background: linear-gradient(145deg, #44ffc4, #1f91ff) !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-plan:nth-child(2) .sabi149-plan-icon {
  background: linear-gradient(145deg, #8fd7ff, #1f91ff) !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-plan:nth-child(3) .sabi149-plan-icon {
  background: linear-gradient(145deg, #00e4ff, #145dff) !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-plan:nth-child(4) .sabi149-plan-icon,
body[data-v149h-depth="premium-animated"] .sabi149-plan:nth-child(5) .sabi149-plan-icon {
  background: linear-gradient(145deg, #d66cff, #8d49ff) !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-plan.is-selected {
  transform: translateY(-2px) !important;
  border-color: rgba(24,199,255,.95) !important;
  box-shadow:
    0 24px 60px rgba(31,145,255,.22),
    0 0 0 1px rgba(24,199,255,.36),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}

/* QR card and buttons stronger */
body[data-v149h-depth="premium-animated"] .sabi149-qr-final-card {
  border-radius: 18px !important;
  transform: translateZ(0) !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-qr-final-actions .sabi149-button {
  box-shadow:
    0 14px 34px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}

/* SABI QR center should look like brand sticker */
body[data-v149h-depth="premium-animated"] .sabi149-qr-brand-center,
body[data-v149h-depth="premium-animated"] .sabi149-qr-modal-brand {
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.45), transparent 22%),
    linear-gradient(145deg, #0fe3e8 0%, #1f91ff 48%, #123cff 100%) !important;
  box-shadow:
    0 0 0 2px rgba(170,213,255,.75),
    0 0 32px rgba(31,145,255,.55),
    inset 0 1px 0 rgba(255,255,255,.35) !important;
}

body[data-v149h-depth="premium-animated"] .sabi149-qr-brand-center::before,
body[data-v149h-depth="premium-animated"] .sabi149-qr-modal-brand::before {
  background: rgba(2,8,22,.88) !important;
}

/* More visible animation for main panel and QR only */
body[data-v149h-depth="premium-animated"] .sabi149-panel {
  animation: sabi149hPanelBreath 4.8s ease-in-out infinite alternate !important;
}

@keyframes sabi149hPanelBreath {
  0% { box-shadow: 0 34px 120px rgba(0,0,0,.44), 0 0 42px rgba(31,145,255,.08), inset 0 1px 0 rgba(255,255,255,.08); }
  100% { box-shadow: 0 38px 132px rgba(0,0,0,.48), 0 0 70px rgba(24,199,255,.14), inset 0 1px 0 rgba(255,255,255,.09); }
}

@media (prefers-reduced-motion: reduce) {
  body[data-v149h-depth="premium-animated"]::before,
  body[data-v149h-depth="premium-animated"]::after,
  body[data-v149h-depth="premium-animated"] .sabi149-panel,
  body[data-v149h-depth="premium-animated"] .sabi149-panel::after,
  body[data-v149h-depth="premium-animated"] .sabi149-list::after,
  body[data-v149h-depth="premium-animated"] .sabi149-note::after {
    animation: none !important;
  }
}
