body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #1f2937;
  color: white;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding: 20px;
}

.card {
  background-color: #2d3748;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.logo img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 4px solid #374151;
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  margin-bottom: 20px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form input {
  padding: 12px;
  border: 1px solid #4b5563;
  background-color: #374151;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  outline: none;
}

.form input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}

.form button {
  padding: 12px;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form button:hover {
  background-color: #2563eb;
}

footer {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: bold;
}

footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

footer a:hover {
  color: #3b82f6;
}

.hasil {
  background-color: #1f2937;
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}

.submit-btn {
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  background-color: #3b82f6;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #2563eb;
}

.xl-inactive-box {
  background-color: white;
  border-radius: 12px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.xl-inactive-header {
  background-color: #c8102e;
  color: white;
  font-weight: bold;
  padding: 12px 16px;
  font-size: 14px;
}

.xl-inactive-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  color: #333;
}

.xl-inactive-content img {
  width: 48px;
  height: 48px;
}

.group-benefit-box {
  background: white;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.benefit-icons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.benefit-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

.create-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #0033cc;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s;
}

.create-btn:hover {
  background-color: #001f99;
}

.invite-box {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.invite-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.invite-text {
  font-size: 14px;
  color: #333;
  max-width: 70%;
}

.invite-header img {
  width: 64px;
  height: 64px;
}

.invite-link-box {
  background-color: #f3f4ff;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.invite-link-info .label {
  font-size: 12px;
  color: #888;
}

.invite-link-info .link {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

.share-link {
  color: #1d4ed8;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
