#bw-root{--bw-z: 9000;--bw-blue: #197CFF;--bw-blue-dk: #1260cc;--bw-red: #C8102E;--bw-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--bw-radius: 16px;--bw-shadow: 0 8px 40px rgba(0, 0, 0, .18)}.bw__launcher{position:fixed;bottom:80px;right:24px;z-index:var(--bw-z);display:flex;align-items:center;gap:8px;padding:0 20px 0 14px;height:52px;border-radius:26px;border:none;cursor:pointer;background:var(--bw-red);color:#fff;font-family:var(--bw-font);font-size:14px;font-weight:700;white-space:nowrap;box-shadow:0 4px 20px #c8102e73;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;animation:bw-pop-in .45s cubic-bezier(.34,1.56,.64,1) both}.bw__launcher:before{content:"";position:absolute;bottom:-7px;right:22px;width:14px;height:8px;background:var(--bw-red);clip-path:polygon(20% 0%,80% 0%,50% 100%);transition:background .2s ease;pointer-events:none}.bw__launcher.is-panel-open:before{background:#444}@keyframes bw-pop-in{0%{opacity:0;transform:scale(.6) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.bw__launcher:hover{background:#a80d25;transform:translateY(-2px);box-shadow:0 6px 28px #c8102e8c}.bw__launcher:active{transform:translateY(0)}.bw__launcher.is-panel-open{background:#444;box-shadow:0 4px 16px #00000040}.bw__launcher.is-hidden{opacity:0;pointer-events:none;transform:scale(.5) translateY(20px);transition:opacity .25s ease,transform .25s ease}.bw__launcher-icon{display:flex;align-items:center;flex-shrink:0}.bw__launcher-icon svg{stroke:currentColor}.bw__launcher-label{letter-spacing:.01em}.bw__launcher-close{margin-left:6px;width:20px;height:20px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1;transition:background .15s ease;flex-shrink:0}.bw__launcher:hover .bw__launcher-close{background:#fff6}.bw__nudge{position:fixed;bottom:144px;right:24px;z-index:var(--bw-z);background:#fff;border:1.5px solid #e0e6f0;border-radius:10px;padding:12px 16px;box-shadow:0 4px 20px #0000001f;font-family:var(--bw-font);font-size:13px;color:#333;line-height:1.5;max-width:210px;text-align:left;animation:bw-nudge-in .3s cubic-bezier(.34,1.3,.64,1) both}.bw__nudge strong{color:var(--bw-red)}.bw__nudge:after{content:"";position:absolute;bottom:-8px;right:28px;width:14px;height:14px;background:#fff;border-right:1.5px solid #e0e6f0;border-bottom:1.5px solid #e0e6f0;transform:rotate(45deg)}@keyframes bw-nudge-in{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.bw__panel{position:fixed;bottom:144px;right:24px;z-index:var(--bw-z);width:560px;max-width:calc(100vw - 32px);max-height:calc(100vh - 120px);background:#fff;border-radius:var(--bw-radius);box-shadow:var(--bw-shadow);border:1px solid #e4e9f2;display:flex;flex-direction:column;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(16px) scale(.97);transform-origin:bottom right;transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.bw__panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.bw__panel-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--bw-red);color:#fff}.bw__panel-brand{display:flex;align-items:center;gap:10px}.bw__panel-brand-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:8px;flex-shrink:0}.bw__panel-brand-icon svg{stroke:#fff}.bw__panel-title{font-family:var(--bw-font);font-size:15px;font-weight:700;letter-spacing:.01em;line-height:1.2}.bw__panel-subtitle{font-family:var(--bw-font);font-size:11px;opacity:.8;margin-top:1px;font-weight:400}.bw__panel-close{width:28px;height:28px;border-radius:50%;border:none;background:#fff3;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.bw__panel-close:hover{background:#ffffff59}.bw__panel-body{flex:1;min-height:0;overflow-y:auto;padding:24px 20px 20px;scrollbar-width:thin;scrollbar-color:#dde3f0 transparent}.bw__panel-body::-webkit-scrollbar{width:4px}.bw__panel-body::-webkit-scrollbar-track{background:transparent}.bw__panel-body::-webkit-scrollbar-thumb{background:#dde3f0;border-radius:2px}.bw__panel-body .br{height:auto;max-width:100%;padding:0;overflow:visible}.bw__panel-body #br-question-area{display:flex}.bw__panel-body .br__step{height:auto}.bw__panel-body .br__options{overflow-y:visible;max-height:none}.bw__panel-body .br__results{overflow-y:visible}.bw__backdrop{display:none}.hidden{display:none!important}@media(max-width:540px){.bw__launcher{bottom:72px;right:16px;height:48px;padding:0 16px 0 12px;font-size:13px}.bw__panel{bottom:0;right:0;left:0;width:100%;max-width:100%;max-height:90vh;border-radius:20px 20px 0 0;transform-origin:bottom center;transform:translateY(100%)}.bw__panel.is-open{transform:translateY(0)}.bw__nudge{bottom:132px;right:16px;left:16px;max-width:none}.bw__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:calc(var(--bw-z) - 1);animation:bw-fade-in .2s ease}@keyframes bw-fade-in{0%{opacity:0}to{opacity:1}}.bw__panel-body{padding:16px 14px 24px}.bw__panel-body .br__products{grid-template-columns:1fr 1fr;gap:10px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/bible-widget.css.map */
