/* ═══════════════════════════════════════════════════════════════
   منطقة الطالب — شريط علوي + تبويبات + بطاقات
   ═══════════════════════════════════════════════════════════════ */

body.bio-app,
body.student-no-header,
body.vita-platform.student-no-header,
body.legend-platform.student-no-header {
  background: var(--surface-2) !important;
  padding-top: 0 !important;
}

/* ── App bar ───────────────────────────────────────────────── */
.bio-appbar {
  position: sticky;
  top: 0;
  z-index: 400;
  background: var(--surface);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--line);
}
.bio-appbar__row {
  max-width: 1240px;
  margin-inline: auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
}
.bio-appbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text-strong) !important;
  min-width: 0;
}
.bio-appbar__brand > img,
.bio-appbar__brand .vt-mark {
  width: 52px; height: 52px; flex: none;
  border-radius: 12px;
  object-fit: contain;
  background: #fff;
}
.bio-appbar__brand > span { display: grid; line-height: 1.3; min-width: 0; }
.bio-appbar__brand strong { font-size: 16px; font-weight: 900; letter-spacing: -.02em; color: var(--text-strong); }
.bio-appbar__brand span span,
.bio-appbar__brand > span > span { font-size: 11.5px; font-weight: 700; color: var(--muted); }

.bio-appbar__tools {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-inline-start: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bio-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 15px;
  border-radius: var(--r-full);
  border: 1.5px solid var(--line);
  background: var(--surface);
  color: var(--text-strong) !important;
  font-size: 13.5px;
  font-weight: 800;
  max-width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: border-color .18s, background .18s, transform .18s var(--ease);
}
.bio-chip svg { width: 16px; height: 16px; flex: none; color: var(--red); }
.bio-chip:hover { border-color: var(--line-2); transform: translateY(-1px); }
.bio-chip[data-student-wallet-pill] {
  background: var(--red);
  border-color: var(--red);
  color: #fff !important;
  box-shadow: var(--sh-red);
}
.bio-chip[data-student-wallet-pill] svg { color: #fff; }

.bio-iconbtn {
  position: relative;
  width: 42px; height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: var(--r-full);
  border: 1.5px solid var(--line);
  background: var(--surface);
  color: var(--red);
  cursor: pointer;
  transition: border-color .18s, background .18s;
}
.bio-iconbtn:hover { background: var(--red-50); border-color: var(--line-2); }
.bio-appbar .acc-bell__badge {
  position: absolute;
  top: -3px; inset-inline-start: -3px;
  min-width: 19px; height: 19px;
  padding: 0 4px;
  border-radius: var(--r-full);
  background: var(--red);
  color: #fff;
  font-size: 10.5px;
  font-weight: 900;
  display: grid;
  place-items: center;
  border: 2px solid var(--surface);
}
.bio-appbar .theme-switch--pro,
.bio-appbar .acc-theme.theme-switch--pro {
  background: var(--surface-2) !important;
  border-color: var(--line) !important;
}

/* ── Tabs ──────────────────────────────────────────────────── */
.bio-tabs {
  position: sticky;
  top: 74px;
  z-index: 380;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.bio-tabs__row {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 10px 22px;
  max-width: 1240px;
  margin-inline: auto;
}
.bio-tabs__row::-webkit-scrollbar { display: none; }
.bio-tabs a,
.bio-tabs span {
  flex: none;
  padding: 10px 18px;
  border-radius: var(--r-full);
  font-size: 14px;
  font-weight: 800;
  color: var(--muted-strong);
  white-space: nowrap;
  transition: background .18s, color .18s;
}
.bio-tabs a:hover { background: var(--red-50); color: var(--red); }
.bio-tabs a.is-active {
  background: var(--red);
  color: #fff;
  box-shadow: var(--sh-red);
}
.bio-tabs a.is-danger { color: var(--red); margin-inline-start: auto; }
.bio-tabs a.is-danger.is-active { color: #fff; }
.bio-tabs .is-disabled { opacity: .4; }

/* ── Sheet ─────────────────────────────────────────────────── */
.bio-sheet {
  max-width: 1240px;
  margin-inline: auto;
  padding: 28px 22px 80px;
  display: grid;
  gap: 22px;
}

/* Neutralise legacy sidebar layout */
.acc-page { display: block !important; grid-template-columns: 1fr !important; min-height: auto !important; }
.acc-sidebar, .acc-backdrop, .acc-side-nav-toggle, .acc-topbar, .acc-burger { display: none !important; }
.acc-shell, .acc-layout, .acc-main {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.acc-main .container { max-width: none; padding: 0; }

.acc-coursePage, .acc-lecturePage, .acc-playerPage, .acc-pdfPage {
  padding: 28px 0 80px;
}
.acc-coursePage > .container,
.acc-lecturePage > .container { display: grid; gap: 20px; }

/* ── Surfaces ──────────────────────────────────────────────── */
.acc-card, .acc-course, .acc-companion, .wallet-summary__card,
.acc-assess-card, .acc-feedCard, .acc-chatCard, .acc-comment, .acc-emptyBox {
  background: var(--surface) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r-xl) !important;
  box-shadow: var(--sh-1) !important;
}
.acc-card { padding: 26px !important; }
.acc-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.acc-card__head h2 {
  font-size: 20px;
  font-weight: 900;
  color: var(--text-strong) !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.acc-card__head h2::before {
  content: "";
  width: 5px; height: 22px;
  border-radius: 3px;
  background: var(--red);
  flex: none;
}

/* ── Hero ──────────────────────────────────────────────────── */
.acc-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 44px) 0 !important;
  border-radius: var(--r-2xl) !important;
  border: none !important;
  background: linear-gradient(135deg, var(--red-900), var(--red-700) 58%, var(--red)) !important;
  box-shadow: var(--sh-3) !important;
  color: #fff;
}
.acc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .08;
  pointer-events: none;
}
.acc-hero > * { position: relative; }
.acc-hero__kicker {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: var(--r-full);
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.26);
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .04em;
  margin: 0 0 14px !important;
}
.acc-hero h1 {
  color: #fff !important;
  font-size: clamp(25px, 3.4vw, 38px) !important;
  font-weight: 900;
  letter-spacing: -.03em;
  padding: 0 !important;
}
.acc-hero__sub {
  margin-top: 12px;
  padding: 0 0 4px !important;
  max-width: 62ch;
  font-size: 15.5px;
  line-height: 1.9;
  color: rgba(255,255,255,.85) !important;
}
.acc-journey {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px -6px 0 !important;
  padding: 0 0 clamp(24px, 3vw, 34px) !important;
  border: 0 !important;
}
.acc-journey__step {
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff !important;
  transition: background .2s, transform .2s var(--ease);
}
.acc-journey__step:hover { background: rgba(255,255,255,.2); transform: translateY(-3px); }
.acc-journey__num { font-size: 12px; font-weight: 900; color: rgba(255,255,255,.6); }
.acc-journey__label { font-size: 16px; font-weight: 900; }
.acc-journey__hint { font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.72); }

/* ── Companions ────────────────────────────────────────────── */
.acc-companions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.acc-companion {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px !important;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.acc-companion:hover { transform: translateY(-4px); box-shadow: var(--sh-2) !important; }
.acc-companion img, .acc-companion__ico {
  width: 54px; height: 54px; flex: none;
  padding: 11px;
  border-radius: 17px;
  background: var(--red-50);
  border: 1px solid var(--red-100);
  object-fit: contain;
}
.acc-companion h3 { font-size: 18px; font-weight: 900; color: var(--text-strong) !important; }
.acc-companion p { margin-top: 6px; font-size: 14.5px; line-height: 1.85; color: var(--muted-strong); }

/* ── Stats ─────────────────────────────────────────────────── */
.acc-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
}
.acc-stat {
  position: relative;
  overflow: hidden;
  padding: 24px 20px !important;
  border-radius: var(--r-xl) !important;
  background: var(--surface) !important;
  border: 1px solid var(--line) !important;
  box-shadow: var(--sh-1);
  text-align: start;
  display: grid;
  gap: 4px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.acc-stat:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.acc-stat__ico {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--red-50);
  color: var(--red);
  margin-bottom: 10px;
}
.acc-stat__val {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.03em;
  color: var(--red) !important;
  line-height: 1.2;
}
.acc-stat__lbl { font-size: 13.5px; font-weight: 700; color: var(--muted); }

/* ── Courses ───────────────────────────────────────────────── */
.acc-courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.acc-course {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.acc-course:hover { transform: translateY(-6px); box-shadow: var(--sh-3) !important; }
.acc-course__cover {
  aspect-ratio: 16 / 10;
  background: var(--surface-2);
  border-bottom: 1px solid var(--line);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.acc-course__img { width: 100%; height: 100%; object-fit: cover; }
.acc-course__imgFallback {
  font-size: 32px; font-weight: 900; color: var(--red); opacity: .35;
}
.acc-course__body { padding: 20px; display: grid; gap: 12px; flex: 1; }
.acc-course__head { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; justify-content: space-between; }
.acc-course__title { font-size: 17.5px; font-weight: 900; color: var(--text-strong) !important; line-height: 1.4; }
.acc-course__grade {
  font-size: 12px; font-weight: 800;
  padding: 4px 11px;
  border-radius: var(--r-full);
  background: var(--red-50);
  color: var(--red);
  white-space: nowrap;
}
.acc-course__details, .acc-course__meta { display: grid; gap: 7px; font-size: 13.5px; color: var(--muted-strong); }
.acc-metaRow { display: flex; gap: 6px; flex-wrap: wrap; }
.acc-course__pricing { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.acc-price { display: flex; gap: 6px; font-size: 13.5px; }
.acc-price__label { color: var(--muted); font-weight: 600; }
.acc-price__val { font-weight: 900; color: var(--text-strong); }
.acc-price__val--before { text-decoration: line-through; color: var(--muted); font-weight: 700; }
.acc-price__val--after { color: var(--red); }
.acc-course__actions, .acc-assess-card__actions {
  display: flex; flex-wrap: wrap; gap: 9px;
  margin-top: auto;
  padding-top: 4px;
}

/* ── Buttons & badges ──────────────────────────────────────── */
.acc-btn, .acc-btnx, .acc-modal-btn--primary, .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 20px;
  border-radius: var(--r-full) !important;
  border: 1.5px solid var(--red);
  background: var(--red);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background .18s, transform .18s var(--ease), box-shadow .18s;
}
.acc-btn:hover, .acc-btnx:hover, .acc-modal-btn--primary:hover {
  background: var(--red-700);
  border-color: var(--red-700);
  transform: translateY(-2px);
  box-shadow: var(--sh-red);
}
.acc-btn--ghost, .acc-btnx--ghost, .acc-modal-btn--ghost {
  background: transparent !important;
  color: var(--red) !important;
  border-color: var(--line-2) !important;
}
.acc-btn--ghost:hover, .acc-btnx--ghost:hover, .acc-modal-btn--ghost:hover {
  background: var(--red-50) !important;
  border-color: var(--red) !important;
}
.acc-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: var(--r-full);
  background: var(--red-50);
  border: 1px solid var(--red-100);
  color: var(--red-700);
  font-size: 12.5px;
  font-weight: 800;
}
.acc-badge--free { background: var(--red); border-color: var(--red); color: #fff; }
.acc-badge--att { background: var(--surface-2); }

/* ── Assessments ───────────────────────────────────────────── */
.acc-assess-summary { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.acc-assess-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}
.acc-assess-card { padding: 22px !important; display: grid; gap: 14px; }
.acc-assess-card__head { display: flex; gap: 10px; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.acc-assess-card__title { font-size: 16.5px; font-weight: 900; color: var(--text-strong); }
.acc-assess-card__meta { display: grid; gap: 7px; font-size: 13.5px; color: var(--muted-strong); }
.acc-assess-empty, .acc-emptyBox {
  padding: 34px 22px !important;
  text-align: center;
  color: var(--muted);
  font-weight: 700;
  border-style: dashed !important;
}

/* ── Alerts ────────────────────────────────────────────────── */
.acc-alert {
  padding: 14px 18px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  border-inline-start: 4px solid var(--red);
  background: var(--surface);
  box-shadow: var(--sh-1);
  font-weight: 700;
  color: var(--text-strong);
}
.acc-alert--error { background: var(--red-50); }

/* ── Notifications ─────────────────────────────────────────── */
.acc-bellDropdown { position: relative; }
.acc-notifs {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-start: 0;
  width: min(380px, 92vw);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-3);
  overflow: hidden;
  z-index: 90;
}
.acc-notifs__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}
.acc-notifs__title { font-weight: 900; color: var(--text-strong); }
.acc-notifs__close {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--line); background: transparent;
  color: var(--muted); cursor: pointer;
}
.acc-notifs__body { max-height: 60vh; overflow-y: auto; }
.acc-notifs__loading { padding: 26px; text-align: center; color: var(--muted); }

/* ── Feed ──────────────────────────────────────────────────── */
.acc-feed { display: grid; gap: 18px; }
.acc-feedCard { padding: 22px !important; display: grid; gap: 14px; }
.acc-feedHead { display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.acc-chatMeta { font-size: 12.5px; color: var(--muted); font-weight: 700; }
.acc-feedBody { font-size: 15px; line-height: 1.9; color: var(--text); }
.acc-feedImage { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); }
.acc-onlinePill {
  padding: 5px 12px; border-radius: var(--r-full);
  background: var(--red-50); color: var(--red-700);
  font-size: 12.5px; font-weight: 800;
}

/* ── Course / lecture heroes ───────────────────────────────── */
.acc-courseHero, .acc-lectureHero {
  border-radius: var(--r-2xl) !important;
  border: 1px solid var(--line) !important;
  background: var(--surface) !important;
  box-shadow: var(--sh-1) !important;
}
.acc-courseHero__title, .acc-lectureHero__title {
  color: var(--text-strong) !important;
  font-weight: 900;
  letter-spacing: -.03em;
}

/* ── Assessment runner ─────────────────────────────────────── */
.ass-wrap { max-width: 1000px; margin-inline: auto; padding: 26px 22px 70px; display: grid; gap: 18px; }
.ass-hero, .ass-meta, .ass-alert {
  border-radius: var(--r-xl) !important;
  border: 1px solid var(--line) !important;
  background: var(--surface) !important;
  box-shadow: var(--sh-1) !important;
}
.ass-hero { padding: 26px !important; }
.ass-hero h1 { color: var(--text-strong) !important; font-weight: 900; letter-spacing: -.03em; }
.ass-hero__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.ass-result-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ass-result-card { padding: 16px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--surface); }
.ass-result-card strong { color: var(--red); font-size: 1.5rem; }
.ass-alert.ok { border-inline-start: 4px solid var(--red); }
.ass-alert.err { background: var(--red-50); }

/* ── Wallet / feed / chat ──────────────────────────────────── */
.acc-actionsRow { display: flex; gap: 10px; flex-wrap: wrap; margin: 10px 0; }
.wallet-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 8px 0 18px; }
.wallet-summary__card { padding: 18px !important; }
.wallet-summary__label { color: var(--muted); font-size: 13.5px; font-weight: 800; }
.wallet-summary__value { margin-top: 8px; font-size: 26px; font-weight: 900; color: var(--red); letter-spacing: -.03em; }
.wallet-history { display: grid; gap: 12px; }
.wallet-history__item {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r-xl); background: var(--surface);
}
.wallet-history__title { font-weight: 900; color: var(--text-strong); }
.wallet-history__meta { margin-top: 4px; color: var(--muted); font-size: 13px; font-weight: 700; }
.wallet-history__amount { white-space: nowrap; font-weight: 900; color: var(--red); }
.wallet-history__amount.is-positive { color: var(--red-700); }

.acc-feed { display: grid; gap: 16px; }
.acc-feedBody { line-height: 1.9; white-space: pre-wrap; }
.acc-feedImage img { width: 100%; max-height: 420px; object-fit: cover; }
.acc-feedStats, .acc-reactions, .acc-chatReactions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.acc-reactionBtn {
  border: 1.5px solid var(--line); border-radius: var(--r-full);
  padding: 8px 14px; font: inherit; font-weight: 800; cursor: pointer;
  background: var(--surface); color: var(--text);
}
.acc-reactionBtn.is-active { background: var(--red); border-color: var(--red); color: #fff; }
.acc-commentForm, .acc-chatSend { margin-top: 12px; display: grid; gap: 10px; }
.acc-commentForm textarea, .acc-chatSend textarea {
  width: 100%; min-height: 100px; border: 1.5px solid var(--field-border);
  border-radius: var(--r-md); padding: 14px; background: var(--field-bg); color: var(--field-text); font: inherit;
}
.acc-comments { display: grid; gap: 12px; margin-top: 14px; }
.acc-comment { padding: 14px !important; }
.acc-commentReply { margin-top: 10px; margin-inline-start: 18px; padding: 12px; border-radius: var(--r-md); background: var(--red-50); border: 1px dashed var(--line-2); }
.acc-chatLayout { display: grid; grid-template-columns: 320px 1fr; gap: 16px; }
.acc-chatSidebar, .acc-chatList, .acc-chatMsgs { display: grid; gap: 12px; }
.acc-chatMsgs { max-height: 520px; overflow: auto; }
.acc-chatItem {
  display: block; text-decoration: none; color: inherit;
  padding: 14px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--surface-2);
}
.acc-chatItem.is-active { border-color: var(--red); background: var(--red-50); }
.acc-chatMsg { max-width: 82%; padding: 14px 16px; border-radius: var(--r-lg); border: 1px solid var(--line); line-height: 1.9; }
.acc-chatMsg--student { background: var(--red-50); margin-inline-end: auto; }
.acc-chatMsg--admin { background: var(--surface-2); margin-inline-start: auto; }
.acc-unread {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 22px; height: 22px; border-radius: var(--r-full);
  background: var(--red); color: #fff; padding: 0 7px; font-size: 11px; font-weight: 900;
}
.acc-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.acc-chatUser { display: flex; gap: 10px; align-items: center; }
.acc-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: var(--r-full); background: var(--red-50); color: var(--red-700); font-weight: 800; }

.acc-companion__ico img { width: 100%; height: 100%; object-fit: contain; }

.acc-courseHero, .acc-lectureHero { overflow: hidden; }
.acc-courseHero__grid, .acc-lectureHero__grid {
  display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: start;
}
.acc-courseHero__media, .acc-lectureHero__media {
  aspect-ratio: 4 / 3; background: var(--surface-2); border-radius: var(--r-lg); overflow: hidden;
  display: grid; place-items: center;
}
.acc-courseHero__img { width: 100%; height: 100%; object-fit: cover; }
.acc-courseHero__body, .acc-lectureHero__body { padding: 8px 8px 8px 0; display: grid; gap: 10px; }
.buy-box { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 8px; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .acc-journey { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .acc-companions { grid-template-columns: 1fr 1fr; }
  .wallet-summary { grid-template-columns: 1fr 1fr; }
  .acc-chatLayout, .acc-courseHero__grid, .acc-lectureHero__grid { grid-template-columns: 1fr; }
  .ass-hero__meta, .ass-result-summary { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .bio-appbar__row { min-height: 66px; padding: 10px 16px; }
  .bio-tabs { top: 66px; }
  .bio-tabs__row { padding: 10px 16px; }
  .bio-sheet { padding: 20px 16px 70px; }
  .bio-appbar__brand > span > span { display: none; }
  .bio-chip { max-width: 150px; }
  .bio-chip:not([data-student-wallet-pill]) span:not([data-student-wallet-live]) { display: none; }
}
@media (max-width: 560px) {
  .acc-journey { grid-template-columns: 1fr; }
  .acc-companions, .wallet-summary { grid-template-columns: 1fr; }
  .bio-appbar__brand strong { font-size: 14px; }
  .acc-card { padding: 20px !important; }
}
