/* Splash-Screen mit Pulsing Animation */
.splash {
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background: #06008b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s;
  overflow: hidden;
}

.animationWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.el {
  position: absolute;
  animation-name: go;
  animation-iteration-count: infinite;
  width: 400px;
  height: 400px;
  animation-duration: 1s;
  border-radius: 1px;
  opacity: 0.3;
}

.el:nth-child(1) { animation-delay: 0.1s; background-color: #06008b; top: 0px; left: 0px; }
.el:nth-child(2) { animation-delay: 0.2s; background-color: #06008b; top: 144px; left: 20px; }
.el:nth-child(3) { animation-delay: 0.3s; background-color: #06008b; top: 288px; left: 40px; }
.el:nth-child(4) { animation-delay: 0.4s; background-color: #06008b; top: 432px; left: 60px; }
.el:nth-child(5) { animation-delay: 0.5s; background-color: #06008b; top: 576px; left: 80px; }
.el:nth-child(6) { animation-delay: 0.6s; background-color: #06008b; top: 720px; left: 100px; }
.el:nth-child(7) { animation-delay: 0.7s; background-color: #06008b; top: 864px; left: 120px; }
.el:nth-child(8) { animation-delay: 0.8s; background-color: #06008b; top: 1008px; left: 140px; }
.el:nth-child(9) { animation-delay: 0.9s; background-color: #06008b; top: 1152px; left: 160px; }
.el:nth-child(10) { animation-delay: 1s; background-color: #06008b; top: 1296px; left: 180px; }
.el:nth-child(11) { animation-delay: 1.1s; background-color: #06008b; top: 1440px; left: 200px; }
.el:nth-child(12) { animation-delay: 1.2s; background-color: #06008b; top: 1584px; left: 220px; }
.el:nth-child(13) { animation-delay: 1.3s; background-color: #06008b; top: 1728px; left: 240px; }
.el:nth-child(14) { animation-delay: 1.4s; background-color: #06008b; top: 1872px; left: 260px; }
.el:nth-child(15) { animation-delay: 1.5s; background-color: #06008b; top: 2016px; left: 280px; }
.el:nth-child(16) { animation-delay: 1.6s; background-color: #06008b; top: 2160px; left: 300px; }
.el:nth-child(17) { animation-delay: 1.7s; background-color: #06008b; top: 2304px; left: 320px; }
.el:nth-child(18) { animation-delay: 1.8s; background-color: #06008b; top: 2448px; left: 340px; }
.el:nth-child(19) { animation-delay: 1.9s; background-color: #06008b; top: 2592px; left: 360px; }
.el:nth-child(20) { animation-delay: 2s; background-color: #06008b; top: 2736px; left: 380px; }
.el:nth-child(21) { animation-delay: 2.1s; background-color: #06008b; top: 2880px; left: 400px; }
.el:nth-child(22) { animation-delay: 2.2s; background-color: #06008b; top: 3024px; left: 420px; }
.el:nth-child(23) { animation-delay: 2.3s; background-color: #06008b; top: 3168px; left: 440px; }
.el:nth-child(24) { animation-delay: 2.4s; background-color: #06008b; top: 3312px; left: 460px; }
.el:nth-child(25) { animation-delay: 2.5s; background-color: #06008b; top: 3456px; left: 480px; }
.el:nth-child(26) { animation-delay: 2.6s; background-color: #06008b; top: 3600px; left: 500px; }
.el:nth-child(27) { animation-delay: 2.7s; background-color: #06008b; top: 3744px; left: 520px; }
.el:nth-child(28) { animation-delay: 2.8s; background-color: #06008b; top: 3888px; left: 540px; }
.el:nth-child(29) { animation-delay: 2.9s; background-color: #06008b; top: 4032px; left: 560px; }
.el:nth-child(30) { animation-delay: 3s; background-color: #06008b; top: 4176px; left: 580px; }
.el:nth-child(31) { animation-delay: 3.1s; background-color: #06008b; top: 4320px; left: 600px; }
.el:nth-child(32) { animation-delay: 3.2s; background-color: #06008b; top: 4464px; left: 620px; }
.el:nth-child(33) { animation-delay: 3.3s; background-color: #06008b; top: 4608px; left: 640px; }
.el:nth-child(34) { animation-delay: 3.4s; background-color: #06008b; top: 4752px; left: 660px; }
.el:nth-child(35) { animation-delay: 3.5s; background-color: #06008b; top: 4896px; left: 680px; }
.el:nth-child(36) { animation-delay: 3.6s; background-color: #06008b; top: 5040px; left: 700px; }
.el:nth-child(37) { animation-delay: 3.7s; background-color: #06008b; top: 5184px; left: 720px; }
.el:nth-child(38) { animation-delay: 3.8s; background-color: #06008b; top: 5328px; left: 740px; }

@keyframes go {
  50% {
    transform: translate(60px, 40px) scale(1.5);
    background-color: #e62305;
  }
}

a:visited, a:active {
  color: #e62305 !important;
}
a:hover {
  color: #e62305 !important;
}

.splash-typo, .lexikon-header h1, .title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3.6rem;
  color: #fff;
  text-align: left;
  margin: 0 0 1.5rem 0;
  letter-spacing: 2px;
}
}

/* News-Section */
#newsSection .title {
  color: #fff;
  text-align: left;
  margin: 2rem 0 80px 0;
}
.news-list {
  list-style: none;
  padding: 0;
  margin: 2em auto;
  max-width: 600px;
}
.news-list li {
  background: transparent;
  color: #fff;
  margin-bottom: 2em;
  text-align: left;
  cursor: default;
}
.news-list img {
  display: none;
}
.news-list .news-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 0;
}
.news-list .news-text strong {
  display: none;
}

/* News-Overlay */
.news-overlay {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(6,0,139,0.95);
  color: #fff;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.news-overlay-content {
  background: #fff;
  color: #06008b;
  padding: 2em;
  border-radius: 12px;
  max-width: 700px;
  margin: 4em auto;
  position: relative;
}
.news-overlay-close {
  position: absolute;
  top: 1em; right: 1em;
  background: #e62305;
  color: #fff;
  border: none;
  font-size: 1.5em;
  border-radius: 50%;
  width: 2em; height: 2em;
  cursor: pointer;
}

/* App-Navigation unten */
.app-bottom-nav {
  position: fixed;
  bottom: 0; left: 0; width: 100vw;
  background: #fff;
  border-top: 2px solid #e62305;
  display: flex;
  justify-content: space-around;
  z-index: 1500;
  height: 70px;
  align-items: center;
}
.app-bottom-nav .nav-item {
  flex: 1;
  text-align: center;
  color: #e62305;
  text-decoration: none;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: background 0.2s;
  height: 100%;
}
.app-bottom-nav .nav-item:hover {
  background: #e6230522;
}
.app-bottom-nav .nav-icon {
  width: 28px;
  height: 28px;
  display: block;
  line-height: 1;
  color: #e62305;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app-bottom-nav .nav-label {
  font-size: 0.75em;
  font-weight: 600;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: #06008b; /* deep blue */
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.splash {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.splash-content {
  max-width: 920px;
  text-align: center;
  background: rgba(255,255,255,0.02);
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: none;
}

.splash-content h1 {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

.splash-content p {
  margin-bottom: 1.2rem;
  line-height: 1.4;
}

.splash-content button {
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  background: #e62305;
  color: #06008b;
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.2s ease;
}

.splash-content button:hover {
  background: #a9652f;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(192, 122, 63, 0.3);
}

.timer {
  display: none; /* Erst ausblenden, wird später per JS gezeigt */
  padding: 2rem 1rem 4rem;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.timer h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.timer p {
  line-height: 1.5;
}

/* Timer-spezifische Styles */
.timer-card {
  background: transparent;
  border-radius: 8px;
  padding: 1rem;
  box-sizing: border-box;
}

.time-display {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  padding: 0.6rem 0;
  margin-bottom: 0.6rem;
  color: #ffffff;
}

.controls {
  display: grid;
  gap: 0.8rem;
}

.inputs {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}

.inputs label {
  font-size: 0.9rem;
}

.inputs input {
  width: 80px;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 1rem;
  text-align: center;
  background: rgba(255,255,255,0.02);
  color: #ffffff;
}

.preset-buttons {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}

.preset, .action-buttons button {
  background: #1a2bd9;
  color: #ffffff;
  border: none;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.08);
}

.preset:hover, .action-buttons button:hover {
  background: #a9652f;
}

.action-buttons {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 0.4rem;
}

.hint {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  text-align: center;
}

/* Title styles to match screenshot */
.subtitle {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  color: #ffffff;
  margin: 0 0 6px 0;
  text-align: left;
}

.title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3.6rem;
  color: #ffffff;
  margin: 0 0 80px 0;
  line-height: 1;
  text-align: left;
}

.ansatz-label {
  font-family: Georgia, 'Times New Roman', serif;
  color: rgba(255,255,255,0.95);
  font-size: 1.15rem;
  margin: 6px 0;
  text-align: left;
}

.starttime-section {
  display: block;
}

.top-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
  align-items: stretch;
}

.starttime-section input[type="time"] {
  padding: 18px 12px;
  border-radius: 10px;
  border: none;
  width: 100%;
  min-height: 80px;
  background: #ffffff;
  color: #06008b;
  font-size: 1.9rem;
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
}

.next-info {
  color: #ffffff;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  box-sizing: border-box;
}

#nextStepLabel {
  font-size: 0.85rem;
  margin-bottom: 4px;
  opacity: 0.9;
}

#nextCountdown {
  font-size: 1.4rem;
  font-weight: 700;
}

.process-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
  clear: both;
}

.process-buttons button {
  background: #e62305;
  color: #ffffff;
  border: none;
  padding: 18px 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  min-height: 80px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}

.process-buttons button[disabled] {
  opacity: 0.5;
  cursor: default;
}

.result-box.done {
  outline: 3px solid rgba(243,169,90,0.14);
  background: rgba(255,255,255,0.12);
}

/* 30-min timer section */
.timer-30min-section {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.timer-label {
  font-family: Georgia, 'Times New Roman', serif;
  color: #ffffff;
  font-size: 1.05rem;
  margin: 0 0 6px 0;
}

.timer-desc {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

a {
  color: #e62305;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.8;
}

.results {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.result-box {
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 18px 12px;
  text-align: left;
  min-height: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.result-label {
  font-size: 1rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 6px;
}

.result-time {
  font-weight: 700;
  margin-top: 0.2rem;
  font-size: 2.6rem;
  color: #ffffff;
}

/* Kurs-Seite */
.kurs-page {
  display: block;
  padding: 2rem 1rem 5rem;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.kurs-header {
  margin-bottom: 2rem;
}

.kurs-header .title {
  font-size: 1.8rem;
  margin: 0 0 40px 0;
}

.kurs-subheadline {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  margin-top: 0.5rem;
  font-weight: 400;
}

.kurs-content {
  color: #fff;
}

.kurs-intro {
  margin-bottom: 2.5rem;
}

.intro-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.95);
}

.kurs-section {
  margin-bottom: 2.5rem;
}

.section-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.kurs-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  color: rgba(255,255,255,0.95);
}

.small-text {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
}

.kurs-list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.kurs-list li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  line-height: 1.6;
  color: rgba(255,255,255,0.95);
}

.kurs-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e62305;
  font-weight: bold;
  font-size: 1.2rem;
}

.kurs-link {
  color: #e62305 !important;
  text-decoration: none;
  font-weight: 600;
}

.kurs-link:hover {
  color: #e62305 !important;
}

.kurs-cta {
  margin-top: 1.5rem;
}

.kurs-button {
  display: inline-block;
  background: #e62305;
  color: #fff !important;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.2s;
}

.kurs-button:hover {
  background: #e62305 !important;
  color: #06008b !important;
}

/* Waitlist Form */
.waitlist-form {
  background: rgba(255,255,255,0.05);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 1.5rem;
}

.waitlist-form input[type="email"] {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid rgba(6,0,139,0.3);
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 1rem;
}

.waitlist-form input[type="email"]:focus {
  outline: none;
  border-color: #e62305;
}

.form-hint {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.5rem;
}

.date-picker-container {
  margin-top: 0.5rem;
}

.selected-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  min-height: 20px;
}

.date-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(230,35,5,0.2);
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
}

.date-tag button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
  opacity: 0.7;
}

.date-tag button:hover {
  opacity: 1;
}

.add-date-btn {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 2px dashed rgba(243,169,90,0.5);
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: all 0.2s;
}

.add-date-btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: #e62305;
}

.waitlist-message {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  display: none;
  font-weight: 600;
}

.waitlist-message.success {
  background: rgba(50,205,50,0.2);
  color: #90EE90;
  border: 1px solid #90EE90;
}

.waitlist-message.error {
  background: rgba(230,35,5,0.2);
  color: #e62305;
  border: 1px solid #e62305;
}

.kurs-gallery {
  margin-top: 3rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.2s;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

/* Wallet-Seite */
.wallet-page {
  display: block;
  padding: 2rem 1rem 5rem;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.wallet-header {
  margin-bottom: 2rem;
}

.wallet-content {
  color: #fff;
}

.wallet-intro {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.95);
  margin-bottom: 1.5rem;
}

.upload-section {
  background: rgba(255,255,255,0.05);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 3rem;
}

.upload-form {
  margin-top: 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #06008b;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"] {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(6,0,139,0.3);
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  min-height: 50px;
  box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="password"]:focus {
  outline: none;
  border-color: #e62305;
}

.form-group input[type="file"] {
  width: 100%;
  padding: 0.8rem;
  border: 2px dashed rgba(243,169,90,0.5);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.form-group input[type="file"]:hover {
  border-color: #e62305;
  background: rgba(255,255,255,0.08);
}

.file-info {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}

.upload-button {
  background: #e62305;
  color: #fff;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.upload-button:hover {
  background: #e62305;
  color: #06008b;
}

.upload-button:disabled {
  background: rgba(230,35,5,0.5);
  cursor: not-allowed;
}

.upload-message {
  margin-top: 1rem;
  padding: 0.8rem;
  border-radius: 8px;
  font-weight: 600;
  display: none;
}

.upload-message.success {
  background: rgba(76,175,80,0.2);
  color: #4caf50;
  border: 1px solid #4caf50;
}

.upload-message.error {
  background: rgba(230,35,5,0.2);
  color: #e62305;
  border: 1px solid #e62305;
}

.gallery-section {
  margin-top: 1rem;
}

.wallet-header {
  position: relative;
}

.plus-icon-btn {
  display: none;
}

.plus-icon-btn:hover {
  background: #e69944;
  transform: scale(1.1);
}

.plus-icon-btn:active {
  transform: scale(0.95);
}

/* Centered Upload Trigger */
.upload-trigger-section {
  text-align: center;
  margin: 2rem 0;
}

.plus-icon-centered {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e62305;
  border: 2px solid #fff;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
  margin: 0 auto;
}

.plus-icon-centered:hover {
  background: #e69944;
  transform: scale(1.1);
}

.plus-icon-centered:active {
  transform: scale(0.95);
}

.upload-trigger-text {
  color: #fff;
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

.gallery-section .section-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

.wallet-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin-top: 1.5rem;
}

.gallery-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  padding-bottom: 100%; /* Square aspect ratio */
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0.8rem;
  gap: 0.3rem;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.gallery-overlay span {
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  display: block;
  text-align: center;
  width: 100%;
}

.gallery-stats {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.gallery-stats span {
  font-size: 0.8rem;
  display: inline-block;
  width: auto;
}

.gallery-info {
  padding: 0.8rem;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-name {
  font-weight: 600;
  color: #fff;
}

.gallery-date {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

.mobile-open-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(230,35,5,0.95);
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  z-index: 10;
  pointer-events: none;
  animation: fadeInScale 0.3s ease;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.gallery-item.user-upload {
  border: 2px solid #e62305;
}

.delete-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(230,35,5,0.9);
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: none;
  transition: background 0.2s;
}

.gallery-item.user-upload:hover .delete-btn {
  display: block;
}

.delete-btn:hover {
  background: #e62305;
}

/* Auth Overlay */
.auth-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(6,0,139,0.95);
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
}

.auth-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  max-width: 400px;
  width: 90%;
  position: relative;
  color: #06008b;
}

.auth-modal .form-group {
  margin-bottom: 1.5rem;
}

.auth-modal label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #06008b;
}

.auth-modal input[type="email"],
.auth-modal input[type="password"],
.auth-modal input[type="text"] {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(6,0,139,0.3);
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  min-height: 50px;
  box-sizing: border-box;
  margin-bottom: 0;
}

.auth-modal input[type="email"]:focus,
.auth-modal input[type="password"]:focus,
.auth-modal input[type="text"]:focus {
  outline: none;
  border-color: #e62305;
}

.auth-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #06008b;
  cursor: pointer;
  line-height: 1;
}

.auth-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2rem;
  color: #06008b;
  margin-bottom: 1.5rem;
  text-align: center;
}

.auth-button {
  width: 100%;
  background: #e62305;
  color: #fff;
  padding: 0.8rem;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 1rem;
}

.auth-button:hover {
  background: #e62305;
}

.auth-message {
  margin-top: 1rem;
  padding: 0.8rem;
  border-radius: 8px;
  font-size: 0.9rem;
  display: none;
}

.auth-message.success {
  background: rgba(76,175,80,0.2);
  color: #2e7d32;
  border: 1px solid #4caf50;
}

.auth-message.error {
  background: rgba(230,35,5,0.2);
  color: #c62828;
  border: 1px solid #e62305;
}

.auth-switch {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.auth-switch a {
  color: #e62305 !important;
  font-weight: 600;
  margin-left: 0.5rem;
}

/* Profile Overlay */
.profile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(6,0,139,0.98);
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 2rem 1rem;
}

.profile-modal {
  background: #fff;
  padding: 2.5rem;
  border-radius: 16px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  color: #06008b;
}

.profile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #06008b;
  cursor: pointer;
  line-height: 1;
}

.profile-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.2rem;
  color: #06008b;
  margin-bottom: 2rem;
  text-align: center;
}

.profile-section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(6,0,139,0.1);
}

.profile-section:last-of-type {
  border-bottom: none;
}

.profile-section-title {
  font-size: 1.2rem;
  color: #06008b;
  margin-bottom: 1rem;
  font-weight: 600;
}

.profile-section input[type="text"] {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid rgba(6,0,139,0.3);
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 1rem;
}

.profile-section input[type="text"]:focus {
  outline: none;
  border-color: #e62305;
}

.profile-button {
  background: #e62305;
  color: #fff;
  padding: 0.7rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s;
}

.profile-button:hover {
  background: #cc1f04;
}

.profile-button:disabled {
  background: rgba(230,35,5,0.5);
  cursor: not-allowed;
}

.profile-message {
  margin-top: 1rem;
  padding: 0.8rem;
  border-radius: 8px;
  font-size: 0.9rem;
  display: none;
}

.profile-message.success {
  background: rgba(76,175,80,0.2);
  color: #2e7d32;
  border: 1px solid #4caf50;
}

.profile-message.error {
  background: rgba(230,35,5,0.2);
  color: #c62828;
  border: 1px solid #e62305;
}

.user-comments-list,
.admin-messages-list {
  max-height: 300px;
  overflow-y: auto;
  background: rgba(6,0,139,0.03);
  padding: 1rem;
  border-radius: 8px;
}

.comment-item,
.admin-message-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(6,0,139,0.1);
}

.comment-item:last-child,
.admin-message-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment-image-ref {
  font-size: 0.85rem;
  color: #8e8e8e;
  margin-bottom: 0.3rem;
}

.comment-text {
  color: #262626;
  font-size: 0.95rem;
  line-height: 1.5;
}

.comment-date {
  font-size: 0.8rem;
  color: #8e8e8e;
  margin-top: 0.3rem;
}

.comments-loading {
  text-align: center;
  color: #8e8e8e;
  padding: 2rem;
}

.profile-actions {
  text-align: center;
  padding-top: 1rem;
}

.profile-logout-btn {
  background: rgba(230,35,5,0.1);
  color: #e62305;
  border: 2px solid #e62305;
  padding: 0.7rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s;
}

.profile-logout-btn:hover {
  background: #e62305;
  color: #fff;
}

.user-avatar-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #e62305;
  color: #e62305;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}

.user-avatar-btn:hover {
  background: #e62305;
  color: #fff;
  transform: scale(1.05);
}

.user-avatar-btn:active {
  transform: scale(0.95);
}

/* 7 Steps Modal */
.steps-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 2rem 1rem;
}

.steps-carousel-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  gap: 0;
  padding: 0 0.5rem;
  margin: 0;
  scroll-snap-type: x mandatory;
  -webkit-scroll-snap-type: x mandatory;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  margin-top: 1.5rem;
}

.steps-carousel-wrapper::-webkit-scrollbar {
  display: none;
}

.steps-carousel-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.steps-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: center;
}

.step-card {
  flex: 0 0 calc(100% - 1rem);
  margin: 0 0.5rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 16px;
  border: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 500px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow-y: auto;
}

.step-list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  margin: 1rem 0 1rem 50px;
  padding-left: 0;
  position: relative;
  line-height: 1.5;
}

.step-list li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: -50px;
  top: -2px;
  background: #06008b;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.step-list {
  counter-reset: item;
}

.step-number {
  color: #06008b;
  font-weight: 700;
}

.step-card h3 {
  color: #06008b;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 32px;
  font-weight: 600;
  font-family: Georgia, 'Times New Roman', serif;
}

.step-content p {
  margin-bottom: 1rem;
  color: #262626;
}

.step-content strong {
  color: #06008b;
  font-weight: 600;
}

.step-content ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.step-content li {
  margin-bottom: 0.5rem;
  color: #262626;
}

.steps-content h3 {
  color: #06008b;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.steps-content p {
  margin-bottom: 1rem;
}

.steps-content ul, .steps-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.steps-content li {
  margin-bottom: 0.5rem;
}

/* User Status */
.user-status {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#userInfo {
  color: #e62305;
  font-weight: 600;
}

.logout-btn {
  background: rgba(230,35,5,0.8);
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
}

.logout-btn:hover {
  background: #e62305;
}

/* Login Prompt */
.login-prompt {
  background: rgba(255,255,255,0.05);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 3rem;
}

.prompt-text {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,0.95);
}

/* Upload Progress */
.upload-progress {
  margin-top: 1rem;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.progress-fill {
  height: 100%;
  background: #e62305;
  transition: width 0.3s;
}

#progressText {
  display: block;
  text-align: center;
  color: #e62305;
  font-weight: 600;
}

/* Gallery Enhancements */
.gallery-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.gallery-description {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  margin: 0.5rem 0;
  line-height: 1.4;
}

.gallery-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.like-btn, .comment-btn {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s;
}

.like-btn:hover, .comment-btn:hover {
  background: rgba(255,255,255,0.2);
}

.like-btn.liked {
  background: rgba(230,35,5,0.3);
  border-color: #e62305;
}

.delete-upload-btn {
  background: rgba(230,35,5,0.8);
  border: none;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  margin-left: auto;
}

.delete-upload-btn:hover {
  background: #e62305;
}

.loading-spinner {
  grid-column: 1/-1;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 2rem;
}

/* Comment Modal */
.comment-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(6,0,139,0.95);
  z-index: 3500;
  display: none;
  align-items: center;
  justify-content: center;
}

/* Instagram-Style Image Modal */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  z-index: 4001;
}

.image-modal-content {
  display: flex;
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  background: #fff;
  border-radius: 0;
}

.image-modal-left {
  flex: 1.5;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-modal-left img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.image-modal-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow-y: auto;
  max-width: 400px;
}

.modal-header {
  padding: 1rem;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.modal-user-info {
  display: flex;
  flex-direction: column;
}

.modal-username {
  font-weight: 600;
  font-size: 0.95rem;
  color: #262626;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.modal-date {
  font-size: 0.75rem;
  color: #8e8e8e;
  margin-top: 0.2rem;
}

.modal-delete-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

.modal-description {
  padding: 1rem;
  color: #262626;
  font-size: 0.9rem;
  line-height: 1.5;
  border-bottom: 1px solid #efefef;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.desc-text.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-description-toggle {
  color: #8e8e8e;
  cursor: pointer;
  margin-left: 0.25rem;
}

.modal-description-toggle:hover {
  color: #262626;
}

.modal-actions {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #efefef;
  display: flex;
  gap: 1rem;
}

.modal-like-btn,
.modal-comment-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  transition: transform 0.1s;
}

.modal-like-btn:active,
.modal-comment-btn:active {
  transform: scale(0.9);
}

.modal-like-btn.liked #modalLikeIcon {
  animation: likeAnimation 0.4s ease;
}

@keyframes likeAnimation {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

.modal-likes {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #262626;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  border-bottom: 1px solid #efefef;
}

.modal-comments-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.modal-comments-list {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.modal-comment-item {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.modal-comment-author {
  font-weight: 600;
  color: #262626;
  margin-right: 0.5rem;
}

.modal-comment-text {
  color: #262626;
}

.modal-comment-form {
  padding: 1rem;
  border-top: 1px solid #efefef;
  display: flex;
  gap: 0.5rem;
}

.modal-comment-form textarea {
  flex: 1;
  border: none;
  resize: none;
  font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  outline: none;
}

.modal-comment-form button {
  background: none;
  border: none;
  color: #0095f6;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.modal-comment-form button:disabled {
  color: #b3dffc;
  cursor: default;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .image-modal-content {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    max-width: none;
    border-radius: 0;
  }
  
  .image-modal-left {
    flex: 1;
  }
  
  .image-modal-right {
    flex: none;
    max-height: 50vh;
  }
}

.comment-modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  color: #06008b;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #06008b;
  cursor: pointer;
  line-height: 1;
}

.modal-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.8rem;
  color: #06008b;
  margin-bottom: 1.5rem;
}

.comments-list {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 1.5rem;
}

.comment-item {
  padding: 1rem;
  background: rgba(6,0,139,0.05);
  border-radius: 8px;
  margin-bottom: 0.8rem;
}

.comment-item strong {
  color: #e62305;
  font-size: 0.95rem;
}

.comment-date {
  font-size: 0.8rem;
  color: #999;
  margin-left: 0.5rem;
}

.comment-item p {
  margin-top: 0.5rem;
  line-height: 1.5;
  color: #06008b;
}

.comment-form textarea {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid rgba(6,0,139,0.2);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  resize: vertical;
}

.comment-form textarea:focus {
  outline: none;
  border-color: #e62305;
}

.comment-submit-btn {
  background: #e62305;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 0.8rem;
}

.comment-submit-btn:hover {
  background: #e62305;
  color: #06008b;
}

.comment-login-prompt {
  text-align: center;
  padding: 2rem;
}

.comment-login-prompt p {
  margin-bottom: 1rem;
  color: #06008b;
}

textarea {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
  padding: 0.8rem;
  border: 2px solid rgba(6,0,139,0.3);
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  resize: vertical;
}

textarea:focus {
  outline: none;
  border-color: #e62305;
}

/* Tab Buttons for Backen Page */
.baking-tabs {
  display: flex !important;
  gap: 1rem;
  justify-content: center;
  padding: 1rem;
  background: #06008b;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  margin-top: 0;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 100;
}

.tab-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  transition: border-color 0.3s ease;
}

.tab-btn.active {
  border-bottom-color: white;
  color: white;
}

.tab-btn:hover {
  opacity: 0.9;
}

/* Steps Tab Content Styling */
#stepsTabContent {
  display: none;
}

#stepsTabContent.active {
  display: block;
  overflow-y: visible;
  overflow-x: hidden;
}

#timingTabContent {
  display: block;
}

#timingTabContent.inactive {
  display: none;
}

/* Profile Tabs */
.profile-tabs {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
}

.profile-tab-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: #262626;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  transition: border-color 0.3s, color 0.3s;
}

.profile-tab-btn.active {
  border-bottom-color: #06008b;
  color: #06008b;
}

.profile-tab-content {
  display: none;
}

.profile-tab-content.active {
  display: block;
}

/* Notifications List */
.notifications-list {
  max-height: 500px;
  overflow-y: auto;
  padding: 1rem 0;
}

.notification-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.notification-item:hover {
  background: #f9f9f9;
}

.notification-unread {
  background: #e8f0ff;
}

.notification-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.notification-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #06008b;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

.notification-content {
  flex: 1;
}

.notification-content p {
  margin: 0 0 0.25rem 0;
  font-size: 0.95rem;
}

.notification-time {
  font-size: 0.8rem;
  color: #999;
}

/* Admin Panel */
.admin-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

.admin-section h3 {
  margin-bottom: 1rem;
  color: #06008b;
  font-size: 1.1rem;
}

.admin-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.admin-list-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 0.9rem;
}

.admin-list-item span:first-child {
  font-weight: bold;
  color: #06008b;
  flex: 1;
}

.admin-list-item span:nth-child(2) {
  flex: 1;
  color: #262626;
}

.admin-list-item span:last-child {
  color: #999;
  font-size: 0.85rem;
  min-width: 80px;
  text-align: right;
}

