:root{--bg-cream:#F4F7FB;--text-main:#1D2A3B;--header-green:#1F3F6E;--accent-gold:#255EB3;--accent-gold-hover:#E8F0FA;--border-color:#DDE2EB;--sidebar-bg:#FFFFFF;--verse-hover:#E8F0FA}*{box-sizing:border-box;margin:0;padding:0;font-weight:600 !important}html,body{overflow-x:hidden;max-width:100vw}body{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;background-color:var(--bg-cream);color:var(--text-main);display:flex;flex-direction:column;min-height:100vh}.app-header{background-color:var(--header-green);color:var(--bg-cream);padding:.8rem 2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:10;display:flex;justify-content:center;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.header-container{max-width:1000px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:2rem}.header-text-container{display:flex;flex-direction:column}.header-logo{font-size:2.8rem;font-weight:800;margin-bottom:.2rem;letter-spacing:-1px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.header-logo .highlight-gold{color:#F8B459}.header-logo .highlight-white{color:#FFFFFF}.app-header .subtitle{font-size:1.05rem;opacity:.9;color:#E2DFD2;margin-bottom:0;line-height:1.4}.header-actions{display:flex;gap:1rem;align-items:center}.btn-header{display:inline-flex;align-items:center;border:1px solid #FFFFFF;color:#FFFFFF;text-decoration:none;padding:.6rem 1.2rem;border-radius:24px;font-weight:600;font-size:.95rem;transition:background-color .2s,color .2s}.btn-header:hover{background-color:#FFFFFF;color:var(--header-green)}.hero-banner{background-color:transparent;padding:1.5rem 2rem;display:flex;flex-direction:column;align-items:center}.hero-top{display:flex;justify-content:flex-end;align-items:center;max-width:1000px;width:100%;gap:2rem}.hero-text{flex:1;color:#5d5d5d;font-size:1.05rem;line-height:1.6}.hero-search{display:flex;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:4px;overflow:hidden}.hero-search input{padding:1rem;border:none;width:300px;font-size:1rem;font-family:inherit;outline:none}.hero-search button{background-color:#E74C3C;color:white !important;border:none;padding:0 1.5rem;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.hero-search button:hover{background-color:#C0392B}.hero-search button svg{width:20px;height:20px}.daily-block-container{position:relative;z-index:10;background-color:#FEE7C3;padding:1rem 2rem 2rem 2rem;display:flex;justify-content:center;border-bottom:1px solid var(--border-color)}.daily-block{background-color:#1F3F6E;border-radius:12px;padding:1.5rem 2rem;width:100%;max-width:1000px;color:white !important;box-shadow:0 4px 8px rgba(0,0,0,.15)}.daily-block h3{margin-bottom:1rem;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;font-size:1.15rem;text-align:left}.daily-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.daily-btn{background-color:white !important;color:#1F3F6E;border:none;padding:.8rem 1rem;border-radius:6px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:transform .2s,box-shadow .2s}.daily-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.daily-btn .arrow{color:#555;font-weight:bold}.resources-section{background-color:var(--bg-cream);padding:2rem 10px;width:100%;box-sizing:border-box;border-bottom:1px solid var(--border-color)}@media (min-width:993px){.resources-section{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}}.resources-section>h2{color:var(--text-main);font-size:1.5rem;margin-bottom:1.5rem;font-weight:700}.resources-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.resource-card{background-color:white !important;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.05);cursor:pointer;transition:transform .2s,box-shadow .2s;text-align:left;display:flex;flex-direction:column}.resource-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.resource-img{width:100%;height:160px;object-fit:cover;background-color:#EEE}.resource-title{padding:1rem;font-size:1rem;font-weight:700;color:#444}.trending-container{background-color:white !important;border-radius:12px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,.03);border:1px solid var(--border-color)}.trending-header{color:#333;font-size:1.6rem;font-weight:800;margin-bottom:1.5rem}.trending-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;row-gap:2rem}.trending-item{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .2s}.trending-item:hover{transform:translateX(5px)}.trending-img{width:80px;height:80px;border-radius:12px;object-fit:cover;background-color:#EEE;box-shadow:0 4px 8px rgba(0,0,0,.1);flex-shrink:0}.trending-title{font-size:1.05rem;font-weight:700;color:#333;line-height:1.3}.populares-container{background-color:#162B4A;border-radius:12px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.populares-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.populares-container .populares-header{color:#FFFFFF !important;font-size:1.6rem;font-weight:800}.btn-populares-ver-mais{color:#FFFFFF;text-decoration:none;font-weight:600;font-size:.95rem;border:1px solid #FFFFFF;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}.btn-populares-ver-mais:hover{background-color:rgba(255,255,255,.1)}.populares-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.populares-card{background-color:#FFFFFF;border-radius:8px;padding:1.5rem;text-align:left;display:flex;flex-direction:column;box-shadow:0 4px 6px rgba(0,0,0,.05)}.populares-title{color:#444;font-size:1.1rem;font-weight:700;text-decoration:underline;margin-bottom:.8rem;line-height:1.3}.populares-title:hover{color:var(--accent-gold)}.populares-desc{color:#666;font-size:.95rem;line-height:1.5}.bible-app-wrapper{display:flex;flex:1;flex-direction:column;max-width:1200px;margin:2rem auto;width:100%;background:transparent;padding:0 1rem}.bible-nav-container{width:100%;margin:0 auto}.bible-quick-nav{background:linear-gradient(135deg,#1F3F6E 0%,#2a5298 100%);border-radius:12px;padding:1.2rem 1.5rem;display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.bible-quick-nav-btn{background:#fff;border:none;border-radius:12px;padding:1.2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:transform .2s,box-shadow .2s;min-width:140px;flex:1;max-width:200px}.bible-quick-nav-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.bible-quick-nav-btn .nav-icon{font-size:1.8rem}.bible-quick-nav-btn .nav-label{font-size:.85rem;font-weight:700;color:var(--text-main);text-align:center;line-height:1.3}@media (max-width:600px){.bible-quick-nav{gap:.6rem;padding:.8rem}.bible-quick-nav-btn{min-width:0;padding:.8rem .5rem;border-radius:10px}.bible-quick-nav-btn .nav-icon{font-size:1.4rem}.bible-quick-nav-btn .nav-label{font-size:.72rem}}.bible-home-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}@media (max-width:960px){.bible-home-layout{display:flex;flex-direction:column}.bible-home-main{display:contents}.bible-home-main>:not(#home-sections-container){order:1;width:100%}.bible-home-sidebar{order:2;width:100%}#home-sections-container{order:3;width:100%}}.bible-sidebar{display:flex;flex-direction:column;gap:1.5rem}.newsletter-box{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.03)}.newsletter-box .nl-icon{font-size:2.5rem;margin-bottom:.5rem}.newsletter-box h3{color:var(--text-main);font-size:1.15rem;margin-bottom:1rem;line-height:1.4}.newsletter-box input[type="email"]{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;margin-bottom:.8rem;font-family:inherit;outline:none;box-sizing:border-box}.newsletter-box input[type="email"]:focus{border-color:var(--accent-gold)}.newsletter-box .nl-btn{width:100%;background:var(--header-green);color:#fff;border:none;padding:.75rem;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s}.newsletter-box .nl-btn:hover{background:#163258}.newsletter-box .nl-disclaimer{font-size:.78rem;color:#999;margin-top:.8rem;line-height:1.4}.sidebar-link-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:1rem 1.2rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 10px rgba(0,0,0,.03)}.sidebar-link-card:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.08)}.sidebar-link-card .slc-icon{font-size:2rem;flex-shrink:0;width:50px;height:50px;background:#E8F0FA;border-radius:10px;display:flex;align-items:center;justify-content:center}.sidebar-link-card .slc-text{flex:1}.sidebar-link-card .slc-text .slc-label{font-size:.8rem;color:#888;margin-bottom:2px}.sidebar-link-card .slc-text .slc-title{font-size:1rem;font-weight:700;color:var(--text-main)}.sidebar-link-card .slc-arrow{color:var(--accent-gold);font-size:1.3rem;font-weight:700}.bible-books-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem}@media (max-width:768px){.bible-books-grid{grid-template-columns:1fr}}.testament-card{background:var(--sidebar-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.03);padding:0;overflow:hidden}.testament-header{background:#E8F0FA;color:var(--text-main);padding:1.2rem 1.5rem;font-size:1.2rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.8rem;border-bottom:1px solid var(--border-color);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.testament-header svg{width:22px;height:22px;color:var(--text-main);opacity:.7}.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.book-grid-item{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color);color:#2a5298;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;background:#FFF}.book-grid-item:nth-child(even){border-right:none}.book-grid-item:hover{background-color:var(--verse-hover);color:var(--header-green);transform:translateX(5px)}.chapters-grid-view{background:var(--sidebar-bg);border:1px solid var(--border-color);border-radius:12px;padding:2rem;text-align:center}.chapters-grid-view h2{color:var(--header-green);margin-bottom:1rem;font-size:1.8rem;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.chapters-grid-view p{color:#666;margin-bottom:2rem}.chapters-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:.8rem;margin-top:1rem}@media (max-width:900px){.chapters-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:600px){.chapters-grid{grid-template-columns:repeat(4,1fr)}}.chapter-badge{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--bg-cream);border:1px solid var(--border-color);color:var(--accent-gold);font-weight:700;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:all .2s}.chapter-badge:hover{background:var(--accent-gold);color:white !important;border-color:var(--accent-gold);transform:translateY(-2px);box-shadow:0 4px 8px rgba(37,94,179,.2)}.chapter-reading-wrapper{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;width:100%}@media (max-width:900px){.chapter-reading-wrapper{grid-template-columns:1fr}}.chapter-main-col{background:transparent}.chapter-main-title{text-align:center;color:var(--text-main);font-size:2.2rem;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin-bottom:.8rem}.chapter-main-subtitle{text-align:center;color:#777;margin-bottom:2.5rem;font-size:1.05rem;display:flex;flex-direction:column;gap:.3rem}.verse-item{display:flex;gap:1.2rem;padding:1.2rem 1.5rem;background:white;margin-bottom:.8rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.02);font-size:1.15rem;line-height:1.7;transition:background-color .2s;border:1px solid transparent}.verse-item:hover{background-color:var(--verse-hover);border-color:var(--border-color);cursor:pointer}.verse-item-num{color:var(--accent-gold);font-weight:700;font-size:1.05rem;min-width:25px;text-align:right;padding-top:.2rem}.verse-item-text{color:#333}.side-chapter-widget{background:transparent;margin-bottom:2rem}.side-chapter-widget h3{text-align:center;color:var(--text-main);font-size:1.35rem;margin-bottom:1.5rem;font-weight:700}.side-chapter-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.side-chapter-grid .chapter-badge{aspect-ratio:auto;padding:.6rem 0;font-size:.95rem;color:var(--accent-gold);border:none;background:transparent}.side-chapter-grid .chapter-badge:hover{background:var(--verse-hover);color:var(--accent-gold);transform:translateY(-2px)}.side-chapter-grid .chapter-badge.active{background:var(--accent-gold);color:white !important}.side-newsletter-widget{background:#E8F0FA;border-radius:12px;padding:2.5rem 1.5rem;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.02)}.side-newsletter-icon{font-size:3.5rem;margin-bottom:1rem}.side-newsletter-title{font-weight:700;font-size:1.3rem;color:var(--text-main);line-height:1.4;margin-bottom:1.5rem}.side-newsletter-input{width:100%;padding:1rem;border:1px solid var(--border-color);border-radius:4px;margin-bottom:1rem;font-family:inherit;font-size:.95rem;outline:none}.side-newsletter-btn{width:100%;background:var(--header-green);color:white !important;border:none;padding:1rem;border-radius:4px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:background .2s}.side-newsletter-btn:hover{background:var(--text-main)}.side-newsletter-disclaimer{font-size:.8rem;color:#777;margin-top:1.5rem;line-height:1.4}.site-footer{background-color:var(--header-green);color:#F8F9FA;padding:3rem 1rem 1.5rem 1rem;font-size:.9rem;line-height:1.6;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;flex-wrap:wrap;gap:3rem;margin-bottom:2.5rem}.footer-brand{flex:1;min-width:300px}.footer-logo{font-size:2.8rem;font-weight:800;margin-bottom:.2rem;color:#F8B459;letter-spacing:-1px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.footer-logo .logo-text{color:#F8B459}.footer-logo .logo-sub{color:#FFF;font-weight:500}.footer-desc{color:#CCC;font-size:.9rem;margin-bottom:1.5rem;max-width:300px}.footer-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-doar{background-color:transparent;border:1px solid #FFF;color:#FFF;padding:.5rem 1.2rem;border-radius:20px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s}.btn-doar:hover{background-color:#FFF;color:#262626}.btn-loja-footer{background-color:transparent;border:1px solid #FFF;color:#FFF;padding:.5rem 1.2rem;border-radius:20px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex;align-items:center}.btn-loja-footer:hover{background-color:#FFF;color:#262626}.footer-links-grid{display:flex;flex-wrap:wrap;gap:2rem;flex:2;justify-content:flex-end}.footer-col{display:flex;flex-direction:column;gap:.8rem}.footer-col a{color:#CCC;text-decoration:none;font-size:.9rem;transition:color .2s;font-weight:500}.footer-col a:hover{color:#FFF}.footer-divider{height:1px;background-color:#3A3A3A;margin:1.5rem 0}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-copy{color:#999;font-size:.85rem}.footer-social{display:flex;gap:.8rem}.social-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#FFF;color:#262626;border-radius:50%;text-decoration:none;transition:transform .2s}.social-icon svg{width:18px;height:18px}.social-icon:hover{transform:translateY(-2px);background-color:#F8B459}@media (max-width:900px){.footer-top{flex-direction:column;gap:2rem}.footer-brand{min-width:unset}.footer-links-grid{justify-content:flex-start;width:100%;margin-top:1rem;flex:unset}.footer-bottom{flex-direction:column;text-align:center}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-gold)}@media (max-width:900px){.resources-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-top{flex-direction:column;text-align:center}.app-container{flex-direction:column}.sidebar{width:100%;height:auto;border-right:none;border-bottom:1px solid var(--border-color)}.reader{height:auto}}.daily-view{max-width:800px;margin:0 auto}.daily-view img{width:100%;height:auto;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.daily-view h2{color:var(--header-green);margin-bottom:.5rem}.daily-view .date-meta{color:#888;font-size:.9rem;margin-bottom:1.5rem}.daily-view .content{line-height:1.8;font-size:1.15rem}.daily-view a{color:var(--accent-gold);text-decoration:none;font-weight:bold}.daily-view a:hover{text-decoration:underline}.search-result-item{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.search-result-item .ref{font-weight:bold;color:var(--header-green);margin-bottom:.3rem;font-size:1.1rem}.search-result-item .text{line-height:1.6}.action-buttons-container{display:flex;gap:1rem;margin:1.5rem 0}.action-btn{display:flex;align-items:center;gap:.5rem;background-color:var(--sidebar-bg);border:1px solid var(--border-color);padding:.6rem 1rem;border-radius:6px;color:var(--header-green);font-weight:600;cursor:pointer;font-family:inherit;font-size:.9rem;transition:all .2s}.action-btn:hover{background-color:var(--accent-gold-hover);border-color:var(--accent-gold)}.action-btn svg{width:16px;height:16px}.verse{position:relative;cursor:pointer}.share-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .2s}.share-modal-overlay.show{opacity:1;visibility:visible}.share-modal{background:white;width:90%;max-width:400px;border-radius:12px;padding:1.5rem;box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(20px);transition:transform .2s}.share-modal-overlay.show .share-modal{transform:translateY(0)}.share-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.share-modal-header h3{font-size:1.4rem;color:#111;font-weight:700}.share-modal-header .close-btn{background:none;border:none;font-size:1.8rem;cursor:pointer;color:#555;padding:0;line-height:1}.copy-link-box{display:flex;align-items:center;border:1px solid #CCC;border-radius:20px;padding:.3rem;margin-bottom:1.5rem}.copy-link-btn{background:#444;color:white !important;border:none;padding:.6rem 1rem;border-radius:18px;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.4rem;cursor:pointer;flex-shrink:0;transition:background .2s}.copy-link-btn:hover{background:#222}.copy-link-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .8rem;color:#888;font-size:.9rem}.share-options{display:flex;flex-direction:column;gap:.5rem}.share-opt{display:flex;align-items:center;gap:1.2rem;color:#222;text-decoration:none;font-size:1.05rem;padding:.8rem;border-radius:8px;transition:background .2s;font-weight:500}.share-opt:hover{background:#F4F1E1}.share-opt svg{width:20px;height:20px}.pill-share-btn{background-color:#EFEFEF;color:var(--header-green);border:none;padding:.6rem 1.2rem;border-radius:24px;font-weight:700;font-size:.95rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background-color .2s;font-family:inherit}.pill-share-btn:hover{background-color:#E0E0E0}.pill-share-btn svg{width:18px;height:18px;stroke:var(--header-green)}.banners-section{max-width:1200px;width:100%;margin:3rem auto 4rem auto;display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0 1rem;overflow-x:hidden}.promo-banner{border-radius:12px;overflow:hidden;padding:1.5rem 2rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-shadow:0 4px 15px rgba(0,0,0,.05);min-height:240px;gap:1.5rem;max-width:100%;word-break:break-word}.promo-content{flex:1}.promo-btn{display:inline-block;padding:.8rem 1.5rem;border-radius:6px;font-weight:700;text-decoration:none;transition:transform .2s,background-color .2s;border:none;cursor:pointer;margin-top:1.5rem}.promo-btn:hover{transform:translateY(-2px)}.banner-loja{background:linear-gradient(120deg,#D6EAF8 0%,#AED6F1 100%);position:relative}.promo-badge{display:inline-block;color:#1A5276;font-weight:800;font-size:.9rem;margin-bottom:.5rem}.banner-loja h3{font-size:1.6rem;line-height:1.3;color:#1A3258;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.orange-btn{background-color:#E67E22;color:white !important}.orange-btn:hover{background-color:#D35400}.banner-oferta{background-color:#F8F5E6;border:1px solid #EAECEE}.banner-oferta h3{font-size:1.5rem;color:#2C3E50;margin-bottom:.5rem}.banner-oferta p{color:#5D6D7E;font-size:.95rem;line-height:1.5}.green-btn{background-color:#255EB3;color:white !important}.green-btn:hover{background-color:#1F3F6E}.placeholder-img{background-color:rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;border-radius:8px;height:120px;width:160px;font-weight:bold;color:#2E86C1;font-size:1.1rem;padding:1rem;text-align:center;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.banner-aproxime{background-color:#1A3258;color:white !important;flex-direction:column;align-items:flex-start;padding:2.5rem}.banner-aproxime h3{font-size:1.5rem;margin-bottom:1.5rem;color:white !important}.aproxime-list{width:100%;display:flex;flex-direction:column}.aprox-divider{border:none;border-top:1px solid rgba(255,255,255,.2);margin:1.5rem 0}.aproxime-item{display:flex;justify-content:space-between;align-items:center;gap:2rem}.aproxime-text{flex:1}.aproxime-text strong{font-size:1.1rem;display:block;margin-bottom:.3rem}.aproxime-text p{font-size:.85rem;opacity:.8;line-height:1.4;margin-bottom:.5rem}.aprox-txt-link{color:white !important;text-decoration:underline;font-size:.85rem;font-weight:600}.aprox-txt-link:hover{opacity:.8}.aprox-outline-btn{border:1px solid rgba(255,255,255,.6);background:transparent;color:white !important;padding:.4rem .8rem;border-radius:6px;text-decoration:none;font-size:.8rem;font-weight:600;transition:all .2s;min-width:max-content}.aprox-outline-btn:hover{background:rgba(255,255,255,.1);border-color:white !important}.banner-oracao{background-color:#FCF7F0;border:1px solid #F0E8DD;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:2rem;position:relative;overflow:hidden;gap:1.5rem}.oracao-content{flex:1;z-index:2}.oracao-title{font-size:1.6rem;font-weight:800;color:#4A4A4A;margin-bottom:.8rem;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.oracao-text{font-size:.95rem;color:#555;line-height:1.5;margin-bottom:1.5rem;max-width:400px}.oracao-actions{display:flex;flex-direction:column;gap:.8rem;max-width:350px}.btn-oracao-primary{background-color:#E85D2A;color:white !important;font-weight:700;text-decoration:none;padding:.8rem 1rem;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .2s}.btn-oracao-primary:hover{background-color:#D64E1D;color:white !important}.btn-oracao-outline{background-color:white !important;color:#333;border:1px solid #E85D2A;font-weight:600;text-decoration:none;padding:.7rem 1rem;border-radius:6px;text-align:center;font-size:.9rem;transition:all .2s}.btn-oracao-outline:hover{background-color:#FFF3F0}.oracao-image-container{flex-shrink:0;z-index:1}.oracao-placeholder-img{font-size:6rem;opacity:.8;background:transparent;text-align:center}.updates-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.btn-ver-mais{background:white;border:1px solid #CCC;padding:.4rem .8rem;border-radius:4px;color:#555;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .2s}.btn-ver-mais:hover{background:#F8F9FA;border-color:#AAA;color:#333}.updates-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.update-card{background:white;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.04);border:1px solid transparent;transition:transform .2s,box-shadow .2s;cursor:pointer}.update-card:hover{transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.08);border-color:#E2DFD2}.update-title{font-size:1.15rem;font-weight:700;color:#333;margin-bottom:.6rem;line-height:1.3;text-decoration:underline;text-decoration-color:#CCC;text-underline-offset:3px}.update-card:hover .update-title{color:var(--header-green);text-decoration-color:var(--header-green)}.update-snippet{font-size:.95rem;color:#666;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media (max-width:900px){.banners-section,.updates-grid{grid-template-columns:1fr}}@media (max-width:768px){.promo-banner{flex-direction:column;text-align:center}.promo-content{max-width:100%;margin-bottom:1.5rem}.aproxime-item{flex-direction:column;align-items:flex-start;text-align:left;gap:1rem}.aprox-outline-btn{width:100%;justify-content:center}}.prayer-form{max-width:600px;margin:0 auto}.prayer-form-group{margin-bottom:1.5rem}.prayer-form-group label{display:block;font-weight:700;color:var(--text-main);margin-bottom:.4rem;font-size:.95rem}.prayer-form-group input,.prayer-form-group select,.prayer-form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;font-family:inherit;outline:none;background:#FFFFFF;transition:border-color .2s}.prayer-form-group input:focus,.prayer-form-group select:focus,.prayer-form-group textarea:focus{border-color:var(--accent-gold)}.prayer-form-group textarea{min-height:100px;resize:vertical}.prayer-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.prayer-preview-box{background:#FAF8F4;border:1px solid var(--border-color);border-radius:8px;padding:1.2rem;min-height:80px;font-size:1rem;line-height:1.6;color:#555}.prayer-checkbox-group{display:flex;align-items:flex-start;gap:.5rem;margin-top:1rem;margin-bottom:1.5rem}.prayer-checkbox-group input[type="checkbox"]{width:auto;margin-top:.3rem}.prayer-checkbox-group label{font-weight:600;font-size:.85rem;color:#666}.btn-prayer-submit{display:block;width:100%;padding:.9rem;background:var(--accent-gold);color:#FFFFFF;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .2s;font-family:inherit}.btn-prayer-submit:hover{background:#C09B30}.prayer-wall-header{background:#FEF3E0;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:center}.prayer-wall-header h2{font-size:1.8rem;color:var(--text-main);margin-bottom:.5rem}.prayer-wall-header p{color:#777;font-size:1rem}.btn-prayer-cta{display:inline-flex;align-items:center;background:var(--accent-gold);color:#FFFFFF;padding:.9rem 2rem;border-radius:30px;font-weight:700;font-size:1.1rem;text-decoration:none;margin-top:1.2rem;transition:background .2s,transform .2s;cursor:pointer;border:none;font-family:inherit;box-shadow:0 4px 12px rgba(212,175,55,.3)}.btn-prayer-cta:hover{background:#C09B30;transform:translateY(-1px)}.prayer-card{background:#FFFFFF;border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.prayer-card-text{font-size:1.1rem;color:var(--text-main);line-height:1.6;margin-bottom:1rem;font-weight:500}.prayer-card-footer{display:flex;justify-content:space-between;align-items:center}.btn-orar{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--border-color);background:#FFFFFF;color:var(--text-main);padding:.4rem .8rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s;font-family:inherit}.btn-orar:hover{border-color:var(--accent-gold);color:var(--accent-gold)}.btn-orar.prayed{border-color:var(--accent-gold);background:#FFF8E7;color:var(--accent-gold)}.prayer-card-meta{font-size:.85rem;color:#999}.prayer-count-info{font-size:.85rem;color:#999;margin-left:.5rem}.fab-stack{position:fixed;bottom:24px;right:20px;z-index:9999;display:flex;flex-direction:column;align-items:center;gap:12px}.fab-btn{width:52px;height:52px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:transform .25s ease,box-shadow .25s ease,opacity .3s ease;text-decoration:none;position:relative}.fab-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.3)}.fab-btn:active{transform:scale(.93)}.fab-whatsapp{background:#25D366;color:#fff}.fab-whatsapp:hover{background:#20BD5A}.fab-home{background:#1F3F6E;color:#fff}.fab-home:hover{background:#162F52}.fab-notif{background:linear-gradient(135deg,#255EB3,#1A4A8E);color:#fff;position:relative}.fab-notif:hover{background:linear-gradient(135deg,#1A4A8E,#132F5A)}.fab-notif.subscribed{background:linear-gradient(135deg,#1F3F6E,#142D4E)}.fab-notif.subscribed:hover{background:linear-gradient(135deg,#142D4E,#1F3F6E)}.fab-notif-badge{position:absolute;top:-2px;right:-2px;width:14px;height:14px;background:#E74C3C;border-radius:50%;border:2px solid #fff}@keyframes fabPulse{0%{box-shadow:0 4px 14px rgba(0,0,0,.25),0 0 0 0 rgba(37,94,179,.5)}70%{box-shadow:0 4px 14px rgba(0,0,0,.25),0 0 0 12px rgba(37,94,179,0)}100%{box-shadow:0 4px 14px rgba(0,0,0,.25),0 0 0 0 rgba(37,94,179,0)}}.fab-notif:not(.subscribed){animation:fabPulse 2.5s infinite}.fab-scroll{background:var(--header-green);color:#fff;opacity:0;transform:translateY(20px) scale(.8);pointer-events:none;width:46px;height:46px}.fab-scroll.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}@media (min-width:769px){.fab-scroll{display:none !important}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:99999;background:rgba(31,63,110,.97);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.2rem 1.5rem;box-shadow:0 -4px 20px rgba(0,0,0,.3);animation:cookieSlideUp .5s ease-out}@keyframes cookieSlideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-content{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:1.5rem}.cookie-text{flex:1;display:flex;align-items:center;gap:.8rem;color:#fff}.cookie-icon{font-size:2rem;flex-shrink:0}.cookie-text p{font-size:.88rem;line-height:1.5;color:rgba(255,255,255,.9);margin:0}.cookie-text a{color:var(--accent-gold);text-decoration:underline;font-weight:600}.cookie-text a:hover{color:#F0D060}.cookie-actions{display:flex;gap:.7rem;flex-shrink:0}.cookie-btn{padding:.65rem 1.3rem;border-radius:6px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border:none;white-space:nowrap}.cookie-accept{background:var(--accent-gold);color:#fff}.cookie-accept:hover{background:#C09B30;transform:translateY(-1px)}.cookie-reject{background:transparent;color:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.4)}.cookie-reject:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.7);color:#fff}@media (max-width:768px){.cookie-content{flex-direction:column;text-align:center;gap:1rem}.cookie-text{flex-direction:column;gap:.5rem}.cookie-actions{width:100%;flex-direction:column}.cookie-btn{width:100%;padding:.75rem}}.daily-history-container{max-width:1200px;margin:2rem auto;padding:0 1rem}.daily-history-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.medicinal-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.bible-search-box{display:flex;align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.bible-search-box:focus-within{border-color:var(--accent-gold);box-shadow:0 0 0 3px rgba(212,175,55,.15)}.bible-search-box svg{margin-left:.8rem}.bible-search-input{flex:1;border:none;outline:none;padding:.7rem .8rem;font-size:.95rem;font-family:inherit;background:transparent;color:var(--text-main)}.bible-search-input::placeholder{color:#aaa}.bible-search-sidebar{margin-bottom:1rem}.bible-search-mobile{display:none;margin-bottom:1rem}@media (max-width:768px){.bible-search-mobile{display:block}.bible-search-sidebar{display:none}}.daily-history-col h3{color:var(--text-dark);font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent-gold);display:flex;justify-content:space-between;align-items:center}.daily-history-col h3 .arrow{color:var(--accent-gold);font-size:1.2rem}.daily-history-card{display:flex;gap:.8rem;background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:.8rem;margin-bottom:.8rem;cursor:pointer;transition:all .2s ease;align-items:flex-start;overflow:hidden}.daily-history-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:var(--accent-gold)}.daily-history-card img{width:60px;height:60px;border-radius:6px;object-fit:cover;flex-shrink:0}.daily-history-card-info{flex:1;min-width:0;overflow:hidden}.daily-history-card h4{margin:0 0 .3rem 0;font-size:.9rem;color:var(--header-green);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.daily-history-card p{margin:0;font-size:.8rem;color:#666;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}@media (max-width:992px){.daily-history-cols{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:576px){.daily-history-cols{grid-template-columns:minmax(0,1fr)}}@media (max-width:768px){.app-header,.hero-banner,.daily-block-container,.resources-section,.banners-section,.site-footer,.app-container,#home-sections-container{max-width:100vw;overflow-x:hidden}.app-header{padding:1rem .8rem;width:100%}.header-container{flex-direction:column;gap:.6rem;text-align:center;max-width:100%}.header-logo{font-size:1.6rem}.app-header .subtitle{font-size:.8rem;line-height:1.3}.header-actions{flex-wrap:wrap;justify-content:center;gap:.5rem}.hero-banner{padding:1rem .8rem 0 .8rem;width:100%}.hero-top{max-width:100%}.hero-text{font-size:.85rem;line-height:1.4}.hero-search{flex-direction:column;width:100%;max-width:100%}.hero-search input{width:100%;padding:.7rem;font-size:.9rem;border-radius:4px 4px 0 0}.hero-search button{width:100%;padding:.7rem;border-radius:0 0 4px 4px}.daily-block-container{padding:.5rem .8rem .8rem .8rem;width:100%}.daily-block{padding:.8rem;border-radius:8px;max-width:100%}.daily-block h3{font-size:.9rem;margin-bottom:.6rem}.daily-buttons{grid-template-columns:1fr 1fr;gap:.5rem}.daily-btn{padding:.5rem .6rem;font-size:.75rem;word-break:break-word}.resources-section{padding:1.5rem .8rem;width:100%}.resources-container{max-width:100%;overflow-x:hidden}.resources-container h2{font-size:1.2rem;margin-bottom:1rem}.resources-grid{grid-template-columns:1fr 1fr;gap:.8rem;max-width:100%}.resource-card{max-width:100%;overflow:hidden}.resource-img{height:100px;max-width:100%}.resource-title{padding:.6rem;font-size:.8rem;word-break:break-word}.medicinal-header-row{flex-wrap:wrap;gap:.5rem}.daily-history-cols{max-width:100%;overflow-x:hidden;grid-template-columns:1fr !important}.trending-container{padding:1rem .8rem;max-width:100%;overflow:hidden}.trending-header{font-size:1.2rem}.trending-grid{grid-template-columns:1fr;gap:.8rem;row-gap:1rem;max-width:100%}.trending-item{max-width:100%;overflow:hidden}.trending-img{width:55px;height:55px;border-radius:8px;flex-shrink:0}.trending-title{font-size:.85rem;word-break:break-word}.populares-container{padding:1rem .8rem;border-radius:8px;max-width:100%;overflow:hidden}.populares-header-row{flex-direction:column;gap:.6rem;align-items:flex-start;max-width:100%}.populares-container .populares-header{font-size:1.2rem}.populares-grid{grid-template-columns:1fr;gap:.8rem;max-width:100%}.populares-card{padding:1rem;max-width:100%;overflow:hidden;word-break:break-word}.populares-title{font-size:.9rem}.populares-desc{font-size:.8rem}.banners-section{margin:1.5rem auto 2rem auto;padding:0 .8rem;gap:1rem;max-width:100%;width:100%;overflow-x:hidden;grid-template-columns:1fr !important}.promo-banner{padding:1rem 1rem;min-height:auto;flex-direction:column;text-align:center;gap:1rem;max-width:100%;overflow:hidden}.banner-loja h3,.banner-oferta h3{font-size:1.1rem}.banner-aproxime{padding:1rem}.banner-aproxime h3{font-size:1.1rem}.aproxime-item{flex-direction:column;align-items:flex-start;text-align:left;gap:.6rem;max-width:100%}.aprox-outline-btn{width:100%;text-align:center}.banner-oracao{flex-direction:column;text-align:center;padding:1rem;gap:1rem}.oracao-content{max-width:100%}.oracao-actions{width:100%;max-width:100%;margin:0 auto}.oracao-text{max-width:100%}.placeholder-img{width:100%;max-width:120px;margin:0 auto}.oracao-title{font-size:1.2rem}.updates-header-row{flex-direction:column;gap:.6rem;align-items:flex-start;max-width:100%}.updates-grid{grid-template-columns:1fr;gap:.8rem;max-width:100%}.update-card{padding:1rem;max-width:100%;overflow:hidden;word-break:break-word}.update-title{font-size:.95rem}.update-snippet{font-size:.8rem}.prayer-form-row{grid-template-columns:1fr}.prayer-form{max-width:100%}.prayer-wall-header{padding:1.2rem}.prayer-wall-header h2{font-size:1.3rem}.prayer-wall-header p{font-size:.85rem}.app-container{margin:1rem auto;border-radius:8px;max-width:100%;width:100%}.sidebar{height:auto;min-height:auto;max-height:250px;max-width:100%}.book-list-container{max-width:100%;overflow-x:hidden}.book-item{padding:.6rem 1rem;font-size:.85rem}.reader-header{padding:1rem;flex-direction:column;gap:.6rem;text-align:center}.reader-header h2{font-size:1.3rem}.verses-container{padding:.8rem;font-size:.95rem;max-height:500px;max-width:100%;overflow-x:hidden}.daily-view{padding:0 !important;max-width:100%;overflow-x:hidden}.daily-view img{max-height:200px;max-width:100%;border-radius:6px}.daily-view h2{font-size:1.2rem}.daily-view .content{font-size:.9rem;line-height:1.6;max-width:100%;overflow-x:hidden;word-break:break-word}.daily-view .content img{max-width:100% !important;height:auto !important}.site-footer{padding:2rem .8rem 1rem .8rem;font-size:.8rem;width:100%}.footer-container{max-width:100%;overflow-x:hidden}.footer-top{max-width:100%}.footer-brand{min-width:unset;max-width:100%}.footer-logo{font-size:2rem}.footer-desc{font-size:.8rem;max-width:100%}.footer-buttons{flex-wrap:wrap;max-width:100%}.footer-links-grid{max-width:100%;overflow-x:hidden}.footer-copy{font-size:.75rem}.cookie-banner{max-width:100%}.cookie-content{max-width:100%}}@keyframes doarHeartbeat{0%{transform:scale(1);box-shadow:0 4px 12px rgba(212,175,55,.3)}14%{transform:scale(1.08);box-shadow:0 6px 18px rgba(212,175,55,.5)}28%{transform:scale(1);box-shadow:0 4px 12px rgba(212,175,55,.3)}42%{transform:scale(1.08);box-shadow:0 6px 18px rgba(212,175,55,.5)}70%{transform:scale(1);box-shadow:0 4px 12px rgba(212,175,55,.3)}100%{transform:scale(1);box-shadow:0 4px 12px rgba(212,175,55,.3)}}.btn-doar-pulse{background-color:var(--accent-gold);color:#ffffff !important;text-decoration:none !important;padding:.8rem 2rem;border-radius:30px;font-weight:700;font-size:1.1rem;display:inline-block;box-shadow:0 4px 12px rgba(212,175,55,.3);animation:doarHeartbeat 2s infinite ease-in-out;transition:background-color .2s,transform .2s}.btn-doar-pulse:hover{background-color:#C5A031;color:#ffffff !important;animation:none;transform:scale(1.05)}@media (max-width:400px){.header-logo{font-size:1.4rem}.app-header .subtitle{font-size:.7rem}.daily-buttons{grid-template-columns:1fr;gap:.4rem}.daily-btn{font-size:.75rem;padding:.5rem}.resources-grid{grid-template-columns:1fr;gap:.6rem}.resource-img{height:120px}}.related-content-wrapper{margin-top:3rem;background:transparent}.related-articles-section{margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 4px 10px rgba(0,0,0,.03)}.related-articles-section h3{font-size:1.4rem;color:#333;margin-bottom:1.5rem;font-weight:700;border-bottom:1px solid #eee;padding-bottom:.8rem}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.see-also-section{background-color:#f0f7ff;border-left:5px solid #255EB3;padding:1.5rem;border-radius:8px;margin-top:2rem}.see-also-section h3{font-size:1.4rem;color:#255EB3;margin-bottom:1.5rem;font-weight:700}.see-also-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.related-item{cursor:pointer;transition:transform .2s,opacity .2s;text-decoration:none;display:flex;flex-direction:column;align-self:start}.related-item:hover{transform:translateY(-3px);opacity:.9}.related-item img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;margin-bottom:.8rem;background-color:#f0f0f0}.related-item .item-title{font-size:.95rem;font-weight:700;color:#1D2A3B;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media (max-width:768px){.related-grid{grid-template-columns:1fr;gap:1rem}.related-articles-section{padding:1.2rem}.see-also-grid{grid-template-columns:1fr;gap:1rem}}.pray-community-pro{position:relative;overflow:hidden;padding:50px 0;background:radial-gradient(circle at top left,rgba(96,165,250,.22),transparent 35%),radial-gradient(circle at bottom right,rgba(125,211,252,.20),transparent 35%),linear-gradient(135deg,#dbeafe 0%,#eff6ff 45%,#e0f2fe 100%);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.pray-pro-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.45;pointer-events:none}.pray-pro-glow-1{width:240px;height:240px;background:#60a5fa;top:-60px;left:-60px}.pray-pro-glow-2{width:240px;height:240px;background:#7dd3fc;right:-60px;bottom:-60px}.pray-pro-container{position:relative;z-index:2;max-width:1000px;margin:0 auto}.pray-pro-header{text-align:center;margin-bottom:26px}.pray-pro-badge{display:inline-block;padding:10px 18px;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#60a5fa);color:#fff;font-size:16px;font-weight:800;letter-spacing:.5px;box-shadow:0 10px 24px rgba(59,130,246,.22);margin-bottom:16px}.pray-pro-header h2{margin:0 0 14px;font-size:38px;line-height:1.2;color:#0f172a;font-weight:900}.pray-pro-header p{max-width:850px;margin:0 auto;font-size:22px;line-height:1.7;color:#334155;font-weight:500}.pray-pro-form-box{background:rgba(255,255,255,.88);border:1px solid rgba(96,165,250,.25);border-radius:30px;padding:28px;box-shadow:0 18px 40px rgba(59,130,246,.10);backdrop-filter:blur(10px);margin-bottom:24px}.pray-pro-form-top{display:flex;align-items:flex-start;gap:16px;margin-bottom:22px}.pray-pro-form-icon{width:62px;height:62px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:28px;background:linear-gradient(135deg,#3b82f6,#7dd3fc);color:#fff;box-shadow:0 12px 24px rgba(59,130,246,.20);flex:0 0 62px}.pray-pro-form-top h3{margin:0 0 6px;font-size:30px;color:#0f172a;font-weight:900}.pray-pro-form-top p{margin:0;color:#475569;font-size:21px;line-height:1.6}.pray-pro-field{margin-bottom:20px}.pray-pro-field label{display:block;margin-bottom:10px;color:#1e3a8a;font-size:22px;font-weight:800}.pray-pro-field input,.pray-pro-field textarea{width:100%;box-sizing:border-box;border:none;outline:none;padding:18px;border-radius:20px;background:#f8fbff;color:#0f172a;font-size:22px;border:1px solid #bfdbfe;transition:.25s ease;font-family:inherit}.pray-pro-field input::placeholder,.pray-pro-field textarea::placeholder{color:#64748b;font-size:20px}.pray-pro-field input:focus,.pray-pro-field textarea:focus{background:#fff;border-color:#60a5fa;box-shadow:0 0 0 4px rgba(96,165,250,.18)}.pray-pro-submit-btn{width:100%;border:none;cursor:pointer;padding:20px 22px;border-radius:20px;font-size:22px;font-weight:900;color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 14px 28px rgba(37,99,235,.20);transition:.25s ease;font-family:inherit}.pray-pro-submit-btn:hover{transform:translateY(-2px);box-shadow:0 18px 30px rgba(37,99,235,.26)}.pray-pro-msg{min-height:24px;margin-top:14px;font-size:20px;font-weight:700;color:#1d4ed8;text-align:center}.pray-pro-stats{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:24px}.pray-pro-stat-card{min-width:220px;padding:22px 24px;border-radius:24px;background:rgba(255,255,255,.88);border:1px solid rgba(96,165,250,.22);box-shadow:0 14px 34px rgba(59,130,246,.08);text-align:center}.pray-pro-stat-card strong{display:block;font-size:34px;color:#2563eb;margin-bottom:6px;font-weight:900}.pray-pro-stat-card span{color:#475569;font-size:20px;font-weight:700}.pray-pro-list-area{background:rgba(255,255,255,.85);border:1px solid rgba(96,165,250,.22);border-radius:30px;padding:28px;box-shadow:0 18px 40px rgba(59,130,246,.10);backdrop-filter:blur(10px)}.pray-pro-list-header{margin-bottom:20px}.pray-pro-list-header h3{margin:0 0 8px;font-size:34px;color:#0f172a;font-weight:900}.pray-pro-list-header p{margin:0;color:#475569;line-height:1.6;font-size:21px}.pray-pro-list{display:flex;flex-direction:column;gap:18px}.pray-pro-item{position:relative;overflow:hidden;border-radius:26px;padding:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dbeafe;box-shadow:0 12px 26px rgba(59,130,246,.08);transition:.25s ease}.pray-pro-item:hover{transform:translateY(-3px);box-shadow:0 18px 30px rgba(59,130,246,.12)}.pray-pro-item.featured{background:linear-gradient(135deg,#eff6ff 0%,#f0f9ff 100%);border:1px solid #93c5fd}.pray-pro-item.featured::before{content:"";position:absolute;right:-30px;top:-30px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(96,165,250,.18),transparent 70%)}.pray-pro-item-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:16px}.pray-pro-person{display:flex;gap:14px;align-items:center}.pray-pro-avatar{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:#fff;background:linear-gradient(135deg,#3b82f6,#7dd3fc);box-shadow:0 10px 22px rgba(59,130,246,.18)}.pray-pro-person h4{margin:0 0 4px;font-size:24px;color:#0f172a;font-weight:900}.pray-pro-person span{font-size:18px;color:#2563eb;font-weight:700}.pray-pro-tag{padding:9px 14px;border-radius:999px;font-size:16px;font-weight:800;color:#1d4ed8;background:#dbeafe;white-space:nowrap}.pray-pro-item-text{margin:0 0 18px;font-size:22px;line-height:1.8;color:#334155;font-weight:500}.pray-pro-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:16px}.pray-pro-btn-orando{border:none;cursor:pointer;padding:16px 22px;border-radius:999px;color:#fff;font-size:20px;font-weight:900;background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 10px 24px rgba(37,99,235,.18);transition:.25s ease;font-family:inherit}.pray-pro-btn-orando:hover{transform:translateY(-2px) scale(1.02)}.pray-pro-btn-orando.done{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 10px 24px rgba(34,197,94,.18)}.pray-pro-counter-wrap{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe}.pray-pro-counter-number{font-size:24px;font-weight:900;color:#2563eb}.pray-pro-counter-label{font-size:18px;font-weight:800;color:#475569}.pray-pro-share-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.pray-pro-share-btn{flex:1;min-width:180px;border:none;cursor:pointer;padding:16px 18px;border-radius:18px;font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;transition:.25s ease;font-family:inherit}.pray-pro-share-btn:hover{transform:translateY(-2px)}.pray-pro-share-whatsapp{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;box-shadow:0 10px 24px rgba(34,197,94,.18)}.pray-pro-share-instagram{background:linear-gradient(135deg,#7c3aed,#ec4899);color:#fff;box-shadow:0 10px 24px rgba(236,72,153,.18)}.pray-pro-share-link{background:linear-gradient(135deg,#0f172a,#334155);color:#fff;box-shadow:0 10px 24px rgba(15,23,42,.18)}.pray-pro-share-icon{font-size:20px;line-height:1}.pray-pro-ver-mais{display:block;text-align:center;padding:20px;margin-top:24px;border-radius:20px;background:rgba(255,255,255,.9);border:1px solid rgba(96,165,250,.3);color:#2563eb;font-weight:800;font-size:20px;text-decoration:none;transition:.25s ease;box-shadow:0 8px 20px rgba(59,130,246,.08)}.pray-pro-ver-mais:hover{background:#fff;transform:translateY(-2px);box-shadow:0 14px 28px rgba(59,130,246,.12);color:#1d4ed8}.pray-pop{animation:prayPop .35s ease}@keyframes prayPop{0%{transform:scale(1)}50%{transform:scale(1.14)}100%{transform:scale(1)}}.pray-burst{position:absolute;font-size:22px;animation:prayRise .9s ease forwards;pointer-events:none;opacity:0}@keyframes prayRise{0%{transform:translateY(10px) scale(.8);opacity:0}20%{opacity:1}100%{transform:translateY(-40px) scale(1.2);opacity:0}}.prayer-pagination{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #dbeafe;flex-wrap:wrap}.prayer-pagination a,.prayer-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;border:1px solid #bfdbfe;border-radius:6px;font-size:.85rem;font-weight:700;color:#2563eb;background:#fff;cursor:pointer;text-decoration:none;transition:.2s ease}.prayer-pagination a:hover{background:#eff6ff;border-color:#60a5fa}.prayer-pagination .active{background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff;border-color:transparent;cursor:default;box-shadow:0 4px 12px rgba(37,99,235,.2)}.prayer-pagination .next-btn{padding:0 .8rem;font-weight:800}@media (max-width:768px){.pray-community-pro{padding:34px 0}.pray-pro-header h2{font-size:32px}.pray-pro-header p{font-size:22px}.pray-pro-form-box,.pray-pro-list-area{padding:20px;border-radius:24px}.pray-pro-form-top h3{font-size:28px}.pray-pro-form-top p{font-size:20px}.pray-pro-field label{font-size:22px}.pray-pro-field input,.pray-pro-field textarea{font-size:22px;padding:18px 16px}.pray-pro-submit-btn{font-size:22px;padding:18px 20px}.pray-pro-stat-card{width:100%}.pray-pro-list-header h3{font-size:30px}.pray-pro-list-header p{font-size:20px}.pray-pro-item{padding:18px;border-radius:22px}.pray-pro-item-top{flex-direction:column;align-items:flex-start}.pray-pro-person h4{font-size:24px}.pray-pro-item-text{font-size:22px}.pray-pro-actions{flex-direction:column;align-items:stretch}.pray-pro-btn-orando{width:100%;font-size:20px;padding:18px}.pray-pro-counter-wrap{width:100%;justify-content:center}.pray-pro-share-row{flex-direction:column}.pray-pro-share-btn{width:100%;min-width:unset;font-size:18px}.pray-pro-ver-mais{font-size:18px;padding:16px}}.home-prayer-section{position:relative;overflow:hidden;padding:3rem 1.5rem;background:radial-gradient(circle at top left,rgba(96,165,250,.18),transparent 35%),radial-gradient(circle at bottom right,rgba(125,211,252,.16),transparent 35%),linear-gradient(135deg,#dbeafe 0%,#eff6ff 45%,#e0f2fe 100%);border-radius:16px;margin-bottom:2rem}.home-prayer-section .hp-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.35;pointer-events:none}.home-prayer-section .hp-glow-1{width:200px;height:200px;background:#60a5fa;top:-50px;left:-50px}.home-prayer-section .hp-glow-2{width:200px;height:200px;background:#7dd3fc;right:-50px;bottom:-50px}.hp-container{position:relative;z-index:2;max-width:900px;margin:0 auto}.hp-header{text-align:center;margin-bottom:1.8rem}.hp-badge{display:inline-block;padding:6px 14px;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#60a5fa);color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.5px;box-shadow:0 6px 18px rgba(59,130,246,.2);margin-bottom:.8rem;text-transform:uppercase}.hp-header h2{margin:0 0 .5rem;font-size:1.6rem;line-height:1.2;color:#0f172a;font-weight:900}.hp-header p{max-width:600px;margin:0 auto;font-size:.95rem;line-height:1.6;color:#334155}.hp-form-box{background:rgba(255,255,255,.88);border:1px solid rgba(96,165,250,.25);border-radius:16px;padding:1.2rem;box-shadow:0 10px 30px rgba(59,130,246,.08);backdrop-filter:blur(10px);margin-bottom:1.5rem}.hp-form-box h3{margin:0 0 .8rem;font-size:1rem;color:#0f172a;font-weight:800;display:flex;align-items:center;gap:.5rem}.hp-form-fields{display:grid;grid-template-columns:1fr 2fr auto;gap:.6rem;align-items:end}.hp-form-fields input,.hp-form-fields textarea{width:100%;box-sizing:border-box;border:1px solid #bfdbfe;outline:none;padding:.65rem .8rem;border-radius:10px;background:#f8fbff;color:#0f172a;font-size:.9rem;font-family:inherit;transition:.2s ease}.hp-form-fields input:focus,.hp-form-fields textarea:focus{background:#fff;border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.15)}.hp-form-fields textarea{resize:none;min-height:38px;max-height:38px}.hp-submit-btn{border:none;cursor:pointer;padding:.65rem 1.2rem;border-radius:10px;font-size:.9rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 6px 16px rgba(37,99,235,.18);transition:.2s ease;white-space:nowrap;font-family:inherit;height:38px}.hp-submit-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(37,99,235,.24)}.hp-form-msg{margin-top:.5rem;font-size:.85rem;font-weight:700;color:#16a34a;text-align:center;min-height:20px}.hp-stats{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.hp-stat-card{padding:.8rem 1.2rem;border-radius:14px;background:rgba(255,255,255,.85);border:1px solid rgba(96,165,250,.2);box-shadow:0 8px 20px rgba(59,130,246,.06);text-align:center;min-width:120px}.hp-stat-card strong{display:block;font-size:1.4rem;color:#2563eb;font-weight:900}.hp-stat-card span{color:#475569;font-size:.8rem;font-weight:600}.hp-prayer-list{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.2rem}.hp-prayer-item{position:relative;overflow:hidden;border-radius:14px;padding:1rem;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dbeafe;box-shadow:0 6px 16px rgba(59,130,246,.06);transition:.2s ease}.hp-prayer-item:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(59,130,246,.1)}.hp-prayer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.hp-prayer-person{display:flex;gap:.6rem;align-items:center}.hp-prayer-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:900;color:#fff;background:linear-gradient(135deg,#3b82f6,#7dd3fc);box-shadow:0 4px 10px rgba(59,130,246,.15);flex-shrink:0}.hp-prayer-person h4{margin:0;font-size:.9rem;color:#0f172a;font-weight:800}.hp-prayer-person span{font-size:.75rem;color:#64748b;font-weight:600}.hp-prayer-text{margin:0 0 .6rem;font-size:.9rem;line-height:1.6;color:#334155;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-prayer-actions{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.hp-btn-orar{border:none;cursor:pointer;padding:.4rem .8rem;border-radius:999px;color:#fff;font-size:.8rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 4px 12px rgba(37,99,235,.15);transition:.2s ease;font-family:inherit}.hp-btn-orar:hover{transform:translateY(-1px)}.hp-btn-orar.done{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 4px 12px rgba(34,197,94,.15)}.hp-prayer-count{display:flex;align-items:center;gap:4px;padding:.3rem .6rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;font-size:.75rem;color:#2563eb;font-weight:700}.hp-ver-mais{display:block;text-align:center;padding:.7rem 1.5rem;border-radius:10px;background:rgba(255,255,255,.9);border:1px solid rgba(96,165,250,.3);color:#2563eb;font-weight:800;font-size:.9rem;text-decoration:none;transition:.2s ease;box-shadow:0 4px 12px rgba(59,130,246,.08)}.hp-ver-mais:hover{background:#fff;transform:translateY(-1px);box-shadow:0 8px 20px rgba(59,130,246,.12);color:#1d4ed8}@media (max-width:768px){.hp-form-fields{grid-template-columns:1fr}.hp-stats{flex-direction:row}.hp-stat-card{flex:1;min-width:0}.home-prayer-section{padding:2rem 1rem;border-radius:0}}.prayer-pagination{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #dbeafe;flex-wrap:wrap}.prayer-pagination a,.prayer-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;border:1px solid #bfdbfe;border-radius:6px;font-size:.85rem;font-weight:700;color:#2563eb;background:#fff;cursor:pointer;text-decoration:none;transition:.2s ease}.prayer-pagination a:hover{background:#eff6ff;border-color:#60a5fa}.prayer-pagination .active{background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff;border-color:transparent;cursor:default;box-shadow:0 4px 12px rgba(37,99,235,.2)}.prayer-pagination .next-btn{padding:0 .8rem;font-weight:800;gap:.3rem}@media (max-width:768px){.support-actions-container{flex-direction:column-reverse !important;align-items:center !important}.support-actions-container .support-action-btn{width:100% !important;max-width:280px !important;text-align:center !important;box-sizing:border-box !important}}.biblia-card{max-width:900px;margin:30px auto;background:#e9eff7;border-radius:16px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:30px}.biblia-content{max-width:480px;text-align:left}.biblia-content h1{font-size:34px;color:#1d2b44;margin:0;line-height:1.3;font-weight:700}.biblia-line{width:50px;height:4px;background:#2d6cdf;margin:15px 0;border-radius:2px}.biblia-content p{font-size:16px;color:#4a5a73;line-height:1.6;margin-bottom:25px}.biblia-btn{display:inline-block;background:linear-gradient(90deg,#2d6cdf,#1b4db3);color:white !important;padding:14px 22px;border-radius:8px;text-decoration:none;font-weight:600;transition:.3s}.biblia-btn:hover{opacity:.9}.biblia-image{background:#dbe6f4;padding:30px;border-radius:20px;display:flex;align-items:center;justify-content:center}.biblia-image img{width:160px;height:auto;display:block;object-fit:contain}@media (max-width:768px){.biblia-card{flex-direction:column;text-align:center;padding:30px 20px}.biblia-content{max-width:100%;text-align:center}.biblia-line{margin:15px auto}}.verse-item{align-items:flex-start}.verse-item-num{flex-shrink:0;padding-top:.3rem}.verse-item-text{flex:1}.verse-link-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;margin-top:.25rem;border-radius:6px;color:#bbb;text-decoration:none;opacity:0;transition:opacity .2s,color .2s,background .2s,transform .15s}.verse-item:hover .verse-link-btn{opacity:1}.verse-link-btn:hover{color:var(--accent-gold);background:rgba(212,175,55,.1);transform:scale(1.15)}@media (max-width:600px){.verse-link-btn{opacity:.6}}.verse-page-wrapper{max-width:700px;margin:0 auto}.verse-page-main{background:transparent}.verse-page-title{text-align:center;color:var(--text-main);font-size:2.2rem;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin-bottom:.5rem}.verse-page-subtitle{text-align:center;color:#777;margin-bottom:2rem;font-size:1rem;line-height:1.5}.verse-page-highlight{display:flex;gap:1rem;padding:1.8rem 2rem;background:#fff;border-left:4px solid var(--accent-gold);border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.06);font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem}.verse-page-num{color:var(--accent-gold);font-weight:800;font-size:1.3rem;min-width:30px;flex-shrink:0}.verse-page-text{color:#333}.verse-page-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.verse-nav-btn{background:none;border:1px solid var(--border-color);padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:600;color:var(--accent-gold);font-size:.9rem;font-family:inherit;transition:background .2s,border-color .2s}.verse-nav-btn:hover{background:var(--verse-hover);border-color:var(--accent-gold)}.verse-nav-next{background:var(--accent-gold);color:#fff;border-color:var(--accent-gold)}.verse-nav-next:hover{background:#c49b2e}.verse-page-current{font-weight:600;color:#999;font-size:.9rem}@media (max-width:600px){.verse-page-title{font-size:1.6rem}.verse-page-highlight{padding:1.2rem;font-size:1.05rem}.verse-page-nav{flex-direction:column;gap:.8rem}.verse-nav-btn{width:100%;text-align:center}.verse-page-card{padding:1.5rem !important}.verse-page-card p:first-child{font-size:1.1rem !important}}@keyframes edificadoPulse{0%{transform:scale(1)}30%{transform:scale(1.15)}50%{transform:scale(.95)}70%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes pulse{0%,100%{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:.9}}.estilo-2colunas-section{background:linear-gradient(135deg,#FAE7C5,#FAC283);padding:25px 15px;margin:20px 0;border-radius:16px;box-shadow:inset 0 2px 10px rgba(0,0,0,.02)}.estilo-2colunas-section h2{text-align:center;color:#333333;font-size:1.6rem;margin-top:0;margin-bottom:20px;font-weight:700}.estilo-2colunas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;list-style:none;padding:0;margin:0}.estilo-2colunas-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 4px 15px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease;height:100%}.estilo-2colunas-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(155,106,0,.15)}.estilo-2colunas-image{width:100%;aspect-ratio:4/3;overflow:hidden}.estilo-2colunas-image img{width:100%;height:100%;object-fit:cover;display:block}.estilo-2colunas-title{padding:12px 10px;text-align:center;font-size:.95rem;font-weight:700;color:#10233f;line-height:1.3;display:flex;align-items:center;justify-content:center;flex-grow:1}@media (min-width:768px){.estilo-2colunas-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){html,body{margin:0 !important;padding:0 !important;overflow-x:hidden !important;max-width:100% !important}html body [class]{padding-left:5px !important;padding-right:5px !important;box-sizing:border-box !important;max-width:100% !important}html body div,html body section,html body main,html body article,html body aside,html body header,html body footer,html body nav,html body form,html body fieldset,html body button,html body input,html body textarea,html body select,html body p,html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,html body ul,html body ol,html body li,html body table,html body td,html body th{padding-left:5px !important;padding-right:5px !important;box-sizing:border-box !important}html body img,html body picture,html body video,html body iframe,html body img[class],html body picture[class],html body video[class],html body iframe[class]{padding:0 !important;margin-left:0 !important;margin-right:0 !important;max-width:100% !important;height:auto}html body [class]:has(>img),html body [class]:has(>picture),html body [class]:has(>video),html body [class]:has(>iframe),html body [class*="img-wrap"],html body [class*="image-wrap"],html body [class*="image-container"],html body [class*="img-container"],html body [class*="card-img"],html body [class*="thumb"]{padding-left:0 !important;padding-right:0 !important}}.comunidade-oracao{background:#eaf6ff;max-width:850px;margin:30px auto;padding:15px;border-radius:18px;font-family:Arial,sans-serif}.comunidade-oracao h2{text-align:center;font-size:36px;color:#172033;margin-bottom:8px}.comunidade-oracao .subtitulo{text-align:center;font-size:19px;color:#334155;margin-bottom:28px}.comunidade-oracao .formulario-pedido{background:#ffffff;border:1px solid #b8d8ff;border-radius:20px;padding:25px;margin-bottom:30px;box-shadow:0 8px 25px rgba(37,99,235,.12)}.comunidade-oracao .formulario-pedido h3{font-size:28px;color:#172033;margin-bottom:10px;text-align:center}.comunidade-oracao .formulario-pedido>p{font-size:18px;line-height:1.6;text-align:center;color:#334155;margin-bottom:20px}.comunidade-oracao .formulario-pedido input,.comunidade-oracao .formulario-pedido textarea{width:100%;padding:16px;margin-bottom:15px;border-radius:12px;border:1px solid #9ecbff;font-size:18px;box-sizing:border-box;outline:none;background:#f8fbff;font-family:inherit}.comunidade-oracao .formulario-pedido textarea{height:130px;resize:none}.comunidade-oracao .formulario-pedido button{width:100%;padding:16px;border:none;border-radius:12px;background:linear-gradient(90deg,#2563eb,#60a5fa);color:#fff;font-size:20px;font-weight:bold;cursor:pointer;transition:.3s;box-shadow:0 8px 18px rgba(37,99,235,.25);font-family:inherit}.comunidade-oracao .formulario-pedido button:hover{background:linear-gradient(90deg,#1d4ed8,#3b82f6);transform:scale(1.02)}.comunidade-oracao .formulario-pedido button:disabled{opacity:.7;cursor:wait}.comunidade-oracao .info-oracao{margin-top:18px;text-align:center;font-size:18px;color:#334155}.comunidade-oracao .info-oracao strong{color:#2563eb;font-size:22px;display:inline-block;transition:transform .3s}.comunidade-oracao .info-oracao strong.bump{transform:scale(1.15)}.comunidade-oracao .form-msg{margin-top:12px;text-align:center;font-size:16px;font-weight:600;min-height:20px}.comunidade-oracao .pedido{background:#ffffff;border:1px solid #9ecbff;border-radius:18px;padding:20px;margin-bottom:22px;box-shadow:0 5px 18px rgba(37,99,235,.10)}.comunidade-oracao .pedido.featured{border-color:#2563eb;box-shadow:0 8px 28px rgba(37,99,235,.22)}.comunidade-oracao .topo-pedido{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:10px;flex-wrap:wrap}.comunidade-oracao .usuario{font-size:19px;font-weight:bold;color:#172033}.comunidade-oracao .tempo{font-size:15px;color:#2563eb}.comunidade-oracao .texto-pedido{font-size:19px;line-height:1.7;color:#475569;margin-bottom:18px;white-space:pre-wrap;word-wrap:break-word}.comunidade-oracao .acoes{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.comunidade-oracao .btn-orando,.comunidade-oracao .btn-compartilhar{border:none;padding:12px 18px;border-radius:12px;font-size:17px;font-weight:bold;cursor:pointer;transition:.3s;font-family:inherit}.comunidade-oracao .btn-orando{background:linear-gradient(90deg,#2563eb,#60a5fa);color:#fff;box-shadow:0 6px 15px rgba(37,99,235,.22)}.comunidade-oracao .btn-orando:hover{background:linear-gradient(90deg,#1d4ed8,#3b82f6);transform:scale(1.03)}.comunidade-oracao .btn-orando.done{background:linear-gradient(90deg,#16a34a,#22c55e);cursor:default}.comunidade-oracao .btn-compartilhar{background:#eef6ff;color:#2563eb;border:1px solid #b8d8ff}.comunidade-oracao .btn-compartilhar:hover{background:#dbeeff}.comunidade-oracao .respostas{margin-bottom:15px}.comunidade-oracao .resposta{background:#f8fbff;padding:12px;border-radius:10px;margin-bottom:10px;font-size:16px;line-height:1.5;border-left:4px solid #3b82f6;color:#334155;word-wrap:break-word}.comunidade-oracao .resposta strong{color:#172033;margin-right:4px}.comunidade-oracao .resposta .resposta-tempo{display:block;font-size:12px;color:#2563eb;margin-top:4px;opacity:.7}.comunidade-oracao .caixa-resposta{display:flex;gap:10px;flex-wrap:wrap}.comunidade-oracao .caixa-resposta .nome-resposta{flex:0 0 130px;padding:14px;border-radius:10px;border:1px solid #9ecbff;font-size:14px;outline:none;background:#f8fbff;font-family:inherit;box-sizing:border-box}.comunidade-oracao .caixa-resposta .texto-resposta{flex:1;min-width:150px;padding:14px;border-radius:10px;border:1px solid #9ecbff;font-size:16px;outline:none;background:#f8fbff;font-family:inherit;box-sizing:border-box}.comunidade-oracao .caixa-resposta button{padding:14px 18px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-size:16px;font-weight:bold;cursor:pointer;font-family:inherit}.comunidade-oracao .caixa-resposta button:hover{background:#1d4ed8}.comunidade-oracao .prayer-pagination{display:flex;justify-content:center;gap:6px;margin-top:18px;flex-wrap:wrap}.comunidade-oracao .prayer-pagination a,.comunidade-oracao .prayer-pagination span{padding:8px 14px;border-radius:8px;background:#ffffff;border:1px solid #b8d8ff;color:#2563eb;cursor:pointer;font-weight:600;font-size:15px;text-decoration:none}.comunidade-oracao .prayer-pagination .active{background:#2563eb;color:#fff;border-color:#2563eb}@media (max-width:768px){.comunidade-oracao{padding:12px}.comunidade-oracao h2{font-size:30px}.comunidade-oracao .subtitulo{font-size:18px}.comunidade-oracao .formulario-pedido{padding:20px}.comunidade-oracao .formulario-pedido h3{font-size:24px}.comunidade-oracao .formulario-pedido>p{font-size:17px}.comunidade-oracao .formulario-pedido input,.comunidade-oracao .formulario-pedido textarea{font-size:17px}.comunidade-oracao .formulario-pedido button{font-size:18px}.comunidade-oracao .texto-pedido{font-size:18px}.comunidade-oracao .acoes{flex-direction:column}.comunidade-oracao .btn-orando,.comunidade-oracao .btn-compartilhar{width:100%;font-size:18px}.comunidade-oracao .caixa-resposta{flex-direction:column}.comunidade-oracao .caixa-resposta .nome-resposta,.comunidade-oracao .caixa-resposta .texto-resposta{flex:1 1 100%;width:100%}.comunidade-oracao .caixa-resposta button{width:100%}}@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:.25s;animation-timing-function:ease-out}
html{background-color:#F4F7FB}