@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

.uc-arcem-cloud,
.uc-arcem-cloud * {
  box-sizing: border-box;
}

.uc-arcem-cloud {
  --ucar-page-bg: #f4f6fb;
  --ucar-surface: #ffffff;
  --ucar-surface-2: #f8f9fc;
  --ucar-surface-3: #f0f2f8;
  --ucar-accent: #5b5ef4;
  --ucar-accent-2: #818cf8;
  --ucar-accent-dk: #4338ca;
  --ucar-accent-bg: rgba(91, 94, 244, 0.07);
  --ucar-accent-bg-2: rgba(91, 94, 244, 0.12);
  --ucar-ink: #0f1117;
  --ucar-ink-2: #374151;
  --ucar-ink-3: #6b7280;
  --ucar-ink-4: #9ca3af;
  --ucar-border: #e5e7eb;
  --ucar-border-2: #d1d5db;
  --ucar-border-hi: rgba(91, 94, 244, 0.4);
  --ucar-shadow-sm: 0 1px 3px rgba(15, 17, 23, 0.06), 0 1px 2px rgba(15, 17, 23, 0.04);
  --ucar-shadow-md: 0 4px 16px rgba(15, 17, 23, 0.08), 0 2px 6px rgba(15, 17, 23, 0.04);
  --ucar-shadow-lg: 0 12px 40px rgba(15, 17, 23, 0.10), 0 4px 12px rgba(15, 17, 23, 0.06);
  --ucar-shadow-accent: 0 4px 20px rgba(91, 94, 244, 0.28);
  --ucar-r-sm: 12px;
  --ucar-r-md: 16px;
  --ucar-r-lg: 20px;
  --ucar-r-xl: 28px;
  --ucar-font: 'Plus Jakarta Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(18px, 3vw, 34px) clamp(14px, 3vw, 32px) clamp(28px, 4vw, 56px);
  overflow-x: clip;
  background: var(--ucar-page-bg);
  color: var(--ucar-ink);
  font-family: var(--ucar-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uc-arcem-cloud a {
  color: inherit;
}

.uc-cloud-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  margin: 0 0 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(91, 94, 244, 0.14);
  border-radius: var(--ucar-r-xl);
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  box-shadow: var(--ucar-shadow-lg);
}

.uc-cloud-head::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(91, 94, 244, 0.16), rgba(129, 140, 248, 0.08) 48%, transparent 70%);
  pointer-events: none;
}

.uc-cloud-head > * {
  position: relative;
  z-index: 1;
}

.uc-cloud-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ucar-ink);
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.uc-cloud-head p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--ucar-ink-3);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.7;
  font-weight: 650;
}

.uc-cloud-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 17, 23, 0.10);
  background: var(--ucar-surface-2);
  color: var(--ucar-ink-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.uc-cloud-status-pill--ready {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
}

.uc-cloud-status-pill--building,
.uc-cloud-status-pill--setup {
  border-color: rgba(249, 115, 22, 0.35);
  background: rgba(249, 115, 22, 0.12);
  color: #9a3412;
}


.uc-cloud-head button,
.uc-cloud-login,
.uc-cloud-actions a,
.uc-cloud-actions button,
.uc-cloud-credentials a,
.uc-cloud-provision button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--ucar-r-md);
  border: 1.5px solid var(--ucar-border);
  background: var(--ucar-surface);
  color: var(--ucar-ink-2);
  cursor: pointer;
  font-family: var(--ucar-font);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--ucar-shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.uc-cloud-head button,
.uc-cloud-login,
.uc-cloud-actions a,
.uc-cloud-credentials a,
.uc-cloud-provision button[type="submit"] {
  border: none;
  background: linear-gradient(135deg, var(--ucar-accent) 0%, var(--ucar-accent-dk) 100%);
  color: #ffffff;
  box-shadow: var(--ucar-shadow-accent);
}

.uc-cloud-head button:hover,
.uc-cloud-login:hover,
.uc-cloud-actions a:hover,
.uc-cloud-actions button:hover,
.uc-cloud-credentials a:hover,
.uc-cloud-provision button:hover {
  transform: translateY(-1px);
  box-shadow: var(--ucar-shadow-md);
}

.uc-cloud-head button:hover,
.uc-cloud-login:hover,
.uc-cloud-actions a:hover,
.uc-cloud-credentials a:hover,
.uc-cloud-provision button[type="submit"]:hover {
  color: #ffffff;
  box-shadow: 0 8px 30px rgba(91, 94, 244, 0.38);
}

.uc-cloud-provision button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.uc-cloud-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.uc-cloud-card,
.uc-cloud-provision,
.uc-cloud-building,
.uc-cloud-jobs,
.uc-cloud-loading,
.uc-cloud-error {
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--ucar-r-xl);
  background: #ffffff;
  box-shadow: var(--ucar-shadow-md);
  padding: clamp(16px, 3vw, 24px);
  overflow: hidden;
}

.uc-cloud-card {
  position: relative;
  display: grid;
  gap: 18px;
}

.uc-cloud-card::before,
.uc-cloud-provision::before,
.uc-cloud-building::before,
.uc-cloud-jobs::before {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ucar-accent), var(--ucar-accent-2));
}

.uc-cloud-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.uc-cloud-card h3,
.uc-cloud-building h3,
.uc-cloud-jobs h3 {
  margin: 0;
  color: var(--ucar-ink);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.uc-cloud-card span,
.uc-cloud-card dt,
.uc-cloud-jobs > h3 + article span,
.uc-cloud-building p,
.uc-cloud-message {
  color: var(--ucar-ink-3);
}

.uc-cloud-card-head > div > span {
  display: block;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.uc-cloud-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.uc-cloud-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.uc-cloud-card dl > div,
.uc-cloud-credentials > div,
.uc-password-help {
  border: 1px solid var(--ucar-border);
  border-radius: var(--ucar-r-lg);
  background: var(--ucar-surface-2);
  padding: 13px 14px;
}

.uc-cloud-card dt {
  margin: 0;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.uc-cloud-card dd {
  margin: 5px 0 0;
  color: var(--ucar-ink-2);
  font-size: 13px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.uc-cloud-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.uc-cloud-provision {
  display: grid;
  gap: 16px;
  max-width: none;
}

.uc-cloud-provision label {
  display: grid;
  gap: 8px;
  color: var(--ucar-ink-2);
  font-size: 13px;
  font-weight: 900;
}

.uc-cloud-provision > label > input,
.uc-domain-field,
.uc-password-field {
  width: 100%;
  min-height: 52px;
  border: 1.5px solid var(--ucar-border);
  border-radius: var(--ucar-r-md);
  background: #ffffff;
  color: var(--ucar-ink);
  font-family: var(--ucar-font);
  font-size: 15px;
  font-weight: 700;
  box-shadow: var(--ucar-shadow-sm);
  outline: none;
}

.uc-cloud-provision > label > input:focus,
.uc-domain-field:focus-within,
.uc-password-field:focus-within {
  border-color: var(--ucar-border-hi);
  box-shadow: 0 0 0 4px var(--ucar-accent-bg);
}

.uc-cloud-provision > label > input,
.uc-domain-field input,
.uc-password-field input {
  padding: 0 14px;
}

.uc-domain-field,
.uc-password-field {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.uc-domain-field input,
.uc-password-field input {
  min-width: 0;
  flex: 1 1 auto;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: 0;
}

.uc-domain-field > span,
.uc-password-field button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-left: 1px solid var(--ucar-border);
  background: var(--ucar-surface-2);
  color: var(--ucar-ink-3);
  font-size: 13px;
  font-weight: 800;
  padding: 0 14px;
  white-space: nowrap;
}

.uc-password-field button {
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
}

.uc-password-field button:hover {
  transform: none;
}

.uc-password-help {
  display: grid;
  gap: 5px;
  color: var(--ucar-ink-3);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

.uc-password-help strong {
  color: var(--ucar-ink);
  font-weight: 900;
}

.uc-cloud-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.uc-cloud-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--ucar-border);
  background: var(--ucar-surface-2);
  color: var(--ucar-ink-3);
  font-size: 12px;
  font-weight: 950;
}

.uc-cloud-steps .current {
  border-color: rgba(91, 94, 244, 0.35);
  background: linear-gradient(135deg, var(--ucar-accent), var(--ucar-accent-dk));
  color: #ffffff;
  box-shadow: var(--ucar-shadow-accent);
}

.uc-cloud-steps .done {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
}

.uc-cloud-building {
  display: flex;
  align-items: center;
  gap: 16px;
}

.uc-cloud-building::before {
  display: none;
}

.uc-cloud-spinner {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(91, 94, 244, 0.14);
  border-top-color: var(--ucar-accent);
  border-radius: 999px;
  animation: uc-cloud-spin 0.9s linear infinite;
}

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

.uc-cloud-credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 2px;
}

.uc-cloud-credentials span {
  display: block;
  margin: 0 0 5px;
  color: var(--ucar-ink-3);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.uc-cloud-credentials code {
  display: block;
  width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  border: 1px solid var(--ucar-border);
  border-radius: var(--ucar-r-sm);
  background: #ffffff;
  color: var(--ucar-ink-2);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 10px;
}

.uc-cloud-credentials a {
  justify-self: start;
}

.uc-cloud-jobs {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.uc-cloud-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--ucar-border);
  border-radius: var(--ucar-r-lg);
  background: var(--ucar-surface-2);
  padding: 13px 14px;
}

.uc-cloud-job strong {
  display: block;
  color: var(--ucar-ink);
  font-size: 14px;
  font-weight: 900;
}

.uc-cloud-job span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.uc-cloud-job code {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: var(--ucar-surface-3);
  color: var(--ucar-ink-2);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 7px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.uc-cloud-job.succeeded code {
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
}

.uc-cloud-job.failed code {
  background: rgba(239, 68, 68, 0.12);
  color: #7f1d1d;
}

.uc-cloud-job.queued code,
.uc-cloud-job.running code {
  background: rgba(249, 115, 22, 0.12);
  color: #9a3412;
}

.uc-cloud-message {
  border-radius: 16px;
  margin-top: 14px;
  padding: 12px 14px;
  background: rgba(91, 94, 244, 0.08);
  color: var(--ucar-accent-dk);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.uc-cloud-message:empty {
  display: none;
}

.uc-cloud-loading {
  color: var(--ucar-ink-3);
  font-size: 14px;
  font-weight: 800;
}

.uc-cloud-error {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.08);
  color: #7f1d1d;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .uc-cloud-head,
  .uc-cloud-card-head {
    align-items: stretch;
    flex-direction: column;
  }

  .uc-cloud-head button,
  .uc-cloud-login,
  .uc-cloud-actions a,
  .uc-cloud-actions button,
  .uc-cloud-provision button {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .uc-arcem-cloud {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uc-cloud-head,
  .uc-cloud-card,
  .uc-cloud-provision,
  .uc-cloud-building,
  .uc-cloud-jobs,
  .uc-cloud-loading,
  .uc-cloud-error {
    border-radius: 18px;
    padding: 14px;
  }

  .uc-cloud-card dl,
  .uc-cloud-credentials {
    grid-template-columns: 1fr;
  }

  .uc-domain-field {
    flex-direction: column;
  }

  .uc-domain-field > span {
    min-height: 42px;
    border-left: 0;
    border-top: 1px solid var(--ucar-border);
  }

  .uc-cloud-job {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* v0.1.8: static Arcem hero image and magic login removal */
.uc-cloud-head {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.72fr);
  align-items: center;
  min-height: clamp(460px, 42vw, 650px);
  margin: 0 0 20px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: clamp(24px, 3vw, 34px);
  background: #020617;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.18);
  isolation: isolate;
}

.uc-cloud-head::before {
  display: none;
}

.uc-cloud-hero-bg,
.uc-cloud-hero-overlay {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.uc-cloud-hero-bg {
  z-index: 0 !important;
  background-image: var(--uc-cloud-hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.88;
  filter: saturate(1.18) contrast(1.08) brightness(0.76);
  transform: scale(1.01);
}

.uc-cloud-hero-overlay {
  z-index: 1 !important;
  background:
    radial-gradient(circle at 72% 42%, rgba(91, 94, 244, 0.24), transparent 34%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.95) 0%, rgba(2, 6, 23, 0.82) 42%, rgba(2, 6, 23, 0.46) 100%);
}

.uc-cloud-hero-main,
.uc-cloud-hero-card {
  position: relative;
  z-index: 2;
}

.uc-cloud-hero-main {
  max-width: 780px;
}


.uc-cloud-head .uc-cloud-status-pill {
  margin-right: 10px;
  backdrop-filter: blur(12px);
}

.uc-cloud-head h2 {
  max-width: 760px;
  margin-top: 12px;
  color: #ffffff;
  font-size: clamp(46px, 6.7vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.uc-cloud-head p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.9vw, 24px);
  line-height: 1.45;
  font-weight: 800;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.uc-cloud-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.uc-cloud-head .uc-cloud-hero-actions button,
.uc-cloud-head .uc-cloud-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: min(310px, 100%);
  min-height: 58px;
  border-radius: 999px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.38);
  color: #ffffff;
  font-family: var(--ucar-font);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.uc-cloud-head .uc-cloud-hero-actions button:first-child {
  border: none;
  background: linear-gradient(135deg, #fde047 0%, #f59e0b 100%);
  color: #111827;
  box-shadow: 0 18px 34px rgba(245, 158, 11, 0.24);
}

.uc-cloud-head .uc-cloud-hero-actions button:hover,
.uc-cloud-head .uc-cloud-hero-actions a:hover {
  transform: translateY(-2px);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.uc-cloud-head .uc-cloud-hero-actions button:first-child:hover {
  color: #111827;
  box-shadow: 0 20px 42px rgba(245, 158, 11, 0.34);
}

.uc-cloud-hero-card {
  justify-self: end;
  width: min(420px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 28px;
  background: rgba(244, 245, 251, 0.76);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
  padding: clamp(22px, 3vw, 32px);
  color: #111827;
  backdrop-filter: blur(20px) saturate(130%);
}

.uc-cloud-hero-card h3 {
  margin: 14px 0 6px;
  color: #0f1117;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.uc-cloud-hero-card p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
  text-shadow: none;
}

.uc-cloud-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.uc-cloud-hero-stats div {
  display: grid;
  place-items: center;
  min-height: 72px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05), 0 12px 24px rgba(15, 23, 42, 0.08);
  padding: 10px;
  text-align: center;
}

.uc-cloud-hero-stats strong {
  color: #111827;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1;
  font-weight: 950;
}

.uc-cloud-hero-stats span {
  margin-top: 6px;
  color: #667085;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.uc-cloud-secret-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.uc-cloud-secret-row code {
  min-height: 44px;
  flex: 1 1 auto;
}

.uc-cloud-secret-row button,
.uc-cloud-login-tools button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--ucar-r-sm);
  border: 1.5px solid var(--ucar-border);
  background: #ffffff;
  color: var(--ucar-ink-2);
  cursor: pointer;
  font-family: var(--ucar-font);
  font-size: 13px;
  font-weight: 900;
  padding: 0 14px;
  box-shadow: var(--ucar-shadow-sm);
}

.uc-cloud-secret-row button:hover,
.uc-cloud-login-tools button:hover {
  transform: translateY(-1px);
  border-color: var(--ucar-border-2);
  box-shadow: var(--ucar-shadow-md);
}

.uc-cloud-login-tools {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  border: 1px solid var(--ucar-border);
  border-radius: var(--ucar-r-lg);
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  padding: 13px 14px;
}

.uc-cloud-login-tools .uc-cloud-open-login {
  width: fit-content;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ucar-accent), var(--ucar-accent-dk));
  color: #ffffff;
  box-shadow: var(--ucar-shadow-accent);
}

.uc-cloud-login-tools small {
  max-width: 820px;
  color: var(--ucar-ink-3);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 750;
}

.uc-cloud-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 clamp(8px, 2vw, 20px);
  font-family: var(--ucar-font, 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif);
}

.uc-cloud-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(12px);
}

.uc-cloud-modal__panel {
  position: relative;
  width: min(1120px, calc(100vw - 20px));
  max-width: 1120px;
  max-height: min(86vh, 820px);
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: none;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  box-shadow: 0 -22px 70px rgba(15, 23, 42, 0.28);
  padding: 28px clamp(18px, 3vw, 34px) calc(24px + env(safe-area-inset-bottom));
  animation: uc-cloud-sheet-in 0.22s ease-out;
}

@keyframes uc-cloud-sheet-in {
  from { transform: translateY(26px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.uc-cloud-modal__eyebrow {
  display: block;
  margin: 0 52px 9px 0;
  color: var(--ucar-accent-dk);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.uc-cloud-modal__panel h3 {
  margin: 0 52px 14px 0;
  color: var(--ucar-ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.uc-cloud-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--ucar-ink-2);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.uc-cloud-modal__footer {
  position: sticky;
  bottom: -1px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding-top: 14px;
  background: linear-gradient(180deg, rgba(248, 249, 255, 0), #f8f9ff 35%);
}

.uc-cloud-modal-loading {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--ucar-border);
  border-radius: 22px;
  background: #ffffff;
  padding: 18px;
  box-shadow: var(--ucar-shadow-sm);
}

.uc-cloud-modal-loading p,
.uc-cloud-modal-help {
  margin: 0;
  color: var(--ucar-ink-3);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 750;
}

.uc-cloud-modal-notice {
  border-radius: 18px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.uc-cloud-modal-notice--info {
  background: rgba(91, 94, 244, 0.08);
  color: var(--ucar-accent-dk);
}

.uc-cloud-modal-notice--error {
  background: rgba(239, 68, 68, 0.12);
  color: #7f1d1d;
}

.uc-cloud-status-sheet,
.uc-cloud-backup-sheet {
  display: grid;
  gap: 16px;
}

.uc-cloud-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.uc-cloud-modal-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uc-cloud-modal-grid > div {
  min-width: 0;
  border: 1px solid var(--ucar-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--ucar-shadow-sm);
  padding: 14px;
}

.uc-cloud-modal-grid span {
  display: block;
  margin: 0 0 7px;
  color: var(--ucar-ink-3);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.uc-cloud-modal-grid strong {
  display: block;
  color: var(--ucar-ink-2);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.uc-cloud-modal-link,
.uc-cloud-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: fit-content;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ucar-accent), var(--ucar-accent-dk));
  color: #ffffff !important;
  box-shadow: var(--ucar-shadow-accent);
  cursor: pointer;
  font-family: var(--ucar-font);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  padding: 0 20px;
  text-decoration: none;
}

.uc-cloud-modal-btn--secondary {
  border: 1.5px solid var(--ucar-border);
  background: #ffffff;
  color: var(--ucar-ink-2) !important;
  box-shadow: var(--ucar-shadow-sm);
}

.uc-cloud-backup-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.uc-cloud-backup-topline > strong {
  color: var(--ucar-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.uc-cloud-progress {
  position: relative;
  height: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(91, 94, 244, 0.10);
  box-shadow: inset 0 0 0 1px rgba(91, 94, 244, 0.10);
}

.uc-cloud-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--ucar-accent), var(--ucar-accent-dk));
  box-shadow: 0 8px 24px rgba(91, 94, 244, 0.28);
  transition: width 0.35s ease;
}

.uc-cloud-backup-sheet.is-error .uc-cloud-progress span {
  background: linear-gradient(135deg, #ef4444, #991b1b);
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.22);
}

body.ucarc-modal-open .uc-gabriel-footer,
body.ucarc-modal-open #uc-gabriel-footer.uc-gabriel-footer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1040px) {
  .uc-cloud-head {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .uc-cloud-hero-card {
    justify-self: stretch;
  }
}

@media (max-width: 900px) {
  .uc-cloud-head {
    display: grid;
  }

  .uc-cloud-head .uc-cloud-hero-actions button,
  .uc-cloud-head .uc-cloud-hero-actions a {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .uc-cloud-head {
    padding: 24px 16px;
    border-radius: 24px;
  }

  .uc-cloud-head h2 {
    font-size: clamp(40px, 14vw, 64px);
  }

  .uc-cloud-head p {
    font-size: 16px;
  }

  .uc-cloud-hero-stats,
  .uc-cloud-modal-grid,
  .uc-cloud-modal-grid--compact {
    grid-template-columns: 1fr;
  }

  .uc-cloud-modal__panel {
    border-radius: 24px 24px 0 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .uc-cloud-secret-row {
    flex-direction: column;
  }

  .uc-cloud-secret-row button,
  .uc-cloud-login-tools .uc-cloud-open-login,
  .uc-cloud-modal-link,
  .uc-cloud-modal-btn {
    width: 100%;
  }
}

.uc-cloud-modal {
  --ucar-page-bg: #f4f6fb;
  --ucar-surface: #ffffff;
  --ucar-surface-2: #f8f9fc;
  --ucar-surface-3: #f0f2f8;
  --ucar-accent: #5b5ef4;
  --ucar-accent-2: #818cf8;
  --ucar-accent-dk: #4338ca;
  --ucar-accent-bg: rgba(91, 94, 244, 0.07);
  --ucar-accent-bg-2: rgba(91, 94, 244, 0.12);
  --ucar-ink: #0f1117;
  --ucar-ink-2: #374151;
  --ucar-ink-3: #6b7280;
  --ucar-ink-4: #9ca3af;
  --ucar-border: #e5e7eb;
  --ucar-border-2: #d1d5db;
  --ucar-border-hi: rgba(91, 94, 244, 0.4);
  --ucar-shadow-sm: 0 1px 3px rgba(15, 17, 23, 0.06), 0 1px 2px rgba(15, 17, 23, 0.04);
  --ucar-shadow-md: 0 4px 16px rgba(15, 17, 23, 0.08), 0 2px 6px rgba(15, 17, 23, 0.04);
  --ucar-shadow-lg: 0 12px 40px rgba(15, 17, 23, 0.10), 0 4px 12px rgba(15, 17, 23, 0.06);
  --ucar-shadow-accent: 0 4px 20px rgba(91, 94, 244, 0.28);
  --ucar-r-sm: 12px;
  --ucar-r-md: 16px;
  --ucar-r-lg: 20px;
  --ucar-r-xl: 28px;
  --ucar-font: 'Plus Jakarta Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.uc-cloud-status-pill--danger {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.12);
  color: #7f1d1d;
}

/* Modal top action support */
.uc-cloud-modal__actions {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.uc-cloud-modal__actions .uc-cloud-modal__close {
  position: static;
  flex: 0 0 auto;
  padding: 0;
}

.uc-cloud-modal-btn--header {
  min-height: 42px;
  padding: 0 17px;
  box-shadow: 0 10px 24px rgba(91, 94, 244, 0.22);
}

@media (max-width: 760px) {
  .uc-cloud-modal__actions {
    position: static;
    margin: -4px 0 12px;
  }

  .uc-cloud-modal__eyebrow,
  .uc-cloud-modal__panel h3 {
    margin-right: 0;
  }

  .uc-cloud-modal-btn--header {
    flex: 1 1 auto;
  }
}

/* v0.1.8: Login Details uses a normal login link; no credential handoff. */
.uc-cloud-login-tools .uc-cloud-open-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  border: 0;
  background: linear-gradient(135deg, var(--ucar-accent), var(--ucar-accent-dk));
  color: #fff !important;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(91, 94, 244, 0.20);
}

.uc-cloud-login-tools .uc-cloud-open-login:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(91, 94, 244, 0.28);
}

/* v0.1.11: clear cloud-suite replacement landing page */
.uc-arcem-landing {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 7% 8%, rgba(91, 94, 244, 0.10), transparent 26%),
    radial-gradient(circle at 94% 32%, rgba(129, 140, 248, 0.09), transparent 22%),
    var(--ucar-page-bg);
}

.ucar-landing-hero,
.ucar-landing-section,
.ucar-landing-equivalents,
.ucar-landing-compare,
.ucar-landing-partner {
  width: min(1440px, 100%);
  margin-inline: auto;
}

.ucar-landing-hero {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  align-items: stretch;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(91, 94, 244, 0.13);
  border-radius: clamp(28px, 4vw, 42px);
  background: linear-gradient(145deg, #ffffff 0%, #f7f8ff 52%, #f0f1ff 100%);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.11), 0 4px 18px rgba(15, 23, 42, 0.05);
}

.ucar-landing-hero::before {
  content: "";
  position: absolute;
  inset: auto auto -180px -120px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 94, 244, 0.13), transparent 67%);
  pointer-events: none;
}

.ucar-landing-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 72px);
}

.ucar-landing-eyebrow,
.ucar-landing-section__heading > span,
.ucar-landing-compare__copy > span,
.ucar-landing-partner > div:not(.ucar-landing-partner__glow) > span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--ucar-accent-dk);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ucar-landing-eyebrow {
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(91, 94, 244, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(91, 94, 244, 0.08);
  backdrop-filter: blur(12px);
}

.ucar-landing-eyebrow > span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ucar-accent);
  box-shadow: 0 0 0 5px rgba(91, 94, 244, 0.11);
}

.ucar-landing-hero h1 {
  max-width: none;
  margin: 0;
  color: #11131a;
  font-size: clamp(48px, 6.4vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.ucar-landing-hero h1 span,
.ucar-landing-hero h1 em {
  display: block;
  white-space: nowrap;
}

.ucar-landing-hero h1 em {
  color: var(--ucar-accent);
  font-style: normal;
}

.ucar-landing-lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: #50596a;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 600;
  line-height: 1.75;
}

.ucar-landing-lead strong {
  color: #1c2030;
  font-weight: 900;
}

.ucar-landing-replaces {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(91, 94, 244, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
}

.ucar-landing-replaces__label {
  color: var(--ucar-accent-dk);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ucar-landing-replaces__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.ucar-landing-replaces__items > span {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 13px;
  background: rgba(91, 94, 244, 0.055);
}

.ucar-landing-replaces__items b {
  overflow: hidden;
  color: #262a39;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ucar-landing-replaces__items small {
  color: #717b8f;
  font-size: 10px;
  font-weight: 750;
}

.ucar-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ucar-landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  font-family: var(--ucar-font);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ucar-landing-button svg,
.ucar-landing-compare__copy a svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.ucar-landing-button:hover,
.ucar-landing-compare__copy a:hover {
  transform: translateY(-2px);
}

.ucar-landing-button--primary {
  border: 0;
  background: linear-gradient(135deg, var(--ucar-accent), var(--ucar-accent-dk));
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(91, 94, 244, 0.30);
}

.ucar-landing-button--primary:hover {
  color: #fff !important;
  box-shadow: 0 20px 42px rgba(91, 94, 244, 0.38);
}

.ucar-landing-button--secondary {
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ucar-ink-2) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
}

.ucar-landing-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ucar-landing-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b5565;
  font-size: 12px;
  font-weight: 800;
}

.ucar-landing-proof svg {
  width: 18px;
  height: 18px;
  color: var(--ucar-accent);
}

.ucar-landing-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
}

.ucar-landing-visual__image,
.ucar-landing-visual__shade {
  position: absolute;
  inset: 0;
}

.ucar-landing-visual__image {
  z-index: -3;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
}

.ucar-landing-visual__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, #f4f5ff 0%, rgba(244, 245, 255, 0.42) 18%, transparent 48%),
    linear-gradient(180deg, rgba(18, 21, 42, 0.10), rgba(18, 21, 42, 0.52));
}

.ucar-landing-window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(660px, 88%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  background: rgba(250, 251, 255, 0.93);
  box-shadow: 0 32px 90px rgba(12, 18, 42, 0.42);
  transform: translate(-50%, -48%) rotate(-1.2deg);
  backdrop-filter: blur(18px);
}

.ucar-landing-window__top {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  background: rgba(255, 255, 255, 0.88);
}

.ucar-landing-window__top > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(100, 116, 139, 0.22);
}

.ucar-landing-window__top > span:first-child { background: #f98d87; }
.ucar-landing-window__top > span:nth-child(2) { background: #f8ca67; }
.ucar-landing-window__top > span:nth-child(3) { background: #74d59b; }

.ucar-landing-window__top strong {
  margin-left: 10px;
  color: #151824;
  font-size: 13px;
  font-weight: 900;
}

.ucar-landing-window__top b {
  margin-left: auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.10);
  color: #166534;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ucar-landing-window__body {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 354px;
}

.ucar-landing-window__body aside {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px 14px;
  border-right: 1px solid rgba(15, 23, 42, 0.07);
  background: rgba(247, 248, 253, 0.86);
}

.ucar-landing-window__body aside div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 10px;
  color: #697386;
  font-size: 10px;
  font-weight: 800;
}

.ucar-landing-window__body aside div.is-active {
  background: rgba(91, 94, 244, 0.10);
  color: var(--ucar-accent-dk);
}

.ucar-landing-window__body aside i,
.ucar-landing-file > i {
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 4px;
  opacity: 0.68;
}

.ucar-landing-window__content {
  display: block;
  padding: 24px;
}

.ucar-landing-window__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ucar-landing-window__heading div {
  display: grid;
  gap: 3px;
}

.ucar-landing-window__heading small {
  color: #8a94a5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ucar-landing-window__heading strong {
  color: #151824;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ucar-landing-window__heading button {
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 10px;
  background: var(--ucar-accent);
  color: #fff;
  font: 800 10px/1 var(--ucar-font);
  pointer-events: none;
}

.ucar-landing-folders {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 20px;
}

.ucar-landing-folders span {
  display: grid;
  gap: 12px;
  min-width: 0;
  min-height: 86px;
  padding: 13px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 14px;
  background: #fff;
  color: #4b5565;
  font-size: 9px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.ucar-landing-folders i {
  width: 28px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(145deg, #8c8eff, #5b5ef4);
  box-shadow: 0 7px 14px rgba(91, 94, 244, 0.22);
}

.ucar-landing-file {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 9px 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.ucar-landing-file > i {
  width: 27px;
  height: 32px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(145deg, #f3c85f, #e9a638);
}

.ucar-landing-file > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ucar-landing-file strong {
  overflow: hidden;
  color: #252937;
  font-size: 10px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ucar-landing-file small {
  overflow: hidden;
  color: #8a94a5;
  font-size: 8px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ucar-landing-file b {
  color: #9aa3b2;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.ucar-landing-float-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 5px;
  min-width: 170px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 50px rgba(12, 18, 42, 0.25);
  backdrop-filter: blur(18px);
}

.ucar-landing-float-card span {
  color: #778196;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ucar-landing-float-card strong {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #1d2230;
  font-size: 14px;
  font-weight: 900;
}

.ucar-landing-float-card strong i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.ucar-landing-float-card--one {
  left: 5%;
  bottom: 7%;
  transform: rotate(1.5deg);
}

.ucar-landing-float-card--two {
  top: 9%;
  right: 4%;
  transform: rotate(2deg);
}

.ucar-landing-equivalents {
  padding: clamp(52px, 7vw, 90px) clamp(22px, 4vw, 56px);
  border: 1px solid rgba(91, 94, 244, 0.12);
  border-radius: clamp(28px, 4vw, 40px);
  background:
    radial-gradient(circle at 50% 0%, rgba(91, 94, 244, 0.11), transparent 34%),
    linear-gradient(145deg, #ffffff, #f8f8ff);
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.07);
}

.ucar-landing-equivalent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.ucar-landing-equivalent-grid article {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto minmax(0, 1.1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
}

.ucar-landing-equivalent-grid__from,
.ucar-landing-equivalent-grid__to {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.ucar-landing-equivalent-grid small {
  color: #8a93a4;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ucar-landing-equivalent-grid__from strong {
  color: #687184;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.ucar-landing-equivalent-grid__to strong {
  color: var(--ucar-accent-dk);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.ucar-landing-equivalent-grid__to p {
  margin: 1px 0 0;
  color: #6e7789;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.52;
}

.ucar-landing-equivalent-grid__arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(91, 94, 244, 0.11);
  color: var(--ucar-accent-dk);
  font-size: 20px;
  font-weight: 900;
}

.ucar-landing-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.ucar-landing-assurance article {
  padding: 22px;
  border-radius: 20px;
  background: #191b31;
  color: #fff;
}

.ucar-landing-assurance article:nth-child(2) {
  background: #292b66;
}

.ucar-landing-assurance article:nth-child(3) {
  background: var(--ucar-accent-dk);
}

.ucar-landing-assurance strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ucar-landing-assurance p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.6;
}

.ucar-landing-section {
  padding: clamp(52px, 7vw, 92px) clamp(2px, 2vw, 24px) 18px;
}

.ucar-landing-section__heading {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.ucar-landing-section__heading > span {
  margin-inline: auto;
}

.ucar-landing-section__heading h2,
.ucar-landing-compare h2,
.ucar-landing-partner h2 {
  margin: 0;
  color: #11131a;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.ucar-landing-section__heading p {
  max-width: 710px;
  margin: 20px auto 0;
  color: var(--ucar-ink-3);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.ucar-landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ucar-landing-feature-grid article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 38px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ucar-landing-feature-grid article::after {
  content: "";
  position: absolute;
  top: -54px;
  right: -54px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 94, 244, 0.10), transparent 68%);
}

.ucar-landing-feature-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 94, 244, 0.18);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.10);
}

.ucar-landing-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(91, 94, 244, 0.14), rgba(129, 140, 248, 0.07));
  color: var(--ucar-accent-dk);
  box-shadow: inset 0 0 0 1px rgba(91, 94, 244, 0.10);
}

.ucar-landing-icon svg {
  width: 25px;
  height: 25px;
}

.ucar-landing-feature-grid h3 {
  margin: 0;
  color: #171a23;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.ucar-landing-feature-grid p {
  margin: 13px 0 0;
  color: #687184;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.72;
}

.ucar-landing-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  padding: clamp(42px, 6vw, 78px);
  border: 1px solid rgba(91, 94, 244, 0.12);
  border-radius: clamp(28px, 4vw, 40px);
  background:
    radial-gradient(circle at 8% 8%, rgba(91, 94, 244, 0.10), transparent 30%),
    linear-gradient(145deg, #ffffff, #f7f8ff);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.ucar-landing-compare__copy p {
  margin: 22px 0 0;
  color: #667085;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.78;
}

.ucar-landing-compare__copy a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: var(--ucar-accent-dk) !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform 0.18s ease;
}

.ucar-landing-compare__table {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.10);
}

.ucar-landing-compare__table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 64px;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.ucar-landing-compare__table > div:first-child {
  border-top: 0;
}

.ucar-landing-compare__table span,
.ucar-landing-compare__table strong {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.4;
}

.ucar-landing-compare__table span {
  color: #7b8495;
  font-weight: 700;
}

.ucar-landing-compare__table strong {
  border-left: 1px solid rgba(91, 94, 244, 0.10);
  background: rgba(91, 94, 244, 0.045);
  color: #272b39;
  font-weight: 850;
}

.ucar-landing-compare__head span,
.ucar-landing-compare__head strong {
  min-height: 66px;
  color: #151824;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ucar-landing-compare__head strong {
  color: var(--ucar-accent-dk);
}

.ucar-landing-partner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  overflow: hidden;
  padding: clamp(38px, 6vw, 72px);
  border-radius: clamp(28px, 4vw, 40px);
  background: linear-gradient(135deg, #15162b 0%, #27295d 48%, #4b4ec6 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(44, 46, 125, 0.30);
}

.ucar-landing-partner__glow {
  position: absolute;
  top: -120px;
  right: 7%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 68%);
  pointer-events: none;
}

.ucar-landing-partner > *:not(.ucar-landing-partner__glow) {
  position: relative;
  z-index: 1;
}

.ucar-landing-partner > div:not(.ucar-landing-partner__glow) > span {
  color: #c9caff;
}

.ucar-landing-partner h2 {
  max-width: 870px;
  color: #fff;
}

.ucar-landing-partner p {
  max-width: 790px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.ucar-landing-button--light {
  min-width: 175px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: #fff;
  color: #292b66 !important;
  box-shadow: 0 18px 38px rgba(7, 8, 30, 0.24);
}

.ucar-landing-button--light:hover {
  color: #292b66 !important;
  box-shadow: 0 22px 44px rgba(7, 8, 30, 0.30);
}

@media (max-width: 1180px) {
  .ucar-landing-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  }

  .ucar-landing-equivalent-grid article {
    grid-template-columns: 1fr;
  }

  .ucar-landing-equivalent-grid__arrow {
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
  }

  .ucar-landing-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .ucar-landing-hero,
  .ucar-landing-compare {
    grid-template-columns: 1fr;
  }

  .ucar-landing-hero {
    min-height: 0;
  }

  .ucar-landing-hero__copy {
    padding-bottom: 42px;
  }

  .ucar-landing-visual {
    min-height: 560px;
  }

  .ucar-landing-visual__shade {
    background:
      linear-gradient(180deg, #f4f5ff 0%, rgba(244, 245, 255, 0.16) 22%, rgba(18, 21, 42, 0.44) 100%);
  }

  .ucar-landing-equivalent-grid {
    grid-template-columns: 1fr;
  }

  .ucar-landing-assurance {
    grid-template-columns: 1fr;
  }

  .ucar-landing-partner {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 680px) {
  .uc-arcem-landing {
    padding: 12px 10px 30px;
    gap: 18px;
  }

  .ucar-landing-hero,
  .ucar-landing-equivalents,
  .ucar-landing-compare,
  .ucar-landing-partner {
    border-radius: 26px;
  }

  .ucar-landing-hero__copy {
    padding: 32px 20px 34px;
  }

  .ucar-landing-hero h1 {
    font-size: clamp(34px, 11.5vw, 48px);
    letter-spacing: -0.055em;
  }

  .ucar-landing-lead {
    font-size: 15px;
    line-height: 1.68;
  }

  .ucar-landing-replaces {
    padding: 13px;
  }

  .ucar-landing-replaces__items {
    grid-template-columns: 1fr;
  }

  .ucar-landing-equivalents {
    padding: 44px 18px 22px;
  }

  .ucar-landing-equivalent-grid article {
    padding: 18px;
  }

  .ucar-landing-actions,
  .ucar-landing-actions a,
  .ucar-landing-button--light {
    width: 100%;
  }

  .ucar-landing-proof {
    display: grid;
    gap: 12px;
  }

  .ucar-landing-visual {
    min-height: 440px;
  }

  .ucar-landing-window {
    width: 94%;
    border-radius: 18px;
  }

  .ucar-landing-window__body {
    grid-template-columns: 1fr;
    min-height: 315px;
  }

  .ucar-landing-window__body aside {
    display: flex;
    overflow: hidden;
    padding: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  }

  .ucar-landing-window__body aside div {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    padding: 0 7px;
  }

  .ucar-landing-window__body aside div:nth-child(n+4) {
    display: none;
  }

  .ucar-landing-window__content {
    padding: 18px;
  }

  .ucar-landing-folders {
    margin: 18px 0 14px;
  }

  .ucar-landing-folders span {
    min-height: 70px;
    padding: 10px;
  }

  .ucar-landing-float-card {
    min-width: 145px;
    padding: 12px 14px;
  }

  .ucar-landing-float-card--one {
    left: 3%;
    bottom: 3%;
  }

  .ucar-landing-float-card--two {
    top: 4%;
    right: 3%;
  }

  .ucar-landing-section {
    padding-top: 52px;
  }

  .ucar-landing-feature-grid {
    grid-template-columns: 1fr;
  }

  .ucar-landing-section__heading h2,
  .ucar-landing-compare h2,
  .ucar-landing-partner h2 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .ucar-landing-compare,
  .ucar-landing-partner {
    padding: 30px 20px;
  }

  .ucar-landing-compare__table > div {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .ucar-landing-compare__table span,
  .ucar-landing-compare__table strong {
    padding: 13px 11px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ucar-landing-button,
  .ucar-landing-compare__copy a,
  .ucar-landing-feature-grid article {
    transition: none;
  }
}
