:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Generica;src:url(/assets/Generica-Pz1iPPzX.woff) format("woff");font-weight:400;font-style:normal}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#fff}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-dark-grey: #333;--primary-dark-grey-rgb: 51 51 51;--secondary-dark-grey: #666;--secondary-dark-grey-rgb: 86 86 86;--tertiary-dark-grey: #222;--tertiary-dark-grey-rgb: 34 34 34;--logo-blue: #45b6fe;--logo-blue-rgb: 69 182 254;--light-blue: #a4dcff;--light-blue-rgba: 164 220 255 .3;--white-background: #ffffff;--off-white-background: #f8f8f8;--off-white-hover: #f1f1f1;--box-shadow: #000000;--box-shadow-rgba: rgb(0 0 0 / .03);--border: #000000;--border-rgba: rgb(0 0 0 / .25);--error-red: #991b1b;--error-red-rgb: 153 27 27;--error-background: #fff2f2;--error-border: #ffd6d6;--success-green: #16a34a;--success-green-rgb: 22 163 74;--success-background: #eefcf3;--success-border: #d1f6df;--text-light: #ffffff;--text-light-gray: #f1f1f1;--text-dark: #333;--color-text: #111111;--color-muted: #6b7280;--color-surface: #ffffff;--color-border: #e5e7eb}@media (prefers-color-scheme: dark){:root{--color-text: #f5f5f5;--color-muted: #a1a1aa;--color-surface: #0b0b0f;--color-border: #26272b}}.home-learn-more{display:inline-flex;align-items:center;gap:.5em;background:var(--off-white-background);color:var(--text-dark);border:none;border-radius:6px;padding:.5em 1.2em;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.home-learn-more:hover,.home-learn-more:focus{background:var(--off-white-hover);color:var(--primary-dark-grey)}.home-learn-more-icon svg{display:block;stroke:var(--primary-dark-grey)}.home{padding-top:80px;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--white-background)}.home-header{text-align:center;margin-bottom:1.5rem}.home-title{font-family:Generica,sans-serif;font-size:4rem;font-weight:700;margin:0 0 .5rem;color:var(--primary-dark-grey)}.home-title-theo{color:var(--logo-blue)}.home-title-logic{color:var(--primary-dark-grey);margin-left:2px}.home-blurb{color:var(--primary-dark-grey);font-size:1rem;max-width:56ch;margin:0 auto}.home-card{width:100%;max-width:780px;padding:2rem;background:var(--white-background);border-radius:14px;box-shadow:0 6px 20px var(--box-shadow-rgba);border:1px solid var(--box-shadow-rgba);text-align:center;box-sizing:border-box}.home-form{display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center;margin-top:.75rem}.home-input{width:100%;max-width:520px;padding:.9rem 1rem;border-radius:12px;border:2px solid var(--off-white-background);font-size:1rem;outline:none;box-sizing:border-box}.home-submit{width:100%;max-width:520px;padding:.85rem 1rem;border-radius:10px;border:none;background:var(--primary-dark-grey);color:var(--text-light);font-weight:600;cursor:pointer}.home-submit:disabled{color:var(--text-light);background:var(--secondary-dark-grey);cursor:not-allowed}.home-success{margin-top:.85rem;color:var(--success-green);font-weight:600}.home-error{margin-top:.85rem;color:var(--error-red);font-weight:600}.home-learn-more{margin-top:1.25rem;display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-dark-grey);font-weight:600;text-decoration:none;cursor:pointer}.home-learn-more svg{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section2{width:100%;background-color:var(--off-white-background);padding:6rem 1rem;box-sizing:border-box;display:flex;justify-content:center}.section2-container{max-width:1200px;width:100%;padding:0 1rem;box-sizing:border-box}.section2-header{text-align:center;margin-bottom:2rem}.section2-hero-title{font-family:Generica,sans-serif;font-size:3rem;margin:0 0 .5rem;color:var(--primary-dark-grey);font-weight:700}.section2-hero-title .meet-word{color:var(--primary-dark-grey);font-weight:600}.section2-hero-title .theo-word{color:var(--logo-blue);font-weight:800;letter-spacing:.5px}.section2-hero-blurb{margin:0 auto;max-width:65ch;color:var(--secondary-dark-grey);font-size:1rem}.section2-inner{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;box-sizing:border-box}.section2-media{border-radius:18px;background:linear-gradient(180deg,#faf8f6,#f5f3f1);padding:2rem;box-shadow:0 10px 30px #0f172a0a;display:flex;align-items:center;justify-content:center}.section2-media img,.section2-media video{width:100%;max-width:680px;height:auto;border-radius:12px;display:block;object-fit:cover;box-shadow:0 6px 20px var(--box-shadow-rgba)}.section2-content{padding:.5rem 0}.section2-title{font-family:Generica,sans-serif;font-size:2rem;margin:0 0 .5rem;color:var(--primary-dark-grey);font-weight:700}.section2-lead{margin:0 0 1rem;color:var(--secondary-dark-grey);font-size:1.05rem;line-height:1.6;max-width:52ch}.section2-features{list-style:none;padding:0;margin:0 0 1.25rem;color:var(--text-dark);display:grid;gap:.75rem}.section2-features li{padding:.5rem 0;border-top:1px solid rgba(15,23,42,.03)}.section2-cta-row{margin-top:1.25rem}.section2-cta{background:var(--primary-dark-grey);color:var(--white-background);border:none;padding:.7rem 1rem;border-radius:10px;font-weight:600;cursor:pointer}@media (max-width: 900px){.section2-inner{grid-template-columns:1fr;gap:2rem}.section2-media img,.section2-media video{max-width:100%}.section2-title,.section2-content{text-align:center}}.plans{padding:4rem 1rem;background-color:var(--off-white-background)}.plans-inner{max-width:1100px;margin:0 auto;text-align:center}.plans-title{font-family:Generica,sans-serif;font-size:3rem;font-weight:700;margin-bottom:2rem;color:var(--primary-dark-grey)}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.plan-card{background:var(--white-background);border-radius:12px;padding:2rem;text-align:left;border:1px solid var(--off-white-background);display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow .2s ease,transform .2s ease}.plan-card:hover{box-shadow:0 8px 20px var(--box-shadow-rgba);transform:translateY(-3px)}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:var(--primary-dark-grey)}.plan-subtitle{font-size:.95rem;color:var(--secondary-dark-grey);margin-bottom:1rem}.plan-features{list-style:none;padding:0;margin:0 0 1.5rem}.plan-features li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.plan-features li:before{content:"✔";position:absolute;left:0;color:var(--success-green)}.plan-price{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;color:var(--primary-dark-grey)}.plan-note{font-size:.85rem;color:var(--secondary-dark-grey)}.plans-cta-row{margin-top:1.5rem}.plans-faq-button{background:var(--primary-dark-grey);color:var(--text-light);border:none;padding:.7rem 1rem;border-radius:10px;font-weight:600;cursor:pointer}.faq{width:100%;padding:4rem 1rem;background:var(--white-background);display:flex;justify-content:center;box-sizing:border-box}.faq-inner{max-width:900px;width:100%;padding:0 1rem}.faq-title{font-family:Generica,serif;font-size:2rem;margin:0 0 1rem;color:var(--primary-dark-grey);text-align:center}.faq-list{display:grid;gap:.75rem;margin-top:1rem}.faq-item{border:1px solid var(--box-shadow-rgba);border-radius:12px;padding:.5rem;box-shadow:0 6px 18px var(--box-shadow-rgba);background:var(--white-background);overflow:visible}.faq-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem .75rem;cursor:default}.faq-question{font-weight:600;color:var(--primary-dark-grey);font-size:1rem;flex:1}.faq-toggle{background:transparent;border:1px solid var(--box-shadow-rgba);width:40px;height:40px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;color:var(--primary-dark-grey);transition:transform .15s ease;outline:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.faq-toggle:focus,.faq-toggle:focus-visible,.faq-toggle:active,.faq-toggle:hover{outline:none!important;box-shadow:none!important;outline-offset:0!important;border-color:var(--box-shadow-rgba)!important;outline-color:transparent!important}.faq-toggle::-moz-focus-inner{border:0}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .26s ease}.faq-answer{padding:.75rem;color:var(--secondary-dark-grey);font-size:.98rem;line-height:1.6;border-top:1px solid var(--box-shadow-rgba)}@media (max-width: 600px){.faq-title{font-size:1.5rem}.faq-question{font-size:.98rem}}.site-footer{background-color:var(--primary-dark-grey);color:var(--text-light-gray);padding:2rem 1rem;font-size:.875rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.footer-left{display:flex;flex-direction:column;gap:.5rem}.footer-logo{font-family:Generica,sans-serif;font-size:1.2rem;font-weight:700;color:var(--text-light);display:inline-flex;align-items:baseline;gap:2px}.footer-theo-logo{color:var(--logo-blue)}.footer-logic-logo{color:var(--text-light-gray)}.footer-note{font-size:.8rem;color:var(--text-light-gray)}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-links a{color:var(--text-light-gray);text-decoration:none}.footer-links a:hover{text-decoration:underline;color:var(--text-light)}.login-title{text-align:center;margin-bottom:1.5rem}.form-group.mb-lg{margin-bottom:1.5rem}.login-input{width:100%;padding:.75rem;border-radius:6px;border:1px solid var(---off-white-background);font-size:1rem;background:var(--white-background)}.login-input:focus{outline:none;border-color:var(--logo-blue);box-shadow:0 0 0 3px #0078d426}.submit-btn:hover{background-color:var(--tertiary-dark-grey)}.submit-btn:disabled{background:var(--secondary-dark-grey);color:var(--text-light);cursor:not-allowed}.signup-text{text-align:center}.signup-link{color:var(--logo-blue);text-decoration:none}.signup-link:hover{text-decoration:underline}.login-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:var(--off-white-background);padding:1rem}.login-card{background-color:var(--white-background);padding:2rem;border-radius:10px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:400px}.login-title{font-family:Generica,sans-serif;text-align:center;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.login-label{display:block;margin-bottom:.5rem}.login-input{width:100%;padding:.75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem;background:var(--white-background)}.login-input:focus{outline:none;border-color:#0078d4;box-shadow:0 0 0 3px #0078d426}.error-alert{color:var(--error-red);margin-bottom:1rem}.fp-success{color:var(--success-green);background:var(--success-background);border:1px solid var(--success-border);padding:.5rem .75rem;border-radius:6px;margin-bottom:.75rem}.submit-btn{width:100%;padding:.75rem;border-radius:6px;border:none;background-color:var(--primary-dark-grey);color:var(--text-light);font-size:1rem;cursor:pointer;margin-bottom:1rem;transition:background-color .15s ease}.submit-btn:hover{background-color:#111}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.cp-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--off-white-background);padding:2rem}.cp-card{background:var(--white-background);width:100%;max-width:420px;border-radius:14px;box-shadow:0 10px 25px var(--box-shadow-rgba);padding:28px}.cp-title{margin:0 0 18px;font-size:1.4rem;font-weight:700;color:var(--text-dark);font-family:Generica,system-ui,Avenir,Helvetica,Arial,sans-serif}.cp-field{margin-bottom:14px}.cp-field label{display:block;font-size:.9rem;margin-bottom:6px;color:var(--primary-dark-grey)}.cp-input{width:100%;border:1px solid #e1e1e8;border-radius:10px;padding:10px 12px;font-size:1rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.cp-input:focus{border-color:var(--logo-blue);box-shadow:0 0 0 3px #4c6fff26}.cp-error{background:var(--error-background);color:var(--error-red);border:1px solid var(--error-border);padding:10px 12px;border-radius:10px;margin:8px 0 4px;font-size:.95rem}.cp-success{background:var(--success-background);color:var(--success-green);border:1px solid var(--success-border);padding:10px 12px;border-radius:10px;margin:8px 0 4px;font-size:.95rem}.cp-submit{width:100%;margin-top:10px;background:var(--primary-dark-grey);color:var(--text-light);border:none;border-radius:10px;padding:12px 14px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s ease,transform .02s ease}.cp-submit:hover{background:var(--secondary-dark-grey)}.cp-submit:active{transform:translateY(0)}.cp-submit:disabled{background:var(--secondary-dark-grey);cursor:not-allowed}.cp-submit:focus,.cp-submit:focus-visible,.cp-submit:active{outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent}.sub-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--off-white-background);-webkit-tap-highlight-color:transparent}.sub-card{width:100%;max-width:560px;margin:2rem;background:var(--white-background);border-radius:16px;box-shadow:0 8px 24px #00000014;padding:1.5rem;border:1px solid #e1e3e8}.sub-card-full{width:100%;max-width:960px;display:flex;flex-direction:column;box-sizing:border-box}.sub-button-row{width:100%;max-width:960px;margin:1rem auto 3rem;padding:0 1.5rem;box-sizing:border-box;display:flex}.sub-card-tight{padding-left:1rem;padding-right:1rem}.sub-card.subscription-card-full{margin-top:6rem;margin-bottom:10rem;scroll-margin-top:4rem}.sub-title{font-family:Generica,sans-serif;margin:0 0 1rem;font-size:1.75rem;font-weight:700;text-align:center}.sub-title-spacing{padding-top:calc(50px + 3rem)}.sub-form-section{margin:1rem 0 1.25rem;padding:.25rem 0 0}.sub-section-title{font-family:Generica,sans-serif;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.sub-section-button{width:100%;padding:.9rem 1rem;border-radius:12px;border:none;background:#111827;color:var(--text-light);font-weight:700;cursor:pointer;display:block;margin:.5rem auto 0}.sub-section-button:disabled{opacity:.7;cursor:not-allowed}.subbilling-form-error{background:var(--error-background);color:var(--error-red);border:1px solid var(--error-border);border-radius:10px;padding:.6rem .8rem;margin:.75rem 0 1rem}@media (max-width: 540px){.form-row{grid-template-columns:1fr}}.subup-form-group{margin-bottom:1rem}.subup-form-group label{display:block;font-weight:600;margin-bottom:.4rem}.subup-input{width:100%;padding:.7rem .8rem;border-radius:10px;border:1px solid #e1e3e8;background:var(--white-background);box-shadow:inset 0 1px 2px var(--box-shadow-rgba);outline:none}.subup-input:focus{border-color:#c2c7d0;box-shadow:0 0 0 3px var(--box-shadow-rgba)}.subpi-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.subpi-form-col label{display:block;font-weight:600;margin-bottom:.4rem}.subpi-input{width:100%;padding:.7rem .8rem;border-radius:10px;border:1px solid #e1e3e8;background:var(--white-background);box-shadow:inset 0 1px 2px #00000008;outline:none}.subpi-input:focus{border-color:#c2c7d0;box-shadow:0 0 0 3px #0078d414}@media (max-width: 540px){.subpi-form-row{grid-template-columns:1fr}}.subplans-billing-options{display:flex;gap:1rem;margin-bottom:1rem;padding:0;width:100%;box-sizing:border-box}.subplans-billing-card{background:var(--white-background);border-radius:10px;border:1px solid #e1e3e8;padding:1rem;cursor:pointer;flex:1 1 0;min-width:0;box-shadow:0 2px 8px var(--box-shadow-rgba);box-sizing:border-box}.subplans-billing-card.selected{border-color:#0078d4;box-shadow:0 4px 16px var(--box-shadow-rgba)}.subplans-billing-label{display:flex;align-items:center;gap:.5em;width:100%}.subplans-billing-title{font-weight:700}.subplans-save-badge{display:inline-block;background:#e0f2fe;color:#0078d4;border-radius:999px;padding:.2em .7em;font-size:.9em;box-sizing:border-box}.subplans-billing-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.subplans-cs-grid{display:flex;gap:1rem;width:100%;box-sizing:border-box;flex-wrap:wrap}.subplans-plan-card{background:var(--white-background);border-radius:10px;border:1px solid #e1e3e8;padding:1.2rem;cursor:pointer;box-shadow:0 2px 8px var(--box-shadow-rgba);flex:1 1 0;min-width:0;box-sizing:border-box}.subplans-plan-card.selected{border-color:#0078d4;margin-bottom:.5rem}.subplans-plan-title{font-size:1.1rem;font-weight:700}.subplans-plan-pitch{color:#6b7280;font-size:.95rem;margin-bottom:.5rem}.subplans-plan-price{min-height:40px;font-size:1.2rem;flex:1 1 0;min-width:0;max-width:none}.subplans-plan-price-amount{font-size:2rem;font-weight:800;line-height:1}.subplans-small-price{font-size:1.5rem!important}.subplans-plan-price-period{font-size:1rem;color:#6b7280;margin-left:.5em}.subplans-choose-plan-cta{background:#f3f4f6;color:#0078d4;border-radius:8px;padding:.5em 1em;font-weight:700;text-align:center;margin:.5em 0;cursor:pointer}.subplans-plan-divider{border-top:1px solid #e5e7eb;margin:1em 0}.subplans-plan-features{list-style:disc inside;color:#374151;font-size:.95rem;margin:.5em 0 0;padding:0}.subplans-input{width:100%;padding:.7rem .8rem;border-radius:10px;border:1px solid #e1e3e8;background:#fff;box-shadow:inset 0 1px 2px #00000008;outline:none}.subplans-input:focus{border-color:#c2c7d0;box-shadow:0 0 0 3px #0078d414}.subplans-form-error{background:#fef2f2;color:var(--error-red);border:1px solid #fecaca;border-radius:10px;padding:.6rem .8rem;margin:.5rem 0 1rem}@media (max-width: 540px){.subplans-cs-grid{grid-template-columns:1fr}}.subbilling-order-card{background:#fff;border-radius:10px;border:1px solid #e1e3e8;padding:1.2rem;margin-bottom:1rem}.subbilling-order-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;text-align:left}.subbilling-order-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.subbilling-order-label{text-align:left}.subbilling-order-price{text-align:right}.subbilling-order-separator{border:none;border-top:1px solid #ccc;margin:.5rem 0}.subbilling-renewal-text{font-size:1rem;color:#374151;margin:0}.subpayment-renewal-card{background:var(--white-background);border-radius:10px;border:1px solid #e1e3e8;padding:1.2rem;margin-bottom:1rem}.subpayment-renewal-text{font-size:1rem;color:#374151;margin:0}.subpayment-input{width:100%;padding:.7rem .8rem;border-radius:10px;border:1px solid #e1e3e8;background:#fff;box-shadow:inset 0 1px 2px #00000008;outline:none}.subpayment-input:focus{border-color:#c2c7d0;box-shadow:0 0 0 3px #0078d414}.subpayment-card-details{border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;background:#fff;margin-bottom:1rem}.subpayment-form-error{background:var(--error-background);color:var(--error-red);border:1px solid var(--error-border);border-radius:10px;padding:.6rem .8rem;margin:.5rem 0 1rem}.subpayment-terms{display:flex;align-items:center;margin-bottom:1rem}.subpayment-terms input[type=checkbox]{margin-right:8px;accent-color:#888}.subpayment-delete-btn{padding:.35rem .55rem;border-radius:8px;border:1px solid #d1d5db;background:#e0f2fe;color:#0078d4;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.subpayment-delete-btn:hover{background:#cfe8ff}.subpayment-delete-btn:disabled{opacity:.6;cursor:not-allowed}.saved-card-row{padding:.75rem;border:1px solid var(--primary-dark-grey);border-radius:6px;background-color:#e6f2ff;display:flex;align-items:center;width:100%;justify-content:space-between}.saved-card-row:hover{background-color:#d9ecff}.saved-cards-box{background-color:var(--white-background);border:1px solid var(--primary-dark-grey);border-radius:10px;padding:1rem}body{margin:0;background-color:#fff!important;font-family:sans-serif}@media (max-width: 700px){.chatBible-form{position:fixed;left:0;right:0;bottom:0;width:100%;max-width:none;transform:none;padding:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}.chatBible-form input{border-radius:0;width:100%;box-sizing:border-box;height:3.5rem!important;line-height:3.5rem!important;padding:0 .65rem!important;margin:0!important;padding-inline:0!important}.cb-mobile-top-btn{display:block;width:100%;margin:0;padding:0;background:var(--secondary-dark-grey, #2f2f2f);border:none;color:var(--text-light, #ffffff);font:inherit;font-size:1.4rem;text-align:center;line-height:2.6rem;cursor:pointer;border-radius:0!important}.cb-mobile-top-btn:focus,.cb-mobile-top-btn:active{outline:none;background:var(--secondary-dark-grey, #2f2f2f)}}@media (max-width: 700px){.chatBible-columns{position:relative}.chatBible-left,.chatBible-right{transition:none}.cb-mobile-right-full .chatBible-columns{flex-direction:column}.cb-mobile-right-full .chatBible-left{height:0!important;opacity:0;padding:0!important;pointer-events:none;overflow:hidden}.cb-mobile-right-full .chatBible-right{height:calc(100vh - var(--cb-prompt-h));max-height:calc(100vh - var(--cb-prompt-h));flex:1 1 auto!important;overflow-y:auto}.chatBible-main:not(.cb-mobile-right-full) .chatBible-right{max-height:calc(var(--cb-plus-h) + var(--cb-prompt-h) + var(--cb-reveal-h));will-change:max-height,height}.chatBible-main:not(.cb-mobile-right-full) .chatBible-left{opacity:1}.chatBible-right .cb-mobile-top-btn{transition:none}.cb-mobile-right-full .cb-mobile-top-btn{background:var(--primary-dark-grey, #1d1d1d)}}@media (max-width: 700px){.chatBible-input-container{width:100%;background-color:transparent;border-radius:0;padding:0;box-shadow:none;display:flex;flex-direction:column;gap:0}}.chatBible-radios{display:flex;justify-content:center;gap:2rem}.chatBible-radios label{font-size:.95rem;color:var(--primary-dark-grey);display:flex;align-items:center;gap:.5rem}.chatBible-radios input[type=radio]{transform:scale(1.2);accent-color:var(--primary-dark-grey)}.chatBible-input-container input[type=text]{width:100%;padding:1rem;font-size:1.1rem;border-radius:20px;border:1px solid #ccc;outline:none;background-color:#fefefe;color:#111;-webkit-text-fill-color:#111;caret-color:#111}@media (max-width: 700px){:root{--cb-navbar-h: 50px;--cb-prompt-row-h: 3rem}.chatBible-main{height:100vh;overflow:hidden}.chatBible-columns{display:flex;flex-direction:column;margin:0;padding:0;height:calc(100vh - var(--cb-navbar-h));margin-top:var(--cb-navbar-h);position:relative}.chatBible-left,.chatBible-right{flex:0 0 auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;overflow-y:auto;padding:.75rem;transition:none}.cb-mobile-responses-closed .chatBible-left{height:calc(100vh - var(--cb-navbar-h) - var(--cb-prompt-row-h));opacity:1}.cb-mobile-responses-closed .chatBible-right{height:0;padding:0!important;margin:0!important;opacity:0;overflow:hidden}.chatBible-form{position:static;width:100%;height:var(--cb-prompt-row-h);flex:0 0 var(--cb-prompt-row-h);padding:0!important;margin:0!important;background:transparent!important}.chatBible-form input{height:var(--cb-prompt-row-h)!important;line-height:var(--cb-prompt-row-h)!important;padding:0 .65rem!important;margin:0!important;border-radius:0!important}.chatBible-form{left:auto;right:auto;bottom:auto;transform:none}}.chatBible-left .chapter-text-content{font-size:calc(1rem * var(--cb-text-scale, 1));font-family:var(--cb-font-family, inherit)}.text-container{font-family:sans-serif;color:var(--primary-dark-grey);padding:1rem;background-color:#fff}@media (max-width: 700px){.chatBible-form .chatBible-input-container,.chatBible-form .prompt-wrap{padding:0!important;margin:0!important}}@media (max-width: 700px){.chatBible-form,.chatBible-input-container,.chatBible-form input{border-radius:0!important}}.sidebarBible-section input[type=checkbox]{transform:scale(1.2);accent-color:#45b6fe;cursor:pointer}.settings-subtoggle{font-weight:700;font-size:1rem;cursor:pointer;padding:4px 0;padding-left:1rem;-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center}.chat-column-right{flex-basis:var(--right-w, 50%);width:auto;padding-bottom:6rem!important;background-color:var(--white-background);overflow-y:auto;height:100%;-webkit-overflow-scrolling:touch}.chat-column-right .chatBible-box{font-size:calc(1rem * var(--cb-text-scale, 1));font-family:var(--cb-font-family, inherit)}.chatBible-box{padding:1rem;margin-bottom:1rem;font-size:1rem;line-height:1.4;background-color:var(--white-background)}.chatBible-box.user-prompt{white-space:pre-wrap;margin-bottom:1rem!important}.chatBible-box.user-prompt .you-label{font-family:Generica,sans-serif;font-size:1.5rem;color:var(--primary-dark-grey);display:block;margin-bottom:1rem;font-weight:700;padding-left:1rem}.chatBible-box.user-prompt .you-response{display:block;white-space:pre-wrap;line-height:1.5;color:inherit;text-align:left}.chatBible-box.theo-response strong{color:var(--primary-dark-grey);font-weight:700}.gen-image-btn{background:#45b6fe;color:#fff;border:none;padding:4px 8px;border-radius:4px;font-size:.75rem;cursor:pointer;transition:background-color .2s}.gen-image-btn:hover:not(:disabled){background:#3a9ed8}.gen-image-btn:disabled{opacity:.6;cursor:not-allowed}.disclaimer{background-color:#fff3cd!important;border:1px solid #ffeaa7!important}.summary-box{border-left:4px solid #45b6fe}.image-prompt-block{margin-top:.75rem;background:#fafafa;border:1px solid #ececec;border-radius:6px;padding:8px 10px;display:flex;flex-direction:column;gap:8px}.image-prompt-block img{width:100%;max-height:420px;object-fit:cover;border-radius:6px;border:1px solid #ddd}.image-prompt-block a{display:block}@media (max-width: 700px){.chat-column-right.chatBible-right{flex:0 0 auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;overflow-y:auto;padding:.75rem .75rem 6rem!important;transition:none}}.chatBible-main{display:flex;flex-direction:column;height:100vh;position:relative;overflow:hidden}.chatBible-form{position:fixed;left:50%;bottom:20px;transform:translate(-50%);width:100%;max-width:600px;z-index:10;padding:1rem;transition:none;color-scheme:light}.chatBible-form input{width:100%;padding:1rem;font-size:1.1rem;border-radius:20px;border:1px solid #ccc;outline:none;background-color:#fff;color:#111;-webkit-text-fill-color:#111;caret-color:#111;box-shadow:0 1px 4px #0000001a}.chatBible-input-container{background-color:transparent;border-radius:0;padding:1rem;box-shadow:none;display:flex;flex-direction:column;gap:0}.cb-prompt-menu{display:flex;flex-direction:column;gap:0;padding:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;opacity:0;transform:translateY(0);pointer-events:none;max-height:0;transition:opacity .18s ease,transform .18s ease,max-height .18s ease;position:absolute;left:0;right:0;bottom:calc(100% + 4px);z-index:3}.cb-prompt-menu.visible{opacity:1;pointer-events:auto;max-height:600px}.chatBible-columns{display:flex;height:calc(100vh - 80px);margin-top:56px;overflow:hidden}.chatBible-column{flex:0 0 auto;overflow-y:auto;padding:1rem;box-sizing:border-box;min-width:0;will-change:flex-basis;transition:flex-basis .26s ease,width .26s ease,padding .26s ease,max-width .26s ease,opacity .26s ease,border-color .26s ease,border-width .26s ease}.chatBible-left{flex-basis:var(--left-w, 50%);width:auto;padding-left:5rem;padding-bottom:6rem}.chatBible-right{flex-basis:var(--right-w, 50%);width:auto;padding-bottom:6rem}.cb-split{--left-w: 50%;--right-w: 50%}.cb-right-full{--left-w: 0%;--right-w: 100%}.cb-right-full .chatBible-left{opacity:0;pointer-events:none;padding:0;border-right:0}.cb-right-full .chatBible-right{padding-left:5rem}.cb-left-full{--left-w: 100%;--right-w: 0%}.cb-left-full .chatBible-right{opacity:0;pointer-events:none;padding:0}.cb-left-full .chatBible-left{border-right:0}.chatBible-left .chapter-text-content,.chatBible-right .chatBible-box,.chatBible-left .scalable-text,.chatBible-left .scalable-text .commentary-paragraph,.chatBible-left .chatBible-box.scalable-text{font-size:calc(1rem * var(--cb-text-scale, 1));font-family:var(--cb-font-family, inherit)}.chatBible-box{padding:1rem;margin-bottom:1rem;font-size:1rem;line-height:1.4}.chatBible-box.user-prompt{white-space:pre-wrap}.chatBible-box h2{margin-top:0;font-size:1.2rem;color:var(--primary-dark-grey);margin-bottom:.75rem;font-family:Generica,sans-serif;text-align:center}.chatBible-box h3{margin-top:0;font-size:3rem;color:var(--primary-dark-grey);margin-bottom:.75rem;font-weight:700;text-align:center}.chatBible-box sup{font-size:.75rem;vertical-align:super;margin-right:2px;color:#666}.chapter-text-content{line-height:1.7}.verses-paragraph{display:block;text-align:left;white-space:normal;margin:0;padding:0;line-height:2}.verse-button{display:inline;background:none;border:none;padding:0 2px 0 0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;box-shadow:none;transition:background .2s;vertical-align:baseline}.chatBible-box.theo-response>.theo-label{font-family:Generica,sans-serif;font-size:1.5rem;color:#45b6fe;display:block;margin-bottom:1rem;padding-left:1rem}.chatBible-box.theo-response>.theo-label.server-message-label{color:var(--primary-dark-grey)}.chatBible-box.theo-response>.references-label{font-family:Generica,sans-serif;font-size:1.5rem;color:#45b6fe;display:block;margin-bottom:1rem;padding-left:1rem}.chatBible-box.theo-response strong{font-family:inherit;font-weight:700}.chatBible-box.theo-response ul{margin:.5rem 0;padding-left:1rem}.chatBible-box.theo-response li{margin-bottom:.25rem;line-height:1.4}.cb-showme-btn{outline:none!important;box-shadow:none!important}.cb-showme-btn:focus,.cb-showme-btn:focus-visible,.cb-showme-btn:active{outline:none!important;box-shadow:none!important}.chapter-nav{display:grid;grid-template-columns:1fr 1fr;align-items:center;margin-top:1rem}.bible-copyright{margin-top:.6rem;font-size:.8rem;font-style:italic;color:#666;text-align:center}.nav-left{text-align:left}.nav-right{text-align:right}.nav-arrow{background:#fbfaf8;border:1px solid #e0e0e0;border-radius:10px;padding:.4rem .7rem;cursor:pointer}.nav-arrow.prev{justify-self:start}.nav-arrow.next{justify-self:end}.nav-arrow:focus,.nav-arrow:hover{outline:none;box-shadow:none;background:#f5f5f5}.chatBible-left{background-color:var(--off-white-background);border-right:1px solid #e0e0e0}.cb-right-full .chatBible-left,.cb-left-full .chatBible-left{border-right-width:0}.chatBible-right{background-color:var(--white-background)}.chatBible-box{background-color:var(--white-background);border-radius:20px;box-shadow:0 1px 4px #0000001a}.openBible-sidebar{position:fixed;top:66px;left:20px;background-color:var(--off-white-background);color:var(--primary-dark-grey);border:none;padding:.5rem .8rem;font-size:1.2rem;border-radius:6px;z-index:8;cursor:pointer;transition:background-color .2s ease}@media (max-width: 700px){.openBible-sidebar{left:0!important;top:56px!important;margin-left:0!important;box-sizing:border-box;padding-left:.5rem!important;padding-right:.8rem;border-radius:0 6px 6px 0}}.openBible-sidebar:hover,.openBible-sidebar:active,.openBible-sidebar:focus{background-color:#fbfaf8;color:var(--primary-dark-grey);outline:none;box-shadow:none}.chatBible-sidebar{position:fixed;top:56px;left:-260px;width:260px;height:calc(100% - 56px);background-color:var(--off-white-background);box-shadow:2px 0 8px #0000001a;overflow-y:auto;transition:left .3s ease;z-index:9;padding:1rem}.chatBible-sidebar.open{left:0}.sidebarBible-content h3{margin-top:0;font-size:1.25rem;font-family:Generica,sans-serif;color:var(--primary-dark-grey);padding-bottom:.5rem}.sidebar-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between}.toggle-arrow{font-size:.95rem;color:#666}.collapsible-section{display:block;overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .3s ease}.collapsible-section.open{max-height:none;opacity:1;overflow:visible}.closeBible-sidebar{position:sticky;top:0;display:block;width:fit-content;margin-left:auto;right:0;background:transparent;z-index:2;border:none;-webkit-tap-highlight-color:transparent}.closeBible-sidebar:hover,.closeBible-sidebar:active,.closeBible-sidebar:focus{background:transparent;color:inherit;outline:none;box-shadow:none}.closeBible-sidebar:focus-visible{outline:none;box-shadow:none}.closeBible-sidebar::-moz-focus-inner{border:0}.sidebarBible-section{margin-bottom:1rem;font-size:1rem;color:#222}.sidebarBible-section label{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:2px;padding-left:12px}.book-title{font-weight:700;font-size:1rem;cursor:pointer;padding:4px 0;padding-left:1rem;display:flex;align-items:center;justify-content:space-between}.chapters-list{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;padding-left:12px;margin-top:4px}.chapters-list.open{max-height:none;opacity:1;padding-bottom:16px;overflow:visible}.chapter-item{padding:2px 0;cursor:pointer;color:#555;padding-left:2rem;display:flex;align-items:center;justify-content:space-between}.chapter-item:hover{color:#000}.verse-item{padding:2px 0;cursor:pointer;color:#555;padding-left:3.5rem}.verse-item:hover{color:#000}.chat-item-row{position:relative;display:flex;align-items:center;margin:0 6px;padding:6px 36px 6px 8px;border-radius:8px;transition:background-color .15s ease}.chat-item-row:hover{background:#e9ebf2}.chat-list-button{background:transparent;border:none;display:block;padding:0;margin:0;text-align:left;width:auto;color:inherit;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;flex:1 1 auto}.chat-list-button:focus,.chat-list-button:active,.chat-list-button:focus-visible{outline:none;box-shadow:none}.chat-list-button::-moz-focus-inner{border:0}.chats-list{padding-right:6px;display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto}.recent-label{font-size:.8rem;font-style:italic;margin-bottom:6px}.group-label{font-size:.8rem;font-style:italic;margin:10px 0 6px 6px}.new-chat-button{position:relative;display:block;margin:0 6px;padding:6px 8px 6px 28px;width:calc(100% - 12px);border-radius:8px;transition:background-color .15s ease}.new-chat-button:hover{background:#e9ebf2}.new-chat-button:before{content:"+";position:absolute;left:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#333}.chat-actions-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);opacity:0;pointer-events:none;transition:opacity .15s ease,background-color .15s ease;cursor:pointer;padding:4px 6px;border-radius:8px;color:#777;-webkit-user-select:none;user-select:none;background:transparent;border:none;-webkit-tap-highlight-color:transparent}.chat-item-row:hover .chat-actions-button{opacity:1;pointer-events:auto;background:#e9ebf2}.chat-item-row:hover .chat-actions-button:hover{background:#dce0ea}.chat-actions-popover{position:absolute;right:8px;top:-4px;transform:translateY(-100%);background:#fff;border:1px solid #e2e2e2;border-radius:10px;box-shadow:0 6px 20px #0000001f;padding:8px;display:flex;gap:8px;z-index:20}.chat-actions-popover .menu-item{background:#f5f6fa;border:1px solid #e1e3ea;border-radius:8px;padding:6px 10px;cursor:pointer;color:#333}.chat-actions-popover .menu-item:hover{background:#e9ebf2}.chat-actions-popover .menu-item.danger{color:#333;border-color:#d7dbe7;background:#eef0f6}.chat-actions-popover .menu-item.danger:hover{background:#e2e6f0}.chat-actions-flyout{position:fixed;transform:translate(-50%,-100%);background:#fff;border:1px solid #e2e2e2;border-radius:10px;box-shadow:0 8px 24px #00000029;padding:8px;display:flex;gap:8px;z-index:1000}.chat-actions-flyout .menu-item{background:#f5f6fa;border:1px solid #e1e3ea;border-radius:8px;padding:6px 10px;cursor:pointer;color:var(--primary-dark-grey)}.chat-actions-flyout .menu-item:hover{background:#e9ebf2}.chat-actions-flyout .menu-item.danger{color:var(--primary-dark-grey);border-color:#b7bac6;background:#eef0f6}.chat-actions-flyout .menu-item.danger:hover{background:#e2e6f0}.customBible-radio{display:flex;align-items:flex-start;gap:8px;cursor:pointer;padding:4px 0}.customBible-radio input{position:absolute;opacity:0;width:20px;height:20px;margin:0;cursor:pointer;z-index:2}.customBible-radio input{display:none}.checkmarkBible{width:13.5px;height:13.5px;border:1.25px solid var(--primary-dark-grey);border-radius:50%;position:relative;background:transparent;margin-right:0;margin-top:2px;flex-shrink:0}.customBible-radio input:checked+.checkmarkBible:after{content:"";position:absolute;top:50%;left:50%;width:7px;height:7px;background:var(--primary-dark-grey);border-radius:50%;transform:translate(-50%,-50%)}.radioBible-label-text{font-size:1rem;color:var(--primary-dark-grey);line-height:1.4;flex:1}.chatBible-box strong{display:inline-block;margin-bottom:.75rem;font-weight:700}.chatBible-box.user-prompt{background-color:#f6f6f6;border:1px solid #eee;margin-bottom:.4rem;white-space:pre-wrap}.chatBible-box.user-prompt strong{color:var(--primary-dark-grey);font-family:Generica,sans-serif;font-size:1.2rem}.chatBible-box.theo-response strong{color:#45b6fe;font-family:Generica,sans-serif;font-size:1.2rem}.gen-image-btn{background:#fff;border:1px solid #d0d4dc;color:var(--primary-dark-grey);font-size:.65rem;line-height:1.1;padding:4px 6px;border-radius:4px;cursor:pointer;max-width:140px;text-align:left;transition:background .15s ease,border-color .15s ease}.gen-image-btn:hover:not(:disabled){background:#f5f6fa;border-color:#b9bec7}.gen-image-btn:disabled{opacity:.6;cursor:default}.chatBible-box.theo-response.server-message-box strong{color:var(--primary-dark-grey)}.disclaimer,.server-message-box{background-color:#fff8e1;border:1px solid #ffecb3}.cb-text-label-top{padding:.5rem 0 .25rem 12px}.cb-text-label{padding:.25rem 0 .25rem 12px}.cb-control-pad{padding-left:12px;padding-right:12px;padding-bottom:8px}.cb-control-pad input[type=range]{width:100%;accent-color:var(--primary-dark-grey)}.cb-font-select{width:100%}.cb-fab-overlay{position:fixed;left:calc(50% - .5px);top:50%;transform:translate(-50%,-50%);z-index:1001;pointer-events:none;transition:left .26s ease}.cb-fab{pointer-events:auto;height:28px;min-height:28px;width:28px;border-radius:9999px;background:#fff;border:1px solid var(--color-border, #e5e7eb);box-shadow:0 2px 10px #00000014;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:width .16s ease,height .16s ease,box-shadow .16s ease,border-color .16s ease}.cb-fab.expanded{width:100px;height:100px;min-height:100px;border-radius:16px}.cb-fab:hover{box-shadow:0 4px 16px #0000001f;border-color:#d1d5db}.fab-circle{width:28px;height:28px;border-radius:9999px;background:transparent;border:none;cursor:pointer}.fab-expanded{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:100%;height:100%;gap:0}.fab-btn{height:100%;background:transparent;border:none;color:var(--primary-dark-grey);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;-webkit-tap-highlight-color:transparent;appearance:none;-webkit-appearance:none;-moz-appearance:none;-webkit-user-select:none;user-select:none}.fab-left{border-right:none;justify-content:flex-start;padding-left:6px;border-top-right-radius:0;border-bottom-right-radius:0}.fab-right{border-left:none;justify-content:flex-end;padding-right:6px;border-top-left-radius:0;border-bottom-left-radius:0}.fab-close{width:28px;height:28px;border-radius:9999px;appearance:none;-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.cb-fab.expanded .fab-close{width:100%;height:100%;border-radius:0;display:flex;align-items:center;justify-content:center;border:none}.fab-btn:hover{background:#f8fafc;outline:none;box-shadow:none}.fab-btn:focus{background:transparent;outline:none;box-shadow:none}.fab-btn:active{outline:none;box-shadow:none}.fab-close:focus,.fab-close:focus-visible,.fab-close:active,.fab-close:hover{outline:none;box-shadow:none}.fab-btn:focus-visible,.fab-circle:focus,.fab-circle:focus-visible{outline:none;box-shadow:none}.fab-btn::-moz-focus-inner,.fab-close::-moz-focus-inner,.fab-circle::-moz-focus-inner{border:0}.fab-btn::-webkit-focus-inner,.fab-close::-webkit-focus-inner,.fab-circle::-webkit-focus-inner{border:0;padding:0}.fab-btn:-moz-focusring,.fab-close:-moz-focusring{outline:none}.fab-circle{-webkit-tap-highlight-color:transparent}.cb-fab,.cb-fab:hover,.cb-fab:focus,.cb-fab:focus-visible,.cb-fab:active{outline:none}.fab-btn,.fab-close{outline-color:transparent!important}.fab-btn,.fab-btn:hover,.fab-btn:focus,.fab-btn:focus-visible,.fab-btn:active{outline:none!important;box-shadow:none!important}.fab-close,.fab-close:hover,.fab-close:focus,.fab-close:focus-visible,.fab-close:active{outline:none!important;box-shadow:none!important}.fab-close:hover{background:#f8fafc}.cb-inline-bold{font-weight:700;color:inherit;font-family:inherit;font-size:inherit}.cb-list{list-style-type:disc;margin:.25rem 0 .25rem .8rem;padding-left:.6rem}.cb-list-item{margin:.15rem 0;color:inherit}.cb-list-open{list-style-type:circle;margin:.25rem 0 .25rem 2rem;padding-left:1.2rem}.cb-list-open .cb-list-item{margin:.15rem 0}.cb-olist{list-style:none;margin:.25rem 0 .25rem .55rem;padding-left:.5rem}.cb-olist-item{margin:.15rem 0;color:inherit;display:flex;align-items:flex-start}.cb-olist-num{font-weight:700;margin-right:.5rem}.commentary-paragraph{border:none;transition:background-color .2s ease,text-decoration .1s ease}.commentary-paragraph:hover{text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#888;text-underline-offset:3px}.commentary-paragraph.highlighted{background:#ff0;border-radius:3px}.commentary-paragraph.highlighted:hover{text-decoration:none}.bible-reference-link{color:#007bff!important;cursor:pointer;text-decoration:underline;transition:color .2s ease}.bible-reference-link:hover{color:#0056b3!important;text-decoration:underline}.bible-reference-link:focus{outline:2px solid #007bff;outline-offset:2px;border-radius:2px}.book-clickable{cursor:pointer;transition:background-color .2s ease;padding:8px 12px;border-radius:6px;margin:2px 0}.book-clickable:hover{background-color:#f5f5f5}.book-clickable:active{background-color:#e8e8e8}.book-clickable.selected{background-color:#e3f2fd;border:1px solid #2196f3;color:#1976d2;font-weight:500}.book-clickable.selected:hover{background-color:#bbdefb}.books-list .book-item .book-title.book-clickable{display:flex;align-items:center;justify-content:flex-start;font-weight:500;color:var(--primary-dark-grey)}.you-label,.theo-label{font-family:Generica,sans-serif;font-size:1.5rem;font-weight:400;padding-left:1rem}.book-outline-header{font-size:2rem;font-weight:700;color:var(--primary-dark-grey);margin-bottom:1rem;text-align:center}.book-outline{padding:1rem 0;line-height:1.6}.outline-item{margin:.25rem 0;position:relative}.outline-content{display:flex;align-items:flex-start;margin-bottom:.25rem;transition:all .2s ease;border-radius:4px;padding:.25rem .5rem;cursor:pointer}.outline-content:hover{text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#888;text-underline-offset:3px}.outline-content.selected{background:#ff0;border-radius:3px}.outline-content.selected:hover{text-decoration:none}.outline-content.has-children{cursor:pointer}.outline-marker{font-weight:400;color:var(--primary-dark-grey);margin-right:.75rem;flex-shrink:0;min-width:1.5rem;font-family:var(--cb-font-family, inherit);font-size:calc(1rem * var(--cb-text-scale, 1))}.outline-text{color:var(--primary-dark-grey);flex:1;line-height:1.5;font-family:var(--cb-font-family, inherit);font-size:calc(1rem * var(--cb-text-scale, 1))}.outline-toggle{margin-left:.5rem;color:var(--primary-dark-grey);font-size:.8rem;opacity:.7;transition:transform .2s ease;flex-shrink:0}.outline-toggle.expanded{transform:rotate(0)}.outline-toggle.collapsed{transform:rotate(-90deg)}.outline-children{position:relative;overflow:hidden}.outline-item[style*="--level:0"] .outline-marker{font-size:calc(1.1rem * var(--cb-text-scale, 1));color:var(--primary-dark-grey)}.outline-item[style*="--level:1"] .outline-marker{font-weight:600;font-size:calc(1rem * var(--cb-text-scale, 1));color:var(--primary-dark-grey)}.outline-item[style*="--level:2"] .outline-marker{font-weight:500;font-size:calc(.95rem * var(--cb-text-scale, 1));color:#666}.outline-item[style*="--level:3"] .outline-marker,.outline-item[style*="--level:4"] .outline-marker,.outline-item[style*="--level:5"] .outline-marker{font-weight:400;font-size:calc(.9rem * var(--cb-text-scale, 1));color:#777}.outline-item[style*="--level:0"] .outline-text{font-size:calc(1rem * var(--cb-text-scale, 1))}.outline-item[style*="--level:1"] .outline-text{font-weight:400;font-size:calc(.95rem * var(--cb-text-scale, 1))}.outline-item[style*="--level:2"] .outline-text,.outline-item[style*="--level:3"] .outline-text,.outline-item[style*="--level:4"] .outline-text,.outline-item[style*="--level:5"] .outline-text{font-weight:400;font-size:calc(.9rem * var(--cb-text-scale, 1));color:#555}.outline-item.first-item .outline-text,.outline-item.first-item .outline-marker,.outline-item[style*="--level:0"][data-marker^="1."] .outline-text,.outline-item[style*="--level:0"][data-marker^="2."] .outline-text,.outline-item[style*="--level:0"][data-marker^="3."] .outline-text,.outline-item[style*="--level:0"][data-marker^="4."] .outline-text,.outline-item[style*="--level:0"][data-marker^="5."] .outline-text,.outline-item[style*="--level:0"][data-marker^="6."] .outline-text,.outline-item[style*="--level:0"][data-marker^="7."] .outline-text,.outline-item[style*="--level:0"][data-marker^="8."] .outline-text,.outline-item[style*="--level:0"][data-marker^="9."] .outline-text,.outline-item[style*="--level:0"][data-marker^="1."] .outline-marker,.outline-item[style*="--level:0"][data-marker^="2."] .outline-marker,.outline-item[style*="--level:0"][data-marker^="3."] .outline-marker,.outline-item[style*="--level:0"][data-marker^="4."] .outline-marker,.outline-item[style*="--level:0"][data-marker^="5."] .outline-marker,.outline-item[style*="--level:0"][data-marker^="6."] .outline-marker,.outline-item[style*="--level:0"][data-marker^="7."] .outline-marker,.outline-item[style*="--level:0"][data-marker^="8."] .outline-marker,.outline-item[style*="--level:0"][data-marker^="9."] .outline-marker{font-weight:700!important}.outline-item[data-marker^="i."] .outline-text,.outline-item[data-marker^="ii."] .outline-text,.outline-item[data-marker^="iii."] .outline-text,.outline-item[data-marker^="iv."] .outline-text,.outline-item[data-marker^="v."] .outline-text,.outline-item[data-marker^="vi."] .outline-text,.outline-item[data-marker^="vii."] .outline-text,.outline-item[data-marker^="viii."] .outline-text,.outline-item[data-marker^="ix."] .outline-text,.outline-item[data-marker^="x."] .outline-text{font-style:italic}.outline-item[style*="--level:1"] .outline-content,.outline-item[style*="--level:2"] .outline-content,.outline-item[style*="--level:3"] .outline-content,.outline-item[style*="--level:4"] .outline-content,.outline-item[style*="--level:5"] .outline-content{border-left:2px solid rgba(0,0,0,.1);margin-left:.5rem;padding-left:.75rem}.outline-error{padding:1rem;background-color:#ffeaea;border:1px solid #ffcdd2;border-radius:8px;margin:1rem 0}.collapsible-grid{display:flex;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s;max-height:0;opacity:0}.collapsible-grid.open{max-height:1000px;opacity:1}.books-toggle-bar:focus{outline:none;box-shadow:none}.bible-books-grid{flex-wrap:wrap;gap:.5rem}.bible-books-grid label{width:140px;min-width:140px;box-sizing:border-box;display:flex;align-items:center;margin-bottom:.5rem}.bible-books-grid input[type=checkbox]{appearance:checkbox!important;border:initial!important;background:initial!important;border-radius:initial!important;box-shadow:initial!important;outline:initial!important;width:auto;height:auto;accent-color:var(--primary-dark-grey);vertical-align:middle}.bible-books-grid label,.bible-books-grid input[type=checkbox]{border-radius:0!important}.bible-books-grid label{background:none!important;border:none!important;box-shadow:none!important;padding:0!important}.books-toggle-bar{font-family:Generica,sans-serif;font-size:1.5rem;font-weight:700;color:var(--primary-dark-grey);background:none;border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;transition:color .2s}.books-toggle-bar:hover{color:#45b6fe}.chat-content-container{display:flex;height:calc(100vh - 56px);margin-top:56px;overflow:hidden;width:100%}.chat-content-container,.cb-split.chat-content-container{--left-w: 50%;--right-w: 50%}.cb-right-full.chat-content-container{--left-w: 0%;--right-w: 100%}.cb-left-full.chat-content-container{--left-w: 100%;--right-w: 0%}.chat-left-column{box-sizing:border-box;flex:0 0 auto;flex-basis:var(--left-w, 50%);min-width:0;overflow-y:auto;display:flex;flex-direction:column;align-items:stretch;padding:1rem 1rem 1rem 5rem;transition:flex-basis .26s ease,width .26s ease,padding .26s ease,max-width .26s ease,opacity .26s ease,border-color .26s ease,border-width .26s ease}.chat-right-column{box-sizing:border-box;flex:0 0 auto;flex-basis:var(--right-w, 50%);min-width:0;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;padding:1rem;transition:flex-basis .26s ease,width .26s ease,padding .26s ease,max-width .26s ease,opacity .26s ease,border-color .26s ease,border-width .26s ease}.cb-right-full .chat-left-column{opacity:0;pointer-events:none;padding:0;border-right:0}.cb-right-full .chat-right-column{padding-left:5rem}.cb-left-full .chat-right-column{opacity:0;pointer-events:none;padding:0}.left-box-title{display:block;font-weight:700;font-size:1.5rem;color:var(--primary-dark-grey);margin-bottom:.5rem;font-family:Generica,sans-serif;text-align:center}.chat-history,.chat-entries{padding-bottom:0rem}.chat-history{flex:1;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start;padding:0;scroll-behavior:smooth;scroll-padding-bottom:0}.chat-entries{display:flex;flex-direction:column;gap:1rem;width:100%;padding-bottom:0;margin:0}.chat-history:after{content:"";display:block;height:0rem}.chat-entry{display:flex;flex-direction:column;gap:1rem;margin:0}.chat-question{padding:1rem;text-align:left;font-size:1.1rem;color:var(--primary-dark-grey);margin:0 6px}.chat-column{flex:1;max-width:100%;min-width:0;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000001a;transition:all .4s ease}.left-form{width:100%;padding-left:0;color-scheme:light}.left-form input{width:100%;padding:1rem;font-size:1.1rem;border-radius:20px;border:1px solid #ccc;outline:none;background-color:#fff;box-shadow:0 1px 4px #0000001a;color:var(--primary-dark-grey);-webkit-text-fill-color:var(--primary-dark-grey);caret-color:var(--primary-dark-grey)}.chat-input-container{padding:1rem;display:flex;flex-direction:column;gap:0;color-scheme:light}.chat-submit-button{align-self:stretch;width:100%;background:var(--primary-dark-grey);color:#fff;border:1px solid transparent;padding:1rem;border-radius:20px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 1px 4px #0000001a}.chat-submit-button:hover{filter:brightness(.95)}.chat-submit-button:active{filter:brightness(.9)}.chat-submit-button:focus{outline:none;box-shadow:0 0 0 2px #45b6fe4d}.chat-submit-button:disabled{opacity:.6;cursor:not-allowed;filter:none}.prompt-wrap+.chat-submit-button{margin-top:.75rem}.chat-radios{display:flex;justify-content:center;gap:2rem}.chat-radios label{font-size:.95rem;color:var(--primary-dark-grey);display:flex;align-items:stretch;gap:.5rem}.chat-radios input[type=radio]{transform:scale(1.2);accent-color:var(--primary-dark-grey)}.chat-input-container input[type=text]{width:100%;padding:1rem;font-size:1.1rem;border-radius:20px;border:1px solid #ccc;outline:none;background-color:#fefefe;color:var(--primary-dark-grey);-webkit-text-fill-color:var(--primary-dark-grey);caret-color:var(--primary-dark-grey)}.prompt-wrap{position:relative}.prompt-wrap+.prompt-wrap{margin-top:.75rem}.cb-prompt-menu{display:flex;flex-direction:column;gap:0;padding:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;opacity:0;transform:translateY(4px);pointer-events:none;max-height:0;transition:opacity .18s ease,transform .18s ease,max-height .18s ease;position:absolute;left:0;right:0;bottom:calc(100% + 4px);z-index:3}.cb-prompt-menu.visible{opacity:1;transform:translateY(0);pointer-events:auto;max-height:600px}.cb-prompt-item{background:transparent;border:none;color:var(--primary-dark-grey);border-radius:0;padding:10px 12px;font-size:.95rem;cursor:pointer;display:block;width:100%;text-align:left;white-space:normal}.cb-prompt-item+.cb-prompt-item{border-top:1px solid #e5e7eb}.cb-prompt-item:hover,.cb-prompt-item:focus{background:#f8fafc;color:var(--primary-dark-grey)}.left-form input::placeholder,.chat-input-container input[type=text]::placeholder{color:#666;opacity:1}.left-form input:-webkit-autofill,.chat-input-container input[type=text]:-webkit-autofill{-webkit-text-fill-color:var(--primary-dark-grey)!important;box-shadow:0 0 0 1000px #fff inset!important;border:1px solid #ccc!important;transition:background-color 9999s ease-in-out 0s}.references-label{font-family:Generica,sans-serif;font-size:1.5rem;color:var(--primary-dark-grey);display:block;margin-bottom:1rem;padding-left:1rem}.you-label{font-family:Generica,sans-serif;font-size:1.5rem;color:var(--primary-dark-grey);display:block;margin-bottom:1rem;font-weight:700;padding-left:1rem}.theo-label{font-family:Generica,sans-serif;font-size:1.5rem;color:#45b6fe;display:block;margin-bottom:1rem;padding-left:1rem}.theo-label.server-message-label{color:var(--primary-dark-grey)}.theo-response{white-space:pre-wrap;line-height:1.5}.chat-left-column .left-box,.chat-right-column .chat-column,.chat-right-column .chat-question,.chat-right-column .theo-response,.chat-right-column .you-response{font-size:calc(1rem * var(--cb-text-scale, 1));font-family:var(--cb-font-family, inherit)}.chat-answer{display:block;justify-content:center;align-items:flex-start;gap:1rem;flex-wrap:nowrap;transition:all .4s ease}.chat-response-column{flex:1 1 100%;max-width:100%;width:auto;padding:1rem;margin:0 6px}.chat-answer-wrapper{width:100%;margin:0}.chat-refine-row{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;color:var(--primary-dark-grey);font-size:.95rem}.inline-text{font-size:.95rem;color:#555;line-height:1.4;white-space:nowrap}.inline-select{padding:.4rem .8rem;font-size:.95rem;border:1px solid #ccc;border-radius:12px;background-color:#fff;outline:none;box-shadow:0 1px 2px #0000000d}.inline-select:focus{border-color:#45b6fe;box-shadow:0 0 0 2px #45b6fe26}.you-response{display:block;white-space:pre-wrap;line-height:1.5;color:inherit}.chatRef-disclaimer{margin:0 6px 1rem;padding:1rem;color:var(--primary-dark-grey);text-align:left;font-size:1rem;line-height:1.4}.chatRef-disclaimer strong{display:inline-block;margin-bottom:.75rem;font-weight:700}.chat-entry .chatRef-disclaimer{width:100%;margin:0 0 .75rem}@media (max-width: 700px){.cb-fab-overlay{display:none!important}}body{margin:0;background-color:#fff;font-family:sans-serif}.chatCrossReferences-main{display:flex;flex-direction:column;height:100vh;position:relative;overflow:hidden}.chatCrossReferences-form{position:fixed;left:50%;bottom:20px;transform:translate(-50%);width:100%;max-width:600px;z-index:10;padding:1rem;transition:none;color-scheme:light}.chatCrossReferences-form input{width:100%;padding:1rem;font-size:1.1rem;border-radius:20px;border:1px solid #ccc;outline:none;background-color:#fff;color:#111;-webkit-text-fill-color:#111;caret-color:#111;box-shadow:0 1px 4px #0000001a}.chatCrossReferences-input-container{background-color:transparent;border-radius:0;padding:1rem;box-shadow:none;display:flex;flex-direction:column;gap:0}.settings-subsection{margin-bottom:.5rem}.chatCrossReferences-columns{display:flex;height:calc(100vh - 80px);margin-top:56px;overflow:hidden}.chatCrossReferences-column{flex:0 0 auto;overflow-y:auto;padding:1rem;box-sizing:border-box;min-width:0;will-change:flex-basis;transition:flex-basis .26s ease,width .26s ease,padding .26s ease,max-width .26s ease,opacity .26s ease,border-color .26s ease,border-width .26s ease}.chatCrossReferences-left{flex-basis:var(--left-w, 50%);width:auto;padding-left:5rem;padding-bottom:6rem;background:#f8fafc}.chatCrossReferences-right{flex-basis:var(--right-w, 50%);width:auto;padding-bottom:6rem;background:#fff}.ccr-split{--left-w: 50%;--right-w: 50%}.ccr-right-full{--left-w: 0%;--right-w: 100%}.ccr-right-full .chatCrossReferences-left{opacity:0;pointer-events:none;padding:0;border-right:0}.ccr-right-full .chatCrossReferences-right{padding-left:5rem}.ccr-left-full{--left-w: 100%;--right-w: 0%}.ccr-left-full .chatCrossReferences-right{opacity:0;pointer-events:none;padding:0}.ccr-left-full .chatCrossReferences-left{border-right:0}.chatCrossReferences-left .cross-references-content,.chatCrossReferences-right .chatCrossReferences-box,.chatCrossReferences-right .chatBible-box,.chatCrossReferences-left .scalable-text,.chatCrossReferences-right .scalable-text,.chatCrossReferences-left .scalable-text .crossref-verse-button,.chatCrossReferences-right .scalable-text .crossref-verse-button{font-size:calc(1rem * var(--ccr-text-scale, 1));font-family:var(--ccr-font-family, inherit)}.chatCrossReferences-box{padding:1rem;margin-bottom:1rem;font-size:1rem;line-height:1.4}.chatCrossReferences-left .chatCrossReferences-box{padding:0;margin-bottom:0}.chatCrossReferences-box.user-prompt{white-space:pre-wrap}.chatCrossReferences-box.user-prompt .you-label{font-family:Generica,sans-serif;font-size:1.5rem;color:var(--primary-dark-grey);display:block;margin-bottom:1rem;font-weight:700;padding-left:1rem}.chatCrossReferences-box.user-prompt .you-response{display:block;white-space:pre-wrap;line-height:1.5;color:inherit;text-align:left}.chatCrossReferences-box.theo-response>.theo-label{font-family:Generica,sans-serif;font-size:1.5rem;color:#45b6fe;display:block;margin-bottom:1rem;padding-left:1rem}.chatCrossReferences-box.theo-response>.theo-label.server-message-label{color:var(--primary-dark-grey)}.chatBible-box.theo-response>.references-label{font-family:Generica,sans-serif;font-size:1.5rem;color:var(--primary-dark-grey)!important;display:block;margin-bottom:1rem;padding-left:1rem}.chatCrossReferences-box h2{color:var(--primary-dark-grey);font-family:Generica,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;margin-top:0;text-align:center}.chatCrossReferences-box h3{color:var(--primary-dark-grey);font-family:Generica,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.8rem;margin-top:0;text-align:center}.chatCrossReferences-box sup{font-family:Generica,sans-serif;font-weight:700;position:relative;top:-.3rem}.cross-references-content{font-family:var(--ccr-font-family, inherit);font-size:calc(1rem * var(--ccr-text-scale, 1));line-height:1.6}@media (max-width: 768px){.chatCrossReferences-columns{flex-direction:column}.chatCrossReferences-left,.chatCrossReferences-right{flex:none;height:50vh}.chatCrossReferences-sidebar{width:100vw;right:-100vw}}@media (max-width: 480px){.chatCrossReferences-main{padding:.5rem}.chatCrossReferences-box{padding:.75rem;margin-bottom:.75rem}}.cross-references-verse-header{margin-bottom:1rem;text-align:center;padding-bottom:1rem}.chatCrossReferences-box .cross-references-book-name{margin:0!important;font-size:1.2rem!important;color:var(--primary-dark-grey)!important;margin-bottom:.75rem!important;font-family:Generica,sans-serif!important;text-align:center!important}.chatBible-box .cross-references-chapter-verse{margin:0;font-size:3rem;color:var(--primary-dark-grey);margin-bottom:.75rem;font-weight:700;text-align:center;font-family:inherit!important}.cross-references-link{color:#06c;cursor:pointer;text-decoration:underline;font-weight:500;font-size:1.05em;display:block;padding:.5rem;border-radius:4px;margin-bottom:.5rem;transition:background-color .2s ease}.current-crossref-verse-text{margin:0 0 1rem;padding:0 .75rem;font-size:calc(.95rem * var(--ccr-text-scale, 1));line-height:1.45;color:var(--primary-dark-grey);text-align:center;font-family:var(--ccr-font-family, inherit)}.current-crossref-verse-text em{font-style:italic}.selected-verses-preview{margin-top:.75rem;padding:.6rem .75rem .55rem;background:#f5f7fa;border:1px solid #e0e5ea;border-radius:8px;font-size:.85rem;line-height:1.35}.selected-verses-label{display:block;font-weight:600;color:var(--primary-dark-grey);margin-bottom:.35rem;font-family:Generica,sans-serif;letter-spacing:.3px}.selected-verses-list{max-height:220px;overflow-y:auto;padding-right:2px}.selected-verses-list::-webkit-scrollbar{width:6px}.selected-verses-list::-webkit-scrollbar-track{background:transparent}.selected-verses-list::-webkit-scrollbar-thumb{background:#cfd5dc;border-radius:3px}.selected-verse-line{margin-bottom:.3rem;word-break:break-word}.selected-verse-line:last-child{margin-bottom:0}.verse-button{background:transparent;border:none;padding:0 2px 0 0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none;box-shadow:none;transition:background .15s}.verse-button:focus{outline:none;box-shadow:none}.verse-button:hover{text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#888;text-underline-offset:3px}.verse-button.highlighted{background:#ff0;border-radius:3px}.verse-button.highlighted:hover{text-decoration:none}.crossref-verse-button{cursor:pointer;background:transparent;padding:0 2px 0 0;transition:background .15s}.crossref-verse-button:hover{text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#888;text-underline-offset:3px}.crossref-verse-button.highlighted{background:#ff0;border-radius:3px}.crossref-verse-button.highlighted:hover{text-decoration:none}.cross-references-link:last-child{margin-bottom:0}.chatCrossReferences-inner-box{background-color:var(--white-background);border-radius:20px;box-shadow:0 1px 4px #0000001a;padding:1rem;margin-bottom:1rem}.settings-page{--settings-top-padding: calc(50px + 1rem) ;--settings-bottom-padding: 1rem;padding:var(--settings-top-padding) 1rem var(--settings-bottom-padding);position:relative}.settings-container{width:100%;display:grid;grid-template-columns:20% 80%;gap:16px;min-height:calc(100vh - var(--settings-top-padding) - var(--settings-bottom-padding));align-items:stretch}.settings-left{background:var(--white-background);border-radius:12px;padding:16px;box-shadow:0 8px 20px #0000000f;display:flex;flex-direction:column;min-height:100%}.settings-heading{font-family:Generica,sans-serif;margin:0 0 12px;font-size:1.5rem;color:#222}.settings-nav{display:flex;flex-direction:column;gap:8px}.settings-nav-link{display:block;color:#222;background:var(--white-background);text-decoration:none;padding:10px 12px;border-radius:8px;border:none;text-align:left;font:inherit;cursor:pointer}.settings-nav-link:visited,.settings-nav-link:hover,.settings-nav-link:active,.settings-nav-link:focus{color:#222;outline:none;box-shadow:none}.settings-nav-link:hover{background:#e9ebf2}.settings-nav-link.active{background:#e0e4ee}.settings-right{background:var(--white-background);border-radius:12px;padding:1rem;margin-right:1rem;box-shadow:0 8px 20px #0000000f;min-height:100%;display:flex;flex-direction:column}.settings-section-title{font-family:Generica,sans-serif;font-size:1.5rem;margin:0 0 10px;color:#222}.settings-hint{margin:0;color:#555}@media (max-width: 800px){.settings-container{display:flex;flex-direction:column;min-height:unset}.settings-left,.settings-right{min-height:auto}}.cancel-subscription-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--off-white-background)}.cancel-subscription-card{background:var(--white-background);border-radius:18px;box-shadow:0 2px 16px var(--box-shadow-rgba);padding:2.5rem 2rem;max-width:400px;width:100%;text-align:center}.cancel-subscription-title{font-size:1.35rem;font-weight:700;margin-bottom:2rem;color:var(--text-dark)}.cancel-subscription-btn{background:var(--primary-dark-grey);color:var(--text-light);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.cancel-subscription-btn:hover{background:var(--primary-dark-grey-hover)}.subscription-cancel-card{max-width:560px;margin:0 auto;text-align:center}.subscription-cancel-title{font-size:1.35rem;font-weight:700;margin-bottom:1rem;color:#222}.subscription-current-plan{margin-top:.5rem;margin-bottom:.5rem;text-align:center;font-weight:600;font-size:1.05rem}.subscription-current-plan-label{color:#444;font-weight:600}.subscription-current-plan-title{font-weight:700;font-size:1.15rem;color:#111}.subscription-cancel-loss-text{color:#444}.subscription-cancel-btn{background:#fff;color:#000;border:1px solid #000;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,transform .08s;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent}.subscription-cancel-btn:hover{background:#f7f7f7;transform:translateY(-1px)}.subscription-cancel-actions{display:flex;justify-content:center;gap:.75rem;margin-top:.5rem}.subscription-keep-btn{border-radius:8px;padding:.7rem 1rem;font-weight:600;cursor:pointer;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent}.subscription-keep-btn{background:var(--primary-dark-grey);color:#fff;border:none;transition:background .15s,transform .08s}.subscription-keep-btn:hover{background:#222;transform:translateY(-1px)}.subscription-cancel-btn:focus,.subscription-cancel-btn:focus-visible,.subscription-cancel-btn:active,.subscription-keep-btn:focus,.subscription-keep-btn:focus-visible,.subscription-keep-btn:active{outline:none;box-shadow:none}.subscription-cancel-error{color:var(--error-red);margin-bottom:1rem}.subscription-divider{border:none;height:1px;background:#e6e7eb;margin:.25rem 0 .75rem;width:100%}.change-payment-page{padding:calc(50px + 1rem) 1rem 1rem}.payment-back-row{width:100%;margin-bottom:8px}.change-payment-container{max-width:600px;margin:0 auto}.payment-back-btn{padding:6px 10px;border-radius:8px;border:1px solid #cdd3de;background:#f3f4f6;cursor:pointer}.payment-title{font-family:Generica,sans-serif;font-size:2rem;margin-top:12px}.billing-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.billing-card{border:1px solid #d0d4dc;border-radius:12px;background:#fff;padding:10px 12px;cursor:pointer;transition:box-shadow .12s ease,border-color .12s ease,background-color .12s ease}.billing-card:hover{box-shadow:0 0 0 2px #c9ced8 inset}.billing-card.selected{box-shadow:0 0 0 2px #3b82f6 inset;border-color:#3b82f6;background:#e8f0fe}.billing-label{display:flex;align-items:center;gap:10px}.billing-label input{accent-color:var(--primary-dark-grey)}.billing-text{display:flex;flex-direction:column}.billing-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.billing-title{font-weight:700}.billing-price{font-weight:800}.billing-price span{color:#6b7280;font-weight:400}.save-badge{background:#e8f0fe;color:#1f2937;border:1px solid #c9ced8;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700}.order-card{margin-top:12px;border:1px solid #d0d4dc;border-radius:12px;background:#fff;padding:12px}.order-title{font-weight:700;margin-bottom:8px}.order-line{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.order-label{color:#111827}.order-price{font-weight:800}.order-separator{height:1px;background:#e5e7eb;margin:6px 0}.payment-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.payment-price{margin-top:8px;font-size:18px;font-weight:700}.payment-price span{color:#6b7280;font-weight:400}.renewal-card{margin-top:12px;border:1px solid #d0d4dc;border-radius:12px;background:#fff;padding:12px}.renewal-text{color:#111827}.payment-method-card{margin-top:12px;border:1px solid #d0d4dc;border-radius:12px;background:#fff;padding:12px}.payment-method-title{font-weight:700}.email-sub-right{grid-column:1 / -1}.email-sub-page{min-height:calc(100vh - 50px - 2rem);display:grid;place-items:center;padding-left:1rem;padding-right:1rem}.email-sub-page .settings-container{width:100%;display:grid;grid-template-columns:1fr;place-items:center}.email-sub-page .settings-right.email-sub-right{width:100%;max-width:560px;margin:0 0 0 auto;justify-self:center}.email-sub-divider{border:0;height:1px;background:var(--off-white-background);margin:12px 0}.email-sub-label{display:inline-flex;align-items:center;gap:10px;color:var(--primary-dark-grey)}.email-sub-checkbox{width:18px;height:18px;accent-color:#9ca3af}.email-sub-actions{margin-top:14px}.email-sub-submit{background:var(--primary-dark-grey);color:var(--text-light);border:none;border-radius:6px;padding:8px 16px;cursor:pointer}.email-sub-submit:hover{background:#262626}.legal-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:var(--off-white-background);padding:2rem 1rem;padding-top:calc(50px + 1rem)}.legal-card{width:100%;max-width:860px;background:var(--white-background);border-radius:16px;box-shadow:0 8px 24px #00000014;padding:1.5rem}.legal-title{margin:0 0 .25rem;font-size:1.75rem;font-weight:800;text-align:left}.legal-updated{margin:0 0 1rem;color:#6b7280;font-size:.9rem}.legal-section{margin:1rem 0}.legal-section h2{margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.legal-section p{margin:.25rem 0 0;color:#374151;line-height:1.6}.legal-list{margin:.25rem 0 0 1.25rem;color:#374151;line-height:1.6}.legal-list li{margin:.25rem 0}.navbar{position:fixed;top:0;width:100%;z-index:10;display:flex;justify-content:space-between;align-items:center;background-color:var(--primary-dark-grey);color:var(--text-light);height:50px;padding:0 12px;box-sizing:border-box}.navbar-left,.navbar-center,.navbar-right{height:50px;display:flex;align-items:center}.navbar-left .logo{display:inline-flex;align-items:center;height:50px;margin:0}.logo-theo{font-family:Generica,sans-serif;color:var(--logo-blue);line-height:1;display:inline-block;font-size:1.5rem}.logo-logic{font-family:Generica,sans-serif;color:var(--text-light);line-height:1;display:inline-block;font-size:1.5rem}.navbar-center .nav-links{list-style-type:none;display:flex;margin:0;padding:0}.navbar-center .nav-links li{margin-right:1rem}.navbar-center .nav-links a{color:var(--text-light);text-decoration:none}.navbar-right{margin-left:auto;display:flex;align-items:center;gap:.5rem}.navbar-right .cart-icon,.navbar-right .user-icon{color:var(--text-light);text-decoration:none;margin-left:0;position:relative}.navbar-right .user-icon{color:var(--text-light);text-decoration:none;padding:.3rem .6rem;border-radius:6px;line-height:1}.navbar-right .chat-menu-trigger{background:transparent;border:none;color:var(--text-light);padding:.3rem .6rem;border-radius:6px;font:inherit;cursor:pointer;line-height:1}.navbar-right .chat-menu-trigger:focus,.navbar-right .chat-menu-trigger:focus-visible,.navbar-right .chat-menu-trigger:active{outline:none;box-shadow:none}.navbar-right .chat-menu-trigger:hover{color:var(--logo-blue);background:transparent}.navbar-right .references-menu-trigger{color:var(--text-light);text-decoration:none;padding:.3rem .6rem;border-radius:6px;line-height:1;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.navbar-right .references-menu-trigger:hover,.navbar-right .references-menu-trigger.active{color:var(--logo-blue);background:transparent}.navbar-right .references-link{color:var(--text-light);text-decoration:none;padding:.3rem .6rem;border-radius:6px;line-height:1;display:inline-flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.navbar-right .references-link:hover{background:var(--gray-700)}.navbar-right .references-link.active{color:var(--logo-blue);background:transparent}.navbar-right .settings-link{color:var(--text-light);text-decoration:none;padding:.3rem .6rem;border-radius:6px;line-height:1;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.navbar-right .settings-link .hamburger{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:3px}.navbar-right .settings-link .hamburger-line{display:block;width:18px;height:2px;background:var(--white-background);border-radius:1px}.navbar-right .settings-link:hover{color:var(--logo-blue);background:transparent}.navbar-right .settings-link:hover .hamburger-line{background:var(--logo-blue)}.navbar-right .settings-link:focus,.navbar-right .settings-link:focus-visible,.navbar-right .settings-link:active{outline:none;box-shadow:none}.navbar-right .settings-link::-moz-focus-inner{border:0}.nav-popup-menu{position:fixed;z-index:1000;background:var(--white-background);color:var(--primary-dark-grey);border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 8px 24px var(--box-shadow-rgba);padding:6px;min-width:160px;opacity:0;transform:scale(.95) translateY(-4px);transform-origin:top right;transition:opacity .14s ease,transform .14s ease}.nav-popup-menu.chat-menu-narrow{width:180px;max-width:200px}@media (max-width: 500px){.nav-popup-menu.chat-menu-narrow{width:70vw}}.nav-popup-menu.references-menu-narrow{width:180px;max-width:200px}@media (max-width: 500px){.nav-popup-menu.references-menu-narrow{width:70vw}}.nav-popup-menu.is-opening,.nav-popup-menu.is-open{opacity:1;transform:scale(1) translateY(0)}.nav-popup-menu.is-closing{opacity:0;transform:scale(.97) translateY(-2px)}.nav-popup-item{width:100%;text-align:left;padding:8px 10px;background:transparent;border:none;color:var(--primary-dark-grey);border-radius:6px;cursor:pointer}.nav-popup-item:hover{background:var(--off-white-hover)}.navbar button:focus,.navbar button:focus-visible,.navbar button:active,.nav-popup-item:focus,.nav-popup-item:focus-visible,.nav-popup-item:active{outline:none!important;box-shadow:none!important}.navbar button,.nav-popup-item{-webkit-tap-highlight-color:transparent}.navbar-right .cart-count{background-color:var(--error-red);color:var(--text-light);border-radius:50%;padding:.2rem .5rem;font-size:.8rem;position:absolute;top:-.5rem;right:-.5rem}@media (max-width: 700px){.navbar-right .chat-menu-trigger,.navbar-right .references-menu-trigger{display:none!important}.navbar-right .settings-link{display:inline-flex!important}}.mobile-full-menu{position:fixed;top:50px;left:0;width:100%;max-height:calc(100vh - 50px);overflow-y:auto;background:var(--white-background);color:var(--primary-dark-grey);box-shadow:0 4px 12px #00000026;border-top:1px solid rgba(0,0,0,.08);padding:12px 16px 28px;box-sizing:border-box;z-index:999}.mobile-menu-section{margin-bottom:20px}.mobile-menu-section:last-of-type{margin-bottom:0}.mobile-menu-section[aria-label]:before{content:attr(aria-label);display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--logo-blue);margin:4px 0 8px}.mobile-menu-item{width:100%;text-align:left;background:var(--off-white-hover);border:1px solid rgba(0,0,0,.08);padding:10px 12px;border-radius:8px;margin-bottom:10px;font:inherit;color:var(--primary-dark-grey);cursor:pointer;line-height:1.2;transition:background .12s ease,color .12s ease}.mobile-menu-item:last-child{margin-bottom:0}.mobile-menu-item:hover{background:var(--off-white)}.mobile-menu-item:active{background:var(--off-white-hover)}@media (min-width: 701px){.mobile-full-menu{display:none!important}}:root{color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}body{font-family:sans-serif;background-color:#f9f9f9;color:var(--primary-dark-grey)}.navbar-wrapper{width:100%}.app-content{width:100%;padding:2rem;display:flex;justify-content:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em;background-color:#fff;border-radius:.5rem;box-shadow:0 0 10px #0000000d}.read-the-docs{color:#888}
