.creator-shell{background:var(--color-surface-alt);min-height:100dvh;color:var(--color-text-primary);font-size:1rem;line-height:1.7}.creator-shell__sidebar{display:none}.creator-shell__main{outline:none;min-width:0;min-height:100dvh}.creator-shell__content{width:100%;max-width:1584px;min-height:100%;margin-inline:auto}.creator-shell .creator-page{width:100%;max-width:none;padding:var(--creator-space-page);margin-inline:0}.creator-shell .creator-page.pb-40{padding-bottom:10rem}.creator-shell .creator-page.pb-32{padding-bottom:8rem}.creator-shell .creator-page>header{border-bottom:1px solid var(--color-border-strong);padding-bottom:32px}.creator-shell .creator-page :where(header p,label){letter-spacing:0}.creator-shell :where(.shadow-sm,.shadow-md,.shadow-lg,.shadow-card,.shadow-card-hover){box-shadow:none}.creator-shell .creator-page :where(header>div>p:first-child){color:var(--color-text-secondary);font-size:.875rem;font-weight:400}.creator-shell :where(button,a,input,select,textarea,summary):focus-visible{outline:2px solid var(--creator-focus);outline-offset:2px}.creator-skip-link{z-index:100;color:var(--color-primary);background:#fff;padding:16px;font-size:1rem;position:fixed;top:8px;left:8px;transform:translateY(-160%)}.creator-skip-link:focus{outline:2px solid var(--creator-focus);outline-offset:2px;transform:translateY(0)}.creator-nav-shell{background:var(--color-primary);color:#fff;flex-direction:column;height:100%;min-height:0;display:flex}.creator-nav-brand{border-bottom:1px solid #ffffff29;justify-content:space-between;align-items:center;gap:8px;min-height:80px;padding:16px;display:flex}.creator-nav-brand__link{color:#fff;align-items:center;min-width:0;min-height:44px;display:flex}.creator-nav-brand__product,.creator-nav-brand__title{white-space:nowrap;display:block}.creator-nav-brand__product{letter-spacing:.04em;color:var(--color-text-on-primary);font-size:.875rem;font-weight:400}.creator-nav-brand__title{font-size:1.25rem;font-weight:700;line-height:1.4}.creator-nav-primary-action{background:var(--color-accent);color:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:48px;padding:12px 16px;font-size:1rem;font-weight:700;line-height:1.5;display:flex}.creator-nav-primary-action:hover{background:var(--color-accent-hover)}.creator-nav{overscroll-behavior:contain;flex:1;min-height:0;padding:8px 0 24px;overflow-y:auto}.creator-nav__label{color:var(--color-text-on-primary-muted);margin:0;padding:8px 16px;font-size:.875rem;font-weight:400}.creator-nav-item,.creator-subnav-item,.creator-nav-back-link{width:100%;min-height:48px;color:var(--color-text-on-primary);text-align:left;border-left:3px solid #0000;align-items:center;gap:16px;padding:12px 16px 12px 13px;font-size:1rem;font-weight:400;transition:background-color .11s;display:flex;position:relative}.creator-nav-item:hover,.creator-subnav-item:hover,.creator-nav-back-link:hover{color:#fff;background:#ffffff1a}.creator-nav-item--button{cursor:pointer}.creator-nav-item--section-active{color:#fff;font-weight:700}.creator-nav-item--active,.creator-subnav-item--active{border-left-color:var(--color-accent-on-primary);color:#fff;background:#ffffff1f;font-weight:700}.creator-nav-chevron{transition:transform .11s}.creator-nav-chevron--open{transform:rotate(180deg)}.creator-subnav{margin:0;padding:0}.creator-subnav-item{gap:12px;min-height:44px;padding-left:45px}.creator-nav-footer{border-top:1px solid #ffffff29}.creator-nav-icon-button{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.creator-nav-icon-button:hover{background:#ffffff1a}.creator-nav-shell :where(a,button):focus-visible{outline-color:var(--color-accent-on-primary);outline-offset:-3px}.creator-mobile-header{z-index:35;border-bottom:1px solid var(--color-border-strong);background:#fff;position:sticky;top:0}.creator-mobile-header__inner{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;min-height:64px;padding:8px 16px;display:grid}.creator-mobile-header__button,.creator-mobile-header__profile{width:44px;height:44px;color:var(--color-text-primary);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.creator-mobile-header__button:hover,.creator-mobile-header__profile:hover{background:var(--color-surface-hover)}.creator-mobile-header__title{justify-content:flex-start;align-items:center;gap:8px;min-width:0;display:flex}.creator-mobile-header__brand,.creator-mobile-header__page{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.creator-mobile-header__brand{color:var(--color-text-secondary);font-size:.875rem}.creator-mobile-header__page{font-size:1rem;font-weight:700}.creator-mobile-header__avatar{background:var(--color-primary-light);width:32px;height:32px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.creator-mobile-dialog{z-index:60;position:fixed;inset:0}.creator-mobile-backdrop{background:#16161699;position:fixed;inset:0}.creator-mobile-drawer{inset-block:0;outline:none;width:min(256px,88vw);position:fixed;left:0;overflow:hidden}.creator-mobile-backdrop{animation:creator-mobile-backdrop-in var(--pp-motion-panel) var(--pp-motion-enter) both}.creator-mobile-drawer{animation:creator-mobile-drawer-in var(--pp-motion-panel) var(--pp-motion-enter) both;will-change:transform}.creator-mobile-dialog[data-state=closing]{pointer-events:none}.creator-mobile-dialog[data-state=closing] .creator-mobile-backdrop{animation:creator-mobile-backdrop-out var(--pp-motion-short) var(--pp-motion-exit) both}.creator-mobile-dialog[data-state=closing] .creator-mobile-drawer{animation:creator-mobile-drawer-out var(--pp-motion-short) var(--pp-motion-exit) both}@keyframes creator-mobile-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes creator-mobile-drawer-out{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes creator-mobile-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes creator-mobile-backdrop-out{0%{opacity:1}to{opacity:0}}.creator-shell .creator-metrics{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-border);gap:1px;overflow:hidden}.creator-shell .creator-metric{box-shadow:none;background:#fff;border:0;border-radius:0;padding:24px}.creator-shell .creator-metric__value{font-variant-numeric:tabular-nums;font-size:2rem;font-weight:400}.creator-shell .creator-metric__icon{background:0 0;width:24px;height:24px}@media (min-width:1024px){.creator-shell__sidebar{inset-block:0;z-index:40;width:256px;display:block;position:fixed;left:0}.creator-shell__main{padding-left:256px}}@media (max-width:671px){.creator-shell{--creator-space-page:16px}.creator-shell .creator-page>header{padding-bottom:24px}.creator-shell .creator-metric{padding:16px}}@media (prefers-reduced-motion:reduce){.creator-shell *,.creator-shell :before,.creator-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}}
