* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  background: #eaf8ff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box {
  width: 400px;
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.login-box h2 {
  text-align: center;
  color: #4fc3f7;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

/* Input Form */
input {
  width: 100%;
  padding: 12px 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 2px solid #d6eefc;
  border-radius: 10px;
  font-size: 14px;
  transition: 0.3s;
}

input:focus {
  outline: none;
  border-color: #4fc3f7;
  box-shadow: 0 0 8px rgba(79, 195, 247, 0.3);
}

/* Label */
label {
  font-weight: 600;
  color: #333;
}

button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: #4fc3f7;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: #29b6f6;
  transform: translateY(-2px);
}

.error-message {
  background: #ffebee;
  color: #d32f2f;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.register-link {
  text-align: center;
  margin-top: 20px;
}

.register-link a {
  color: #ffd54f;
  text-decoration: none;
  font-weight: bold;
}

.register-link a:hover {
  text-decoration: underline;
}
.subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
}

/* =========================
   DASHBOARD
========================= */

.dashboard-container {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
}

.navbar {
  background: #4fc3f7;
  color: white;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar h1 {
  color: white;
}

.stats {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  min-width: 220px;
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card h3 {
  color: #666;
  margin-bottom: 10px;
}

.card p {
  font-size: 30px;
  font-weight: bold;
  color: #4fc3f7;
}
.menu-dashboard {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.menu-btn {
  display: block;
  width: 220px;
  text-align: center;

  background: #ffffff;
  color: #333;

  padding: 25px;
  border-radius: 20px;

  text-decoration: none;
  font-weight: bold;
  font-size: 18px;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  transition: 0.3s;
}

.menu-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.logout {
  border: 2px solid #ffd54f;
}
/* =========================
   PESAN LAUNDRY
========================= */

.form-container {
  width: 90%;
  max-width: 500px;
  margin: 40px auto;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
  text-align: center;
  color: #4fc3f7;
  margin-bottom: 10px;
}

select {
  width: 100%;
  padding: 12px;
  border: 2px solid #d6eefc;
  border-radius: 10px;
  margin-bottom: 15px;
  background: white;
}

select:focus {
  outline: none;
  border-color: #4fc3f7;
}

/* =========================
   TRACKING
========================= */

.tracking-container {
  width: 95%;
  max-width: 1100px;
  margin: 40px auto;
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tracking-container h2 {
  text-align: center;
  color: #4fc3f7;
  margin-bottom: 10px;
}

.tracking-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.tracking-table th {
  background: #4fc3f7;
  color: white;
  padding: 12px;
}

.tracking-table td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.tracking-table tr:hover {
  background: #f5fbff;
}

/* Welcome Card */

.welcome-card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  margin-top: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.welcome-card h2 {
  color: #4fc3f7;
  margin-bottom: 10px;
}

.welcome-card p {
  color: #666;
}
/* =========================
   ADMIN LAYANAN
========================= */

.tambah-btn {
  display: inline-block;
  background: #4fc3f7;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

.edit-btn {
  background: #4fc3f7;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 5px;
}

.hapus-btn {
  background: #ffd54f;
  color: #333;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
}
select {
  width: 100%;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
}
