/* Digi Tournament reference navigation */
.digi-dashboard__sidebar {
  position: fixed; inset: 0 0 0 auto; width: 278px; height: 100vh;
  z-index: 200; display: flex; flex-direction: column; overflow-x: hidden; overflow-y: auto;
  padding: 0 16px; background: #fff; border-left: 1px solid #e6e6e6;
}
.digi-dashboard__sidebar-logo { display: flex; align-items: center; gap: 8px; padding: 18px 2px 14px; color: #161616; }
.digi-dashboard__sidebar-logo:hover { color: #161616; }
.digi-logo-image { display: block; width: 42px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.digi-logo-text { font-size: 15px; font-weight: 800; }
.digi-sidebar__close { display: none; }
.digi-dashboard__sidebar-search { padding: 0 0 12px; }
.digi-dashboard__sidebar-search form { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 9px; border-radius: 8px; background: #f4f4f4; }
.digi-dashboard__sidebar-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #333; font: 10px/1.2 inherit; }
.digi-dashboard__sidebar-search button { order: -1; color: #777; font-size: 18px; line-height: 1; }
.digi-dashboard__sidebar-nav { flex: 1; padding: 2px 0; }
.digi-dashboard__sidebar-menu { display: flex; flex-direction: column; gap: 2px; margin: 0; padding: 0; list-style: none; }
.digi-dashboard__sidebar-menu a { position: relative; display: flex; align-items: center; gap: 10px; min-height: 36px; padding: 7px 10px; border-radius: 8px; color: #4c4c4c; font-size: 12px; font-weight: 500; }
.digi-dashboard__sidebar-menu a:hover { background: #f7f7f7; color: #161616; }
.digi-dashboard__sidebar-menu .current-menu-item a { color: #f57c00; background: #fff1e4; font-weight: 700; }
.digi-dashboard__sidebar-menu .current-menu-item a::before { content: ''; position: absolute; right: -16px; top: 7px; width: 3px; height: 22px; border-radius: 3px 0 0 3px; background: #f57c00; }
.digi-dashboard__sidebar-menu svg { width: 18px; height: 18px; flex: 0 0 auto; }
.digi-nav-badge { margin-right: auto; min-width: 15px; height: 15px; padding: 0 4px; border-radius: 50%; background: #f57c00; color: #fff; font-size: 8px; line-height: 15px; text-align: center; }
.digi-dashboard__sidebar-divider { height: 1px; margin: 12px 0; background: #e6e6e6; }
.digi-dashboard__sidebar-help a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; color: #4c4c4c; font-size: 11px; }
.digi-dashboard__sidebar-help svg { width: 18px; height: 18px; }
.digi-dashboard__sidebar-login { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 34px; margin: 12px 0 14px; border-radius: 8px; background: #f57c00; color: #fff; font-size: 11px; font-weight: 700; }
.digi-dashboard__sidebar-login:hover { background: #e66f00; color: #fff; }
.digi-dashboard__main { min-width: 0; margin-right: 278px; min-height: 100vh; display: flex; flex-direction: column; }
.digi-dashboard__header { display: none; }
.digi-dashboard__mobile-logo { display: none; }
.digi-sidebar__overlay { display: none; }

@media (max-width: 767px) {
  .digi-dashboard__sidebar { width: min(310px, 88vw); transform: translateX(100%); transition: transform .25s ease; box-shadow: -16px 0 40px rgba(0,0,0,.14); }
  .digi-dashboard__sidebar.is-open { transform: translateX(0); }
  .digi-sidebar__close { display: block; position: absolute; top: 12px; left: 12px; width: 28px; height: 28px; border-radius: 50%; background: #f4f4f4; color: #555; font-size: 20px; line-height: 25px; }
  .digi-dashboard__sidebar-logo { padding-top: 52px; }
  .digi-sidebar__overlay { display: block; position: fixed; inset: 0; z-index: 199; background: rgba(0,0,0,.45); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .digi-sidebar__overlay.is-visible { opacity: 1; pointer-events: auto; }
  .digi-dashboard__main { margin-right: 0; }
  .digi-dashboard__header { position: sticky; top: 0; z-index: 100; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 10px; background: #fff; border-bottom: 1px solid #e8e8e8; }
  .digi-dashboard__hamburger { width: 30px; height: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 7px; background: #f4f4f4; }
  .digi-dashboard__hamburger span { display: block; width: 15px; height: 2px; border-radius: 2px; background: #333; }
  .digi-dashboard__mobile-logo { display: inline-flex; align-items: center; gap: 6px; margin-inline: auto; color: #161616; font-size: 12px; font-weight: 800; }
  .digi-dashboard__mobile-logo img { width: 29px; height: 32px; object-fit: contain; }
  .digi-dashboard__notification-btn { width: 30px; height: 30px; border-radius: 7px; background: #f4f4f4; color: #555; font-size: 17px; }
}
