/* Covozi v1.0.92 — Full-width Public Profile Navigation & Studio Separation */
:root {
    --covozi-shell-bar: 58px;
    --covozi-shell-bar-mobile: 56px;
    --covozi-shell-nav: 240px;
    --covozi-shell-nav-collapsed: 68px;
    --covozi-shell-border: #e7e1c9;
    --covozi-shell-text: #17233A;
    --covozi-shell-muted: #6B7382;
    --covozi-shell-accent: #F7C948;
    --covozi-shell-accent-soft: #FFF6D8;
    --covozi-shell-surface: #fff;
    --covozi-shell-bg: #FFFCF4;
}

.covozi-shell-logo {
    display: inline-flex;
    align-items: baseline;
    flex: 0 0 auto;
    color: #17201c !important;
    text-decoration: none !important;
    font: 800 25px/1 Inter, system-ui, sans-serif;
    letter-spacing: -1.15px;
}
.covozi-shell-logo span { font-weight: 700; }
.covozi-shell-logo strong { color: var(--covozi-shell-accent); font-weight: 900; }

/* One compact public shell. */
.stanloop-loop-site-header.covozi-public-shell {
    min-height: var(--covozi-shell-bar);
    height: var(--covozi-shell-bar);
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid var(--covozi-shell-border);
    box-shadow: none;
}
.stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__inner,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-header__inner {
    min-height: var(--covozi-shell-bar);
    height: var(--covozi-shell-bar);
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.covozi-public-shell__menu-toggle { display: none; }
.covozi-public-shell__nav,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav {
    display: flex;
    align-items: stretch;
    height: 100%;
    gap: 4px;
    margin: 0;
}
.covozi-public-shell__nav a,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 0;
    color: #47534d;
    font: 650 13px/1.2 Inter, system-ui, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}
.covozi-public-shell__nav a:hover,
.covozi-public-shell__nav a:focus-visible,
.covozi-public-shell__nav a.is-active { color: #14201b; }
.covozi-public-shell__nav a.is-active::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 2px;
    background: var(--covozi-shell-accent);
    border-radius: 2px 2px 0 0;
}
.covozi-public-shell__search,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-search {
    margin-left: auto;
    width: min(240px, 22vw);
    height: 36px;
    border: 1px solid #dfe5e2;
    background: #f7f9f8;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
}
.covozi-public-shell__search input,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    outline: 0;
    box-shadow: none;
    font-size: 12px;
}
.covozi-public-shell__actions,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}
.covozi-public-shell__account-link,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-login {
    font-size: 12px;
    font-weight: 700;
    color: #425049;
    text-decoration: none;
    white-space: nowrap;
}
.covozi-public-shell__mobile { display: none; }

/* Shared authenticated application bar. It stays visible; it never smart-hides. */
.covozi-app-bar {
    position: sticky;
    z-index: 10020;
    top: 0;
    height: var(--covozi-shell-bar);
    min-height: var(--covozi-shell-bar);
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--covozi-shell-border);
    color: var(--covozi-shell-text);
}
body.admin-bar .covozi-app-bar { top: 32px; }
.covozi-app-bar__inner {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
}
.covozi-app-bar__menu {
    display: none;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e5e2;
    background: #fff;
    border-radius: 9px;
    color: #314038;
    cursor: pointer;
    font-size: 18px;
}
.covozi-app-bar__logo { font-size: 23px; }
.covozi-app-bar__divider { color: #a8b0ac; font-size: 19px; }
.covozi-app-bar__title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 750 14px/1.2 Inter, system-ui, sans-serif;
    color: #223029;
}
.covozi-app-bar__actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.covozi-app-bar__action {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #dfe5e2;
    border-radius: 9px;
    background: #fff;
    color: #34423b;
    text-decoration: none;
    font: 700 12px/1 Inter, system-ui, sans-serif;
    white-space: nowrap;
}
.covozi-app-bar__action:hover,
.covozi-app-bar__action:focus-visible { border-color: #b8c5bf; color: #14201b; }
.covozi-app-bar__action.is-primary { background: var(--covozi-shell-accent); border-color: var(--covozi-shell-accent); color: #fff; }
.covozi-app-bar .stanloop-loop-account-menu { margin: 0; }
.covozi-app-bar .stanloop-loop-account-menu__toggle {
    min-height: 36px;
    padding: 2px 6px 2px 2px;
    border: 1px solid #e0e5e2;
    border-radius: 19px;
    background: #fff;
}
.covozi-app-bar .stanloop-loop-account-menu__avatar,
.covozi-app-bar .stanloop-loop-account-menu__avatar-img { width: 30px; height: 30px; }
.covozi-app-bar .stanloop-loop-account-menu__name { display: none; }

/* Shared app frame and side navigation. */
.covozi-app-frame {
    min-height: calc(100vh - var(--covozi-shell-bar));
    display: grid;
    grid-template-columns: var(--covozi-shell-nav) minmax(0, 1fr);
    background: var(--covozi-shell-bg);
}
.covozi-app-nav {
    position: sticky;
    top: var(--covozi-shell-bar);
    z-index: 10000;
    height: calc(100vh - var(--covozi-shell-bar));
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-right: 1px solid var(--covozi-shell-border);
    background: #fff;
}
body.admin-bar .covozi-app-nav { top: calc(var(--covozi-shell-bar) + 32px); height: calc(100vh - var(--covozi-shell-bar) - 32px); }
.covozi-app-nav__scroll {
    min-height: 0;
    flex: 1;
    overflow-y: auto;
    padding: 14px 10px 20px;
    scrollbar-width: thin;
}
.covozi-app-nav__group {
    display: block;
    margin: 13px 10px 5px;
    color: #89928e;
    font: 800 9px/1.2 Inter, system-ui, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.covozi-app-nav__group:first-child { margin-top: 2px; }
.covozi-app-nav__group-links { display: grid; gap: 2px; }
.covozi-app-nav__item {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 9px;
    color: #445149;
    text-decoration: none;
    font: 650 12px/1.2 Inter, system-ui, sans-serif;
}
.covozi-app-nav__item:hover,
.covozi-app-nav__item:focus-visible { background: #f3f6f4; color: #17201c; }
.covozi-app-nav__item.is-active { background: var(--covozi-shell-accent-soft); color: #075f48; font-weight: 800; }
.covozi-app-nav__icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    font-size: 14px;
}
.covozi-app-nav__label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.covozi-app-nav__collapse {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-top: 1px solid var(--covozi-shell-border);
    background: #fff;
    color: #617069;
    cursor: pointer;
    font: 650 11px/1 Inter, system-ui, sans-serif;
}
.covozi-app-content { min-width: 0; width: 100%; }
.covozi-app-frame.is-nav-collapsed { grid-template-columns: var(--covozi-shell-nav-collapsed) minmax(0, 1fr); }
.covozi-app-frame.is-nav-collapsed .covozi-app-nav__group,
.covozi-app-frame.is-nav-collapsed .covozi-app-nav__label,
.covozi-app-frame.is-nav-collapsed .covozi-app-nav__collapse span:last-child { display: none; }
.covozi-app-frame.is-nav-collapsed .covozi-app-nav__scroll { padding-left: 10px; padding-right: 10px; }
.covozi-app-frame.is-nav-collapsed .covozi-app-nav__item { justify-content: center; padding-left: 8px; padding-right: 8px; }
.covozi-app-frame.is-nav-collapsed .covozi-app-nav__icon { width: 28px; flex-basis: 28px; }
.covozi-app-nav-backdrop { display: none; }

/* App-shell rendering of existing Loop management pages. */
.covozi-app-content > .stanloop-loop-page,
.covozi-app-content .stanloop-loop-page--path-studio,
.covozi-app-content .stanloop-loop-page--broadcast-creator,
.covozi-app-content .stanloop-loop-page--work-with-me-editor {
    min-height: calc(100vh - var(--covozi-shell-bar));
    background: var(--covozi-shell-bg);
}
.covozi-app-content .stanloop-loop-shell,
.covozi-app-content .stanloop-loop-shell--path-studio,
.covozi-app-content .stanloop-loop-shell--broadcast-creator,
.covozi-app-content .stanloop-loop-shell--work-with-me-editor {
    display: block !important;
    width: min(100%, 1320px);
    max-width: 1320px;
    margin: 0 auto;
    padding: 22px 26px 40px !important;
}
.covozi-app-content .stanloop-loop-main,
.covozi-app-content .stanloop-loop-main--path-studio,
.covozi-app-content .stanloop-loop-main--broadcast-creator,
.covozi-app-content .stanloop-loop-main--work-with-me-editor { width: 100% !important; max-width: none !important; min-width: 0; }

/* Public creator identity: full hero only on root, compact identity + tabs on subpages. */
.stanloop-loop-shell--public-creator,
.stanloop-loop-shell--public-fan {
    display: block !important;
    max-width: 1320px;
    margin: 0 auto;
}
.stanloop-loop-shell--public-creator > .stanloop-loop-main,
.stanloop-loop-shell--public-fan > .stanloop-loop-main { width: 100% !important; max-width: none !important; min-width: 0; }
.covozi-creator-tabs {
    position: relative;
    z-index: 6;
    margin: 0 0 18px;
    border: 1px solid #e3e8e5;
    border-radius: 12px;
    background: rgba(255,255,255,.98);
    overflow: hidden;
}
.covozi-creator-tabs__track {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    scrollbar-width: thin;
}
.covozi-creator-tabs__item {
    position: relative;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 15px;
    color: #52605a;
    text-decoration: none;
    font: 700 12px/1 Inter, system-ui, sans-serif;
    white-space: nowrap;
}
.covozi-creator-tabs__item:hover,
.covozi-creator-tabs__item:focus-visible,
.covozi-creator-tabs__item.is-active { color: #13221b; }
.covozi-creator-tabs__item.is-active::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background: var(--covozi-shell-accent);
}
.stanloop-loop-context-bar {
    min-height: 64px !important;
    margin-bottom: 10px !important;
    padding: 9px 12px !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}
.stanloop-loop-context-bar__avatar { width: 42px !important; height: 42px !important; }
.stanloop-loop-context-bar__bio { max-width: 600px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Fan private task pages should begin with the task, not repeat the fan hero. */
.covozi-app-content .stanloop-fan-profile-page .stanloop-fan-hero { display: none !important; }

/* Launches and Landing Pages dashboards: shared shell owns global identity. */
.covozi-app-content .covozi-launches,
.covozi-app-content .wrap.covozi-mp {
    box-sizing: border-box;
    width: min(100%, 1320px);
    max-width: 1320px;
    margin: 0 auto !important;
    padding: 22px 26px 44px !important;
}
.covozi-launches__hero--creator.covozi-shell-page-heading,
.covozi-mp__hero--creator.covozi-shell-page-heading {
    min-height: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin: 0 0 18px !important;
    padding: 4px 0 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e7e4 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #18221d !important;
}
.covozi-shell-page-heading__copy > span { display: none !important; }
.covozi-shell-page-heading__copy h1 {
    margin: 0 0 5px !important;
    color: #14201b !important;
    font: 800 clamp(25px, 2.4vw, 34px)/1.08 Inter, system-ui, sans-serif !important;
    letter-spacing: -.035em !important;
}
.covozi-shell-page-heading__copy p {
    max-width: 720px;
    margin: 0 !important;
    color: #65716b !important;
    font: 500 13px/1.5 Inter, system-ui, sans-serif !important;
}
.covozi-shell-page-heading__actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.covozi-shell-page-heading__badges { display: flex; gap: 7px; }
.covozi-shell-page-heading__badges strong,
.covozi-shell-page-heading__badges em {
    padding: 6px 9px;
    border: 1px solid #dce4e0;
    border-radius: 999px;
    background: #fff;
    color: #536159;
    font: 750 10px/1 Inter, system-ui, sans-serif;
    font-style: normal;
}
.covozi-shell-page-heading .button-primary { min-height: 36px !important; border-radius: 9px !important; }

/* Course Creator Studio: keep Tutor's functional shell, normalize its global header. */
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header-host,
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .tutor-dashboard-header.stanloop-studio-header-host {
    min-height: var(--covozi-shell-bar) !important;
    height: var(--covozi-shell-bar) !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--covozi-shell-border) !important;
    background: #fff !important;
    box-shadow: none !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header {
    min-height: var(--covozi-shell-bar) !important;
    height: var(--covozi-shell-bar) !important;
    padding: 0 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #fff !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__mobile-bar {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    padding: 0 !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__brand {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 0 !important;
    color: #17201c !important;
    font-size: 22px !important;
    text-decoration: none !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__brand small {
    display: inline !important;
    margin-left: 10px !important;
    padding-left: 10px !important;
    border-left: 1px solid #dce2df !important;
    color: #46534c !important;
    font: 750 12px/1 Inter, system-ui, sans-serif !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__copy { display: none !important; }
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__actions { margin-left: auto !important; display: flex !important; align-items: center !important; gap: 8px !important; }
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__loop-link { min-height: 34px !important; display: inline-flex !important; align-items: center !important; padding: 0 11px !important; border: 1px solid #dfe5e2 !important; border-radius: 9px !important; background: #fff !important; color: #34423b !important; font-size: 12px !important; }
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__avatar { width: 32px !important; height: 32px !important; border-radius: 50% !important; }
body.stanloop-creator-studio-page .stanloop-studio-brand__label { display: none !important; }
body.stanloop-creator-studio-page .stanloop-studio-sidebar-note { display: none !important; }

/* Legacy bespoke Studio headers are not rendered in v1.0.89, but hide defensively. */
.stanloop-path-workspace-header,
.stanloop-broadcast-workspace-header,
.stanloop-wwm-workspace-header { display: none !important; }

@media (max-width: 1180px) {
    .covozi-public-shell__search,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-search { width: 170px; }
    .covozi-public-shell__nav a,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a { padding-left: 7px; padding-right: 7px; font-size: 12px; }
    .covozi-public-shell__nav a.is-active::after { left: 7px; right: 7px; }
}

@media (max-width: 900px) {
    :root { --covozi-shell-bar: var(--covozi-shell-bar-mobile); }
    body.admin-bar .covozi-app-bar { top: 46px; }
    .stanloop-loop-site-header.covozi-public-shell,
    .stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__inner,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-header__inner { height: var(--covozi-shell-bar-mobile); min-height: var(--covozi-shell-bar-mobile); }
    .stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__inner,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-header__inner { padding: 0 14px; gap: 10px; }
    .covozi-public-shell__menu-toggle {
        width: 38px; height: 38px; flex: 0 0 38px; display: inline-flex; align-items: center; justify-content: center;
        border: 0; background: transparent; color: #29362f; border-radius: 8px; font-size: 19px; cursor: pointer;
    }
    .covozi-public-shell__nav,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav,
    .covozi-public-shell__search,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-search,
    .covozi-public-shell__account-link,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-login { display: none !important; }
    .covozi-public-shell__actions { margin-left: auto; }
    .covozi-public-shell__mobile {
        position: absolute;
        z-index: 10030;
        top: 100%;
        left: 10px;
        right: 10px;
        display: block;
        padding: 8px;
        border: 1px solid #dfe5e2;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 16px 35px rgba(24,37,30,.14);
    }
    .covozi-public-shell__mobile[hidden] { display: none !important; }
    .covozi-public-shell__mobile nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; }
    .covozi-public-shell__mobile a { min-height: 42px; display: flex; align-items: center; padding: 0 12px; border-radius: 8px; color: #34423b; text-decoration: none; font: 700 13px/1 Inter,sans-serif; }
    .covozi-public-shell__mobile a.is-active { background: var(--covozi-shell-accent-soft); color: #075f48; }

    .covozi-app-bar__menu { display: inline-flex; }
    .covozi-app-bar__inner { padding: 0 10px; gap: 8px; }
    .covozi-app-bar__logo { font-size: 21px; }
    .covozi-app-bar__divider { display: none; }
    .covozi-app-bar__title { font-size: 13px; }
    .covozi-app-bar__action { display: none; }
    .covozi-app-frame { display: block; min-height: calc(100vh - var(--covozi-shell-bar-mobile)); }
    .covozi-app-nav {
        position: fixed;
        z-index: 10050;
        top: 0;
        bottom: 0;
        left: 0;
        width: min(82vw, 292px);
        height: 100vh;
        transform: translateX(-105%);
        transition: transform .18s ease;
        box-shadow: 10px 0 30px rgba(24,37,30,.13);
    }
    body.admin-bar .covozi-app-nav { top: 0; height: 100vh; }
    body.covozi-app-nav-open .covozi-app-nav { transform: translateX(0); }
    .covozi-app-nav__scroll { padding-top: 16px; }
    .covozi-app-nav__collapse { display: none; }
    .covozi-app-nav-backdrop {
        position: fixed; z-index: 10040; inset: 0; display: block; border: 0; background: rgba(15,24,19,.42); cursor: default;
    }
    .covozi-app-nav-backdrop[hidden] { display: none !important; }
    .covozi-app-frame.is-nav-collapsed { display: block; }
    .covozi-app-frame.is-nav-collapsed .covozi-app-nav__group,
    .covozi-app-frame.is-nav-collapsed .covozi-app-nav__label { display: block; }
    .covozi-app-frame.is-nav-collapsed .covozi-app-nav__item { justify-content: flex-start; padding-left: 10px; padding-right: 10px; }

    .covozi-app-content .stanloop-loop-shell,
    .covozi-app-content .stanloop-loop-shell--path-studio,
    .covozi-app-content .stanloop-loop-shell--broadcast-creator,
    .covozi-app-content .stanloop-loop-shell--work-with-me-editor,
    .covozi-app-content .covozi-launches,
    .covozi-app-content .wrap.covozi-mp { padding: 16px 14px 34px !important; }
    .covozi-launches__hero--creator.covozi-shell-page-heading,
    .covozi-mp__hero--creator.covozi-shell-page-heading { align-items: flex-start !important; flex-direction: column !important; gap: 12px !important; }
    .covozi-shell-page-heading__actions { width: 100%; justify-content: space-between; }
    .covozi-shell-page-heading__badges { min-width: 0; overflow-x: auto; }
    .stanloop-loop-context-bar__bio { display: none !important; }
    .covozi-creator-tabs { margin-left: -2px; margin-right: -2px; border-radius: 10px; }
    .covozi-creator-tabs__item { min-height: 44px; padding-left: 13px; padding-right: 13px; }

    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header-host,
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .tutor-dashboard-header.stanloop-studio-header-host,
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header { min-height: var(--covozi-shell-bar-mobile) !important; height: var(--covozi-shell-bar-mobile) !important; }
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header { padding: 0 10px !important; }
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__brand small { font-size: 11px !important; max-width: 105px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 520px) {
    .covozi-shell-logo { font-size: 21px; }
    .covozi-public-shell__mobile nav { grid-template-columns: 1fr; }
    .covozi-app-bar__logo { font-size: 20px; }
    .covozi-app-bar__title { max-width: 38vw; }
    .covozi-app-bar .stanloop-loop-account-menu__chevron { display: none; }
    .covozi-shell-page-heading__badges { display: none; }
    .covozi-shell-page-heading__actions .button-primary { width: 100%; }
}

/* Compact page-level headings inside the shared App Shell. */
.covozi-app-content .stanloop-path-studio-home__hero {
    gap: 16px !important;
    padding: 16px 18px !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
}
.covozi-app-content .stanloop-path-studio-home__hero-copy > span { display: none !important; }
.covozi-app-content .stanloop-path-studio-home__hero-copy h1 {
    margin: 0 0 4px !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
    letter-spacing: -.03em !important;
}
.covozi-app-content .stanloop-path-studio-home__hero-copy p { max-width: 680px !important; font-size: 12px !important; line-height: 1.45 !important; }
.covozi-app-content .stanloop-path-studio-home__hero-actions .stanloop-path-studio-button { min-height: 38px !important; padding: 0 13px !important; border-radius: 9px !important; font-size: 11px !important; }

.covozi-app-content .stanloop-resource-studio__header {
    padding: 14px 16px !important;
    border-radius: 14px !important;
    background: #fff !important;
}
.covozi-app-content .stanloop-resource-studio__header > div > span { display: none !important; }
.covozi-app-content .stanloop-resource-studio__header h2 { margin: 0 0 4px !important; font-size: 22px !important; }
.covozi-app-content .stanloop-resource-studio__header p { font-size: 12px !important; line-height: 1.45 !important; }

.covozi-app-content .stanloop-wwm-studio__header {
    padding: 14px 16px !important;
    background: #fff !important;
}
.covozi-app-content .stanloop-wwm-studio__header > div > span { display: none !important; }
.covozi-app-content .stanloop-wwm-studio__header h2 { margin: 0 0 4px !important; font-size: 22px !important; }
.covozi-app-content .stanloop-wwm-studio__header p { max-width: 680px !important; font-size: 12px !important; line-height: 1.45 !important; }
.covozi-app-content .stanloop-wwm-studio__header a { min-height: 36px !important; border-radius: 9px !important; font-size: 11px !important; }

/* Tutor/Courses adapter: same cross-product destinations without rewriting Tutor internals. */
body.stanloop-creator-studio-page .stanloop-studio-brand { display: none !important; }
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__actions { display: none !important; }
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__mobile-actions { display: inline-flex !important; margin-left: auto !important; align-items: center !important; gap: 8px !important; }
.covozi-course-global-nav {
    display: grid;
    gap: 2px;
    margin: 4px 0 10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #e3e8e5;
}
.covozi-course-global-nav__label,
.covozi-course-account-nav-label {
    display: block;
    padding: 7px 8px 5px;
    color: #7a857f;
    font: 800 9px/1 Inter, system-ui, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.covozi-course-global-nav__item {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 9px;
    border-radius: 8px;
    color: #46524c !important;
    text-decoration: none !important;
    font: 650 11px/1.2 Inter, system-ui, sans-serif;
}
.covozi-course-global-nav__item > span { width: 18px; text-align: center; color: #718078; }
.covozi-course-global-nav__item > strong { font: inherit; }
.covozi-course-global-nav__item:hover,
.covozi-course-global-nav__item:focus-visible { background: #f4f7f5; color: #17201c !important; }
.covozi-course-global-nav__item.is-active { background: var(--covozi-shell-accent-soft); color: #075f48 !important; font-weight: 800; }

@media (max-width: 900px) {
    .covozi-app-content .stanloop-path-studio-home__hero,
    .covozi-app-content .stanloop-resource-studio__header,
    .covozi-app-content .stanloop-wwm-studio__header { padding: 13px 14px !important; }
    .covozi-app-content .stanloop-path-studio-home__hero-copy h1,
    .covozi-app-content .stanloop-resource-studio__header h2,
    .covozi-app-content .stanloop-wwm-studio__header h2 { font-size: 20px !important; }
    .covozi-app-content .stanloop-path-studio-home__hero-actions,
    .covozi-app-content .stanloop-resource-studio__summary { width: 100%; }
    .covozi-course-global-nav { display: none; }
}

/* Private account/task pages: task content starts immediately below the App Shell. */
.covozi-app-content > .stanloop-public-main,
.covozi-app-content .stanloop-account-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 22px 26px 40px !important;
    background: var(--covozi-shell-bg) !important;
}
.covozi-app-content .stanloop-account-shell {
    width: min(100%, 1120px) !important;
    margin: 0 auto !important;
    padding: 24px !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}
.covozi-app-content .stanloop-account-page-head {
    max-width: 760px !important;
    margin: 0 0 22px !important;
    text-align: left !important;
}
.covozi-app-content .stanloop-account-page-head > .stanloop-public-badge { display: none !important; }
.covozi-app-content .stanloop-account-page-head h1 {
    margin: 0 0 6px !important;
    font-size: 26px !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
}
.covozi-app-content .stanloop-account-page-head p { font-size: 13px !important; line-height: 1.5 !important; font-weight: 600 !important; }

@media (max-width: 900px) {
    .covozi-app-content > .stanloop-public-main,
    .covozi-app-content .stanloop-account-main { padding: 16px 14px 32px !important; }
    .covozi-app-content .stanloop-account-shell { padding: 18px !important; border-radius: 14px !important; }
    .covozi-app-content .stanloop-account-page-head h1 { font-size: 23px !important; }
}


/* -------------------------------------------------------------------------
 * v1.0.90 — live WordPress acceptance repair
 * - Restore shell CSS/JS on custom Landing Pages and Launches documents.
 * - Raise navigation and helper typography to a comfortable launch baseline.
 * - Repair Tutor/Courses desktop account/menu containment and align its shell.
 * - Keep the public profile root expressive, but reduce first-fold consumption.
 * ---------------------------------------------------------------------- */

/* Public shell readability. */
.covozi-public-shell__nav a,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a {
    font-size: 14.5px;
    font-weight: 700;
}
.covozi-public-shell__search input,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-search input {
    font-size: 13.5px;
    font-weight: 550;
}
.covozi-public-shell__account-link,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-login {
    font-size: 13.5px;
}

/* App bar and navigation: the live 12px shell was too small at 1920px. */
.covozi-app-bar__logo { font-size: 24px; }
.covozi-app-bar__title { font-size: 16px; font-weight: 800; }
.covozi-app-bar__action {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 13.5px;
}
.covozi-app-bar .stanloop-loop-account-menu__toggle {
    min-height: 38px;
    border-radius: 20px;
}
.covozi-app-bar .stanloop-loop-account-menu__avatar,
.covozi-app-bar .stanloop-loop-account-menu__avatar-img { width: 32px; height: 32px; }

.covozi-app-nav__scroll { padding-top: 16px; }
.covozi-app-nav__group {
    margin: 15px 10px 7px;
    color: #77837d;
    font-size: 11.5px;
    letter-spacing: .08em;
}
.covozi-app-nav__item {
    min-height: 46px;
    gap: 11px;
    padding: 9px 11px;
    font-size: 14.5px;
    font-weight: 680;
}
.covozi-app-nav__icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
    font-size: 15px;
}
.covozi-app-nav__collapse {
    min-height: 52px;
    font-size: 13px;
    font-weight: 700;
}

/* Public creator subpages: compact, but not miniature. */
.covozi-creator-tabs__item {
    min-height: 48px;
    padding-inline: 16px;
    font-size: 14px;
}
.stanloop-loop-context-bar { min-height: 68px !important; padding: 10px 13px !important; }
.stanloop-loop-context-bar__avatar { width: 44px !important; height: 44px !important; }
.stanloop-loop-context-bar__bio { font-size: 14px !important; }
.stanloop-loop-context-action,
.stanloop-loop-context-bar__join .stanloop-loop-button,
.stanloop-loop-context-more > summary { font-size: 13.5px !important; }

/* The public profile root keeps identity, while yielding materially more first fold. */
@media (min-width: 1181px) {
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-hero {
        min-height: 218px !important;
        grid-template-columns: 132px minmax(0, 1fr) minmax(270px, 330px) !important;
        gap: 24px !important;
        padding: 24px 26px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-hero__avatar {
        width: 122px !important;
        height: 122px !important;
        border-width: 5px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-hero__status {
        margin-top: -21px !important;
        padding: 6px 11px !important;
        font-size: 11px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-hero h1 {
        margin-bottom: 8px !important;
        font-size: clamp(34px, 3vw, 44px) !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-hero__content p {
        margin-bottom: 16px !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-button {
        min-height: 42px !important;
        padding-inline: 18px !important;
        font-size: 13px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-trust-card {
        padding: 16px 17px !important;
        border-radius: 18px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-trust-card h2 {
        margin-bottom: 10px !important;
        font-size: 17px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-trust-card__rows {
        gap: 7px !important;
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-trust-row {
        grid-template-columns: 30px 1fr auto !important;
        gap: 8px !important;
        font-size: 13px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-trust-row__platform {
        width: 27px !important;
        height: 27px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-socials span {
        margin-bottom: 7px !important;
        font-size: 12.5px !important;
    }
    .stanloop-loop-page--public-creator[data-stanloop-loop-context="home"] .stanloop-loop-social-icon {
        width: 37px !important;
        height: 37px !important;
    }
}

/* Dashboard/page-level text was over-compressed in v1.0.89. */
.covozi-shell-page-heading__copy p { font-size: 14.5px !important; line-height: 1.55 !important; }
.covozi-shell-page-heading__badges strong,
.covozi-shell-page-heading__badges em { font-size: 11.5px; padding: 7px 10px; }
.covozi-shell-page-heading .button-primary { min-height: 40px !important; padding-inline: 14px !important; font-size: 13px !important; }

.covozi-app-content .stanloop-path-studio-home__hero-copy p,
.covozi-app-content .stanloop-resource-studio__header p,
.covozi-app-content .stanloop-wwm-studio__header p {
    font-size: 14px !important;
    line-height: 1.55 !important;
}
.covozi-app-content .stanloop-path-studio-home__hero-actions .stanloop-path-studio-button,
.covozi-app-content .stanloop-wwm-studio__header a {
    min-height: 40px !important;
    font-size: 13px !important;
}
.covozi-app-content .stanloop-account-page-head p { font-size: 14.5px !important; line-height: 1.55 !important; }

/* Give common creator tools a readable inherited baseline without resizing headings. */
.covozi-app-content .stanloop-smart-replies,
.covozi-app-content .stanloop-ai-assistant,
.covozi-app-content .stanloop-ai-assistant-profile-tab {
    font-size: 15px;
}
.covozi-app-content .stanloop-smart-replies__eyebrow,
.covozi-app-content .stanloop-ai-assistant__eyebrow { font-size: 13px; }
.covozi-app-content .stanloop-smart-replies__form small { font-size: 13px; }

/* Courses/Tutor desktop adapter: one visible top bar, contained account menu,
 * same 240px navigation rail, and no leaked account links across the page. */
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__mobile-loop {
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    border: 1px solid #dfe5e2 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #34423b !important;
    font: 700 13px/1 Inter, system-ui, sans-serif !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__account {
    position: relative !important;
    display: inline-flex !important;
    z-index: 10025 !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__account-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    display: inline-grid !important;
    place-items: center !important;
    border: 1px solid #e0e5e2 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #314038 !important;
    font: 800 12px/1 Inter, system-ui, sans-serif !important;
    cursor: pointer !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__account-menu {
    position: absolute !important;
    top: calc(100% + 9px) !important;
    right: 0 !important;
    width: min(290px, calc(100vw - 24px)) !important;
    max-height: min(640px, calc(100vh - 80px)) !important;
    overflow-y: auto !important;
    display: none !important;
    gap: 4px !important;
    padding: 10px !important;
    border: 1px solid #dfe5e2 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(31,50,77,.16) !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__account.is-open .stanloop-studio-header__account-menu,
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__account:focus-within .stanloop-studio-header__account-menu {
    display: grid !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__account-menu strong {
    display: block !important;
    padding: 8px 9px 7px !important;
    font-size: 13px !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__account-menu a {
    display: block !important;
    padding: 9px 10px !important;
    border-radius: 9px !important;
    color: #26362e !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__account-menu a:hover,
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header__account-menu a:focus-visible {
    background: var(--covozi-shell-accent-soft) !important;
    color: #075f48 !important;
}
.covozi-course-account-nav-label {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #edf0ee;
    font-size: 11.5px;
}
.covozi-course-global-nav__label { font-size: 11.5px; }
.covozi-course-global-nav__item {
    min-height: 44px;
    gap: 10px;
    padding-inline: 10px;
    font-size: 14px;
}

@media (min-width: 992px) {
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-layout,
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .tutor-dashboard-layout {
        grid-template-columns: var(--covozi-shell-nav) minmax(0, 1fr) !important;
        padding-top: var(--covozi-shell-bar) !important;
    }
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-main,
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .tutor-dashboard-main,
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .tutor-frontend-dashboard-maincontent {
        padding-top: 0 !important;
    }
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header-host,
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .tutor-dashboard-header.stanloop-studio-header-host {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        min-height: var(--covozi-shell-bar) !important;
        height: var(--covozi-shell-bar) !important;
        z-index: 10030 !important;
    }
    body.admin-bar.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header-host,
    body.admin-bar.stanloop-creator-studio-page.stanloop-studio-shell-ready .tutor-dashboard-header.stanloop-studio-header-host {
        top: 32px !important;
    }
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-header {
        width: 100% !important;
        max-width: none !important;
        padding: 0 18px !important;
    }
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-sidebar,
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .tutor-dashboard-sidebar {
        top: var(--covozi-shell-bar) !important;
        width: var(--covozi-shell-nav) !important;
        min-width: var(--covozi-shell-nav) !important;
        max-width: var(--covozi-shell-nav) !important;
        height: calc(100vh - var(--covozi-shell-bar)) !important;
        min-height: calc(100vh - var(--covozi-shell-bar)) !important;
        padding: 14px 10px 18px !important;
        background: #fff !important;
        box-shadow: none !important;
        border-right: 1px solid var(--covozi-shell-border) !important;
    }
    body.admin-bar.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-studio-sidebar,
    body.admin-bar.stanloop-creator-studio-page.stanloop-studio-shell-ready .tutor-dashboard-sidebar {
        top: calc(var(--covozi-shell-bar) + 32px) !important;
        height: calc(100vh - var(--covozi-shell-bar) - 32px) !important;
        min-height: calc(100vh - var(--covozi-shell-bar) - 32px) !important;
    }
}

/* At tablet widths the public shell switches to the drawer before labels need
 * to be squeezed down again. */
@media (min-width: 901px) and (max-width: 1180px) {
    .covozi-public-shell__nav a,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a {
        font-size: 13.5px;
        padding-inline: 7px;
    }
}

@media (max-width: 900px) {
    .covozi-app-bar__title { font-size: 15.5px; }
    .covozi-app-nav__group { font-size: 11px; }
    .covozi-app-nav__item { min-height: 48px; font-size: 14.5px; }
    .covozi-public-shell__mobile a { min-height: 46px; font-size: 14.5px; }
    .covozi-creator-tabs__item { min-height: 46px; font-size: 14px; }
    .stanloop-loop-context-bar__bio { font-size: 13px !important; }
    .covozi-shell-page-heading__copy p { font-size: 14px !important; }
    .covozi-app-content .stanloop-path-studio-home__hero-copy p,
    .covozi-app-content .stanloop-resource-studio__header p,
    .covozi-app-content .stanloop-wwm-studio__header p { font-size: 13.5px !important; }
}

/* Wide-monitor efficiency: the first v1.0.89 shell left ~180px of dead space
 * on each side of the task canvas after the 240px rail. Use the monitor while
 * retaining comfortable gutters and bounded line lengths inside components. */
.covozi-app-content .stanloop-loop-shell,
.covozi-app-content .stanloop-loop-shell--path-studio,
.covozi-app-content .stanloop-loop-shell--broadcast-creator,
.covozi-app-content .stanloop-loop-shell--work-with-me-editor {
    width: min(100%, 1540px) !important;
    max-width: 1540px !important;
}
.covozi-app-content .covozi-launches,
.covozi-app-content .wrap.covozi-mp {
    width: min(100%, 1540px) !important;
    max-width: 1540px !important;
}
@media (min-width: 1200px) {
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-manage-workspace,
    body.stanloop-creator-dashboard-home-page.stanloop-studio-shell-ready .stanloop-home-workspace,
    body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-learning-workspace {
        width: min(1380px, 100%) !important;
        max-width: 1380px !important;
    }
}

/* Path Studio used a viewport-wide toolbar wash before it lived beside the
 * shared App rail. Centering a 100vw pseudo-element inside the reduced content
 * track pushed ~120px past the viewport and created the live horizontal page
 * scrollbar. Keep that wash inside the App content track instead. */
.covozi-app-content .stanloop-path-studio-editor__toolbar::before {
    left: -26px !important;
    right: -26px !important;
    width: auto !important;
    transform: none !important;
}
@media (max-width: 900px) {
    .covozi-app-content .stanloop-path-studio-editor__toolbar::before {
        left: -14px !important;
        right: -14px !important;
    }
}


/* -------------------------------------------------------------------------
 * v1.0.91 — public header surface & active indicator repair
 * Live acceptance showed the public-shell wrapper itself painting white behind
 * the rounded inner header. Because the inner rail is narrower than the outer
 * shell, that exposed two rectangular white side gutters. Keep the outer shell
 * transparent and let the existing rounded inner rail own the surface.
 *
 * The active marker also belonged to the full-height nav link and therefore sat
 * against the bottom edge. Lift it into the navigation row so it reads as the
 * selected item's indicator rather than a detached footer rule.
 * ---------------------------------------------------------------------- */
.stanloop-loop-site-header.covozi-public-shell {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.covozi-public-shell__nav a.is-active::after,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a.is-active::after,
.stanloop-public-site-header .stanloop-loop-site-nav a.is-active::after {
    bottom: 8px !important;
    height: 2px !important;
    border-radius: 999px !important;
}

/* -------------------------------------------------------------------------
 * v1.0.92 — Full-width shell + public creator left navigation
 * ---------------------------------------------------------------------- */

/* The public active marker is a fixed-width pill centred on the actual nav
 * control, independent of label width and legacy public-page offsets. */
.covozi-public-shell__nav a.is-active::after,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a.is-active::after,
.stanloop-public-site-header .stanloop-loop-site-nav a.is-active::after {
    left: 50% !important;
    right: auto !important;
    bottom: 7px !important;
    width: 28px !important;
    height: 2px !important;
    transform: translateX(-50%) !important;
    border-radius: 999px !important;
}

/* Use the available viewport instead of a historical 1320–1540px outer rail.
 * Inner text blocks/cards may keep their own readable measures. */
.stanloop-loop-site-header,
.stanloop-loop-site-header.covozi-public-shell,
.stanloop-public-site-header,
.stanloop-loop-site-footer {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__inner,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-header__inner {
    width: 100% !important;
    max-width: none !important;
}
body.stanloop-public-page .stanloop-public-main,
.stanloop-public-main {
    width: calc(100% - 24px) !important;
    max-width: none !important;
}
.stanloop-loop-page {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 16px !important;
}
.stanloop-loop-shell,
.stanloop-loop-shell--public-creator,
.stanloop-loop-shell--public-fan,
.stanloop-loop-shell--broadcast-public,
.stanloop-loop-shell--work-with-me-public {
    width: 100% !important;
    max-width: none !important;
}
.covozi-app-content .stanloop-loop-shell,
.covozi-app-content .stanloop-loop-shell--path-studio,
.covozi-app-content .stanloop-loop-shell--broadcast-creator,
.covozi-app-content .stanloop-loop-shell--work-with-me-editor,
.covozi-app-content .covozi-launches,
.covozi-app-content .wrap.covozi-mp {
    width: 100% !important;
    max-width: none !important;
}
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-manage-workspace,
body.stanloop-creator-dashboard-home-page.stanloop-studio-shell-ready .stanloop-home-workspace,
body.stanloop-creator-studio-page.stanloop-studio-shell-ready .stanloop-learning-workspace {
    width: 100% !important;
    max-width: none !important;
}

/* Public creator pages always use fan-facing navigation on the left. */
.stanloop-loop-shell--public-creator,
.stanloop-loop-shell--broadcast-public,
.stanloop-loop-shell--work-with-me-public {
    display: grid !important;
    grid-template-columns: 226px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
}
.stanloop-loop-main--public-profile {
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
}
.covozi-creator-tabs { display: none !important; }
.covozi-creator-profile-nav {
    min-width: 0;
    position: relative;
    z-index: 8;
}
.covozi-creator-profile-nav__toggle { display: none; }
.covozi-creator-profile-nav__panel {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 12px;
}
body.admin-bar .covozi-creator-profile-nav__panel { top: 50px; }
.covozi-creator-profile-nav__links {
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid #e1e7e3;
    border-radius: 16px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 12px 30px rgba(31,43,68,.06);
}
.covozi-creator-profile-nav__item {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 11px;
    color: #3c4942;
    text-decoration: none !important;
    font: 720 14px/1.2 Inter, system-ui, sans-serif;
}
.covozi-creator-profile-nav__item:hover,
.covozi-creator-profile-nav__item:focus-visible {
    color: #122019;
    background: #f2f6f4;
}
.covozi-creator-profile-nav__item.is-active {
    color: #075f48;
    background: var(--covozi-shell-accent-soft);
    box-shadow: inset 3px 0 0 var(--covozi-shell-accent);
    font-weight: 820;
}
.covozi-creator-profile-nav__studio {
    padding: 8px;
    border: 1px solid rgba(10,122,91,.24);
    border-radius: 16px;
    background: linear-gradient(145deg,#f2faf7,#fff8f4);
}
.covozi-creator-profile-nav__studio a {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 10px;
    color: #173127;
    text-decoration: none !important;
}
.covozi-creator-profile-nav__studio a > span:first-child {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #e5f6ef;
    color: var(--covozi-shell-accent);
    font-size: 16px;
}
.covozi-creator-profile-nav__studio a > span:last-child { display: grid; gap: 2px; }
.covozi-creator-profile-nav__studio strong { font-size: 14px; line-height: 1.15; }
.covozi-creator-profile-nav__studio small { color: #6b7771; font-size: 11px; line-height: 1.3; }

/* One common creator management landing surface. */
.covozi-studio-home { padding: 4px; }
.covozi-studio-home__hero {
    padding: 8px 4px 20px;
    border-bottom: 1px solid #e2e7e4;
}
.covozi-studio-home__hero > span {
    color: var(--covozi-shell-accent);
    font: 850 11px/1.2 Inter,system-ui,sans-serif;
    letter-spacing: .09em;
}
.covozi-studio-home__hero h1 {
    margin: 6px 0 7px;
    color: #132019;
    font: 850 clamp(30px,3vw,42px)/1.05 Inter,system-ui,sans-serif;
    letter-spacing: -.04em;
}
.covozi-studio-home__hero p { margin: 0; max-width: 760px; color: #637068; font-size: 15px; line-height: 1.55; }
.covozi-studio-home__groups { display: grid; gap: 24px; padding-top: 22px; }
.covozi-studio-home__group h2 { margin: 0 0 10px; font-size: 18px; }
.covozi-studio-home__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.covozi-studio-home__card {
    min-height: 110px;
    display: grid;
    grid-template-columns: 36px minmax(0,1fr);
    grid-template-rows: auto auto;
    gap: 5px 10px;
    align-content: center;
    padding: 16px;
    border: 1px solid #e1e7e3;
    border-radius: 15px;
    background: #fff;
    color: #25332c;
    text-decoration: none !important;
}
.covozi-studio-home__card:hover,
.covozi-studio-home__card:focus-visible { border-color: #b9d8cb; box-shadow: 0 10px 24px rgba(31,43,68,.07); }
.covozi-studio-home__card > span { grid-row: 1 / span 2; width: 36px; height: 36px; display:grid; place-items:center; border-radius:10px; background:#edf7f3; color:#0a7458; }
.covozi-studio-home__card strong { align-self:end; font-size:14px; }
.covozi-studio-home__card small { color:#718078; font-size:11px; }

@media (max-width: 1100px) {
    .covozi-studio-home__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
    .stanloop-loop-site-header,
    .stanloop-loop-site-header.covozi-public-shell,
    .stanloop-public-site-header,
    body.stanloop-public-page .stanloop-public-main,
    .stanloop-public-main,
    .stanloop-loop-site-footer {
        width: calc(100% - 16px) !important;
    }
    .stanloop-loop-page { padding-inline: 8px !important; }
    .stanloop-loop-shell--public-creator,
    .stanloop-loop-shell--broadcast-public,
    .stanloop-loop-shell--work-with-me-public {
        grid-template-columns: minmax(0,1fr) !important;
        gap: 10px !important;
    }
    .covozi-creator-profile-nav__toggle {
        min-height: 48px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 14px;
        border: 1px solid #e1e7e3;
        border-radius: 12px;
        background: #fff;
        color: #25332c;
        font: 800 14px/1 Inter,system-ui,sans-serif;
    }
    .covozi-creator-profile-nav__panel { position: static; display: none; margin-top: 8px; }
    .covozi-creator-profile-nav.is-open .covozi-creator-profile-nav__panel { display: grid; }
    .covozi-creator-profile-nav__links { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .covozi-creator-profile-nav__item { min-height: 44px; }
}
@media (max-width: 560px) {
    .covozi-studio-home__grid,
    .covozi-creator-profile-nav__links { grid-template-columns: 1fr; }
}

/* v1.0.92 — remove the BuddyBoss/theme content rail as a second hidden width cap
 * on rendered Covozi creator/fan surfaces. The Covozi shell owns its own safe
 * gutters; theme wrappers must not re-center it inside a 1200–1480px container. */
body.stanloop-loop-layout-page #page,
body.stanloop-loop-layout-page #content,
body.stanloop-loop-layout-page .site-content,
body.stanloop-loop-layout-page #content > .container,
body.stanloop-loop-layout-page .site-content > .container,
body.stanloop-loop-layout-page .bb-grid,
body.stanloop-loop-layout-page .content-area {
    width: 100% !important;
    max-width: none !important;
}
body.stanloop-loop-layout-page #content > .container,
body.stanloop-loop-layout-page .site-content > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.stanloop-loop-layout-page .content-area {
    flex: 1 1 100% !important;
    min-width: 0 !important;
}


/* v1.0.94 — approved yellow/navy/white identity */
.covozi-brand-logo,
.covozi-shell-logo,
.stanloop-loop-site-logo,
.stanloop-auth-site-logo,
.stanloop-path-workspace-header__logo,
.stanloop-broadcast-workspace-header__logo,
.stanloop-wwm-workspace-header__logo,
.stanloop-studio-header__brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
.covozi-brand-logo__art,
.covozi-brand-logo__img {
    display: block;
}
.covozi-brand-logo__img {
    width: auto;
    height: 38px;
    max-width: 100%;
}
.covozi-app-bar__logo .covozi-brand-logo__img { height: 34px; }
.stanloop-path-workspace-header__logo .covozi-brand-logo__img,
.stanloop-broadcast-workspace-header__logo .covozi-brand-logo__img,
.stanloop-wwm-workspace-header__logo .covozi-brand-logo__img,
.stanloop-loop-site-logo .covozi-brand-logo__img,
.stanloop-auth-site-logo .covozi-brand-logo__img { height: 36px; }
.stanloop-studio-header__brand .covozi-brand-logo__img { height: 32px; }

.covozi-public-shell__nav a:hover,
.covozi-public-shell__nav a:focus-visible,
.covozi-public-shell__nav a.is-active,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a:hover,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a:focus-visible,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a.is-active,
.covozi-app-bar__action:hover,
.covozi-app-bar__action:focus-visible,
.covozi-app-nav__item:hover,
.covozi-app-nav__item:focus-visible,
.covozi-creator-profile-nav__item:hover,
.covozi-creator-profile-nav__item:focus-visible { color: #17233A; }
.covozi-app-bar__action.is-primary { color: #17233A !important; }
.covozi-app-nav__item.is-active,
.covozi-course-global-nav__item.is-active,
.covozi-creator-profile-nav__item.is-active,
.covozi-public-shell__mobile a.is-active {
    color: #17233A !important;
    background: #FFF6D8 !important;
}
.covozi-creator-profile-nav__item.is-active { box-shadow: inset 3px 0 0 #F7C948; }
.covozi-public-shell__nav a.is-active::after,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a.is-active::after,
.stanloop-public-site-header .stanloop-loop-site-nav a.is-active::after { background: #F7C948 !important; }
.covozi-creator-profile-nav__studio {
    border-color: rgba(247,201,72,.42) !important;
    background: linear-gradient(145deg,#FFF8DF,#FFFFFF) !important;
}
.covozi-creator-profile-nav__studio a > span:first-child { background: #FFE082; color: #17233A; }

/* Broadcast public pages are standalone full-width pages, not left-rail subpages. */
.stanloop-loop-shell--broadcast-public {
    display: block !important;
    grid-template-columns: none !important;
}
@media (max-width: 900px) {
    .covozi-brand-logo__img { height: 34px; }
    .covozi-app-bar__logo .covozi-brand-logo__img { height: 30px; }
}
@media (max-width: 520px) {
    .covozi-brand-logo__img { height: 30px; }
    .stanloop-auth-site-logo .covozi-brand-logo__img,
    .stanloop-loop-site-logo .covozi-brand-logo__img { height: 28px; }
}


/* v1.0.96 — logo lockup placement repair */
.covozi-brand-logo,
.covozi-shell-logo,
.stanloop-loop-site-logo,
.stanloop-auth-site-logo,
.stanloop-path-workspace-header__logo,
.stanloop-broadcast-workspace-header__logo,
.stanloop-wwm-workspace-header__logo,
.stanloop-studio-header__brand {
    align-items: center !important;
    gap: 8px !important;
    line-height: 1 !important;
}
.covozi-brand-logo__art {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 0 !important;
    flex: 0 0 auto !important;
}
.covozi-brand-logo__img {
    display: block !important;
    width: auto !important;
    height: 32px !important;
    max-width: none !important;
}
.covozi-app-bar__logo .covozi-brand-logo__img,
.stanloop-studio-header__brand .covozi-brand-logo__img { height: 30px !important; }
.stanloop-path-workspace-header__logo .covozi-brand-logo__img,
.stanloop-broadcast-workspace-header__logo .covozi-brand-logo__img,
.stanloop-wwm-workspace-header__logo .covozi-brand-logo__img,
.stanloop-loop-site-logo .covozi-brand-logo__img,
.stanloop-auth-site-logo .covozi-brand-logo__img { height: 32px !important; }
.stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__brand,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo,
.stanloop-public-site-header .stanloop-loop-site-logo {
    align-self: center !important;
    transform: translateY(0) !important;
}
@media (max-width: 900px) {
    .covozi-brand-logo__img,
    .stanloop-loop-site-logo .covozi-brand-logo__img,
    .stanloop-auth-site-logo .covozi-brand-logo__img { height: 30px !important; }
    .covozi-app-bar__logo .covozi-brand-logo__img,
    .stanloop-studio-header__brand .covozi-brand-logo__img { height: 28px !important; }
}
@media (max-width: 520px) {
    .covozi-brand-logo__img,
    .stanloop-loop-site-logo .covozi-brand-logo__img,
    .stanloop-auth-site-logo .covozi-brand-logo__img,
    .covozi-app-bar__logo .covozi-brand-logo__img { height: 27px !important; }
}


/* -------------------------------------------------------------------------
 * v1.0.97 — authoritative shared-logo cleanup
 * Older Loop/Public CSS is intentionally versioned with COVOZI_CORE_VERSION
 * and can remain browser/CDN cached. Suppress every historical pseudo-logo
 * from the cache-busted Unified Shell layer and reserve the complete modern
 * wordmark width so navigation can never overlap or clip it.
 * ---------------------------------------------------------------------- */
.covozi-shell-logo::before,
.covozi-shell-logo::after,
.stanloop-loop-site-logo::before,
.stanloop-loop-site-logo::after,
.stanloop-public-site-header .stanloop-loop-site-logo::before,
.stanloop-public-site-header .stanloop-loop-site-logo::after,
.stanloop-path-workspace-header__logo::before,
.stanloop-path-workspace-header__logo::after,
.stanloop-broadcast-workspace-header__logo::before,
.stanloop-broadcast-workspace-header__logo::after,
.stanloop-wwm-workspace-header__logo::before,
.stanloop-wwm-workspace-header__logo::after,
.stanloop-auth-site-logo::before,
.stanloop-auth-site-logo::after,
.stanloop-studio-header__brand::before,
.stanloop-studio-header__brand::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo,
.stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo {
    box-sizing: border-box !important;
    flex: 0 0 150px !important;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: var(--covozi-shell-bar) !important;
    min-height: var(--covozi-shell-bar) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
.stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art {
    flex: 0 0 150px !important;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    overflow: visible !important;
}
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img,
.stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img {
    display: block !important;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
    max-height: 34px !important;
    object-fit: contain !important;
    object-position: left center !important;
    overflow: visible !important;
}

/* Keep the first navigation item separated from the complete logo lockup. */
.stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__nav,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    margin-left: 4px !important;
}

@media (max-width: 900px) {
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo {
        flex-basis: 132px !important;
        width: 132px !important;
        min-width: 132px !important;
        max-width: 132px !important;
        height: var(--covozi-shell-bar-mobile) !important;
        min-height: var(--covozi-shell-bar-mobile) !important;
    }
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img {
        flex-basis: 132px !important;
        width: 132px !important;
        min-width: 132px !important;
        max-width: 132px !important;
        height: auto !important;
        max-height: 30px !important;
    }
}

@media (max-width: 520px) {
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo {
        flex-basis: 118px !important;
        width: 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
    }
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img {
        flex-basis: 118px !important;
        width: 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
        height: auto !important;
        max-height: 27px !important;
    }
}

/* -------------------------------------------------------------------------
 * v1.0.100 — one-header architecture + approved logo source
 * Global navigation lives left, approved Covozi lockup is mathematically
 * centred, contextual/profile actions live right. The public profile no
 * longer needs a second identity/header band.
 * ---------------------------------------------------------------------- */
:root {
    --covozi-shell-bar: 87px;
    --covozi-shell-bar-mobile: 84px;
    --covozi-profile-nav: 252px;
}

.stanloop-loop-site-header.covozi-public-shell {
    min-height: var(--covozi-shell-bar) !important;
    height: var(--covozi-shell-bar) !important;
}
.stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__inner,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-header__inner {
    min-height: var(--covozi-shell-bar) !important;
    height: var(--covozi-shell-bar) !important;
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 24px !important;
    padding: 0 28px !important;
}
.covozi-public-shell__left {
    grid-column: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-self: start;
}
.covozi-public-shell__right {
    grid-column: 3;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-self: end;
    justify-content: flex-end;
    gap: 12px;
}
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo,
.stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo,
.stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__logo {
    grid-column: 2;
    justify-self: center !important;
    box-sizing: border-box !important;
    flex: none !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: 68px !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
.stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img,
.stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img {
    flex: none !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: 66px !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    overflow: visible !important;
}

.stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__nav,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav {
    flex: none !important;
    margin: 0 !important;
    gap: 2px !important;
}
.covozi-public-shell__nav a,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a {
    padding-inline: 9px !important;
    font-size: 13.5px !important;
}
.covozi-public-shell__nav a.is-active::after,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a.is-active::after,
.stanloop-public-site-header .stanloop-loop-site-nav a.is-active::after {
    bottom: 13px !important;
}
.covozi-public-shell__search,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-search {
    margin-left: 0 !important;
    width: min(220px, 18vw) !important;
    height: 40px !important;
}

/* Profile-specific actions replace the former second profile header. */
.covozi-public-shell__profile-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}
.covozi-profile-header-action {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #dfe2e8;
    border-radius: 11px;
    background: #fff;
    color: #17233A !important;
    text-decoration: none !important;
    font: 780 12px/1 Inter, system-ui, sans-serif;
    white-space: nowrap;
}
.covozi-profile-header-action--primary {
    border-color: #F7C948;
    background: #F7C948;
}
.covozi-profile-header-details {
    position: relative;
}
.covozi-profile-header-details > summary {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid #dfe2e8;
    border-radius: 11px;
    background: #fff;
    color: #17233A;
    cursor: pointer;
    list-style: none;
    font: 760 12px/1 Inter, system-ui, sans-serif;
    white-space: nowrap;
}
.covozi-profile-header-details > summary::-webkit-details-marker { display: none; }
.covozi-profile-header-details__panel {
    position: absolute;
    z-index: 12050;
    top: calc(100% + 9px);
    right: 0;
    width: 230px;
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid #e3e6ec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(23,35,58,.14);
}
.covozi-profile-header-details__panel strong {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #17233A;
    font-size: 12px;
}
.covozi-profile-header-details__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.covozi-profile-header-details__socials a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #e2e5ea;
    border-radius: 50%;
    background: #fff;
    color: #17233A;
    text-decoration: none;
}
.covozi-public-shell__mobile-profile-actions { display: none; }

/* Public profile left rail owns identity from now on. */
.stanloop-loop-shell--public-creator,
.stanloop-loop-shell--broadcast-public,
.stanloop-loop-shell--work-with-me-public {
    display: grid !important;
    grid-template-columns: var(--covozi-profile-nav) minmax(0, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: none !important;
    align-items: start !important;
}
.covozi-creator-profile-nav__panel {
    gap: 10px !important;
}
.covozi-creator-profile-nav__identity {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 12px;
    border: 1px solid #e2e5ea;
    border-radius: 16px;
    background: #fff;
    color: #17233A !important;
    text-decoration: none !important;
    box-shadow: 0 10px 26px rgba(23,35,58,.055);
}
.covozi-creator-profile-nav__identity img {
    width: 58px;
    height: 58px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #F7C948;
}
.covozi-creator-profile-nav__identity > span {
    min-width: 0;
    display: grid;
    gap: 3px;
}
.covozi-creator-profile-nav__identity strong {
    overflow: hidden;
    color: #17233A;
    font: 850 15px/1.15 Inter, system-ui, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.covozi-creator-profile-nav__identity small {
    color: #6B7382;
    font: 700 11px/1.2 Inter, system-ui, sans-serif;
}
.covozi-creator-profile-nav__verified {
    display: inline-grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    background: #F7C948;
    color: #17233A;
    font-size: 10px;
}
.covozi-creator-profile-nav__bio {
    margin: -1px 4px 3px;
    color: #657083;
    font-size: 11.5px;
    line-height: 1.45;
}
.covozi-creator-profile-nav__links {
    border-color: #e2e5ea !important;
    box-shadow: 0 10px 26px rgba(23,35,58,.045) !important;
}

/* Shared App/Studio header follows the same left / center / right logic. */
.covozi-app-bar {
    height: var(--covozi-shell-bar) !important;
    min-height: var(--covozi-shell-bar) !important;
}
.covozi-app-bar__inner {
    height: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 0 22px !important;
}
.covozi-app-bar__left {
    grid-column: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: start;
}
.covozi-app-bar__logo {
    grid-column: 2;
    justify-self: center;
    width: 195px !important;
    min-width: 195px !important;
    max-width: 195px !important;
    height: 62px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.covozi-app-bar__logo .covozi-brand-logo__art,
.covozi-app-bar__logo .covozi-brand-logo__img {
    width: 195px !important;
    min-width: 195px !important;
    max-width: 195px !important;
    height: auto !important;
    max-height: 59px !important;
    object-fit: contain !important;
}
.covozi-app-bar__actions {
    grid-column: 3;
    justify-self: end;
    margin-left: 0 !important;
}
.covozi-app-bar__divider { display: none !important; }
.covozi-app-bar__title { font-size: 15px !important; }

@media (max-width: 1240px) {
    .stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__inner,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-header__inner {
        gap: 14px !important;
        padding-inline: 18px !important;
    }
    .covozi-public-shell__nav a,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a {
        padding-inline: 6px !important;
        font-size: 12.5px !important;
    }
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img {
        width: 190px !important;
        min-width: 190px !important;
        max-width: 190px !important;
    }
    .covozi-public-shell__search { width: 175px !important; }
    .covozi-profile-header-details > summary span:last-child { display: none; }
}

@media (max-width: 980px) {
    .stanloop-loop-site-header.covozi-public-shell {
        height: var(--covozi-shell-bar-mobile) !important;
        min-height: var(--covozi-shell-bar-mobile) !important;
    }
    .stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__inner,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-header__inner {
        height: var(--covozi-shell-bar-mobile) !important;
        min-height: var(--covozi-shell-bar-mobile) !important;
        grid-template-columns: minmax(48px,1fr) auto minmax(48px,1fr) !important;
        padding-inline: 12px !important;
    }
    .covozi-public-shell__menu-toggle {
        display: inline-flex !important;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border: 1px solid #e1e4e9;
        border-radius: 11px;
        background: #fff;
        color: #17233A;
        font-size: 19px;
    }
    .covozi-public-shell__nav { display: none !important; }
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img {
        width: 170px !important;
        min-width: 170px !important;
        max-width: 170px !important;
        max-height: 54px !important;
    }
    .covozi-public-shell__search { display: none !important; }
    .covozi-public-shell--profile .covozi-public-shell__profile-actions .covozi-profile-header-action:not(.covozi-profile-header-action--primary),
    .covozi-public-shell--profile .covozi-profile-header-details { display: none !important; }
    .covozi-profile-header-action--primary { min-height: 42px; padding-inline: 11px; font-size: 11px; }
    .covozi-public-shell__mobile-profile-actions { display: block; padding: 12px; border-top: 1px solid #e5e7ec; }
    .covozi-public-shell__mobile-profile-actions .covozi-public-shell__profile-actions { justify-content: stretch; flex-wrap: wrap; }
    .covozi-public-shell__mobile-profile-actions .covozi-profile-header-action,
    .covozi-public-shell__mobile-profile-actions .covozi-profile-header-details { display: flex !important; flex: 1 1 auto; }
    .covozi-public-shell__mobile-profile-actions .covozi-profile-header-details { position: relative; }

    .stanloop-loop-shell--public-creator,
    .stanloop-loop-shell--broadcast-public,
    .stanloop-loop-shell--work-with-me-public {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 10px !important;
    }
    .covozi-creator-profile-nav__panel { position: static !important; }

    .covozi-app-bar { height: var(--covozi-shell-bar-mobile) !important; min-height: var(--covozi-shell-bar-mobile) !important; }
    .covozi-app-bar__inner { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) !important; padding-inline: 12px !important; }
    .covozi-app-bar__menu { display: inline-flex !important; }
    .covozi-app-bar__logo,
    .covozi-app-bar__logo .covozi-brand-logo__art,
    .covozi-app-bar__logo .covozi-brand-logo__img {
        width: 160px !important;
        min-width: 160px !important;
        max-width: 160px !important;
        max-height: 50px !important;
    }
    .covozi-app-bar__title { max-width: 180px; font-size: 13px !important; }
}

@media (max-width: 560px) {
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__art,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img,
    .stanloop-public-site-header .stanloop-loop-site-logo.covozi-shell-logo .covozi-brand-logo__img {
        width: 145px !important;
        min-width: 145px !important;
        max-width: 145px !important;
        max-height: 46px !important;
    }
    .covozi-public-shell__right { gap: 5px; }
    .covozi-public-shell__right .stanloop-loop-account-menu__name { display: none !important; }
    .covozi-public-shell__right .covozi-profile-header-action--primary { display: none !important; }
    .covozi-app-bar__logo,
    .covozi-app-bar__logo .covozi-brand-logo__art,
    .covozi-app-bar__logo .covozi-brand-logo__img {
        width: 138px !important;
        min-width: 138px !important;
        max-width: 138px !important;
    }
    .covozi-app-bar__title { display: none; }
}


/* -------------------------------------------------------------------------
 * v1.1 — universal-shell regression repair
 * - header attaches to viewport top and gains a little more breathing room
 * - header navigation/readability increases 2–3px
 * - early custom Landing/Launch documents own their account dropdown styles
 * - App navigation cannot inherit browser-blue links from builder CSS
 * ---------------------------------------------------------------------- */
:root {
    --covozi-shell-bar: 94px;
    --covozi-shell-bar-mobile: 90px;
}

.stanloop-loop-site-header.covozi-public-shell,
.stanloop-loop-site-header.covozi-public-shell *,
.covozi-app-bar,
.covozi-app-bar *,
.covozi-app-frame,
.covozi-app-frame * { box-sizing: border-box !important; }

/* Public header is attached to the top: no legacy 22px floating-header gap. */
.stanloop-loop-site-header.covozi-public-shell,
.stanloop-public-site-header.covozi-public-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    top: 0 !important;
    min-height: var(--covozi-shell-bar) !important;
    height: var(--covozi-shell-bar) !important;
}
.stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__inner,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-header__inner {
    min-height: var(--covozi-shell-bar) !important;
    height: var(--covozi-shell-bar) !important;
    border-radius: 0 0 18px 18px !important;
}

/* Header typography: deliberately larger than v1.0.100. */
.covozi-public-shell__nav a,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a {
    font-size: 16px !important;
    font-weight: 720 !important;
}
.covozi-public-shell__search input,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-search input {
    font-size: 14px !important;
}
.covozi-profile-header-action,
.covozi-profile-header-details > summary {
    min-height: 44px !important;
    font-size: 14.5px !important;
}
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-account-menu__toggle {
    min-height: 44px !important;
    font-size: 14px !important;
}

/* App/Studio header follows the same larger rhythm. */
.covozi-app-bar {
    height: var(--covozi-shell-bar) !important;
    min-height: var(--covozi-shell-bar) !important;
    top: 0 !important;
}
.covozi-app-bar__title { font-size: 17px !important; font-weight: 800 !important; }
.covozi-app-bar__action { min-height: 40px !important; font-size: 14.5px !important; }
.covozi-app-bar .stanloop-loop-account-menu__toggle { min-height: 42px !important; font-size: 14px !important; }

/* Self-contained account menu. Landing Pages / Launches print a custom
 * document before the normal Loop stylesheet, so the unified shell must own
 * these rules instead of relying on loop-layout.css. */
.covozi-app-bar .stanloop-loop-account-menu,
.covozi-public-shell__right .stanloop-loop-account-menu {
    position: relative !important;
    z-index: 12040 !important;
    width: auto !important;
}
.covozi-app-bar .stanloop-loop-account-menu__toggle,
.covozi-public-shell__right .stanloop-loop-account-menu__toggle {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 5px 10px 5px 5px !important;
    border: 1px solid #dfe2e8 !important;
    border-radius: 22px !important;
    background: #fff !important;
    color: #17233A !important;
    cursor: pointer !important;
    box-shadow: none !important;
}
.covozi-app-bar .stanloop-loop-account-menu__avatar,
.covozi-public-shell__right .stanloop-loop-account-menu__avatar,
.covozi-app-bar .stanloop-loop-account-menu__avatar-img,
.covozi-public-shell__right .stanloop-loop-account-menu__avatar-img {
    width: 32px !important;
    height: 32px !important;
    display: block !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.covozi-app-bar .stanloop-loop-account-menu::after,
.covozi-public-shell__right .stanloop-loop-account-menu::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    height: 12px !important;
}
.covozi-app-bar .stanloop-loop-account-menu__dropdown,
.covozi-public-shell__right .stanloop-loop-account-menu__dropdown {
    position: absolute !important;
    top: calc(100% + 2px) !important;
    right: 0 !important;
    left: auto !important;
    width: 250px !important;
    min-width: 250px !important;
    margin: 0 !important;
    padding: 10px !important;
    display: block !important;
    border: 1px solid #e1e4e9 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 20px 48px rgba(23,35,58,.14) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-6px) !important;
    pointer-events: none !important;
    transition: opacity .15s ease, transform .15s ease, visibility .15s ease !important;
    z-index: 12050 !important;
}
.covozi-app-bar .stanloop-loop-account-menu:hover .stanloop-loop-account-menu__dropdown,
.covozi-app-bar .stanloop-loop-account-menu:focus-within .stanloop-loop-account-menu__dropdown,
.covozi-public-shell__right .stanloop-loop-account-menu:hover .stanloop-loop-account-menu__dropdown,
.covozi-public-shell__right .stanloop-loop-account-menu:focus-within .stanloop-loop-account-menu__dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}
.covozi-app-bar .stanloop-loop-account-menu__identity,
.covozi-public-shell__right .stanloop-loop-account-menu__identity {
    margin: 0 0 7px !important;
    padding: 11px !important;
    border-radius: 12px !important;
    background: #FFF8DF !important;
}
.covozi-app-bar .stanloop-loop-account-menu__identity strong,
.covozi-app-bar .stanloop-loop-account-menu__identity span,
.covozi-public-shell__right .stanloop-loop-account-menu__identity strong,
.covozi-public-shell__right .stanloop-loop-account-menu__identity span {
    display: block !important;
    color: #17233A !important;
}
.covozi-app-bar .stanloop-loop-account-menu__item,
.covozi-public-shell__right .stanloop-loop-account-menu__item {
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 11px !important;
    border-radius: 10px !important;
    color: #17233A !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 750 !important;
}
.covozi-app-bar .stanloop-loop-account-menu__item:hover,
.covozi-app-bar .stanloop-loop-account-menu__item:focus,
.covozi-public-shell__right .stanloop-loop-account-menu__item:hover,
.covozi-public-shell__right .stanloop-loop-account-menu__item:focus {
    background: #FFF6D8 !important;
    color: #17233A !important;
}

/* Custom builder styles must never turn universal navigation blue. */
.covozi-app-frame .covozi-app-nav__item,
.covozi-editor2-dashboard-screen .covozi-app-nav__item,
.covozi-launches-dashboard-screen .covozi-app-nav__item {
    color: #17233A !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 720 !important;
}
.covozi-app-frame .covozi-app-nav__item.is-active,
.covozi-editor2-dashboard-screen .covozi-app-nav__item.is-active,
.covozi-launches-dashboard-screen .covozi-app-nav__item.is-active {
    color: #17233A !important;
    background: #FFF4CB !important;
}
.covozi-app-frame .covozi-app-nav__group { color: #6B7382 !important; }

@media (max-width: 1240px) {
    .covozi-public-shell__nav a,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a {
        font-size: 15px !important;
        padding-inline: 6px !important;
    }
}
@media (max-width: 1080px) {
    .covozi-public-shell__nav { display: none !important; }
    .covozi-public-shell__menu-toggle { display: inline-flex !important; }
    .covozi-public-shell__search { display: none !important; }
}
@media (max-width: 980px) {
    .stanloop-loop-site-header.covozi-public-shell,
    .stanloop-public-site-header.covozi-public-shell,
    .covozi-app-bar {
        min-height: var(--covozi-shell-bar-mobile) !important;
        height: var(--covozi-shell-bar-mobile) !important;
    }
}


/* v1.2 — shell typography + selected navigation indicator repair. */
.stanloop-loop-site-header.covozi-public-shell,
.stanloop-loop-site-header.covozi-public-shell *,
.stanloop-public-site-header.covozi-public-shell,
.stanloop-public-site-header.covozi-public-shell *,
.covozi-app-bar,
.covozi-app-bar *,
.covozi-app-nav,
.covozi-app-nav *,
.covozi-creator-profile-nav,
.covozi-creator-profile-nav *,
.covozi-creator-profile-identity,
.covozi-creator-profile-identity *,
.covozi-course-global-nav,
.covozi-course-global-nav * {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Never allow theme/link text-decoration to become the active state. */
.covozi-public-shell__nav a,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a,
.stanloop-public-site-header.covozi-public-shell .stanloop-loop-site-nav a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: 0 !important;
}
.covozi-public-shell__nav a:hover,
.covozi-public-shell__nav a:focus,
.covozi-public-shell__nav a.is-active,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a:hover,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a:focus,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a.is-active,
.stanloop-public-site-header.covozi-public-shell .stanloop-loop-site-nav a:hover,
.stanloop-public-site-header.covozi-public-shell .stanloop-loop-site-nav a:focus,
.stanloop-public-site-header.covozi-public-shell .stanloop-loop-site-nav a.is-active {
    text-decoration: none !important;
    text-decoration-line: none !important;
}
.covozi-public-shell__nav a.is-active::after,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a.is-active::after,
.stanloop-public-site-header.covozi-public-shell .stanloop-loop-site-nav a.is-active::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: -10px !important;
    width: 28px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #F7C948 !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
}

.covozi-app-nav__item,
.covozi-creator-profile-nav__item,
.covozi-course-global-nav__item {
    text-decoration: none !important;
    text-decoration-line: none !important;
}


/* v1.3 — sitewide approved palette + stronger navigation selection. */
:root {
    --covozi-shell-text: #17233A !important;
    --covozi-shell-muted: #5B6472 !important;
    --covozi-shell-accent: #F7C948 !important;
    --covozi-shell-accent-soft: #F3F6FA !important;
    --covozi-shell-border: #E5E8EC !important;
    --covozi-shell-bg: #FFFCF4 !important;
}

/* Public top navigation stays quiet; yellow is the deliberate active cue. */
.covozi-public-shell__nav a,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a,
.stanloop-public-site-header.covozi-public-shell .stanloop-loop-site-nav a {
    color: #17233A !important;
}
.covozi-public-shell__nav a:hover,
.covozi-public-shell__nav a:focus-visible,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a:hover,
.stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-nav a:focus-visible {
    color: #17233A !important;
    background: #F3F6FA !important;
    border-radius: 9px !important;
}

/* App/Studio left navigation: selected items must read as selected at a glance. */
.covozi-app-nav__item,
.covozi-course-global-nav__item {
    color: #17233A !important;
}
.covozi-app-nav__item:hover,
.covozi-app-nav__item:focus-visible,
.covozi-course-global-nav__item:hover,
.covozi-course-global-nav__item:focus-visible {
    color: #17233A !important;
    background: #F3F6FA !important;
}
.covozi-app-frame .covozi-app-nav__item.is-active,
.covozi-editor2-dashboard-screen .covozi-app-nav__item.is-active,
.covozi-launches-dashboard-screen .covozi-app-nav__item.is-active,
.covozi-app-nav__item.is-active,
.covozi-course-global-nav__item.is-active {
    color: #17233A !important;
    background: #F7C948 !important;
    box-shadow: inset 4px 0 0 #17233A !important;
    font-weight: 850 !important;
}
.covozi-app-nav__group,
.covozi-app-frame .covozi-app-nav__group {
    color: #5B6472 !important;
}

/* Public creator rail: strong yellow active item rather than a pale wash. */
.covozi-creator-profile-nav__item {
    color: #17233A !important;
}
.covozi-creator-profile-nav__item:hover,
.covozi-creator-profile-nav__item:focus-visible {
    color: #17233A !important;
    background: #F3F6FA !important;
}
.covozi-creator-profile-nav__item.is-active {
    color: #17233A !important;
    background: #F7C948 !important;
    box-shadow: inset 4px 0 0 #17233A !important;
    font-weight: 850 !important;
}

/* Covozi Studio card on the creator rail is a strong brand anchor. */
.covozi-creator-profile-nav__studio {
    border-color: #17233A !important;
    background: #17233A !important;
    box-shadow: 0 10px 24px rgba(23,35,58,.12) !important;
}
.covozi-creator-profile-nav__studio a,
.covozi-creator-profile-nav__studio strong {
    color: #FFFFFF !important;
}
.covozi-creator-profile-nav__studio small {
    color: #DDE3EA !important;
}
.covozi-creator-profile-nav__studio a > span:first-child {
    background: #F7C948 !important;
    color: #17233A !important;
}
.covozi-creator-profile-nav__studio:hover,
.covozi-creator-profile-nav__studio:focus-within {
    background: #0E172B !important;
}

/* Keep semantic feedback distinct from the brand palette. */
.is-error,
.is-danger,
.is-delete,
[class*="--error"],
[class*="--danger"] {
    --covozi-semantic-error: #B42318;
}


/* v1.4 — navigation, yellow-action contrast, and utility-surface polish. */
:root {
    --covozi-shell-bg: #F7F8FA !important;
    --covozi-shell-accent-soft: #FFF0B5 !important;
    --covozi-shell-soft: #F3F6FA;
    --covozi-shell-accent-strong: #FFE082;
}
.stanloop-loop-site-header.covozi-public-shell,
.stanloop-public-site-header.covozi-public-shell,
.covozi-app-bar {
    background: #FFFFFF !important;
    background-image: none !important;
}
.covozi-app-frame { background: #F7F8FA !important; }
.covozi-app-nav__item:hover,
.covozi-app-nav__item:focus-visible,
.covozi-course-global-nav__item:hover,
.covozi-course-global-nav__item:focus-visible,
.covozi-creator-profile-nav__item:hover,
.covozi-creator-profile-nav__item:focus-visible {
    background: #FFF0B5 !important;
}
.covozi-app-frame .covozi-app-nav__item.is-active,
.covozi-editor2-dashboard-screen .covozi-app-nav__item.is-active,
.covozi-launches-dashboard-screen .covozi-app-nav__item.is-active,
.covozi-app-nav__item.is-active,
.covozi-course-global-nav__item.is-active,
.covozi-creator-profile-nav__item.is-active {
    background: #F7C948 !important;
    color: #17233A !important;
    border: 1px solid #E0B32C !important;
    box-shadow: 0 6px 15px rgba(23,35,58,.08) !important;
    font-weight: 850 !important;
}
.covozi-app-nav__item.is-active::before,
.covozi-course-global-nav__item.is-active::before,
.covozi-creator-profile-nav__item.is-active::before {
    content: none !important;
    display: none !important;
}
.covozi-app-bar__action.is-primary,
.covozi-public-shell__context-action.is-primary,
.covozi-public-shell__creator-action.is-primary {
    background: #F7C948 !important;
    border-color: #E0B32C !important;
    color: #17233A !important;
    -webkit-text-fill-color: #17233A !important;
}
/* Dark, legible help surfaces instead of washed-out cream tooltips. */
.stanloop-path-points-help__popover,
.stanloop-video-card__description-popover,
.stanloop-sponsored-reward-tip__popover,
.stanloop-loop-context-bar__explore-hint,
.stanloop-wwm-workspace-header__explore-hint,
.tutor-popover,
.tutor-popover-menu {
    background: #17233A !important;
    border-color: #34455F !important;
    color: #FFFFFF !important;
    box-shadow: 0 16px 36px rgba(23,35,58,.20) !important;
}
.stanloop-path-points-help__popover *,
.stanloop-video-card__description-popover *,
.stanloop-sponsored-reward-tip__popover *,
.stanloop-loop-context-bar__explore-hint *,
.stanloop-wwm-workspace-header__explore-hint *,
.tutor-popover *,
.tutor-popover-menu * { color: inherit !important; }
.stanloop-sponsored-reward-tip summary > span,
.stanloop-path-points-help > button,
.stanloop-path-points-help > span {
    background: #17233A !important;
    color: #F7C948 !important;
    border-color: #17233A !important;
}



/* -------------------------------------------------------------------------
 * Covozi v1.46 — Restore readable site rails outside Studio/editors.
 *
 * v1.0.92 deliberately removed historical outer width caps sitewide. That was
 * useful for Covozi Studio and editing workspaces, but made ordinary public
 * pages and public profile surfaces expand too far on large monitors.
 *
 * Normal site pages return to the established 1480px centered rail. Covozi
 * Studio, Landing Builder, Path Studio, Broadcast Studio and Work With Me
 * editing shells keep their immersive full-monitor canvas rules unchanged.
 * ---------------------------------------------------------------------- */
:root {
    --covozi-site-readable-rail: 1480px;
}

@media (min-width: 901px) {
    .stanloop-loop-site-header,
    .stanloop-loop-site-header.covozi-public-shell,
    .stanloop-public-site-header,
    .stanloop-loop-site-footer {
        width: min(var(--covozi-site-readable-rail), calc(100% - 48px)) !important;
        max-width: var(--covozi-site-readable-rail) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .stanloop-loop-site-header.covozi-public-shell .covozi-public-shell__inner,
    .stanloop-loop-site-header.covozi-public-shell .stanloop-loop-site-header__inner {
        width: 100% !important;
        max-width: none !important;
    }

    body.stanloop-public-page .stanloop-public-main,
    .stanloop-public-main {
        width: min(var(--covozi-site-readable-rail), calc(100% - 48px)) !important;
        max-width: var(--covozi-site-readable-rail) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.stanloop-loop-layout-page .stanloop-loop-page--public-creator,
    body.stanloop-loop-layout-page .stanloop-loop-page--broadcast-public,
    body.stanloop-loop-layout-page .stanloop-loop-page--work-with-me-public,
    body.stanloop-loop-layout-page .stanloop-fan-profile-page--public,
    body.stanloop-loop-layout-page .stanloop-fan-profile-page--app {
        width: min(var(--covozi-site-readable-rail), calc(100% - 48px)) !important;
        max-width: var(--covozi-site-readable-rail) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 900px) {
    .stanloop-loop-site-header,
    .stanloop-loop-site-header.covozi-public-shell,
    .stanloop-public-site-header,
    body.stanloop-public-page .stanloop-public-main,
    .stanloop-public-main,
    .stanloop-loop-site-footer,
    body.stanloop-loop-layout-page .stanloop-loop-page--public-creator,
    body.stanloop-loop-layout-page .stanloop-loop-page--broadcast-public,
    body.stanloop-loop-layout-page .stanloop-loop-page--work-with-me-public,
    body.stanloop-loop-layout-page .stanloop-fan-profile-page--public,
    body.stanloop-loop-layout-page .stanloop-fan-profile-page--app {
        width: calc(100% - 16px) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Covozi v1.79 — canonical public marketing header.
 * One renderer now owns Home, Creators, Fans, Advertisers, Loopline, Blog,
 * Sign in and other non-profile public surfaces. Geometry follows the accepted
 * Home/Audience header: logo left, primary navigation centered, Start Free at
 * right, sunflower active indicator and the same <=900px menu behavior. */
.covozi-marketing-header-v179 {
    position: sticky;
    top: 0;
    z-index: 10020;
    width: 100%;
    height: 82px;
    min-height: 82px;
    margin: 0;
    overflow: visible;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(7,25,54,.08);
    box-shadow: 0 8px 28px rgba(7,25,54,.035);
    color: #071936;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.admin-bar .covozi-marketing-header-v179 { top: 32px; }
.covozi-marketing-header-v179,
.covozi-marketing-header-v179 * { box-sizing: border-box; }
.covozi-marketing-header-v179__shell {
    width: min(1280px, calc(100% - 80px));
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}
.covozi-marketing-header-v179__brand {
    display: flex;
    align-items: center;
    width: 150px;
    height: 46px;
    overflow: hidden;
    color: #071936;
    text-decoration: none;
}
.covozi-marketing-header-v179__brand .covozi-brand-logo__art { display: flex; align-items: center; }
.covozi-marketing-header-v179__brand img {
    display: block;
    width: 148px;
    max-width: 148px;
    height: auto;
    margin: 0;
}
.covozi-marketing-header-v179__nav {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 0;
}
.covozi-marketing-header-v179__nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 12px 0;
    color: #071936;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.01em;
    white-space: nowrap;
}
.covozi-marketing-header-v179__nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: #FFC629;
    transform: translateX(-50%);
    transition: width .2s ease;
}
.covozi-marketing-header-v179__nav a:hover,
.covozi-marketing-header-v179__nav a:focus-visible,
.covozi-marketing-header-v179__nav a.is-active { color: #071936; }
.covozi-marketing-header-v179__nav a:hover::after,
.covozi-marketing-header-v179__nav a:focus-visible::after,
.covozi-marketing-header-v179__nav a.is-active::after { width: 28px; }
.covozi-marketing-header-v179__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
}
.covozi-marketing-header-v179__account { display: flex; align-items: center; }
.covozi-marketing-header-v179__account .stanloop-loop-account-menu { margin: 0; }
.covozi-marketing-header-v179__account .stanloop-loop-account-menu__toggle {
    min-height: 44px;
    border: 1px solid rgba(7,25,54,.12);
    border-radius: 22px;
    background: #fff;
}
.covozi-marketing-header-v179__cta {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border: 1px solid #FFC629;
    border-radius: 12px;
    background: #FFC629;
    color: #071936;
    text-decoration: none;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(7,25,54,.08);
    transition: transform .18s ease, box-shadow .18s ease;
}
.covozi-marketing-header-v179__cta:hover {
    color: #071936;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(7,25,54,.09);
}
.covozi-marketing-header-v179__nav a:focus-visible,
.covozi-marketing-header-v179__cta:focus-visible,
.covozi-marketing-header-v179__menu-toggle:focus-visible {
    outline: 4px solid rgba(255,198,41,.45);
    outline-offset: 3px;
}
.covozi-marketing-header-v179__menu-toggle,
.covozi-marketing-header-v179__mobile { display: none; }

@media (max-width: 1120px) and (min-width: 901px) {
    .covozi-marketing-header-v179__shell {
        width: min(100% - 44px, 1040px);
        grid-template-columns: 132px minmax(0, 1fr) auto;
        gap: 18px;
    }
    .covozi-marketing-header-v179__brand { width: 132px; }
    .covozi-marketing-header-v179__brand img { width: 130px; max-width: 130px; }
    .covozi-marketing-header-v179__nav { gap: 18px; }
    .covozi-marketing-header-v179__nav a { font-size: 14px; }
    .covozi-marketing-header-v179__cta { min-height: 50px; padding: 0 20px; font-size: 15px; }
}

@media (max-width: 900px) {
    .covozi-marketing-header-v179__shell {
        position: relative;
        display: grid;
        grid-template-columns: 42px minmax(0,1fr) auto;
        width: min(100% - 28px, 720px);
        gap: 10px;
    }
    .covozi-marketing-header-v179__menu-toggle {
        width: 42px;
        height: 42px;
        display: inline-grid;
        place-items: center;
        padding: 0;
        border: 1px solid rgba(7,25,54,.12);
        border-radius: 11px;
        background: #fff;
        color: #071936;
        font: 800 20px/1 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(7,25,54,.045);
    }
    .covozi-marketing-header-v179__brand {
        justify-self: start;
        min-width: 0;
    }
    .covozi-marketing-header-v179__nav,
    .covozi-marketing-header-v179__account { display: none; }
    .covozi-marketing-header-v179__actions { justify-self: end; }
    .covozi-marketing-header-v179__mobile {
        position: absolute;
        z-index: 10050;
        top: calc(100% + 8px);
        left: max(14px, env(safe-area-inset-left));
        right: max(14px, env(safe-area-inset-right));
        display: block;
        padding: 10px;
        border: 1px solid rgba(7,25,54,.12);
        border-radius: 16px;
        background: rgba(255,255,255,.985);
        box-shadow: 0 18px 42px rgba(7,25,54,.16);
        backdrop-filter: blur(14px);
    }
    .covozi-marketing-header-v179__mobile[hidden] { display: none !important; }
    .covozi-marketing-header-v179__mobile nav {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 6px;
    }
    .covozi-marketing-header-v179__mobile a {
        min-height: 48px;
        display: flex;
        align-items: center;
        padding: 0 14px;
        border-radius: 11px;
        color: #071936;
        text-decoration: none;
        font: 750 14px/1.2 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
    }
    .covozi-marketing-header-v179__mobile a.is-active,
    .covozi-marketing-header-v179__mobile a:hover,
    .covozi-marketing-header-v179__mobile a:focus-visible {
        background: #fff7d8;
        outline: none;
    }
}

@media (max-width: 782px) {
    body.admin-bar .covozi-marketing-header-v179 { top: 46px; }
}

@media (max-width: 640px) {
    .covozi-marketing-header-v179 { height: 70px; min-height: 70px; }
    .covozi-marketing-header-v179__shell {
        grid-template-columns: 40px minmax(0,1fr) auto;
        width: calc(100% - 20px);
        gap: 8px;
    }
    .covozi-marketing-header-v179__menu-toggle {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        font-size: 19px;
    }
    .covozi-marketing-header-v179__brand {
        width: 108px;
        height: 38px;
    }
    .covozi-marketing-header-v179__brand img { width: 108px; max-width: 108px; }
    .covozi-marketing-header-v179__cta {
        min-height: 44px;
        padding: 0 13px;
        border-radius: 10px;
        font-size: 13.5px;
    }
    .covozi-marketing-header-v179__mobile nav { grid-template-columns: 1fr; }
    .covozi-marketing-header-v179__mobile a { min-height: 46px; font-size: 14px; }
}

@media (max-width: 370px) {
    .covozi-marketing-header-v179__brand { width: 98px; }
    .covozi-marketing-header-v179__brand img { width: 98px; max-width: 98px; }
    .covozi-marketing-header-v179__cta { padding-inline: 11px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    .covozi-marketing-header-v179__nav a::after,
    .covozi-marketing-header-v179__cta { transition: none; }
}

/* -------------------------------------------------------------------------
 * Covozi v1.95 — public marketing header logo render fix
 * v1.94 changed the grid slot, but the historic global logo rule still forced
 * the approved wordmark image to 32px high with !important. Keep the accepted
 * v1.93 header/grid geometry and override the actual rendered image instead.
 * ---------------------------------------------------------------------- */
@media (min-width: 1121px) {
    .covozi-marketing-header-v179__brand .covozi-brand-logo__img {
        width: auto !important;
        max-width: none !important;
        height: 45px !important;
        max-height: 45px !important;
    }
}

@media (max-width: 1120px) and (min-width: 901px) {
    .covozi-marketing-header-v179__brand .covozi-brand-logo__img {
        width: auto !important;
        max-width: none !important;
        height: 39px !important;
        max-height: 39px !important;
    }
}

@media (max-width: 900px) and (min-width: 641px) {
    .covozi-marketing-header-v179__brand .covozi-brand-logo__img {
        width: auto !important;
        max-width: none !important;
        height: 45px !important;
        max-height: 45px !important;
    }
}

@media (max-width: 640px) {
    .covozi-marketing-header-v179__brand .covozi-brand-logo__img {
        width: auto !important;
        max-width: none !important;
        height: 32px !important;
        max-height: 32px !important;
    }
}

@media (max-width: 370px) {
    .covozi-marketing-header-v179__brand .covozi-brand-logo__img {
        height: 29px !important;
        max-height: 29px !important;
    }
}

/* -------------------------------------------------------------------------
 * v1.96 — Studio navigation hierarchy polish
 * - Studio Home moves from the left rail into the app header.
 * - The current Studio destination follows it as a compact breadcrumb/link.
 * - Header height, centered Covozi mark and right-side actions stay unchanged.
 * ---------------------------------------------------------------------- */
.covozi-app-bar__trail {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
}
.covozi-app-bar__studio-home,
.covozi-app-bar__current {
    min-width: 0;
    color: #17233A !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    line-height: 1.2;
}
.covozi-app-bar__studio-home {
    font-size: 17px;
}
.covozi-app-bar__studio-home:hover,
.covozi-app-bar__studio-home:focus-visible,
.covozi-app-bar__current:hover,
.covozi-app-bar__current:focus-visible {
    color: #9B6A00 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
.covozi-app-bar__trail-separator {
    flex: 0 0 auto;
    color: #9CA3AF;
    font-size: 20px;
    line-height: 1;
}
.covozi-app-bar__current {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .covozi-app-bar__trail { gap: 6px; }
    .covozi-app-bar__studio-home { font-size: 14px; }
    .covozi-app-bar__current { max-width: 150px; font-size: 13px !important; }
    .covozi-app-bar__trail-separator { font-size: 17px; }
}

@media (max-width: 560px) {
    .covozi-app-bar__trail { max-width: 34vw; }
    .covozi-app-bar__studio-home { font-size: 13px; }
    .covozi-app-bar__trail-separator,
    .covozi-app-bar__current { display: none !important; }
}


/* -------------------------------------------------------------------------
 * Covozi v1.99 — logged-out marketing logo parity repair
 * Anonymous marketing pages can be delivered through a different public cache
 * path than authenticated requests. Give the canonical guest header an explicit
 * state class and an authoritative high-specificity image rule so Home,
 * Creators, Fans, Advertisers, Loopline, Blog and Sign in render the same
 * accepted v1.95 wordmark scale without changing the 150px grid slot, header
 * height, navigation centering or action geometry.
 * ---------------------------------------------------------------------- */
@media (min-width: 1121px) {
    .covozi-marketing-header-v179.covozi-marketing-header-v179--guest .covozi-marketing-header-v179__brand .covozi-brand-logo__art .covozi-brand-logo__img {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 45px !important;
        max-height: 45px !important;
    }
}

@media (max-width: 1120px) and (min-width: 901px) {
    .covozi-marketing-header-v179.covozi-marketing-header-v179--guest .covozi-marketing-header-v179__brand .covozi-brand-logo__art .covozi-brand-logo__img {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 39px !important;
        max-height: 39px !important;
    }
}

@media (max-width: 900px) and (min-width: 641px) {
    .covozi-marketing-header-v179.covozi-marketing-header-v179--guest .covozi-marketing-header-v179__brand .covozi-brand-logo__art .covozi-brand-logo__img {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 45px !important;
        max-height: 45px !important;
    }
}

@media (max-width: 640px) {
    .covozi-marketing-header-v179.covozi-marketing-header-v179--guest .covozi-marketing-header-v179__brand .covozi-brand-logo__art .covozi-brand-logo__img {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 32px !important;
        max-height: 32px !important;
    }
}

@media (max-width: 370px) {
    .covozi-marketing-header-v179.covozi-marketing-header-v179--guest .covozi-marketing-header-v179__brand .covozi-brand-logo__art .covozi-brand-logo__img {
        height: 29px !important;
        max-height: 29px !important;
    }
}
