/* Projeto Refúgio — App do Membro 2026 | v1.2.2 */
:root{
  --ref-navy:#061926;
  --ref-navy-2:#0b2636;
  --ref-green:#2f8f45;
  --ref-green-2:#54ae4b;
  --ref-green-soft:#eaf6ec;
  --ref-gold:#c99a42;
  --ref-bg:#f5f7f7;
  --ref-card:#ffffff;
  --ref-text:#10202a;
  --ref-muted:#71808b;
  --ref-border:#e6ecea;
  --ref-shadow:0 12px 34px rgba(8,30,43,.09);
  --ref-radius:22px;
}

body.refugio-app-2026{
  background:var(--ref-bg)!important;
  color:var(--ref-text);
  font-family:'Inter','Roboto',sans-serif!important;
  overflow-x:hidden!important;
}
body.refugio-app-2026.theme-dark{
  --ref-bg:#09151d;
  --ref-card:#111f29;
  --ref-text:#eef7f1;
  --ref-muted:#9db0b9;
  --ref-border:#203541;
  --ref-shadow:0 12px 34px rgba(0,0,0,.20);
}

/* Topo */
.refugio-app-2026 .header-app-2026{
  height:68px!important;
  top:10px!important;
  left:10px!important;
  right:10px!important;
  width:auto!important;
  border-radius:19px!important;
  background:linear-gradient(135deg,var(--ref-navy),#0b3140)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 10px 28px rgba(4,25,36,.22)!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  z-index:1000!important;
}
.refugio-app-2026 .header-app-2026 > a{
  width:44px!important;height:44px!important;line-height:44px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  color:#fff!important;border-radius:14px!important;
}
.refugio-app-2026 .header-app-2026 > a:hover{background:rgba(255,255,255,.08)!important}
.refugio-app-2026 .header-app-2026 .header-brand{
  flex:1!important;width:auto!important;justify-content:flex-start!important;gap:10px!important;
  padding:0 4px!important;overflow:hidden!important;
}
.refugio-app-2026 .header-app-2026 .header-brand img{width:92px!important;max-height:36px!important;object-fit:contain!important;filter:brightness(0) invert(1);}
.refugio-app-2026 .header-app-2026 .header-brand-text{display:flex;flex-direction:column;min-width:0;line-height:1.05}
.refugio-app-2026 .header-app-2026 .header-brand-text strong{font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.refugio-app-2026 .header-app-2026 .header-brand-text small{font-size:9px;color:rgba(255,255,255,.62);margin-top:3px}
.refugio-app-2026 .header-app-2026 .header-badge{
  position:absolute;top:5px;right:2px;background:#ef4444;color:#fff;border:2px solid var(--ref-navy);
  border-radius:999px;font-size:9px;font-weight:800;line-height:16px;min-width:18px;height:18px;text-align:center;padding:0 4px
}

/* Conteúdo */
.refugio-app-2026 .ref-app-shell{padding:92px 14px 108px;max-width:920px;margin:0 auto;}
.refugio-app-2026 .ref-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:2px 2px 18px}
.refugio-app-2026 .ref-page-title{font-size:25px;line-height:1.12;font-weight:850;letter-spacing:-.6px;margin:0;color:var(--ref-text)}
.refugio-app-2026 .ref-page-subtitle{font-size:12px;color:var(--ref-muted);margin-top:6px;line-height:1.45}
.refugio-app-2026 .ref-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--ref-green-soft);color:#277a39;font-size:10px;font-weight:800}
.theme-dark.refugio-app-2026 .ref-pill{background:rgba(84,174,75,.16);color:#8ad781}

/* Home */
.refugio-app-2026 .ref-welcome{margin:0 2px 14px}
.refugio-app-2026 .ref-welcome h1{font-size:24px;font-weight:850;letter-spacing:-.7px;padding:0;margin:0;color:var(--ref-text)}
.refugio-app-2026 .ref-welcome p{font-size:12px;color:var(--ref-muted);margin-top:4px}
.refugio-app-2026 .ref-hero{
  position:relative;overflow:hidden;min-height:205px;border-radius:26px;margin:0 0 18px;
  background:linear-gradient(115deg,rgba(5,24,36,.96) 0%,rgba(5,36,36,.78) 52%,rgba(5,24,36,.30) 100%),var(--hero-image,none) center/cover no-repeat;
  box-shadow:0 16px 38px rgba(5,28,39,.22);color:#fff;padding:26px 22px;display:flex;align-items:flex-end
}
.refugio-app-2026 .ref-hero::after{content:"";position:absolute;right:-55px;bottom:-70px;width:180px;height:180px;border:1px solid rgba(84,174,75,.22);border-radius:50%;box-shadow:0 0 0 24px rgba(84,174,75,.06),0 0 0 48px rgba(84,174,75,.035)}
.refugio-app-2026 .ref-hero-content{position:relative;z-index:2;max-width:380px}
.refugio-app-2026 .ref-hero-kicker{font-size:10px;text-transform:uppercase;letter-spacing:1.3px;font-weight:800;color:#9ee096;margin-bottom:8px}
.refugio-app-2026 .ref-hero h2{font-size:27px;line-height:1.07;font-weight:850;letter-spacing:-.8px;color:#fff;padding:0;margin:0 0 10px}
.refugio-app-2026 .ref-hero p{font-size:12px;line-height:1.5;color:rgba(255,255,255,.78);margin:0 0 15px;max-width:330px}
.refugio-app-2026 .ref-hero-actions{display:flex;gap:9px;flex-wrap:wrap}
.refugio-app-2026 .ref-hero-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border-radius:12px;background:var(--ref-green-2);color:#fff!important;font-size:11px;font-weight:800;box-shadow:0 8px 18px rgba(55,151,61,.22)}
.refugio-app-2026 .ref-hero-btn.alt{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);box-shadow:none}

.refugio-app-2026 .ref-section-head{display:flex;align-items:center;justify-content:space-between;margin:20px 2px 10px}
.refugio-app-2026 .ref-section-head h3{font-size:15px;font-weight:850;margin:0;padding:0;color:var(--ref-text)}
.refugio-app-2026 .ref-section-head a{font-size:10px;font-weight:750;color:var(--ref-green)!important}
.refugio-app-2026 .ref-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.refugio-app-2026 .ref-quick{
  position:relative;min-height:104px;background:var(--ref-card);border:1px solid var(--ref-border);border-radius:20px;padding:14px 10px 12px;
  box-shadow:var(--ref-shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--ref-text)!important;transition:transform .18s ease,box-shadow .18s ease
}
.refugio-app-2026 .ref-quick:active{transform:scale(.97)}
.refugio-app-2026 .ref-quick-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--ref-green-soft);color:var(--ref-green);font-size:19px;margin-bottom:8px}
.theme-dark.refugio-app-2026 .ref-quick-icon{background:rgba(84,174,75,.14);color:#85d37d}
.refugio-app-2026 .ref-quick span{font-size:10.5px;line-height:1.2;font-weight:750}
.refugio-app-2026 .ref-quick .ref-count{position:absolute;top:8px;right:8px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;line-height:20px;font-weight:850}
.refugio-app-2026 .ref-quick.is-store .ref-quick-icon{background:#e8f4ff;color:#1769aa}
.refugio-app-2026 .ref-quick.is-opportunity .ref-quick-icon{background:#fff4dc;color:#a97213}
.refugio-app-2026 .ref-quick.is-bible .ref-quick-icon{background:#f1eafd;color:#7152a7}

.refugio-app-2026 .ref-feed-card{background:var(--ref-card);border:1px solid var(--ref-border);border-radius:20px;box-shadow:var(--ref-shadow);overflow:hidden}
.refugio-app-2026 .ref-feed-item{display:flex;gap:12px;padding:14px;border-bottom:1px solid var(--ref-border);color:var(--ref-text)!important}
.refugio-app-2026 .ref-feed-item:last-child{border-bottom:0}
.refugio-app-2026 .ref-feed-icon{width:38px;height:38px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;background:var(--ref-green-soft);color:var(--ref-green)}
.refugio-app-2026 .ref-feed-copy{min-width:0;flex:1}.refugio-app-2026 .ref-feed-copy strong{font-size:12px;display:block;line-height:1.3;color:var(--ref-text)}
.refugio-app-2026 .ref-feed-copy p{font-size:10.5px;color:var(--ref-muted);line-height:1.35;margin:4px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.refugio-app-2026 .ref-feed-copy small{display:block;font-size:9px;color:#9aa6ad;margin-top:5px}
.refugio-app-2026 .ref-empty-modern{text-align:center;padding:34px 18px;background:var(--ref-card);border:1px solid var(--ref-border);border-radius:20px;color:var(--ref-muted)}

/* Lista de notificações */
.refugio-app-2026 .ref-filter-row{display:flex;gap:7px;overflow-x:auto;padding:0 1px 4px;scrollbar-width:none}.refugio-app-2026 .ref-filter-row::-webkit-scrollbar{display:none}
.refugio-app-2026 .ref-filter-chip{border:1px solid var(--ref-border);background:var(--ref-card);color:var(--ref-muted);padding:8px 13px;border-radius:999px;font-size:10px;font-weight:750;white-space:nowrap}
.refugio-app-2026 .ref-filter-chip.active{background:var(--ref-green);border-color:var(--ref-green);color:#fff}
.refugio-app-2026 .ref-list{display:grid;gap:10px;margin-top:14px}
.refugio-app-2026 .ref-list-card{background:var(--ref-card);border:1px solid var(--ref-border);border-radius:19px;padding:14px;box-shadow:var(--ref-shadow);display:flex;gap:12px}
.refugio-app-2026 .ref-list-card .ref-list-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff}
.refugio-app-2026 .ref-list-card h4{font-size:13px;font-weight:850;padding:0;margin:0 0 4px;color:var(--ref-text)}
.refugio-app-2026 .ref-list-card p{font-size:11px;line-height:1.45;color:var(--ref-muted);margin:0}
.refugio-app-2026 .ref-list-card small{font-size:9px;color:#9ba6ad;display:block;margin-top:6px}
.refugio-app-2026 .ref-list-card .ref-link{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:var(--ref-green)!important;font-size:10px;font-weight:800}

/* Oportunidades */
.refugio-app-2026 .ref-op-card{background:var(--ref-card);border:1px solid var(--ref-border);border-left:4px solid var(--ref-green);border-radius:19px;padding:15px;box-shadow:var(--ref-shadow);margin-bottom:11px}
.refugio-app-2026 .ref-op-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.refugio-app-2026 .ref-op-type{font-size:9px;text-transform:uppercase;letter-spacing:.4px;font-weight:850;color:var(--ref-green)}
.refugio-app-2026 .ref-op-expire{font-size:9px;padding:5px 8px;background:var(--ref-green-soft);border-radius:999px;color:#2d7c39}
.refugio-app-2026 .ref-op-card h3{font-size:15px;font-weight:850;margin:9px 0 3px;padding:0;color:var(--ref-text)}
.refugio-app-2026 .ref-op-company{font-size:10.5px;color:var(--ref-muted)}
.refugio-app-2026 .ref-op-meta{display:flex;flex-wrap:wrap;gap:7px;margin:11px 0}.refugio-app-2026 .ref-op-meta span{font-size:9.5px;padding:6px 8px;border-radius:9px;background:rgba(113,128,139,.08);color:var(--ref-muted)}
.refugio-app-2026 .ref-op-card p{font-size:11px;line-height:1.48;color:var(--ref-muted);margin:0 0 10px}.refugio-app-2026 .ref-op-actions{display:flex;gap:8px;flex-wrap:wrap}.refugio-app-2026 .ref-op-actions a{padding:8px 11px;border-radius:10px;background:var(--ref-green);color:#fff!important;font-size:10px;font-weight:800}.refugio-app-2026 .ref-op-actions a.secondary{background:rgba(113,128,139,.10);color:var(--ref-text)!important}

/* Store */
.refugio-app-2026 .ref-store-hero{position:relative;overflow:hidden;border-radius:24px;padding:22px;color:#fff;background:linear-gradient(135deg,#061926,#0b4d39);box-shadow:0 15px 34px rgba(5,28,39,.20);margin-bottom:17px}
.refugio-app-2026 .ref-store-hero small{font-size:9px;letter-spacing:1px;color:#9ee096;font-weight:850}.refugio-app-2026 .ref-store-hero h2{font-size:23px;font-weight:850;color:#fff;padding:0;margin:6px 0 8px}.refugio-app-2026 .ref-store-hero p{font-size:11px;color:rgba(255,255,255,.75);max-width:430px}.refugio-app-2026 .ref-store-hero a{display:inline-flex;gap:6px;align-items:center;padding:9px 12px;border-radius:11px;background:var(--ref-green-2);color:#fff!important;font-size:10px;font-weight:800;margin-top:10px}
.refugio-app-2026 .ref-store-search{display:flex;align-items:center;gap:8px;background:var(--ref-card);border:1px solid var(--ref-border);border-radius:14px;padding:10px 12px;margin-bottom:13px}.refugio-app-2026 .ref-store-search i{color:var(--ref-muted)}.refugio-app-2026 .ref-store-search input{border:0;background:transparent;outline:0;width:100%;font-size:11px;color:var(--ref-text)}
.refugio-app-2026 .ref-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.refugio-app-2026 .ref-product{background:var(--ref-card);border:1px solid var(--ref-border);border-radius:18px;overflow:hidden;box-shadow:var(--ref-shadow)}.refugio-app-2026 .ref-product img{width:100%;height:150px;object-fit:cover;background:#f2f4f3}.refugio-app-2026 .ref-product-body{padding:11px}.refugio-app-2026 .ref-product h4{font-size:11.5px;font-weight:850;line-height:1.3;margin:0 0 3px;padding:0;color:var(--ref-text)}.refugio-app-2026 .ref-product small{font-size:9px;color:var(--ref-muted);display:block;min-height:12px}.refugio-app-2026 .ref-product-price{font-size:15px;font-weight:900;color:var(--ref-green);margin-top:7px}.refugio-app-2026 .ref-product a{display:flex;justify-content:center;padding:8px;border-radius:9px;background:var(--ref-green);color:#fff!important;font-size:9.5px;font-weight:850;margin-top:8px}

/* Eventos / Pregações */
.refugio-app-2026 .ref-media-list{display:grid;gap:12px}.refugio-app-2026 .ref-media-card{display:flex;gap:12px;background:var(--ref-card);border:1px solid var(--ref-border);border-radius:19px;padding:10px;box-shadow:var(--ref-shadow);color:var(--ref-text)!important}.refugio-app-2026 .ref-media-card img{width:92px;height:78px;object-fit:cover;border-radius:13px;background:#eaeaea;flex:0 0 auto}.refugio-app-2026 .ref-media-card h4{font-size:12px;font-weight:850;margin:4px 0 5px;padding:0;color:var(--ref-text)}.refugio-app-2026 .ref-media-card p{font-size:10px;color:var(--ref-muted);margin:0}.refugio-app-2026 .ref-media-card .ref-date{display:inline-flex;align-items:center;gap:5px;font-size:9px;color:var(--ref-green);font-weight:750;margin-top:6px}

/* Footer */
.refugio-app-2026 #footer-bar.ref-footer-2026{
  height:72px!important;left:10px!important;right:10px!important;bottom:9px!important;width:auto!important;border-radius:22px!important;
  background:linear-gradient(135deg,#061926,#0a2937)!important;border:1px solid rgba(255,255,255,.07)!important;
  box-shadow:0 12px 34px rgba(3,20,29,.28)!important;padding:0 4px!important;overflow:visible!important
}
.refugio-app-2026 #footer-bar.ref-footer-2026 a{color:rgba(255,255,255,.62)!important;flex:1!important;padding-top:9px!important}.refugio-app-2026 #footer-bar.ref-footer-2026 a i{font-size:17px!important;color:inherit!important}.refugio-app-2026 #footer-bar.ref-footer-2026 a span{font-size:8px!important;font-weight:700!important;color:inherit!important;margin-top:2px!important}.refugio-app-2026 #footer-bar.ref-footer-2026 a.active-nav{color:#7dd46f!important}.refugio-app-2026 #footer-bar.ref-footer-2026 .ref-footer-plus{position:relative;top:-17px;height:57px!important;width:57px!important;min-width:57px!important;max-width:57px!important;border-radius:50%!important;background:linear-gradient(135deg,#55b74d,#2f8f45)!important;color:#fff!important;box-shadow:0 10px 22px rgba(47,143,69,.38)!important;align-self:center;padding-top:0!important}.refugio-app-2026 #footer-bar.ref-footer-2026 .ref-footer-plus i{font-size:26px!important;line-height:57px!important}.refugio-app-2026 #footer-bar.ref-footer-2026 .ref-footer-plus span{display:none!important}

/* Quick actions sheet */
.refugio-app-2026 .ref-actions-sheet{background:var(--ref-card)!important;color:var(--ref-text)!important}.refugio-app-2026 .ref-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.refugio-app-2026 .ref-action-link{display:flex;align-items:center;gap:10px;padding:13px;background:rgba(113,128,139,.07);border-radius:15px;color:var(--ref-text)!important;font-size:11px;font-weight:750}.refugio-app-2026 .ref-action-link i{width:34px;height:34px;border-radius:11px;background:var(--ref-green-soft);color:var(--ref-green);display:flex;align-items:center;justify-content:center;font-size:16px}

/* Menu lateral */
.refugio-app-2026 #menu-main{background:var(--ref-bg)!important}.refugio-app-2026 #menu-main .menu-divider{font-size:9px;letter-spacing:.7px;color:var(--ref-muted);font-weight:850}.refugio-app-2026 #menu-main .card{border:1px solid var(--ref-border)!important;background:var(--ref-card)!important;box-shadow:var(--ref-shadow)!important}.refugio-app-2026 #menu-main .menu-list a span{font-size:11px;font-weight:750}.refugio-app-2026 #menu-main .menu-list a i:first-child{background:var(--ref-green-soft)!important;color:var(--ref-green)!important;box-shadow:none!important}

@media(min-width:700px){
  .refugio-app-2026 .ref-quick-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .refugio-app-2026 .ref-store-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .refugio-app-2026 .ref-hero{min-height:260px}.refugio-app-2026 .ref-hero h2{font-size:34px}
}
@media(max-width:360px){
  .refugio-app-2026 .ref-quick-grid{gap:7px}.refugio-app-2026 .ref-quick{min-height:96px;padding:11px 7px}.refugio-app-2026 .ref-quick span{font-size:9.5px}
  .refugio-app-2026 .header-app-2026 .header-brand img{width:76px!important}.refugio-app-2026 .header-app-2026 .header-brand-text{display:none}
}

/* Portal de Oportunidades v1.2.0 */
.refugio-app-2026 .ref-op-search{display:flex;align-items:center;gap:8px;background:var(--ref-card);border:1px solid var(--ref-border);border-radius:14px;padding:10px 12px;margin:0 0 12px}.refugio-app-2026 .ref-op-search input{border:0;outline:0;background:transparent;color:var(--ref-text);width:100%;font-size:11px}.refugio-app-2026 .ref-op-notice{display:flex;align-items:center;gap:10px;justify-content:space-between;background:linear-gradient(135deg,rgba(90,183,77,.13),rgba(88,64,203,.10));border:1px solid var(--ref-border);border-radius:16px;padding:12px;margin-bottom:13px}.refugio-app-2026 .ref-op-notice div{display:grid;grid-template-columns:22px 1fr;align-items:center;column-gap:5px}.refugio-app-2026 .ref-op-notice i{grid-row:1/3;color:var(--ref-green);font-size:18px}.refugio-app-2026 .ref-op-notice strong{font-size:10.5px;color:var(--ref-text)}.refugio-app-2026 .ref-op-notice small{font-size:8.8px;color:var(--ref-muted);line-height:1.3}.refugio-app-2026 .ref-op-notice button{border:0;border-radius:9px;padding:8px 10px;background:var(--ref-green);color:#fff;font-size:9px;font-weight:800}.refugio-app-2026 .ref-op-card-link{display:block;color:inherit!important}.refugio-app-2026 .ref-op-new{font-size:8.5px;padding:4px 7px;border-radius:999px;background:#e8f8eb;color:#2b9147;font-weight:800}.refugio-app-2026 .ref-op-card-footer{display:flex;justify-content:space-between;gap:8px;align-items:center;border-top:1px solid var(--ref-border);padding-top:10px;margin-top:5px;font-size:9px;color:var(--ref-muted)}.refugio-app-2026 .ref-op-card-footer b{color:var(--ref-green)}.refugio-app-2026 .ref-back-link{display:inline-flex;gap:5px;align-items:center;color:var(--ref-green)!important;font-size:10px;font-weight:800;margin-bottom:12px}.refugio-app-2026 .ref-op-detail-hero{padding:18px;border-radius:22px;background:linear-gradient(135deg,#f3edff,#f1fbf2);border:1px solid var(--ref-border);margin-bottom:12px}.refugio-app-2026 .ref-op-detail-hero h1{font-size:21px;line-height:1.2;font-weight:900;color:var(--ref-text);margin:8px 0}.refugio-app-2026 .ref-op-detail-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.refugio-app-2026 .ref-op-detail-chips span{font-size:9px;padding:6px 8px;border-radius:9px;background:var(--ref-card);color:var(--ref-muted)}.refugio-app-2026 .ref-op-detail-card{background:var(--ref-card);border:1px solid var(--ref-border);border-radius:18px;padding:14px;margin-bottom:10px}.refugio-app-2026 .ref-op-detail-card h3,.refugio-app-2026 .ref-op-apply h3{font-size:13px;font-weight:850;color:var(--ref-text);margin:0 0 8px}.refugio-app-2026 .ref-op-detail-card p{font-size:11px;line-height:1.55;color:var(--ref-muted);margin:0 0 6px}.refugio-app-2026 .ref-op-apply{background:var(--ref-card);border:1px solid var(--ref-border);border-radius:18px;padding:14px;margin:12px 0 90px}.refugio-app-2026 .ref-op-apply label{font-size:9.5px;font-weight:800;color:var(--ref-muted);display:block;margin:9px 0 4px}.refugio-app-2026 .ref-op-apply input,.refugio-app-2026 .ref-op-apply textarea{width:100%;border:1px solid var(--ref-border);background:var(--ref-bg);color:var(--ref-text);border-radius:10px;padding:9px;font-size:11px}.refugio-app-2026 .ref-op-apply button,.refugio-app-2026 .ref-op-external{width:100%;display:flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:11px;background:linear-gradient(135deg,var(--ref-green),#2d8f45);color:#fff!important;font-size:10.5px;font-weight:850;margin-top:12px}.refugio-app-2026 .ref-op-success{padding:12px;border-radius:13px;background:#e8f8eb;color:#247d3d;font-size:10px;font-weight:750;margin-bottom:10px}


/* v1.2.8 - retorno ao menu do app */

.refugio-app-2026 .ref-app-return-row{display:flex;align-items:center;justify-content:flex-start;margin:0 2px 12px}
.refugio-app-2026 .ref-app-return-menu{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:11px;background:var(--ref-card);border:1px solid var(--ref-border);color:var(--ref-green)!important;font-size:9.5px;font-weight:850;box-shadow:0 5px 16px rgba(5,28,39,.06)}
.refugio-app-2026 .ref-app-return-menu i{font-size:13px}
.refugio-app-2026 .ref-app-return-menu:active{transform:translateY(1px)}
.refugio-app-2026 .ref-op-nav-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 2px 12px}
.refugio-app-2026 .ref-op-nav-actions .ref-back-link{margin-bottom:0}
@media(max-width:420px){.refugio-app-2026 .ref-app-return-menu{padding:7px 9px;font-size:9px}.refugio-app-2026 .ref-op-nav-actions{align-items:flex-start;flex-wrap:wrap}}


/* v1.2.9 - barra de rolagem visível no App do Membro */
/* Mantém a rolagem nativa suave e exibe um indicador fino sem ocupar a tela. */
.refugio-app-2026 .page-content.ref-app-shell,
.refugio-app-2026 #pages_maincontent {
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-y:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(72,167,72,.78) transparent;
}
.refugio-app-2026 .page-content.ref-app-shell::-webkit-scrollbar,
.refugio-app-2026 #pages_maincontent::-webkit-scrollbar {
  display:block!important;
  width:5px!important;
  height:5px!important;
}
.refugio-app-2026 .page-content.ref-app-shell::-webkit-scrollbar-track,
.refugio-app-2026 #pages_maincontent::-webkit-scrollbar-track {
  background:transparent;
}
.refugio-app-2026 .page-content.ref-app-shell::-webkit-scrollbar-thumb,
.refugio-app-2026 #pages_maincontent::-webkit-scrollbar-thumb {
  background:linear-gradient(180deg,#63c95b,#2f8f45);
  border-radius:999px;
  min-height:38px;
}
.theme-dark.refugio-app-2026 .page-content.ref-app-shell,
.theme-dark.refugio-app-2026 #pages_maincontent {
  scrollbar-color:rgba(126,214,112,.82) transparent;
}
.theme-dark.refugio-app-2026 .page-content.ref-app-shell::-webkit-scrollbar-thumb,
.theme-dark.refugio-app-2026 #pages_maincontent::-webkit-scrollbar-thumb {
  background:linear-gradient(180deg,#83dc76,#4cac54);
}
/* Filtros horizontais continuam sem barra visual para não poluir a interface. */
.refugio-app-2026 .ref-filter-row::-webkit-scrollbar{display:none!important}
