:root{--cdfb-green:#0b3a2a;--cdfb-green2:#174c34;--cdfb-gold:#d4a62a;--cdfb-cream:#f7f1e4;--cdfb-ink:#14231c;--cdfb-muted:#66756d;--cdfb-card:#fff;--cdfb-border:#e6dfd1}
.cdf-bible-app{background:#f8f5ee;color:var(--cdfb-ink);font-family:inherit;min-height:70vh}.cdf-bible-hero{background:radial-gradient(circle at 80% 20%,rgba(212,166,42,.22),transparent 34%),linear-gradient(135deg,#082e22,#174b33);color:#fff;padding:56px 24px;border-bottom:3px solid var(--cdfb-gold)}.cdf-bible-hero-inner{max-width:1120px;margin:auto;display:flex;justify-content:space-between;gap:32px;align-items:center}.cdf-bible-kicker{color:#f2c84b;font-size:12px;font-weight:800;letter-spacing:2.2px}.cdf-bible-hero h1{font-family:Georgia,serif;font-size:48px;line-height:1;margin:10px 0 12px}.cdf-bible-hero p{max-width:680px;font-size:17px;line-height:1.65;color:#eaf1ed}.cdf-bible-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.cdf-bible-hero button,.cdf-bible-login,.cdf-bible-open-library{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff;padding:12px 16px;border-radius:12px;font-weight:800;text-decoration:none;cursor:pointer}.cdf-bible-open-library,.cdf-bible-login{background:var(--cdfb-gold)!important;color:#102b20!important;border-color:var(--cdfb-gold)!important}
.cdf-bible-toolbar-wrap{padding:0 20px;position:relative;z-index:3}.cdf-bible-toolbar{max-width:1120px;margin:-24px auto 24px;background:#fff;border:1px solid var(--cdfb-border);box-shadow:0 12px 35px rgba(15,43,32,.12);border-radius:16px;padding:18px;display:grid;grid-template-columns:1.25fr .7fr 1.5fr auto;gap:14px;align-items:end}.cdf-bible-toolbar label,.cdf-bible-font-controls>span{display:block;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#6d766f;margin:0 0 7px}.cdf-bible-toolbar select,.cdf-bible-reference-search input{width:100%;height:44px;border:1px solid #dcd6ca;border-radius:10px;background:#fff;padding:0 12px;font-size:14px}.cdf-bible-reference-search>div{display:flex}.cdf-bible-reference-search input{border-radius:10px 0 0 10px}.cdf-bible-reference-search button{border:0;background:var(--cdfb-gold);color:#0d3223;font-weight:900;padding:0 18px;border-radius:0 10px 10px 0}.cdf-bible-font-controls{white-space:nowrap}.cdf-bible-font-controls button{width:42px;height:44px;border:1px solid #dcd6ca;background:#fff;font-weight:900;cursor:pointer}.cdf-bible-font-controls button:first-of-type{border-radius:10px 0 0 10px}.cdf-bible-font-controls button:last-child{border-radius:0 10px 10px 0}
.cdf-bible-resume{max-width:1120px;margin:0 auto 20px;padding:13px 18px;background:#fff7d9;border:1px solid #ecd78d;border-radius:12px;display:flex;align-items:center;gap:12px}.cdf-bible-resume span{font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:800;color:#806619}.cdf-bible-resume strong{font-family:Georgia,serif}.cdf-bible-resume button{margin-left:auto;border:0;border-radius:9px;background:#153f2f;color:#fff;padding:8px 14px;font-weight:800;cursor:pointer}
.cdf-bible-reader-shell{max-width:960px;margin:0 auto 28px;background:var(--cdfb-card);border:1px solid var(--cdfb-border);border-radius:20px;box-shadow:0 10px 35px rgba(31,46,39,.08);overflow:hidden}.cdf-bible-reader-head{padding:24px 26px;border-bottom:1px solid var(--cdfb-border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;text-align:center}.cdf-bible-reader-head h2{font-family:Georgia,serif;font-size:34px;margin:4px 0 0;color:#123b2c}.cdf-reader-testament{font-size:10px;font-weight:900;color:#ac8421;text-transform:uppercase;letter-spacing:2px}.cdf-bible-prev,.cdf-bible-next{background:none;border:0;color:#567065;font-weight:800;cursor:pointer}.cdf-bible-next{text-align:right}.cdf-bible-prev{text-align:left}.cdf-bible-verses{padding:24px 42px 34px;font-size:19px;line-height:1.95}.cdf-bible-verse{display:inline;position:relative;padding:4px 2px;border-radius:5px;cursor:pointer;transition:.2s}.cdf-bible-verse:hover{background:#f5f1e7}.cdf-bible-verse sup{font-size:10px;font-weight:900;color:#b18a28;margin-right:5px;vertical-align:super}.cdf-bible-verse.is-bookmarked sup:after{content:'★';font-size:9px;color:#d2a21e;margin-left:3px}.cdf-bible-verse.hl-yellow{background:#fff0a8}.cdf-bible-verse.hl-green{background:#d9f1df}.cdf-bible-verse.hl-blue{background:#dcecff}.cdf-bible-verse.hl-rose{background:#f9dce0}.cdf-bible-verse.has-note{text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#c49b2b;text-underline-offset:4px}.cdf-bible-reader-foot{border-top:1px solid var(--cdfb-border);padding:18px 26px;display:flex;justify-content:space-between}.cdf-bible-loading{text-align:center;padding:60px 20px}.cdf-bible-loading span{display:inline-block;width:32px;height:32px;border:3px solid #e7dfce;border-top-color:#b58a21;border-radius:50%;animation:cdfSpin .8s linear infinite}.cdf-bible-loading p{color:#718078}@keyframes cdfSpin{to{transform:rotate(360deg)}}
.cdf-bible-help{max-width:1120px;margin:0 auto 50px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 20px}.cdf-bible-help>div{background:#fff;border:1px solid var(--cdfb-border);border-radius:14px;padding:18px}.cdf-bible-help strong{color:#173f30}.cdf-bible-help p{font-size:13px;color:#68766f;line-height:1.5;margin:6px 0 0}
.cdf-bible-actionbar{position:fixed;z-index:99992;left:50%;bottom:24px;transform:translateX(-50%);background:#0b2f23;color:#fff;padding:8px;border-radius:14px;box-shadow:0 15px 50px rgba(0,0,0,.28);display:flex;gap:4px;align-items:center}.cdf-bible-actionbar[hidden]{display:none}.cdf-bible-actionbar>button{border:0;background:transparent;color:#fff;padding:10px 12px;border-radius:9px;font-weight:800;cursor:pointer}.cdf-bible-actionbar>button:hover{background:rgba(255,255,255,.12)}.cdf-bible-colors{position:absolute;left:70px;bottom:58px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.18);display:flex;gap:7px}.cdf-bible-colors[hidden]{display:none}.cdf-bible-colors button{width:29px;height:29px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #ddd;cursor:pointer}.cdf-bible-colors [data-color=yellow]{background:#ffe77b}.cdf-bible-colors [data-color=green]{background:#bee8c8}.cdf-bible-colors [data-color=blue]{background:#c7dffd}.cdf-bible-colors [data-color=rose]{background:#f4c4ca}.cdf-bible-colors [data-color=none]{background:#fff;color:#555}
.cdf-bible-modal{position:fixed;inset:0;z-index:99999;background:rgba(7,24,17,.72);display:grid;place-items:center;padding:20px}.cdf-bible-modal[hidden]{display:none}.cdf-bible-modal-card{position:relative;width:min(620px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:20px;padding:28px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.cdf-bible-modal-card>span{font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:#aa8120;font-weight:900}.cdf-bible-modal-card h3,.cdf-bible-modal-card h2{font-family:Georgia,serif;color:#133d2e}.cdf-modal-close{position:absolute;right:16px;top:14px;border:0;background:#f1eee7;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}.cdf-note-verse{background:#f8f4e9;border-left:4px solid #d0a227;padding:14px;font-family:Georgia,serif}.cdf-bible-modal textarea{width:100%;border:1px solid #d8d2c5;border-radius:12px;padding:13px;font:inherit;resize:vertical}.cdf-note-save{width:100%;border:0;background:#123d2d;color:#fff;border-radius:11px;padding:13px;font-weight:900;margin-top:10px}.cdf-library-tabs{display:flex;gap:7px;overflow:auto;border-bottom:1px solid #eee;padding-bottom:10px}.cdf-library-tabs button{border:0;background:#f3f0e8;padding:9px 12px;border-radius:10px;font-weight:800;white-space:nowrap}.cdf-library-tabs button.active{background:#153f2f;color:#fff}.cdf-library-content{padding-top:15px}.cdf-library-item{padding:14px 0;border-bottom:1px solid #eee}.cdf-library-item strong{color:#123d2d}.cdf-library-item p{margin:6px 0;color:#53645b}.cdf-library-item em{display:block;color:#876b26;font-style:normal;background:#faf6ea;padding:8px;border-radius:8px;margin-top:7px}.cdf-library-item button{border:0;background:none;color:#9b7922;font-weight:800;padding:0;cursor:pointer}
.cdf-bible-app.cdf-night{--cdfb-card:#10271e;--cdfb-ink:#e8efe9;--cdfb-border:#2d463c;background:#091c15;color:#e8efe9}.cdf-night .cdf-bible-toolbar,.cdf-night .cdf-bible-help>div,.cdf-night .cdf-bible-resume{background:#10271e;color:#e8efe9}.cdf-night .cdf-bible-toolbar select,.cdf-night .cdf-bible-reference-search input,.cdf-night .cdf-bible-font-controls button{background:#0b2118;color:#e8efe9;border-color:#334c41}.cdf-night .cdf-bible-verse:hover{background:#1a3329}.cdf-night .cdf-bible-reader-head h2{color:#fff}.cdf-night .cdf-bible-verse.hl-yellow{background:#66591f}.cdf-night .cdf-bible-verse.hl-green{background:#245237}.cdf-night .cdf-bible-verse.hl-blue{background:#254765}.cdf-night .cdf-bible-verse.hl-rose{background:#613743}
@media(max-width:850px){.cdf-bible-hero-inner{display:block}.cdf-bible-hero-actions{margin-top:20px}.cdf-bible-toolbar{grid-template-columns:1fr 1fr}.cdf-bible-reference-search{grid-column:1/-1}.cdf-bible-reader-head{grid-template-columns:1fr auto 1fr}.cdf-bible-reader-head h2{font-size:28px}.cdf-bible-verses{padding:20px 24px;font-size:18px}.cdf-bible-help{grid-template-columns:1fr}.cdf-bible-actionbar{width:calc(100% - 20px);bottom:10px;justify-content:center;overflow:visible}.cdf-bible-actionbar>button{padding:9px 7px;font-size:12px}}
@media(max-width:540px){.cdf-bible-hero{padding:38px 18px}.cdf-bible-hero h1{font-size:40px}.cdf-bible-toolbar{grid-template-columns:1fr}.cdf-bible-reference-search{grid-column:auto}.cdf-bible-font-controls{display:none}.cdf-bible-reader-head{grid-template-columns:36px 1fr 36px;padding:18px 12px}.cdf-bible-prev,.cdf-bible-next{font-size:0}.cdf-bible-prev:before{content:'←';font-size:22px}.cdf-bible-next:after{content:'→';font-size:22px}.cdf-bible-verses{padding:18px;font-size:18px;line-height:1.9}.cdf-bible-resume{margin:0 14px 18px;flex-wrap:wrap}.cdf-bible-resume button{margin-left:0}.cdf-bible-actionbar>button{font-size:0}.cdf-bible-actionbar>button:before{font-size:18px}.cdf-bible-actionbar [data-action=bookmark]:before{content:'★'}.cdf-bible-actionbar [data-action=highlight]:before{content:'✦'}.cdf-bible-actionbar [data-action=note]:before{content:'✎'}.cdf-bible-actionbar [data-action=share]:before{content:'↗'}.cdf-bible-actionbar [data-action=close]:before{content:'×'}}

/* Caminha da Fé Bíblia Online Premium v7.1 */
body.cdf-bible-premium-page .entry-header,
body.cdf-bible-premium-page .post-header,
body.cdf-bible-premium-page .single-header,
body.cdf-bible-premium-page article > header,
body.cdf-bible-premium-page .entry-meta,
body.cdf-bible-premium-page .post-meta,
body.cdf-bible-premium-page .entry-title {display:none!important}
body.cdf-bible-premium-page .entry-content,
body.cdf-bible-premium-page .site-main,
body.cdf-bible-premium-page main {max-width:none!important;width:100%!important}
body.cdf-bible-premium-page .cdf-bible-app{max-width:1180px;margin:34px auto 0;padding:0 22px 50px}
.cdf-bible-reader-shell{max-width:980px!important;margin:20px auto!important;border-radius:22px!important;overflow:visible!important;box-shadow:0 18px 55px rgba(18,61,45,.10)!important}
.cdf-bible-verses{padding:42px 56px 48px!important;line-height:1.95!important;letter-spacing:.01em}
.cdf-bible-verse{position:relative;display:inline;border-radius:5px;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,color .18s ease;padding:3px 2px;margin-right:3px}
.cdf-bible-verse:hover{background:rgba(212,175,55,.12);box-shadow:0 0 0 4px rgba(212,175,55,.06)}
.cdf-bible-verse.selected{background:rgba(212,175,55,.18);box-shadow:0 0 0 4px rgba(212,175,55,.10)}
.cdf-bible-verse sup{font-weight:800;color:#b28a24;margin-right:5px;font-size:.62em;top:-.45em}
.cdf-bible-verse.is-bookmarked:after{content:'★';font-size:.55em;color:#cda536;margin-left:3px;vertical-align:super}
.cdf-bible-verse.has-note:before{content:'•';color:#123d2d;font-weight:900;margin-right:2px}
.cdf-bible-sticky-nav{position:sticky;top:12px;z-index:70;max-width:520px;margin:18px auto -8px;display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border:1px solid rgba(212,175,55,.32);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 10px 35px rgba(18,61,45,.12);backdrop-filter:blur(12px)}
.cdf-bible-sticky-nav button{width:38px;height:38px;border:0;border-radius:50%;background:#123d2d;color:#fff;font-size:18px;cursor:pointer}.cdf-bible-sticky-nav strong{font-family:'Playfair Display',Georgia,serif;color:#123d2d}
.cdf-bible-actionbar{position:fixed!important;left:50%!important;bottom:24px!important;transform:translateX(-50%)!important;z-index:99999!important;display:flex!important;gap:6px!important;padding:8px!important;border-radius:16px!important;background:#102f24!important;box-shadow:0 18px 50px rgba(0,0,0,.28)!important;width:auto!important;max-width:calc(100vw - 24px)!important}.cdf-bible-actionbar[hidden]{display:none!important}.cdf-bible-actionbar button{white-space:nowrap}
.cdf-bible-reading-progress{height:4px;max-width:980px;margin:-2px auto 18px;background:rgba(18,61,45,.08);border-radius:99px;overflow:hidden}.cdf-bible-reading-progress span{display:block;width:0;height:100%;background:#d4af37;transition:width .12s linear}
.cdf-library-card{width:min(960px,94vw)!important;max-width:960px!important}.cdf-library-tabs{position:sticky;top:0;z-index:2;background:#fff;padding-top:8px}.cdf-library-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cdf-library-item{margin:0!important;height:100%;border:1px solid #eee2c4!important;border-radius:16px!important;padding:18px!important;background:#fffdf8!important}.cdf-library-item em{display:block;margin:10px 0;padding:10px;border-left:3px solid #d4af37;background:#faf6eb}.cdf-library-item button{margin-top:10px}
.cdf-bible-hero{border-radius:24px!important;overflow:hidden}.cdf-bible-toolbar-wrap{border-radius:18px!important;margin-top:-16px!important;position:relative;z-index:4}.cdf-bible-reader-head{position:relative}.cdf-bible-reader-head h2{font-size:clamp(27px,3vw,38px)!important}.cdf-bible-help{max-width:980px!important;margin-left:auto!important;margin-right:auto!important}
.cdf-night .cdf-bible-sticky-nav{background:rgba(17,34,28,.94);border-color:rgba(212,175,55,.35)}.cdf-night .cdf-bible-sticky-nav strong{color:#f7f0df}.cdf-night .cdf-library-tabs{background:#17251f}.cdf-night .cdf-library-item{background:#1c2b24!important;border-color:#33483d!important}
@media(max-width:720px){body.cdf-bible-premium-page .cdf-bible-app{padding:0 10px 30px;margin-top:16px}.cdf-bible-verses{padding:28px 20px 34px!important;line-height:1.9!important}.cdf-bible-reader-head{padding:18px 12px!important}.cdf-bible-reader-head>button{font-size:0!important}.cdf-bible-reader-head>button:first-child:after{content:'←';font-size:18px}.cdf-bible-reader-head>button:last-child:after{content:'→';font-size:18px}.cdf-bible-sticky-nav{top:8px;margin-left:10px;margin-right:10px}.cdf-bible-actionbar{bottom:12px!important;overflow-x:auto!important;justify-content:flex-start!important}.cdf-library-content{grid-template-columns:1fr}.cdf-library-tabs{display:flex;overflow-x:auto;white-space:nowrap}.cdf-bible-toolbar{grid-template-columns:1fr 1fr!important}.cdf-bible-reference-search{grid-column:1/-1}.cdf-bible-font-controls{grid-column:1/-1;justify-content:flex-end}}
