.blob.top-left { background: #3b82f6; }
.blob.bottom-right { background: #22c55e; }

.container {
  max-width: 800px;
}

.header {
  text-align: center;
  margin-bottom: 36px;
}

.header h1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.header h1 span.white { color: #ffffff; }
.header h1 span.gradient {
  background: linear-gradient(to right, #38bdf8, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header p {
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}

.card h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card ul {
  padding-left: 20px;
}

.card li {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 8px;
}

.card.attendance::before { background: #ef4444; box-shadow: 0 0 15px #ef4444; }
.card.attendance h2 { color: #ef4444; }
.card.attendance li::marker { color: #ef4444; }
.card.attendance .highlight {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid rgba(239, 68, 68, 0.2);
  font-weight: 600;
}

.card.attendance-overview::before { background: #f59e0b; box-shadow: 0 0 15px #f59e0b; }
.card.attendance-overview h2 { color: #f59e0b; }
.card.attendance-overview li::marker { color: #f59e0b; }

.card.invoice-input::before { background: #10b981; box-shadow: 0 0 15px #10b981; }
.card.invoice-input h2 { color: #10b981; }
.card.invoice-input li::marker { color: #10b981; }

.card.invoice-overview::before { background: #3b82f6; box-shadow: 0 0 15px #3b82f6; }
.card.invoice-overview h2 { color: #3b82f6; }
.card.invoice-overview li::marker { color: #3b82f6; }

.note {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.note-title {
  font-size: 13px;
  font-weight: 700;
  color: #facc15;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.note ul {
  padding-left: 18px;
}

.note li {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 6px;
  line-height: 1.6;
}

.note li::marker {
  color: #facc15;
}
