/* ===== Security survey — matched to the Tether visual system ===== */
/* The theme has no global border-box reset, so any `width:100%` + padding here
   would overflow its parent. Scoped to the survey UI only. */
.sqz,
.sqz *,
.sqz-modal,
.sqz-modal *,
.sqz-float,
.sqz-float * {
  box-sizing: border-box;
}

.sqz{background:var(--tether-black);color:var(--tether-white);padding:120px 0;position:relative;overflow:hidden;}
.sqz .sqz-wrap{max-width:1168px;margin:0 auto;padding:0 32px;}
.sqz .sqz-label{display:block;font-size:12px;line-height:1;letter-spacing:.96px;text-transform:uppercase;color:var(--tether-dark-grey);margin-bottom:22px;}
.sqz .sqz-h{font-family:'Sharp Grotesk',sans-serif;font-weight:500;font-size:clamp(30px,4vw,52px);line-height:1.08;letter-spacing:-.01em;max-width:760px;margin:0;}
.sqz .sqz-h b{font-weight:700;}
.sqz .sqz-lead{margin-top:24px;max-width:600px;color:var(--tether-grey);font-size:18px;line-height:1.72;letter-spacing:.3px;}
.sqz .sqz-grid{display:grid;grid-template-columns:1fr 400px;gap:80px;align-items:start;margin-top:60px;}
.sqz .sqz-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:24px;}
.sqz .sqz-steps li{display:flex;gap:18px;align-items:flex-start;font-size:16px;line-height:1.55;color:var(--tether-grey);}
.sqz .sqz-di{flex-shrink:0;margin-top:5px;display:flex;}
.sqz .sqz-di svg{width:15px;height:12px;display:block;}
.sqz .sqz-di svg path{fill:var(--tether-white);}
.sqz .sqz-panel{border:1px solid rgba(242,241,239,.16);border-radius:6px;padding:34px;}
.sqz .sqz-panel-head{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--tether-dark-grey);}
.sqz .sqz-rows{margin:24px 0 6px;}
.sqz .sqz-row{display:flex;justify-content:space-between;gap:16px;padding:15px 0;border-top:1px solid rgba(242,241,239,.12);font-size:14px;color:var(--tether-grey);}
.sqz .sqz-row:last-child{border-bottom:1px solid rgba(242,241,239,.12);}
.sqz .sqz-row b{color:var(--tether-white);font-weight:500;}
.sqz .sqz-cta{width:100%;justify-content:center;margin-top:28px;}
.sqz .sqz-fine{margin-top:18px;font-size:12px;color:var(--tether-dark-grey);line-height:1.6;}
/* corner triangle motif, echoing the services carousel */
.sqz::after{content:'';position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 84px 78px;border-color:transparent transparent rgba(242,241,239,.08) transparent;}

/* modal */
.sqz-modal{display:none;position:fixed;inset:0;z-index:9999;background:rgba(10,10,10,.82);backdrop-filter:blur(5px);padding:20px;overflow:auto;}
.sqz-modal.open{display:grid;}
/* margin:auto centres the box but still lets a tall modal scroll fully into view */
.sqz-box{margin:auto;width:min(640px,100%);background:#1b1b1a;border:1px solid rgba(242,241,239,.16);border-radius:8px;padding:36px;color:var(--tether-white);}
.sqz-top{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12px;letter-spacing:.96px;text-transform:uppercase;color:var(--tether-dark-grey);}
.sqz-close{display:flex;align-items:center;justify-content:center;background:none;border:1px solid rgba(242,241,239,.2);color:var(--tether-white);width:34px;height:34px;border-radius:4px;cursor:pointer;font-size:22px;line-height:1;padding:0;transition:border-color .2s,background .2s;}
.sqz-close:hover{border-color:var(--tether-white);}
.sqz-prog{height:2px;background:rgba(242,241,239,.14);margin:22px 0;position:relative;}
.sqz-prog i{position:absolute;left:0;top:0;height:2px;background:var(--tether-white);width:14%;transition:width .3s ease;}
.sqz-q{font-family:'Sharp Grotesk',sans-serif;font-size:22px;font-weight:500;line-height:1.4;margin:22px 0;letter-spacing:-.005em;}
.sqz-opt{display:flex;gap:12px;align-items:flex-start;border:1px solid rgba(242,241,239,.16);border-radius:6px;padding:15px 18px;margin:10px 0;cursor:pointer;font-size:14.5px;line-height:1.5;color:var(--tether-grey);transition:border-color .2s,background .2s;}
.sqz-opt:hover{border-color:var(--tether-white);background:rgba(242,241,239,.04);}
.sqz-opt input{margin-top:3px;accent-color:var(--tether-white);}
.sqz-actions{display:flex;justify-content:flex-end;margin-top:26px;}
.sqz-result{display:none;}
.sqz-result.show{display:block;}
.sqz-score{font-family:'Sharp Grotesk',sans-serif;font-size:46px;font-weight:700;margin:14px 0;letter-spacing:-.01em;}
.sqz-profile{font-family:'Sharp Grotesk',sans-serif;font-size:24px;font-weight:700;margin:0;}

@media (max-width:860px){
  .sqz{padding:72px 0;}
  .sqz .sqz-wrap{padding:0 20px;}
  .sqz .sqz-grid{grid-template-columns:1fr;gap:44px;margin-top:44px;}
  .sqz .sqz-lead{font-size:16px;}
  .sqz .sqz-panel{padding:26px;}
  .sqz-box{padding:26px;}
  .sqz-q{font-size:20px;}
}

/* ===== Survey section — refreshed layout ===== */
.sqz svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sqz .sqz-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.sqz .sqz-label-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.sqz .sqz-label-icon svg {
  width: 15px;
  height: 15px;
}

.sqz .sqz-title-mark,
.sqz .sqz-prize {
  position: relative;
  display: inline-block;
}

.sqz .sqz-title-mark svg {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 12px;
  overflow: visible;
  color: #b8ff54;
  stroke-width: 3;
}

.sqz .sqz-prize {
  padding: 0.05em 0.24em 0.1em;
  color: #0b160d;
  white-space: nowrap;
  background: #b8ff54;
  border-radius: 0.14em;
  transform: rotate(-1deg);
}

.sqz .sqz-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
}

.sqz .sqz-lead strong {
  color: inherit;
  font-weight: 650;
}

.sqz .sqz-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 440px;
  justify-content: flex-end;
}

.sqz .sqz-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.sqz .sqz-meta svg {
  width: 15px;
  height: 15px;
  color: #b8ff54;
}

.sqz .sqz-steps {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sqz .sqz-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.sqz .sqz-steps li:hover {
  transform: translateX(6px);
  border-color: rgba(184, 255, 84, 0.36);
  background: rgba(184, 255, 84, 0.055);
}

.sqz .sqz-step-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #b8ff54;
  border: 1px solid rgba(184, 255, 84, 0.28);
  border-radius: 14px;
  background: rgba(184, 255, 84, 0.08);
}

.sqz .sqz-step-icon svg {
  width: 23px;
  height: 23px;
}

.sqz .sqz-step-copy {
  display: grid;
  gap: 6px;
}

.sqz .sqz-step-copy strong {
  color: var(--tether-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.sqz .sqz-step-copy small {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.55;
}

.sqz .sqz-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sqz .sqz-panel-kicker {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sqz .sqz-panel-head {
  color: var(--tether-white);
  font-family: 'Sharp Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.2;
  text-transform: none;
}

.sqz .sqz-panel-shield {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  color: #b8ff54;
  border-radius: 50%;
  background: rgba(184, 255, 84, 0.1);
}

.sqz .sqz-panel-shield svg {
  width: 28px;
  height: 28px;
}

.sqz .sqz-reward {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 24px 0 12px;
  padding: 15px;
  color: #0c170d;
  border-radius: 14px;
  background: #b8ff54;
}

.sqz .sqz-reward-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: rgba(12, 23, 13, 0.1);
}

.sqz .sqz-reward-icon svg {
  width: 23px;
  height: 23px;
}

.sqz .sqz-reward > span:last-child {
  display: grid;
  gap: 2px;
}

.sqz .sqz-reward small {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.64;
}

.sqz .sqz-reward strong {
  font-size: 19px;
  font-weight: 700;
}

.sqz .sqz-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.sqz .sqz-status svg {
  width: 16px;
  height: 16px;
  color: #b8ff54;
  stroke-width: 2.2;
}

.sqz .sqz-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.sqz .sqz-cta svg {
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease;
}

.sqz .sqz-cta:hover svg {
  transform: translateX(4px);
}

.sqz .sqz-fine {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}

.sqz .sqz-fine > svg {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .sqz .sqz-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sqz .sqz-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .sqz .sqz-h br {
    display: none;
  }

  .sqz .sqz-prize {
    margin-top: 0.12em;
  }

  .sqz .sqz-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sqz .sqz-meta span {
    justify-content: center;
    white-space: normal;
  }

  .sqz .sqz-meta span:last-child {
    grid-column: 1 / -1;
  }

  .sqz .sqz-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 15px;
  }

  .sqz .sqz-step-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .sqz .sqz-step-icon svg {
    width: 21px;
    height: 21px;
  }
}

/* ===== Header logo slogan ===== */
header .logo{display:inline-flex;align-items:center;gap:12px;}
.logo-slogan{font-family:'Sharp Grotesk','Helvetica Neue',Arial,sans-serif;font-size:15px;font-weight:500;line-height:1;color:var(--tether-white);letter-spacing:.2px;padding-left:12px;border-left:1px solid rgba(242,241,239,.30);}
@media (max-width:860px){ .logo-slogan{font-size:14px;padding-left:10px;gap:10px;} }

/* ===== Modal — step 1: email + country ===== */
.sqz-gate-h {
  margin: 0;
  font-family: 'Sharp Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.005em;
}

.sqz-gate-p {
  margin: 10px 0 26px;
  color: var(--tether-grey);
  font-size: 14.5px;
  line-height: 1.6;
}

.sqz-field {
  display: block;
  margin-bottom: 18px;
}

.sqz-field-label {
  display: block;
  margin-bottom: 8px;
  color: var(--tether-dark-grey);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .96px;
  text-transform: uppercase;
}

.sqz-input {
  display: block;
  width: 100%;
  padding: 14px 16px;
  color: var(--tether-white);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.3;
  background: rgba(242, 241, 239, .04);
  border: 1px solid rgba(242, 241, 239, .16);
  border-radius: 6px;
  transition: border-color .2s, background-color .2s;
}

.sqz-input::placeholder {
  color: var(--tether-dark-grey);
}

.sqz-input:hover {
  border-color: rgba(242, 241, 239, .3);
}

.sqz-input:focus {
  outline: none;
  border-color: #b8ff54;
  background: rgba(242, 241, 239, .06);
}

.sqz-select {
  padding-right: 44px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F2F1EF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px 18px;
}

.sqz-select option {
  color: var(--tether-white);
  background: #1b1b1a;
}

.sqz-error {
  min-height: 18px;
  margin: 0;
  color: #ff8a7a;
  font-size: 13px;
  line-height: 18px;
}

/* ===== Modal — step 3: result ===== */
.sqz-box .sqz-label {
  display: block;
  margin-bottom: 6px;
  color: var(--tether-dark-grey);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .96px;
  text-transform: uppercase;
}

.sqz-box .sqz-lead {
  margin: 12px 0 0;
  color: var(--tether-grey);
  font-size: 16px;
  line-height: 1.65;
}

.sqz-entry {
  margin: 20px 0 0;
  padding-top: 16px;
  color: var(--tether-dark-grey);
  font-size: 13px;
  line-height: 1.5;
  word-break: break-word;
  border-top: 1px solid rgba(242, 241, 239, .12);
}

/* ===== Modal — step 4: loading ===== */
.sqz-loading {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 44px 0 36px;
  text-align: center;
}

.sqz-loading.show {
  display: flex;
}

.sqz-spinner {
  width: 38px;
  height: 38px;
  margin-bottom: 4px;
  border: 2px solid rgba(242, 241, 239, .18);
  border-top-color: var(--tether-white);
  border-radius: 50%;
  animation: sqz-spin .8s linear infinite;
}

@keyframes sqz-spin {
  to { transform: rotate(360deg); }
}

.sqz-loading-h {
  margin: 0;
  font-family: 'Sharp Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.005em;
  color: var(--tether-white);
}

/* progress bar */
.sqz-load-bar {
  width: min(360px, 88%);
  height: 4px;
  margin: 6px 0 2px;
  border-radius: 999px;
  background: rgba(242, 241, 239, .12);
  overflow: hidden;
}

.sqz-load-bar i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 241, 239, .55), var(--tether-white));
}

/* rotating status line */
.sqz-load-status {
  margin: 0;
  min-height: 20px;
  color: var(--tether-grey);
  font-size: 14.5px;
  line-height: 1.5;
  letter-spacing: .2px;
}

.sqz-load-status.sqz-fade {
  animation: sqz-fade-in .45s ease;
}

@keyframes sqz-fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* checklist */
.sqz-load-list {
  width: min(360px, 88%);
  margin: 6px 0 4px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.sqz-load-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 0;
  color: var(--tether-dark-grey);
  font-size: 14px;
  line-height: 1.4;
  opacity: .5;
  transition: opacity .3s, color .3s;
}

.sqz-load-list li.is-active {
  opacity: 1;
  color: var(--tether-grey);
}

.sqz-load-list li.is-done {
  opacity: 1;
  color: var(--tether-white);
}

.sqz-load-tick {
  flex: 0 0 auto;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(242, 241, 239, .28);
  transition: border-color .3s, background .3s;
}

/* pending -> the active row shows a tiny pulsing dot */
.sqz-load-list li.is-active .sqz-load-tick::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--tether-white);
  animation: sqz-pulse 1s ease-in-out infinite;
}

/* done -> filled circle with a checkmark */
.sqz-load-list li.is-done .sqz-load-tick {
  border-color: var(--tether-white);
  background: var(--tether-white);
}

.sqz-load-list li.is-done .sqz-load-tick::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #171717;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@keyframes sqz-pulse {
  0%, 100% { transform: scale(.7); opacity: .5; }
  50%      { transform: scale(1);  opacity: 1; }
}

.sqz-loading-note {
  margin: 12px 0 0;
  padding-top: 16px;
  max-width: 460px;
  border-top: 1px solid rgba(242, 241, 239, .12);
  color: var(--tether-dark-grey);
  font-size: 13px;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .sqz-spinner { animation-duration: 2.4s; }
  .sqz-load-list li.is-active .sqz-load-tick::after { animation: none; }
  .sqz-load-status.sqz-fade { animation: none; }
}

/* ===== Modal — step 5: claim ===== */
.sqz-claim {
  display: none;
}

.sqz-claim.show {
  display: block;
}

.sqz-claim-block {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  margin: 14px 0;
  border: 1px solid rgba(242, 241, 239, .16);
  border-radius: 8px;
  background: rgba(242, 241, 239, .03);
}

.sqz-claim-ok {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(242, 241, 239, .06);
}

.sqz-claim-warn {
  border-style: dashed;
}

.sqz-claim-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(242, 241, 239, .2);
  color: var(--tether-white);
}

.sqz-claim-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sqz-claim-h {
  margin: 0 0 6px;
  font-family: 'Sharp Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.005em;
  color: var(--tether-white);
}

.sqz-claim-p {
  margin: 0;
  color: var(--tether-grey);
  font-size: 14.5px;
  line-height: 1.6;
}

.sqz-claim-score {
  margin: 12px 0 0;
  color: var(--tether-grey);
  font-size: 14.5px;
}

.sqz-claim-score b {
  color: var(--tether-white);
  font-weight: 500;
}

.sqz-claim-lead {
  margin: 20px 0;
  text-align: center;
  color: var(--tether-grey);
  font-size: 14.5px;
  line-height: 1.6;
}

.sqz-claim-actions {
  justify-content: center;
}

.sqz-claim-actions .btn {
  min-width: 220px;
}

/* ===== Modal — step 6: done (final confirmation) ===== */
.sqz-done {
  display: none;
}

.sqz-done.show {
  display: block;
}

/* ===== Floating survey CTA ===== */
.sqz-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 20px 11px 11px;
  color: var(--tether-white);
  background: rgba(23, 23, 23, .72);
  border: 1px solid rgba(242, 241, 239, .16);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition:
    opacity .32s ease,
    transform .32s ease,
    visibility .32s,
    border-color .25s ease,
    background-color .25s ease;
}

.sqz-float.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.sqz-float.is-visible:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 255, 84, .4);
  background: rgba(26, 32, 21, .8);
}

.sqz-float-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  color: #b8ff54;
  border-radius: 50%;
  background: rgba(184, 255, 84, .12);
}

.sqz-float-icon svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sqz-float-label {
  font-size: 14px;
  line-height: 1;
  letter-spacing: .6px;
  white-space: nowrap;
}

.sqz-float-meta {
  position: relative;
  padding-left: 12px;
  color: rgba(242, 241, 239, .5);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .4px;
  white-space: nowrap;
}

.sqz-float-meta::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(242, 241, 239, .18);
  transform: translateY(-50%);
  content: '';
}

@media (prefers-reduced-motion: reduce) {
  .sqz-float { transition: opacity .2s ease, visibility .2s; }
  .sqz-float.is-visible:hover { transform: none; }
}

@media (max-width: 575.98px) {
  .sqz-float {
    right: 16px;
    left: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    justify-content: center;
  }
}
