/* Comunidade Cristã Manassés v3.4 — shell visual único, sem camadas herdadas. */
:root{color-scheme:dark;--ccm-bg:#050506;--ccm-text:#fff8ec}
*{box-sizing:border-box}
html{min-height:100%;background:var(--ccm-bg);overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{min-height:100vh;min-height:100svh;margin:0;background:var(--ccm-bg);color:var(--ccm-text);position:relative;isolation:isolate;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(180deg,rgba(5,5,6,.14) 0%,rgba(5,5,6,.12) 24%,rgba(5,5,6,.23) 58%,rgba(5,5,6,.58) 100%),url("assets/ccm-background-v34-768.webp");background-position:center center;background-size:cover;background-repeat:no-repeat;transform:translateZ(0)}
body.ccm-store::before{background-image:linear-gradient(180deg,rgba(5,5,6,.34) 0%,rgba(5,5,6,.48) 42%,rgba(5,5,6,.86) 100%),url("assets/ccm-background-v34-768.webp")}
body.ccm-simple::before{background-image:linear-gradient(180deg,rgba(5,5,6,.30) 0%,rgba(5,5,6,.58) 58%,rgba(5,5,6,.88) 100%),url("assets/ccm-background-v34-768.webp")}
@media (min-width:641px){
  body::before{background-image:linear-gradient(180deg,rgba(5,5,6,.14) 0%,rgba(5,5,6,.12) 24%,rgba(5,5,6,.23) 58%,rgba(5,5,6,.58) 100%),url("assets/ccm-background-v34-1280.webp")}
  body.ccm-store::before{background-image:linear-gradient(180deg,rgba(5,5,6,.34) 0%,rgba(5,5,6,.48) 42%,rgba(5,5,6,.86) 100%),url("assets/ccm-background-v34-1280.webp")}
  body.ccm-simple::before{background-image:linear-gradient(180deg,rgba(5,5,6,.30) 0%,rgba(5,5,6,.58) 58%,rgba(5,5,6,.88) 100%),url("assets/ccm-background-v34-1280.webp")}
}
@media (min-width:1200px){
  body::before{background-image:linear-gradient(180deg,rgba(5,5,6,.14) 0%,rgba(5,5,6,.12) 24%,rgba(5,5,6,.23) 58%,rgba(5,5,6,.58) 100%),url("assets/ccm-background-v34-1672.webp")}
  body.ccm-store::before{background-image:linear-gradient(180deg,rgba(5,5,6,.34) 0%,rgba(5,5,6,.48) 42%,rgba(5,5,6,.86) 100%),url("assets/ccm-background-v34-1672.webp")}
  body.ccm-simple::before{background-image:linear-gradient(180deg,rgba(5,5,6,.30) 0%,rgba(5,5,6,.58) 58%,rgba(5,5,6,.88) 100%),url("assets/ccm-background-v34-1672.webp")}
}
img,video{max-width:100%;height:auto}
a,button,input,select,textarea{touch-action:manipulation}
@supports (padding:max(0px)){
  body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
