/* בסיס כללי */
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  display: flex;
  height: 100vh;
  font-size: 16px;
  line-height: 1.6;
}

/* מצב כהה */
body.dark-mode {
  background-color: #1e1e1e;
  color: #d4d4d4;
}

body.dark-mode .sidebar {
  background-color: #252526;
}

body.dark-mode .editor {
  background-color: #1e1e1e;
}

body.dark-mode .output {
  background-color: #1e1e1e;
}

body.dark-mode pre,
body.dark-mode textarea {
  background-color: #2d2d30;
  color: #ffffff;
  border: 1px solid #444;
}

body.dark-mode .output pre {
  background-color: #262626;
  color: #dcdcdc;
  border: 1px solid #444;
}

/* מצב בהיר */
body.light-mode {
  background-color: #f5f5f5;
  color: #222;
}

body.light-mode .sidebar {
  background-color: #f0f0f0;
}

body.light-mode .editor {
  background-color: #ffffff;
}

body.light-mode .output {
  background-color: #f9f9f9;
}

body.light-mode pre,
body.light-mode textarea {
  background-color: #fff;
  color: #222;
  border: 1px solid #ccc;
}

body.light-mode .output pre {
  background-color: #eaeaea;
  color: #222;
  border: 1px solid #bbb;
}

body.light-mode #output {
  background-color: #ffffff;
  color: #222;
  border: 1px solid #ccc;
}


/* פרופורציות מבנה */
.sidebar {
  width: 35%;
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 2px solid #00ffff;
  box-sizing: border-box;
  max-height: 100vh;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#lesson-content {
  flex: 1;
  min-width: 250px;
  max-width: none; /*100px;*/
  overflow-y: auto;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.editor {
  width: 45%;
  padding: 20px;
  box-sizing: border-box;
  border-right: 2px solid #00ffff;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.output {
  width: 35%;
  padding: 20px;
  box-sizing: border-box;
  height: 100vh;
  border-left: 2px solid #00ffff;
  margin-right: 10px;  /* רווח קטן מהקצה הימני */
  display: flex;
  flex-direction: column;
}


/* תיבת Output – שליטה בגובה ומרווח */
.output-box {
  height: 365px;            /* ⬅️ גובה קבוע לפי הצורך שלך */
  margin-bottom: 15px;      /* ⬅️ רווח לפני ה-TCM */
  display: flex;
  flex-direction: column;
}

.output-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.progress-area {
  display: flex;
  flex-direction: column;
  overflow-y: visible;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #444;
}



.progress-heading {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}


/* אזור התקדמות */
.progress-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #444;
}

/* כותרת ידידותית להציג את ההתקדמות */
.progress-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

/* סגנון כללי לסרגלי התקדמות */
.lesson-progress-container,
.overall-progress-container {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lesson-title,
.overall-title {
  font-size: 14px;
  font-weight: bold;
  min-width: 120px;
  text-align: right;
}

.progress-bar {
  flex: none;
  width: 70%;     /* ⬅️ במקום 100% */
  height: 10px;
  background-color: #333;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}


.progress-lessons {
  background-color: #0f9cd0;
  height: 100%;
}

.progress-practices {
  background-color: #ffa726;
  height: 100%;
}

.progress-project {
  background-color: #7e57c2;
  height: 100%;
}

/* תיבת TCM – תופסת את כל הגובה הנותר */
.tcm-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* תוכן הפלט */
#output {
  flex: 1;
  width: 100%;
  min-height: 150px;
  background-color: #111;
  color: #0ff;
  padding: 10px;
  border: 1px solid #0ff;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin-top: 1px;
}

.main-container {
  display: flex;
  width: 100vw;
  height: 100vh;
}

/* תיבת העוזר */
#tcm-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  border: 1px solid #0ff;
  border-radius: 4px;
  background-color: #111;
  box-sizing: border-box;
  margin-top: 10px;
}

#tcm-output {
  /*flex: 1;*/
  width: 100%;
  height: 350px; 
  /*display: flex;
  flex-direction: column;*/
  padding: 10px;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #111;
  color: #0ff;
  border: 1px solid #0ff;
  gap: 12px;
  scroll-behavior: smooth;
  font-family: 'Courier New', monospace;
  font-size: 15px;
  line-height: 1.5;

  /* גלילה אנכית */
  max-height: 400px;
  overflow-y: auto;
  /* flex-shrink: 0;   */

  /* עטיפת שורות בצורה נכונה */
  white-space: pre-wrap;
  word-break: break-word;
}

/* שורת הכנסת הפרומפט TCM */





.tcm-exchange {
  padding: 8px;
  border-bottom: 1px dashed #444;
  font-size: 15px;
  line-height: 1.6;
}
.user-question {
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
}
.assistant-reply {
  color: #0ff;
}

.tcm-exchange:nth-child(even) {
  background-color: #1b1b1b;
}
.tcm-exchange:nth-child(odd) {
  background-color: #222;
}


 /* 💬 עיצוב תגובת העוזר בתצוגת שאלה-תשובה */
.assistant-reply pre {
  background-color: #1e1e1e;
  padding: 12px;
  border-radius: 6px;
  color: #0ff;
  overflow-x: auto;
  margin-top: 10px;
  white-space: pre-wrap;
  font-family: 'Courier New', monospace;
}

.assistant-reply code {
  color: #0ff;
}

 #custom-input-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-content {
  background: #222;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  min-width: 300px;
}
#modal-content input {
  width: 100%;
  margin-top: 10px;
}


/* מצב כהה */
body.dark-mode #tcm-output {
  background-color: #111;
  color: #0ff;
  border: 1px solid #0ff;
}

/* מצב בהיר */
body.light-mode #tcm-output {
  background-color: #ffffff !important;  /* רקע לבן */
  color: #222 !important;                /* טקסט כהה */
  border: 1px solid #ccc !important;     /* מסגרת עדינה */
}



/* טקסט וכפתורים */
h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}

/* עורך הקוד הראשי */
#code {
  height: 250px !important; /* שליטה מלאה בגובה */
  flex: none !important;   /* ⬅️ חובה כדי לבטל השפעת Flex */
  width: 100%;
  resize: vertical;
  font-family: 'Courier New', monospace;
  font-size: 15px;
  padding: 12px;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #2d2d30;
  color: #ffffff;
  border: 1px solid #00ffff;
}

pre {
  padding: 12px;
  border-radius: 6px;
  font-family: 'Courier New', monospace;
  font-size: 15px;
  overflow-x: auto;
}

.button-row {
  display: flex;
  flex-wrap: wrap;              /* ✅ מאפשר מעבר שורה אם אין מקום */
  justify-content: space-between; /* ✅ ריווח שווה ביניהם */
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
}

.small-button {
  padding: 8px 16px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  background: linear-gradient(135deg, #007acc, #005b99);
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}


.button-row button {
  flex: 1 1 auto;
  min-width: 80px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  background-color: #01130a;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.button-row button:hover {
  background-color: #5a6268;
  transform: translateY(-2px);
}


@media (max-width: 600px) {
  .button-row {
    flex-wrap: wrap;
  }
}


button:hover {
  background: linear-gradient(135deg, #0099ff, #007acc);
  transform: translateY(-2px);
}

button:active {
  transform: translateY(0);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* 🎨 גרסאות כהה ובהירה */
body.dark-mode button {
  background: linear-gradient(135deg, #005a9e, #003f66);
  color: white;
}

body.dark-mode button:hover {
  background: linear-gradient(135deg, #007acc, #005b99);
}

body.light-mode button {
  background: linear-gradient(135deg, #e0e0e0, #c0c0c0);
  color: #222;
}

#solution-button {
  height: 40px; /* שנה לכל גובה שתרצה */
  padding: 10px 16px; /* אופציונלי לשיפור הנראות */
  font-size: 14px;    /* גודל טקסט אחיד עם שאר הכפתורים */
}


body.light-mode button:hover {
  background: linear-gradient(135deg, #d5d5d5, #b5b5b5);
}


.sidebar {
  width: 350px;
  box-sizing: border-box;
  padding: 10px;
  overflow-y: auto;
}

/* מבטל את הרוחב היחסי שגרם להתפרסות יתר */
.sidebar ul {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  box-sizing: border-box;
}

.sidebar li {
  width: 100%;
}

.sidebar li div {
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}



/* ביטול המשולש */
.sidebar li div::after,
.sidebar li.open > div::after {
  content: "";
}

.sidebar li.open > div::after {
  transform: rotate(90deg);
}

.sidebar ul ul {
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 10px;
  display: none;
}


/* נושאים */
.topic-item {
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

.topic-item:hover,
.topic-item.active {
  background-color: transparent;
  color: inherit;
}


.topic-item.active {
  background-color: #007acc;
  color: white;
  font-weight: bold;
  border-left: 4px solid #00ccff;
}




body.dark-mode .topic-item.active {
  background-color: #007acc;
  color: white;
}

body.light-mode .topic-item.active {
  background-color: #cce7ff;
  color: #000;
}

/* Scrollbar למסילה בתוך lesson-content */
body.dark-mode #lesson-content::-webkit-scrollbar-track {
  background-color: #000000;
}

body.light-mode #lesson-content::-webkit-scrollbar-track {
  background-color: #ffffff;
}

#lesson-content::-webkit-scrollbar-thumb {
  background-color: var(--neon-color, #d3dcdc);
  border-radius: 4px;
}

/* ✅ תיקון: שינוי צבע ה־thumb כשעוברים עליו */
#lesson-content::-webkit-scrollbar-thumb:hover {
  background-color: #8d9090;
}

#lesson-content::-webkit-scrollbar {
  width: 8px;
}

/* Scrollbar למסילה בתוך .sidebar */
body.dark-mode .sidebar::-webkit-scrollbar-track {
  background-color: #000000;
}

body.light-mode .sidebar::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: var(--neon-color, #d3dcdc);
  border-radius: 4px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #8d9090;
}

.sidebar::-webkit-scrollbar {
  width: 8px;
}

/* ✅ הוספה: ברירת מחדל לגבול נאון עבור כל התיבות במצב כהה */
body.dark-mode textarea,
body.dark-mode #code,
body.dark-mode #output,
body.dark-mode #tcm-input,
body.dark-mode #tcm-output,
body.dark-mode #tcm-box {
  border: 1px solid #00ffff;
}


body.dark-mode #tcm-output {
  background-color: #111;
  color: #0ff;
  border: 1px solid #0ff;
}

/* ✅ גלילה כללית - רק במצב כהה */
body.dark-mode ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body.dark-mode ::-webkit-scrollbar-track {
  background: #000000; /* רקע המסילה - שחור */
}

body.dark-mode ::-webkit-scrollbar-thumb {
  background: #444444; /* פס הגלילה */
  border-radius: 5px;
}

body.dark-mode ::-webkit-scrollbar-thumb:hover {
  background: #888888; /* בעת ריחוף */
}

/* גלילה עבור Firefox - רק במצב כהה */
body.dark-mode * {
  scrollbar-width: thin;
  scrollbar-color: #444444 #000000; /* thumb color, track color */
}

/* רקע מותאם לתיבת שיחה – מצב כהה */
body.dark-mode .tcm-exchange {
  background-color: #1b1b1b;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* רקע מותאם לתיבת שיחה – מצב בהיר */
body.light-mode .tcm-exchange {
  background-color: #f1f1f1; /* בהיר אך מובחן */
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

/* טקסטים */
.tcm-exchange .user-question {
  font-weight: bold;
  color: #0be91a;
  margin-bottom: 4px;
}

.tcm-exchange .assistant-reply {
  color: #007acc;
  font-family: 'Courier New', monospace;
}

/* 🎨 Textareas – מצב בהיר */
body.light-mode #code,
body.light-mode textarea {
  background-color: #ffffff !important;
  color: #222 !important;
  border: 1px solid #ccc !important;
}




/* --- Enhanced Icon Styling --- */

/* 🎯 עיצוב אייקונים לפי מצב ומעבר עכבר */
.button-row button i {
  font-size: 18px;
  pointer-events: none;
  transition: transform 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

/* RUN (ירוק ב-hover) */
.button-row button:nth-child(1):hover i {
  color: #00e676;
}

/* Previous / Next (כחול ב-hover) */
.button-row button:nth-child(2):hover i,
.button-row button:nth-child(3):hover i {
  color: #42a5f5;
}

/* Neon - צבע תמידי מתוך משתנה CSS */
.button-row button:nth-child(4) i {
  color: var(--neon-color, #ffd600);
  filter: drop-shadow(1px 1px 3px var(--neon-color, #ffd600));
}

/* Mode – צבע ניטרלי, מתעדכן דרך JS (אייקון מתחלף) */
.button-row button:nth-child(5) i {
  color: #ce93d8;
}

/* Copy – טורקיז */
.button-row button:nth-child(6):hover i {
  color: #26c6da;
}

/* שינוי רקע הכפתורים לפי מצב תאורה */
body.dark-mode .button-row button {
  background-color: #3a3f44;
  color: #ffffff;
}

/* 🔘 כפתורי שורת הפעולה - מצב בהיר */
body.light-mode .button-row button {
  background-color: #e2e5e9; /* אפור קפוא בהיר */
  color: #222;
}

body.light-mode .button-row button:hover {
  background-color: #d0d4d8;
  transform: translateY(-2px);
}

body.dark-mode .button-row button:hover {
  background-color: #5a6268;
  transform: translateY(-2px);
}


/* Style for solution button matching frozen style */
#solution-button {
  flex: 1 1 auto;
  min-width: 80px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  background-color: #3a3f44;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

/* 🧩 כפתור SHOW SOLUTION - מצב כהה */
body.dark-mode #solution-button {
  background-color: #3a3f44;
  color: #ffffff;
}

body.dark-mode #solution-button:hover {
  background-color: #5a6268;
  transform: translateY(-2px);
}

/* 🧩 כפתור SHOW SOLUTION - מצב בהיר */
body.light-mode #solution-button {
  background-color: #e2e5e9;
  color: #222;
}

#solution-button:hover {
  background-color: #5a6268;
  transform: translateY(-2px);
}

body.light-mode #solution-button:hover {
  background-color: #d0d4d8;
  transform: translateY(-2px);
}

/* 🔘 כל הכפתורים - מצב כהה */
body.dark-mode button,
body.dark-mode .button-row button,
body.dark-mode #solution-button {
  background-color: #3a3f44 !important;
  color: #ffffff !important;
  border: none !important;
  background-image: none !important;
}

/* 🔘 כל הכפתורים - מצב כהה - ריחוף */
body.dark-mode button:hover,
body.dark-mode .button-row button:hover,
body.dark-mode #solution-button:hover {
  background-color: #5a6268 !important;
  transform: translateY(-2px);
}


/* 🔘 כל הכפתורים - מצב בהיר */
body.light-mode button,
body.light-mode .button-row button,
body.light-mode #solution-button {
  background-color: #e2e5e9 !important;
  color: #222 !important;
  border: none !important;
  background-image: none !important;
}

/* 🔘 כל הכפתורים - מצב בהיר - ריחוף */
body.light-mode button:hover,
body.light-mode .button-row button:hover,
body.light-mode #solution-button:hover {
  background-color: #d0d4d8 !important;
  transform: translateY(-2px);
}

.monaco-editor .editor-widget.suggest-widget,
.monaco-editor .editor-widget.suggest-widget.visible,
.monaco-editor .monaco-hover,
.monaco-editor .margin,
.monaco-editor .minimap,
.monaco-editor .overflow-guard > div:first-child > .monaco-editor-hover,
.monaco-editor .overflow-guard > .monaco-editor-background,
.monaco-editor .overflow-guard > .decorationsOverviewRuler,
.monaco-editor .overflow-guard > .margin,
.monaco-editor .overflow-guard > .minimap,
.monaco-editor .editor .editor-info-label,
.monaco-editor .editor .current-language {
  display: none !important;
}

/* מעבר חלק תמידי */
.topic-item {
  transition: background-color 0.3s ease, color 0.3s ease, border-left 0.3s ease;
}

/* מצב לילה */
body.dark-mode .topic-item.active {
  background-color: #3a3f4b;         /* כהה יותר, פחות ניגוד חריף */
  font-weight: 600;
  border-left: 4px solid #00bcd4;   /* כחול טורקיז מרוכך */
  padding-left: 8px;
  color: #ffffff;
}

/* מצב יום */
body.light-mode .topic-item.active {
  background-color: #d0ebf9;         /* תכלת רגוע ועדין */
  font-weight: 600;
  border-left: 4px solid #1e88e5;    /* כחול בינוני (Google Blue) */
  padding-left: 8px;
  color: #000000;
}

/* עיצוב בסיסי להדגשת Lesson פעיל */
#lesson-list > li.active-lesson > div {
  background-color: #3a3f4b;           /* כהה ועדין למצב לילה */
  font-weight: bold;
  padding-left: 8px;
  border-left: 4px solid #00bcd4;      /* פס טורקיז */
  color: #ffffff;
}

/* מצב יום */
body.light-mode #lesson-list > li.active-lesson > div {
  background-color: #d0ebf9;           /* תכלת רגוע */
  color: #000000;
  border-left: 4px solid #1e88e5;      /* פס כחול */
}

/* ✔ תוקן עבור <li> ו־.topic-item כולל subtopics */
.sidebar li,
.sidebar li.topic-item {
  display: block;
  width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.v-icon {
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}

.v-icon {
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  color: gray; /* ברירת מחדל אפורה */
}

.v-icon.enabled {
  color: dodgerblue;
  font-weight: bold;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.v-icon.auto-enabled {
  display: none !important;
  color: limegreen;
}
.v-icon:not(.enabled):not(.auto-enabled) {
  color: gray;
}

.v-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* מיושרים לשמאל */
  min-width: 18px;
  margin-right: 5px; /* רווח מהטקסט מימין */
}

.topic-item {
  margin-bottom: 4px;
}

.topic-item .v-icon {
  margin-right: 5px;
}

.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 14px;
  width: 420px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
}

.modal-content h2 {
  margin-top: 0;
  font-size: 24px;
  color: #222;
}

.modal-content p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.modal-content .register-btn {
  margin-top: 15px;
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.modal-content .register-btn:hover {
  background-color: #0056b3;
}

.close {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

/* 🎯 Access Status Box above lessons list */
.access-status-message {
  border: 1px solid #00ffff;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 6px rgba(0,255,255,0.1);
  background-color: #1a1a1a;
  color: #0ff;
}

/* ✅ Box for user access info (appears above "Lessons") */
.access-status-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid #00ffff;
  border-radius: 10px;
  background-color: #101820;
  color: #00f6ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 0 6px rgba(0, 255, 255, 0.2);
  max-width: 100%;
  white-space: normal;
}

.access-status-message i {
  margin-right: 6px;
}

/* 🌞 Light mode support */
body.light-mode .access-status-message {
  background-color: #e8f9ff;
  border-color: #007acc;
  color: #004c70;
  box-shadow: 0 0 6px rgba(0, 122, 204, 0.2);
}

/* 🔒 User status box (top-right) */
#user-status-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #222;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 0 10px #00000055;
}

/* 🌞 Light mode styling */
body.light-mode #user-status-box {
  background-color: #e0e0e0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  color: #000000 !important;
}

body.light-mode #user-status {
  color: #000000 !important;
  font-weight: bold;
}

body.light-mode #logout-btn,
body.light-mode #register-btn {
  background-color: #ffffff !important;
  color: #222 !important;
  border: 1px solid #aaa !important;
}

body.light-mode #logout-btn:hover,
body.light-mode #register-btn:hover {
  background-color: #d5d5d5 !important;
}


