/* ===========================
   General Reset & Layout
=========================== */
body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fdfdfd;
  color: #222;
  line-height: 1.5;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

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

.logo {
  max-width: 150px;
  display: block;
  margin: 0 auto 20px;
}

.app-title {
  font-size: 1.8rem;
  margin-top: 10px;
  color: app-title;
}

/* ===========================
   Date & Navigation
=========================== */
.jump, .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}

.jump input[type="date"] {
  padding: 5px;
  font-size: 1rem;
}

.jump button, .nav button, #completeBtn {
  padding: 6px 12px;
  font-size: 1rem;
  background-color: #554297;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}

.jump button:hover, .nav button:hover, #completeBtn:hover {
  background-color: app-title;
}

/* ===========================
   Devotional Content
=========================== */
#devotional h2 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

#scriptures {
  font-style: italic;
  margin-bottom: 10px;
  color: #555;
}

#message {
  margin-bottom: 15px;
}

/* ===========================
   Daily Plan Checklist
=========================== */
#prayers {
  list-style: none;
  padding-left: 0;
}

#prayers li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#prayers input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #554297;
  transition: transform 0.2s ease;
}

#prayers input[type="checkbox"]:checked {
  transform: scale(1.2);
}

/* ===========================
   Progress Bar
=========================== */
.progress-container {
  margin: 15px 0;
}

.progress-label {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
  transition: color 0.3s ease;
}

.progress-bar-bg {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 10px;
  height: 15px;
  overflow: hidden;
}

.progress-bar-fill {
  width: 0%;
  height: 100%;
  background-color: #554297;
  border-radius: 10px;
  transition: width 0.5s ease, background-color 0.3s ease;
}

/* ===========================
   Status & Complete Button
=========================== */
#status {
  margin-top: 10px;
  font-weight: bold;
  transition: transform 0.3s ease, color 0.3s ease;
}

#completeBtn:disabled {
  background-color: #999;
  cursor: not-allowed;
}

/* ===========================
   Dark Mode
=========================== */
body.dark-mode {
  background-color: #1e1e1e;
  color: #f1f1f1;
}

body.dark-mode #scriptures {
  color: #ccc;
}

body.dark-mode .app-title {
  color: white;
}

body.dark-mode .jump button,
body.dark-mode .nav button,
body.dark-mode #completeBtn {
  background-color: #554297;
}

body.dark-mode .jump button:hover,
body.dark-mode .nav button:hover,
body.dark-mode #completeBtn:hover {
  background-color: #554297;
}

body.dark-mode .progress-bar-bg {
  background-color: #333;
}


/* body {
  font-family: "Segoe UI", sans-serif;
  background: #f0f4f8;
  margin: 0;
  padding: 0;
  color: #333;
}

.container {
  max-width: 600px;
  margin: 40px auto;
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

h1 {
  text-align: center;
  color: #2c6cb8;
  margin-bottom: 20px;
  margin-left: 0;
}

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

.logo {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}

.app-title {
  font-size: 1.8em;
  color: #594696;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.title-icon {
  width: 100px;
  height: 90px;
  vertical-align: middle;
  margin-right: 0px;
}

.jump {
  text-align: center;
  margin-bottom: 15px;
}

.jump input {
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.jump button {
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 6px;
  border: none;
  background-color: #2c6cb8;
  color: white;
  cursor: pointer;
}

.jump button:hover {
  background-color: #1d4e8c;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.nav button {
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  background-color: #2c6cb8;
  color: #fff;
  cursor: pointer;
}

.nav button:hover {
  background-color: #1d4e8c;
}

#date {
  font-weight: 600;
  text-align: center;
  flex: 1;
  font-size: 0.95rem;
}

h2 {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #2c6cb8;
  
}

.scriptures {
  font-style: italic;
  color: #2c6cb8;
  font-size: 0.95rem;
  font-weight: bold;
}

p {
  line-height: 1.6;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1d4e8c;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  background-color: #eef4fb;
  padding: 8px 12px;
  margin-bottom: 5px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.1);
  accent-color: #2c6cb8;
}

#completeBtn {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  border: none;
  border-radius: 8px;
  background-color: #2c6cb8;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

#completeBtn:disabled {
  background-color: gray;
  cursor: not-allowed;
}

#completeBtn:hover:not(:disabled) {
  background-color: #1d4e8c;
}

#status {
  margin-top: 10px;
  font-style: italic;
  color: green;
  text-align: center;
}

@media (max-width: 640px) {
  .container {
    margin: 20px;
    padding: 20px;
  }
  h2 {
    font-size: 1.2rem;
  }
  #date {
    font-size: 0.85rem;
  }
}

/* === PROGRESS BAR === */
/* .progress-container {
  width: 100%;
  max-width: 500px;
  margin: 15px auto 20px auto;
  text-align: center;
}

.progress-label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.progress-bar-bg {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
  height: 12px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background-color: #2c6cb8;
  border-radius: 20px;
  transition: width 0.3s ease-in-out;
}

#status.ready {
  color: #28a745;
  font-weight: bold;
  text-align: center;
  animation: pop 0.4s ease forwards;
}

@keyframes pop {
  0% { transform: scale(1); text-shadow: none; }
  50% { transform: scale(1.2); text-shadow: 0 0 10px #28a745; }
  100% { transform: scale(1); text-shadow: 0 0 8px #28a745; }
} */ 



