/* Visual da página de Status do Chamado */

.status-page {
  background: #f4f6f9;
  padding: 40px 0;
  min-height: 100vh;
}

.status-container {
  max-width: 900px;
  margin: auto;
  padding: 0 16px;
}

.status-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  padding: 30px;
  margin-bottom: 24px;
}

.status-card h1 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 8px;
}

.status-card .subtitle {
  color: #6c757d;
  margin-bottom: 20px;
}

.status-form label {
  font-weight: 600;
}

.status-form .form-control {
  height: 48px;
  border-radius: 10px;
}

.status-form button {
  margin-top: 18px;
  padding: 10px 26px;
  border-radius: 10px;
  font-weight: 700;
}

.status-result {
  border-left: 6px solid #0d6efd;
}

.status-line {
  margin-bottom: 10px;
  color: #344054;
}

.status-line b {
  display: inline-block;
  width: 170px;
  color: #101828;
}
