body {
  background: linear-gradient(to right top, #e4d9ff, #f4f1ff);
  backdrop-filter: blur(6px);
}

.noti-panel {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Helvetica Neue', sans-serif;
}

.noti-title {
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
  color: #2c2c2c;
}

.noti-table {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.noti-item {
  display: flex;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.15),
    0 16px 48px rgba(140, 109, 253, 0.2), /* glow violeta */
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.noti-item:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.2),
    0 24px 64px rgba(140, 109, 253, 0.3), /* más glow */
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.2);
}

.noti-avatar {
  font-size: 28px;
  margin-right: 20px;
  flex-shrink: 0;
}

.noti-info {
  flex-grow: 1;
}

.noti-topic {
  font-size: 1rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.noti-label {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 6px;
  text-transform: lowercase;
  font-weight: 500;
}

.noti-desc {
  font-size: 0.95rem;
  color: #f1f1f1;
}

.noti-meta {
  font-size: 0.8rem;
  color: #ddd;
  white-space: nowrap;
  padding-left: 15px;
  align-self: center;
}

.noti-container {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}

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

.noti-header h4 {
  font-size: 1.6rem;
  color: #ffcc70;
}

.noti-header p {
  font-size: 1.1rem;
  color: #d0d0e0;
}

.noti-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* .noti-card {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(140, 109, 253, 0.3);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  border-left: 6px solid #b38dfd;
} 

.noti-card.unread {
  border-left: 6px solid #e63946;
}

.noti-card.read {
  opacity: 0.8;
}

.noti-card.open {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.01);
  box-shadow: 0 0 30px rgba(140, 109, 253, 0.6);
} */

.noti-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.noti-labels {
  display: flex;
  gap: 8px;
  font-size: 1.4rem;
}

.sign-icon {
  color: #ffcc70;
}

.event-icon {
  color: #b38dfd;
}

.noti-status {
  font-size: 0.95rem;
  font-weight: bold;
}

.noti-status.unread {
  color: #e63946;
}

.noti-status.read {
  color: #90ee90;
}

.noti-body {
  display: none;
  font-size: 0.95rem;
  color: #e0e0f0;
  margin-top: 10px;
  line-height: 1.5;
}

.noti-card.open .noti-body {
  display: block;
}

.noti-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.noti-footer button {
  background: transparent;
  border: 1px solid #b38dfd;
  color: #b38dfd;
  padding: 6px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.noti-footer button:hover {
  background: #b38dfd;
  color: white;
}

.load-more {
  text-align: center;
  margin-top: 40px;
}

.load-more button {
  background-color: #b38dfd;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 1rem;
  padding: 12px 24px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(179, 141, 253, 0.5);
}

.load-more button:hover {
  background-color: #d2b7ff;
}

/* Contenedor del contenido */
.cosmo-access-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Caja estilo glassmorphism */
.glass-box {
    max-width: 600px;
    width: 100%;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(20px);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.35);
    position: relative;
}

/* Título */
.glass-box h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #5E1FA8;
    font-weight: 700;
}

/* Texto */
.glass-box p {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}

/* Botones */
.cosmo-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cosmo-btn-outline {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 1rem;
    border: 1px solid #f1c40f;
    color: #5E1FA8;
    background: transparent;
    backdrop-filter: blur(10px);
}

.cosmo-btn-outline:hover {
    background: #f1c40f;
    color: #000;
}

/* Ornamento */
.astro-ornament {
    margin-top: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    opacity: 0.6;
}

/* Botón de cierre */
.cosmo-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}