:root {
  --a29-navy: #08233f;
  --a29-navy-2: #0d385d;
  --a29-blue: #0c6b91;
  --a29-cyan: #20a8c8;
  --a29-gold: #e0b329;
  --a29-gold-soft: #fff7d6;
  --a29-green: #13966f;
  --a29-red: #d84c5d;
  --a29-ink: #142236;
  --a29-muted: #66758a;
  --a29-line: #dfe6ee;
  --a29-page: #f3f6fa;
  --a29-white: #ffffff;
  --a29-shadow: 0 10px 28px rgba(12, 35, 61, .08);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.aula-dashboard-v29 {
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  color: var(--a29-ink);
  background: var(--a29-page);
  font-family: Inter, Arial, sans-serif;
}

.aula-dashboard-v29 button,
.aula-dashboard-v29 input,
.aula-dashboard-v29 select,
.aula-dashboard-v29 textarea {
  font: inherit;
}

.aula-dashboard-v29 button,
.aula-dashboard-v29 a {
  -webkit-tap-highlight-color: transparent;
}

.aula-dashboard-v29 h1,
.aula-dashboard-v29 h2,
.aula-dashboard-v29 h3 {
  font-family: Manrope, Inter, Arial, sans-serif;
  letter-spacing: 0;
}

.aula-dashboard-v29 .mobile-bar.aula-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 260px;
  z-index: 110;
  height: 68px;
  min-height: 68px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 28px;
  border: 0;
  border-bottom: 1px solid var(--a29-line);
  background: rgba(255, 255, 255, .97);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.aula-topbar-start,
.aula-topbar-actions,
.aula-topbar-user {
  min-width: 0;
  display: flex;
  align-items: center;
}

.aula-topbar-start {
  gap: 14px;
}

.aula-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--a29-muted);
  font-size: 13px;
}

.aula-breadcrumb a:hover {
  color: var(--a29-blue);
}

.aula-breadcrumb b {
  color: var(--a29-ink);
}

.aula-mobile-brand,
.aula-dashboard-v29 .hamb {
  display: none;
}

.aula-topbar-actions {
  gap: 9px;
}

.aula-install-button,
.aula-topbar-icon,
.aula-topbar-user {
  min-height: 44px;
  border: 1px solid var(--a29-line);
  border-radius: 6px;
  background: var(--a29-white);
  color: var(--a29-ink);
  cursor: pointer;
}

.aula-install-button {
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
}

.aula-install-button:hover {
  border-color: var(--a29-blue);
  color: var(--a29-blue);
}

.aula-topbar-icon {
  position: relative;
  width: 44px;
  display: grid;
  place-items: center;
}

.aula-topbar-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aula-topbar-badge {
  position: absolute;
  top: -5px;
  right: -4px;
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--a29-red);
  font-size: 10px;
  font-weight: 900;
}

.aula-topbar-user {
  max-width: 270px;
  gap: 10px;
  padding: 5px 12px 5px 6px;
  text-align: left;
}

.aula-topbar-user .avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(224, 179, 41, .65);
  color: var(--a29-navy);
  background: var(--a29-gold-soft);
  font-size: 13px;
}

.aula-topbar-user-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.aula-topbar-user-copy b,
.aula-topbar-user-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aula-topbar-user-copy b {
  font-size: 12px;
}

.aula-topbar-user-copy small {
  color: var(--a29-muted);
  font-size: 10px;
}

.aula-dashboard-v29 .aula-shell {
  min-height: 100dvh;
  display: block;
}

.aula-dashboard-v29 .aula-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 120;
  width: 260px;
  height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  padding: 18px 14px 14px;
  overflow: hidden;
  color: #e8f2fa;
  background:
    linear-gradient(180deg, rgba(32, 168, 200, .1), transparent 32%),
    var(--a29-navy);
  border: 0;
  box-shadow: 10px 0 30px rgba(8, 35, 63, .1);
  transform: none;
}

.aula-sidebar-brand {
  min-width: 0;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.aula-dashboard-v29 .aula-logo {
  width: 114px;
  height: 46px;
  flex: 0 0 114px;
  padding: 4px;
  object-fit: contain;
  border-radius: 5px;
  background: #fff;
}

.aula-sidebar-brand > span {
  min-width: 0;
  display: none;
}

.aula-sidebar-brand b,
.aula-sidebar-brand small {
  display: block;
}

.aula-sidebar-brand b {
  color: #fff;
  font-size: 15px;
}

.aula-sidebar-brand small {
  margin-top: 2px;
  color: #a9c4d8;
  font-size: 10px;
}

.aula-dashboard-v29 .aula-nav {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 2px 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .24) transparent;
}

.aula-nav-group {
  display: block;
  padding: 15px 12px 6px;
  color: #88abc4;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.aula-dashboard-v29 .aula-nav a,
.aula-dashboard-v29 .aula-nav button,
.aula-sidebar-logout {
  position: relative;
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  color: #c8d9e7;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.aula-dashboard-v29 .aula-nav a:hover,
.aula-dashboard-v29 .aula-nav button:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.aula-dashboard-v29 .aula-nav a.active,
.aula-dashboard-v29 .aula-nav button.active {
  color: var(--a29-navy);
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.aula-dashboard-v29 .aula-nav a.active::before,
.aula-dashboard-v29 .aula-nav button.active::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 0;
  width: 3px;
  background: var(--a29-gold);
}

.aula-dashboard-v29 .aula-icon-svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  display: grid;
  place-items: center;
}

.aula-dashboard-v29 .aula-icon-svg svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.aula-dashboard-v29 .aula-user {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
}

.aula-dashboard-v29 .aula-user .avatar {
  width: 36px;
  height: 36px;
  color: var(--a29-navy);
  background: var(--a29-gold);
  font-size: 14px;
}

.aula-dashboard-v29 .aula-user b,
.aula-dashboard-v29 .aula-user small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aula-dashboard-v29 .aula-user b {
  color: #fff;
  font-size: 12px;
}

.aula-dashboard-v29 .aula-user small {
  color: #a9c4d8;
  font-size: 10px;
}

.aula-sidebar-logout {
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .15);
  color: #f6c8ce;
}

.aula-sidebar-logout:hover {
  color: #fff;
  background: rgba(216, 76, 93, .17);
}

.aula-dashboard-v29 .aula-main {
  width: auto;
  min-width: 0;
  margin: 0 0 0 260px;
  padding: 94px 28px 54px;
  background: transparent;
}

.aula-overview {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.aula-profile-summary {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 18px 20px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(160deg, rgba(32, 168, 200, .32), transparent 45%),
    var(--a29-navy-2);
  box-shadow: var(--a29-shadow);
}

.aula-profile-kicker {
  align-self: flex-start;
  color: #d8e8f4;
  font-size: 12px;
  font-weight: 800;
}

.aula-profile-avatar {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  margin: 21px 0 16px;
  border: 2px solid var(--a29-gold);
  border-radius: 50%;
  color: var(--a29-navy);
  background: #fff;
  font-size: 38px;
  font-weight: 900;
}

.aula-profile-summary h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.aula-profile-summary p {
  max-width: 100%;
  margin: 8px 0 15px;
  overflow: hidden;
  color: #c2d7e7;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aula-profile-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d9f8ec;
  font-size: 11px;
  font-weight: 800;
}

.aula-profile-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #49d09e;
  box-shadow: 0 0 0 4px rgba(73, 208, 158, .14);
}

.aula-profile-link {
  min-height: 40px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  color: #fff;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.aula-profile-link:hover {
  color: var(--a29-navy);
  background: #fff;
}

.aula-overview-content {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.aula-welcome-copy {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px 2px 0;
}

.aula-dashboard-v29 .aula-eyebrow {
  margin: 0 0 7px;
  color: var(--a29-blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.aula-welcome-copy h1 {
  max-width: 900px;
  margin: 0;
  color: var(--a29-ink);
  font-size: 34px;
  line-height: 1.14;
}

.aula-welcome-copy > span {
  max-width: 760px;
  margin-top: 9px;
  color: var(--a29-muted);
  font-size: 14px;
  line-height: 1.55;
}

.aula-dashboard-v29 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 17px;
}

.aula-dashboard-v29 .btn,
.aula-profile-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 16px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
}

.aula-dashboard-v29 .btn-gold,
.aula-dashboard-v29 .btn-primary {
  border: 1px solid var(--a29-navy);
  color: #fff;
  background: var(--a29-navy);
}

.aula-dashboard-v29 .btn-gold:hover,
.aula-dashboard-v29 .btn-primary:hover {
  border-color: var(--a29-blue);
  background: var(--a29-blue);
}

.aula-dashboard-v29 .btn-soft,
.aula-dashboard-v29 .btn-ghost {
  border: 1px solid var(--a29-line);
  color: var(--a29-navy);
  background: #fff;
}

.aula-dashboard-v29 .btn-soft:hover,
.aula-dashboard-v29 .btn-ghost:hover {
  border-color: var(--a29-blue);
  color: var(--a29-blue);
  background: #fff;
}

.aula-dashboard-v29 .stats-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}

.aula-dashboard-v29 .stats-grid .stat {
  min-width: 0;
  min-height: 105px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid var(--a29-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--a29-shadow);
  text-align: left;
}

.stat-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #cce4ed;
  border-radius: 8px;
  color: var(--a29-blue);
  background: #edf8fc;
}

.stat-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aula-dashboard-v29 .stats-grid .stat > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.aula-dashboard-v29 .stats-grid .stat strong {
  color: var(--a29-ink);
  font-size: 26px;
  line-height: 1;
}

.aula-dashboard-v29 .stats-grid .stat span {
  overflow: hidden;
  color: var(--a29-ink);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aula-dashboard-v29 .stats-grid .stat small {
  overflow: hidden;
  color: var(--a29-muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aula-dashboard-v29 .aula-smart-panel {
  width: min(100%, 1320px);
  min-height: 0;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr);
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.aula-dashboard-v29 .smart-copy {
  min-width: 0;
  display: grid;
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--a29-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--a29-shadow);
}

.smart-heading {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.aula-dashboard-v29 .smart-kicker {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--a29-blue);
  background: transparent;
  font-size: 10px;
  letter-spacing: .08em;
}

.aula-dashboard-v29 .smart-copy h2 {
  margin: 5px 0 0;
  color: var(--a29-ink);
  font-size: 23px;
}

.smart-view-all {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0 13px;
  border: 1px solid var(--a29-line);
  border-radius: 6px;
  color: var(--a29-navy);
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.smart-view-all:hover {
  border-color: var(--a29-blue);
  color: var(--a29-blue);
}

.smart-course {
  min-width: 0;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--a29-line);
  border-bottom: 1px solid var(--a29-line);
}

.smart-course-visual {
  height: 112px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--a29-line);
  border-radius: 6px;
  color: #fff;
  background: var(--a29-blue);
  font-size: 19px;
  font-weight: 900;
}

.smart-course-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smart-course-info {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.smart-course-info > span {
  color: var(--a29-blue);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.smart-course-info h3 {
  margin: 0;
  color: var(--a29-ink);
  font-size: 17px;
  line-height: 1.25;
}

.smart-course-info p {
  margin: 0;
  color: var(--a29-muted);
  font-size: 12px;
}

.smart-progress-row,
.aula-dashboard-v29 .progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--a29-muted);
  font-size: 11px;
  font-weight: 700;
}

.smart-progress-row b,
.aula-dashboard-v29 .progress-row b {
  color: var(--a29-ink);
}

.aula-dashboard-v29 .progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9eef4;
}

.aula-dashboard-v29 .progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--a29-blue), var(--a29-cyan));
}

.aula-dashboard-v29 .smart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
}

.aula-dashboard-v29 .smart-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aula-dashboard-v29 .smart-metrics button {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 13px 9px;
  border: 1px solid var(--a29-line);
  border-radius: 8px;
  color: var(--a29-ink);
  background: #fff;
  box-shadow: var(--a29-shadow);
}

.aula-dashboard-v29 .smart-metrics button:hover {
  transform: none;
  border-color: var(--a29-blue);
  box-shadow: var(--a29-shadow);
}

.aula-dashboard-v29 .smart-metrics b {
  color: var(--a29-navy);
  font-size: 23px;
}

.aula-dashboard-v29 .smart-metrics span {
  color: var(--a29-muted);
  font-size: 10px;
}

.aula-dashboard-v29 .aula-tabs {
  display: none !important;
}

.aula-dashboard-v29 .aula-home-view {
  width: 100%;
  min-width: 0;
}

.aula-dashboard-v29 .aula-section-block {
  width: min(100%, 1320px);
  min-height: calc(100dvh - 148px);
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  scroll-margin-top: 84px;
}

.aula-dashboard-v29 .aula-tab-panel:not(.active) {
  display: none !important;
}

.aula-dashboard-v29 .aula-tab-panel.active {
  animation: aula-view-in .18s ease-out;
}

@keyframes aula-view-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.aula-dashboard-v29 .section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  margin: 0 0 18px;
}

.aula-dashboard-v29 .section-title > div {
  min-width: 0;
}

.aula-dashboard-v29 .aula-page-back {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--a29-line);
  border-radius: 6px;
  color: var(--a29-navy);
  background: #fff;
  box-shadow: var(--a29-shadow);
  cursor: pointer;
}

.aula-dashboard-v29 .aula-page-back:hover {
  border-color: var(--a29-blue);
  color: var(--a29-blue);
}

.aula-dashboard-v29 .aula-page-back svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aula-dashboard-v29 .section-title .muted {
  margin: 0 0 5px;
  color: var(--a29-blue);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.aula-dashboard-v29 .section-title h2 {
  margin: 0;
  color: var(--a29-ink);
  font-size: 27px;
}

.aula-dashboard-v29 .section-title > div > span {
  display: block;
  margin-top: 5px;
  color: var(--a29-muted);
  font-size: 13px;
}

.aula-course-tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--a29-line);
}

.aula-course-tabs button {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 2px;
  border: 0;
  color: var(--a29-muted);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.aula-course-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--a29-gold);
  transform: scaleX(0);
  transition: transform .16s ease;
}

.aula-course-tabs button.active {
  color: var(--a29-ink);
}

.aula-course-tabs button.active::after {
  transform: scaleX(1);
}

.aula-course-tabs button span {
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  color: var(--a29-blue);
  background: #e9f6fa;
  font-size: 10px;
}

.aula-course-toolbar {
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) minmax(180px, .7fr) minmax(180px, .7fr);
  gap: 10px;
  margin-bottom: 15px;
}

.aula-course-toolbar label {
  min-width: 0;
}

.aula-course-toolbar input,
.aula-course-toolbar select {
  width: 100%;
  height: 46px;
  min-width: 0;
  border: 1px solid var(--a29-line);
  border-radius: 6px;
  outline: 0;
  color: var(--a29-ink);
  background: #fff;
  font-size: 12px;
}

.aula-course-toolbar input {
  padding: 0 14px 0 42px;
}

.aula-course-toolbar select {
  padding: 0 34px 0 13px;
}

.aula-course-toolbar input:focus,
.aula-course-toolbar select:focus {
  border-color: var(--a29-blue);
  box-shadow: 0 0 0 3px rgba(12, 107, 145, .1);
}

.aula-search-field {
  position: relative;
  display: block;
}

.aula-search-field svg {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--a29-muted);
  stroke-width: 1.8;
  stroke-linecap: round;
}

.aula-dashboard-v29 #misCursos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.aula-dashboard-v29 .course-card {
  min-width: 0;
  min-height: 220px;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--a29-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--a29-shadow);
  contain: layout paint style;
}

.aula-dashboard-v29 .course-card:hover {
  transform: none;
  border-color: #a9cfdd;
  box-shadow: 0 12px 32px rgba(12, 35, 61, .1);
}

.aula-dashboard-v29 .course-cover {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0;
  background: var(--a29-navy-2);
}

.aula-dashboard-v29 .course-cover img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.aula-dashboard-v29 .course-logo-mark {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(140deg, rgba(32, 168, 200, .42), transparent 48%),
    var(--a29-navy);
  font-size: 24px;
  font-weight: 900;
}

.course-progress-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--a29-navy);
  background: rgba(255, 255, 255, .93);
  font-size: 10px;
  font-weight: 900;
}

.aula-dashboard-v29 .course-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 17px;
}

.aula-dashboard-v29 .course-head-row {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.aula-dashboard-v29 .course-meta {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.aula-dashboard-v29 .pill {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 0;
  border-radius: 4px;
  color: var(--a29-blue);
  background: #edf7fb;
  font-size: 9px;
  font-weight: 850;
}

.course-access {
  flex: 0 0 auto;
  color: var(--a29-green);
  font-size: 9px;
  font-weight: 900;
}

.aula-dashboard-v29 .course-body h3 {
  margin: 0;
  color: var(--a29-ink);
  font-size: 16px;
  line-height: 1.28;
}

.aula-dashboard-v29 .course-body > .muted {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--a29-muted);
  font-size: 11px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.aula-dashboard-v29 .course-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.aula-dashboard-v29 .progress-detail {
  color: var(--a29-muted);
  font-size: 9px;
  line-height: 1.3;
}

.aula-dashboard-v29 .course-foot .btn {
  flex: 0 0 auto;
}

.aula-dashboard-v29 .grid,
.aula-dashboard-v29 .aula-card-list,
.aula-dashboard-v29 .profile-grid {
  min-width: 0;
}

.aula-dashboard-v29 .module,
.aula-dashboard-v29 .student-evaluations-panel,
.aula-dashboard-v29 .aula-mini-card,
.aula-dashboard-v29 .profile-card,
.aula-dashboard-v29 .support-card,
.aula-dashboard-v29 .live-class-card,
.aula-dashboard-v29 .recording-card {
  border: 1px solid var(--a29-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--a29-shadow);
}

.aula-dashboard-v29 .module {
  padding: 18px;
}

.aula-dashboard-v29 .module:hover,
.aula-dashboard-v29 .student-evaluation-card:hover,
.aula-dashboard-v29 .aula-mini-card:hover,
.aula-dashboard-v29 .profile-card:hover,
.aula-dashboard-v29 .support-card:hover {
  transform: none;
  border-color: #b9d8e4;
  box-shadow: var(--a29-shadow);
}

.aula-dashboard-v29 .module-head {
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--a29-line);
}

.aula-dashboard-v29 .module-head h3 {
  color: var(--a29-ink);
  font-size: 17px;
}

.aula-dashboard-v29 .lesson {
  min-height: 74px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #e7ecf2;
  border-radius: 6px;
  background: #fbfcfe;
}

.aula-dashboard-v29 .lesson.done {
  border-color: #bde8d8;
  background: #f3fcf8;
}

.aula-dashboard-v29 .lesson-type {
  border-radius: 6px;
}

.aula-dashboard-v29 .empty {
  width: 100%;
  min-height: 170px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 26px;
  border: 1px dashed #bdccd8;
  border-radius: 8px;
  color: var(--a29-muted);
  background: rgba(255, 255, 255, .65);
  text-align: center;
}

.aula-dashboard-v29 .empty b {
  color: var(--a29-ink);
}

.aula-dashboard-v29 #misCursos > .empty {
  grid-column: 1 / -1;
}

.aula-dashboard-v29 .aula-skeleton-card {
  border-radius: 8px;
}

.aula-dashboard-v29 .mobile-bottom-nav,
.aula-dashboard-v29 .mobile-more-sheet {
  display: none;
}

.aula-dashboard-v29 .mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 115;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(5, 20, 36, .58);
  transition: opacity .18s ease, visibility .18s ease;
}

.aula-dashboard-v29 .mobile-overlay.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Login aligned with the new campus experience. */
.aula-login-v29 {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--a29-ink);
  background:
    linear-gradient(115deg, rgba(32, 168, 200, .14), transparent 42%),
    var(--a29-navy);
  font-family: Inter, Arial, sans-serif;
}

.aula-login-v29 .login-card {
  width: min(1080px, 100%);
  min-height: 650px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.aula-login-v29 .login-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(32, 168, 200, .24), transparent 48%),
    var(--a29-navy-2);
}

.aula-login-v29 .login-info::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, .22) 18px 19px);
  pointer-events: none;
}

.aula-login-v29 .login-info > * {
  position: relative;
}

.aula-login-v29 .login-info img {
  width: 190px;
  max-height: 86px;
  margin-bottom: 28px;
  padding: 8px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.aula-login-v29 .login-kicker {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 4px;
  color: #d9ecf6;
  background: transparent;
  font-size: 10px;
  letter-spacing: .08em;
}

.aula-login-v29 .login-info h1 {
  margin: 17px 0 13px;
  color: #fff;
  font-family: Manrope, Inter, sans-serif;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
}

.aula-login-v29 .login-info p {
  color: #d5e5f0;
  font-size: 14px;
  line-height: 1.65;
}

.aula-login-v29 .login-benefits {
  display: grid;
  gap: 9px;
}

.aula-login-v29 .login-benefit {
  min-height: 56px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
}

.aula-login-v29 .login-benefit span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--a29-navy);
  background: var(--a29-gold);
  font-size: 11px;
  font-weight: 900;
}

.aula-login-v29 .login-benefit b {
  color: #fff;
  font-size: 12px;
}

.aula-login-v29 .login-form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 64px;
  background: #fff;
}

.aula-login-v29 .login-form-head .muted {
  margin: 0 0 6px;
  color: var(--a29-blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.aula-login-v29 .login-form-head h2 {
  margin: 0;
  color: var(--a29-ink);
  font-family: Manrope, Inter, sans-serif;
  font-size: 32px;
  letter-spacing: 0;
}

.aula-login-v29 .login-form-head > span {
  display: block;
  margin: 8px 0 24px;
  color: var(--a29-muted);
  font-size: 13px;
}

.aula-login-v29 .field {
  gap: 7px;
  margin-bottom: 15px;
}

.aula-login-v29 .field label {
  color: var(--a29-ink);
  font-size: 12px;
}

.aula-login-v29 .field input {
  min-height: 50px;
  border: 1px solid var(--a29-line);
  border-radius: 6px;
  color: var(--a29-ink);
  background: #fff;
}

.aula-login-v29 .field input:focus {
  border-color: var(--a29-blue);
  box-shadow: 0 0 0 3px rgba(12, 107, 145, .1);
}

.aula-login-v29 .btn {
  min-height: 48px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 12px;
}

.aula-login-v29 .btn-primary {
  border: 1px solid var(--a29-navy);
  color: #fff;
  background: var(--a29-navy);
}

.aula-login-v29 .btn-primary:hover {
  border-color: var(--a29-blue);
  background: var(--a29-blue);
}

.aula-login-v29 .btn-ghost {
  margin-top: 9px;
  border: 1px solid var(--a29-line);
  color: var(--a29-navy);
  background: #f7fafc;
}

@media (max-width: 1180px) {
  .aula-dashboard-v29 .aula-sidebar {
    width: 230px;
  }

  .aula-dashboard-v29 .mobile-bar.aula-topbar {
    left: 230px;
  }

  .aula-dashboard-v29 .aula-main {
    margin-left: 230px;
    padding-inline: 20px;
  }

  .aula-dashboard-v29 #misCursos {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .aula-dashboard-v29 .mobile-bar.aula-topbar {
    left: 0;
    height: 64px;
    min-height: 64px;
    padding: 0 14px;
  }

  .aula-dashboard-v29 .hamb {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid !important;
    place-items: center;
    margin: 0;
    border: 1px solid var(--a29-line);
    border-radius: 6px;
    color: var(--a29-navy);
    background: #fff;
    box-shadow: none;
  }

  .aula-dashboard-v29 .hamb svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .aula-mobile-brand {
    display: inline-flex;
    align-items: center;
  }

  .aula-dashboard-v29 .aula-mobile-logo {
    width: 102px;
    height: 42px;
    padding: 3px;
    object-fit: contain;
    border-radius: 5px;
    background: #fff;
  }

  .aula-breadcrumb,
  .aula-install-button,
  .aula-topbar-user-copy {
    display: none !important;
  }

  .aula-topbar-user {
    width: 44px;
    flex: 0 0 44px;
    justify-content: center;
    padding: 5px;
  }

  .aula-topbar-user .avatar {
    margin: 0;
  }

  .aula-dashboard-v29 .aula-sidebar {
    width: min(86vw, 320px);
    padding-top: 14px;
    transform: translateX(-103%);
    transition: transform .2s ease;
  }

  .aula-dashboard-v29 .aula-sidebar.show {
    transform: translateX(0);
  }

  .aula-dashboard-v29 .aula-sidebar-brand > span {
    display: block;
  }

  .aula-dashboard-v29 .aula-main {
    margin-left: 0;
    padding: 84px 16px 104px !important;
  }

  .aula-overview {
    grid-template-columns: 1fr;
  }

  .aula-profile-summary {
    display: none;
  }

  .aula-welcome-copy {
    min-height: 0;
    padding: 8px 0 0;
  }

  .aula-welcome-copy h1 {
    font-size: 30px;
  }

  .aula-dashboard-v29 .aula-smart-panel {
    grid-template-columns: 1fr;
  }

  .aula-dashboard-v29 .smart-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aula-dashboard-v29 .smart-metrics button {
    min-height: 90px;
  }

  .aula-dashboard-v29 .mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    height: calc(72px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--a29-line);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -8px 24px rgba(12, 35, 61, .08);
    backdrop-filter: blur(14px);
  }

  .aula-dashboard-v29 .mobile-bottom-nav a,
  .aula-dashboard-v29 .mobile-bottom-nav button {
    min-width: 0;
    min-height: 56px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    padding: 3px;
    border: 0;
    border-radius: 6px;
    color: var(--a29-muted);
    background: transparent;
    font-size: 9px;
    font-weight: 800;
  }

  .aula-dashboard-v29 .mobile-bottom-nav a.active,
  .aula-dashboard-v29 .mobile-bottom-nav button.active {
    color: var(--a29-blue);
    background: #edf8fc;
  }

  .aula-dashboard-v29 .mobile-bottom-nav .nav-icon svg {
    width: 21px;
    height: 21px;
  }

  .aula-dashboard-v29 .mobile-more-sheet {
    position: fixed;
    inset: 0;
    z-index: 150;
    display: grid;
    align-items: end;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(5, 20, 36, .58);
    transition: opacity .18s ease, visibility .18s ease;
  }

  .aula-dashboard-v29 .mobile-more-sheet.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .aula-dashboard-v29 .mobile-more-panel {
    max-height: min(78dvh, 620px);
    padding: 22px 16px calc(20px + env(safe-area-inset-bottom));
    overflow-y: auto;
    border-radius: 8px 8px 0 0;
    background: #fff;
  }

  .aula-dashboard-v29 .mobile-more-panel a,
  .aula-dashboard-v29 .mobile-more-panel button:not(.sheet-close) {
    min-height: 52px;
    border-radius: 6px;
  }
}

@media (max-width: 700px) {
  .aula-dashboard-v29 .stats-grid {
    gap: 8px !important;
  }

  .aula-dashboard-v29 .stats-grid .stat {
    min-height: 96px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .stat-icon {
    width: 42px;
    height: 42px;
  }

  .stat-icon svg {
    width: 23px;
    height: 23px;
  }

  .aula-dashboard-v29 .stats-grid .stat strong {
    font-size: 22px;
  }

  .aula-dashboard-v29 .stats-grid .stat span {
    font-size: 10px;
  }

  .aula-dashboard-v29 .stats-grid .stat small {
    display: none;
  }

  .smart-course {
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .smart-course-visual {
    height: 100px;
  }

  .aula-dashboard-v29 .smart-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aula-dashboard-v29 .smart-metrics button {
    min-height: 82px;
  }

  .aula-course-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .aula-search-field {
    grid-column: 1 / -1;
  }

  .aula-dashboard-v29 .course-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .aula-dashboard-v29 .course-cover img,
  .aula-dashboard-v29 .course-logo-mark {
    min-height: 230px;
  }

  .aula-login-v29 {
    padding: 14px;
  }

  .aula-login-v29 .login-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .aula-login-v29 .login-info {
    min-height: 230px;
    padding: 24px;
  }

  .aula-login-v29 .login-info img {
    width: 145px;
    max-height: 64px;
    margin-bottom: 18px;
  }

  .aula-login-v29 .login-info h1 {
    margin: 12px 0 8px;
    font-size: 30px;
  }

  .aula-login-v29 .login-info p {
    margin: 0;
    font-size: 12px;
  }

  .aula-login-v29 .login-benefits {
    display: none;
  }

  .aula-login-v29 .login-form-wrap {
    padding: 28px 22px;
  }

  .aula-login-v29 .login-form-head h2 {
    font-size: 27px;
  }
}

@media (max-width: 480px) {
  .aula-dashboard-v29 .mobile-bar.aula-topbar {
    gap: 8px;
    padding-inline: 10px;
  }

  .aula-topbar-start,
  .aula-topbar-actions {
    gap: 7px;
  }

  .aula-dashboard-v29 .aula-mobile-logo {
    width: 88px;
  }

  .aula-dashboard-v29 .aula-main {
    padding: 76px 12px 112px !important;
  }

  .aula-welcome-copy h1 {
    font-size: 27px;
  }

  .aula-welcome-copy > span {
    font-size: 12px;
  }

  .aula-dashboard-v29 .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .aula-dashboard-v29 .hero-actions .btn {
    min-width: 0;
    padding-inline: 8px;
    font-size: 10px;
    text-align: center;
  }

  .aula-dashboard-v29 .smart-copy {
    padding: 15px;
  }

  .smart-heading {
    align-items: center;
  }

  .aula-dashboard-v29 .smart-copy h2 {
    font-size: 19px;
  }

  .smart-view-all {
    padding-inline: 9px;
    font-size: 9px;
  }

  .smart-course {
    grid-template-columns: 1fr;
  }

  .smart-course-visual {
    height: 138px;
  }

  .aula-dashboard-v29 .smart-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .aula-dashboard-v29 .smart-actions .btn {
    min-width: 0;
    padding-inline: 8px;
    font-size: 10px;
  }

  .aula-dashboard-v29 .section-title h2 {
    font-size: 23px;
  }

  .aula-course-tabs {
    gap: 15px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .aula-course-tabs::-webkit-scrollbar {
    display: none;
  }

  .aula-course-tabs button {
    flex: 0 0 auto;
    font-size: 11px;
  }

  .aula-course-toolbar {
    grid-template-columns: 1fr;
  }

  .aula-search-field {
    grid-column: auto;
  }

  .aula-dashboard-v29 .course-card {
    display: block;
    min-height: 0;
  }

  .aula-dashboard-v29 .course-cover {
    height: 170px;
    min-height: 170px;
  }

  .aula-dashboard-v29 .course-cover img,
  .aula-dashboard-v29 .course-logo-mark {
    min-height: 170px;
  }

  .aula-dashboard-v29 .course-foot {
    align-items: flex-end;
  }

  .aula-dashboard-v29 .module {
    padding: 14px;
  }

  .aula-dashboard-v29 .module-head {
    display: grid;
  }

  .aula-dashboard-v29 .module-meta {
    justify-content: flex-start;
  }

  .aula-dashboard-v29 .lesson {
    display: grid;
  }

  .aula-dashboard-v29 .lesson .actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .aula-dashboard-v29 .lesson .actions .btn {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .aula-dashboard-v29 .aula-mobile-logo {
    width: 76px;
  }

  .aula-dashboard-v29 .aula-topbar-icon,
  .aula-dashboard-v29 .aula-topbar-user {
    width: 40px;
    flex-basis: 40px;
  }

  .aula-dashboard-v29 .stats-grid .stat {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .stat-icon {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aula-dashboard-v29 *,
  .aula-dashboard-v29 *::before,
  .aula-dashboard-v29 *::after,
  .aula-login-v29 *,
  .aula-login-v29 *::before,
  .aula-login-v29 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* TAIRA Aula V31: acceso persistente */
.aula-login-v31 [hidden] {
  display: none !important;
}

.aula-password-control {
  position: relative;
}

.aula-password-control input {
  width: 100%;
  padding-right: 54px !important;
}

.aula-password-control button {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 6px;
  color: #496176;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.aula-password-control button:hover,
.aula-password-control button:focus-visible {
  color: #075985;
  background: #edf7fa;
  outline: none;
}

.aula-password-control svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.aula-session-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 13px 0 0;
  color: #607386;
  font-size: 10px;
  font-weight: 750;
  text-align: center;
}

.aula-session-note::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #1fa86a;
  box-shadow: 0 0 0 3px rgba(31,168,106,.12);
}

.aula-login-v31 .aula-login-hint {
  min-height: 32px;
  display: grid;
  place-items: center;
  margin: 7px 0 0;
  padding: 6px 9px;
  border-radius: 6px;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
}

.aula-login-v31 .aula-login-hint[data-state="loading"] {
  color: #075985;
  background: #eef8fb;
}

.aula-login-v31 .aula-login-hint[data-state="success"] {
  color: #167349;
  background: #ecf9f2;
}

.aula-login-v31 .aula-login-hint[data-state="warning"] {
  color: #875b08;
  background: #fff8df;
}

.aula-login-v31 .aula-login-hint[data-state="error"] {
  color: #a52e3d;
  background: #fff0f2;
}

.aula-login-session-actions {
  display: grid;
  gap: 7px;
  margin-top: 8px;
}

/* TAIRA Aula V34: acceso directo a la app Android */
.aula-native-app-link {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 11px;
  padding: 8px 12px;
  border: 1px solid #c9e2e9;
  border-radius: 7px;
  color: #082f4f;
  background: #f2fafb;
  text-decoration: none;
  transition: border-color .16s ease, background .16s ease;
}

.aula-native-app-link:hover {
  border-color: #75bfd0;
  color: #082f4f;
  background: #eaf7f9;
}

.aula-native-app-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: #0d88a8;
}

.aula-native-app-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aula-native-app-link > span:last-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.aula-native-app-link b {
  overflow: hidden;
  color: #082f4f;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aula-native-app-link small {
  color: #657c8d;
  font-size: 9px;
  font-weight: 700;
}

@media (max-width: 520px) {
  .aula-native-app-link {
    min-height: 56px;
  }
}

.aula-login-session-actions .btn {
  min-height: 42px;
  border-radius: 6px;
  font-size: 10px;
}

/* TAIRA Aula V32: biblioteca de aplicaciones */
.aula-app-library {
  display: grid;
  gap: 12px;
}

.aula-app-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--a29-line);
  border-radius: 8px;
  background: var(--a29-white);
  box-shadow: 0 8px 24px rgba(12, 35, 61, .05);
}

.aula-app-card.is-featured {
  border-left: 4px solid var(--a29-gold);
}

.aula-app-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--a29-blue);
}

.aula-app-mark[data-platform="ANDROID"] {
  background: #13795b;
}

.aula-app-mark[data-platform="WINDOWS"] {
  background: #1769aa;
}

.aula-app-mark[data-platform="IOS"],
.aula-app-mark[data-platform="MACOS"] {
  background: #293441;
}

.aula-app-mark svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.aula-app-copy {
  min-width: 0;
}

.aula-app-heading,
.aula-app-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.aula-app-heading span {
  color: var(--a29-blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.aula-app-heading small {
  padding: 3px 7px;
  border-radius: 4px;
  color: #765500;
  background: var(--a29-gold-soft);
  font-size: 10px;
  font-weight: 850;
}

.aula-app-copy h3 {
  margin: 5px 0 0;
  color: var(--a29-ink);
  font-size: 17px;
}

.aula-app-copy p {
  margin: 6px 0 0;
  color: var(--a29-muted);
  font-size: 13px;
  line-height: 1.5;
}

.aula-app-meta {
  margin-top: 9px;
  color: #586b80;
  font-size: 11px;
  font-weight: 750;
}

.aula-app-meta span + span::before {
  content: "·";
  margin-right: 12px;
  color: #a5b2bf;
}

.aula-app-download {
  min-width: 112px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .aula-app-card {
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 14px;
  }

  .aula-app-mark {
    width: 48px;
    height: 48px;
  }

  .aula-app-mark svg {
    width: 25px;
    height: 25px;
  }

  .aula-app-download {
    grid-column: 1 / -1;
    width: 100%;
  }

  .aula-app-meta span + span::before {
    display: none;
  }
}
