.echuku-site{display:flex;flex-direction:column;min-height:100vh}
.echuku-main{flex:1;padding-block:clamp(32px,6vw,80px)}
.echuku-shell{margin-inline:auto;max-width:var(--echuku-theme-content-width);padding-inline:var(--echuku-theme-page-padding);width:100%}
.echuku-reading-width{max-width:860px}
.echuku-full-width,.echuku-builder-canvas{padding:0;width:100%}
.echuku-content>:first-child,.echuku-entry-content>:first-child{margin-top:0}
.echuku-content>:last-child,.echuku-entry-content>:last-child{margin-bottom:0}
.echuku-fallback-header{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(11,31,58,.08);position:relative;z-index:50}
.echuku-header-inner{align-items:center;display:grid;gap:20px;grid-template-columns:auto 1fr auto;min-height:78px}
.custom-logo{height:auto;max-height:56px;width:auto}
.echuku-site-title{color:var(--echuku-theme-color-navy);font-size:1.25rem;font-weight:800;text-decoration:none}
.echuku-primary-navigation{justify-self:center}
.echuku-menu,.echuku-footer-menu,.echuku-dashboard-menu{display:flex;gap:1.25rem;list-style:none;margin:0;padding:0}
.echuku-menu a,.echuku-footer-menu a{color:var(--echuku-theme-color-navy);font-weight:650;text-decoration:none}
.echuku-menu-toggle{background:transparent;border:0;border-radius:8px;display:none;min-height:44px;padding:8px;width:44px}
.echuku-menu-toggle span[aria-hidden="true"]{background:var(--echuku-theme-color-navy);display:block;height:2px;margin:5px auto;width:24px}
.echuku-fallback-account{align-items:center;color:var(--echuku-theme-color-navy);display:inline-flex;gap:9px;font-weight:750;max-width:190px;text-decoration:none}
.echuku-fallback-account-avatar{border:2px solid rgba(200,155,60,.45);border-radius:50%;height:40px;object-fit:cover;width:40px}
.echuku-fallback-account span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.echuku-fallback-footer{background:var(--echuku-theme-color-navy);color:rgba(255,255,255,.78);margin-top:auto;padding:44px 0}
.echuku-fallback-footer strong,.echuku-fallback-footer a{color:#fff}
.echuku-footer-inner{align-items:start;display:grid;gap:28px;grid-template-columns:1fr auto auto}
.echuku-footer-menu{flex-wrap:wrap}
.echuku-credit{margin:0;text-align:end}
.echuku-post-grid{display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}
.echuku-post-card{background:#fff;border:1px solid var(--echuku-theme-color-border);border-radius:var(--echuku-theme-radius);box-shadow:0 10px 35px rgba(11,31,58,.06);overflow:hidden}
.echuku-card-media{aspect-ratio:3/2;display:block;overflow:hidden}
.echuku-card-media img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}
.echuku-card-media:hover img{transform:scale(1.025)}
.echuku-card-body{padding:24px}
.echuku-entry-meta{color:var(--echuku-theme-color-muted);font-size:.88rem;margin-bottom:.55rem}
.echuku-card-title{font-size:1.35rem;margin-bottom:.6rem}
.echuku-card-title a{color:inherit;text-decoration:none}
.echuku-card-excerpt>:last-child{margin-bottom:0}
.echuku-entry-header{margin-bottom:2rem}
.echuku-featured-image{border-radius:var(--echuku-theme-radius);margin:0 0 2rem;overflow:hidden}
.echuku-archive-header{margin-bottom:clamp(28px,5vw,60px)}
.echuku-empty-state{background:var(--echuku-theme-color-background);border-radius:var(--echuku-theme-radius-lg);margin-block:40px;padding:clamp(28px,6vw,72px);text-align:center}
.echuku-kicker{color:var(--echuku-theme-color-magenta-deep);font-size:.78rem;font-weight:800;letter-spacing:.14em;margin-bottom:.8rem;text-transform:uppercase}
.echuku-comments{border-top:1px solid var(--echuku-theme-color-border);margin-top:3rem;padding-top:2rem}
.echuku-dashboard-shell{background:#f5f7fa;min-height:70vh}
.echuku-dashboard-layout{display:grid;gap:24px;grid-template-columns:260px minmax(0,1fr)}
.echuku-dashboard-sidebar,.echuku-dashboard-main{background:#fff;border:1px solid var(--echuku-theme-color-border);border-radius:var(--echuku-theme-radius);box-shadow:0 10px 35px rgba(11,31,58,.06)}
.echuku-dashboard-sidebar{align-self:start;padding:20px;position:sticky;top:24px}
.echuku-dashboard-menu{flex-direction:column;gap:4px}
.echuku-dashboard-menu a{border-radius:10px;color:var(--echuku-theme-color-navy);display:block;font-weight:650;padding:.75rem .85rem;text-decoration:none}
.echuku-dashboard-menu .current-menu-item>a,.echuku-dashboard-menu a:hover{background:var(--echuku-theme-color-background)}
.echuku-dashboard-main{min-width:0;padding:clamp(20px,4vw,40px)}
.echuku-dashboard-topbar{border-bottom:1px solid var(--echuku-theme-color-border);margin-bottom:24px;padding-bottom:18px}
.echuku-card-page-shell{max-width:1100px}
.echuku-id-card-host{background:#fff;border:1px solid var(--echuku-theme-color-border);border-radius:var(--echuku-theme-radius);box-shadow:var(--echuku-theme-shadow);padding:clamp(16px,4vw,40px)}

@media (max-width:960px){
  .echuku-header-inner{grid-template-areas:"brand action toggle" "nav nav nav";grid-template-columns:auto minmax(0,1fr) auto}
  .echuku-header-inner>div:first-child{grid-area:brand}
  .echuku-menu-toggle{display:inline-block;grid-area:toggle;justify-self:end}
  .echuku-primary-navigation{background:#fff;border:1px solid var(--echuku-theme-color-border);border-radius:14px;box-shadow:var(--echuku-theme-shadow);display:none;grid-area:nav;grid-column:1/-1;justify-self:stretch;padding:12px}
  .echuku-primary-navigation.is-open{display:block}
  .echuku-menu{flex-direction:column;gap:2px}
  .echuku-menu a{display:block;padding:.7rem .8rem}
  .echuku-header-action{align-items:center;display:flex;grid-area:action;justify-self:end;min-width:0}
  .echuku-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .echuku-dashboard-layout{grid-template-columns:1fr}
  .echuku-dashboard-sidebar{position:static}
  .echuku-dashboard-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .echuku-footer-inner{grid-template-columns:1fr}
  .echuku-credit{text-align:start}
}

@media (max-width:640px){
  .echuku-header-inner{gap:10px;min-height:68px}
  .echuku-header-action{display:flex}
  .echuku-header-action .uuacg-header-greeting,.echuku-fallback-account span{display:none}
  .echuku-header-action .uuacg-header-popover{max-width:calc(100vw - 28px);min-width:min(310px,calc(100vw - 28px));position:fixed;right:14px;top:76px}
  .echuku-post-grid{grid-template-columns:1fr}
  .echuku-dashboard-menu{grid-template-columns:1fr}
  .echuku-card-body{padding:20px}
}

/* Builder documents own their canvas dimensions and page spacing. */
.echuku-main.echuku-builder-document{padding:0}
.echuku-dashboard-shell.echuku-builder-document{background:transparent;min-height:0}


/* UUACG native member application ownership and focused authentication. */
body.echuku-context-member-app #page.echuku-site{width:100%;height:var(--uuacg-viewport-height,100dvh);min-height:0;max-height:var(--uuacg-viewport-height,100dvh);display:block;overflow:hidden}
body.echuku-context-member-app .echuku-site-main,body.echuku-context-member-app .echuku-content-area{width:100%;height:var(--uuacg-viewport-height,100dvh);min-height:0;max-height:var(--uuacg-viewport-height,100dvh);max-width:none;margin:0;padding:0;overflow:hidden}
body.echuku-context-member-app #wpadminbar{display:none!important}
html:has(body.echuku-context-member-app){margin-top:0!important;overflow:hidden}
.echuku-focused-auth-credit{padding:10px 18px 18px;text-align:center;background:#f8f3f7;color:#6d7480;font-size:11px;letter-spacing:.03em}
.echuku-focused-auth-credit a{color:#0b1f3a;font-weight:800;text-decoration:none}
html.uuacg-pwa-standalone body.echuku-context-member-app{overscroll-behavior:none;-webkit-user-select:none;user-select:none}
html.uuacg-pwa-standalone input,html.uuacg-pwa-standalone textarea{user-select:text;-webkit-user-select:text}

/* 1.3.4 focused UUACG app/footer correction. */
.echuku-private-app-template,.echuku-private-app-template body{margin:0;min-height:100%;background:#f4f5fa}.echuku-private-app-main{min-height:100dvh}.echuku-footer-logo,.uuacg-footer-official-logo,.echuku-builder-footer img[class*="logo"],footer img.custom-logo{border-radius:8px}
