@charset "UTF-8";
.layout-blank .auth-wrapper {
  min-block-size: 100dvh;
}
.layout-blank .auth-v1-top-shape,
.layout-blank .auth-v1-bottom-shape {
  position: absolute;
}
.layout-blank .auth-footer-mask {
  position: absolute;
  inset-block-end: 0;
  min-inline-size: 100%;
}
.layout-blank .auth-card {
  z-index: 1 !important;
}
.layout-blank .auth-illustration {
  z-index: 1;
}
.layout-blank .auth-v1-top-shape {
  inset-block-start: -77px;
  inset-inline-start: -45px;
}
.layout-blank .auth-v1-bottom-shape {
  inset-block-end: -58px;
  inset-inline-end: -58px;
}
@media (min-width: 1264px), (max-width: 959px) and (min-width: 450px) {
.layout-blank .v-otp-input .v-otp-input__content {
    gap: 1rem;
}
}
@media (min-width: 960px) {
.skin--bordered .auth-card-v2 {
    border-inline-start: 1px solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}
}
.auth-logo {
  position: absolute;
  z-index: 2;
  inset-block-start: 2rem;
  inset-inline-start: 2.3rem;
}
.auth-title {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.5rem;
  text-transform: capitalize;
}

/* ════════════════════════════════════════════════════════════════════════
   ROOMRISE AUTH MOBILE OVERRIDES
   - Use 100dvh (handles iOS PWA URL bar correctly)
   - Honor safe-area-inset for notch / Dynamic Island / home-indicator
   - Soft vertical centering (form not flush against viewport edges)
   - Hide desktop illustration column on mobile
   - Form max-width contained, never stretch full bleed
   Desktop layout (≥768px) is intentionally untouched.
   ════════════════════════════════════════════════════════════════════════ */
.rr-auth-wrapper {
  min-height: 100dvh;
  background: radial-gradient(circle at 18% 14%, rgba(0, 113, 227, 0.12), transparent 30%), radial-gradient(circle at 82% 18%, rgba(48, 209, 88, 0.09), transparent 28%), linear-gradient(135deg, #fbfbfd 0%, #f5f5f7 56%, #eef2f7 100%) !important;
}
.rr-auth-showcase {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 100dvh;
  padding: clamp(48px, 8vw, 112px);
}
.rr-auth-showcase__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.7;
  pointer-events: none;
}
.rr-auth-showcase__orb--blue {
  top: 16%;
  left: 14%;
  width: 240px;
  height: 240px;
  background: rgba(0, 113, 227, 0.1);
}
.rr-auth-showcase__orb--mint {
  right: 12%;
  bottom: 14%;
  width: 220px;
  height: 220px;
  background: rgba(48, 209, 88, 0.1);
}
.rr-auth-brand-panel {
  position: relative;
  width: min(680px, 100%);
  padding: 32px;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 30px 80px rgba(29, 29, 31, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(24px) saturate(160%);
}
.rr-auth-brand-panel__header,
.rr-auth-brand-lockup {
  display: flex;
  align-items: center;
}
.rr-auth-brand-panel__header {
  justify-content: space-between;
  gap: 20px;
}
.rr-auth-brand-lockup {
  gap: 14px;
}
.rr-auth-brand-lockup :deep(svg),
.rr-auth-brand-lockup :deep(img) {
  width: 42px;
  height: 42px;
  color: #1d1d1f;
}
.rr-auth-brand-lockup :deep(svg path),
.rr-auth-brand-lockup :deep(svg rect) {
  fill: currentColor !important;
}
.rr-auth-brand-name {
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 750;
  line-height: 1;
}
.rr-auth-brand-caption,
.rr-auth-eyebrow,
.rr-auth-status {
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rr-auth-status {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(48, 209, 88, 0.12);
  color: #1b8f3a;
  letter-spacing: 0;
  text-transform: none;
}
.rr-auth-copy {
  max-width: 520px;
  margin-top: 64px;
}
.rr-auth-copy h2 {
  margin: 10px 0 14px;
  color: #1d1d1f;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.96;
}
.rr-auth-copy p {
  max-width: 440px;
  margin: 0;
  color: #6e6e73;
  font-size: 18px;
  font-weight: 520;
  line-height: 1.45;
}
.rr-auth-dashboard {
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #111113;
  color: #fff;
}
.rr-auth-browser {
  display: flex;
  gap: 7px;
  align-items: center;
  height: 38px;
  padding-inline: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rr-auth-browser span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff5f57;
}
.rr-auth-browser span:nth-child(2) {
  background: #ffbd2e;
}
.rr-auth-browser span:nth-child(3) {
  background: #28c840;
}
.rr-auth-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 16px;
}
.rr-auth-metric {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}
.rr-auth-metric span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}
.rr-auth-metric strong {
  display: block;
  margin-top: 12px;
  color: #0a84ff;
  font-size: 34px;
  font-weight: 760;
  line-height: 1;
}
.rr-auth-metric--mint strong {
  color: #30d158;
}
.rr-auth-metric--amber strong {
  color: #ff9f0a;
}
.rr-auth-metric--rose strong {
  color: #ff375f;
}
.rr-auth-command {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 16px 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 650;
}
.rr-auth-command :deep(svg),
.rr-auth-command :deep(img) {
  width: 28px;
  height: 28px;
  color: #fff;
}
.rr-auth-command :deep(svg path),
.rr-auth-command :deep(svg rect) {
  fill: currentColor !important;
}
.rr-auth-card {
  border: 1px solid rgba(29, 29, 31, 0.1) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 24px 70px rgba(29, 29, 31, 0.1) !important;
  backdrop-filter: blur(24px) saturate(160%);
}
@media (max-width: 767.98px) {
.rr-auth-wrapper {
    /* Single height owner — fills viewport exactly */
    min-height: 100dvh;
    /* Safe area: respect notch/Dynamic Island/home indicator */
    padding-top: max(16px, env(safe-area-inset-top, 0px));
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
    padding-inline: 16px;
    align-items: center;
}
.rr-auth-card-col {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
}
.rr-auth-card {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
    margin-top: 0 !important; /* Override mt-12 on mobile */
    padding: 24px 20px !important;
    border-radius: var(--pms-radius-lg, 20px);
    box-shadow: var(--pms-shadow-card, 0 8px 22px rgba(29, 29, 31, 0.07));
}
}
.rr-auth-divider {
  display: flex;
  align-items: center;
  gap: var(--pms-space-3, 12px);
  color: var(--pms-text-muted);
  font-size: var(--pms-text-sm, 13px);
}
.rr-auth-divider::before,
.rr-auth-divider::after {
  flex: 1;
  height: 1px;
  background: var(--pms-border);
  content: "";
}
.rr-google-login-btn {
  min-height: 44px;
  text-transform: none;
}