:root {
  --navy: #061b46;
  --navy-2: #0a2b62;
  --blue: #13a9dc;
  --blue-dark: #087fc0;
  --ink: #f4f8ff;
  --muted: #95a7c5;
  --line: rgba(151, 177, 218, .16);
  --surface: #0b2855;
  --page: #061b3e;
  --green: #149c7e;
  --orange: #f3a52b;
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #dce1e9;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body {
  display: grid;
  place-items: center;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 15%, rgba(17,169,220,.1), transparent 32%),
    radial-gradient(circle at 80% 85%, rgba(6,27,70,.22), transparent 30%),
    #071634;
}
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.phone-shell {
  position: relative;
  width: min(430px, 100vw);
  height: min(900px, calc(100vh - 30px));
  overflow: hidden;
  background: var(--page);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(20, 30, 55, .18);
  isolation: isolate;
}
.app-scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  padding-bottom: 24px;
}
.app-scroll::-webkit-scrollbar { display: none; }

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1280 / 650;
  height: auto;
  overflow: hidden;
  color: white;
  background: var(--navy);
}
.hero-slider { position: absolute; z-index: 0; inset: 0; overflow: hidden; touch-action: pan-y; }
.hero-track {
  display: flex;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 900ms cubic-bezier(.22,.72,.25,1);
}
.hero-slide {
  flex: 0 0 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.header-overlay {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  mix-blend-mode: lighten;
  pointer-events: none;
}
.hero-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,27,70,.12) 0%, rgba(6,27,70,.03) 35%, rgba(5,18,48,.9) 100%),
    linear-gradient(90deg, rgba(6,27,70,.26), transparent 65%);
  pointer-events: none;
}
.status-bar, .app-bar { display: none; }
.slider-dots { position: relative; z-index: 5; }
.status-bar {
  height: 31px;
  padding: 9px 17px 0;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15px;
}
.status-icons { display: flex; align-items: center; gap: 5px; }
.status-icons svg { width: 15px; height: 12px; fill: currentColor; color: white; }
.status-icons svg:last-child { width: 22px; fill: currentColor; }
.app-bar { display: flex; align-items: center; padding: 8px 15px; gap: 11px; }
.app-bar > div { flex: 1; }
.eyebrow { margin: 0 0 1px; font-size: 8px; font-weight: 800; letter-spacing: 1.35px; color: rgba(255,255,255,.68); }
.app-bar h1 { margin: 0; font-size: 18px; letter-spacing: -.25px; }
.icon-button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  color: white;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background: rgba(10,17,42,.52);
  backdrop-filter: blur(5px);
}
.icon-button:active { transform: scale(.95); }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
}
.slider-dots button {
  width: 5px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255,255,255,.42);
  transition: width .3s ease, background-color .3s ease;
}
.slider-dots button.active { width: 17px; background: #18c3e6; }

.content { padding: 23px 16px 40px; background: linear-gradient(180deg, #071f49 0%, #061936 100%); }
.section-heading { display: flex; align-items: center; gap: 11px; margin: 0 2px 13px; }
.section-heading h2 { margin: 0; font-size: 16px; letter-spacing: -.2px; }
.section-heading p { margin: 3px 0 0; color: var(--muted); font-size: 11.5px; }
.step-number {
  flex: 0 0 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(35, 201, 231, .72);
  border-radius: 9px;
  color: #28cbe8;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
}
.verify-card {
  padding: 16px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: none;
}
.verify-card.attention { animation: verificationPrompt 1.5s ease-out; }
@keyframes verificationPrompt {
  0%, 100% { border-color: var(--line); box-shadow: none; }
  28% { border-color: #2dd2ef; box-shadow: 0 0 0 4px rgba(45,210,239,.12), 0 0 24px rgba(45,210,239,.12); }
  58% { border-color: rgba(45,210,239,.55); box-shadow: 0 0 0 2px rgba(45,210,239,.06); }
}
.verify-card label { display: block; margin-bottom: 10px; font-size: 12px; font-weight: 800; letter-spacing: .15px; color: #f7faff; }
.input-row { display: flex; gap: 8px; }
.input-wrap { position: relative; flex: 1; min-width: 0; }
.input-wrap svg {
  position: absolute;
  left: 11px;
  top: 50%;
  width: 18px;
  transform: translateY(-50%);
  fill: none;
  stroke: #8095b7;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.input-wrap input {
  width: 100%;
  height: 45px;
  padding: 0 10px 0 37px;
  color: #eef6ff;
  outline: none;
  border: 1.5px solid rgba(139,166,208,.2);
  border-radius: 11px;
  background: #071c40;
  font-size: 12px;
  font-weight: 600;
  transition: border-color .18s, box-shadow .18s;
}
.input-wrap input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(19,169,220,.12); }
.input-wrap input.invalid { border-color: #dd4b55; }
.verify-button {
  height: 45px;
  padding: 0 14px;
  border: 1px solid rgba(35, 201, 231, .72);
  border-radius: 11px;
  color: #30d0ec;
  font-size: 11.5px;
  font-weight: 750;
  background: transparent;
  box-shadow: none;
}
.verify-button:active { background: rgba(22,191,224,.1); transform: translateY(1px); }
.verify-button:disabled { opacity: .6; }
.verify-button.loading { font-size: 0; }
.verify-button.loading::after { content: ""; display: block; width: 16px; height: 16px; margin: auto; border: 2px solid rgba(255,255,255,.45); border-top-color: white; border-radius: 50%; animation: spin .65s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.field-hint { margin: 8px 0 0; color: #8295b5; font-size: 10.5px; }
.field-hint.error { color: #d8424f; }

.player-result { display: flex; align-items: center; gap: 11px; }
.verified-avatar { position: relative; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: #2cc8e5; background: #082046; }
.verified-avatar > svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.verified-check { position: absolute; right: -4px; bottom: -3px; width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; color: white; background: var(--green); }
.verified-check svg { width: 12px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.player-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.player-info span { color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .45px; }
.player-info strong { margin: 2px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.player-info small { color: var(--muted); font-size: 10.5px; }
.change-button { padding: 7px 9px; border: 1px solid rgba(139,166,208,.2); border-radius: 9px; color: #b6c5db; background: #071c40; font-size: 10.5px; font-weight: 700; }

.reward-heading { margin-top: 25px; }
.reward-heading > div { flex: 1; }
.lock-label { display: inline-flex; align-items: center; gap: 4px; padding: 5px 7px; border: 1px solid rgba(151,177,218,.18); border-radius: 7px; color: #8fa2be; background: transparent; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.lock-label svg, .button-lock { width: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.lock-label.unlocked { color: #56e1bc; border-color: rgba(86,225,188,.35); background: transparent; }
.rewards { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.reward-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 17px; background: transparent; box-shadow: none; }
.reward-art { position: relative; height: 165px; display: grid; place-items: center; overflow: hidden; }
.reward-art::before { content: ""; position: absolute; width: 100px; height: 100px; border-radius: 50%; filter: blur(20px); opacity: .7; }
.reward-art::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -40%;
  left: -55%;
  width: 28%;
  height: 180%;
  pointer-events: none;
  opacity: 0;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), rgba(255,255,255,.72), rgba(255,255,255,.08), transparent);
  filter: blur(.5px);
  mix-blend-mode: screen;
  animation: rewardShine 4.8s cubic-bezier(.22,.7,.28,1) infinite;
}
.reward-card:nth-child(2) .reward-art::after { animation-delay: 0s; }
.bape-art { background: radial-gradient(circle at 50% 55%, #453c28, #191b24 72%); }
.bape-art::before { background: #bd8327; }
.material-art { background: radial-gradient(circle at 50% 55%, #303d4e, #161c28 72%); }
.material-art::before { background: #2c7f9b; }
.reward-art img { position: relative; z-index: 1; width: 150px; height: 150px; object-fit: contain; filter: drop-shadow(0 12px 10px rgba(0,0,0,.38)); transition: transform .25s; }
.reward-card .reward-art img { animation: rewardGlow 3.2s ease-in-out infinite; }
.reward-card:nth-child(2) .reward-art img { animation-delay: 0s; }
.material-art img { width: 158px; height: 158px; transform: rotate(-3deg); }
.reward-card:active .reward-art img { transform: scale(1.04); }
.reward-card:active .material-art img { transform: rotate(-3deg) scale(1.04); }
.rarity, .quantity { position: absolute; z-index: 4; top: 9px; right: 9px; padding: 4px 6px; border-radius: 5px; color: white; font-size: 8px; font-weight: 900; letter-spacing: .5px; }
.rarity { background: linear-gradient(135deg, #a56f26, #e0a64a); }
.quantity { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(3px); font-size: 10px; }
.reward-body { flex: 1; display: flex; flex-direction: column; padding: 12px; }
.reward-type { margin: 0 0 3px; color: #078fc3; font-size: 8px; font-weight: 900; letter-spacing: .6px; }
.reward-body h3 { min-height: 34px; margin: 0; font-size: 13.5px; line-height: 1.25; letter-spacing: -.1px; }
.reward-note { margin: 2px 0 9px; color: var(--muted); font-size: 9.5px; }
.price { height: 28px; display: flex; align-items: center; gap: 3px; margin-top: auto; padding: 3px 7px; border-radius: 8px; background: #112d54; color: #ffd477; }
.price img { width: 19px; height: 19px; object-fit: contain; }
.price strong { font-size: 12.5px; }
.price span { color: #c8a85f; font-size: 8px; }
.redeem-button { width: 100%; height: 37px; display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 9px; border: 1px solid rgba(35,201,231,.72); border-radius: 10px; color: #30d0ec; background: transparent; font-size: 10.5px; font-weight: 800; }
.redeem-button img { width: 19px; height: 19px; object-fit: contain; }
.redeem-button span { display: inline-flex; align-items: baseline; gap: 3px; }
.redeem-button strong { font-size: 11.5px; color: #f7d37d; }
.redeem-button:disabled { color: #7890b2; border-color: rgba(151,177,218,.16); background: transparent; }
.redeem-button:not(:disabled):active { background: rgba(22,191,224,.1); transform: translateY(1px); }

@keyframes rewardShine {
  0%, 52% { left: -55%; opacity: 0; }
  58% { opacity: .78; }
  76% { left: 128%; opacity: 0; }
  100% { left: 128%; opacity: 0; }
}
@keyframes rewardGlow {
  0%, 100% { filter: drop-shadow(0 12px 10px rgba(0,0,0,.38)); }
  50% { filter: drop-shadow(0 13px 11px rgba(0,0,0,.42)) drop-shadow(0 0 8px rgba(255,224,150,.34)); }
}

.secure-note { display: flex; align-items: center; gap: 10px; margin-top: 19px; padding: 12px; border: 1px solid rgba(37,195,158,.18); border-radius: 13px; background: transparent; }
.secure-note svg { width: 26px; fill: none; stroke: var(--green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.secure-note div { display: flex; flex-direction: column; }
.secure-note strong { font-size: 10.5px; }
.secure-note span { margin-top: 2px; color: #84a4b4; font-size: 9.5px; }
footer { padding: 22px 0 4px; color: #9da4b3; text-align: center; font-size: 9px; }
.android-nav { position: absolute; z-index: 20; left: 0; right: 0; bottom: 0; height: 22px; display: grid; place-items: center; background: rgba(5,19,43,.95); backdrop-filter: blur(7px); }
.android-nav span { width: 105px; height: 4px; border-radius: 99px; background: #b1bed2; }

.sheet-backdrop { position: absolute; z-index: 30; inset: 0; background: rgba(8,12,26,.6); backdrop-filter: blur(2px); animation: fadeIn .3s ease-out; }
.bottom-sheet { position: absolute; z-index: 31; left: 0; right: 0; bottom: 0; padding: 10px 19px 31px; border-radius: 25px 25px 0 0; background: #0a244c; box-shadow: 0 -14px 40px rgba(0,0,0,.3); animation: sheetUp .45s cubic-bezier(0.175, 0.885, 0.32, 1.15); }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes sheetUp { from { transform: translateY(100%); opacity: 0; } }
.sheet-handle { width: 42px; height: 4px; margin: 0 auto 16px; border-radius: 99px; background: #d8dce4; }
.sheet-close { position: absolute; top: 17px; right: 17px; width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #9eb0ca; background: #102f5d; }
.sheet-close svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.sheet-product { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.sheet-art { width: 63px; height: 63px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: radial-gradient(circle, #3a4252, #171c26); }
.sheet-art img { width: 61px; height: 61px; object-fit: contain; }
.sheet-product span { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.sheet-product h2 { margin: 3px 0 2px; font-size: 16px; }
.sheet-product p { margin: 0; color: var(--muted); font-size: 10px; }
.summary-row { display: flex; justify-content: space-between; align-items: center; min-height: 34px; border-bottom: 1px solid rgba(151,177,218,.14); color: var(--muted); font-size: 11px; }
.summary-row > strong { max-width: 62%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--ink); font-size: 11px; }
.total-row { margin-top: 3px; min-height: 48px; border: 0; font-weight: 700; color: var(--ink); }
.sheet-price { display: flex; align-items: center; gap: 3px; color: #835619; }
.sheet-price img { width: 26px; height: 26px; object-fit: contain; }
.sheet-price strong { font-size: 17px; }
.sheet-price span { font-size: 9px; color: #9d7640; }
.sheet-warning { margin: 8px 0 14px; color: #8b92a1; font-size: 9px; line-height: 1.5; }
.phone-input-group { display: flex; gap: 8px; margin-top: 10px; }
#phoneCode { flex: 0 0 100px; height: 45px; padding: 0 10px; color: #eef6ff; outline: none; border: 1.5px solid rgba(139,166,208,.2); border-radius: 11px; background: #071c40 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%238095b7' stroke-width='2' stroke-linecap='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 8px center/16px; font-size: 12px; font-weight: 600; appearance: none; }
#phoneCode:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(19,169,220,.12); }
.confirm-button { width: 100%; height: 48px; border: 1px solid rgba(35,201,231,.72); border-radius: 13px; color: #30d0ec; background: transparent; font-size: 12px; font-weight: 800; box-shadow: none; }
.confirm-button:disabled { opacity: .62; }

.success-modal { position: absolute; z-index: 40; top: 50%; left: 50%; width: calc(100% - 42px); padding: 28px 22px 22px; transform: translate(-50%, -50%); border-radius: 22px; background: #0a2853; text-align: center; box-shadow: 0 25px 70px rgba(0,0,0,.42); }
.success-modal::before { content: ""; position: fixed; z-index: -1; inset: -100vh; background: rgba(8,12,26,.68); }
.success-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 13px; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 8px 20px rgba(22,165,111,.25); }
.success-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.success-modal > p { margin: 0 0 5px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .7px; }
.success-modal h2 { margin: 0 0 17px; font-size: 17px; }
.success-modal > span { display: block; color: var(--muted); font-size: 9px; }
.success-modal > strong { display: block; margin: 4px 0 18px; font-size: 15px; letter-spacing: .6px; }
.success-modal button { width: 100%; height: 43px; border: 0; border-radius: 11px; color: white; background: linear-gradient(135deg, #16bfe0, #0b8ed0); font-size: 11px; font-weight: 800; }
.toast { position: absolute; z-index: 60; left: 16px; right: 16px; bottom: 33px; padding: 12px 14px; border-radius: 11px; color: white; background: #242b3c; box-shadow: 0 9px 25px rgba(0,0,0,.24); font-size: 11px; font-weight: 650; text-align: center; animation: toastIn .2s ease-out; }
.toast.error { background: #b83d47; }
@keyframes toastIn { from { opacity: 0; transform: translateY(8px); } }
[hidden] { display: none !important; }
#backButton, #helpButton { display: none !important; }

@media (max-width: 480px) {
  body { display: block; background: #061b3e; }
  .phone-shell { width: 100%; height: 100dvh; border-radius: 0; box-shadow: none; }
}
@media (max-height: 700px) and (min-width: 481px) {
  .phone-shell { height: calc(100vh - 18px); border-radius: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reward-art::after, .reward-art img { animation: none !important; }
}

/* Google Modal Styles */
.google-modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1000; }
.google-modal { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 1001; padding: 16px; }
.google-modal[hidden], .google-modal-backdrop[hidden] { display: none !important; }
.google-card { width: 100%; max-width: 380px; background: #fff; border-radius: 8px; padding: 32px 24px 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.2); color: #202124; font-family: 'Roboto', Arial, sans-serif; text-align: center; position: relative; overflow: hidden; }
.google-logo svg { width: 40px; height: 40px; margin-bottom: 8px; }
.google-title { font-size: 22px; font-weight: 400; margin: 0 0 10px; color: #202124; }
.google-subtitle { font-size: 15px; margin: 0 0 32px; color: #202124; }
.google-form { text-align: left; }
.google-input-group { position: relative; margin-bottom: 24px; }
.google-input { width: 100%; padding: 13px 15px; font-size: 16px; border: 1px solid #dadce0; border-radius: 4px; background: #fff; color: #202124; outline: none; min-height: auto; }
.google-input:focus { border: 2px solid #1a73e8; padding: 12px 14px; }
.google-label { position: absolute; top: 15px; left: 11px; color: #5f6368; font-size: 16px; pointer-events: none; background: #fff; padding: 0 4px; transition: transform 0.15s, font-size 0.15s, color 0.15s; }
.google-input:focus ~ .google-label, .google-input:not(:placeholder-shown) ~ .google-label { transform: translateY(-24px) scale(0.75); color: #1a73e8; }
.google-input:not(:focus):not(:placeholder-shown) ~ .google-label { color: #5f6368; }
.google-link { color: #1a73e8; text-decoration: none; font-size: 14px; font-weight: 500; }
.google-link:hover { text-decoration: underline; }
.forgot-link { display: inline-block; margin-top: -10px; margin-bottom: 40px; }
.google-disclaimer { color: #5f6368; font-size: 13px; line-height: 1.4; margin: 0 0 32px; }
.google-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; }
.google-btn-next { background: #1a73e8; color: #fff; border: none; border-radius: 4px; padding: 0 24px; min-height: 36px; font-size: 14px; font-weight: 500; cursor: pointer; transition: background 0.2s, box-shadow 0.2s; }
.google-btn-next:hover { background: #1b66c9; box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15); }
.google-link.disabled { pointer-events: none; opacity: 0.6; cursor: default; text-decoration: none !important; }
.google-close-btn { position: absolute; top: 12px; right: 16px; background: transparent; border: none; font-size: 24px; color: #5f6368; cursor: pointer; line-height: 1; padding: 4px; }
.google-close-btn:hover { color: #202124; }
.google-modal.fade-in .google-card { animation: modalScaleIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.google-modal-backdrop.fade-in { animation: googleFadeIn 0.3s ease forwards; }
.google-modal.fade-out .google-card { animation: modalScaleOut 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.google-modal-backdrop.fade-out { animation: googleFadeOut 0.3s ease forwards; }
@keyframes modalScaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
@keyframes modalScaleOut { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0.9); } }
@keyframes googleFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes googleFadeOut { from { opacity: 1; } to { opacity: 0; } }
.google-error { color: #d93025; font-size: 12px; margin-top: 4px; margin-left: 2px; text-align: left; }
.google-input.error { border-color: #d93025; }
.google-input.error:focus { border-color: #d93025; }
.google-input.error ~ .google-label { color: #d93025 !important; }
.google-user-badge { display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #dadce0; border-radius: 16px; padding: 4px 8px; width: fit-content; margin: 0 auto 32px; font-size: 14px; color: #3c4043; font-weight: 500; }
.google-loading-bar { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: #e8f0fe; overflow: hidden; opacity: 0; transition: opacity 0.3s; }
.google-loading-bar.show { opacity: 1; }
.google-loading-bar::after { content: ""; position: absolute; top: 0; bottom: 0; left: -50%; width: 50%; background: #1a73e8; animation: googleProgress 1.5s infinite linear; }
@keyframes googleProgress { 0% { left: -50%; width: 50%; } 50% { left: 25%; width: 75%; } 100% { left: 100%; width: 50%; } }
.google-form-container { transition: opacity 0.3s; }
.google-form-container.loading { opacity: 0.6; pointer-events: none; }
.google-spinner-overlay { position: fixed; inset: 0; background: rgba(255,255,255,0.9); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.google-spinner-overlay.show { opacity: 1; }
.google-spinner { width: 50px; height: 50px; animation: googleRotate 2s linear infinite; }
.google-spinner svg { width: 100%; height: 100%; }
.google-spinner circle { stroke: #1a73e8; stroke-linecap: round; animation: googleDash 1.5s ease-in-out infinite; }
@keyframes googleRotate { 100% { transform: rotate(360deg); } }
@keyframes googleDash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } }
