:root {
  color: #14281d;
  background: radial-gradient(circle at top left, #d5efe2, #f4f7f2 45%, #eef1ea 100%);
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.miniapp-login-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
}

.miniapp-logo {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  background: linear-gradient(145deg, #0f766e, #0ea5a1);
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 35px rgba(15, 118, 110, 0.28);
}

.telegram-login-btn {
  border: 0;
  border-radius: 12px;
  height: 44px;
  padding: 0 20px;
  min-width: 180px;
  background: #0f766e;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.telegram-login-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.status-text {
  margin: 0;
  color: #3f4c49;
  font-size: 14px;
  text-align: center;
}
