/* Hosted Resources — platform chrome (logo + legal). Namespaced IDs beat guide link-button CSS. */

#dryce-rg-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1rem;
  padding: 12px 14px;
  padding-top: 14px;
  position: relative;
  overflow: hidden;
  background: color-mix(in srgb, var(--dryce-surface) 88%, var(--dryce-recess));
  border: 1px solid
    color-mix(in srgb, var(--color-signal) 26%, var(--dryce-joint));
  border-radius: 14px;
}

#dryce-rg-topbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  border-radius: 13px 13px 0 0;
  background: linear-gradient(
    90deg,
    #6b8cbe 0%,
    var(--saffron) 35%,
    #6ec4c4 66%,
    #c4b2e0 100%
  );
  opacity: 0.92;
}

#dryce-rg-topbar .dryce-rg-topbar__home {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

#dryce-rg-topbar .dryce-rg-topbar__home img {
  display: block;
  height: 28px;
  width: auto;
}

#dryce-rg-topbar .dryce-rg-topbar__home:hover {
  transform: none !important;
  filter: opacity(0.88) !important;
}

#dryce-rg-topbar .dryce-rg-topbar__home:active {
  transform: none !important;
}

#dryce-rg-topbar .dryce-rg-topbar__tag {
  font-family:
    "CashMarket-BoldRounded",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--saffron);
}

#dryce-rg-footer {
  margin-top: 1.5rem;
  padding: 1.25rem 1rem;
  border-radius: 14px;
  border: 1px solid
    color-mix(in srgb, var(--color-signal) 22%, var(--dryce-joint));
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--dryce-surface) 94%, transparent) 0%,
    var(--dryce-recess) 100%
  );
  color: var(--text-dim);
  font-family:
    "CashMarket-BoldRounded",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 11px;
  line-height: 1.55;
}

#dryce-rg-footer p {
  margin: 0 0 0.55rem;
}

#dryce-rg-footer p:last-child {
  margin-bottom: 0;
}

#dryce-rg-footer .dryce-rg-footer__copyright {
  color: var(--text);
  font-weight: 600;
}

#dryce-rg-footer a {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--saffron) !important;
  font-weight: 600;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

#dryce-rg-footer a:hover {
  transform: none !important;
  filter: none !important;
}
