/* Shared Template System v1 — Phase 1 global shell.
 * Extraction reference: approved production homepage WP17.
 * Owns only global shell primitives; Finder/Results/Card remain page-owned in Phase 1.
 */
:root{
  --ee-shell-bg:#f6f7fb;
  --ee-shell-text:#111827;
  --ee-shell-muted:#667085;
  --ee-shell-line:#e4e7ec;
  --ee-shell-accent:#5b5cf0;
  --ee-shell-accent-2:#7c3aed;
  --ee-shell-max:1180px;
}
body.ee-shared-shell-template #masthead,
body.ee-shared-shell-template > .site-footer,
body.ee-shared-shell-template .footer-widgets,
body.ee-shared-shell-template .widget-area,
body.ee-shared-shell-template #right-sidebar,
body.ee-shared-shell-template #left-sidebar{display:none!important}
body.ee-shared-shell-template #page.site.container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important}
body.ee-shared-shell-template .site-content{padding:0!important;margin:0!important;display:block!important}
body.ee-shared-shell-template .content-area{width:100%!important;float:none!important}
body.ee-shared-shell-template .site-main{margin:0!important;padding:0!important}
body.ee-shared-shell-template .inside-article{padding:0!important}
.ee-shared-shell{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ee-shared-shell *{box-sizing:border-box}
.ee-shared-shell a{text-decoration:none}
.ee-shared-shell .container,
.ee-shared-shell .ee-container{width:min(var(--ee-shell-max),calc(100% - 32px));margin:auto}
.ee-shared-shell > .site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(246,247,251,.82);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(228,231,236,.8)
}
.admin-bar .ee-shared-shell > .site-header{top:32px}
.ee-shared-shell > .site-header .nav{height:70px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.ee-shared-shell > .site-header .brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.03em;color:var(--ee-shell-text)}
.ee-shared-shell > .site-header .brand-mark{
  width:34px;height:34px;border-radius:11px;
  background:linear-gradient(135deg,var(--ee-shell-accent),var(--ee-shell-accent-2));
  display:grid;place-items:center;color:#fff;font-size:16px;
  box-shadow:0 8px 18px rgba(91,92,240,.28)
}
.ee-shared-shell > .site-header .nav-links{display:flex;gap:24px;color:#475467;font-size:14px}
.ee-shared-shell > .site-header .nav-links a{color:inherit;font-weight:400}
.ee-shared-shell > .site-header .nav-links a:hover{color:var(--ee-shell-accent)}
.ee-shared-shell > .site-header .nav-cta{padding:10px 15px;border-radius:12px;background:#111827;color:#fff!important;font-weight:700;font-size:14px}
.ee-shared-shell > .ee-global-footer{padding:34px 0 44px;color:var(--ee-shell-muted);font-size:13px;background:var(--ee-shell-bg)}
.ee-shared-shell > .ee-global-footer .footer-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid var(--ee-shell-line);padding-top:22px}
@media(max-width:900px){
  .ee-shared-shell > .site-header .nav-links{display:none}
}
@media(max-width:782px){
  .admin-bar .ee-shared-shell > .site-header{top:46px}
}
@media(max-width:620px){
  .ee-shared-shell .container,
  .ee-shared-shell .ee-container{width:min(var(--ee-shell-max),calc(100% - 20px))}
}
