:root {
  --stz-bg: #0b1220;
  --stz-ink: #142533;
  --stz-muted: #647789;
  --stz-blue: #19b7f2;
  --stz-blue-dark: #086d9a;
  --stz-pink: #ef6479;
  --stz-violet: #9b6bff;
  --stz-card: rgba(255, 255, 255, .86);
  --stz-line: rgba(111, 146, 170, .18);
  --stz-shadow: 0 24px 70px rgba(22, 53, 74, .16);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 5%, rgba(25, 183, 242, .26), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(239, 100, 121, .24), transparent 30%),
    linear-gradient(180deg, #0b1220 0%, #101f33 38%, #f4f8fb 38%);
  color: var(--stz-ink);
  font-family: 'Roboto', Arial, sans-serif;
}

body:before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(8, 109, 154, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 109, 154, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.hide {
  display: none;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.row > div {
  padding-right: 0;
  padding-left: 0;
}

.button-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.button-container button {
  border: 0;
  border-radius: 999px;
  padding: 10px 22px;
  background: linear-gradient(135deg, var(--stz-blue), var(--stz-violet));
  color: #fff;
  cursor: pointer;
  font-weight: 950;
}

label {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--stz-ink);
  font-size: 13px;
  font-weight: 900;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(111, 146, 170, .26);
  border-radius: 12px;
  padding: 9px 12px;
  background: #f7fbfe;
  color: var(--stz-ink);
  outline: none;
}

.form-control:focus {
  border-color: rgba(25, 183, 242, .62);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(25, 183, 242, .12);
}

.form-control.is-invalid {
  border-color: #d9364f;
  background: #fff7f8;
}

.form-control.is-invalid + .invalid-feedback {
  display: block;
}

.invalid-feedback {
  display: none;
  margin-top: 5px;
  color: #d9364f;
  font-size: 12px;
}

.text-muted {
  color: var(--stz-muted) !important;
}

.mb-3 {
  margin-bottom: 14px;
}

.form-text {
  display: block;
  margin-top: 7px;
  font-size: 12px;
}

.RegisterForm.row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.RegisterForm .col-xl-12,
.RegisterForm .button-container {
  grid-column: 1 / -1;
}

header {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .46);
  background: rgba(9, 18, 32, .78);
  box-shadow: 0 10px 32px rgba(26, 69, 95, .10);
  backdrop-filter: blur(16px);
}

header .logo {
  justify-content: center;
  padding: 0;
}

header .logo img {
  width: 268px;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .22));
}

.stz-top-nav {
  display: flex;
  gap: 22px;
  align-items: center;
}

.stz-top-nav a {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.stz-top-nav a:hover {
  color: #fff;
  text-decoration: none;
}

.stz-top-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.stz-top-actions button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
}

.stz-top-actions .Register {
  border-color: transparent;
  background: linear-gradient(135deg, var(--stz-pink), var(--stz-violet));
  box-shadow: 0 12px 28px rgba(239, 100, 121, .24);
}

main.stz-home {
  display: block !important;
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  padding-top: 62px !important;
  overflow: visible;
}

.stz-shell {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
}

.stz-hero {
  position: relative;
  min-height: 720px;
  padding: 104px 0 88px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 22% 12%, rgba(239, 100, 121, .35), transparent 26%),
    radial-gradient(circle at 84% 20%, rgba(25, 183, 242, .36), transparent 28%),
    linear-gradient(135deg, #07101d 0%, #0f2741 42%, #0b8fc2 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.stz-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .22), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(239, 100, 121, .28), transparent 28%),
    linear-gradient(to bottom, rgba(0, 0, 0, .10), rgba(0, 0, 0, .04));
}

.stz-hero:after {
  content: '';
  position: absolute;
  right: -8%;
  bottom: -150px;
  left: -8%;
  height: 245px;
  border-radius: 50% 50% 0 0;
  background: #f4f8fb;
}

.stz-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .9;
}

.stz-orb-one {
  top: 120px;
  right: 11%;
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, .14);
}

.stz-orb-two {
  bottom: 160px;
  left: 7%;
  width: 76px;
  height: 76px;
  background: rgba(239, 100, 121, .28);
}

.stz-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  gap: 42px;
  align-items: center;
}

.stz-hero-copy {
  max-width: 720px;
}

.stz-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #dff7ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.stz-kicker:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #42ff9b;
  box-shadow: 0 0 0 6px rgba(66, 255, 155, .13);
}

.stz-hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 16px;
  color: #fff;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .94;
}

.stz-hero-copy p {
  max-width: 610px;
  margin: 0;
  color: rgba(239, 251, 255, .88);
  font-size: 18px;
  line-height: 1.75;
}

.stz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.stz-actions button,
.stz-primary,
.stz-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.stz-actions button:hover {
  transform: translateY(-2px);
}

.stz-primary {
  background: #fff;
  color: var(--stz-blue-dark);
  box-shadow: 0 18px 36px rgba(0, 35, 55, .26);
}

.stz-secondary {
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .14);
  color: #fff;
  backdrop-filter: blur(12px);
}

.stz-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.stz-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 800;
}

.stz-new {
  margin-top: 17px !important;
  color: rgba(255, 255, 255, .80) !important;
  font-size: 14px !important;
}

.stz-new .Register {
  color: #fff;
  font-weight: 950;
  text-decoration: underline;
  cursor: pointer;
}

.stz-live-panel,
.stz-phone-card,
.stz-card,
.stz-stat-grid article,
.stz-feature-grid article {
  border: 1px solid var(--stz-line);
  border-radius: 26px;
  background: var(--stz-card);
  box-shadow: var(--stz-shadow);
  backdrop-filter: blur(18px);
}

.stz-live-panel {
  position: relative;
  padding: 18px;
  color: var(--stz-ink);
}

.stz-phone-card {
  position: relative;
  max-width: 430px;
  justify-self: end;
  padding: 16px;
  color: var(--stz-ink);
  border-radius: 34px;
  transform: rotate(1.5deg);
}

.stz-phone-card:after {
  content: '';
  position: absolute;
  inset: 10px;
  z-index: -1;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .36));
}

.stz-phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 22px;
  background: #0f1b2d;
  color: #fff;
}

.stz-phone-top span,
.stz-phone-top i {
  display: block;
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
}

.stz-phone-top i {
  width: 9px;
  height: 9px;
  background: #42ff9b;
}

.stz-phone-top strong {
  font-size: 13px;
  font-weight: 950;
}

.stz-story-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.stz-story-row div {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 9px 5px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.stz-story-row img {
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(25, 183, 242, .18), rgba(239, 100, 121, .18));
}

.stz-story-row span {
  color: var(--stz-muted);
  font-size: 11px;
  font-weight: 950;
}

.stz-live-panel:before {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(25, 183, 242, .18), rgba(239, 100, 121, .16));
}

.stz-panel-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.stz-live-dot {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background:
    radial-gradient(circle, #3dff99 0 28%, transparent 30%),
    linear-gradient(135deg, #0b2638, #0b9fd8);
  box-shadow: 0 14px 26px rgba(11, 159, 216, .25);
}

.stz-panel-head strong {
  display: block;
  color: var(--stz-ink);
  font-size: 18px;
  font-weight: 950;
}

.stz-panel-head span {
  color: var(--stz-muted);
  font-size: 13px;
  font-weight: 700;
}

.stz-chat-preview {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  padding: 14px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 18%, rgba(25, 183, 242, .10), transparent 32%),
    #f8fcff;
}

.stz-preview-bubble {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 17px;
  box-shadow: 0 10px 24px rgba(23, 59, 83, .08);
}

.stz-preview-bubble span {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.stz-preview-bubble p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.stz-preview-left {
  border-bottom-left-radius: 5px;
  background: #fff;
  color: var(--stz-ink);
}

.stz-preview-left span {
  color: var(--stz-pink);
}

.stz-preview-right {
  justify-self: end;
  border-bottom-right-radius: 5px;
  background: linear-gradient(135deg, var(--stz-blue), var(--stz-violet));
  color: #fff;
}

.stz-preview-right span {
  color: rgba(255, 255, 255, .78);
}

.stz-preview-typing {
  display: inline-flex;
  width: fit-content;
  gap: 5px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #fff;
}

.stz-preview-typing i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9bb0be;
}

.stz-mini-title {
  margin: 4px 0 11px;
  color: var(--stz-ink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stz-room-list {
  display: grid;
  gap: 10px;
}

.stz-room-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 11px;
  border: 1px solid rgba(111, 146, 170, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.stz-room-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(25, 183, 242, .16), rgba(239, 100, 121, .12));
}

.stz-room-icon img {
  width: 25px;
  height: 25px;
}

.stz-room-card strong {
  display: block;
  color: var(--stz-ink);
  font-size: 14px;
  font-weight: 950;
}

.stz-room-card p {
  display: -webkit-box;
  margin: 2px 0 0;
  overflow: hidden;
  color: var(--stz-muted);
  font-size: 12px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.stz-section-title {
  margin-bottom: 24px;
  text-align: center;
}

.stz-section-title span {
  color: var(--stz-blue-dark);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.stz-section-title h2 {
  margin: 7px 0 0;
  color: var(--stz-ink);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 950;
  letter-spacing: -.035em;
}

.stz-stats,
.stz-activity {
  position: relative;
  z-index: 2;
  padding: 58px 0;
}

.stz-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.stz-stat-grid article {
  padding: 18px 15px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.stz-stat-grid article:hover,
.stz-feature-grid article:hover,
.stz-card:hover {
  transform: translateY(-3px);
}

.stz-stat-grid strong {
  display: block;
  color: var(--stz-blue-dark);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 950;
  letter-spacing: -.04em;
}

.stz-stat-grid span {
  display: block;
  margin: 5px 0 3px;
  color: var(--stz-ink);
  font-size: 14px;
  font-weight: 950;
}

.stz-stat-grid small {
  color: var(--stz-muted);
  font-size: 12px;
  line-height: 1.35;
}

.stz-feature-strip {
  padding: 64px 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(25, 183, 242, .11), transparent 28%),
    #ffffff;
}

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

.stz-feature-grid article {
  padding: 24px 18px;
  text-align: center;
  transition: transform .18s ease;
}

.stz-feature-grid img {
  width: 46px;
  height: 46px;
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(25, 183, 242, .13), rgba(239, 100, 121, .12));
}

.stz-feature-grid h3,
.stz-card h3 {
  margin: 13px 0 8px;
  color: var(--stz-ink);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.stz-feature-grid p {
  margin: 0;
  color: var(--stz-muted);
  font-size: 14px;
  line-height: 1.55;
}

.stz-activity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.stz-card {
  padding: 22px;
}

.stz-user-list,
.stz-message-list {
  display: grid;
  gap: 12px;
}

.stz-user-row,
.stz-message-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 11px;
  border: 1px solid rgba(111, 146, 170, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.stz-user-row img,
.stz-message-row img {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(24, 70, 96, .11);
}

.stz-user-row span,
.stz-message-row strong {
  color: var(--stz-ink);
  font-weight: 950;
}

.stz-message-row p {
  display: -webkit-box;
  margin: 3px 0 0;
  overflow: hidden;
  color: var(--stz-muted);
  font-size: 13px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.stz-message-row p .custom-chat-emoticon {
  width: auto;
  max-width: 28px;
  height: 26px;
  margin: 0 2px;
  vertical-align: middle;
}

.stz-empty {
  margin: 0;
  padding: 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  color: var(--stz-muted);
}

.stz-cookie {
  padding: 18px;
  background: linear-gradient(90deg, rgba(8, 109, 154, .08), rgba(239, 100, 121, .08));
  color: var(--stz-muted);
  text-align: center;
}

.stz-cookie p {
  margin: 0;
}

.stz-cookie a {
  color: var(--stz-blue-dark);
  font-weight: 900;
}

.stz-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  width: 100%;
  padding: 16px 15px;
  background: #0e1c27;
  color: #dcecf5;
  font-size: 14px;
}

.stz-footer a {
  color: #92e0ff;
}

.myCard .body {
  padding: 10px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: block !important;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(6, 14, 25, .58);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
  backdrop-filter: blur(8px);
}

.modal.show {
  z-index: 50;
  opacity: 1;
  pointer-events: auto;
}

.modal .modal-main {
  position: relative;
  top: -30px;
  display: block;
  width: min(620px, calc(100% - 24px));
  margin: 84px auto 30px;
  transition: top .24s ease;
}

.modal.show .modal-main {
  top: 0;
}

.modal .modal-main .row,
.modal .modal-main .row > div {
  display: block;
  width: 100%;
}

.modal .modal-main .row > .d-none,
.modal .modal-main .row > .close-modal:first-child,
.modal .modal-main .row > .close-modal:last-child {
  display: none !important;
}

.modal .myCard {
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
}

.modal .myCard .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #0f2741, #0b8fc2);
  color: #fff;
}

.modal .myCard .header strong {
  display: block;
  font-size: 16px;
  font-weight: 950;
}

.modal .myCard .header span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 700;
}

.modal .myCard .header .cerrar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  cursor: pointer;
}

.modal .myCard .body {
  padding: 18px;
}

.modal .myCard .footer {
  padding: 14px 18px;
  background: #f1f7fb;
  color: var(--stz-muted);
  font-size: 13px;
  text-align: center;
}

.modal .myCard .footer a {
  color: var(--stz-blue-dark);
  font-weight: 900;
}

.stz-login-flow {
  display: block;
}

.stz-login-step {
  display: none;
}

.stz-login-step.active {
  display: block;
}

.stz-login-visual {
  margin-bottom: 18px;
  text-align: center;
}

.stz-login-avatar-placeholder {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 12px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(25, 183, 242, .16), rgba(155, 107, 255, .16));
  color: var(--stz-blue-dark);
  font-size: 34px;
}

.stz-login-visual h3 {
  margin: 0 0 6px;
  color: var(--stz-ink);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.stz-login-visual p {
  max-width: 390px;
  margin: 0 auto;
  color: var(--stz-muted);
  font-size: 14px;
  line-height: 1.55;
}

.stz-login-message {
  min-height: 20px;
  margin: 0 0 12px;
  color: var(--stz-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.stz-login-message.error {
  color: #d9364f;
}

.stz-login-message.success {
  color: #128757;
}

.stz-login-user-card {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid rgba(111, 146, 170, .16);
  border-radius: 18px;
  background: #f7fbfe;
}

.stz-login-user-card img {
  width: 58px;
  height: 58px;
  border: 3px solid #fff;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(23, 59, 83, .12);
}

.stz-login-user-card span {
  display: block;
  color: var(--stz-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.stz-login-user-card strong {
  display: block;
  margin-top: 2px;
  color: var(--stz-ink);
  font-size: 20px;
  font-weight: 950;
}

.stz-flow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.stz-flow-actions button,
#LoginNext,
#RegisterSuggestedNick {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: 950;
}

.stz-flow-actions button[type="submit"],
#LoginNext,
#RegisterSuggestedNick {
  background: linear-gradient(135deg, var(--stz-blue), var(--stz-violet));
  color: #fff;
  box-shadow: 0 12px 28px rgba(25, 183, 242, .18);
}

.stz-back-login {
  background: #edf4f8;
  color: var(--stz-blue-dark);
}

#loading {
  min-height: 130px;
  padding: 26px;
  color: var(--stz-muted);
  text-align: center;
}

#loading .preloader {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border: 5px solid #e5eef5;
  border-top-color: var(--stz-blue);
  border-radius: 50%;
  animation: loading 1s linear infinite;
}

#loading .tag {
  display: block;
  font-size: 14px;
  font-weight: 900;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}

.RegisterForm > div {
  padding: 5px;
}

.contenedor {
  max-height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
}

.Legal p {
  display: none;
  padding: 8px;
  color: #737373;
  font-size: 13px;
  line-height: 1.4;
}

.Legal .stz-legal-summary p {
  display: block;
  margin: 0 0 10px;
  padding: 12px;
  border: 1px solid rgba(111, 146, 170, .14);
  border-radius: 14px;
  background: #f7fbfe;
  color: #475b6b;
}

.Legal h3 {
  margin: 0;
  padding: 8px;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: bold;
}

#Message {
  padding: 11px;
  background: #23aeff;
  color: #08638a;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#Error {
  padding: 11px;
  background: #f96e6e;
  color: #9a0303;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .modal .modal-main {
    width: 95%;
    margin: 70px auto 18px;
  }

  .modal .myCard {
    border-radius: 20px;
  }

  .modal .myCard .header {
    min-height: 44px;
    padding: 10px 14px;
  }

  .modal .myCard .body {
    padding: 15px 10px;
  }

  .modal .myCard .footer {
    padding: 12px 14px;
  }

  .contenedor {
    max-height: 70vh;
  }

  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  select,
  textarea,
  .form-control {
    min-height: 44px;
    font-size: 16px !important;
  }

  button,
  .button-container button,
  #LoginNext,
  #RegisterSuggestedNick {
    min-height: 44px;
  }
}

@media screen and (max-width: 1100px) {
  .stz-hero-grid,
  .stz-activity-grid {
    grid-template-columns: 1fr;
  }

  .stz-live-panel,
  .stz-phone-card {
    max-width: 560px;
    justify-self: start;
    transform: none;
  }

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

@media (max-width: 640px) {
  header {
    height: 54px;
    padding: 0 14px;
  }
  .stz-top-nav {
    display: none;
  }

  .stz-top-actions .Login {
    display: none;
  }

  .stz-top-actions button {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 12px;
  }


  header .logo img {
    width: 210px;
    max-height: 50px;
  }

  main.stz-home {
    padding-top: 54px !important;
  }

  .stz-shell {
    width: min(100% - 22px, 1180px);
  }

  .stz-hero {
    min-height: auto;
    padding: 58px 0 64px;
  }

  .stz-hero-grid {
    gap: 28px;
  }

  .stz-actions,
  .stz-trust-row {
    display: grid;
  }

  .stz-actions button {
    width: 100%;
  }

  .stz-stat-grid,
  .stz-feature-grid,
  .stz-activity-grid,
  .RegisterForm.row {
    grid-template-columns: 1fr;
  }

  .stz-live-panel,
  .stz-phone-card,
  .stz-card,
  .stz-stat-grid article,
  .stz-feature-grid article {
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  .modal .modal-main {
    width: 98%;
    margin: 60px auto 10px;
  }

  .modal .myCard .header {
    padding: 10px 12px;
  }

  .modal .myCard .body {
    padding: 12px 8px;
  }
}
