.favorite-star{color:#f2a51a;font-size:1.1em;line-height:1}.dashboard-card .favorite-star{display:block;margin-bottom:8px}.recommendation-heading{margin-top:42px}.nav-search-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.community-menu{width:min(780px,calc(100vw - 40px))}.stats{grid-template-columns:repeat(5,1fr)}.calendar-list,.notification-list{display:grid;gap:16px;max-width:860px}.calendar-event{display:grid;grid-template-columns:96px 1fr;gap:24px;align-items:start}.calendar-date{display:grid;place-items:center;align-content:center;min-height:86px;border-radius:14px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--violet));text-align:center}.calendar-date b{font-size:2rem;line-height:1}.calendar-date span{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.calendar-event h2,.notification-card h2{margin:.55rem 0 .25rem;font-size:1.35rem}.calendar-event p,.notification-card p{margin:.2rem 0;color:var(--muted)}.notification-card{display:flex;gap:18px;justify-content:space-between;align-items:center}.notification-card.unread{border-color:#b9c5ff;box-shadow:0 10px 32px #3157f61a}.notification-card small{color:var(--muted)}.notification-card .arrow{white-space:nowrap}.account-menu-divider{height:1px;margin:8px 12px;background:var(--line)}.account-signout-form{margin:0!important;padding:8px 12px 10px}.account-menu .account-signout-badge{width:100%;justify-content:center}@media(max-width:860px){.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.stats{grid-template-columns:1fr 1fr}.calendar-event{grid-template-columns:68px 1fr;gap:14px}.calendar-date{min-height:72px}.calendar-date b{font-size:1.55rem}.notification-card{display:grid;align-items:start}.notification-card .btn,.notification-card .arrow{justify-self:start}}
/* Lot 1 navigation: top-level destinations stay visible; detail links live on
   their destination pages instead of competing with the primary header. */
.site-header .courses-dropdown > .dropdown-panel,
.site-header .dashboard-dropdown > .dropdown-panel,
.site-header .community-dropdown > .dropdown-panel { display: none !important; }
.site-header .courses-dropdown > .dropdown-trigger,
.site-header .dashboard-dropdown > .dropdown-trigger,
.site-header .community-dropdown > .dropdown-trigger { padding-right: 0; }
.dashboard-mini-list { list-style: none; margin: .75rem 0; padding: 0; }
.dashboard-mini-list li { display: flex; justify-content: space-between; gap: .75rem; padding: .35rem 0; border-bottom: 1px solid rgba(15, 31, 79, .12); }
.dashboard-mini-list small { color: #5f6d8d; white-space: nowrap; }
.dashboard-card a:focus-visible, .dashboard-card button:focus-visible, .community-module-card a:focus-visible { outline: 3px solid #1aa6c8; outline-offset: 3px; }
@media (max-width: 860px) {
  .dashboard-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-summary .dashboard-continue { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .dashboard-summary { grid-template-columns: 1fr; }
  .dashboard-summary .dashboard-continue { grid-column: auto; }
  .dashboard-card { min-width: 0; }
}
