/* Student dashboard — Figma overview (node 135:2) */

body:has(.panel--leodi),
.panel--leodi {
  --ink: #061321;
  --cream: #f5f2ea;
  --gold: #f0c24b;
  background-color: #b7a48a;
  background-image: url('/assets/img/leodi/dash/bg.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--ink);
  font-family: 'Manrope', 'Vazirmatn', Tahoma, sans-serif;
}

.panel--leodi {
  --leodi-header-h: 96px;
  --leodi-dock-h: 88px;
  --leodi-dock-gap: 20px;
  --dash-pad: clamp(12px, 2vw, 24px);
}

.panel--leodi .leodi-header.lx-top {
  top: 16px;
  left: max(var(--dash-pad), calc((100% - 1440px) / 2 + var(--dash-pad)));
  right: max(var(--dash-pad), calc((100% - 1440px) / 2 + var(--dash-pad)));
  width: auto;
  height: 64px;
  padding: 0 14px 0 10px;
  border-radius: 16px;
  color: var(--ink);
  background: rgba(245, 242, 234, 0.48);
  border: 1px solid rgba(245, 242, 234, 0.75);
  box-shadow: 0 8px 24px rgba(6, 19, 33, 0.1);
  backdrop-filter: blur(12px) saturate(1.15);
  -webkit-backdrop-filter: blur(12px) saturate(1.15);
  gap: 12px;
}

.lx-top__lead,
.lx-top__tools {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.lx-top__tools {
  margin-inline-start: auto;
  flex-shrink: 1;
}

.lx-top__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  flex-shrink: 0;
}

.lx-top__logo img {
  width: 36px;
  height: 50px;
  object-fit: contain;
}

.lx-top__word {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.9px;
  color: var(--ink);
  line-height: 1;
}

.lx-top__word span { color: #f0c049; }

.lx-top__rule {
  width: 1px;
  height: 36px;
  background: rgba(6, 19, 33, 0.6);
  flex-shrink: 0;
}

.lx-top__motto,
.lx-top__action p {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 1.25;
  color: rgba(6, 19, 33, 0.85);
}

.lx-top__action {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-inline-start: 8px;
}

.lx-top__action p {
  font-size: 9px;
  letter-spacing: 0.72px;
  line-height: 1.25;
}

.lx-top__action-ico .lx-icon,
.lx-top__search-ico .lx-icon,
.lx-top__bell .lx-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.lx-top__search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(360px, 34vw);
  height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(245, 242, 234, 0.35);
  border: 1px solid rgba(6, 19, 33, 0.16);
}

.lx-top__search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font: 500 12px/1.2 'Manrope', 'Vazirmatn', sans-serif;
  letter-spacing: 0.4px;
}

.lx-top__search input::placeholder {
  color: rgba(6, 19, 33, 0.65);
  letter-spacing: 0.6px;
}

.lx-top__bell,
.lx-top__lang {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.28);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font: 600 10px/1 'Manrope', sans-serif;
  letter-spacing: -0.2px;
}

.lx-top__user > summary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
}

.lx-top__avatar {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid rgba(245, 242, 234, 0.7);
  background: #f0c24b;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  box-shadow: none;
}

.lx-top__who {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
}

.lx-top__who strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--ink);
  white-space: nowrap;
}

.lx-top__who em {
  font-style: normal;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.84px;
  color: rgba(6, 19, 33, 0.7);
}

.panel--leodi .panel-main.panel-main--dash {
  width: min(1440px, 100%);
  max-width: 100%;
  padding: 8px var(--dash-pad) 12px;
}

.panel--leodi .leodi-dock {
  bottom: calc(20px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  width: min(842px, calc(100% - 24px));
  height: 88px;
  padding: 6px 7px 6px 5px;
  border-radius: 24px;
  background: rgba(245, 242, 234, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(6, 19, 33, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  gap: 0;
  align-items: center;
  overflow: visible;
}

.leodi-dock__glass {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  width: 100%;
  height: 74px;
  padding: 0 25px 0 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 14px 34px rgba(6, 19, 33, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.panel--lesson .lx-top__action { display: none; }

.panel--leodi .leodi-dock__link {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  min-width: 64px;
  height: 62px;
  min-height: 62px;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  border-radius: 12px;
  color: rgba(6, 19, 33, 0.6);
  background: transparent;
  box-shadow: none;
  font-family: 'Manrope', 'Vazirmatn', sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.panel--leodi .leodi-dock__link:hover {
  color: #061321;
  background: transparent;
}

.leodi-dock__mark {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: none;
}

.panel--leodi .leodi-dock__link:not(.is-on) .leodi-dock__mark {
  width: 33px;
  height: 33px;
}

.leodi-dock__halo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none;
  pointer-events: none;
}

.leodi-dock__glyph {
  position: relative;
  z-index: 1;
  display: block;
  max-width: none;
}

.leodi-dock__label {
  position: relative;
  z-index: 1;
  height: 10px;
  line-height: 10px;
}

.panel--leodi .leodi-dock__link.is-on {
  color: #061321;
  background: transparent;
}

.panel--leodi .leodi-dock__link.is-on::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(240, 194, 75, 0.42), rgba(255, 217, 103, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 5px 14px rgba(255, 217, 103, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 0;
}

@media (max-width: 900px) {
  .panel--leodi .leodi-dock {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .panel--leodi .leodi-dock::-webkit-scrollbar { display: none; }

  .leodi-dock__glass {
    width: max(100%, 826px);
    flex: none;
  }
}

.dash {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  color: var(--ink);
}

.dash-top {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
  gap: 16px;
}

.dash-welcome,
.dash-levels,
.dash-track,
.dash-next,
.dash-progress,
.dash-side,
.dash-foot__card {
  background: rgba(245, 242, 234, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(6, 19, 33, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dash-welcome {
  border-radius: 16px;
  min-height: 88px;
  padding: 16px 22px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dash-welcome h1 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(22px, 2.1vw, 30px);
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: var(--ink);
}

.dash-welcome p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: rgba(6, 19, 33, 0.78);
}

.dash-levels {
  border-radius: 16px;
  min-height: 88px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.dash-level {
  min-height: 62px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 6px 18px rgba(6, 19, 33, 0.1);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  text-align: start;
  cursor: pointer;
  color: var(--ink);
  font: inherit;
}

.dash-level.is-on {
  background: #061321;
  border-color: rgba(240, 194, 75, 0.55);
  color: #f5f2ea;
}

.dash-level__ico {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dash-level__ico .lx-icon { width: 18px; height: 18px; }

.dash-level__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dash-level__copy strong {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1.15;
}

.dash-level__copy em {
  font-style: normal;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3px;
  opacity: 0.7;
}

.dash-track {
  position: relative;
  z-index: 2;
  min-height: 52px;
  border-radius: 12px;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.dash-track__label {
  margin: 0;
  flex-shrink: 0;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(245, 242, 234, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.dash-track__rail {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  height: 48px;
  overflow: visible;
  padding: 0 4px;
}

.dash-track__line {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 50%;
  height: 1px;
  background: rgba(6, 19, 33, 0.3);
  pointer-events: none;
}

.dash-track__line--on {
  right: auto;
  background: var(--gold);
  height: 2px;
  margin-top: -0.5px;
}

.dash-step {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(6, 19, 33, 0.28);
  background: rgba(245, 242, 234, 0.85);
  color: var(--ink);
  font: 700 9px/1 'Manrope', sans-serif;
  letter-spacing: 0.4px;
  cursor: pointer;
  padding: 0;
}

.dash-step.is-done {
  background: #061321;
  color: #f5f2ea;
  border-color: #061321;
}

.dash-step.is-done i {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.6 9.5 3.6' fill='none' stroke='%23061321' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") center / 10px no-repeat;
}

.dash-step.is-now {
  width: 32px;
  height: 32px;
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  font-size: 10px;
  box-shadow: 0 4px 12px rgba(240, 194, 75, 0.45);
}

.dash-track__end {
  margin: 0;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.15;
  color: rgba(6, 19, 33, 0.75);
}

.dash-board {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr) minmax(280px, 376px);
  grid-template-areas:
    "hero hero side"
    "next progress side";
  gap: 14px;
  align-items: stretch;
}

.dash-hero { grid-area: hero; }
.dash-side { grid-area: side; }
.dash-next { grid-area: next; }
.dash-progress { grid-area: progress; }

.dash-hero {
  position: relative;
  min-height: 390px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 19, 33, 0.14);
  color: var(--ink);
}

.dash-hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.dash-hero__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 58%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.dash-hero__lion {
  position: absolute;
  z-index: 1;
  left: 16%;
  bottom: 4%;
  width: 36%;
  height: 72%;
  object-fit: cover;
  object-position: 100% 55%;
  mix-blend-mode: screen;
  opacity: 0.8;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, #000 58%, transparent 86%);
  mask-image: linear-gradient(90deg, #000 58%, transparent 86%);
}

.dash-hero__copy {
  position: relative;
  z-index: 2;
  width: min(470px, 58%);
  padding: 18px 18px 16px 28px;
}

.dash-kicker {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.dash-hero__mod {
  margin: 4px 0 10px;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.dash-hero__sheet {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  padding: 14px 16px 12px;
  box-shadow: 0 10px 24px rgba(6, 19, 33, 0.06);
}

.dash-hero__sheet h2 {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.dash-hero__sheet > p {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(6, 19, 33, 0.82);
}

.dash-hero__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px !important;
  font-size: 11px !important;
  letter-spacing: 0.4px;
}

.dash-hero__meta .lx-icon { width: 16px; height: 16px; }

.dash-cta {
  margin-top: 14px;
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: #061321;
  color: #f5f2ea;
  font: 800 14px/1 'Manrope', sans-serif;
  letter-spacing: 0.6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(6, 19, 33, 0.18);
}

.dash-cta .lx-icon { width: 16px; height: 16px; }

.lx-top__search { position: relative; }
.lx-search-pop {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: 320px;
  overflow: auto;
  padding: 8px;
  border-radius: 14px;
  background: #f5f2ea;
  border: 1px solid rgba(6, 19, 33, 0.12);
  box-shadow: 0 12px 28px rgba(6, 19, 33, 0.16);
}
.lx-search-pop button, .lx-search-pop__empty {
  display: block;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  text-align: left;
  color: #061321;
  font: inherit;
  cursor: pointer;
}
.lx-search-pop em { display: block; font-size: 10px; letter-spacing: 0.08em; color: #d7a52a; }
.lx-search-pop strong, .lx-search-pop span { display: block; }
.dash-hero__links { position: relative; }
.dash-hero__pop {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  left: 0;
  min-width: 240px;
  padding: 8px;
  border-radius: 12px;
  background: #f5f2ea;
  box-shadow: 0 10px 24px rgba(6, 19, 33, 0.16);
}
.dash-hero__pop a { display: block; padding: 8px; color: inherit; text-decoration: none; }
.dash-hero__pop em { display: block; font-style: normal; opacity: 0.6; font-size: 12px; }
.rslt, .acct { color: #061321; }
.rslt-hero h1, .acct-hero h1 { margin: 0.2rem 0 0.4rem; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; }
.rslt-kicker, .acct-kicker { margin: 0; letter-spacing: 0.12em; font-size: 12px; color: #d7a52a; }
.rslt-list, .acct-card { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.rslt-card, .acct-card {
  display: flex; gap: 16px; align-items: center;
  padding: 16px 18px; border-radius: 18px;
  background: rgba(245, 242, 234, 0.72);
  border: 1px solid rgba(245, 242, 234, 0.9);
}
.rslt-card { width: 100%; }
.rslt-card__pct { font-size: 1.4rem; font-weight: 600; }
.rslt-card em { display: block; font-size: 11px; letter-spacing: 0.08em; color: #d7a52a; font-style: normal; }
.rslt-card strong, .rslt-card span { display: block; }
.rslt-empty { margin: 0; }
.acct-card { align-items: stretch; max-width: 560px; }
.acct-avatar { width: 72px; height: 72px; border-radius: 20px; overflow: hidden; display: grid; place-items: center; background: #061321; color: #f5f2ea; cursor: pointer; }
.acct-avatar img { width: 100%; height: 100%; object-fit: cover; }
.acct-field, .acct-lang { display: flex; flex-direction: column; gap: 6px; font-size: 12px; letter-spacing: 0.08em; }
.acct-field input { min-height: 48px; border-radius: 12px; border: 1px solid rgba(6,19,33,0.15); padding: 0 12px; font: inherit; background: #fff; }
.acct-lang { flex-direction: row; align-items: center; }
.acct-lang button, .acct-save, .acct-out { min-height: 44px; border-radius: 999px; border: 0; padding: 0 16px; font: inherit; cursor: pointer; }
.acct-lang button.is-on, .acct-save { background: #f0c24b; }
.acct-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.dash-hero__links {
  display: flex;
  gap: 18px;
  margin-top: 12px;
}

.dash-hero__links button,
.dash-side__head button,
.dash-next header a,
.dash-event__body button,
.dash-mentor footer button,
.dash-foot__card {
  font: inherit;
  cursor: pointer;
}

.dash-hero__links button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  min-height: 32px;
  padding: 0;
}

.dash-hero__links .lx-icon { width: 14px; height: 14px; }

.dash-hero__caption,
.dash-hero__slogan {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #f5f2ea;
  text-align: center;
  letter-spacing: 1.6px;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.dash-hero__caption {
  right: 6%;
  top: 42%;
  width: 210px;
  font-size: 14px;
  line-height: 1.35;
}

.dash-hero__slogan {
  left: auto;
  right: 7%;
  bottom: 18px;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 1.4px;
  text-align: start;
  z-index: 3;
}

.dash-side {
  height: 100%;
  border-radius: 14px;
  padding: 16px 14px 14px;
  box-shadow: 0 12px 30px rgba(6, 19, 33, 0.12);
}

.dash-side__head,
.dash-next header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.dash-side__head h2,
.dash-side__title,
.dash-next h2,
.dash-progress h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.dash-side__head button,
.dash-next header a {
  border: 0;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  min-height: 32px;
}

.dash-event {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  min-height: 108px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(245, 242, 234, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.dash-event__bar {
  position: absolute;
  left: 8px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: var(--gold);
}

.dash-event__date {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-inline-end: 1px solid rgba(6, 19, 33, 0.18);
}

.dash-event__date strong {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 0.9;
}

.dash-event__date span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

.dash-event__body h3 {
  margin: 2px 0 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.dash-event__body p {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(6, 19, 33, 0.68);
}

.dash-event__body button {
  margin-top: 8px;
  height: 30px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(245, 242, 234, 0.45);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dash-event__body .lx-icon { width: 14px; height: 14px; }

.dash-side__title {
  margin: 14px 4px 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(6, 19, 33, 0.18);
}

.dash-mentor {
  border-radius: 10px;
  background: rgba(245, 242, 234, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding: 12px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
}

.dash-mentor img {
  width: 82px;
  height: 108px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #fff;
}

.dash-mentor__badge {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 8px;
  border-radius: 5px;
  background: var(--gold);
  border: 1px solid #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.dash-mentor p {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.35;
}

.dash-mentor footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.dash-mentor strong {
  display: block;
  font-size: 15px;
  letter-spacing: 0.4px;
}

.dash-mentor em {
  font-style: normal;
  font-size: 12px;
  color: rgba(6, 19, 33, 0.55);
}

.dash-mentor footer button {
  height: 39px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: #061321;
  color: #f5f2ea;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.dash-next,
.dash-progress {
  border-radius: 12px;
  padding: 12px 12px 10px;
  box-shadow: 0 8px 24px rgba(6, 19, 33, 0.1);
}

.dash-lesson {
  width: 100%;
  min-height: 46px;
  margin-bottom: 6px;
  padding: 5px 8px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(245, 242, 234, 0.6);
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: start;
  color: inherit;
  cursor: pointer;
}

.dash-lesson__no {
  width: 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: center;
}

.dash-lesson img {
  width: 92px;
  height: 36px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}

.dash-lesson__copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.dash-lesson__copy strong {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-lesson__copy em {
  font-style: normal;
  font-size: 11px;
  color: rgba(6, 19, 33, 0.62);
}

.dash-lesson__play {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(6, 19, 33, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dash-lesson__play .lx-icon { width: 12px; height: 12px; }

.dash-progress__body {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 168px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(245, 242, 234, 0.6);
}

.dash-gauge {
  position: relative;
  width: 132px;
  height: 132px;
  margin-inline: auto;
}

.dash-gauge svg {
  display: block;
  width: 100%;
  height: 100%;
}

.dash-gauge p {
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
}

.dash-gauge strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1;
}

.dash-gauge span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: rgba(6, 19, 33, 0.65);
}

.dash-progress ul {
  list-style: none;
  margin: 0;
  padding: 0 4px 0 12px;
  border-inline-start: 1px solid rgba(6, 19, 33, 0.18);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dash-progress li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 8px;
  align-items: center;
}

.dash-progress li .lx-icon { width: 16px; height: 16px; grid-row: 1 / span 3; }

.dash-progress li strong {
  font-size: 13px;
  letter-spacing: 0.3px;
}

.dash-progress li em {
  grid-column: 2;
  font-style: normal;
  font-size: 11px;
  color: rgba(6, 19, 33, 0.62);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.dash-dots {
  display: inline-flex;
  gap: 4px;
  margin-inline-start: 8px;
  vertical-align: middle;
}

.dash-dots b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.dash-dots b.is-off { background: rgba(6, 19, 33, 0.18); }

.dash-foot {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 10px;
}

.dash-foot__card {
  appearance: none;
  width: 100%;
  min-height: 72px;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-align: start;
  text-decoration: none;
  color: var(--ink);
  position: relative;
  overflow: hidden;
  background: rgba(245, 242, 234, 0.82);
  cursor: pointer;
  font: inherit;
}

.dash-foot__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  min-width: 0;
  flex: 1;
}

.dash-foot__card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.dash-foot__kicker {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  color: rgba(6, 19, 33, 0.62);
}

.dash-foot__card strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.dash-foot__card em {
  display: block;
  font-style: normal;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(6, 19, 33, 0.62);
}

.dash-foot__card--cert::before,
.dash-foot__card--daram::before { display: none; }

.dash-foot__ico .lx-icon { width: 18px; height: 18px; }

.dash-foot__card--daram img {
  width: 28px;
  height: 40px;
  object-fit: contain;
}

.dash-foot__go {
  margin-inline-start: auto;
  color: var(--ink) !important;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .lx-top__motto,
  .lx-top__action,
  .lx-top__rule { display: none; }

  .dash-top,
  .dash-foot {
    grid-template-columns: 1fr;
  }

  .dash-board {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero"
      "side"
      "next"
      "progress";
  }

  .dash-hero__caption,
  .dash-hero__slogan { display: none; }

  .dash-track__end { display: none; }
}

@media (max-width: 720px) {
  .panel--leodi .leodi-header.lx-top {
    left: 8px;
    right: 8px;
    top: 8px;
    width: auto;
    transform: none;
    height: 56px;
    min-height: 56px;
    flex-wrap: nowrap;
    padding: 6px 8px;
  }

  .lx-top__search { flex: 1; width: auto; min-width: 0; }
  .lx-top__who { display: none; }
  .lx-top__logo img { height: 40px; }

  .dash-levels { grid-template-columns: 1fr; }
  .dash-hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #f0c24b 0%, #ffd968 100%);
  }
  .dash-hero__shape { display: none; }
  .dash-hero__photo {
    position: relative;
    order: -1;
    width: 100%;
    height: 180px;
  }
  .dash-hero__copy {
    position: relative;
    width: auto;
    padding: 16px;
  }
  .dash-hero__lion { width: 70%; opacity: 0.28; }
  .dash-hero__caption,
  .dash-hero__slogan { display: none; }
  .dash-progress__body { grid-template-columns: 1fr; }
  .dash-welcome h1 { letter-spacing: 0; }
  .dash-lesson img { width: 72px; }
}
