body{
  margin:0;
  font-family:'Montserrat',sans-serif;
  background:#f2f2f2;
  color:#333;
}

header{
  background:#e6ddd2;
  padding:20px;
}

.top-bar{
  display:flex;
  justify-content:space-between;
  font-weight:600;
}

.countdown-area{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
}

#menuju{
  color:#a78c6d;
  margin:0;
}

#btnKiblat{
  background:#000;
  color:#fff;
  border:none;
  padding:10px 20px;
  border-radius:25px;
}

.lokasi{
  text-align:center;
  margin-top:15px;
  font-size:14px;
}

.control-bar{
  display:flex;
  justify-content:space-between;
  padding:15px;
}

#jadwalList{
  padding:15px;
}

.jadwal-item{
  background:#fff;
  padding:15px;
  border-radius:14px;
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  box-shadow:0 4px 10px rgba(0,0,0,0.05);
}


/* ===== KOMPAS ===== */

.overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.8);
  display:none;
  align-items:center;
  justify-content:center;
}

.compass-card{
  background:#fff;
  width:92%;
  max-width:420px;
  padding:20px;
  border-radius:25px;
  text-align:center;
}

.compass{
  position:relative;
  width:260px;
  height:260px;
  margin:20px auto;
}

.ring{
  width:100%;
  height:100%;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%, #fff, #ccc);
  box-shadow:inset 0 0 20px rgba(0,0,0,0.3);
}

.needle{
  position:absolute;
  width:8px;
  height:130px;
  background:linear-gradient(red, darkred);
  top:50%;
  left:50%;
  transform-origin:50% 100%;
  border-radius:6px;
}

.qiblat-line{
  position:absolute;
  width:4px;
  height:130px;
  background:green;
  top:50%;
  left:50%;
  transform-origin:50% 100%;
}

/* ===============================
   FOOTER DEVELOPER
================================= */

.footer {
  margin-top: 50px;
  padding: 18px;
  font-size: 14px;
  color: #94a3b8;
  border-top: 1px solid #334155;
  text-align: center;
}

.developer-link {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.developer-link:hover {
  color: #7dd3fc;
  text-decoration: underline;
}

/* ===============================
   STICKY FOOTER SYSTEM
================================= */

body {
  text-align: center;
  background: #0f172a
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto;
}
