@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&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}.chat-container{align-content:center;background:#fff;bottom:0;flex-direction:column;height:100dvh;left:0;margin-left:0;max-width:none;position:fixed;right:0;top:0;width:100%}.chat-box,.chat-container{display:flex;overflow:hidden}.chat-box{padding:0 2rem 2rem}.chat-box,.messages{flex:1 1;flex-direction:column}.messages{-webkit-overflow-scrolling:touch;display:flex;gap:1.5rem;overflow-y:auto;overscroll-behavior:contain;padding:2rem 0}.message{border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;margin-right:2rem;max-width:50%;padding:.8rem 1rem}.message.user{align-self:flex-end;background-color:#1a1a1a;border:1px solid #1a1a1a;color:#fff}.message.assistant{align-self:flex-start;background-color:#fff;border:1px solid #e5e5e5;color:#1a1a1a}.message.error{align-self:center;background-color:#fff;border:1px solid #fecaca;color:#dc2626;max-width:90%}.message-content{word-wrap:break-word;font-size:.95rem;font-weight:400;max-width:100%;overflow-wrap:break-word;white-space:pre-wrap;word-break:break-word}.input-form{background:#fff;border-top:1px solid #e5e5e5;display:flex;gap:1rem;padding:2rem}.query-input{background:#fff;border:1px solid #e5e5e5;border-radius:0;flex:1 1;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.2;margin-left:-2%;min-height:1.2rem;outline:none;overflow:hidden;padding:1rem 1.25rem;resize:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.query-input:focus{background:#fff;border-color:#1a1a1a}.submit-button{align-self:flex-end;background-color:#1a1a1a;border:1px solid #1a1a1a;color:#fff;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;margin-right:-2%;padding:1rem 2rem;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.submit-button:hover{background-color:#fff;color:#1a1a1a}.submit-button:disabled{background-color:#e5e5e5;border-color:#e5e5e5;color:#a3a3a3;cursor:not-allowed}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;display:inline-block;height:20px;margin-right:8px;width:20px}.char-counter{color:#555;font-size:.85rem;margin-top:4px;padding-right:10px;text-align:right}.hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:2rem;justify-content:space-around;left:2rem;padding:0;position:fixed;top:2.5rem;width:2rem;z-index:1001}.hamburger span{background:#1a1a1a;height:2px;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.hamburger.open span:first-child{transform:rotate(45deg) translate(4px,4px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.sidebar-overlay{background:#0000004d;height:100%;width:100%;z-index:999}.side-bar,.sidebar-overlay{left:0;position:fixed;top:0}.side-bar{background-color:#fff;border-right:1px solid #e5e5e5;height:100dvh;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:25vw;z-index:1000}.side-bar.open{transform:translateX(0)}.sidebar-content{display:flex;flex-direction:column;height:100%;padding:3rem 2rem}.sidebar-header{border-bottom:1px solid #e5e5e5;margin-bottom:1rem;padding-bottom:1rem}.sidebar-header h2{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:600;margin:0;padding-left:2.5rem}.sidebar-nav{margin-top:0}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav li{border:1px solid #0000;color:#4a4a4a;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:400;margin:.5rem 0;padding:1rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-nav li:hover{background-color:#f8f9fa;border-color:#e5e5e5;color:#1a1a1a}.sidebar-nav li.active{background-color:#1a1a1a;border-color:#1a1a1a;color:#fff}.sidebar-nav li.active:hover{background-color:#2980b9}.sidebar-signout{border-top:1px solid #e5e5e5;margin-top:auto;padding-top:2rem}.signout-button{border:1px solid #000;color:#000;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:500;padding:1rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.signout-button:hover{background-color:#f8f9fa;transform:translateY(-1px)}.signout-button:active{transform:translateY(0)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.side-bar{width:280px}.chat-container{margin-left:0;width:100%}.chat-box{padding:0 1.5rem 1.5rem}.messages{gap:1.25rem;padding:1.5rem 0}.message{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;margin-right:0;max-width:85%;padding:.8rem 1rem}.input-form{gap:.75rem;padding:1.5rem 1rem 1rem}.query-input{margin-left:-5%;padding:.875rem 1rem}.submit-button{font-size:.8rem;padding:.875rem 1.5rem}.sidebar-content{padding:2rem 1.5rem}.sidebar-header{margin-bottom:1.5rem;padding-bottom:1.5rem}.sidebar-nav li{margin:.25rem 0;padding:.875rem 1.25rem}.hamburger{left:1.5rem;top:1.5rem}}.app-banner{align-items:center;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;gap:1.5rem;justify-content:center;padding:2rem 0;position:-webkit-sticky;position:sticky;text-align:center;top:0;width:100dvw;z-index:100}.app-banner h1{color:#1a1a1a;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.5rem;font-weight:400;letter-spacing:-.02em;margin:0 0 0 2rem;padding-left:1rem;transition:color .3s ease}.app-banner h1:hover{color:#374151}.app-banner img{height:50px;vertical-align:middle;width:auto}*,:after,:before{box-sizing:border-box}body,html{margin:0;overflow-x:clip}.homepage-wrapper{background:#fff;padding-bottom:5%;width:100%}.homepage-container{display:block;margin:0 auto;width:100%}.homepage-content{background:#fff;margin-inline:auto;max-width:70dvw;min-width:0;padding:clamp(16px,3vw,48px);position:relative;text-align:center;width:100%}.homepage-features{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:5rem}img,svg{display:block;height:auto;max-width:100%}.homepage-title{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:3.5rem;font-weight:300;letter-spacing:-.02em;margin-bottom:1.5rem}.homepage-subtitle{color:#666;font-size:1.25rem;letter-spacing:.1em;margin-bottom:2rem;text-transform:uppercase}.homepage-description,.homepage-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400}.homepage-description{color:#4a4a4a;font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:700px;padding-bottom:10dvh}.feature-card{background:#fff;border:1px solid #e5e5e5;padding:2.5rem 2rem;position:relative;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover{border-color:#1a1a1a;transform:translateY(-2px)}.feature-icon{color:#1a1a1a;display:block;margin-bottom:1.5rem}.feature-card h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card h3,.feature-card p{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.feature-card p{color:#666;font-size:.95rem;font-weight:400;line-height:1.6}.homepage-cta{background:#1a1a1a;color:#fff;margin-top:2rem;padding:3rem;text-align:center}.homepage-cta h3{font-size:1.5rem;font-weight:500;margin:0 0 1rem}.homepage-cta h3,.homepage-cta p{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.homepage-cta p{font-size:1rem;font-weight:400;margin:0 0 2rem;opacity:.8}.cta-button{background:#fff;border:1px solid #fff;color:#1a1a1a;cursor:pointer;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;padding:.875rem 2rem;text-transform:uppercase;transition:all .3s ease}.cta-button:hover{background:#0000;color:#fff}@media (max-width:768px){.hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:30px;justify-content:space-around;left:20px;padding:0;position:fixed;top:25px;width:30px;z-index:1001}.homepage-wrapper{min-height:100vh}.homepage-container{padding:1rem 0}.homepage-content{display:flex;flex-direction:column;height:auto;justify-content:center;margin:0;max-width:100%;min-height:auto;padding:3rem 5rem;width:100%}.homepage-title{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;margin-top:0}.homepage-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.homepage-description{font-size:1rem;line-height:1.5;margin-bottom:2.5rem;padding-bottom:5dvh}.homepage-features{gap:2rem;grid-template-columns:1fr;margin-bottom:3rem}.feature-card{margin:0;padding:2rem 1.5rem;text-align:center}.feature-icon{margin-bottom:1rem}.feature-card h3{font-size:1.1rem;margin-bottom:.8rem}.feature-card p{font-size:.9rem;line-height:1.4}.homepage-cta{margin-top:1.5rem;padding:2rem 1.5rem}.homepage-cta h3{font-size:1.3rem;margin-bottom:.8rem}.homepage-cta p{font-size:.95rem;line-height:1.4;margin-bottom:1.5rem}.cta-button{font-size:.8rem;padding:.75rem 1.5rem}}@media (max-width:450px){.homepage-wrapper{padding:0}.homepage-container{width:100dvw}.homepage-content{padding:2rem 1.5rem;width:100%}.hero-section{margin-bottom:3rem}.homepage-title{font-size:2rem;line-height:1.2;margin-bottom:1rem;margin-top:0}.homepage-subtitle{font-size:1rem;margin-bottom:1rem}.homepage-description{font-size:.95rem;line-height:1.4;margin-bottom:2rem}.homepage-features{gap:1.5rem;margin-bottom:2.5rem}.feature-card{padding:1.5rem 1rem}.feature-icon{margin-bottom:.8rem}.homepage-cta{padding:1.5rem 1rem}.homepage-cta h3{font-size:1.2rem}.cta-button{font-size:.75rem;padding:.6rem 1.2rem}.message-content{word-wrap:break-word;font-size:.85rem;font-weight:400;max-width:100%;overflow-wrap:break-word;white-space:pre-wrap;word-break:break-word}.submit-button{margin-right:-5%}.query-input{margin-left:-5%}}@media (max-width:768px){.app-banner{gap:1rem;padding:1rem 0}.app-banner h1{font-size:2rem;padding-left:1rem}.app-banner img{height:45px}.signout-button{width:100%}}.auth-container{background:#fff;display:flex;flex-direction:column;min-height:100dvh}.auth-content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.auth-card{background:#fff;border:1px solid #e5e5e5;border-radius:0;box-shadow:none;max-width:75dvw;padding:2rem;position:relative;width:50%}.auth-header{margin-bottom:2rem;text-align:center}.auth-header h1{color:#1a1a1a;font-size:2.5rem;font-weight:300;letter-spacing:-.02em;margin-bottom:1rem}.auth-header h1,.auth-header p{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.auth-header p{color:#666;font-size:1.125rem;font-weight:400;letter-spacing:.1em;margin:0;text-transform:uppercase}.auth-form{margin-bottom:2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1.5rem}.form-group label{color:#1a1a1a;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group label{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.form-group input{background:#fff;border:1px solid #e5e5e5;border-radius:0;font-size:1rem;outline:none;padding:1rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.form-group input:focus{background:#fff;border-color:#1a1a1a}.form-group input::placeholder{color:#a3a3a3}.form-options{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.checkbox-container{align-items:center;color:#4a4a4a;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;position:relative}.checkbox-container input[type=checkbox]{display:none}.checkmark{background:#fff;border:1px solid #e5e5e5;border-radius:0;height:20px;margin-right:.75rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:20px}.checkbox-container input[type=checkbox]:checked+.checkmark{background:#1a1a1a;border-color:#1a1a1a}.checkbox-container input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.forgot-password{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.forgot-password:hover{color:#666;text-decoration:underline}.terms-link{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;text-decoration:none}.terms-link:hover{color:#666;text-decoration:underline}.auth-button{background:#1a1a1a;border:1px solid #1a1a1a;border-radius:0;color:#fff;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;padding:1rem 2rem;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.auth-button:hover{background:#fff;color:#1a1a1a}.auth-button:active{transform:none}.auth-divider{margin:2rem 0;position:relative;text-align:center}.auth-divider:before{background:#e5e5e5;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.auth-divider span{background:#fff;color:#666;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;padding:0 1rem}.social-auth{margin-bottom:2rem}.social-button{align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:0;color:#4a4a4a;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;gap:.75rem;justify-content:center;padding:1rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.social-button:hover{background:#f8f9fa;border-color:#1a1a1a;color:#1a1a1a}.social-button.google{border-color:#e5e5e5}.auth-footer{color:#666;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;text-align:center}.auth-link{color:#1a1a1a;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-link:hover{color:#666;text-decoration:underline}.auth-success{animation:slideIn .5s ease-out;background:#f0fdf4;border:1px solid #10b981;border-radius:8px;gap:1rem;margin-bottom:2rem;padding:1.5rem}.auth-success,.success-icon{align-items:center;display:flex}.success-icon{background:#10b981;border-radius:50%;color:#fff;flex-shrink:0;font-size:14px;font-weight:700;height:24px;justify-content:center;width:24px}.auth-success p{color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:500;line-height:1.5;margin:0}.auth-error{animation:slideIn .5s ease-out;background:#fef2f2;border:1px solid #ef4444;border-radius:8px;gap:1rem;margin-bottom:2rem;padding:1.5rem}.auth-error,.error-icon{align-items:center;display:flex}.error-icon{background:#ef4444;border-radius:50%;color:#fff;flex-shrink:0;font-size:14px;font-weight:700;height:24px;justify-content:center;width:24px}.auth-error p{color:#b91c1c;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:500;line-height:1.5;margin:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.auth-content{padding:1rem}.auth-card{margin:1rem;max-width:90dvw;padding:2rem;width:100%}.auth-header h1{font-size:2rem}.form-row{gap:0;grid-template-columns:1fr}.form-options{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.auth-content{padding:1rem}.auth-card{margin:1rem;max-width:90dvw;padding:2rem;width:100%}.auth-header h1{font-size:2rem}.form-row{gap:0;grid-template-columns:1fr}.form-options{align-items:flex-start;flex-direction:column}}.verse-of-day-banner{align-items:center;background:#0000;display:flex;font-family:Georgia,serif;justify-content:center;margin:0 auto;max-width:100dvw;padding-bottom:2.5dvh;position:relative}.verse-content{background:#fff;box-shadow:0 8px 16px #0000001a;display:flex;flex-direction:column;gap:.5rem;margin:0 auto;padding:1rem;text-align:center;width:100dvw}.verse-reference{color:#2c3e50;font-size:1.2rem;font-weight:700}.verse-text{color:#2c3e50;font-size:1.1rem;font-style:italic;line-height:1.5;margin:0 auto;width:100%}@media (max-width:768px){.verse-of-day-banner{min-width:280px;width:100vw}.verse-content{box-shadow:0 4px 16px #0000001a;display:flex;flex-direction:column;height:auto;justify-content:center;margin:0;min-height:auto;padding:1.2rem;width:100%}.verse-reference{font-size:1.1rem}.verse-text{font-size:1rem}}@media (max-width:480px){.verse-of-day-banner{min-width:250px;width:100vw}.verse-content{padding:1rem}}
/*# sourceMappingURL=main.919e3494.css.map*/