

* {
  font-family: Inter, system-ui, sans-serif;
}
html,
body {
  height: 100%;
  background: #f6f8f8 !important;
}

body {
  margin: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.generic-container {
  width: 100%;
  max-width: 560px;
  background: #f6f8f8;
  color: #0f172a;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}

@media (max-width: 640px) {
  .generic-container {
    max-width: 448px;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.ots-ic--fill {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: rgba(19, 182, 236, 0.3);
}

.cb-z2 {
  z-index: 2;
}
.cb-z3 {
  z-index: 3;
}
.cb-square-40 {
  width: 40px;
  height: 40px;
}

.eb-mw-480 {
  max-width: 480px !important;
}

.bcs-mb-32 {
  margin-bottom: 32px !important;
}

.cb-auth.cb-page {
  background: #f6f8f8;
  color: #0f172a;
}
.cb-dark .cb-auth.cb-page {
  background: #101d22;
  color: #ffffff;
}

.cb-auth .cb-shell {
  overflow: hidden;
}
.cb-dark .cb-auth .cb-shell {
  background: #101d22;
}

.cb-auth .cb-hero {
  height: 32vh;
  min-height: 240px;
  position: relative;
}
.cb-auth .cb-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cb-auth .cb-hero-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #f6f8f8 0%,
    rgba(246, 248, 248, 0.4) 55%,
    rgba(246, 248, 248, 0) 100%
  );
}
.cb-dark .cb-auth .cb-hero-grad {
  background: linear-gradient(
    to top,
    #101d22 0%,
    rgba(16, 29, 34, 0.4) 55%,
    rgba(16, 29, 34, 0) 100%
  );
}

.cb-auth .cb-trust-pill {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.cb-dark .cb-auth .cb-trust-pill {
  background: rgba(0, 0, 0, 0.6);
}
.cb-auth .cb-ms-icon {
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
}

.cb-auth .cb-content {
  margin-top: -40px;
}

.cb-auth .cb-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.cb-auth .cb-subtitle {
  font-size: 16px;
  line-height: 1.5;
  max-width: 280px;
}

.cb-auth .cb-input {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
}
.cb-auth .cb-input::placeholder {
  color: #94a3b8;
}
.cb-auth .cb-input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(19, 182, 236, 0.25);
}
.cb-dark .cb-auth .cb-input {
  background: #1f2937;
  border-color: #334155;
  color: #ffffff;
}

.cb-auth .cb-btn-primary {
  height: 48px;
  border-radius: 10px;
  background: #13b6ec;
  border: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 10px 15px -10px rgba(15, 23, 42, 0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.cb-auth .cb-btn-primary:hover {
  background: #0fa4d6;
  transform: translateY(-1px);
  box-shadow: 0 14px 22px -14px rgba(15, 23, 42, 0.45);
}

.cb-auth .cb-social-btn {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.cb-auth .cb-social-btn:hover {
  background: #f8fafc;
  transform: translateY(-1px);
}
.cb-dark .cb-auth .cb-social-btn {
  background: #1f2937;
  border-color: #334155;
  color: #ffffff;
}
.cb-dark .cb-auth .cb-social-btn:hover {
  background: #334155;
}

.cb-auth .cb-divider-line {
  height: 1px;
  background: #e2e8f0;
}
.cb-dark .cb-auth .cb-divider-line {
  background: #334155;
}

.cb-auth .cb-link-primary {
  color: #13b6ec;
  font-weight: 800;
  text-decoration: none;
}
.cb-auth .cb-link-primary:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .cb-auth .cb-shell {
    border: 1px solid #e2e8f0;
  }
  .cb-dark .cb-auth .cb-shell {
    border-color: #1f2937;
  }
}

.cbui-app .cbui-no-scrollbar::-webkit-scrollbar {
  display: none;
}
.cbui-app .cbui-no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cbui-app .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 24px;
  line-height: 1;
}

.cbui-app.cbui-page {
  background: #f6f8f8;
  color: #0f172a;
}
.cbui-dark .cbui-app.cbui-page {
  background: #101d22;
  color: #ffffff;
}

.cbui-app .cbui-shell {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.cbui-dark .cbui-app .cbui-shell {
  background: #101d22;
}

.cbui-app .cbui-header {
  background: rgba(246, 248, 248, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cbui-dark .cbui-app .cbui-header {
  background: rgba(16, 29, 34, 0.95);
}

.cbui-app .cbui-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  color: #0f172a;
}
.cbui-app .cbui-icon-btn:hover {
  background: #e2e8f0;
}
.cbui-dark .cbui-app .cbui-icon-btn {
  color: #ffffff;
}
.cbui-dark .cbui-app .cbui-icon-btn:hover {
  background: #18282f;
}

.cbui-app .cbui-step {
  color: #64748b;
}
.cbui-dark .cbui-app .cbui-step {
  color: #94a3b8;
}

.cbui-app .cbui-bar {
  height: 6px;
  border-radius: 9999px;
}
.cbui-app .cbui-bar-primary {
  background: #13b6ec;
}
.cbui-app .cbui-bar-muted {
  background: #e2e8f0;
}
.cbui-dark .cbui-app .cbui-bar-muted {
  background: #18282f;
}

.cbui-app .cbui-main {
  padding-bottom: 128px;
}

.cbui-app .cbui-h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.cbui-dark .cbui-app .cbui-h1 {
  color: #ffffff;
}
.cbui-app .cbui-lead {
  color: #475569;
  line-height: 1.65;
}
.cbui-dark .cbui-app .cbui-lead {
  color: #94a3b8;
}

.cbui-app .cbui-field-label {
  font-weight: 600;
  color: #334155;
}
.cbui-dark .cbui-app .cbui-field-label {
  color: #cbd5e1;
}

.cbui-app .cbui-input {
  height: 56px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #0f172a;
}
.cbui-app .cbui-input::placeholder {
  color: #94a3b8;
}
.cbui-app .cbui-input:focus {
  border-color: #13b6ec;
  box-shadow: 0 0 0 0.2rem rgba(19, 182, 236, 0.25);
}
.cbui-dark .cbui-app .cbui-input {
  background: #18282f;
  border-color: #2d424a;
  color: #ffffff;
}

.cbui-app .cbui-phone-wrap {
  height: 56px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  overflow: hidden;
}
.cbui-app .cbui-phone-wrap:focus-within {
  border-color: #13b6ec;
  box-shadow: 0 0 0 0.2rem rgba(19, 182, 236, 0.25);
}
.cbui-dark .cbui-app .cbui-phone-wrap {
  background: #18282f;
  border-color: #2d424a;
}

.cbui-app .cbui-phone-prefix {
  height: 56px;
  border-right: 1px solid #f1f5f9;
  padding-left: 16px;
  padding-right: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}
.cbui-app .cbui-prefix-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cbui-app .cbui-phone-flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}
.cbui-app .cbui-phone-prefix:hover {
  background: #f8fafc;
}
.cbui-dark .cbui-app .cbui-phone-prefix {
  border-right-color: #334155;
}
.cbui-dark .cbui-app .cbui-phone-prefix:hover {
  background: rgba(255, 255, 255, 0.05);
}

.cbui-app .cbui-phone-code {
  color: #334155;
}
.cbui-dark .cbui-app .cbui-phone-code {
  color: #cbd5e1;
}

.cbui-app .cbui-phone-input {
  height: 56px;
  border: 0;
  background: transparent;
  color: #0f172a;
}
.cbui-app .cbui-phone-input::placeholder {
  color: #94a3b8;
}
.cbui-dark .cbui-app .cbui-phone-input {
  color: #ffffff;
}

.cbui-app .cbui-pass-btn {
  width: 48px;
  height: 56px;
  border: 0;
  background: transparent;
  color: #94a3b8;
}
.cbui-app .cbui-pass-btn:hover {
  color: #475569;
}
.cbui-dark .cbui-app .cbui-pass-btn:hover {
  color: #e2e8f0;
}

.cbui-app .cbui-select {
  height: 56px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #0f172a;
  padding-right: 44px;
  appearance: none;
}
.cbui-app .cbui-select:focus {
  border-color: #13b6ec;
  box-shadow: 0 0 0 0.2rem rgba(19, 182, 236, 0.25);
}
.cbui-dark .cbui-app .cbui-select {
  background: #18282f;
  border-color: #2d424a;
  color: #ffffff;
}

.cbui-app .cbui-help {
  color: #64748b;
}
.cbui-dark .cbui-app .cbui-help {
  color: #94a3b8;
}

.cbui-app .cbui-strength-track {
  height: 4px;
  border-radius: 9999px;
  background: #e2e8f0;
  overflow: hidden;
}
.cbui-dark .cbui-app .cbui-strength-track {
  background: #334155;
}
.cbui-app .cbui-strength-fill {
  width: 0%;
  height: 100%;
  background: #f87171;
  transition: width 0.25s ease, background 0.25s ease;
}

.cbui-app .cbui-strength-text {
  color: #64748b;
}
.cbui-dark .cbui-app .cbui-strength-text {
  color: #94a3b8;
}

.cbui-app .cbui-bottom {
  background: linear-gradient(
    to top,
    #f6f8f8 0%,
    #f6f8f8 55%,
    rgba(246, 248, 248, 0) 100%
  );
}
.cbui-dark .cbui-app .cbui-bottom {
  background: linear-gradient(
    to top,
    #101d22 0%,
    #101d22 55%,
    rgba(16, 29, 34, 0) 100%
  );
}

.cbui-app .cbui-cta {
  height: 56px;
  border-radius: 12px;
  border: 0;
  background: #13b6ec;
  box-shadow: 0 12px 24px rgba(19, 182, 236, 0.25);
  font-weight: 700;
}
.cbui-app .cbui-cta:hover {
  background: rgba(19, 182, 236, 0.9);
}
.cbui-app .cbui-cta:active {
  transform: scale(0.98);
}

.cbui-app .cbui-terms {
  color: #64748b;
  line-height: 1.6;
}
.cbui-app .cbui-terms a {
  color: #13b6ec;
  text-decoration: none;
}

.cbui-blob-a {
  position: fixed;
  top: -20%;
  right: -10%;
  width: 50%;
  height: 50%;
  background: rgba(19, 182, 236, 0.05);
  border-radius: 9999px;
  filter: blur(48px);
  z-index: -10;
  pointer-events: none;
}
.cbui-blob-b {
  position: fixed;
  bottom: -10%;
  left: -10%;
  width: 40%;
  height: 40%;
  background: rgba(96, 165, 250, 0.05);
  border-radius: 9999px;
  filter: blur(48px);
  z-index: -10;
  pointer-events: none;
}

.cbui-app .cbui-phone-prefix {
  pointer-events: auto !important;
}

.cbui-app .cbui-phone-wrap.is-dd-open {
  overflow: visible !important;
}
.cbui-app .cbui-shell {
  overflow: visible !important;
}

.cbui-app .cbui-phone-dd {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(100% + 8px);
  z-index: 99999 !important;
  display: none;
}
.cbui-app .cbui-phone-dd.is-open {
  display: block !important;
}

.cbui-app .cbui-phone-dd-inner {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.cbui-app .cbui-phone-dd-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #f1f5f9;
}
.cbui-app .cbui-phone-dd-search {
  height: 44px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 0 12px;
  outline: none;
  background: #ffffff;
  color: #0f172a;
}
.cbui-app .cbui-phone-dd-search:focus {
  border-color: #13b6ec;
  box-shadow: 0 0 0 0.2rem rgba(19, 182, 236, 0.2);
}
.cbui-app .cbui-phone-dd-close {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: #64748b;
}
.cbui-app .cbui-phone-dd-close:hover {
  background: #f1f5f9;
  color: #0f172a;
}
.cbui-app .cbui-phone-dd-list {
  max-height: 260px;
  overflow: auto;
}
.cbui-app .cbui-phone-dd-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  cursor: pointer;
  user-select: none;
}
.cbui-app .cbui-phone-dd-item:hover {
  background: #f8fafc;
}
.cbui-app .cbui-phone-dd-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.cbui-app .cbui-phone-dd-flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}
.cbui-app .cbui-phone-dd-name {
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
.cbui-app .cbui-phone-dd-code {
  font-weight: 600;
  color: #64748b;
  flex-shrink: 0;
}

.cbui-app .cbui-phone-dd.is-open {
  display: block;
}

.cbui-app .cbui-country-wrap.is-dd-open {
  z-index: 60;
}

.cbui-app .cbui-country-dd {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(100% + 8px);
  z-index: 9999;
  display: none;
}
.cbui-app .cbui-country-dd.is-open {
  display: block;
}

.pointer-events-none {
  pointer-events: none;
}

.cbui-app .cbui-terms-check {
  padding-bottom: 8px;
  align-items: center;
}

.cbui-app .cbui-check {
  width: 22px;
  height: 22px;
  margin-top: 0;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  box-shadow: none;
}

.cbui-app .cbui-check:checked {
  background-color: rgba(19, 182, 236, 0.9);
  border-color: #6d5efc;
}

.cbui-app .cbui-check:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 94, 252, 0.25);
  border-color: rgba(19, 182, 236, 0.9);
}

.cbui-app .cbui-terms-label {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.cbui-app .cbui-check{
  position: relative;
  margin-left: 0px !important;
  margin-top: 0px !important;
}

.cbui-app .cbui-terms-link {
  color: #0ea5e9;
  text-decoration: none;
  font-weight: 600;
}

.cbui-app .cbui-terms-link:hover {
  text-decoration: underline;
}

.cbui-dark .cbui-app .cbui-terms-label {
  color: #e2e8f0;
}

.cbui-app .cbui-phone-wrap,
.cbui-app .cbui-country-wrap {
  position: relative;
}

.cbui-app .cbui-phone-dd,
.cbui-app .cbui-country-dd {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

.cbui-app .cbui-phone-dd-inner {
  width: 100% !important;
}

.cbui-app .cbui-phone-prefix {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  white-space: nowrap;
}

.cbui-app .cbui-phone-dd-item {
  gap: 12px;
}
.cbui-app .cbui-phone-dd-code {
  min-width: 56px;
  text-align: right;
}

.eb-otp.eb-otp-root {
  min-height: 100vh;
  background: #f6f8f8;
  color: #0f172a;
  display: flex;
  justify-content: center;
}

.eb-otp .eb-otp-layer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.eb-otp .eb-otp-frame {
  overflow: hidden;

  display: flex;
  flex-direction: column;
}

.eb-otp .eb-otp-icon {
  font-family: "Material Symbols Outlined";

  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.eb-otp .eb-otp-headline {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
  margin: 0;
}

.eb-otp .eb-otp-subtext {
  color: #475569;
  line-height: 1.65;
  font-size: 16px;
}
.eb-otp .eb-otp-strong {
  color: #0f172a;
  font-weight: 600;
  white-space: nowrap;
}

.eb-otp .eb-otp-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: #13b6ec;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 160ms ease, transform 160ms ease;
}
.eb-otp .eb-otp-link:hover {
  color: rgba(19, 182, 236, 0.8);
}
.eb-otp .eb-otp-link .eb-otp-icon {
  font-size: 16px;
  transition: transform 160ms ease;
}
.eb-otp .eb-otp-link:hover .eb-otp-icon {
  transform: translateX(2px);
}

.eb-otp .eb-otp-input {
  height: 56px !important;
  max-width: 72px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  transition: box-shadow 180ms ease, border-color 180ms ease;
  caret-color: #13b6ec;
  appearance: textfield;
}
.eb-otp .eb-otp-input::-webkit-outer-spin-button,
.eb-otp .eb-otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.eb-otp .eb-otp-input:focus {
  border-color: #13b6ec;
  box-shadow: 0 0 0 4px rgba(19, 182, 236, 0.2);
  outline: none;
}
.eb-otp .eb-otp-input-active {
  border: 2px solid #13b6ec;
  box-shadow: 0 0 0 4px rgba(19, 182, 236, 0.2),
    0 6px 18px rgba(19, 182, 236, 0.1);
}
@media (min-width: 576px) {
  .eb-otp .eb-otp-input {
    height: 64px !important;
    font-size: 28px;
  }
}

.eb-otp .eb-otp-hint {
  font-size: 12px;
  font-weight: 500;
  color: #94a3b8;
}

.eb-otp .eb-otp-timer {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
}
.eb-otp .eb-otp-timer-icon {
  color: #64748b;
  font-size: 18px;
}
.eb-otp .eb-otp-timer-text {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
}
.eb-otp .eb-otp-timer-strong {
  color: #13b6ec;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.eb-otp .eb-otp-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.eb-otp .eb-otp-layer {
  position: relative;
  z-index: 1;
  min-height: 0;
}

.bcs-app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f6f8f8;
  color: #111827;
}

.bcs-app .bcs-shell {
  position: relative;

  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.bcs-app .bcs-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(246, 248, 248, 0.95);
}

.bcs-app .bcs-iconbtn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, transform 0.15s ease;
  cursor: pointer;
}
.bcs-app .bcs-iconbtn:hover {
  background: rgba(107, 114, 128, 0.15);
}
.bcs-app .bcs-backicon {
  font-size: 24px;
  line-height: 1;
  color: #111827;
  transition: transform 0.15s ease;
}
.bcs-app .bcs-iconbtn:hover .bcs-backicon {
  transform: translateX(-2px);
}

.bcs-app .bcs-step {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #6b7280;
}

.bcs-app .bcs-main {
  flex: 1;
  padding: 8px 20px 128px;
}

.bcs-app .bcs-title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #111827;
}

.bcs-app .bcs-subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

.bcs-app .bcs-option-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bcs-app .bcs-card {
  min-height: 64px;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.bcs-app .bcs-card:hover {
  border-color: rgba(19, 182, 236, 0.5);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.bcs-app .bcs-option-input:checked + .bcs-card {
  border-color: #13b6ec;
  background: rgba(19, 182, 236, 0.05);
  box-shadow: 0 0 0 1px #13b6ec;
}

.bcs-app .bcs-cardtext {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: #111827;
}

.bcs-app .bcs-other-reveal {
  display: none;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.2s ease-out;
}
.bcs-app:has(#radio-other:checked) .bcs-other-reveal {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.bcs-app .bcs-other-input {
  width: 100%;
  min-height: 64px;
  border-radius: 12px;
  border: 1px solid #13b6ec;
  background: White;
  /*background: rgba(19, 182, 236, 0.05);*/
  padding: 16px 48px 16px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  outline: none;
}
.bcs-app .bcs-other-input::placeholder {
  color: #9ca3af;
}
.bcs-app .bcs-other-input:focus {
  box-shadow: 0 0 0 1px #13b6ec;
}

.bcs-app .bcs-editiconwrap {
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 auto;
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.bcs-app .bcs-editicon {
  font-size: 20px;
  color: #9ca3af;
}

.bcs-app .bcs-footer {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 20;

  width: 100%;
  max-width: 448px;
  border-top: 1px solid #f3f4f6;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bcs-app .bcs-btn-back {
  border: 0;
  border-radius: 12px;
  background: #f3f4f6;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  transition: background-color 0.15s ease;
}
.bcs-app .bcs-btn-back:hover {
  background: #e5e7eb;
}

.bcs-app .bcs-btn-next {
  border: 0;
  border-radius: 12px;
  background: #13b6ec;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(19, 182, 236, 0.25);
  transition: background-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.05s ease;
}
.bcs-app .bcs-btn-next:hover {
  background: #38bdf8;
  box-shadow: 0 12px 20px rgba(19, 182, 236, 0.4);
}
.bcs-app .bcs-btn-next:active {
  transform: scale(0.98);
}

.exb-app {
  background: #f6f8f8;
  color: #0d181b;
  min-height: 100vh;
}
html.exb-dark .exb-app {
  background: #101d22;
  color: #ffffff;
}

.exb-app .exb-shell {
  overflow: hidden;
}

html.exb-dark .exb-app .exb-shell {
  background: #101d22;
}

.exb-app .exb-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #cbd5e1;
}
html.exb-dark .exb-app .exb-dot {
  background: #334155;
}
.exb-app .exb-dot.exb-dot-active {
  background: #13b6ec;
}

.exb-app .exb-no-scrollbar::-webkit-scrollbar {
  display: none;
}
.exb-app .exb-no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.exb-app .exb-rxl {
  border-radius: 12px !important;
}

.exb-app .exb-input {
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
  height: 56px;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.exb-app .exb-input::placeholder {
  color: #94a3b8;
}
.exb-app .exb-input:focus {
  border-color: #13b6ec !important;
  box-shadow: 0 0 0 0.25rem rgba(19, 182, 236, 0.2) !important;
}
html.exb-dark .exb-app .exb-input {
  border: 1px solid #334155 !important;
  background: #1a2c33 !important;
  color: #ffffff !important;
}
html.exb-dark .exb-app .exb-input::placeholder {
  color: #64748b;
}
.exb-app .exb-input-sm {
  height: 48px;
}

.exb-app .exb-icon-right {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #22c55e;
  font-size: 22px;
  line-height: 1;
}
.exb-app .exb-icon-left {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #94a3b8;
  font-size: 20px;
  line-height: 1;
}
.exb-app .exb-pad-left {
  padding-left: 44px !important;
}

.exb-app .exb-h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 12px 0;
}
.exb-app .exb-sub {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #4c869a;
}
html.exb-dark .exb-app .exb-sub {
  color: #94a3b8;
}
.exb-app .exb-h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 12px 0;
}
@media (max-width: 575.98px) {
  .exb-app .exb-h1 {
    font-size: 25px;
    line-height: 1.25;
    font-weight: 900;
  }
}

.exb-app .exb-type-btn {
  border: 0;
  background: transparent;
  padding: 0;
}
.exb-app .exb-type-card {
  height: 80px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  transition: border-color 0.2s ease;
}
html.exb-dark .exb-app .exb-type-card {
  border: 1px solid #334155;
  background: #1a2c33;
}
.exb-app .exb-type-btn:hover .exb-type-card {
  border-color: rgba(19, 182, 236, 0.5);
}
.exb-app .exb-selected .exb-type-card {
  background: rgba(19, 182, 236, 0.1);
  border: 2px solid #13b6ec;
}
.exb-app .exb-type-icon {
  font-size: 20px;
  line-height: 1;
}
.exb-app .exb-type-text {
  font-size: 11px;
  line-height: 1.1;
}

.exb-app .exb-check-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  background: #13b6ec;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.exb-app .exb-check-badge .material-symbols-outlined {
  font-size: 14px;
  line-height: 1;
}

.exb-app .exb-footer {
  border-top: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 10;
}
html.exb-dark .exb-app .exb-footer {
  border-top: 1px solid #1f2937;
  background: rgba(26, 44, 51, 0.9);
}

.exb-app .exb-btn-h {
  height: 48px;
  border-radius: 12px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.exb-app .exb-btn-next {
  background: #13b6ec !important;
  border-color: #13b6ec !important;
  box-shadow: 0 12px 22px rgba(19, 182, 236, 0.3);
}
.exb-app .exb-btn-next:hover {
  background: #0ea5d6 !important;
  border-color: #0ea5d6 !important;
}

.exb-app .exb-anim {
  animation: exbFadeUp 0.35s ease both;
}
@keyframes exbFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sbl-app {
  font-family: "Inter", sans-serif;

  height: 100vh;
}

.sbl-app .sbl-shell {
  position: relative;

  min-height: 100vh;
  overflow: hidden;
}

.sbl-app .sbl-icon {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.sbl-app .sbl-back-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
}
.sbl-app .sbl-back-btn:hover {
  background: #e5e7eb;
}

.sbl-app .sbl-step-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}

.sbl-app .sbl-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background: #d1d5db;
}
.sbl-app .sbl-pill {
  height: 0.375rem;
  width: 2rem;
  border-radius: 9999px;
  background: #13b6ec;
}

.sbl-app .sbl-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.sbl-app .sbl-subtitle {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.6;
}

.sbl-app .sbl-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d181b;
}

.sbl-app .sbl-input-wrap {
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.sbl-app .sbl-input-wrap:focus-within {
  border-color: #13b6ec;
  box-shadow: 0 0 0 0.2rem rgba(19, 182, 236, 0.25);
}

.sbl-app .sbl-left-icon {
  color: #13b6ec;
}

.sbl-app .sbl-text-input {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #0d181b;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sbl-app .sbl-text-input::placeholder {
  color: #9ca3af;
}

.sbl-app .sbl-search-icon {
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.2s ease;
}
.sbl-app .sbl-search-icon:hover {
  color: #4b5563;
}

.sbl-app .sbl-or {
  position: relative;
  padding: 0.5rem 0;
}
.sbl-app .sbl-or-line {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.sbl-app .sbl-or-line::before {
  content: "";
  width: 100%;
  border-top: 1px solid #e5e7eb;
}
.sbl-app .sbl-or-text {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #9ca3af;
  background: #f6f8f8;
}

.sbl-app .sbl-check-card {
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.sbl-app .sbl-check-card:hover {
  border-color: rgba(19, 182, 236, 0.5);
}

.sbl-app .sbl-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}
.sbl-app .sbl-check-input:checked {
  background: #13b6ec;
  border-color: #13b6ec;
}
.sbl-app .sbl-check-input:checked::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.19rem;
  width: 0.3rem;
  height: 0.65rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sbl-app .sbl-check-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  color: #0d181b;
}
.sbl-app .sbl-check-desc {
  margin: 0.25rem 0 0 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.sbl-app .sbl-map {
  position: relative;
  height: 10rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  opacity: 0.8;
  filter: grayscale(30%);
}
.sbl-app .sbl-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sbl-app .sbl-map-grad {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(246, 248, 248, 0.9),
    rgba(246, 248, 248, 0) 60%
  );
}
.sbl-app .sbl-map-label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sbl-app .sbl-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f6f8f8;
  border-top: 1px solid #f3f4f6;
}

.sbl-app .sbl-continue-btn {
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #13b6ec;
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 10px 20px rgba(19, 182, 236, 0.2);
  transition: background-color 0.2s ease, transform 0.05s ease;
}
.sbl-app .sbl-continue-btn:hover {
  background: #11a3d4;
}
.sbl-app .sbl-continue-btn:active {
  background: #0e8bb5;
  transform: translateY(1px);
}

.sbl-app .sbl-shell {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}

.sbl-app .sbl-content {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sbl-app .sbl-scroll-area {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 140px;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sbl-app .sbl-scroll-area::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.sbl-app .step-footer {
  position: sticky;
  bottom: 0;
  z-index: 5;
  background: #f6f8f8;
}

.bb-app .bb-topnav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 248, 248, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #f1f3f5;
}
html.dark .bb-app .bb-topnav {
  background: rgba(16, 29, 34, 0.95);
  border-bottom-color: #1f2b30;
}

.bb-app .bb-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #0d181b;
  transition: background-color 160ms ease;
}
html.dark .bb-app .bb-icon-btn {
  color: #ffffff;
}
.bb-app .bb-icon-btn:hover {
  background: #f3f4f6;
}
html.dark .bb-app .bb-icon-btn:hover {
  background: #1f2b30;
}

.bb-app .bb-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.bb-app .bb-title-pad {
  padding-right: 40px;
}

.bb-app .bb-step-muted {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
html.dark .bb-app .bb-step-muted {
  color: #9ca3af;
}

.bb-app .bb-progress-track {
  height: 6px;
  border-radius: 9999px;
  background: #cfe1e7;
  overflow: hidden;
}
html.dark .bb-app .bb-progress-track {
  background: #374151;
}
.bb-app .bb-progress-fill {
  height: 100%;
  width: 80%;
  border-radius: 9999px;
  background: #13b6ec;
  transition: width 500ms ease-out;
}

.bb-app .bb-h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px 0;
  color: #0d181b;
}
@media (min-width: 768px) {
  .bb-app .bb-h1 {
    font-size: 30px;
  }
}
html.dark .bb-app .bb-h1 {
  color: #ffffff;
}

.bb-app .bb-sub {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #4b5563;
}
html.dark .bb-app .bb-sub {
  color: #d1d5db;
}

.bb-app .bb-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease,
    background 160ms ease;
}
html.dark .bb-app .bb-card {
  background: #1f2937;
}
.bb-app .bb-card:hover {
  border-color: rgba(19, 182, 236, 0.3);
}
.bb-app .bb-card.bb-selected {
  box-shadow: 0 0 0 2px #13b6ec;
  background: rgba(19, 182, 236, 0.05);
}

.bb-app .bb-ico {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.bb-app .bb-ico-1 {
  background: #eff6ff;
  color: #13b6ec;
}
html.dark .bb-app .bb-ico-1 {
  background: rgba(30, 58, 138, 0.3);
  color: #13b6ec;
}

.bb-app .bb-ico-2 {
  background: #faf5ff;
  color: #7c3aed;
}
html.dark .bb-app .bb-ico-2 {
  background: rgba(88, 28, 135, 0.3);
  color: #a78bfa;
}

.bb-app .bb-ico-3 {
  background: #f0fdfa;
  color: #0d9488;
}
html.dark .bb-app .bb-ico-3 {
  background: rgba(19, 78, 74, 0.3);
  color: #2dd4bf;
}

.bb-app .bb-h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  color: #0d181b;
}
html.dark .bb-app .bb-h3 {
  color: #ffffff;
}

.bb-app .bb-pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f3f4f6;
  color: #4b5563;
}
html.dark .bb-app .bb-pill {
  background: #374151;
  color: #d1d5db;
}

.bb-app .bb-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.35;
  margin: 0;
}
html.dark .bb-app .bb-desc {
  color: #9ca3af;
}

.bb-app .bb-price-primary {
  font-size: 14px;
  font-weight: 800;
  color: #13b6ec;
}
.bb-app .bb-price-purple {
  font-size: 14px;
  font-weight: 800;
  color: #7c3aed;
}
html.dark .bb-app .bb-price-purple {
  color: #a78bfa;
}
.bb-app .bb-price-teal {
  font-size: 14px;
  font-weight: 800;
  color: #0d9488;
}
html.dark .bb-app .bb-price-teal {
  color: #2dd4bf;
}

.bb-app .bb-switch {
  width: 44px;
  height: 24px;
  position: relative;
}
.bb-app .bb-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.bb-app .bb-switch-track {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: #e5e7eb;
  padding: 2px;
  display: flex;
  align-items: center;
  transition: background-color 200ms ease;
}
html.dark .bb-app .bb-switch-track {
  background: #4b5563;
}
.bb-app .bb-switch-thumb {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  transform: translateX(0);
  transition: transform 200ms ease;
}
.bb-app .bb-switch input:checked + .bb-switch-track {
  background: #13b6ec;
}
.bb-app .bb-switch input:checked + .bb-switch-track .bb-switch-thumb {
  transform: translateX(20px);
}

.bb-app .bb-trust {
  opacity: 0.7;
}
.bb-app .bb-trust-text {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
}
html.dark .bb-app .bb-trust-text {
  color: #9ca3af;
}

.bb-app .bb-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #ffffff;
  border-top: 1px solid #f1f3f5;
  padding: 16px;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.08);
}
html.dark .bb-app .bb-footer {
  background: #111827;
  border-top-color: #1f2b30;
  box-shadow: none;
}

.bb-app .bb-total-label {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
html.dark .bb-app .bb-total-label {
  color: #9ca3af;
}
.bb-app .bb-total-amount {
  font-size: 18px;
  font-weight: 600;
  color: #0d181b;
}
html.dark .bb-app .bb-total-amount {
  color: #ffffff;
}

.bb-app .bb-btn {
  height: 48px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  border: 0;
}
.bb-app .bb-btn-back {
  background: #f3f4f6;
  color: #0d181b;
  transition: background-color 160ms ease;
}
.bb-app .bb-btn-back:hover {
  background: #e9ecef;
}
html.dark .bb-app .bb-btn-back {
  background: #1f2937;
  color: #ffffff;
}
html.dark .bb-app .bb-btn-back:hover {
  background: #374151;
}

.bb-app .bb-btn-next {
  background: #13b6ec;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(19, 182, 236, 0.25);
  transition: background-color 160ms ease, transform 120ms ease;
}
.bb-app .bb-btn-next:hover {
  background: #0ea5e9;
}
.bb-app .bb-btn-next:active {
  transform: translateY(1px);
}
html.dark .bb-app .bb-btn-next {
  box-shadow: none;
}

.bb-app .bb-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.bb-app .bb-gap-16 {
  gap: 16px;
}
.bb-app .bb-gap-8 {
  gap: 8px;
}
.bb-app .bb-gap-18 {
  gap: 10px;
}

.eb-app ::selection {
  background: rgba(19, 182, 236, 0.3);
}

.eb-app {
  max-width: 448px;
  background: #f6f8f8;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

@media (min-width: 992px) {
  .eb-app {
    max-width: 560px;
  }
  .eb-footer {
    max-width: 560px;
  }
}

.eb-app.eb-dark {
  background: #101d22;
  color: #ffffff;
}

.eb-app .eb-topnav {
  background: rgba(246, 248, 248, 0.9);
  backdrop-filter: blur(8px);
}
.eb-app.eb-dark .eb-topnav {
  background: rgba(16, 29, 34, 0.9);
}

.eb-app .eb-icon-btn {
  width: 40px;
  height: 40px;
}
.eb-app .eb-icon-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.eb-app.eb-dark .eb-icon-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.eb-app .eb-skip-btn {
  width: 40px;
  height: 40px;
  color: #13b6ec;
}
.eb-app .eb-skip-btn:hover {
  background: rgba(19, 182, 236, 0.1);
}

.eb-app .eb-dots {
  gap: 4px;
}
.eb-app .eb-dot {
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  background: rgba(19, 182, 236, 0.3);
}
.eb-app .eb-dot-long {
  height: 6px;
  width: 24px;
  border-radius: 9999px;
  background: #13b6ec;
}

.eb-app .eb-scroll {
  padding-bottom: 96px;
}

.eb-app .eb-header {
  padding-top: 8px;
  padding-bottom: 24px;
}
.eb-app .eb-avatar-wrap {
  margin-bottom: 24px;
}

.eb-app .eb-avatar {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background: rgba(19, 182, 236, 0.1);
}
.eb-app.eb-dark .eb-avatar {
  background: rgba(19, 182, 236, 0.2);
}

.eb-app .eb-avatar-icon {
  font-size: 40px;
  color: #13b6ec;
}

.eb-app .eb-avatar-badge {
  width: 32px;
  height: 32px;
  right: -8px;
  top: -8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}
.eb-app.eb-dark .eb-avatar-badge {
  background: #1e2a30;
}

.eb-app .eb-badge-icon {
  font-size: 20px;
  color: #22c55e;
}

.eb-app .eb-title {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #0d181b;
}
.eb-app.eb-dark .eb-title {
  color: #ffffff;
}

.eb-app .eb-subtitle {
  max-width: 350px;
  color: rgba(13, 24, 27, 0.7);
}
.eb-app.eb-dark .eb-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.eb-app .eb-options {
  gap: 16px;
}

.eb-app .eb-option {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.eb-app.eb-dark .eb-option {
  background: #18262c;
}

.eb-app .eb-option-selected {
  border: 2px solid #13b6ec !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.eb-app .eb-option-unselected {
  border: 1px solid #e1e5e7 !important;
}
.eb-app.eb-dark .eb-option-unselected {
  border-color: #2a383e !important;
}
.eb-app .eb-option-unselected:hover {
  border-color: rgba(19, 182, 236, 0.5) !important;
}

.eb-app .eb-option-inner {
  gap: 16px;
}

.eb-app .eb-popular {
  background: #13b6ec;
  font-size: 12px;
  border-bottom-left-radius: 8px;
}

.eb-app .eb-ico {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
}

.eb-app .eb-ico-mail {
  background: #dbeafe;
  color: #2563eb;
}
.eb-app.eb-dark .eb-ico-mail {
  background: rgba(30, 58, 138, 0.3);
  color: #60a5fa;
}

.eb-app .eb-ico-sms {
  background: #f3e8ff;
  color: #7c3aed;
}
.eb-app.eb-dark .eb-ico-sms {
  background: rgba(88, 28, 135, 0.3);
  color: #c084fc;
}

.eb-app .eb-ico-symbol {
  font-size: 24px;
}

.eb-app .eb-option-head {
  gap: 12px;
  margin-bottom: 4px;
}

.eb-app .eb-option-title {
  font-size: 18px;
  line-height: 1.15;
  color: #0d181b;
}
.eb-app.eb-dark .eb-option-title {
  color: #ffffff;
}

.eb-app .eb-check {
  width: 24px;
  height: 24px;
}
.eb-app .eb-check-on {
  background: #13b6ec;
}
.eb-app .eb-check-symbol {
  font-size: 16px;
}
.eb-app .eb-check-off {
  border: 2px solid #e1e5e7 !important;
}
.eb-app.eb-dark .eb-check-off {
  border-color: #4a5a60 !important;
}

.eb-app .eb-price-row {
  gap: 6px;
  margin-bottom: 8px;
}
.eb-app .eb-price-amt {
  font-size: 20px;
  font-weight: 700;
  color: #0d181b;
}
.eb-app.eb-dark .eb-price-amt {
  color: #ffffff;
}
.eb-app .eb-price-meta {
  color: rgba(13, 24, 27, 0.6);
}
.eb-app.eb-dark .eb-price-meta {
  color: rgba(255, 255, 255, 0.6);
}

.eb-app .eb-desc {
  color: rgba(13, 24, 27, 0.7);
}
.eb-app.eb-dark .eb-desc {
  color: rgba(255, 255, 255, 0.7);
}

.eb-app .eb-feats {
  gap: 8px;
}
.eb-app .eb-feat-row {
  gap: 8px;
}
.eb-app .eb-feat-text {
  font-size: 12px;
  color: rgba(13, 24, 27, 0.8);
}
.eb-app.eb-dark .eb-feat-text {
  color: rgba(255, 255, 255, 0.8);
}

.eb-app .eb-feat-ico {
  font-size: 16px;
}
.eb-app .eb-feat-ico-on {
  color: #13b6ec;
}
.eb-app .eb-feat-ico-off {
  color: rgba(13, 24, 27, 0.4);
}
.eb-app.eb-dark .eb-feat-ico-off {
  color: rgba(255, 255, 255, 0.4);
}

.eb-footer {
  background: #f6f8f8;
  border-top: 1px solid #e1e5e7;
  margin: 0 auto;
  z-index: 20;
}
.eb-app.eb-dark .eb-footer {
  background: #101d22;
  border-top-color: #2a383e;
}

.eb-app .eb-footer-actions {
  gap: 12px;
}

.eb-app .eb-primary-btn {
  height: 48px;
  background: #13b6ec;
  box-shadow: 0 14px 30px rgba(19, 182, 236, 0.25);
  letter-spacing: 0.015em;
  border-radius: 10px;
}
.eb-app .eb-primary-btn:hover {
  filter: brightness(0.95);
}

.eb-app .eb-secondary-btn {
  height: 40px;
  color: rgba(13, 24, 27, 0.6);
}
.eb-app .eb-secondary-btn:hover {
  color: #0d181b;
}
.eb-app.eb-dark .eb-secondary-btn {
  color: rgba(255, 255, 255, 0.6);
}
.eb-app.eb-dark .eb-secondary-btn:hover {
  color: #ffffff;
}

.eb-app .eb-back-icon {
  font-size: 24px;
  color: #0d181b;
}
.eb-app.eb-dark .eb-back-icon {
  color: #ffffff;
}

.upx-page {
  background: #f3f4f6;
}

.upx-page .upx-frame {
  max-height: 720px;

  overflow: hidden;
  position: relative;
}

@media (min-width: 576px) {
  .upx-page .upx-frame {
    height: 850px;

    border: 1px solid #e5e7eb;
  }
}

.upx-page .upx-header {
  padding: 32px 24px 8px;
  background: #f6f8f8;
  z-index: 10;
}

.upx-page .upx-dot {
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  background: rgba(19, 182, 236, 0.3);
}
.upx-page .upx-dot--active {
  height: 6px;
  width: 32px;
  border-radius: 9999px;
  background: #13b6ec;
}

.upx-page .upx-title {
  color: #0f172a;
  letter-spacing: -0.02em;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}
.upx-page .upx-subtitle {
  color: #64748b;
  font-size: 16px;
  line-height: 1.65;
  margin-top: 12px;
  margin-bottom: 0;
}

.upx-page .upx-scroll {
  overflow-y: auto;
  padding: 16px 16px 50px;
}
.upx-page .upx-scroll::-webkit-scrollbar {
  display: none;
}
.upx-page .upx-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.upx-page .upx-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.upx-page .upx-item:hover {
  border-color: rgba(19, 182, 236, 0.2);
}

.upx-page .upx-iconbox {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.upx-page .upx-ic {
  font-size: 28px;
  line-height: 1;
}

.upx-page .upx-icon--primary {
  background: rgba(19, 182, 236, 0.1);
  color: #13b6ec;
}
.upx-page .upx-icon--indigo {
  background: #eef2ff;
  color: #4f46e5;
}
.upx-page .upx-icon--orange {
  background: #fff7ed;
  color: #ea580c;
}
.upx-page .upx-icon--teal {
  background: #f0fdfa;
  color: #0d9488;
}
.upx-page .upx-icon--yellow {
  background: #fefce8;
  color: #ca8a04;
}

.upx-page .upx-name {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.upx-page .upx-price {
  color: #13b6ec;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 0;
}
.upx-page .upx-desc {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
  margin-bottom: 0;
}

.upx-page .upx-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  background: #eff6ff;
  color: #2563eb;
}

.upx-page .upx-switch {
  width: 48px;
  height: 28px;
  border-radius: 9999px;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  flex: 0 0 auto;
}
.upx-page .upx-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.upx-page .upx-switch__track {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: #e2e8f0;
  transition: background-color 0.2s ease;
}
.upx-page .upx-switch__knob {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease;
}
.upx-page .upx-switch input:checked + .upx-switch__track {
  background: #13b6ec;
}
.upx-page .upx-switch input:checked ~ .upx-switch__knob {
  transform: translateX(20px);
}

.upx-page .upx-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid #e2e8f0;
}

.upx-page .upx-total-label {
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
}
.upx-page .upx-total-value {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.upx-page .upx-btn-primary {
  height: 48px;
  border-radius: 9999px;
  border: 0;
  background: #13b6ec;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(19, 182, 236, 0.2);
  transition: transform 0.06s ease, opacity 0.2s ease;
}
.upx-page .upx-btn-primary:active {
  transform: scale(0.98);
}

.upx-page .upx-btn-ghost {
  height: 48px;
  border-radius: 9999px;
  background: transparent;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.upx-page .upx-btn-ghost:active {
  background: #f1f5f9;
}

.upx-page .material-symbols-outlined {
  vertical-align: middle;
}

.ma-max-md {
  max-width: 28rem;
}
@media (min-width: 992px) {
  .ma-max-md {
    max-width: 560px;
  }
}

.ma-primary {
  color: #13b6ec !important;
}

.ma-hero-title {
  font-size: 2rem;
  line-height: 1.15;
}
.ma-hero-sub {
  line-height: 1.65;
}
.ma-sheet-title {
  font-size: 1.5rem;
}
.ma-price {
  font-size: 1.875rem;
}
.ma-lead {
  line-height: 1.65;
}
.ma-feat-title {
  font-size: 0.875rem;
}
.ma-feat-sub {
  font-size: 0.75rem;
}

.ma-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow-y: auto;
  pointer-events: none;
  user-select: none;
  opacity: 0.4;
  filter: blur(1px);
}

.ma-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 248, 248, 0.95);
  border-bottom: 1px solid #f3f4f6;
}
.ma-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  color: #0d181b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ma-main-pad {
  padding-bottom: 96px;
}

.ma-progress-track {
  height: 6px;
  width: 100%;
  border-radius: 9999px;
  background: #cfe1e7;
  overflow: hidden;
}
.ma-progress-fill {
  height: 100%;
  width: 80%;
  border-radius: 9999px;
  background: #13b6ec;
}

.ma-placeholder {
  height: 96px;
  border-radius: 0.75rem;
  background: #ffffff;
}

.ma-overlay {
  position: fixed;
  inset: 0;
  z-index: 1055;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 0;
}
@media (min-width: 576px) {
  .ma-overlay {
    align-items: center;
    padding: 1rem;
  }
}

.ma-sheet {
  width: 100%;
  max-width: 28rem;
  background: #ffffff;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: maSlideUp 240ms ease-out;
}
@media (min-width: 576px) {
  .ma-sheet {
    border-radius: 1rem;
  }
}
@keyframes maSlideUp {
  from {
    transform: translateY(18px);
    opacity: 0.98;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.ma-handle-wrap {
  display: flex;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  cursor: pointer;
}
.ma-handle {
  width: 48px;
  height: 6px;
  border-radius: 9999px;
  background: #e5e7eb;
}
@media (min-width: 576px) {
  .ma-handle-wrap {
    display: none;
  }
}

.ma-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  background: #eff6ff;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ma-close-btn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  color: #9ca3af;
  display: none;
}
.ma-close-btn:hover {
  color: #4b5563;
  background: #f3f4f6;
}
@media (min-width: 576px) {
  .ma-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.ma-sheet-body {
  overflow-y: auto;
}

.ma-check-badge {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: #ecfdf5;
  color: #22c55e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  flex: 0 0 auto;
}

.ma-info-box {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 0.5rem;
}
.ma-info-text {
  color: #1e40af;
  font-size: 0.875rem;
  line-height: 1.35;
}

.ma-footer {
  border-top: 1px solid #f3f4f6;
  background: #f9fafb;
}

.ma-btn-primary {
  background: #13b6ec;
  color: #ffffff;
  border: 0;
  border-radius: 0.75rem;
  padding: 0.95rem 1.5rem;
  font-weight: 800;
  font-size: 1.125rem;
  box-shadow: 0 14px 28px rgba(19, 182, 236, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.ma-btn-primary:hover {
  background: #0ea5e9;
  color: #ffffff;
}
.ma-btn-secondary {
  background: #ffffff;
  color: #374151;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 0.95rem 1.5rem;
  font-weight: 700;
}
.ma-btn-secondary:hover {
  background: #f9fafb;
}

@media (max-width: 575.98px) {
  .ma-overlay {
    padding-left: calc(14px + env(safe-area-inset-left));
    padding-right: calc(14px + env(safe-area-inset-right));
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }

  .ma-sheet {
    width: 100%;
    max-width: 100%;
    border-radius: 1.5rem;
    margin-bottom: env(safe-area-inset-bottom);
  }

  .ma-footer {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }
}

.axoo-page {
  height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .axoo-page {
    padding: 20px 12px;
  }
  .axoo-wrap {
    max-width: 100%;
  }
}

.axoo-card {
  background: #f6f8f8;

  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
}

.axoo-icon {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.axoo-hero {
  position: relative;
}
.axoo-hero-img {
  width: 100%;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.axoo-hero-bg {
  background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuAY2MKHCg_DGclhIBEv91lhcZOPhqX8QD_Q6GLGi6-qrVAJnJJJsx0i_qjqgPHlSY1sa1aSjNNhCYZwquiLzcq8SeEPx_er7mRMpNOVtPCCbKYtvIqdb_H0_QaeYLVVXCAX8_M4hwPS6aYEpZvtvXRoD-iqQoJp8THKleaUI4hR9zPuoYYKWRQJWPsw5TrRJdHsb8olla2piYivoRXBlEg9KVf9Y9ZKi0Xr_w54oXRRCaDfFq6oNjG5nkSqjCULrQB1KHvpmSB5Xbc");
}

.axoo-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #f6f8f8);
}

.axoo-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 20;
  display: flex;
  justify-content: center;
}

.axoo-badge-outer {
  background: #ffffff;
  padding: 8px;
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2),
    0 4px 6px -4px rgba(0, 0, 0, 0.2);
}
.axoo-badge-inner {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: #dcfce7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.axoo-check-icon {
  color: #22c55e;
  font-size: 40px;
}

.axoo-content {
  min-height: 420px;
  padding: 48px 24px 24px;
  display: flex;
  flex-direction: column;
}

.axoo-title {
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 12px 0;
}
.axoo-subtitle {
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.axoo-label {
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  padding-left: 4px;
  margin-bottom: 8px;
}

.axoo-linkbox {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.axoo-linkbox:focus-within {
  border-color: #13b6ec;
  box-shadow: 0 0 0 4px rgba(19, 182, 236, 0.2);
}

.axoo-input-icon {
  color: #94a3b8;
  font-size: 20px;
}

.axoo-input {
  height: 48px;
  font-size: 14px;
  color: #475569;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.axoo-input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.axoo-copy-btn {
  height: 48px;
  border: 0;
  background: transparent;
  border-left: 1px solid #f1f5f9;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.axoo-primary-text {
  color: #13b6ec;
  font-size: 20px;
}

.axoo-help {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
}

.axoo-cta {
  margin-top: auto;
}
.axoo-start-btn {
  width: 100%;
  border: none;
  border-radius: 12px;
  background: #13b6ec;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 18px 30px -18px rgba(19, 182, 236, 0.9);
  transition: transform 0.08s ease, background 0.15s ease;
}
.axoo-start-btn:hover {
  background: #0ea5e9;
}
.axoo-start-btn:active {
  transform: scale(0.98);
}
.axoo-arrow {
  font-size: 16px;
}

.cmn-page {
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #f6f8f8;
  color: #0f172a;
}

.cmn-shell {
  overflow: hidden;
}

.cmn-hero {
  height: 32vh;
  min-height: 240px;
  position: relative;
}
.cmn-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cmn-hero__bg-img {
  background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuBvZIp40Dfv0HB6qHkot9_DO1UMO1YAVwO6Ce0weaV-TfxhhHOoL04EzB-DOQa_l5G-sHxktC8tsz2Balw6zs084T6xbV7wGsyCgOLm6UhQtrhUtInj8uv7hnwDOq1_Ks_CoXbJvMt7ug4fYPVUqMSqa1I3GqFfJVo-35MUpRx1b-kxIqgRKSjfC8utA-yCvKtPITpPLSFIfcMYJb9tw9EESdaBvMxNB-WqJQkroY96U-JD-lnzmaF5JNbaLzuriWTiM82PdJZWq74");
}
.cmn-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #f6f8f8 0%,
    rgba(246, 248, 248, 0.4) 55%,
    rgba(0, 0, 0, 0) 100%
  );
}

.cmn-content {
  margin-top: -40px;
}

.cmn-title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.cmn-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
  max-width: 280px;
}
.cmn-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #334155;
}
.cmn-help {
  font-size: 12px;
  color: #94a3b8;
}

.cmn-btn-primary {
  height: 48px;
  border-radius: 0.5rem;
  font-size: 15px;
  font-weight: 800;
  background: #13b6ec;
  border: 0;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(2, 8, 23, 0.14);
  transition: transform 0.08s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cmn-btn-primary:hover {
  background: #0fa4d6;
  box-shadow: 0 12px 26px rgba(2, 8, 23, 0.18);
  transform: translateY(-1px);
}
.cmn-btn-ghost {
  height: 48px;
  border-radius: 0.5rem;
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  border: 0;
  color: #64748b;
}
.cmn-btn-ghost:hover {
  color: #334155;
}

.cmn-footer {
  font-size: 12px;
  color: #94a3b8;
  max-width: 260px;
  line-height: 1.6;
}
.cmn-footer a {
  color: inherit;
  text-decoration: underline;
}

.cmn-phone-wrap {
  height: 56px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.cmn-phone-wrap:focus-within {
  border-color: #13b6ec;
  box-shadow: 0 0 0 0.2rem rgba(19, 182, 236, 0.25);
}

.cmn-phone-prefix {
  height: 56px;
  border-right: 1px solid #f1f5f9;
  padding-left: 16px;
  padding-right: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.cmn-phone-prefix:hover {
  background: #f8fafc;
}

.cmn-prefix-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #0f172a;
}

.cmn-phone-flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}
.cmn-prefix-cc {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.cmn-phone-code {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

.cmn-prefix-caret {
  font-size: 20px;
  color: #94a3b8;
}

.cmn-phone-input {
  height: 56px;
  background: transparent;
  color: #0f172a;
  font-weight: 600;
  font-size: 16px;
}

.cmn-phone-input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.cmn-phone-wrap.is-dd-open {
  overflow: visible !important;
}

.cmn-phone-dd {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 99999;
  display: none;
}
.cmn-phone-dd.is-open {
  display: block;
}

.cmn-phone-dd-inner {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.cmn-phone-dd-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.cmn-phone-dd-search {
  height: 44px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 0 12px;
  outline: none;
  background: #ffffff;
  color: #0f172a;
}
.cmn-phone-dd-search:focus {
  border-color: #13b6ec;
  box-shadow: 0 0 0 0.2rem rgba(19, 182, 236, 0.2);
}

.cmn-phone-dd-close {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: #64748b;
}
.cmn-phone-dd-close:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.cmn-phone-dd-list {
  max-height: 260px;
  overflow: auto;
}

.cmn-phone-dd-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  cursor: pointer;
  user-select: none;
}
.cmn-phone-dd-item:hover {
  background: #f8fafc;
}

.cmn-phone-dd-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.cmn-phone-dd-flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}
.cmn-phone-dd-name {
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

.cmn-phone-dd-code {
  font-weight: 600;
  color: #64748b;
  flex-shrink: 0;
}

.ots-page {
  background: #f6f8f8;
  min-height: 100vh;
}

.ots-frame {
  position: relative;
  overflow: hidden;
}

.ots-behind {
  padding: 48px 24px;
}

.ots-fade {
  opacity: 0.3;
}

.ots-backbtn {
  background: transparent;
  border: 0;
}

.ots-title {
  font-size: 24px;
  font-weight: 800;
}

.ots-sub {
  font-size: 14px;
  color: #64748b;
}

.ots-slot {
  height: 56px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
}

.ots-dim {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
}

.ots-sheet-wrap {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  z-index: 999;
}

.ots-sheet {
  width: 100%;
  max-width: 460px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  margin: auto;
}

.ots-handle {
  width: 48px;
  height: 6px;
  background: #e2e8f0;
  border-radius: 999px;
  margin: 12px auto;
}

.ots-sheet-inner {
  padding: 16px 24px;
}

.ots-icon-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}

.ots-icon-glow {
  position: absolute;
  inset: 0;
  background: rgba(19, 182, 236, 0.2);
  filter: blur(20px);
  border-radius: 50%;
}

.ots-icon-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(19, 182, 236, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ots-icon {
  font-size: 40px;
  color: #13b6ec;
}

.ots-h2 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 12px;
}

.ots-p {
  font-size: 14px;
  color: #64748b;
}

.ots-num {
  font-weight: 700;
  color: #1f2937;
}

.ots-btn {
  height: 48px;
  border-radius: 12px;
  border: 0;
  background: #13b6ec;
  color: #fff;
  font-weight: 700;
}

.ots-help-btn {
  background: none;
  border: 0;
  font-size: 14px;
  color: #64748b;
}

.ots-help-strong {
  color: #13b6ec;
  text-decoration: underline;
}

.ots-safe {
  height: 16px;
}

.otp-frame {
  min-height: 100vh;
}

.otp-status__wrap {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background: #fee2e2;
  position: relative;
}
.otp-status__lock {
  font-size: 40px;
  color: #ef4444;
}
.otp-status__badge {
  position: absolute;
  right: -4px;
  bottom: -4px;
  padding: 4px;
  border-radius: 9999px;
  background: #f6f8f8;
}
.otp-status__error {
  font-size: 20px;
  color: #ef4444;
}

.otp-title {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
}
.otp-desc {
  font-size: 16px;
  color: #64748b;
  max-width: 560px;
}
.otp-desc__num {
  font-weight: 600;
  color: #0f172a;
}

.otp-boxes {
  max-width: 420px;
}

.otp-box-row {
  gap: 10px;
}
.otp-digitbox {
  flex: 1 1 0;
  position: relative;
  border-radius: 12px;
  border: 2px solid #ef4444;
  background: #ffffff;
  overflow: hidden;
}
.otp-digitbox::before {
  content: "";
  display: block;
  padding-top: 110%;
}
.otp-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  outline: none;
  caret-color: #ef4444;
}
.otp-input:focus {
  outline: none;
  box-shadow: none;
}

.otp-digitbox--pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 2px solid #ef4444;
  box-shadow: 0 0 0 2px rgba(254, 202, 202, 1);
  animation: otp-pulse 1.2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes otp-pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.45;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

.otp-error {
  color: #ef4444;
  font-size: 14px;
  font-weight: 600;
}
.otp-resend__btn {
  border: 0;
  background: transparent;
  font-weight: 700;
  color: #13b6ec;
}
.otp-resend__timer {
  font-size: 12px;
  color: #94a3b8;
}

.st-root {
  overflow-x: hidden;
  background: #f6f8f8;
  color: #0d181b;
}
.st-root.st-dark {
  background: #101d22;
  color: #ffffff;
}
.st-wrap {
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
}
.st-header {
  background: #f6f8f8;
}
.st-dark .st-header {
  background: #101d22;
}
.st-icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.st-icon {
  font-size: 24px;
}
.st-icon-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.st-dark .st-icon-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.st-step {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4c869a;
}
.st-dark .st-step {
  color: #94a3b8;
}
.st-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cfe1e7;
}
.st-dark .st-dot {
  background: #2d3f47;
}
.st-dot-active {
  width: 32px;
  height: 6px;
  border-radius: 999px;
  background: #13b6ec;
  box-shadow: 0 0 10px rgba(19, 182, 236, 0.5);
}
.st-h1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
}
.st-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #4c869a;
}
.st-dark .st-sub {
  color: #94a3b8;
}
.st-label {
  font-size: 14px;
  font-weight: 700;
}
.st-required {
  font-size: 12px;
  font-weight: 600;
  color: #13b6ec;
  opacity: 0;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.st-field:focus-within .st-required {
  opacity: 1;
}
.st-optional {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #4c869a;
}
.st-dark .st-optional {
  background: #1e293b;
  color: #94a3b8;
}
.st-input {
  height: 56px;
  border-radius: 12px;
  border: 1px solid #cfe1e7;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.st-dark .st-input {
  background: #1a2c32;
  border-color: #2d3f47;
  color: #fff;
}
.st-input:focus {
  border-color: #13b6ec;
  box-shadow: 0 0 0 0.25rem rgba(19, 182, 236, 0.1);
}
.st-input-phone {
  padding-left: 44px;
}
.st-phone-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #4c869a;
}
.st-dark .st-phone-icon {
  color: #94a3b8;
}
.st-footer {
  background: linear-gradient(to top, #f6f8f8 60%, transparent);
  padding-top: 32px;
}
.st-dark .st-footer {
  background: linear-gradient(to top, #101d22 60%, transparent);
}
.st-btn {
  height: 56px;
  border-radius: 999px;
  background: #13b6ec;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border: 0;
  box-shadow: 0 10px 25px rgba(19, 182, 236, 0.3);
  position: relative;
  overflow: hidden;
}
.st-btn:hover {
  background: #0ea5d7;
}
.st-btn-icon {
  font-size: 20px;
}
.st-shimmer {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}
.st-btn:hover .st-shimmer {
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.st-ios-space {
  height: 16px;
}

.eb-pd-page ::-webkit-scrollbar {
  width: 8px;
}
.eb-pd-page ::-webkit-scrollbar-track {
  background: transparent;
}
.eb-pd-page ::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 20px;
}

.eb-pd-icon {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.eb-pd-shell {
  max-width: 448px;
  background: #f6f8f8;
  overflow-x: hidden;
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.14);
}

@media (min-width: 992px) {
  .eb-pd-shell {
    max-width: 560px;
  }
}

.eb-pd-header {
  background: #f6f8f8;
  z-index: 10;
}

.eb-pd-back-btn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  transition: background-color 160ms ease;
}
.eb-pd-back-btn:hover {
  background: #f3f4f6;
}
.eb-pd-back-icon {
  font-size: 24px;
  color: #0d181b;
}

.eb-pd-spacer {
  width: 40px;
  height: 40px;
}

.eb-pd-progress-track {
  height: 6px;
  border-radius: 9999px;
  background: #cfe1e7;
  overflow: hidden;
}
.eb-pd-progress-fill {
  height: 100%;
  border-radius: 9999px;
  background: #13b6ec;
  transition: width 500ms ease-out;
}

.eb-pd-progress-40 {
  width: 40%;
}

.eb-pd-step {
  font-size: 14px;
  font-weight: 500;
  color: #0d181b;
}
.eb-pd-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0d181b;
  margin: 0;
}
.eb-pd-subtitle {
  color: #4c869a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.eb-pd-label {
  font-size: 14px;
  font-weight: 500;
  color: #0d181b;
}
.eb-pd-optional {
  color: #4c869a;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.eb-pd-required {
  color: #ef4444;
}

.eb-pd-input {
  height: 56px;
  border-radius: 12px;
  border: 1px solid #cfe1e7;
  background: #ffffff;
  color: #0d181b;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow 160ms ease, border-color 160ms ease;
}
.eb-pd-input::placeholder {
  color: #9bb3bc;
}
.eb-pd-input:focus {
  outline: none;
  border-color: #13b6ec;
  box-shadow: 0 0 0 4px rgba(19, 182, 236, 0.2);
}

.eb-pd-input-sm {
  height: 40px;
  font-size: 16px;
  padding: 0 14px;
}

.eb-pd-phone-wrap {
  position: relative;
}
.eb-pd-phone-prefix {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 8px;
  border-right: 1px solid #cfe1e7;
}
.eb-pd-phone-prefix-inner {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0d181b;
}
.eb-pd-phone-flag {
  font-size: 20px;
}
.eb-pd-phone-code {
  font-size: 14px;
  font-weight: 500;
}
.eb-pd-phone-caret {
  font-size: 16px;
  color: #9ca3af;
}
.eb-pd-input-phone {
  padding-left: 96px;
}

.eb-pd-footer {
  max-width: 448px;
  border-top: 1px solid #cfe1e7;
  background: rgba(246, 248, 248, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 20;
}
@media (min-width: 992px) {
  .eb-pd-footer {
    max-width: 560px;
  }
}

.eb-pd-next-btn {
  height: 48px;
  border-radius: 12px;
  border: 0;
  width: 100%;
  background: #13b6ec;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.015em;
  box-shadow: 0 1px 2px rgba(2, 6, 23, 0.08);
  transition: background-color 160ms ease, transform 120ms ease;
}
.eb-pd-next-btn:hover {
  background: rgba(19, 182, 236, 0.9);
}
.eb-pd-next-btn:active {
  transform: scale(0.98);
}

.eb-pd-main {
  padding-bottom: 96px;
}

.ws-phone {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  min-height: 100dvh;
  height: 100%;
  overflow: hidden;
  background: #f6f8f8;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.ws-phone.dark {
  background: #101d22;
  color: #ffffff;
}

.ws-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(246, 248, 248, 0.9);
}
.ws-phone.dark .ws-header {
  background: rgba(16, 29, 34, 0.9);
}

.ws-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
}
.ws-icon-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ws-phone.dark .ws-icon-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ws-icon {
  color: #0d181b;
}
.ws-phone.dark .ws-icon {
  color: #ffffff;
}

.ws-header-title {
  font-size: 1rem;
  color: inherit;
}

.ws-main {
  padding-bottom: 6rem;
}

.ws-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #d1d5db;
}
.ws-phone.dark .ws-dot {
  background: #4b5563;
}

.ws-pill {
  width: 32px;
  height: 6px;
  border-radius: 9999px;
  background: #13b6ec;
}

.ws-h1 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0d181b;
}
.ws-phone.dark .ws-h1 {
  color: #ffffff;
}

.ws-sub {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
  font-weight: 400;
}
.ws-phone.dark .ws-sub {
  color: #9ca3af;
}

.ws-card {
  cursor: pointer;
  user-select: none;
}

.ws-card-frame {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ws-phone.dark .ws-card-frame {
  background: #1f2937;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ws-card:hover .ws-card-frame {
  border-color: rgba(19, 182, 236, 0.5);
}

.ws-selected .ws-card-frame {
  border: 2px solid #13b6ec;
  box-shadow: 0 0 0 2px rgba(19, 182, 236, 0.15);
}

.ws-thumb {
  width: 100%;
  aspect-ratio: 3/5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ws-muted .ws-thumb {
  filter: grayscale(20%);
}

.ws-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.2s ease;
}
.ws-card:hover .ws-overlay {
  background: rgba(0, 0, 0, 0.05);
}

.ws-check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: #13b6ec;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws-check .material-symbols-outlined {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.ws-radio {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}

.ws-name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d181b;
}
.ws-phone.dark .ws-name {
  color: #ffffff;
}

.ws-tag-primary {
  margin-top: 0.15rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #13b6ec;
}

.ws-tag-muted {
  margin-top: 0.15rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
}
.ws-phone.dark .ws-tag-muted {
  color: #9ca3af;
}

.ws-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(246, 248, 248, 0.95);
  border-top: 1px solid #f3f4f6;
}
.ws-phone.dark .ws-footer {
  background: rgba(16, 29, 34, 0.95);
  border-top-color: #1f2937;
}

.ws-next {
  width: 100%;
  border: 0;
  border-radius: 9999px;
  background: #13b6ec;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9rem 1rem;
  box-shadow: 0 16px 30px rgba(19, 182, 236, 0.2);
  transition: transform 0.08s ease, background-color 0.2s ease;
}
.ws-next:hover {
  background: rgba(19, 182, 236, 0.9);
}
.ws-next:active {
  transform: scale(0.98);
}

.ws-back {
  width: 100%;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  color: #6b7280;
  transition: color 0.2s ease;
}
.ws-back:hover {
  color: #0d181b;
}
.ws-phone.dark .ws-back {
  color: #9ca3af;
}
.ws-phone.dark .ws-back:hover {
  color: #ffffff;
}

.ws-card.ws-selected .ws-check {
  display: flex;
}
.ws-card.ws-selected .ws-radio {
  display: none;
}
.ws-card:not(.ws-selected) .ws-check {
  display: none;
}
.ws-card:not(.ws-selected) .ws-radio {
  display: block;
}

.psu-app {
  background: #f6f8f8;
  color: #0d181b;
  height: 100vh;
  position: relative;
  overflow-y: hidden;
}
.psu-app.psu-theme-dark {
  background: #101d22;
  color: #ffffff;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.psu-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 248, 248, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #f3f4f6;
}
.psu-app.psu-theme-dark .psu-header {
  background: rgba(16, 29, 34, 0.95);
  border-bottom-color: #1f2937;
}

.psu-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  color: #0d181b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.psu-app.psu-theme-dark .psu-icon-btn {
  color: #ffffff;
}
.psu-icon-btn:hover {
  background: #f3f4f6;
}
.psu-app.psu-theme-dark .psu-icon-btn:hover {
  background: #1f2937;
}

.psu-top-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  padding-right: 40px;
}

.psu-main {
  max-width: 448px;
  margin: 0 auto;
  padding-bottom: 96px;
  filter: blur(2px);
  user-select: none;
  pointer-events: none;
  transition: all 0.3s ease;
}

.psu-step-left {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
.psu-app.psu-theme-dark .psu-step-left {
  color: #9ca3af;
}
.psu-step-right {
  font-size: 12px;
  font-weight: 700;
  color: #13b6ec;
}

.psu-progress {
  height: 6px;
  border-radius: 9999px;
  background: #cfe1e7;
  overflow: hidden;
}
.psu-app.psu-theme-dark .psu-progress {
  background: #374151;
}
.psu-progress-bar {
  height: 100%;
  width: 80%;
  background: #13b6ec;
  border-radius: 9999px;
  transition: width 0.5s ease-out;
}

.psu-h1 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #0d181b;
}
.psu-app.psu-theme-dark .psu-h1 {
  color: #ffffff;
}
.psu-lead {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
}
.psu-app.psu-theme-dark .psu-lead {
  color: #d1d5db;
}

.psu-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
.psu-app.psu-theme-dark .psu-card {
  background: #1f2937;
}
.psu-card:hover {
  border-color: rgba(19, 182, 236, 0.3);
}
.psu-card.psu-selected {
  border-color: rgba(19, 182, 236, 0.3);
  box-shadow: 0 0 0 2px #13b6ec;
  background: rgba(19, 182, 236, 0.05);
}
.psu-app.psu-theme-dark .psu-card.psu-selected {
  background: rgba(19, 182, 236, 0.06);
}

.psu-card-title {
  font-size: 16px;
  font-weight: 800;
  color: #0d181b;
}
.psu-app.psu-theme-dark .psu-card-title {
  color: #ffffff;
}

.psu-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
  background: #f3f4f6;
  color: #4b5563;
}
.psu-app.psu-theme-dark .psu-badge {
  background: #374151;
  color: #d1d5db;
}

.psu-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.35;
}
.psu-app.psu-theme-dark .psu-desc {
  color: #9ca3af;
}

.psu-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.psu-icon-blue {
  background: #eff6ff;
  color: #13b6ec;
}
.psu-app.psu-theme-dark .psu-icon-blue {
  background: rgba(30, 58, 138, 0.3);
}

.psu-icon-purple {
  background: #f5f3ff;
  color: #7c3aed;
}
.psu-app.psu-theme-dark .psu-icon-purple {
  background: rgba(88, 28, 135, 0.3);
  color: #c4b5fd;
}

.psu-icon-teal {
  background: #f0fdfa;
  color: #0d9488;
}
.psu-app.psu-theme-dark .psu-icon-teal {
  background: rgba(19, 78, 74, 0.3);
  color: #5eead4;
}

.psu-price-primary {
  font-size: 14px;
  font-weight: 700;
  color: #13b6ec;
}
.psu-price-purple {
  font-size: 14px;
  font-weight: 800;
  color: #7c3aed;
}
.psu-app.psu-theme-dark .psu-price-purple {
  color: #c4b5fd;
}
.psu-price-teal {
  font-size: 14px;
  font-weight: 800;
  color: #0d9488;
}
.psu-app.psu-theme-dark .psu-price-teal {
  color: #5eead4;
}

.psu-switch {
  width: 44px;
  height: 24px;
  position: relative;
  margin-top: 4px;
  flex: 0 0 auto;
}
.psu-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.psu-switch-track {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: #e5e7eb;
  padding: 2px;
  display: flex;
  align-items: center;
  transition: background 0.2s ease;
}
.psu-app.psu-theme-dark .psu-switch-track {
  background: #4b5563;
}
.psu-switch-thumb {
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transform: translateX(0);
  transition: transform 0.2s ease;
}
.psu-switch input:checked + .psu-switch-track {
  background: #13b6ec;
}
.psu-switch input:checked + .psu-switch-track .psu-switch-thumb {
  transform: translateX(20px);
}

.psu-guarantee {
  opacity: 0.7;
}
.psu-guarantee-text {
  font-size: 12px;
  color: #6b7280;
}
.psu-app.psu-theme-dark .psu-guarantee-text {
  color: #9ca3af;
}

.psu-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #ffffff;
  border-top: 1px solid #f3f4f6;
  padding: 16px;
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.05);
  filter: blur(2px);
  pointer-events: none;
}
.psu-app.psu-theme-dark .psu-bottom {
  background: #111827;
  border-top-color: #1f2937;
}

.psu-total-label {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}
.psu-app.psu-theme-dark .psu-total-label {
  color: #9ca3af;
}
.psu-total-value {
  font-size: 18px;
  font-weight: 800;
  color: #0d181b;
}
.psu-app.psu-theme-dark .psu-total-value {
  color: #ffffff;
}

.psu-btn {
  height: 48px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  transition: background 0.2s ease, transform 0.05s ease;
}
.psu-btn:active {
  transform: scale(0.98);
}
.psu-btn-back {
  background: #f3f4f6;
  color: #0d181b;
}
.psu-app.psu-theme-dark .psu-btn-back {
  background: #1f2937;
  color: #ffffff;
}
.psu-btn-back:hover {
  background: #e5e7eb;
}
.psu-app.psu-theme-dark .psu-btn-back:hover {
  background: #374151;
}

.psu-btn-next {
  background: #13b6ec;
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(191, 219, 254, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.psu-app.psu-theme-dark .psu-btn-next {
  box-shadow: none;
}
.psu-btn-next:hover {
  background: #0ea5e9;
}

.psu-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.6);
  backdrop-filter: blur(8px);
  z-index: 1050;
}

.psu-modal-wrap {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
@media (min-width: 576px) {
  .psu-modal-wrap {
    align-items: center;
    padding: 16px;
  }
}

.psu-modal-card {
  width: 100%;
  max-width: 448px;
  background: #ffffff;
  border-radius: 32px 32px 0 0;
  padding: 24px;
  padding-bottom: 32px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
@media (min-width: 576px) {
  .psu-modal-card {
    border-radius: 16px;
    padding-bottom: 24px;
  }
}
.psu-app.psu-theme-dark .psu-modal-card {
  background: #111827;
}

.psu-handle {
  width: 48px;
  height: 6px;
  border-radius: 9999px;
  background: #e5e7eb;
  margin: 0 auto 24px;
  flex: 0 0 auto;
}
.psu-app.psu-theme-dark .psu-handle {
  background: #374151;
}
@media (min-width: 576px) {
  .psu-handle {
    display: none;
  }
}

.psu-modal-icon {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  box-shadow: 0 0 0 1px #e0f2fe;
}
.psu-app.psu-theme-dark .psu-modal-icon {
  background: rgba(30, 58, 138, 0.2);
  box-shadow: 0 0 0 1px #1e3a8a;
}

.psu-modal-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #0d181b;
}
.psu-app.psu-theme-dark .psu-modal-title {
  color: #ffffff;
}

.psu-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4b5563;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 2px 10px;
}
.psu-app.psu-theme-dark .psu-tag {
  color: #d1d5db;
  background: #1f2937;
  border-color: #374151;
}

.psu-feature-box {
  width: 100%;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 20px;
}
.psu-app.psu-theme-dark .psu-feature-box {
  background: rgba(31, 41, 55, 0.5);
  border-color: #1f2937;
}

.psu-feature-text {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.psu-app.psu-theme-dark .psu-feature-text {
  color: #e5e7eb;
}

.psu-callout {
  width: 100%;
  position: relative;
  border-radius: 16px;
  padding: 16px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  overflow: hidden;
}
.psu-app.psu-theme-dark .psu-callout {
  background: rgba(30, 58, 138, 0.2);
  border-color: rgba(30, 64, 175, 0.3);
}
.psu-callout::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: #dbeafe;
  opacity: 0.2;
  filter: blur(18px);
}
.psu-app.psu-theme-dark .psu-callout::after {
  background: #1e40af;
}

.psu-callout-text {
  font-size: 14px;
  font-weight: 600;
  color: #1e3a8a;
  line-height: 1.35;
}
.psu-app.psu-theme-dark .psu-callout-text {
  color: #dbeafe;
}

.psu-confirm {
  width: 100%;
  border-radius: 16px;
  background: #13b6ec;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  padding: 14px 16px;
  box-shadow: 0 10px 25px rgba(191, 219, 254, 0.55);
  transition: background 0.2s ease, transform 0.05s ease;
}
.psu-app.psu-theme-dark .psu-confirm {
  box-shadow: none;
}
.psu-confirm:hover {
  background: #0ea5e9;
}
.psu-confirm:active {
  transform: scale(0.98);
}

.psu-cancel {
  width: 100%;
  border-radius: 16px;
  background: transparent;
  color: #6b7280;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  padding: 12px 16px;
  transition: color 0.2s ease;
}
.psu-app.psu-theme-dark .psu-cancel {
  color: #9ca3af;
}
.psu-cancel:hover {
  color: #374151;
}
.psu-app.psu-theme-dark .psu-cancel:hover {
  color: #e5e7eb;
}

.psu-max-md {
  max-width: 448px;
}
.psu-gap-12 {
  gap: 12px;
}
.psu-gap-16 {
  gap: 16px;
}
.psu-gap-8 {
  gap: 8px;
}
.psu-opacity-70 {
  opacity: 0.7;
}
.psu-mt-2 {
  margin-top: 8px;
}
.psu-mt-1 {
  margin-top: 4px;
}
.psu-mb-2 {
  margin-bottom: 8px;
}
.psu-mb-3 {
  margin-bottom: 12px;
}
.psu-mb-4 {
  margin-bottom: 16px;
}
.psu-mb-6 {
  margin-bottom: 24px;
}
.psu-size-24 {
  font-size: 24px;
}
.psu-size-18 {
  font-size: 18px;
}
.psu-size-40 {
  font-size: 40px;
}
.psu-size-14 {
  font-size: 14px;
}
.psu-btn-row {
  height: 48px;
}
.psu-flex-2 {
  flex: 2 1 0%;
}

@media (max-width: 575.98px) {
  .psu-modal-wrap {
    padding-left: calc(14px + env(safe-area-inset-left));
    padding-right: calc(14px + env(safe-area-inset-right));
    padding-bottom: calc(19px + env(safe-area-inset-bottom));
  }

  .psu-modal-card {
    width: 100%;
    max-width: 100%;
    border-radius: 32px;
    margin-bottom: env(safe-area-inset-bottom);
  }

  .psu-modal-card .mt-auto {
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }
}

.os-page {
    font-family: "Inter", sans-serif;
    background: #f6f8f8;
    min-height: 100dvh;
    height: 100dvh;
    overflow: hidden;
}

.os-frame {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 576px) {
  .os-frame {
    min-height: 0;
    height: min(850px, 100%);
  }
}

.os-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 120px;
}

.os-footer {
  position: sticky;
  bottom: 0;
  z-index: 5;
  background: #f6f8f8;
}
.os-body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.os-body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.os-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.os-subtitle {
  color: #64748b;
  line-height: 1.6;
}
.os-primary {
  color: #13b6ec !important;
}

.os-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.os-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.os-ms {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.os-block {
  position: relative;
}
.os-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  bottom: 0;
  width: 2px;
  background: #f1f5f9;
}
.os-block-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #13b6ec;
}

.os-item-name {
  font-weight: 600;
  color: #1e293b;
}
.os-item-sub {
  font-size: 10px;
  color: #94a3b8;
}
.os-price {
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
}

.os-included {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #16a34a;
  background: #ecfdf5;
  border-radius: 999px;
  padding: 4px 8px;
  white-space: nowrap;
  border: 1px solid #dcfce7;
}

.os-dashed-top {
  border-top: 1px dashed #e2e8f0 !important;
}

.os-grand {
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
}
.os-grand-k {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
.os-grand-due {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}
.os-grand-amt {
  font-size: 30px;
  font-weight: 700;
  color: #13b6ec;
  white-space: nowrap;
  line-height: 1;
}

.os-secure {
  background: #ecfdf5;
  border: 1px solid #dcfce7;
  color: #16a34a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.os-label {
  font-weight: 500;
  color: #334155;
}

.os-input {
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  padding: 14px 14px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
}
.os-input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 3px rgba(19, 182, 236, 0.35) !important;
}

.os-icon-left {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
  font-size: 20px;
}
.os-pad-left {
  padding-left: 42px !important;
}

.os-brand-chip {
  height: 20px;
  width: 34px;
  border-radius: 4px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.os-mc-a {
  height: 10px;
  width: 16px;
  border-radius: 999px;
  background: rgba(251, 146, 60, 0.85);
  margin-right: -8px;
  mix-blend-mode: multiply;
}
.os-mc-b {
  height: 10px;
  width: 16px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.85);
  mix-blend-mode: multiply;
}

.os-encrypt-pill {
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.5);
  color: #64748b;
  font-weight: 500;
}

.bba-app {
  min-height: 100vh;
  background: #f6f8f8;
  color: #0d181b;
  overflow-x: hidden;
  position: relative;
}
html.dark .bba-app {
  background: #101d22;
  color: #ffffff;
}

.bba-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 248, 248, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #f1f3f5;
}
html.dark .bba-topbar {
  background: rgba(16, 29, 34, 0.95);
  border-bottom: 1px solid #1f2a30;
}

.bba-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: inherit;
  transition: background-color 0.15s ease-in-out;
}
.bba-icon-btn:hover {
  background: #f3f4f6;
}
html.dark .bba-icon-btn:hover {
  background: #1f2937;
}

.bba-frame {
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .bba-frame {
    max-width: 560px;
  }
}

.bba-blur {
  filter: blur(2px);
  pointer-events: none;
  user-select: none;
}

.bba-muted {
  color: #6b7280;
}
html.dark .bba-muted {
  color: #9ca3af;
}

.bba-primary {
  color: #13b6ec;
}
.bba-progress-track {
  height: 6px;
  border-radius: 9999px;
  background: #cfe1e7;
  overflow: hidden;
}
html.dark .bba-progress-track {
  background: #374151;
}
.bba-progress-bar {
  height: 100%;
  border-radius: 9999px;
  background: #13b6ec;
  transition: width 0.5s ease-out;
}

.bba-h1 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bba-h1 {
    font-size: 30px;
  }
}
.bba-lead {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.55;
}
html.dark .bba-lead {
  color: #d1d5db;
}

.bba-addon {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
}
html.dark .bba-addon {
  background: #1f2937;
}
.bba-addon:hover {
  border-color: rgba(19, 182, 236, 0.3);
}

.bba-addon.bba-selected {
  box-shadow: 0 0 0 2px #13b6ec;
  background: rgba(19, 182, 236, 0.05);
}

.bba-iconbox {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.bba-iconbox-blue {
  background: #eff6ff;
  color: #13b6ec;
}
html.dark .bba-iconbox-blue {
  background: rgba(30, 58, 138, 0.3);
}
.bba-iconbox-purple {
  background: #f5f3ff;
  color: #7c3aed;
}
html.dark .bba-iconbox-purple {
  background: rgba(88, 28, 135, 0.3);
  color: #c4b5fd;
}
.bba-iconbox-teal {
  background: #f0fdfa;
  color: #0d9488;
}
html.dark .bba-iconbox-teal {
  background: rgba(13, 148, 136, 0.25);
  color: #5eead4;
}

.bba-pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
  background: #f3f4f6;
  color: #4b5563;
}
html.dark .bba-pill {
  background: #374151;
  color: #d1d5db;
}
.bba-price {
  font-size: 14px;
  font-weight: 800;
  color: #13b6ec;
}
.bba-price-purple {
  color: #7c3aed;
}
html.dark .bba-price-purple {
  color: #c4b5fd;
}
.bba-price-teal {
  color: #0d9488;
}
html.dark .bba-price-teal {
  color: #5eead4;
}

.bba-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.35;
  margin: 0;
}
html.dark .bba-desc {
  color: #9ca3af;
}

.bba-switch {
  position: relative;
  width: 44px;
  height: 24px;
  flex: 0 0 auto;
}
.bba-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.bba-switch-track {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: #e5e7eb;
  padding: 2px;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
}
html.dark .bba-switch-track {
  background: #4b5563;
}
.bba-switch-knob {
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  transform: translateX(0);
  transition: transform 0.2s ease;
}
.bba-switch input:checked + .bba-switch-track {
  background: #13b6ec;
  justify-content: flex-end;
}

.bba-verify {
  font-size: 12px;
  color: #6b7280;
  opacity: 0.7;
}
html.dark .bba-verify {
  color: #9ca3af;
}

.bba-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #ffffff;
  border-top: 1px solid #f1f3f5;
  padding: 16px;
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.05);
}
html.dark .bba-footer {
  background: #111827;
  border-top: 1px solid #1f2a30;
  box-shadow: none;
}
.bba-footer-blur {
  filter: blur(2px);
  pointer-events: none;
  user-select: none;
}

.bba-btn-back {
  height: 48px;
  border-radius: 12px;
  background: #f3f4f6;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0d181b;
  transition: background-color 0.15s ease;
}
.bba-btn-back:hover {
  background: #e5e7eb;
}
html.dark .bba-btn-back {
  background: #1f2937;
  color: #ffffff;
}
html.dark .bba-btn-back:hover {
  background: #374151;
}

.bba-btn-next {
  height: 48px;
  border-radius: 12px;
  background: #13b6ec;
  border: 0;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  transition: background-color 0.15s ease;
  box-shadow: 0 10px 22px rgba(19, 182, 236, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.bba-btn-next:hover {
  background: #0ea5e9;
}
html.dark .bba-btn-next {
  box-shadow: none;
}

.bba-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: bba-fade-in 0.18s ease-out both;
}

.bba-modal {
  width: 100%;
  max-width: 340px;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  animation: bba-slide-up 0.22s ease-out both;
}
html.dark .bba-modal {
  background: #1f2937;
}

.bba-modal-hero {
  height: 128px;
  background: linear-gradient(135deg, #a855f7, #4f46e5);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bba-bubble-1 {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 96px;
  height: 96px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(18px);
}
.bba-bubble-2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 128px;
  height: 128px;
  border-radius: 9999px;
  background: rgba(129, 140, 248, 0.3);
  filter: blur(18px);
}

.bba-tag-purple {
  background: #ede9fe;
  color: #6d28d9;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
}
html.dark .bba-tag-purple {
  background: rgba(88, 28, 135, 0.4);
  color: #d8b4fe;
}
.bba-tag-indigo {
  background: #e0e7ff;
  color: #4338ca;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
}
html.dark .bba-tag-indigo {
  background: rgba(30, 58, 138, 0.35);
  color: #c7d2fe;
}

.bba-info {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 12px;
}
html.dark .bba-info {
  background: rgba(30, 58, 138, 0.2);
  border-color: #1e40af;
}
.bba-info p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #1e40af;
}
html.dark .bba-info p {
  color: #bfdbfe;
}

.bba-confirm {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #13b6ec;
  color: #fff;
  font-weight: 800;
  padding: 14px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 10px 22px rgba(19, 182, 236, 0.25);
  transition: transform 0.08s ease, background-color 0.15s ease;
}
.bba-confirm:hover {
  background: #0ea5e9;
}
.bba-confirm:active {
  transform: scale(0.98);
}
html.dark .bba-confirm {
  box-shadow: none;
}

.bba-cancel {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #6b7280;
  font-weight: 600;
  padding: 14px 16px;
  transition: background-color 0.15s ease;
}
.bba-cancel:hover {
  background: #f3f4f6;
}
html.dark .bba-cancel {
  color: #9ca3af;
}
html.dark .bba-cancel:hover {
  background: #374151;
}

@keyframes bba-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bba-slide-up {
  from {
    transform: translateY(10px);
    opacity: 0.95;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.bba-ms {
  font-family: "Material Symbols Outlined" !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.step-footer{
  background: #F6F8F8 !important;
}

.opacity-0{
  opacity: 0 !important;
}

.top-header-div-onboarding {
    display: none !important;
}
.top-header-div-onboarding-line {
    display: none !important;
}
.top-header-div-onboarding {
    display: none !important;
}
.bottom-footer-div-onboarding {
    display: none !important;
}
.address-block-container .col-12.p-1 {
    overflow: hidden;
}
.js-cookie-consent {
    display: none !important;
}
label.onboarding-custom-label {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin-top: 5px;
    margin-bottom: 5px !important;
}
.addressFields .row.p-2 {
    background: white;
    border: 1px solid black;
}