#global-progress-bar {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 62px;
  transform: translateX(-50%);
  width: min(92vw, 620px);
  min-height: 58px;
  height: auto;
  padding: 10px 54px;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.30) 8%, rgba(255,255,255,.72) 22%, rgba(255,255,255,.82) 50%, rgba(255,255,255,.72) 78%, rgba(255,255,255,.30) 92%, rgba(255,255,255,0) 100%);
  color: #31405f;
  box-shadow: 0 10px 30px rgba(29,63,116,.08);
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
  backdrop-filter: blur(8px) saturate(1.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  font-size: .9rem;
  line-height: 1.2;
  font-weight: 800;
  direction: rtl;
  pointer-events: none;
  z-index: 150;
}

#global-progress-bar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(239,246,255,.66);
  box-shadow: 0 2px 10px rgba(68,91,128,.05);
  white-space: nowrap;
}

#gp-stars { background: rgba(255,247,214,.72) !important; }
#gp-level { background: rgba(239,232,255,.72) !important; }
#badge-toast { top: auto; bottom: 132px; left: 50%; transform: translateX(-50%); }

.parent-area__panel-link {
  display: block;
  text-decoration: none;
}

.parent-area__panel-link--parents {
  color: #2563eb;
  background: #eff6ff;
  border-color: #bfdbfe;
}

.parent-area__panel-link--privacy {
  margin-top: 8px;
  color: #475569;
  background: #f8fafc;
  border-color: #cbd5e1;
}

@media (max-width: 600px) {
  #global-progress-bar {
    bottom: 58px;
    width: min(96vw, 460px);
    min-height: 52px;
    padding: 8px 34px;
    gap: 6px 8px;
    font-size: .78rem;
  }

  #global-progress-bar span {
    min-height: 27px;
    padding: 3px 8px;
  }

  #badge-toast { bottom: 124px; }
}

@media (orientation: landscape) and (max-height: 500px) {
  #global-progress-bar {
    bottom: 8px;
    min-height: 42px;
    padding: 5px 42px;
  }

  #badge-toast { bottom: 58px; }
}
