/* SAK LMS LICENSE ACCESS V3.3 */
.lms33-demo-notice,
.lms33-dashboard-entry {
  border: 1px solid rgba(96, 165, 250, .28);
  background:
    radial-gradient(circle at 0 0, rgba(59, 130, 246, .13), transparent 36%),
    linear-gradient(135deg, rgba(15, 23, 42, .92), rgba(22, 32, 58, .96));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
}

.lms33-demo-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  margin: 16px 0 18px;
  padding: 16px 18px;
  border-radius: 20px;
  color: #e5edf9;
}

.lms33-demo-notice strong {
  display: block;
  margin-bottom: 4px;
  color: #f8fbff;
  font-size: 15px;
  font-weight: 950;
}

.lms33-demo-notice p {
  margin: 0;
  color: rgba(226, 232, 240, .76);
  line-height: 1.55;
  font-weight: 750;
}

.lms33-demo-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(96, 165, 250, .24), rgba(139, 92, 246, .24));
  border: 1px solid rgba(147, 197, 253, .25);
  color: #bfdbfe;
}

.lms33-demo-notice-compact {
  margin-top: 0;
}

.lms33-lesson-locked {
  opacity: .72;
  cursor: default;
}

.lms33-lesson-locked .lms32-lesson-arrow,
.lms33-lesson-locked .lms32-lesson-status {
  color: rgba(226, 232, 240, .55);
}

.lms33-dashboard-entry {
  width: min(1420px, calc(100% - 34px));
  margin: 24px auto 18px;
  padding: 22px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  color: #fff;
}

.lms33-dashboard-copy h2 {
  margin: 6px 0 8px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.045em;
}

.lms33-dashboard-copy p {
  margin: 0;
  max-width: 820px;
  color: rgba(226, 232, 240, .74);
  line-height: 1.55;
  font-weight: 760;
}

.lms33-dashboard-copy p strong {
  color: #f8fafc;
}

.lms33-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.lms33-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.lms33-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  font-weight: 950;
}

.lms33-btn.primary {
  border-color: transparent;
  background: linear-gradient(135deg, #4f8cff, #7c3aed);
}

@media (max-width: 900px) {
  .lms33-dashboard-entry {
    grid-template-columns: 1fr;
  }
  .lms33-dashboard-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .lms33-demo-notice {
    grid-template-columns: 1fr;
  }
  .lms33-dashboard-entry {
    width: min(100% - 20px, 1420px);
    padding: 17px;
    border-radius: 22px;
  }
  .lms33-btn {
    width: 100%;
  }
}
