
/* MCA Connect X 12 — Interface Definitiva
   Camada independente sobre a aplicação existente. */

:root{
  --x12-navy:#0a1d33;
  --x12-navy-2:#102d4d;
  --x12-blue:#1d5c8f;
  --x12-gold:#d1a440;
  --x12-gold-soft:#f3e6be;
  --x12-bg:#eef2f7;
  --x12-surface:#ffffff;
  --x12-soft:#f6f8fb;
  --x12-line:#dae2ec;
  --x12-text:#111f31;
  --x12-muted:#65758a;
  --x12-success:#0a7d5b;
  --x12-warning:#b56b08;
  --x12-danger:#b42318;
  --x12-radius:22px;
  --x12-shadow:0 16px 45px rgba(13,35,60,.09);
}
html[data-theme="dark"]{
  --x12-bg:#08131f;
  --x12-surface:#101f30;
  --x12-soft:#16283a;
  --x12-line:#26394d;
  --x12-text:#f4f7fa;
  --x12-muted:#9fb0c3;
  --x12-shadow:0 18px 50px rgba(0,0,0,.28);
}

/* ===== ADMINISTRATIVO ===== */
body[data-mca-shell="12"]:not([data-view="home"]):not([data-view^="public_"]){
  background:
    radial-gradient(circle at 85% 0%, rgba(29,92,143,.08), transparent 28rem),
    var(--x12-bg)!important;
}
body[data-mca-shell="12"] .layout{
  grid-template-columns:272px minmax(0,1fr)!important;
}
body[data-mca-shell="12"] .sidebar-v2{
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),transparent 180px),
    var(--x12-navy)!important;
  box-shadow:10px 0 36px rgba(4,18,34,.15)!important;
}
body[data-mca-shell="12"] .mca-x-brand{
  min-height:76px!important;
  padding:16px 16px!important;
}
body[data-mca-shell="12"] .mca-x-brand>a>span{
  width:44px!important;height:44px!important;
  background:linear-gradient(145deg,#e3bf62,#bb8623)!important;
  box-shadow:0 10px 24px rgba(209,164,64,.22)!important;
}
body[data-mca-shell="12"] .mca-x-brand strong{font-size:15px!important;letter-spacing:-.02em!important}
body[data-mca-shell="12"] .mca-x-brand small{font-size:9px!important;letter-spacing:.16em!important}
body[data-mca-shell="12"] .mca-x-nav{padding:11px 12px 90px!important}
body[data-mca-shell="12"] .mca-x-nav-group-title{
  padding:12px 9px 7px!important;
  color:#8099b1!important;
}
body[data-mca-shell="12"] .mca-x-nav-items>a{
  min-height:44px!important;
  padding:8px 11px!important;
  border:1px solid transparent!important;
  color:#c3d0dd!important;
}
body[data-mca-shell="12"] .mca-x-nav-items>a:hover{
  border-color:#ffffff0f!important;
  background:#ffffff09!important;
  transform:none!important;
}
body[data-mca-shell="12"] .mca-x-nav-items>a.active{
  background:linear-gradient(135deg,#1b527e,#26719d)!important;
  border-color:#ffffff18!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}
body[data-mca-shell="12"] .mca-x-nav-items>a.active:before{
  content:"";width:3px;height:22px;border-radius:99px;background:var(--x12-gold);
  position:absolute;left:0;
}
body[data-mca-shell="12"] .mca-x-nav-items>a{position:relative}
body[data-mca-shell="12"] .workspace-bar{
  min-height:76px!important;
  padding:0 28px!important;
  background:color-mix(in srgb,var(--x12-surface) 90%,transparent)!important;
  box-shadow:0 1px 0 var(--x12-line)!important;
}
body[data-mca-shell="12"] .workspace-context strong{font-size:16px!important;letter-spacing:-.02em!important}
body[data-mca-shell="12"] .content{
  max-width:1600px!important;
  padding:28px 30px 44px!important;
}
body[data-mca-shell="12"] .card{
  border-radius:var(--x12-radius)!important;
  border:1px solid var(--x12-line)!important;
  box-shadow:var(--x12-shadow)!important;
  padding:22px!important;
}

/* Dashboard */
body[data-mca-shell="12"] .dx-hero{
  position:relative!important;
  overflow:hidden!important;
  min-height:228px!important;
  align-items:flex-end!important;
  padding:38px!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 88% 20%,rgba(255,255,255,.12),transparent 15rem),
    linear-gradient(125deg,#0b2441,#174f79 68%,#28749d)!important;
}
body[data-mca-shell="12"] .dx-hero:after{
  content:"";position:absolute;right:-55px;bottom:-110px;width:330px;height:330px;
  border:1px solid rgba(255,255,255,.13);border-radius:50%;
  box-shadow:0 0 0 46px rgba(255,255,255,.035),0 0 0 92px rgba(255,255,255,.025);
}
body[data-mca-shell="12"] .dx-hero>div{position:relative;z-index:2}
body[data-mca-shell="12"] .dx-hero h1{
  font-size:clamp(38px,5vw,58px)!important;
  letter-spacing:-.055em!important;
  line-height:1!important;
}
body[data-mca-shell="12"] .dx-hero p{
  max-width:720px!important;
  font-size:15px!important;
  line-height:1.65!important;
}
body[data-mca-shell="12"] .dx-meta{
  min-width:170px!important;
  gap:6px!important;
  padding:18px!important;
  border-radius:20px!important;
  backdrop-filter:blur(8px)!important;
}
body[data-mca-shell="12"] .dx-alerts{
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;
  margin:16px 0!important;
}
body[data-mca-shell="12"] .dx-alerts>a{
  min-height:68px!important;
  border-radius:18px!important;
  box-shadow:0 10px 26px rgba(13,35,60,.05)!important;
}
body[data-mca-shell="12"] .dx-kpis{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body[data-mca-shell="12"] .dx-kpis>article{
  min-height:118px!important;
  border-radius:21px!important;
  padding:20px!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
body[data-mca-shell="12"] .dx-kpis>article:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 20px 45px rgba(13,35,60,.13)!important;
}
body[data-mca-shell="12"] .dx-kpis>article>span{
  width:48px!important;height:48px!important;flex-basis:48px!important;border-radius:15px!important;
  background:linear-gradient(145deg,#eef4fa,#e0eaf4)!important;
  font-size:16px!important;
}
html[data-theme="dark"] body[data-mca-shell="12"] .dx-kpis>article>span{
  background:#1a3045!important;
}
body[data-mca-shell="12"] .dx-kpis strong{font-size:31px!important;letter-spacing:-.04em!important}
body[data-mca-shell="12"] .dx-kpis small{font-size:12px!important}
body[data-mca-shell="12"] .dx-primary{
  grid-template-columns:minmax(0,1.7fr) minmax(320px,.65fr)!important;
  gap:18px!important;
}
body[data-mca-shell="12"] .dx-modules{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
body[data-mca-shell="12"] .dx-modules>a{
  min-height:92px!important;
  padding:15px!important;
  border-radius:17px!important;
  background:var(--x12-soft)!important;
}
body[data-mca-shell="12"] .dx-modules>a:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 16px 30px rgba(13,35,60,.08)!important;
}
body[data-mca-shell="12"] .dx-modules>a>span{
  width:44px!important;height:44px!important;border-radius:13px!important;
  background:linear-gradient(145deg,var(--x12-navy-2),var(--x12-blue))!important;
}
body[data-mca-shell="12"] .dx-finance{
  border-radius:24px!important;
  background:
    radial-gradient(circle at 90% 5%,rgba(255,255,255,.13),transparent 12rem),
    linear-gradient(145deg,#0e2c4b,#1a5b88)!important;
}
body[data-mca-shell="12"] .dx-finance>div{gap:11px!important}
body[data-mca-shell="12"] .dx-finance article{
  min-height:80px!important;
  justify-content:center!important;
}
body[data-mca-shell="12"] .dx-finance article strong{font-size:19px!important}
body[data-mca-shell="12"] .dx-two{gap:18px!important}
body[data-mca-shell="12"] .dx-row,body[data-mca-shell="12"] .dx-task{
  min-height:62px!important;border-radius:15px!important;
}
body[data-mca-shell="12"] .dx-activity{grid-template-columns:repeat(3,1fr)!important}
body[data-mca-shell="12"] .dx-activity article{min-height:58px!important;border-radius:15px!important}

/* Generic internal pages */
body[data-mca-shell="12"] table{border-collapse:separate!important;border-spacing:0!important;width:100%!important}
body[data-mca-shell="12"] th{
  padding:12px!important;background:var(--x12-soft)!important;
  color:var(--x12-muted)!important;font-size:10px!important;letter-spacing:.08em!important;text-transform:uppercase!important;
}
body[data-mca-shell="12"] td{padding:13px 12px!important;border-bottom:1px solid var(--x12-line)!important}
body[data-mca-shell="12"] .status{border-radius:99px!important;padding:5px 9px!important}

/* ===== WEBSITE PÚBLICO ===== */
body[data-mca-shell="12"][data-view="home"],
body[data-mca-shell="12"][data-view^="public_"]{
  --church-ink:#0c1d2e;
  --church-gold:#d0a340;
  --church-cream:#f7f3e9;
  margin:0!important;background:#fff!important;color:#172333!important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;
}
body[data-mca-shell="12"] .church-header{
  position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:100!important;
  background:linear-gradient(180deg,rgba(5,17,30,.88),rgba(5,17,30,.35),transparent)!important;
  border:0!important;
  transition:background .25s ease,box-shadow .25s ease!important;
}
body[data-mca-shell="12"] .church-header.is-scrolled{
  background:rgba(8,26,45,.96)!important;box-shadow:0 10px 35px rgba(0,0,0,.18)!important;
}
body[data-mca-shell="12"] .church-nav{min-height:88px!important}
body[data-mca-shell="12"] .church-brand{color:#fff!important}
body[data-mca-shell="12"] .church-brand-mark{
  background:linear-gradient(145deg,#e5c266,#bd8725)!important;color:#0b2038!important;
}
body[data-mca-shell="12"] .church-brand-copy strong{color:#fff!important;font-size:15px!important}
body[data-mca-shell="12"] .church-brand-copy small{color:#cbd6e1!important}
body[data-mca-shell="12"] .church-menu>a{color:#e6edf4!important;font-weight:700!important}
body[data-mca-shell="12"] .church-member-link{color:#fff!important}
body[data-mca-shell="12"] .church-nav-cta{
  border:1px solid rgba(255,255,255,.3)!important;
  background:#fff!important;color:#10263f!important;border-radius:12px!important;
}
body[data-mca-shell="12"] .church-hero{
  min-height:92vh!important;
  display:flex!important;align-items:center!important;
  background-position:center!important;background-size:cover!important;
}
body[data-mca-shell="12"] .church-hero-shade{
  background:
    linear-gradient(90deg,rgba(4,16,29,.91),rgba(5,23,41,.67) 55%,rgba(6,28,49,.22)),
    linear-gradient(0deg,rgba(4,17,30,.65),transparent 42%)!important;
}
body[data-mca-shell="12"] .church-hero-content{
  padding-top:120px!important;padding-bottom:150px!important;
  max-width:1280px!important;
}
body[data-mca-shell="12"] .church-hero-content h1{
  max-width:900px!important;
  font-size:clamp(52px,8vw,104px)!important;
  line-height:.93!important;
  letter-spacing:-.065em!important;
  text-wrap:balance!important;
}
body[data-mca-shell="12"] .church-hero-content p{
  max-width:680px!important;font-size:18px!important;line-height:1.7!important;color:#dce6ef!important;
}
body[data-mca-shell="12"] .church-kicker{
  color:#f0c95d!important;letter-spacing:.18em!important;font-size:10px!important;
}
body[data-mca-shell="12"] .church-btn{
  min-height:52px!important;padding:13px 20px!important;border-radius:13px!important;font-weight:850!important;
}
body[data-mca-shell="12"] .church-service-bar{
  border-top:1px solid rgba(255,255,255,.18)!important;
  background:rgba(7,25,43,.82)!important;backdrop-filter:blur(12px)!important;
}
body[data-mca-shell="12"] .church-service-bar>.container{min-height:94px!important}
body[data-mca-shell="12"] .church-welcome-path{
  position:relative!important;z-index:5!important;margin-top:-34px!important;background:transparent!important;
}
body[data-mca-shell="12"] .church-welcome-path-grid{
  background:#fff!important;border-radius:22px!important;box-shadow:0 20px 60px rgba(12,29,46,.14)!important;
  overflow:hidden!important;
}
body[data-mca-shell="12"] .church-welcome-path-grid>a{
  min-height:112px!important;padding:22px!important;border-right:1px solid #e5e9ee!important;
}
body[data-mca-shell="12"] .church-intro{
  max-width:950px!important;padding:110px 24px!important;text-align:center!important;
}
body[data-mca-shell="12"] .church-intro h2,
body[data-mca-shell="12"] .church-section-head h2{
  font-size:clamp(38px,5vw,68px)!important;line-height:1.03!important;letter-spacing:-.055em!important;
}
body[data-mca-shell="12"] .church-intro p,
body[data-mca-shell="12"] .church-section-head p{font-size:17px!important;line-height:1.75!important}
body[data-mca-shell="12"] .church-sermon{padding:105px 0!important;background:var(--church-cream)!important}
body[data-mca-shell="12"] .church-sermon-grid{
  grid-template-columns:1.25fr .75fr!important;gap:70px!important;align-items:center!important;
}
body[data-mca-shell="12"] .church-sermon-media{
  min-height:560px!important;border-radius:28px!important;box-shadow:0 30px 70px rgba(12,29,46,.18)!important;
}
body[data-mca-shell="12"] .church-sermon-copy h2{font-size:clamp(38px,4vw,62px)!important;letter-spacing:-.05em!important}
body[data-mca-shell="12"] .church-live-content{padding:110px 24px!important}
body[data-mca-shell="12"] .church-live-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}
body[data-mca-shell="12"] .church-live-card{
  min-height:210px!important;border-radius:22px!important;border:1px solid #e1e6eb!important;
  box-shadow:0 15px 40px rgba(12,29,46,.07)!important;
}
body[data-mca-shell="12"] .church-content-stream{padding:110px 0!important;background:#0c2035!important}
body[data-mca-shell="12"] .church-content-stream h2,
body[data-mca-shell="12"] .church-content-stream .church-kicker{color:#fff!important}
body[data-mca-shell="12"] .church-content-grid{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}
body[data-mca-shell="12"] .church-content-card{
  overflow:hidden!important;border-radius:22px!important;background:#fff!important;border:0!important;
}
body[data-mca-shell="12"] .church-content-card img{height:240px!important;object-fit:cover!important}
body[data-mca-shell="12"] .church-content-card>div{padding:24px!important}
body[data-mca-shell="12"] .church-pathways{padding:110px 24px!important}
body[data-mca-shell="12"] .church-foundation-grid{grid-template-columns:repeat(4,1fr)!important;gap:16px!important}
body[data-mca-shell="12"] .church-foundation-card{
  min-height:370px!important;border-radius:24px!important;overflow:hidden!important;
  background:#0d2945!important;color:#fff!important;
}
body[data-mca-shell="12"] .church-resources{padding:105px 0!important;background:#f0f3f6!important}
body[data-mca-shell="12"] .church-resource-grid{grid-template-columns:repeat(4,1fr)!important;gap:16px!important}
body[data-mca-shell="12"] .church-resource-grid>a{
  min-height:210px!important;padding:25px!important;border-radius:22px!important;background:#fff!important;
  box-shadow:0 14px 40px rgba(12,29,46,.07)!important;
}
body[data-mca-shell="12"] .church-connect{
  padding:100px 0!important;background:linear-gradient(120deg,#0b2340,#1b5a86)!important;
}
body[data-mca-shell="12"] .church-connect-inner{min-height:220px!important}
body[data-mca-shell="12"] .church-connect h2{font-size:clamp(40px,5vw,70px)!important;letter-spacing:-.055em!important}

/* Portal do membro: eleva visualmente as views existentes */
body[data-mca-shell="12"][data-view^="member_"],
body[data-mca-shell="12"][data-view="portal"]{
  background:
    radial-gradient(circle at 100% 0%,rgba(29,92,143,.1),transparent 30rem),
    var(--x12-bg)!important;
}
body[data-mca-shell="12"] .member-hero,
body[data-mca-shell="12"] .member-dashboard-hero{
  border-radius:28px!important;
  background:linear-gradient(130deg,#0b2441,#1a5c89)!important;
  box-shadow:0 24px 60px rgba(13,35,60,.18)!important;
}
body[data-mca-shell="12"] .member-card{
  border-radius:21px!important;border:1px solid var(--x12-line)!important;box-shadow:var(--x12-shadow)!important;
}

/* Remove selo temporário da recuperação */
body[data-mca-shell="12"]::after{display:none!important}

@media(max-width:1250px){
  body[data-mca-shell="12"] .dx-modules{grid-template-columns:repeat(3,1fr)!important}
  body[data-mca-shell="12"] .church-foundation-grid,
  body[data-mca-shell="12"] .church-resource-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:980px){
  body[data-mca-shell="12"] .layout{grid-template-columns:1fr!important}
  body[data-mca-shell="12"] .sidebar-v2{position:fixed!important;left:-290px!important;width:272px!important}
  body[data-mca-shell="12"].sidebar-open .sidebar-v2{left:0!important}
  body[data-mca-shell="12"] .content{padding:20px!important}
  body[data-mca-shell="12"] .dx-kpis{grid-template-columns:repeat(2,1fr)!important}
  body[data-mca-shell="12"] .dx-primary,body[data-mca-shell="12"] .dx-two{grid-template-columns:1fr!important}
  body[data-mca-shell="12"] .dx-activity{grid-template-columns:1fr 1fr!important}
  body[data-mca-shell="12"] .church-menu{background:#091e34!important}
  body[data-mca-shell="12"] .church-sermon-grid{grid-template-columns:1fr!important}
  body[data-mca-shell="12"] .church-live-grid,
  body[data-mca-shell="12"] .church-content-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:700px){
  body[data-mca-shell="12"] .dx-hero{min-height:auto!important;padding:26px!important;align-items:flex-start!important}
  body[data-mca-shell="12"] .dx-hero h1{font-size:42px!important}
  body[data-mca-shell="12"] .dx-kpis,body[data-mca-shell="12"] .dx-modules,
  body[data-mca-shell="12"] .dx-activity{grid-template-columns:1fr!important}
  body[data-mca-shell="12"] .church-hero{min-height:100svh!important}
  body[data-mca-shell="12"] .church-hero-content h1{font-size:54px!important}
  body[data-mca-shell="12"] .church-service-bar>.container,
  body[data-mca-shell="12"] .church-welcome-path-grid{grid-template-columns:1fr!important}
  body[data-mca-shell="12"] .church-welcome-path{margin-top:0!important}
  body[data-mca-shell="12"] .church-sermon-media{min-height:360px!important}
  body[data-mca-shell="12"] .church-live-grid,
  body[data-mca-shell="12"] .church-content-grid,
  body[data-mca-shell="12"] .church-foundation-grid,
  body[data-mca-shell="12"] .church-resource-grid{grid-template-columns:1fr!important}
}

.x12-reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease var(--x12-delay,0ms),transform .45s ease var(--x12-delay,0ms)}
.x12-reveal.x12-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.x12-reveal{opacity:1!important;transform:none!important;transition:none!important}}
