@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--font-serif:"Crimson Text",Georgia,serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-light:#dbeafe;--color-text:#1f2937;--color-text-light:#6b7280;--color-border:#e5e7eb;--color-background:#fafafa;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}.bible-study-viewer-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans);min-height:100vh}.bible-study-viewer-page *{box-sizing:border-box;margin:0;padding:0}.bible-study-viewer-page .viewer-container{background:linear-gradient(180deg,#f8fafc,#f1f5f9);display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans);min-height:100vh}.bible-study-viewer-page .viewer-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;background-color:#fffffffa;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--color-border);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.bible-study-viewer-page .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1000px;padding:1rem 2rem}.bible-study-viewer-page .back-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--color-border);border-radius:8px;color:#1f2937;color:var(--color-text);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;text-decoration:none;transition:all .2s ease}.bible-study-viewer-page .back-button:hover{background:#fafafa;background:var(--color-background);border-color:#2563eb;border-color:var(--color-primary);color:#2563eb;color:var(--color-primary);transform:translateX(-2px)}.bible-study-viewer-page .back-button svg{transition:transform .2s ease}.bible-study-viewer-page .back-button:hover svg{transform:translateX(-2px)}.bible-study-viewer-page .header-actions{align-items:center;display:flex;gap:1.5rem}.bible-study-viewer-page .progress-indicator{align-items:center;background:#fafafa;background:var(--color-background);border-radius:8px;display:flex;gap:.75rem;padding:.5rem 1rem}.bible-study-viewer-page .progress-label{color:#6b7280;color:var(--color-text-light);font-size:.875rem;font-weight:500}.bible-study-viewer-page .progress-bar{background:#e5e7eb;background:var(--color-border);border-radius:4px;height:8px;overflow:hidden;position:relative;width:120px}.bible-study-viewer-page .progress-fill{background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;height:100%;overflow:hidden;position:relative;transition:width .5s ease}.bible-study-viewer-page .progress-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.bible-study-viewer-page .action-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--color-border);border-radius:8px;color:#1f2937;color:var(--color-text);cursor:pointer;display:flex;height:36px;justify-content:center;position:relative;transition:all .2s ease;width:36px}.bible-study-viewer-page .action-button:hover{background:#2563eb;background:var(--color-primary);border-color:#2563eb;border-color:var(--color-primary);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);color:#fff;transform:translateY(-2px)}.bible-study-viewer-page .action-button:after{background:#1f2937;background:var(--color-text);border-radius:4px;bottom:-30px;color:#fff;content:attr(title);font-size:.75rem;left:50%;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .2s ease;white-space:nowrap}.bible-study-viewer-page .action-button:hover:after{opacity:1}.bible-study-viewer-page .pdf-button{background:#2563eb;background:var(--color-primary);border-color:#2563eb;border-color:var(--color-primary);color:#fff}.bible-study-viewer-page .pdf-button:hover{background:#1d4ed8;background:var(--color-primary-dark);border-color:#1d4ed8;border-color:var(--color-primary-dark)}.bible-study-viewer-page .saving-indicator{align-items:center;animation:slideUp .4s cubic-bezier(.68,-.55,.265,1.55);background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;bottom:2rem;box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);color:#fff;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.875rem 1.5rem;position:fixed;right:2rem}.bible-study-viewer-page .viewer-main{display:flex;flex:1 1;justify-content:center;padding:3rem 1rem}.bible-study-viewer-page .study-page{background:#faf9f6;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000000d,0 0 0 1px #00000005;margin:0 auto;max-width:1000px;min-height:100vh;overflow:hidden;padding:3rem 2.5rem!important;position:relative;width:100%}.bible-study-viewer-page .study-page:before{background:linear-gradient(180deg,#0000 0,#ef4444 10%,#ef4444 90%,#0000);bottom:0;content:"";left:40px;opacity:.3;position:absolute;top:0;width:1px}.bible-study-viewer-page .prose{color:#111827;font-family:Crimson Text,Georgia,serif;font-family:var(--font-serif);font-size:1.25rem;line-height:1.8!important}@media (min-width:1024px){.bible-study-viewer-page .prose{margin:0 auto;max-width:75ch}.bible-study-viewer-page .conclusion-section p,.bible-study-viewer-page .introduction-section p,.bible-study-viewer-page .section-content p{margin-left:auto;margin-right:auto;max-width:75ch}}.bible-study-viewer-page .conclusion-section p,.bible-study-viewer-page .introduction-section p,.bible-study-viewer-page .section-content p{color:#111827!important;font-size:1.25rem!important;line-height:1.8!important}.bible-study-viewer-page .bible-study-header{border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--color-border);margin-bottom:1rem!important;padding-bottom:.75rem!important;position:relative;text-align:center}.bible-study-viewer-page .bible-study-header:after{display:none!important}.bible-study-viewer-page .study-label{color:#2563eb;color:var(--color-primary);display:block;font-weight:600;letter-spacing:.15em;margin-bottom:.1rem;text-transform:uppercase}.bible-study-viewer-page .lesson-number,.bible-study-viewer-page .study-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans);font-size:.95rem}.bible-study-viewer-page .lesson-number{color:#6b7280;color:var(--color-text-light);font-weight:500;margin-bottom:1rem!important}.bible-study-viewer-page .study-title{color:#1f2937;color:var(--color-text);font-size:1.5rem!important;line-height:1.2!important;margin-bottom:.1rem!important}.bible-study-viewer-page .bible-reference,.bible-study-viewer-page .study-title{font-family:Crimson Text,Georgia,serif;font-family:var(--font-serif);font-weight:700}.bible-study-viewer-page .bible-reference{color:#6b7280;color:var(--color-text-light);font-size:1.25rem;font-style:italic;margin-bottom:.75rem!important}.bible-study-viewer-page .bible-reference.bold-italic{font-style:italic;font-weight:700}.bible-study-viewer-page .bible-verse-box{background:linear-gradient(135deg,#eff6ff,#e0f2fe);border-left:4px solid #2563eb;border-left:4px solid var(--color-primary);border-radius:8px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);margin:.75rem auto!important;max-width:95%!important;padding:1.25rem 1.75rem!important;position:relative}.bible-study-viewer-page .bible-verse-box:before{color:#2563eb;color:var(--color-primary);content:'"';font-family:Crimson Text,Georgia,serif;font-family:var(--font-serif);font-size:3rem;left:20px;opacity:.2;position:absolute;top:-10px}.bible-study-viewer-page .bible-verse-text{color:#1f2937;color:var(--color-text);font-family:Crimson Text,Georgia,serif;font-family:var(--font-serif);font-size:1.25rem;font-style:italic;line-height:1.8}.bible-study-viewer-page .study-sections{margin-top:0!important}.bible-study-viewer-page .study-sections>.section{margin-bottom:0!important;margin-top:1.25rem!important;padding-bottom:0!important;padding-top:0!important}.bible-study-viewer-page .study-sections>.section:first-child{margin-top:.5rem!important}.bible-study-viewer-page .prose h2,.bible-study-viewer-page .section-title,.bible-study-viewer-page .section>h2,.bible-study-viewer-page h2.section-title{border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--color-border);color:#1f2937;color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans);font-size:1.25rem!important;font-weight:600;line-height:1.3!important;margin-bottom:.75rem!important;margin-top:0!important;padding-bottom:.5rem!important;position:relative;text-align:left!important}.bible-study-viewer-page .subsection-subtitle{color:#1f2937;color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans);font-size:1.05rem!important;font-weight:600;line-height:1.3!important;margin-bottom:.5rem!important;margin-top:1.5rem!important}.bible-study-viewer-page .section-title:after{background:#2563eb;background:var(--color-primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:40px}.bible-study-viewer-page .section-content{font-family:Crimson Text,Georgia,serif;font-family:var(--font-serif);margin-top:.5rem!important}.bible-study-viewer-page .content-paragraph,.bible-study-viewer-page .section-content p{line-height:1.7!important;margin-bottom:.6rem!important;text-align:left!important}.bible-study-viewer-page .content-paragraph:last-child,.bible-study-viewer-page .section-content p:last-child{margin-bottom:0!important}.bible-study-viewer-page .prose h3,.bible-study-viewer-page .subsection-title{font-size:1.35rem!important;font-weight:600!important;margin-bottom:.5rem!important;margin-top:1rem!important}.bible-study-viewer-page .conclusion-section{background:linear-gradient(135deg,#fefce8,#fef3c7);border:1px solid #fcd34d;border-radius:8px;margin-top:1.25rem!important;padding:1.25rem!important}.bible-study-viewer-page .conclusion-section .section-title,.bible-study-viewer-page .conclusion-section h2{margin-bottom:.5rem!important;text-align:left!important}.bible-study-viewer-page .prayer-section{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #e5e7eb;border:1px solid var(--color-border);border-radius:12px;margin-top:1.25rem!important;padding:1.25rem!important;position:relative}.bible-study-viewer-page .prayer-section:before{content:"🙏";font-size:1.5rem;opacity:.5;position:absolute;right:1.5rem;top:1rem}.bible-study-viewer-page .inline-input-wrapper{display:inline-block;margin:0 .15rem!important;position:relative}.bible-study-viewer-page .inline-input{background:#0000;border:none;border-bottom:2px dashed #2563eb;border-bottom:2px dashed var(--color-primary);color:#2563eb;color:var(--color-primary);font-family:Crimson Text,Georgia,serif;font-family:var(--font-serif);font-size:inherit;min-width:140px;outline:none;padding:.25rem .5rem;transition:all .2s ease}.bible-study-viewer-page .inline-input:focus{background:#dbeafe;background:var(--color-primary-light);border-bottom-style:solid;border-radius:4px 4px 0 0}.bible-study-viewer-page .inline-input-button{background:#0000;border:none;border-bottom:2px dashed #cbd5e1;color:#1f2937;color:var(--color-text);cursor:pointer;font-family:Crimson Text,Georgia,serif;font-family:var(--font-serif);font-size:inherit;min-width:120px!important;padding:.25rem .6rem!important;position:relative;transition:all .2s ease}.bible-study-viewer-page .inline-input-button:hover{background:#dbeafe;background:var(--color-primary-light);border-color:#2563eb;border-color:var(--color-primary);border-radius:4px 4px 0 0}.bible-study-viewer-page .inline-input-button.has-value{border-color:#2563eb;border-color:var(--color-primary);border-style:solid;color:#2563eb;color:var(--color-primary);font-weight:600}.bible-study-viewer-page .inline-input-button .edit-icon{display:inline-block;font-size:.75em;margin-left:.25rem;opacity:0;transition:opacity .2s ease;vertical-align:super}.bible-study-viewer-page .inline-input-button:hover .edit-icon{opacity:1}.bible-study-viewer-page .study-textarea{background:#fafafa;border:2px solid #e5e7eb;border:2px solid var(--color-border);border-radius:8px;color:#1f2937;color:var(--color-text);font-family:Crimson Text,Georgia,serif;font-family:var(--font-serif);font-size:1.1rem!important;line-height:1.6!important;margin:.5rem 0!important;max-height:300px!important;min-height:100px!important;outline:none;padding:1rem!important;resize:vertical;transition:all .3s ease;width:100%}.bible-study-viewer-page .textarea-wrapper{margin:.5rem 0!important}.bible-study-viewer-page .prayer-section .study-textarea{min-height:120px!important}.bible-study-viewer-page .study-textarea:focus{background:#fff;border-color:#2563eb;border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.bible-study-viewer-page .study-textarea::placeholder{color:#9ca3af;font-style:italic}.bible-study-viewer-page .bullet-point{align-items:flex-start;display:flex;margin-bottom:.4rem!important;padding-left:0}.bible-study-viewer-page .bullet-symbol{color:#2563eb;color:var(--color-primary);flex-shrink:0;margin-right:.75rem;margin-top:.125rem}.bible-study-viewer-page .bullet-content{flex:1 1;line-height:1.8}.bible-study-viewer-page .indent-1{padding-left:1.5rem}.bible-study-viewer-page .indent-2{padding-left:3rem}.bible-study-viewer-page .indent-3{padding-left:4.5rem}.bible-study-viewer-page .bold,.bible-study-viewer-page strong{color:#1f2937;color:var(--color-text);font-weight:700}.bible-study-viewer-page .italic,.bible-study-viewer-page em{font-style:italic}.bible-study-viewer-page .underline,.bible-study-viewer-page u{text-decoration:underline;text-decoration-color:#2563eb;text-decoration-color:var(--color-primary);text-decoration-thickness:2px;text-underline-offset:3px}.bible-study-viewer-page .strikethrough,.bible-study-viewer-page del{opacity:.7;text-decoration:line-through}.bible-study-viewer-page .loading-container{align-items:center;background:linear-gradient(180deg,#f8fafc,#f1f5f9);display:flex;justify-content:center;min-height:100vh}.bible-study-viewer-page .loading-content{text-align:center}.bible-study-viewer-page .loading-icon{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;color:#2563eb;color:var(--color-primary);height:64px;margin:0 auto 1rem;width:64px}.bible-study-viewer-page .loading-text{color:#6b7280;color:var(--color-text-light);font-size:1.25rem;font-weight:500}.bible-study-viewer-page .error-container{align-items:center;background:linear-gradient(180deg,#f8fafc,#f1f5f9);display:flex;justify-content:center;min-height:100vh}.bible-study-viewer-page .error-content{max-width:400px;padding:2rem;text-align:center}.bible-study-viewer-page .error-message{color:#dc2626;font-size:1.25rem;margin-bottom:1.5rem}.bible-study-viewer-page .error-button{background:#2563eb;background:var(--color-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.bible-study-viewer-page .error-button:hover{background:#1d4ed8;background:var(--color-primary-dark);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-2px)}.bible-study-viewer-page .fade-in{animation:fadeIn .5s ease-in}.bible-study-viewer-page .no-content-message{color:#6b7280;color:var(--color-text-light);padding:3rem;text-align:center}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.bible-study-viewer-page .header-content{flex-wrap:wrap;gap:.5rem;justify-content:center;padding:.75rem 1rem}.bible-study-viewer-page .progress-indicator{background:#0000;justify-content:center;margin-top:.5rem;order:3;padding:.5rem 0;width:100%}.bible-study-viewer-page .progress-bar{max-width:200px;width:100%}.bible-study-viewer-page .header-actions{gap:.75rem}.bible-study-viewer-page .study-page{border-radius:0;min-height:auto;padding:1.25rem!important}.bible-study-viewer-page .study-page:before{display:none}.bible-study-viewer-page .study-title{font-size:1.45rem!important}.bible-study-viewer-page .bible-verse-box{max-width:100%!important;padding:1rem!important}.bible-study-viewer-page .section-title,.bible-study-viewer-page .section>h2,.bible-study-viewer-page h2.section-title{font-size:1.15rem!important}.bible-study-viewer-page .conclusion-section,.bible-study-viewer-page .prayer-section{padding:1.5rem}.bible-study-viewer-page .study-sections>.section{margin-top:1rem!important}}@media (max-width:480px){.bible-study-viewer-page .viewer-main{padding:1rem .5rem}.bible-study-viewer-page .study-page{padding:1.5rem 1rem!important}.bible-study-viewer-page .conclusion-section p,.bible-study-viewer-page .introduction-section p{font-size:1.125rem!important}.bible-study-viewer-page .prose{font-size:1.125rem;line-height:1.75!important}.bible-study-viewer-page .study-title{font-size:1.3rem!important}.bible-study-viewer-page .bible-reference{font-size:1.1rem}.bible-study-viewer-page .bible-verse-text{font-size:1.125rem}.bible-study-viewer-page .study-sections>.section{margin-top:1.5rem!important}.bible-study-viewer-page .section>h2,.bible-study-viewer-page h2.section-title{font-size:1.25rem!important}.bible-study-viewer-page .bible-verse-box{padding:1rem!important}}@media print{@page{size:letter;margin:12mm}body{print-color-adjust:exact;-webkit-print-color-adjust:exact}.bible-study-viewer-page .action-button,.bible-study-viewer-page .manual-pdf-link,.bible-study-viewer-page .saving-indicator,.bible-study-viewer-page .viewer-footer,.bible-study-viewer-page .viewer-header{display:none!important}.bible-study-viewer-page .viewer-container{background:#fff!important}.bible-study-viewer-page .viewer-main{padding:0!important}.bible-study-viewer-page .study-page{border:none!important;border-radius:0!important;box-shadow:none!important;max-width:100%!important;padding:0!important}.bible-study-viewer-page .bible-study-content-wrapper{color:#000!important;font-size:11pt!important;line-height:1.4!important}.bible-study-viewer-page .bible-study-header{border-bottom:1px solid #333!important;margin-bottom:10px!important;padding-bottom:6px!important;text-align:center!important}.bible-study-viewer-page .study-label{font-size:9pt!important;margin-bottom:3px!important}.bible-study-viewer-page .study-number{font-size:10pt!important;margin-bottom:4px!important}.bible-study-viewer-page .study-title{font-size:16pt!important;font-weight:700!important;line-height:1.2!important;margin-bottom:4px!important}.bible-study-viewer-page .bible-verse-reference{font-size:10pt!important;margin-bottom:6px!important}.bible-study-viewer-page .bible-verse-box{background:#f0f7ff!important;border:none!important;border-left:3px solid #2563eb!important;margin:8px 0!important;padding:8px 12px!important}.bible-study-viewer-page .bible-verse-text{color:#1e40af!important;font-size:11pt!important;font-style:italic;line-height:1.4!important}.bible-study-viewer-page .section{margin-bottom:2px!important;margin-top:2px!important}.pdf-export-mode .section-title,.pdf-export-mode h2{color:#000!important;font-size:13pt!important;font-weight:700!important;margin-bottom:4px!important;margin-top:4px!important;text-align:left!important}.pdf-export-mode h3{font-size:12pt!important;font-weight:700!important;margin-bottom:3px!important;margin-top:3px!important;text-align:left!important}.bible-study-viewer-page p{color:#000!important;font-size:11pt!important;line-height:1.4!important;margin-bottom:6px!important}.bible-study-viewer-page ol,.bible-study-viewer-page ul{margin:6px 0!important;padding-left:20px!important}.bible-study-viewer-page li{font-size:11pt!important;line-height:1.4!important;margin-bottom:3px!important}.bible-study-viewer-page .inline-input-button{border-bottom:1px solid #666!important;color:#06c!important;display:inline-block;font-size:11pt!important;min-width:80px!important;padding:2px 4px!important}.bible-study-viewer-page .study-textarea{background:#fff!important;border:1px solid #999!important;border-radius:3px!important;font-family:inherit!important;font-size:10pt!important;line-height:1.3!important;margin:4px 0!important;min-height:50px!important;padding:8px!important;page-break-inside:avoid;width:100%!important}.bible-study-viewer-page .conclusion-section,.bible-study-viewer-page .prayer-section{background:#f5f5f5!important;border-left:3px solid #059669!important;margin:10px 0!important;padding:10px 12px!important;page-break-inside:avoid}.bible-study-viewer-page strong{color:#000!important;font-weight:700!important}.bible-study-viewer-page em{font-style:italic!important}}.bible-study-content-wrapper{background:#fff!important;color:#000!important;margin:0!important;padding:0!important}.bible-study-content-wrapper *{opacity:1!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.bible-study-content-wrapper .bible-study-header{margin-bottom:.8rem!important;padding-bottom:.3rem!important;text-align:center!important}.bible-study-content-wrapper .study-label{color:#666!important;font-size:.65rem!important;letter-spacing:.05em!important;margin-bottom:.2rem!important;text-transform:uppercase!important}.bible-study-content-wrapper .lesson-number{color:#333!important;font-size:.8rem!important;margin-bottom:.3rem!important}.bible-study-content-wrapper .study-title,.bible-study-content-wrapper h1{color:#000!important;font-size:1.35rem!important;font-weight:700!important;line-height:1.25!important;margin-bottom:.4rem!important;margin-top:0!important;text-align:center!important}.bible-study-content-wrapper .bible-reference{color:#444!important;font-size:.95rem!important;font-style:italic!important;margin-bottom:.6rem!important;margin-top:0!important;text-align:center!important}.bible-study-content-wrapper .bible-verse-box{background:#e3f2fd!important;border:2px solid #1976d2!important;border-radius:4px!important;margin:.6rem 0 .8rem!important;padding:.7rem .9rem!important;text-align:center!important}.bible-study-content-wrapper .bible-verse-text{color:#000!important;font-size:.88rem!important;font-weight:500!important;line-height:1.45!important;margin:0!important}.bible-study-content-wrapper .introduction-section p,.bible-study-viewer-page .conclusion-section p,.bible-study-viewer-page .introduction-section p{font-size:1.25rem!important;line-height:1.8!important}.bible-study-content-wrapper .introduction-section h2{font-size:1.15rem!important;font-weight:700!important;margin-bottom:.4rem!important;margin-top:0!important;text-align:center!important}.bible-study-content-wrapper .section{margin-bottom:.7rem!important;margin-top:.7rem!important;padding-bottom:0!important;padding-top:0!important}.bible-study-content-wrapper .section:first-of-type{margin-top:.6rem!important}.bible-study-content-wrapper .section-title,.bible-study-content-wrapper h2{border-bottom:none!important;color:#000!important;font-size:1.05rem!important;font-weight:700!important;line-height:1.25!important;margin-bottom:.4rem!important;margin-top:0!important;padding-bottom:.25rem!important;padding-top:0!important;text-align:left!important}.bible-study-content-wrapper .subsection-title,.bible-study-content-wrapper h3{color:#000!important;font-size:.92rem!important;font-weight:600!important;margin-bottom:.3rem!important;margin-top:.4rem!important}.bible-study-content-wrapper .content-paragraph,.bible-study-content-wrapper p{color:#1a1a1a!important;font-size:.84rem!important;line-height:1.5!important;margin-bottom:.35rem!important;margin-top:0!important}.bible-study-content-wrapper .content-paragraph:last-child,.bible-study-content-wrapper p:last-child{margin-bottom:0!important}.bible-study-content-wrapper .subsection{margin-bottom:.4rem!important;margin-top:.4rem!important}.bible-study-content-wrapper .study-textarea,.bible-study-content-wrapper textarea.study-textarea{word-wrap:break-word!important;background:#f9f9f9!important;border:1px solid #999!important;border-radius:3px!important;box-sizing:border-box!important;color:#000!important;display:block!important;font-family:Courier New,Courier,monospace!important;font-size:.82rem!important;hyphens:auto!important;-webkit-hyphens:auto!important;line-height:1.45!important;margin:.3rem 0!important;max-width:100%!important;min-height:50px!important;overflow:hidden!important;overflow-wrap:break-word!important;padding:.5rem!important;white-space:pre-wrap!important;width:100%!important;word-break:break-word!important}.bible-study-content-wrapper .inline-input,.bible-study-content-wrapper .inline-input-button{word-wrap:break-word!important;background:#f9f9f9!important;border:1px solid #999!important;border-radius:2px!important;color:#000!important;display:inline-block!important;font-size:.82rem!important;height:auto!important;line-height:1.3!important;margin:0 .2rem!important;max-width:150px!important;min-width:80px!important;overflow-wrap:break-word!important;padding:.2rem .4rem!important;vertical-align:middle!important;white-space:normal!important;word-break:break-word!important}.bible-study-content-wrapper .conclusion-section,.bible-study-content-wrapper .prayer-section{background:#f5f5f5!important;border:1px solid #ccc!important;border-radius:4px!important;color:#000!important;margin-bottom:.7rem!important;margin-top:.7rem!important;padding:.7rem!important}.bible-study-content-wrapper .conclusion-section h2,.bible-study-content-wrapper .prayer-section h2{font-size:1.05rem!important;margin-bottom:.4rem!important;margin-top:0!important}.bible-study-content-wrapper .conclusion-section p,.bible-study-content-wrapper .prayer-section p{margin-bottom:.3rem!important}.bible-study-content-wrapper ol,.bible-study-content-wrapper ul{font-size:.84rem!important;line-height:1.45!important;margin-bottom:.3rem!important;margin-left:1rem!important;margin-top:.3rem!important;padding-left:.5rem!important}.bible-study-content-wrapper li{color:#1a1a1a!important;margin-bottom:.25rem!important}.bible-study-content-wrapper em,.bible-study-content-wrapper span,.bible-study-content-wrapper strong{color:inherit!important}.bible-study-content-wrapper .section{page-break-inside:auto!important}.bible-study-content-wrapper .bible-verse-box,.bible-study-content-wrapper .conclusion-section,.bible-study-content-wrapper .prayer-section,.bible-study-content-wrapper .subsection{page-break-inside:avoid!important}.bible-study-content-wrapper h2.section-title{page-break-after:avoid!important}.bible-study-content-wrapper .inline-input,.bible-study-content-wrapper .study-textarea{page-break-before:avoid!important;page-break-inside:avoid!important}.bible-reference-link{color:#2563eb;cursor:pointer;text-decoration:underline;transition:color .2s}.bible-reference-link:hover{color:#1d4ed8;text-decoration:none}.floating-verse-button{background:#2563eb;border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;font-size:1.5rem;height:60px;position:fixed;right:2rem;transition:all .3s;width:60px;z-index:100}.floating-verse-button:hover{box-shadow:0 6px 16px #0003;transform:scale(1.1)}.verse-search-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.verse-search-content{background:#fff;border-radius:12px;max-width:400px;padding:2rem;width:90%}.verse-search-content h3{margin-top:0}.verse-search-content input{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;margin:1rem 0;padding:.75rem;width:100%}.verse-search-content button{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem}.pdf-export-mode{color:#000!important;font-size:11pt!important;line-height:1.4!important}.pdf-export-mode *{box-sizing:border-box}.pdf-export-mode .bible-study-header{border-bottom:1px solid #333!important;margin-bottom:10px!important;padding-bottom:6px!important;text-align:center!important}.pdf-export-mode .study-label{font-size:9pt!important;margin-bottom:3px!important}.pdf-export-mode .study-number{font-size:10pt!important;margin-bottom:4px!important}.pdf-export-mode .study-title{font-size:16pt!important;font-weight:700!important;line-height:1.2!important;margin-bottom:4px!important}.pdf-export-mode .bible-verse-reference{font-size:10pt!important;margin-bottom:6px!important}.pdf-export-mode .bible-verse-box{background:#f0f7ff!important;border:none!important;border-left:3px solid #2563eb!important;margin:8px 0!important;padding:8px 12px!important}.pdf-export-mode .bible-verse-text{color:#1e40af!important;font-size:11pt!important;font-style:italic;line-height:1.4!important}.pdf-export-mode .section{margin-bottom:2px!important;margin-top:2px!important}.bible-study-viewer-page .section-title,.bible-study-viewer-page .section>h2,.bible-study-viewer-page h2{color:#000!important;font-size:13pt!important;font-weight:700!important;margin-bottom:4px!important;margin-top:4px!important;page-break-after:avoid;text-align:left!important}.bible-study-viewer-page h3{font-size:12pt!important;font-weight:700!important;margin-bottom:3px!important;margin-top:3px!important;page-break-after:avoid;text-align:left!important}.pdf-export-mode p{color:#000!important;font-size:11pt!important;line-height:1.4!important;margin-bottom:6px!important}.pdf-export-mode ol,.pdf-export-mode ul{margin:6px 0!important;padding-left:20px!important}.pdf-export-mode li{font-size:11pt!important;line-height:1.4!important;margin-bottom:3px!important}.pdf-export-mode .inline-input-button{border-bottom:1px solid #666!important;color:#06c!important;display:inline-block;font-size:11pt!important;min-width:80px!important;padding:2px 4px!important}.pdf-export-mode .study-textarea{background:#fff!important;border:1px solid #999!important;border-radius:3px!important;font-family:inherit!important;font-size:10pt!important;line-height:1.3!important;margin:4px 0!important;min-height:50px!important;padding:8px!important;width:100%!important}.pdf-export-mode .conclusion-section,.pdf-export-mode .prayer-section{background:#f5f5f5!important;border-left:3px solid #059669!important;margin:10px 0!important;padding:10px 12px!important;page-break-inside:avoid}.pdf-export-mode strong{color:#000!important;font-weight:700!important}.pdf-export-mode em{font-style:italic!important}.saving-indicator{align-items:center;animation:slideInDown .3s ease-out;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;left:50%;min-width:120px;padding:.5rem 1rem;pointer-events:none;position:fixed;text-align:center;top:79px;transform:translateX(-50%);transition:opacity .3s ease;z-index:9999}.saving-indicator.bg-blue-500{background-color:#3b82f6;color:#fff}.saving-indicator.bg-green-500{background-color:#10b981;color:#fff}.saving-indicator.bg-red-500{background-color:#ef4444;color:#fff}.saving-indicator.bg-yellow-500{background-color:#f59e0b;color:#fff}@keyframes slideInDown{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:1024px) and (min-width:769px){.saving-indicator{font-size:.85rem;padding:.45rem .9rem;top:70px}}@media (max-width:768px){.saving-indicator{font-size:.75rem;max-width:calc(100vw - 40px);padding:.3rem .7rem;top:130 px}}@media (max-width:480px){.saving-indicator{font-size:.7rem;padding:.3rem .6rem;top:115px}}.share-pdf-button{align-items:center;background:#10b981;border:none;border-radius:6px;box-shadow:0 2px 4px #10b98133;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;height:40px;justify-content:center;padding:.5rem;transition:all .2s ease;width:40px}.share-pdf-button:hover{background:#059669;box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.share-pdf-button:active{transform:translateY(0)}.share-pdf-button svg{flex-shrink:0;height:20px;width:20px}.share-pdf-button span{display:none}:root{--bg:#9ec2f5;--card-bg:#fff;--card-border:#e5e7eb;--card-radius:16px;--shadow:0 8px 24px #0000000f;--text:#0f172a;--muted:#667085;--primary:#0033a1;--primary-600:#1e40af;--success:#16a34a;--success-700:#166534;--warning:#ea580c;--warning-700:#9a3412;--pill-bg:#e0f2fe;--pill-text:#075985;--grid-gap:16px;--card-pad:16px;--btn-pad-y:10px;--btn-pad-x:14px;--btn-radius:12px}.app-bg{background:linear-gradient(135deg,#e8f5ea,#f0fdf4);min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:20px}.centered{margin:0 auto;max-width:1000px}.card{background:#fff;background:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--card-radius);box-shadow:0 8px 24px #0000000f;box-shadow:var(--shadow);padding:16px;padding:var(--card-pad)}.card.soft{background:#fafcff}.microcard{background:#f8fafc}.microcard,.row{border:1px solid #e5e7eb;border:1px solid var(--card-border);border-radius:12px;padding:12px}.row{align-items:center;background:#fff;display:flex;gap:12px}.big{color:#0f172a;color:var(--text);font-size:24px;font-weight:800}.muted{color:#667085;color:var(--muted)}.pill{background:#e0f2fe;background:var(--pill-bg);color:#075985;color:var(--pill-text);display:inline-block;font-weight:600}.btn{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--card-border);border-radius:12px;border-radius:var(--btn-radius);color:#0f172a;color:var(--text);padding:10px 14px;padding:var(--btn-pad-y) var(--btn-pad-x);transition:transform .03s ease,box-shadow .2s ease,opacity .2s ease}.btn:hover{box-shadow:0 6px 18px #0000000f;transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#0033a1;background:var(--primary);border-color:#1e40af;border-color:var(--primary-600)}.btn-success{background:#16a34a;background:var(--success);border-color:#166534;border-color:var(--success-700);color:#fff}.btn-warning{background:#ea580c;background:var(--warning);border-color:#9a3412;border-color:var(--warning-700);color:#fff}.grid{grid-gap:16px;grid-gap:var(--grid-gap);display:grid;gap:16px;gap:var(--grid-gap)}.grid.autofit-220{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.header{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:12px 0}.header h1{color:#0f172a;color:var(--text);font-size:20px;font-weight:700}.header-right{align-items:center;display:flex;gap:8px}.accent{background:linear-gradient(90deg,#0033a1,#4f46e5);background:linear-gradient(90deg,var(--primary),#4f46e5);border-radius:4px;height:4px;margin-bottom:12px;width:100%}.kpis{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.pill{align-items:center;background:#eef2ff;border:1px solid #e5e7eb;border-radius:999px;color:#1f2937;display:inline-flex;font-size:12px;line-height:1;padding:4px 10px}.pill--ok{background:#ecfdf5;border-color:#d1fae5;color:#065f46}.pill--warn{background:#fff7ed;border-color:#ffedd5;color:#9a3412}.pill--muted{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280}.pill b{font-weight:600;margin-right:6px}.lesson-row{border-radius:12px;padding:8px;transition:background .15s ease}.lesson-row:hover{background:#f9fafb}.modal-backdrop{display:grid;place-items:center}.modal .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.modal .header h3{font-size:18px;font-weight:700;margin:0}.modal .icon{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px}.modal-backdrop{align-items:center;background:#11182773;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000040;padding:16px;position:relative;width:min(820px,92vw);z-index:1000}.modal,.modal *{pointer-events:auto}input.input,textarea.input{pointer-events:auto!important}.modal .input{border:1px solid #e5e7eb;border:1px solid var(--card-border);border-radius:10px;font-size:14px;outline:none;padding:10px 12px;width:75%}.modal .input:focus{border-color:#1e40af;border-color:var(--primary-600);box-shadow:0 0 0 3px #3b82f626}.modal textarea.input{min-height:140px;resize:vertical}.btn,.card,.microcard,.modal{border-radius:12px}.modal,.modal input,.modal input.input,.modal textarea,.modal textarea.input{direction:ltr!important;unicode-bidi:plaintext!important}:root{--primary-green:#2a7f3e;--primary-green-hover:#1e5c2d;--primary-green-light:#e8f5ea;--primary-green-dark:#14532d;--text-primary:#1f2937;--text-secondary:#4b5563;--text-muted:#9ca3af;--bg-white:#fff;--bg-light:#f9fafb;--bg-accent:#f0fdf4;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.homepage{background-color:#fff;background-color:var(--bg-white);color:#1f2937;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.main-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;height:70px;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:100}.main-header.scrolled{box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);height:60px}.header-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 20px}.brand-container{align-items:center;display:flex;gap:10px}.brand-name{color:#1f2937;color:var(--text-primary);font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.main-nav.desktop-nav{align-items:center;display:flex;gap:24px}.nav-link{color:#4b5563;color:var(--text-secondary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.lang-btn,.nav-link.active,.nav-link:hover{color:#2a7f3e;color:var(--primary-green)}.lang-btn{background:#0000;border:1px solid #2a7f3e;border:1px solid var(--primary-green);border-radius:20px;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 14px;transition:all .2s}.lang-btn:hover{background:#2a7f3e;background:var(--primary-green);color:#fff}.mobile-menu-btn{background:none;border:none;color:#1f2937;color:var(--text-primary);cursor:pointer;display:none;padding:4px}.mobile-nav-overlay{align-items:center;background:#fff!important;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease-in-out;z-index:1000}.mobile-nav-overlay.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav{align-items:center;display:flex;flex-direction:column;gap:32px}.mobile-nav-link{color:#1f2937;color:var(--text-primary);font-size:1.2rem;font-weight:700;text-decoration:none;transition:color .2s}.mobile-nav-link:hover{color:#2a7f3e;color:var(--primary-green)}.mobile-lang-btn{font-size:1.2rem;padding:10px 24px}.hero{align-items:center;background-color:#f0fdf4;background-color:var(--bg-accent);background-image:radial-gradient(circle at 50% 50%,#fff 0,#0000 60%);display:flex;justify-content:center;min-height:auto;padding-bottom:60px;padding-top:100px}.hero-content{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1000px;padding:0 24px}.hero-top-row{align-items:center;display:flex;gap:40px;justify-content:center}.hero-illustration{flex:0 0 auto}.illustration-placeholder{align-items:center;aspect-ratio:4/3;border-radius:20px;display:flex;justify-content:center;overflow:hidden;position:relative;width:280px}.hero-img{height:100%;object-fit:contain;width:100%}.hero-text-group{display:flex;flex-direction:column;justify-content:center;text-align:left}.hero h1{color:#1f2937;color:var(--text-primary);font-size:3.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:8px}.hero .subtitle{color:#4b5563;color:var(--text-secondary);font-size:1.2rem;font-weight:500;margin-bottom:8px}.verse-ref-hero{color:#2a7f3e;color:var(--primary-green);font-size:1rem;font-weight:700;margin:0}.hero-bottom-row{align-items:center;display:flex;flex-direction:column;gap:32px;text-align:center}.verse-text-hero{color:#4b5563;color:var(--text-secondary);font-size:1.1rem;font-style:italic;line-height:1.6;margin:0;max-width:700px}.verse-container{align-items:center;display:flex;flex-direction:column;gap:4px}.cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.hero .cta-buttons .btn{justify-content:center;max-width:170px;min-width:170px;padding:12px 20px}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:12px 28px;text-decoration:none;transition:all .2s}.btn-primary{background:#2a7f3e;background:var(--primary-green);box-shadow:0 4px 12px #2a7f3e33;color:#fff}.btn-primary:hover{background:#1e5c2d;background:var(--primary-green-hover);box-shadow:0 6px 16px #2a7f3e4d;transform:translateY(-2px)}.btn-secondary{background:#fff;border:1px solid #e5e7eb;color:#1f2937;color:var(--text-primary)}.btn-secondary:hover{background:#f9fafb;background:var(--bg-light);border-color:#d1d5db;transform:translateY(-2px)}.about{background:#fff;background:var(--bg-white);padding:60px 24px;text-align:center}.section-title{color:#1f2937;color:var(--text-primary);font-size:2.2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:12px}.section-description{color:#4b5563;color:var(--text-secondary);font-size:1.1rem;margin:0 auto 40px;max-width:800px}.features-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:900px}.feature-card{align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:16px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);cursor:pointer;display:flex;flex-direction:column;height:80%;padding:16px 12px;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#e8f5ea;border-color:var(--primary-green-light);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{align-items:center;background:#f0fdf4;background:var(--bg-accent);border-radius:12px;color:#2a7f3e;color:var(--primary-green);display:flex;font-size:28px;height:56px;justify-content:center;margin-bottom:16px;width:56px}.feature-title{color:#1f2937;color:var(--text-primary);font-size:1.1rem;font-weight:700;margin-bottom:8px}.feature-short-desc{color:#4b5563;color:var(--text-secondary);font-size:.9rem;line-height:1.4}.three-pillars{background-color:#2a7f3e;background-color:var(--primary-green);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1440' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 60q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 90q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 120q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 150q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 180q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 210q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 240q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 270q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 300q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 330q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 360q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 390q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 420q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 450q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 480q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 510q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 540q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3Cpath d='M0 570q360 100 720 0t720 0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='2'/%3E%3C/svg%3E");background-position:50%;background-size:cover;margin-top:40px;overflow:hidden;padding:80px 24px;position:relative}.pillars-content{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:2}.section-title.white{color:#fff}.section-subtitle.white{color:#ffffffe6;font-size:1.15rem;margin-bottom:12px}.section-description.white-transparent{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:12px;color:#fff;font-size:1rem;font-weight:500;margin:0 auto 35px;max-width:800px;padding:20px}.pillars-container{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:40px}.pillar-card{background:#fff;border-radius:20px;padding:24px 16px;text-align:center;transition:transform .3s ease}.pillar-card:hover{transform:translateY(-6px)}.pillar-icon{display:inline-block;font-size:40px;margin-bottom:16px}.pillar-title{color:#1f2937;color:var(--text-primary);font-size:1.35rem;font-weight:800;margin-bottom:8px}.pillar-subtitle{color:#2a7f3e;color:var(--primary-green);font-size:1rem;font-weight:600;margin-bottom:12px}.pillar-description{color:#4b5563;color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin-bottom:20px}.pillar-verse{border-top:1px solid #f3f4f6;color:#1f2937;color:var(--text-primary);font-size:.85rem;padding-top:12px}.pillar-verse-text{font-style:italic}.pillar-verse-ref{color:#2a7f3e;color:var(--primary-green);font-style:italic;font-weight:700}.pillars-conclusion{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:12px;color:#fff;font-size:1rem;font-weight:500;margin:0 auto;max-width:800px;padding:20px}.mission{background:#fff;background:var(--bg-white);padding:60px 24px;text-align:center}.mission-text{color:#4b5563;color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin:0 auto 40px;max-width:800px}.stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:900px}.stat-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:20px}.stat-number{color:#1f2937;color:var(--text-primary);font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:6px}.stat-label{color:#9ca3af;color:var(--text-muted);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.donation{background:#f9fafb;background:var(--bg-light);padding:60px 24px;text-align:center}.donation-subtitle{color:#4b5563;color:var(--text-secondary);font-size:1.1rem;margin:0 auto 24px;max-width:800px}.donation-btn{font-size:1rem;padding:14px 32px}.footer{background:#fff;border-top:1px solid #f3f4f6;padding:40px 24px;text-align:center}.footer-links{display:flex;gap:24px;justify-content:center;margin-bottom:24px}.footer-link{background:none;border:none;color:#4b5563;color:var(--text-secondary);cursor:pointer;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#2a7f3e;color:var(--primary-green)}.footer-copyright{color:#9ca3af;color:var(--text-muted);font-size:.85rem}@media (max-width:1024px){.features-grid,.pillars-container{grid-template-columns:repeat(2,1fr)}.pillars-container .pillar-card:last-child{grid-column:1/-1;justify-self:center;width:calc(50% - 12px)}.stats{grid-template-columns:repeat(2,1fr)}.feature-card{padding:12px 10px}.pillar-card{padding:20px 14px}.stat-card{padding:16px}}@media (max-width:768px){.main-header{height:60px}.brand-name{font-size:1.2rem}.main-nav.desktop-nav{display:none}.mobile-menu-btn{display:block}.hero{padding-top:80px;text-align:center}.hero,.hero-top-row{flex-direction:column}.hero-top-row{gap:24px}.hero-text-group{align-items:center;text-align:center}.hero h1{font-size:2.5rem}.cta-buttons{justify-content:center}.features-grid,.pillars-container{grid-template-columns:1fr}.pillars-container{gap:20px}.stats{grid-template-columns:1fr}.pillars-container .pillar-card:last-child{grid-column:auto;justify-self:stretch;max-width:100%;width:100%}.pillar-card{box-sizing:border-box;max-width:100%;width:100%}.three-pillars{padding:60px 20px}.pillars-content{max-width:100%;padding:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .8s ease-out forwards}.animate-in{animation:fadeInUp .6s ease-out forwards}.podcast-viewer{background:linear-gradient(135deg,#2a7f3e,#1e5a2b);border-radius:16px;box-shadow:0 8px 32px #0000001a;color:#fff;margin:20px 0;padding:24px}.podcast-header{align-items:center;display:flex;gap:12px;margin-bottom:24px}.podcast-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:32px}.podcast-title{color:#fff;font-size:18px;font-weight:600;margin:0;text-shadow:0 1px 2px #0000001a}.podcast-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;padding:16px}.podcast-progress-container{background:#fff3;border-radius:3px;cursor:pointer;height:6px;margin-bottom:12px;overflow:hidden;width:100%}.podcast-progress-bar{background:#fff;border-radius:3px;box-shadow:0 0 8px #ffffff80;height:100%;transition:width .1s linear}.podcast-time{display:flex;font-size:12px;font-weight:500;justify-content:space-between;margin-bottom:16px;opacity:.9}.podcast-buttons{gap:12px}.podcast-btn,.podcast-buttons{align-items:center;display:flex;justify-content:center}.podcast-btn{background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:20px;transition:all .2s ease}.podcast-btn:hover{background:#ffffff4d;transform:scale(1.1)}.podcast-btn:active{transform:scale(.95)}.podcast-btn-primary{background:#fff;box-shadow:0 4px 12px #00000026;color:#2a7f3e;font-size:24px;height:56px;width:56px}.podcast-btn-primary:hover{background:#fffffff2;box-shadow:0 6px 16px #0003}.podcast-btn-secondary{font-size:18px;height:44px;width:44px}.podcast-btn-speed{border-radius:8px;font-size:12px;font-weight:600;height:44px;width:44px}.podcast-viewer-empty{background:linear-gradient(135deg,#2a7f3e,#1e5a2b);border-radius:16px;box-shadow:0 8px 32px #0000001a;color:#fff;margin:20px 0;padding:40px 24px;text-align:center}.podcast-empty-icon{font-size:48px;margin-bottom:16px;opacity:.7}.podcast-viewer-empty p{font-size:16px;margin:0;opacity:.9}@media (max-width:768px){.podcast-viewer{margin:16px 0;padding:20px}.podcast-title{font-size:16px}.podcast-icon{font-size:28px}.podcast-controls{padding:12px}.podcast-btn-primary{font-size:22px;height:52px;width:52px}.podcast-btn-secondary,.podcast-btn-speed{font-size:16px;height:40px;width:40px}.podcast-buttons{gap:8px}}.podcast-viewer{animation:fadeIn .3s ease}.bible-popup-overlay{align-items:center;animation:fadeIn .2s ease-in;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bible-popup-content{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:600px;overflow-y:auto;padding:24px;position:relative;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bible-popup-close{align-items:center;background:none;border:none;border-radius:6px;color:#666;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s;width:32px}.bible-popup-close:hover{background-color:#f0f0f0;color:#333}.bible-popup-title{color:#333;font-size:24px;font-weight:600;margin:0 0 20px;padding-right:40px}.bible-popup-search{display:flex;gap:8px;margin-bottom:20px}.bible-popup-input{border:2px solid #e0e0e0;border-radius:8px;flex:1 1;font-size:16px;padding:12px 16px;transition:border-color .2s}.bible-popup-input:focus{border-color:#4a90e2;outline:none}.bible-popup-search-btn{background-color:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .2s;white-space:nowrap}.bible-popup-search-btn:hover{background-color:#357abd}.bible-popup-search-btn:disabled{background-color:#ccc;cursor:not-allowed}.bible-popup-loading{padding:40px 20px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#4a90e2;height:40px;margin:0 auto 16px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bible-popup-loading p{color:#666;font-size:14px}.bible-popup-error{align-items:flex-start;background-color:#fff3f3;border:1px solid #fcc;border-radius:8px;display:flex;gap:12px;padding:16px}.error-icon{flex-shrink:0;font-size:20px}.bible-popup-error p{color:#d32f2f;font-size:14px;line-height:1.5;margin:0}.bible-popup-result{background-color:#f8f9fa;border-left:4px solid #4a90e2;border-radius:8px;padding:20px}.verse-reference{color:#333;font-size:18px;font-weight:700;margin-bottom:12px}.verse-text{color:#444;font-size:16px;line-height:1.7;margin-bottom:12px}.verse-version{color:#666;font-size:13px;font-style:italic;text-align:right}.bible-popup-instructions{color:#666;padding:20px;text-align:center}.bible-popup-instructions p{font-size:14px;line-height:1.6;margin:0 0 12px}.bible-popup-instructions .examples{color:#999;font-size:13px;font-style:italic}@media (max-width:640px){.bible-popup-content{max-height:90vh;padding:20px;width:95%}.bible-popup-title{font-size:20px}.bible-popup-search{flex-direction:column}.bible-popup-search-btn{width:100%}}
/*# sourceMappingURL=main.bbe5f0bd.css.map*/