/* Covozi v1.59 — Creator Hub three-column website surface.
 * Approved direction: navigation first, creator identity in the centre intro,
 * high-value fan utilities in a right rail, white-dominant surfaces with
 * restrained Midnight Navy / Sunflower accents, and deliberate mobile order.
 */
:root {
  --covozi-hub-navy: #0d2346;
  --covozi-hub-navy-2: #17233a;
  --covozi-hub-yellow: #f7c948;
  --covozi-hub-yellow-soft: #fff8dc;
  --covozi-hub-ink: #15213a;
  --covozi-hub-muted: #657083;
  --covozi-hub-border: #e4e8ef;
  --covozi-hub-soft: #f6f8fb;
  --covozi-hub-shadow: 0 12px 30px rgba(23,35,58,.055);
}

body.stanloop-loop-layout-page .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] {
  background: #f8f9fb !important;
}

/* Profile header: creator-site context, not marketing-site navigation. */
.covozi-public-shell--creator-hub {
  background: #fff !important;
  border: 1px solid var(--covozi-hub-border) !important;
  box-shadow: 0 8px 28px rgba(23,35,58,.045) !important;
}
.covozi-public-shell__inner--creator-hub {
  min-height: 76px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 0 22px !important;
}
.covozi-public-shell__logo--creator-hub {
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  justify-self: auto !important;
}
.covozi-public-shell__creator-hub-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}
.covozi-public-shell--creator-hub .covozi-profile-header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 16px;
  border: 1px solid var(--covozi-hub-border);
  border-radius: 11px;
  background: #fff;
  color: var(--covozi-hub-navy-2) !important;
  text-decoration: none !important;
  font: 800 13px/1 Inter,system-ui,sans-serif;
}
.covozi-public-shell--creator-hub .covozi-profile-header-action--primary {
  border-color: #e4b930 !important;
  background: var(--covozi-hub-yellow) !important;
  color: var(--covozi-hub-navy-2) !important;
  box-shadow: 0 7px 16px rgba(247,201,72,.22);
}

/* Three-column desktop system = nav + centre story + quick-access rail. */
@media (min-width: 1180px) {
  body.stanloop-loop-layout-page .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-shell--public-creator {
    grid-template-columns: 212px minmax(0,1fr) !important;
    gap: 18px !important;
  }
}

/* Left rail starts immediately with navigation. */
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__panel {
  gap: 12px !important;
}
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__links {
  padding: 10px !important;
  gap: 4px !important;
  border: 1px solid var(--covozi-hub-border) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--covozi-hub-shadow) !important;
}
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__item {
  min-height: 44px;
  gap: 10px;
  padding: 0 12px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  color: var(--covozi-hub-navy-2) !important;
  font-size: 13.5px !important;
  box-shadow: none !important;
}
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__icon {
  width: 22px;
  flex: 0 0 22px;
  text-align: center;
  color: var(--covozi-hub-navy);
  font-size: 15px;
}
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__item:hover,
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__item:focus-visible {
  background: var(--covozi-hub-yellow-soft) !important;
}
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__item.is-active {
  border-color: #e5b92d !important;
  background: var(--covozi-hub-yellow) !important;
  color: var(--covozi-hub-navy-2) !important;
  box-shadow: 0 7px 16px rgba(23,35,58,.07) !important;
}
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__studio {
  border: 1px solid #1b3155 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--covozi-hub-shadow) !important;
}
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__studio a,
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__studio strong {
  color: var(--covozi-hub-navy-2) !important;
}
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__studio small {
  color: var(--covozi-hub-muted) !important;
}
.stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__studio a > span:first-child {
  background: var(--covozi-hub-yellow) !important;
  color: var(--covozi-hub-navy) !important;
}

.stanloop-creator-hub-layout {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) 326px;
  gap: 18px;
  align-items: start;
}
.stanloop-creator-hub-center,
.stanloop-creator-hub-right {
  min-width: 0;
  display: grid;
  gap: 14px;
}
.stanloop-creator-hub-right {
  align-content: start;
}

/* Shared card language. */
.stanloop-creator-hub-layout .stanloop-loop-card,
.stanloop-creator-hub-layout .stanloop-loop-section {
  margin: 0 !important;
  border: 1px solid var(--covozi-hub-border) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--covozi-hub-shadow) !important;
}
.stanloop-creator-hub-layout .stanloop-loop-section {
  padding: 16px !important;
}
.stanloop-creator-hub-layout .stanloop-loop-section-head {
  margin: 0 0 13px !important;
  padding: 0 !important;
  border: 0 !important;
}
.stanloop-creator-hub-layout .stanloop-loop-section-head h2 {
  position: relative;
  margin: 0 !important;
  color: var(--covozi-hub-navy-2) !important;
  font: 850 17px/1.15 Inter,system-ui,sans-serif !important;
  letter-spacing: -.02em;
}
.stanloop-creator-hub-layout .stanloop-loop-section-head h2::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 16px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--covozi-hub-yellow);
  vertical-align: -2px;
}
.stanloop-creator-hub-layout .stanloop-loop-section-head a {
  color: var(--covozi-hub-navy-2) !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
}

/* Centre top: intro/connections left, compact creator identity right. */
.stanloop-creator-hub-intro {
  display: grid;
  grid-template-columns: minmax(0,1fr) 236px;
  gap: 18px;
  padding: 18px !important;
  overflow: hidden;
}
.stanloop-creator-hub-intro__main { min-width: 0; }
.stanloop-creator-hub-intro h1 {
  margin: 0 0 8px !important;
  color: var(--covozi-hub-navy-2) !important;
  font: 860 clamp(25px,2.2vw,34px)/1.04 Inter,system-ui,sans-serif !important;
  letter-spacing: -.045em !important;
}
.stanloop-creator-hub-intro h1::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--covozi-hub-yellow);
}
.stanloop-creator-hub-intro__bio {
  max-width: 680px;
  margin: 0 0 10px !important;
  color: var(--covozi-hub-ink) !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  font-weight: 560 !important;
}
.stanloop-creator-hub-tags { margin: 0 0 12px !important; }
.stanloop-creator-hub-tags span {
  background: var(--covozi-hub-soft) !important;
  border: 1px solid #edf0f5 !important;
  color: var(--covozi-hub-navy-2) !important;
  font-size: 10.5px !important;
}
.stanloop-creator-hub-connections {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}
.stanloop-creator-hub-connection {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--covozi-hub-border);
  border-radius: 9px;
  background: #fff;
  color: var(--covozi-hub-muted);
  font: 760 10.5px/1 Inter,system-ui,sans-serif;
}
.stanloop-creator-hub-connection b { color: var(--covozi-hub-navy); font-size: 14px; }
.stanloop-creator-hub-connection.is-connected { color: var(--covozi-hub-navy-2); }
.stanloop-creator-hub-connection[href] { text-decoration: none; cursor: pointer; }
.stanloop-creator-hub-connection[href]:hover { border-color: var(--covozi-hub-gold); background: #fffaf0; }
.stanloop-creator-hub-connection i {
  width: 7px; height: 7px; border-radius: 50%; background: #25a65a; box-shadow: 0 0 0 2px #e9f8ef;
}
.stanloop-creator-hub-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
.stanloop-creator-hub-socials a {
  width: 32px; height: 32px; display: grid; place-items: center;
  border: 1px solid var(--covozi-hub-border); border-radius: 50%; background: #fff;
  color: var(--covozi-hub-navy-2) !important; text-decoration: none !important; font-size: 13px;
}
.stanloop-creator-hub-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.stanloop-creator-hub-action {
  min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 0 14px; border: 1px solid var(--covozi-hub-border); border-radius: 9px;
  background: #fff; color: var(--covozi-hub-navy-2) !important; text-decoration: none !important;
  font: 820 11.5px/1 Inter,system-ui,sans-serif;
}
.stanloop-creator-hub-action--follow { background: var(--covozi-hub-yellow); border-color: #e4b930; }
.stanloop-creator-hub-action--following { background: var(--covozi-hub-soft); color: #31523f !important; }

.stanloop-creator-hub-identity {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 16px;
  border: 1px solid var(--covozi-hub-border);
  border-radius: 14px;
  background: linear-gradient(180deg,#fff 0%,#fffdf6 100%);
  text-align: center;
}
.stanloop-creator-hub-identity > img {
  width: 84px; height: 84px; object-fit: cover; border-radius: 50%; border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--covozi-hub-yellow), 0 10px 24px rgba(23,35,58,.09);
}
.stanloop-creator-hub-identity h2 { margin: 4px 0 0 !important; color: var(--covozi-hub-navy-2) !important; font: 850 17px/1.12 Inter,sans-serif !important; }
.stanloop-creator-hub-identity p { margin: 2px 0 4px !important; color: var(--covozi-hub-muted) !important; font-size: 11px !important; }
.stanloop-creator-hub-identity > span,
.stanloop-creator-hub-identity > a { display: flex; align-items: center; gap: 6px; max-width: 100%; color: var(--covozi-hub-muted) !important; text-decoration: none !important; font-size: 10.5px; line-height: 1.3; overflow-wrap: anywhere; }
.stanloop-creator-hub-identity > span b,
.stanloop-creator-hub-identity > a b { color: var(--covozi-hub-navy); }
.stanloop-creator-hub-stats {
  grid-column: 1 / -1;
  margin: 0 !important;
  border: 1px solid var(--covozi-hub-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
}
.stanloop-creator-hub-stats .stanloop-loop-stat { padding: 10px 8px !important; }
.stanloop-creator-hub-stats .stanloop-loop-stat > span { color: var(--covozi-hub-navy) !important; }
.stanloop-creator-hub-stats .stanloop-loop-stat strong { color: var(--covozi-hub-navy-2) !important; }

/* Email signup: high-value second row, lightweight rather than another dense panel. */
.stanloop-creator-hub-email {
  display: grid;
  grid-template-columns: auto minmax(180px,1fr) minmax(290px,1.35fr);
  align-items: center;
  gap: 12px;
  padding: 13px 14px !important;
  border-color: #ecd26f !important;
  background: linear-gradient(90deg,#fffdf7,#fff) !important;
}
.stanloop-creator-hub-email__icon {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%;
  background: var(--covozi-hub-yellow-soft); color: var(--covozi-hub-navy); font-size: 19px;
}
.stanloop-creator-hub-email__copy h2 { margin: 0 0 3px !important; color: var(--covozi-hub-navy-2) !important; font: 850 15px/1.15 Inter,sans-serif !important; }
.stanloop-creator-hub-email__copy p { margin: 0 !important; color: var(--covozi-hub-muted) !important; font-size: 10.5px !important; line-height: 1.4 !important; }
.stanloop-creator-hub-email__form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
.stanloop-creator-hub-email__form input[type=email] {
  min-width: 0; height: 40px; padding: 0 12px; border: 1px solid var(--covozi-hub-border); border-radius: 9px;
  background: #fff; color: var(--covozi-hub-navy-2); font: 600 11px/1 Inter,sans-serif;
}
.stanloop-creator-hub-email__form button {
  min-height: 40px; padding: 0 17px; border: 1px solid #e4b930; border-radius: 9px; background: var(--covozi-hub-yellow);
  color: var(--covozi-hub-navy-2); font: 850 11.5px/1 Inter,sans-serif; cursor: pointer;
}
.stanloop-creator-hub-email__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.stanloop-creator-hub-email > small { grid-column: 3; margin-top: -6px; color: var(--covozi-hub-muted); font-size: 9px; }
.stanloop-creator-hub-email__status,
.stanloop-creator-hub-email__unavailable { grid-column: 1 / -1; padding: 8px 10px; border-radius: 8px; background: var(--covozi-hub-soft); color: var(--covozi-hub-muted); font-size: 10px; }
.stanloop-creator-hub-email__status.is-ok { background: #edf9f1; color: #23633d; }

/* Center content density. */
.stanloop-creator-hub-center .stanloop-loop-gallery-grid { min-height: 0 !important; grid-template-columns: repeat(5,minmax(0,1fr)) !important; gap: 8px !important; }
.stanloop-creator-hub-center .stanloop-loop-gallery-item { height: 90px !important; min-height: 90px !important; border-radius: 10px !important; }
.stanloop-creator-hub-center .stanloop-loop-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.stanloop-creator-hub-center .stanloop-loop-path-grid { gap: 10px !important; }
.stanloop-creator-hub-center .stanloop-loop-path-card { border: 1px solid var(--covozi-hub-border) !important; border-radius: 12px !important; overflow: hidden; box-shadow: none !important; }
.stanloop-creator-hub-center .stanloop-loop-path-card__image { height: 112px !important; }
.stanloop-creator-hub-center .stanloop-loop-path-card__body { padding: 11px !important; }
.stanloop-creator-hub-center .stanloop-loop-path-card__body h3 { font-size: 13.5px !important; }
.stanloop-creator-hub-center .stanloop-loop-path-card__body p { font-size: 10.5px !important; }
.stanloop-creator-hub-center .stanloop-loop-card-button { min-height: 34px !important; border-radius: 8px !important; font-size: 10.5px !important; }

.stanloop-creator-hub-course-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.stanloop-creator-hub-course { min-width: 0; overflow: hidden; display: grid; align-content: start; border: 1px solid var(--covozi-hub-border); border-radius: 11px; background: #fff; color: var(--covozi-hub-navy-2) !important; text-decoration: none !important; }
.stanloop-creator-hub-course__media { height: 82px; display: grid; place-items: center; overflow: hidden; background: #f3f5f9; }
.stanloop-creator-hub-course__media img { width: 100%; height: 100%; object-fit: cover; }
.stanloop-creator-hub-course__media b { font-size: 26px; color: var(--covozi-hub-yellow); }
.stanloop-creator-hub-course strong { padding: 9px 9px 2px; font-size: 11px; line-height: 1.25; }
.stanloop-creator-hub-course small { padding: 0 9px 10px; color: var(--covozi-hub-muted); font-size: 9.5px; line-height: 1.35; }

.stanloop-creator-hub-page-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.stanloop-creator-hub-page-card { min-width: 0; display: grid; border: 1px solid var(--covozi-hub-border); border-radius: 11px; overflow: hidden; background: #fff; color: var(--covozi-hub-navy-2) !important; text-decoration: none !important; }
.stanloop-creator-hub-page-card__visual { position: relative; height: 78px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg,#fff8d8,#f5f7fb); border-bottom: 1px solid var(--covozi-hub-border); }
.stanloop-creator-hub-page-card__visual b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--covozi-hub-navy); color: var(--covozi-hub-yellow); font-size: 18px; }
.stanloop-creator-hub-page-card__visual i { position: absolute; width: 70px; height: 2px; background: rgba(23,35,58,.12); }
.stanloop-creator-hub-page-card__visual i:first-of-type { bottom: 18px; left: 14px; }
.stanloop-creator-hub-page-card__visual i:last-of-type { bottom: 12px; left: 14px; width: 46px; }
.stanloop-creator-hub-page-card strong { padding: 9px 10px 2px; font-size: 11px; }
.stanloop-creator-hub-page-card small { padding: 0 10px 10px; color: #64708a; font-size: 9.5px; }

/* Right rail: compact, useful, never a second dense dashboard. */
.stanloop-creator-hub-right .stanloop-loop-section { padding: 14px !important; }
.stanloop-creator-hub-right .stanloop-loop-section-head h2 { font-size: 15px !important; }
.stanloop-creator-hub-right .stanloop-loop-mentioned-links .stanloop-loop-link-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 8px !important; }
.stanloop-creator-hub-right .stanloop-loop-link-card { min-width: 0; display: grid !important; grid-template-columns: 80px minmax(0,1fr) !important; gap: 9px !important; align-items: center; border: 1px solid var(--covozi-hub-border) !important; border-radius: 10px !important; overflow: hidden; box-shadow: none !important; }
.stanloop-creator-hub-right .stanloop-loop-link-card:nth-child(n+4) { display: none !important; }
.stanloop-creator-hub-right .stanloop-loop-link-card__image { height: 66px !important; min-height: 66px !important; border-radius: 0 !important; }
.stanloop-creator-hub-right .stanloop-loop-link-card__image img { width: 100%; height: 100%; object-fit: cover; }
.stanloop-creator-hub-right .stanloop-loop-link-card__body { padding: 6px 8px 6px 0 !important; }
.stanloop-creator-hub-right .stanloop-loop-link-card__body h3 { margin: 0 0 3px !important; font-size: 10.5px !important; line-height: 1.25 !important; }
.stanloop-creator-hub-right .stanloop-loop-link-card__body p { margin: 0 !important; color: var(--covozi-hub-muted) !important; font-size: 9px !important; line-height: 1.3 !important; }
.stanloop-creator-hub-right .stanloop-loop-accordion-preview { gap: 7px !important; }
.stanloop-creator-hub-right .stanloop-loop-accordion-preview a { min-height: 42px !important; padding: 0 10px !important; border-radius: 9px !important; font-size: 10px !important; }
.stanloop-creator-hub-right .stanloop-loop-accordion-preview a:nth-child(n+4) { display: none !important; }
.stanloop-creator-hub-right .stanloop-loop-resource-list { gap: 7px !important; }
.stanloop-creator-hub-right .stanloop-loop-resource-item { min-height: 52px !important; padding: 7px !important; border-radius: 9px !important; }
.stanloop-creator-hub-right .stanloop-loop-resource-item:nth-child(n+4) { display: none !important; }
.stanloop-creator-hub-right .stanloop-loop-resource-item__visual { width: 34px !important; height: 34px !important; flex-basis: 34px !important; }
.stanloop-creator-hub-right .stanloop-loop-resource-item__copy small { font-size: 7.5px !important; }
.stanloop-creator-hub-right .stanloop-loop-resource-item__copy strong { font-size: 10.5px !important; }
.stanloop-creator-hub-right .stanloop-loop-resource-item__copy em { font-size: 8.5px !important; }
.stanloop-creator-hub-message { padding: 16px !important; background: linear-gradient(145deg,#fff,#fffdf5) !important; }
.stanloop-creator-hub-message__icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 50%; background: var(--covozi-hub-yellow-soft); color: var(--covozi-hub-navy); }
.stanloop-creator-hub-message h2 { margin: 0 0 6px !important; color: var(--covozi-hub-navy-2) !important; font: 850 16px/1.15 Inter,sans-serif !important; }
.stanloop-creator-hub-message p { margin: 0 0 12px !important; color: var(--covozi-hub-muted) !important; font-size: 10.5px !important; line-height: 1.45 !important; }
.stanloop-creator-hub-message .stanloop-loop-card-button { width: auto !important; display: inline-flex !important; padding-inline: 13px !important; background: var(--covozi-hub-navy) !important; border-color: var(--covozi-hub-navy) !important; color: #fff !important; }

@media (max-width: 1179px) and (min-width: 901px) {
  body.stanloop-loop-layout-page .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-shell--public-creator {
    grid-template-columns: 1fr !important;
  }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__panel { position: static !important; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__links { display: flex !important; overflow-x: auto; scrollbar-width: thin; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__item { flex: 0 0 auto; padding-inline: 14px !important; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__studio { display: none !important; }
  .stanloop-creator-hub-layout { grid-template-columns: minmax(0,1fr) 290px; }
  .stanloop-creator-hub-intro { grid-template-columns: minmax(0,1fr) 210px; }
  .stanloop-creator-hub-course-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .covozi-public-shell__inner--creator-hub { min-height: 64px !important; padding: 0 12px !important; }
  .covozi-public-shell--creator-hub .covozi-shell-logo { width: 128px !important; min-width: 128px !important; }
  .covozi-public-shell--creator-hub .covozi-profile-header-action { display: none !important; }
  .covozi-public-shell--creator-hub .covozi-profile-header-action--primary { display: inline-flex !important; min-height: 38px; padding-inline: 11px; font-size: 11px; }
  .covozi-public-shell__creator-hub-actions { gap: 6px; }

  body.stanloop-loop-layout-page .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-shell--public-creator { display: block !important; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav { margin-bottom: 10px; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__toggle { display: none !important; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__panel { display: block !important; position: static !important; margin: 0 !important; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__links {
    display: flex !important; grid-template-columns: none !important; gap: 7px !important; overflow-x: auto; padding: 7px !important;
    border-radius: 13px !important; scrollbar-width: none;
  }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__links::-webkit-scrollbar { display: none; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__item { min-height: 40px; flex: 0 0 auto; gap: 6px; padding: 0 11px !important; font-size: 11px !important; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__icon { width: 18px; flex-basis: 18px; font-size: 12px; }
  .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .covozi-creator-profile-nav__studio { display: none !important; }

  .stanloop-creator-hub-layout { display: flex; flex-direction: column; gap: 10px; }
  .stanloop-creator-hub-center,
  .stanloop-creator-hub-right { display: contents; }
  .stanloop-creator-hub-intro { order: 1; }
  .stanloop-creator-hub-email { order: 2; }
  .stanloop-creator-hub-right .stanloop-loop-mentioned-links { order: 3; }
  .stanloop-creator-hub-center .stanloop-loop-gallery-preview { order: 4; }
  .stanloop-creator-hub-right .stanloop-loop-small-section:not(.stanloop-loop-resources-preview) { order: 5; }
  .stanloop-creator-hub-center .stanloop-loop-featured-paths { order: 6; }
  .stanloop-creator-hub-right .stanloop-loop-resources-preview { order: 7; }
  .stanloop-creator-hub-center .stanloop-creator-hub-courses { order: 8; }
  .stanloop-creator-hub-center .stanloop-creator-hub-landing-pages { order: 9; }
  .stanloop-creator-hub-message { order: 10; }

  .stanloop-creator-hub-intro { grid-template-columns: 1fr; gap: 14px; padding: 15px !important; }
  .stanloop-creator-hub-intro__main { order: 1; }
  .stanloop-creator-hub-identity { order: 2; display: grid; grid-template-columns: 66px minmax(0,1fr); align-items: center; justify-items: start; text-align: left; padding: 12px; }
  .stanloop-creator-hub-identity > img { grid-row: 1 / span 3; width: 62px; height: 62px; }
  .stanloop-creator-hub-identity > div { align-self: end; }
  .stanloop-creator-hub-identity > span,
  .stanloop-creator-hub-identity > a { grid-column: 2; }
  .stanloop-creator-hub-stats { order: 3; grid-column: 1; }
  .stanloop-creator-hub-email { grid-template-columns: auto minmax(0,1fr); padding: 12px !important; }
  .stanloop-creator-hub-email__form { grid-column: 1 / -1; }
  .stanloop-creator-hub-email > small { grid-column: 1 / -1; margin: 0; }
  .stanloop-creator-hub-center .stanloop-loop-gallery-grid { display: flex !important; overflow-x: auto; gap: 7px !important; scrollbar-width: none; }
  .stanloop-creator-hub-center .stanloop-loop-gallery-item { flex: 0 0 142px; }
  .stanloop-creator-hub-center .stanloop-loop-path-grid { grid-template-columns: 1fr !important; }
  .stanloop-creator-hub-course-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .stanloop-creator-hub-page-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .stanloop-creator-hub-right .stanloop-loop-link-card { grid-template-columns: 94px minmax(0,1fr) !important; }
}

@media (max-width: 520px) {
  .stanloop-creator-hub-intro h1 { font-size: 26px !important; }
  .stanloop-creator-hub-stats { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
  .stanloop-creator-hub-stats .stanloop-loop-stat { min-width: 0; }
  .stanloop-creator-hub-stats .stanloop-loop-stat strong { font-size: 18px !important; }
  .stanloop-creator-hub-stats .stanloop-loop-stat small { font-size: 8.5px !important; }
  .stanloop-creator-hub-email__form { grid-template-columns: 1fr auto; }
  .stanloop-creator-hub-course-grid,
  .stanloop-creator-hub-page-grid { grid-template-columns: 1fr 1fr; }
}

.stanloop-loop-trust-row__channel { color: inherit; font-weight: inherit; text-decoration: underline; text-underline-offset: 2px; }
