.scripture-lookup-overlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.scripture-lookup-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.scripture-lookup-header{color:#333;background:linear-gradient(135deg,#daa520,#b8860b);border-bottom:1px solid #e0d7c7;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.scripture-lookup-header h3{margin:0;font-family:Georgia,serif;font-size:1.5rem;font-weight:600}.scripture-lookup-header .close-btn{cursor:pointer;color:#333;background:0 0;border:none;border-radius:8px;padding:.5rem;font-size:1.5rem;transition:background-color .2s}.scripture-lookup-header .close-btn:hover{background:#fff3}.scripture-lookup-content{flex:1;padding:1.5rem;overflow-y:auto}.search-controls{margin-bottom:2rem}.search-type-tabs{background:#f8f5f0;border-radius:8px;gap:.5rem;margin-bottom:1rem;padding:.25rem;display:flex}.search-type-tabs .tab{cursor:pointer;color:#666;background:0 0;border:none;border-radius:6px;flex:1;padding:.75rem 1rem;font-weight:500;transition:all .2s}.search-type-tabs .tab.active{color:#333;background:#fff;box-shadow:0 2px 4px #0000001a}.search-input-group{align-items:center;gap:.75rem;display:flex}.search-input{background:#fff;border:2px solid #e0d7c7;border-radius:8px;flex:1;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.search-input:focus{border-color:#daa520;outline:none;box-shadow:0 0 0 3px #daa5201a}.version-select{cursor:pointer;background:#fff;border:2px solid #e0d7c7;border-radius:8px;min-width:200px;padding:.875rem 1rem;font-size:.9rem}.search-button{color:#333;cursor:pointer;background:linear-gradient(135deg,#daa520,#b8860b);border:none;border-radius:8px;min-width:60px;padding:.875rem 1.5rem;font-weight:600;transition:all .2s}.search-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #daa5204d}.search-button:disabled{opacity:.6;cursor:not-allowed}.quick-references{margin-bottom:2rem}.quick-references h4{color:#333;margin:0 0 1rem;font-family:Georgia,serif;font-size:1.1rem}.quick-refs-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;display:grid}.quick-ref-btn{cursor:pointer;color:#333;background:#f8f5f0;border:1px solid #e0d7c7;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.quick-ref-btn:hover{background:#fff;border-color:#daa520;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.search-results{flex:1}.results-header{border-bottom:1px solid #e0d7c7;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.results-header h4{color:#333;margin:0;font-family:Georgia,serif;font-size:1.1rem}.results-count{color:#666;font-size:.9rem;font-style:italic}.passages-list{flex-direction:column;gap:1rem;display:flex}.passage-item{background:#f8f5f0;border:1px solid #e0d7c7;border-radius:12px;padding:1.25rem;transition:all .2s}.passage-item:hover{background:#fff;border-color:#daa520;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.passage-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.passage-reference{color:#333;font-family:Georgia,serif;font-size:1.1rem;font-weight:600}.passage-version{color:#666;background:#e0d7c7;border-radius:4px;padding:.25rem .5rem;font-size:.85rem}.passage-text{color:#333;margin-bottom:1rem;font-size:1rem;font-style:italic;line-height:1.6}.insert-button{color:#333;cursor:pointer;background:linear-gradient(135deg,#daa520,#b8860b);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.insert-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #daa5204d}.no-results{text-align:center;color:#666;padding:3rem 1rem}.no-results p{margin:.5rem 0}.suggestion{font-size:.9rem;font-style:italic}@media (max-width:768px){.scripture-lookup-overlay{padding:.5rem}.scripture-lookup-modal{max-height:95vh}.search-input-group{flex-direction:column;gap:.75rem}.version-select{width:100%;min-width:auto}.quick-refs-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.passage-header{flex-direction:column;align-items:flex-start;gap:.5rem}}
.sermon-editor-overlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.sermon-editor-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:1200px;height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.sermon-editor-header{color:#333;background:linear-gradient(135deg,#daa520,#b8860b);border-bottom:1px solid #e0d7c7;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.editor-title-section{flex:1;margin-right:2rem}.sermon-title-input{color:#333;background:#fff;border:2px solid #e0d7c7;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:Georgia,serif;font-size:1.2rem;font-weight:600}.sermon-title-input:focus{border-color:#fff;outline:none;box-shadow:0 0 0 3px #fff3}.editor-actions{align-items:center;gap:.75rem;display:flex}.sermon-editor-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.editor-toolbar{background:#f8f5f0;border-bottom:1px solid #e0d7c7;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.toolbar-group{background:#fff;border:1px solid #e0d7c7;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem;display:flex}.toolbar-group button{cursor:pointer;color:#333;background:#fff;border:1px solid #e0d7c7;border-radius:4px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:.5rem .75rem;font-weight:600;transition:all .2s;display:flex}.toolbar-group button:hover{color:#333;background:#daa520;border-color:#b8860b}.toolbar-group button:active{transform:translateY(1px)}.toolbar-group select{color:#333;cursor:pointer;background:#fff;border:1px solid #e0d7c7;border-radius:4px;min-width:150px;padding:.5rem}.toolbar-group select:focus{border-color:#daa520;outline:none}.editor-main{flex:1;display:flex;overflow:hidden}.sermon-editor{color:#333;background:#fff;border:none;outline:none;flex:1;padding:2rem;font-family:Georgia,serif;font-size:1.1rem;line-height:1.6;overflow-y:auto}.sermon-editor:empty:before{content:attr(data-placeholder);color:#999;font-style:italic}.sermon-editor h1{color:#333;border-bottom:2px solid #daa520;margin:1.5rem 0 1rem;padding-bottom:.5rem;font-size:2rem;font-weight:700}.sermon-editor h2{color:#333;margin:1.25rem 0 .75rem;font-size:1.5rem;font-weight:600}.sermon-editor h3{color:#333;margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600}.sermon-editor p{margin:.75rem 0;line-height:1.6}.sermon-editor ul,.sermon-editor ol{margin:.75rem 0;padding-left:2rem}.sermon-editor li{margin:.25rem 0;line-height:1.5}.sermon-editor strong{color:#333;font-weight:700}.sermon-editor em{color:#666;font-style:italic}.sermon-editor u{text-decoration:underline}.outline-panel{z-index:10;background:#f8f5f0;border-left:1px solid #e0d7c7;flex-direction:column;width:300px;height:100%;display:flex;position:absolute;top:0;right:0}.outline-header{color:#333;background:linear-gradient(135deg,#daa520,#b8860b);border-bottom:1px solid #e0d7c7;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.outline-header h4{margin:0;font-family:Georgia,serif;font-size:1.1rem;font-weight:600}.outline-header button{cursor:pointer;color:#333;background:0 0;border:none;border-radius:4px;padding:.5rem;font-size:1.2rem;transition:background-color .2s}.outline-header button:hover{background:#fff3}.outline-content{flex:1;padding:1rem;overflow-y:auto}.outline-content ul{margin:0;padding:0;list-style:none}.outline-content li{color:#333;border-bottom:1px solid #e0d7c7;padding:.5rem 0;font-size:.9rem;line-height:1.4}.outline-content li:last-child{border-bottom:none}.outline-content p{color:#666;text-align:center;margin:2rem 0;font-style:italic}@media (max-width:768px){.sermon-editor-overlay{padding:.5rem}.sermon-editor-modal{height:95vh}.sermon-editor-header{flex-direction:column;align-items:stretch;gap:1rem}.editor-title-section{margin-right:0}.editor-actions{justify-content:center}.editor-toolbar{flex-direction:column;align-items:stretch;gap:.75rem}.toolbar-group{justify-content:center}.outline-panel{width:100%;height:auto;max-height:300px;position:relative}}@media (max-width:480px){.sermon-editor{padding:1rem;font-size:1rem}.toolbar-group button{min-width:28px;height:28px;font-size:.9rem}}
.sermon-assistance{color:#333;background:#f5f1e8;min-height:100vh;font-family:Georgia,Times New Roman,serif;position:relative}.sermon-assistance .container{z-index:1;max-width:1200px;margin:0 auto;padding:2rem 1rem;position:relative}.sermon-assistance .header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin-bottom:3rem;padding:2rem 0;box-shadow:0 8px 32px #0000001a}.sermon-assistance .header-content{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.sermon-assistance .header-text{text-align:left;flex:1}.sermon-assistance .header-actions{align-items:center;gap:1rem;display:flex}.sermon-assistance .conversation-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-left:1px solid #e0d7c7;flex-direction:column;width:400px;height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 32px #0000001a}.sermon-assistance .sidebar-header{color:#333;background:linear-gradient(135deg,#daa520,#b8860b);border-bottom:1px solid #e0d7c7;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.sermon-assistance .sidebar-header h3{margin:0;font-family:Georgia,serif;font-size:1.2rem;font-weight:600}.sermon-assistance .close-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem;font-size:1.2rem;transition:background-color .2s}.sermon-assistance .close-btn:hover{background:#fff3}.sermon-assistance .conversation-list{flex:1;padding:1rem;overflow-y:auto}.sermon-assistance .conversation-item{cursor:pointer;background:#f8f5f0;border:1px solid #e0d7c7;border-radius:12px;margin-bottom:.5rem;padding:1rem;transition:all .2s}.sermon-assistance .conversation-item:hover{background:#fff;border-color:#daa520;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.sermon-assistance .conversation-item.active{color:#333;background:linear-gradient(135deg,#daa520,#b8860b);border-color:#b8860b}.sermon-assistance .conversation-title{margin-bottom:.5rem;font-family:Georgia,serif;font-size:1rem;font-weight:600;line-height:1.4}.sermon-assistance .conversation-meta{color:#666;opacity:.8;font-size:.85rem}.sermon-assistance .conversation-item.active .conversation-meta{color:#333;opacity:.9}.sermon-assistance .empty-state{text-align:center;color:#666;padding:2rem 1rem}.sermon-assistance .empty-state p{margin:0;font-style:italic}.sermon-assistance .header h1{color:#333;text-shadow:0 2px 4px #0000001a;margin:0 0 1rem;font-family:Georgia,serif;font-size:3rem;font-weight:700}.sermon-assistance .header .subtitle{color:#666;margin:0 0 1.5rem;font-size:1.2rem;line-height:1.6}.sermon-assistance .header .description{color:#8b7355;max-width:600px;margin:0 auto;font-size:1rem;line-height:1.5}.sermon-assistance .starters-section{margin-bottom:3rem}.sermon-assistance .starters-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.sermon-assistance .starter-card{cursor:pointer;background:#ffffffe6;border:2px solid #e0d7c7;border-radius:16px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.sermon-assistance .starter-card:before{content:"";background:linear-gradient(135deg,#daa520,#b8860b);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.sermon-assistance .starter-card:hover:before{transform:scaleX(1)}.sermon-assistance .starter-card:hover{background:#fff;border-color:#daa520;transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.sermon-assistance .starter-card .icon{color:#333;background:linear-gradient(135deg,#daa520,#b8860b);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.sermon-assistance .starter-card h3{color:#333;margin:0 0 .5rem;font-family:Georgia,serif;font-size:1.2rem;font-weight:600}.sermon-assistance .starter-card p{color:#666;margin:0;font-size:.95rem;line-height:1.5}.sermon-assistance .chat-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e0d7c7;border-radius:20px;flex-direction:column;max-height:70vh;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000001a}.sermon-assistance .chat-header{color:#333;background:linear-gradient(135deg,#daa520,#b8860b);border-bottom:1px solid #e0d7c7;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.sermon-assistance .chat-header .icon{background:#fff3;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;display:flex}.sermon-assistance .chat-header h2{margin:0;font-family:Georgia,serif;font-size:1.3rem;font-weight:600}.sermon-assistance .chat-messages{flex-direction:column;flex:1;gap:1rem;max-height:50vh;padding:1.5rem;display:flex;overflow-y:auto}.sermon-assistance .message{gap:.75rem;animation:.3s fadeInUp;display:flex}.sermon-assistance .message.user{flex-direction:row-reverse}.sermon-assistance .message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;display:flex}.sermon-assistance .message.user .message-avatar{color:#333;background:linear-gradient(135deg,#daa520,#b8860b)}.sermon-assistance .message.assistant .message-avatar{color:#fff;background:linear-gradient(135deg,#8b7355,#6b5b47)}.sermon-assistance .message-content{flex:1;max-width:80%}.sermon-assistance .message.user .message-content{text-align:right}.sermon-assistance .message-bubble{background:#f8f5f0;border:1px solid #e0d7c7;border-radius:16px;padding:1rem 1.25rem;position:relative;box-shadow:0 2px 8px #0000000d}.sermon-assistance .message.user .message-bubble{color:#333;background:linear-gradient(135deg,#daa520,#b8860b);border-color:#b8860b}.sermon-assistance .message.assistant .message-bubble{background:#fff;border-color:#e0d7c7}.sermon-assistance .message-text{white-space:pre-wrap;margin:0;font-size:.95rem;line-height:1.6}.sermon-assistance .message-time{color:#999;text-align:right;margin-top:.5rem;font-size:.8rem}.sermon-assistance .message.user .message-time{text-align:left}.sermon-assistance .loading-message{background:#f8f5f0;border:1px solid #e0d7c7;border-radius:16px;align-items:center;gap:.75rem;margin:0 0 0 52px;padding:1rem 1.25rem;display:flex}.sermon-assistance .loading-dots{gap:.25rem;display:flex}.sermon-assistance .loading-dot{background:#daa520;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both loadingBounce}.sermon-assistance .loading-dot:first-child{animation-delay:-.32s}.sermon-assistance .loading-dot:nth-child(2){animation-delay:-.16s}.sermon-assistance .streaming-message{background:#f8f5f0;border:1px solid #e0d7c7;border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.sermon-assistance .streaming-indicator{flex:1;align-items:center;gap:.5rem;display:flex}.sermon-assistance .streaming-text{color:#666;font-size:.9rem;font-style:italic}.sermon-assistance .streaming-dots{gap:.25rem;display:flex}.sermon-assistance .streaming-dot{background:#daa520;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite streaming-pulse}.sermon-assistance .streaming-dot:first-child{animation-delay:0s}.sermon-assistance .streaming-dot:nth-child(2){animation-delay:.2s}.sermon-assistance .streaming-dot:nth-child(3){animation-delay:.4s}@keyframes streaming-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.sermon-assistance .chat-input{background:#f8f5f0;border-top:1px solid #e0d7c7;padding:1.5rem}.sermon-assistance .input-form{align-items:flex-end;gap:1rem;display:flex}.sermon-assistance .input-wrapper{flex:1;position:relative}.sermon-assistance .message-input{color:#333;resize:none;box-sizing:border-box;background:#fff;border:2px solid #e0d7c7;border-radius:12px;width:100%;min-height:50px;max-height:120px;padding:.75rem 1rem;font-family:Georgia,serif;font-size:.95rem;transition:all .2s}.sermon-assistance .message-input::placeholder{color:#999}.sermon-assistance .message-input:focus{border-color:#daa520;outline:none;box-shadow:0 0 0 3px #daa52033}.sermon-assistance .send-button{color:#333;cursor:pointer;background:linear-gradient(135deg,#daa520,#b8860b);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:100px;height:50px;padding:.75rem 1.5rem;font-family:Georgia,serif;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #b8860b4d}.sermon-assistance .send-button:hover:not(:disabled){background:linear-gradient(135deg,gold,#daa520);transform:translateY(-2px);box-shadow:0 6px 16px #b8860b66}.sermon-assistance .send-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.sermon-assistance .send-button .icon{font-size:1rem}.sermon-assistance .quick-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.sermon-assistance .quick-action{color:#666;cursor:pointer;background:#fffc;border:1px solid #e0d7c7;border-radius:20px;padding:.5rem 1rem;font-family:Georgia,serif;font-size:.85rem;transition:all .2s}.sermon-assistance .quick-action:hover{color:#333;background:#daa520;border-color:#b8860b;transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes loadingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:768px){.sermon-assistance .container{padding:1rem .5rem}.sermon-assistance .header-content{flex-direction:column;gap:1rem}.sermon-assistance .header-text{text-align:center}.sermon-assistance .header h1{font-size:2.2rem}.sermon-assistance .starters-grid{grid-template-columns:1fr;gap:1rem}.sermon-assistance .chat-container{max-height:60vh}.sermon-assistance .chat-messages{max-height:40vh}.sermon-assistance .input-form{flex-direction:column;gap:.75rem}.sermon-assistance .send-button{width:100%}.sermon-assistance .quick-actions{justify-content:center}.sermon-assistance .conversation-sidebar{width:100vw;right:0}}@media (max-width:480px){.sermon-assistance .header{padding:1.5rem 1rem}.sermon-assistance .header h1{font-size:1.8rem}.sermon-assistance .starter-card,.sermon-assistance .chat-input{padding:1rem}}.sermon-assistance .chat-messages::-webkit-scrollbar{width:6px}.sermon-assistance .chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.sermon-assistance .chat-messages::-webkit-scrollbar-thumb{background:#daa520;border-radius:3px}.sermon-assistance .chat-messages::-webkit-scrollbar-thumb:hover{background:#b8860b}
