body {
  background:#0d0d0d;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color:#fff;
  margin:0;
  padding:20px;
}
h1 {
  text-align:center;
  margin:20px 0;
  color:#4facfe;
}
/* Countdown */
.countdown-box {
  background:rgba(0,0,0,0.8);
  padding:20px 40px;
  border-radius:15px;
  text-align:center;
  box-shadow:0 0 25px rgba(0,255,255,0.6);
  max-width:400px;
  margin:0 auto 30px;
}
.countdown-box h2 {
  margin:5px 0;
  font-size:16px;
}
.timer {
  margin-top:10px;
  font-size:32px;
  font-weight:bold;
  color:#00ffe5;
  text-shadow:0 0 10px #00ffe5, 0 0 20px #00ffe5, 0 0 30px #00ffe5;
  letter-spacing:3px;
}
/* Card */
.card {
  background:#1a1a1a;
  padding:20px;
  margin:18px 0;
  border-radius:15px;
  box-shadow:0 4px 12px rgba(0,0,0,0.6);
}
.card img {
  max-width:150px;
  display:block;
  margin:0 auto 15px;
}
.btn-list {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.btn-link {
  position:relative;
  flex:1;
  min-width:140px;
  text-align:center;
  padding:10px 14px;
  border-radius:12px;
  font-weight:600;
  background:linear-gradient(90deg,#2563eb,#7c3aed);
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  transition:transform .2s;
}
.btn-link:hover { transform:scale(1.05); }
.btn-link::before {
  content:"";
  position:absolute;
  top:0;
  left:-75%;
  width:50%;
  height:100%;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,0.1) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0.1) 100%
  );
  transform:skewX(-20deg);
  animation:shine 2s infinite;
}
@keyframes shine {
  0% { left:-75%; }
  50% { left:125%; }
  100% { left:125%; }
}
/* Status Glow */
.status {
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
}
.status-online {
  color: lime;
  animation: glowOnline 1.5s infinite;
}
.status-offline {
  color: red;
  animation: glowOffline 1.5s infinite;
}
@keyframes glowOnline {
  0%, 100% { text-shadow: 0 0 5px lime, 0 0 10px lime; }
  50% { text-shadow: 0 0 15px #00ff66, 0 0 25px #00ff66; }
}
@keyframes glowOffline {
  0%, 100% { text-shadow: 0 0 5px red, 0 0 10px red; }
  50% { text-shadow: 0 0 15px #ff0033, 0 0 25px #ff0033; }
}

/* ===== Tambahan CSS dari bagian kedua ===== */
.countdown-box {
  background: #000;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 400px;
  box-shadow: 0 0 20px rgba(0,255,0,0.3);
}
.countdown-box h2 {
  color: #fff;
  margin: 5px 0;
}
.timer {
  font-size: 32px;
  font-weight: bold;
  color: #0f0;
  margin-top: 10px;
  text-shadow: 0 0 15px #0f0;
  letter-spacing: 3px;
}
.quote-box {
  background: #114b8a;
  padding: 20px;
  border-radius: 15px;
  margin: 20px auto;
  max-width: 400px;
  color: white;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  border: 1px dashed #66a3ff;
}
.quote-box h2 {
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.quote-box p {
  font-size: 16px;
  font-style: italic;
  color: #ddd;
  min-height: 40px;
}

/* ===== Bagian CSS ketiga ===== */
.countdown-box {
  text-align: center;
  margin: 20px auto;
  padding: 20px;
  background: #000;
  border-radius: 12px;
  max-width: 400px;
  box-shadow: 0 0 20px rgba(79, 172, 254, 0.6);
}
.timer {
  font-size: 28px;
  font-weight: bold;
  color: #39ff14;
  text-shadow: 0 0 10px #39ff14;
  margin-top: 10px;
  letter-spacing: 3px;
}
.daily-message-box {
  text-align: center;
  margin: 20px auto;
  padding: 15px;
  max-width: 350px;
  background: linear-gradient(135deg, #1f1c2c, #928dab);
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(79, 172, 254, 0.6);
  color: #fff;
  animation: fadeIn 1s ease-in-out;
}
.daily-message-box h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #4facfe;
  text-shadow: 0 0 8px rgba(79,172,254,0.8);
}
.daily-message-box p {
  font-size: 15px;
  font-style: italic;
  margin: 0;
  line-height: 1.6;
  color: #f1f1f1;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Bagian CSS keempat ===== */
.countdown-box {
  text-align: center;
  margin: 20px 0;
}
.timer {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 10px 0;
}
.daily-message-box {
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  border: 1px dashed #113e8ab6;
  border-radius: 8px;
  background: #1159d1b6;
}
.daily-message-box h3 {
  margin-bottom: 5px;
  color: #333;
}
.daily-message-box p {
  font-size: 14px;
  color: #555;
  font-style: italic;
}
    /* === JUDUL UTAMA (DENGAN IKON PUTAR) === */
    h1 {
      text-align: center;
      color: #00FF0B;
      font-size: 2.5rem;
      margin-bottom: 30px;
      text-shadow: 0 0 10px rgba(255, 240, 13, 1);
      animation: blink 2s infinite alternate;
    }
    h1 .fa-refresh {
      animation: spin 3.1s infinite linear; /* Kecepatan putar disesuaikan agar tidak terlalu cepat */
      margin-left: 10px;
    }

    @keyframes blink {
      from { opacity: 0.8; }
      to { opacity: 1; text-shadow: 0 0 15px rgba(38, 0, 255, 0.9); }
    }

    @keyframes spin {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }
