html {
  min-height: 100%;
  position: relative;
}

body {
  background: #f6f7f9;
  color: #1f2933;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

.panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.form-panel {
  max-width: 760px;
  margin: 0 auto;
}

.stat-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 18px;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.stat-box span {
  color: #64748b;
  font-size: 0.9rem;
}

.stat-box strong {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}

.yazi-icerik {
  font-size: 1.05rem;
  line-height: 1.8;
  white-space: pre-line;
}

.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #eef2f7;
}

.auth-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.auth-card-wide {
  max-width: 520px;
}

@media (max-width: 576px) {
  .panel {
    padding: 18px;
  }
}
