.home {
  max-width: 430px;
}

.aurora {
  background:
    radial-gradient(circle at 20% 0%, rgba(35, 59, 88, .86), transparent 23rem),
    radial-gradient(circle at 94% 26%, rgba(42, 108, 79, .28), transparent 19rem),
    linear-gradient(180deg, #151b24 0%, #0c0e13 48%, #07080b 100%);
  filter: none;
}

.home-top {
  padding-top: 7vh;
}

.app-mark {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  border-radius: 22px;
  background: #34c759;
  color: #07140b;
  font-size: 28px;
  box-shadow: 0 18px 46px rgba(52, 199, 89, .22);
  backdrop-filter: none;
}

.home h1 {
  max-width: 360px;
  margin: 0 0 12px;
  font-size: clamp(48px, 16vw, 72px);
  line-height: .92;
}

.home p {
  max-width: 360px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.4;
}

.home-panel {
  gap: 14px;
  padding: 0 0 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.create-call {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 31px;
  background: #34c759;
  color: #061109;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 18px 48px rgba(52, 199, 89, .24);
}

.create-call span {
  font-size: 22px;
}

.mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
}

.mode-button {
  min-height: 40px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: rgba(255, 255, 255, .66);
  font-weight: 750;
}

.mode-button.active {
  background: rgba(255, 255, 255, .95);
  color: #111318;
}

.join-form input {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
}

.join-form input::placeholder {
  color: rgba(255, 255, 255, .48);
}

.contacts-panel {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.contacts-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.contacts-head h2 {
  margin: 0;
  font-size: 20px;
}

.contacts-head button,
.contact-call {
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 750;
}

.contacts-head button {
  min-height: 36px;
  padding: 0 12px;
}

.contacts-list {
  display: grid;
  gap: 8px;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .09);
}

.contact-name {
  font-weight: 800;
}

.contact-id {
  margin-top: 2px;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
}

.contact-call {
  min-height: 38px;
  padding: 0 14px;
  background: #34c759;
  color: #061109;
}

.empty-contacts {
  color: rgba(255, 255, 255, .56);
  font-size: 14px;
}
