*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1e3a5f;--primary-dark: #152a45;--primary-light: #2a4d7a;--secondary: #33c3f0;--secondary-dark: #00a8d4;--accent: #f5a623;--accent-light: #ffbe4d;--success: #10b981;--warning: #f5a623;--error: #ef4444;--text: #1e3a5f;--text-light: #5a6d82;--bg: #f0f7fc;--bg-card: #ffffff;--border: #d4e5f2;--gradient: linear-gradient(135deg, #1e3a5f 0%, #33c3f0 100%);--gradient-warm: linear-gradient(135deg, #f5a623 0%, #ff8c00 100%)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text);line-height:1.6}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;color:#1e3a5f;padding:15px 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a;border-bottom:3px solid #33c3f0}.logo{display:flex;align-items:center}.logo-image{height:80px;width:auto;object-fit:contain}.logo h1{font-size:28px;font-weight:700;letter-spacing:-.5px}.tagline{font-size:14px;opacity:.9;display:block;margin-top:2px}.header-nav{display:flex;align-items:center;gap:20px}.nav-link{color:var(--primary);text-decoration:none;font-size:15px;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background .2s,color .2s}.nav-link:hover{background:var(--bg);color:var(--secondary-dark)}.nav-link.active{background:var(--primary);color:#fff}.header-actions{display:flex;align-items:center;gap:15px}.user-email{font-size:14px;color:#1e3a5f}.logout-btn,.history-btn,.admin-btn,.manage-btn{background:#1e3a5f;border:none;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.logout-btn:hover,.history-btn:hover,.admin-btn:hover,.manage-btn:hover{background:#2a4d7a}.login-btn{background:var(--gradient);border:none;color:#fff;padding:10px 24px;border-radius:25px;cursor:pointer;font-size:15px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #1e3a5f4d}.login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e3a5f66}.main-content{flex:1;max-width:900px;margin:0 auto;padding:30px 20px;width:100%}.main-content.landing-layout{max-width:100%;padding:0}.footer{background:var(--primary);color:#fff;text-align:center;padding:20px}.footer p{font-size:14px;opacity:.8}.footer-small{font-size:12px;margin-top:5px;opacity:.6}.footer-small a{color:#fff;text-decoration:none}.footer-small a:hover{text-decoration:underline}.footer-links{font-size:12px;margin-top:10px;opacity:.8}.footer-links a,.footer-link{color:#fff;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:rgba(255,255,255,.3)}.footer-links a:hover,.footer-link:hover{text-decoration:underline}.login-container{text-align:center;padding:60px 40px;background:var(--bg-card);border-radius:16px;box-shadow:0 4px 20px #00000014;max-width:500px;margin:0 auto}.login-container h2{margin-bottom:15px;font-size:28px;color:var(--primary)}.login-container .login-description{color:var(--text-light);margin-bottom:30px;font-size:16px;line-height:1.6}.login-form{margin-bottom:25px}.input-group{margin-bottom:20px;text-align:left}.input-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--text);font-size:14px}.input-group input{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:10px;font-size:16px;transition:border-color .2s,box-shadow .2s}.input-group input:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #33c3f026}.input-group input::placeholder{color:var(--text-light)}.button{padding:14px 28px;font-size:16px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .2s}.button.primary{width:100%;background:var(--gradient);color:#fff}.button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1e3a5f4d}.button.primary:disabled{opacity:.6;cursor:not-allowed}.button.secondary{background:transparent;color:var(--primary);border:2px solid var(--primary)}.button.secondary:hover{background:var(--primary);color:#fff}.login-info{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.login-info p{font-size:14px;color:var(--text-light);margin:0}.error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.pricing-preview{margin-top:40px;padding-top:30px;border-top:1px solid var(--border)}.pricing-preview h3{font-size:20px;color:var(--text);margin-bottom:10px}.pricing-preview>p{color:var(--text-light);margin-bottom:25px}.price-options{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.price-card{background:var(--bg);border:2px solid var(--border);border-radius:12px;padding:25px 15px;text-align:center}.price-card .price{display:block;font-size:32px;font-weight:700;color:var(--primary)}.price-card .period{font-size:14px;color:var(--text-light)}.price-card p{margin-top:10px;font-size:13px;color:var(--text-light)}.price-card.discount{background:linear-gradient(135deg,#fff8eb,#fff5e0);border-color:#f5d89a}.price-card.discount .badge{display:inline-block;background:var(--accent);color:#fff;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;margin-bottom:10px}.price-card.discount .price{font-size:18px;color:#c47f17}.price-card.discount a{color:#2563eb;text-decoration:none}.price-card.discount a:hover{text-decoration:underline}.discount-contact{margin-top:10px;font-size:14px;font-weight:600}.discount-contact a{color:var(--secondary-dark)}.email-sent{padding:20px 0}.email-sent .email-icon{font-size:60px;margin-bottom:20px}.email-sent h2{margin-bottom:15px}.email-sent .email-address{font-weight:600;color:var(--primary);font-size:18px;margin-bottom:20px}.email-sent .email-instructions{color:var(--text-light);margin-bottom:30px}.upload-container{background:var(--bg-card);border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.upload-intro{text-align:center;margin-bottom:30px}.upload-intro h2{font-size:24px;margin-bottom:10px}.upload-intro p{color:var(--text-light)}.upload-section{margin-bottom:30px}.upload-section h3{font-size:18px;margin-bottom:15px;color:var(--text)}.section-description{color:var(--text-light);font-size:14px;margin-bottom:15px}.file-drop-zone{margin-bottom:20px}.file-drop-zone input[type=file]{display:none}.file-drop-zone label{display:block;padding:40px 20px;border:2px dashed var(--border);border-radius:12px;cursor:pointer;text-align:center;transition:all .2s;background:var(--bg)}.file-drop-zone label:hover{border-color:var(--secondary);background:#e8f7fc}.file-drop-zone label.has-file{border-color:var(--success);border-style:solid;background:#ecfdf5}.sermon-title-input{margin-top:15px}.sermon-title-input label{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:6px}.sermon-title-input input{width:100%;padding:12px 15px;border:1px solid var(--border);border-radius:8px;font-size:16px;transition:border-color .2s,box-shadow .2s}.sermon-title-input input:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #33c3f01a}.sermon-title-input input:disabled{background:var(--bg);cursor:not-allowed}.sermon-location-row{display:flex;gap:12px}.sermon-location-row .sermon-title-input{flex:1}.file-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px}.upload-icon{font-size:40px}.file-hint{font-size:12px;color:var(--text-light)}.file-selected{display:flex;flex-direction:column;align-items:center;gap:8px}.file-icon{font-size:32px}.file-name{font-weight:600;color:var(--text)}.file-size{font-size:14px;color:var(--text-light)}.model-toggle-row{display:flex;flex-direction:column;gap:8px}.toggle-label{display:flex;align-items:center;gap:12px;cursor:pointer}.toggle-label input[type=checkbox]{display:none}.toggle-switch{width:48px;height:26px;background:#ccc;border-radius:26px;position:relative;transition:background .2s}.toggle-switch:after{content:"";position:absolute;width:22px;height:22px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle-label input:checked+.toggle-switch{background:var(--primary)}.toggle-label input:checked+.toggle-switch:after{transform:translate(22px)}.toggle-text{font-weight:500;color:var(--text)}.toggle-hint{font-size:13px;color:var(--text-light);margin-left:60px}.select-all-row{margin-bottom:15px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.recommended{color:var(--primary);font-size:13px}.models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.model-card{display:flex;align-items:flex-start;gap:12px;padding:15px;border:2px solid var(--border);border-radius:10px;cursor:pointer;transition:all .2s;background:var(--bg-card)}.model-card:hover{border-color:var(--secondary)}.model-card.selected{border-color:var(--secondary);background:#e8f7fc}.model-card.disabled{opacity:.6;cursor:not-allowed}.model-selection-info{display:flex;align-items:center;gap:15px;margin-bottom:12px;flex-wrap:wrap}.selection-cta{font-size:14px;color:var(--text)}.selection-count{font-weight:600;color:var(--primary);font-size:14px}.selection-limit-hint{font-size:13px;color:var(--text-light);font-style:normal;font-weight:400}.model-card input[type=checkbox]{margin-top:2px;width:16px;height:16px;accent-color:var(--primary)}.model-content{flex:1}.model-name{display:block;font-weight:600;font-size:14px;margin-bottom:4px}.model-short{font-size:12px;color:var(--text-light)}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.contact-form .input-group{display:flex;flex-direction:column;gap:6px}.contact-form .input-group label{font-size:14px;font-weight:500;color:var(--text)}.contact-form .input-group input{padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;transition:border-color .2s,box-shadow .2s}.contact-form .input-group input:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #33c3f026}.contact-form .input-group.has-error input{border-color:#dc2626}.contact-form .error-text{font-size:12px;color:#dc2626}.contact-form .checkbox-group{margin-top:8px}.contact-form .checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-light);cursor:pointer}.contact-form .checkbox-label input[type=checkbox]{margin-top:2px;width:16px;height:16px;accent-color:var(--primary)}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.section-header-row h3{margin-bottom:0}.edit-link{background:none;border:none;color:var(--secondary-dark);font-size:14px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s}.edit-link:hover:not(:disabled){background:#33c3f01a}.edit-link:disabled{opacity:.5;cursor:not-allowed}.contact-summary{background:#f8fafc;padding:15px 20px;border-radius:8px;border:1px solid var(--border)}.contact-summary p{margin:0;font-size:14px}.contact-summary .contact-location{color:var(--text-light);font-size:13px;margin-top:4px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:15px;padding-top:15px;border-top:1px solid var(--border)}.cancel-btn{padding:10px 20px;font-size:14px;background:#f1f5f9;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:background .2s}.cancel-btn:hover:not(:disabled){background:#e2e8f0}.save-btn{padding:10px 20px;font-size:14px;font-weight:500;color:#fff;background:var(--secondary-dark);border:none;border-radius:6px;cursor:pointer;transition:background .2s}.save-btn:hover:not(:disabled){background:var(--secondary)}.save-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.primary-button{width:100%;padding:16px 24px;font-size:16px;font-weight:600;color:#fff;background:var(--gradient);border:none;border-radius:10px;cursor:pointer;transition:transform .2s,box-shadow .2s}.primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1e3a5f66}.primary-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.secondary-button{padding:12px 20px;font-size:14px;font-weight:600;color:var(--primary);background:transparent;border:2px solid var(--primary);border-radius:8px;cursor:pointer;transition:all .2s}.secondary-button:hover{background:var(--primary);color:#fff}.back-button{background:none;border:none;color:var(--primary);font-size:14px;cursor:pointer;padding:8px 0;margin-bottom:10px}.back-button:hover{text-decoration:underline}.progress-container{margin-top:30px;padding:20px;background:var(--bg);border-radius:10px}.progress-header{display:flex;justify-content:space-between;margin-bottom:10px}.progress-phase{font-weight:600;color:var(--primary)}.progress-percent{font-weight:600;color:var(--text)}.progress-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:var(--gradient);transition:width .3s ease}.progress-message{margin-top:10px;font-size:14px;color:var(--text-light);text-align:center}.progress-message.listening-message{font-style:italic;color:var(--primary);transition:opacity .3s ease}.reflection-section{margin-top:30px;padding:25px;background:linear-gradient(135deg,#fff8eb,#fff5e0);border-radius:12px;border:1px solid #f5d89a}.reflection-intro{text-align:center;margin-bottom:25px}.reflection-intro h4{font-size:18px;color:#c47f17;margin-bottom:8px}.reflection-intro p{color:var(--text);font-size:14px;line-height:1.6}.reflection-optional{font-size:13px;color:var(--text-light);font-style:italic;margin-top:8px}.reflection-prompts{display:flex;flex-direction:column;gap:20px}.reflection-prompt{display:flex;flex-direction:column;gap:8px}.reflection-prompt label{font-size:15px;font-weight:500;color:var(--text)}.reflection-prompt textarea{width:100%;padding:12px 15px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:60px;transition:border-color .2s,box-shadow .2s}.reflection-prompt textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.reflection-prompt textarea::placeholder{color:var(--text-light);font-style:italic}.reflection-promise{text-align:center;margin-top:25px;padding:15px;background:#ffffffb3;border-radius:8px;font-size:14px;color:var(--primary-dark);font-weight:500}.reflection-section.slideshow{text-align:center}.reflection-progress-dots{display:flex;justify-content:center;gap:8px;margin-bottom:25px}.reflection-progress-dots .dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;transition:all .3s ease}.reflection-progress-dots .dot.active{background:var(--accent);transform:scale(1.2)}.reflection-progress-dots .dot.completed{background:var(--success)}.reflection-slide{animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.reflection-count{font-size:12px;color:var(--text-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.reflection-question{font-size:20px;color:var(--primary);margin-bottom:20px;line-height:1.4}.reflection-slide textarea{width:100%;padding:15px;border:2px solid var(--border);border-radius:10px;font-size:16px;font-family:inherit;resize:none;min-height:100px;transition:border-color .2s}.reflection-slide textarea:focus{outline:none;border-color:var(--accent)}.reflection-actions{display:flex;justify-content:center;gap:15px;margin-top:20px}.reflection-actions .skip-btn{padding:12px 24px;background:transparent;border:2px solid var(--border);border-radius:8px;font-size:14px;color:var(--text-light);cursor:pointer;transition:all .2s}.reflection-actions .skip-btn:hover{border-color:var(--text-light);color:var(--text)}.reflection-actions .next-btn{padding:12px 30px;background:var(--accent);border:none;border-radius:8px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.reflection-actions .next-btn:hover{background:var(--accent-light);transform:translateY(-1px)}.coaching-animation{text-align:center;padding:40px 20px;background:linear-gradient(135deg,#e8f7fc,#f0f9ff);border-radius:12px;margin-top:20px}.coach-visual{position:relative;width:80px;height:80px;margin:0 auto 25px}.coach-icon{font-size:50px;position:relative;z-index:2}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border:3px solid var(--secondary);border-radius:50%;animation:pulse 2s ease-out infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.coaching-animation h4{font-size:20px;color:var(--primary);margin-bottom:15px}.coaching-tips{max-width:400px;margin:0 auto}.tip-text{font-size:15px;color:var(--text-light);line-height:1.6;animation:fadeInOut 4s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}.waiting-inspiration{min-height:80px;display:flex;align-items:center;justify-content:center;margin:15px 0}.scripture-quote{text-align:center;padding:20px;animation:scriptureIn .6s ease}@keyframes scriptureIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.scripture-text{font-family:Georgia,Times New Roman,serif;font-size:1.15em;font-style:italic;color:var(--primary);line-height:1.6;max-width:500px;margin:0 auto}.scripture-ref{font-size:.9em;color:var(--text-light);margin-top:8px;font-style:normal}.waiting-activities{margin-top:20px}.play-game-btn{background:transparent;border:1px dashed var(--secondary);color:var(--secondary);padding:12px 24px;border-radius:25px;cursor:pointer;margin-top:20px;font-size:14px;font-weight:500;transition:all .2s ease;display:block;margin-left:auto;margin-right:auto}.play-game-btn:hover{background:var(--secondary);color:#fff;border-style:solid}.shepherd-game-container{margin:15px 0;text-align:center}.shepherd-game-canvas{border-radius:12px;cursor:pointer;display:block;margin:0 auto;max-width:100%;box-shadow:0 4px 15px #0000001a;border:2px solid var(--border)}.shepherd-game-canvas:hover{border-color:var(--secondary)}.game-controls-hint{font-size:12px;color:var(--text-light);margin-top:8px}.close-game-btn{background:transparent;border:none;color:var(--text-light);padding:10px 20px;cursor:pointer;margin-top:12px;font-size:13px;transition:color .2s}.close-game-btn:hover{color:var(--primary)}.debug-console{margin-top:20px;background:#1a1a2e;border-radius:8px;overflow:hidden;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.console-header{background:#16213e;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #0f3460}.console-title{font-size:12px;font-weight:600;color:#00d9ff;text-transform:uppercase;letter-spacing:1px}.console-status{font-size:11px;color:#888;max-width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.console-output{max-height:200px;overflow-y:auto;padding:10px 15px}.console-line{display:flex;gap:12px;font-size:12px;line-height:1.6;padding:3px 0;border-bottom:1px solid rgba(255,255,255,.05)}.console-line:last-child{border-bottom:none}.console-time{color:#666;min-width:75px;flex-shrink:0}.console-msg{color:#e0e0e0;word-break:break-word}.console-line.info .console-msg{color:#a0a0a0}.console-line.success .console-msg{color:#4ade80}.console-line.error .console-msg{color:#f87171}.console-line.warn .console-msg{color:#fbbf24}.console-line.progress .console-msg{color:#60a5fa}.console-line.ws .console-msg{color:#c084fc}.console-output::-webkit-scrollbar{width:6px}.console-output::-webkit-scrollbar-track{background:#1a1a2e}.console-output::-webkit-scrollbar-thumb{background:#0f3460;border-radius:3px}.console-output::-webkit-scrollbar-thumb:hover{background:#1a4a7a}.tips-section{margin-top:30px;padding:20px;background:#fef3c7;border-radius:10px;border:1px solid #fcd34d}.tips-section h4{font-size:14px;margin-bottom:10px;color:#92400e}.tips-section ul{margin-left:20px}.tips-section li{font-size:13px;color:#92400e;margin-bottom:5px}.error-message{padding:15px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-bottom:20px}.report-container{background:var(--bg-card);border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.report-header{margin-bottom:30px}.report-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.report-header h2{font-size:24px;margin-bottom:8px}.report-subtitle{color:var(--text-light);font-style:italic}.export-button{padding:10px 16px;background:var(--primary);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s;white-space:nowrap}.export-button:hover{background:var(--secondary)}.voice-section{padding:25px;border:none;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.section-title{font-size:18px;color:var(--primary);margin-bottom:15px;border-bottom:2px solid var(--secondary);padding-bottom:8px}.voice-description{font-size:15px;line-height:1.7;color:var(--text)}.style-badges{display:flex;gap:10px;margin-top:15px;flex-wrap:wrap}.style-badge{padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}.style-badge.primary{background:var(--secondary);color:#fff}.style-badge.secondary{background:#e5e7eb;color:var(--text)}.encouragement-section{padding:25px;border:none}.encouragement-box{border-left:4px solid var(--accent);padding:15px 20px;background:#fffbf5;margin-bottom:15px}.encouragement-box p{font-size:15px;line-height:1.7;color:var(--text)}.delivery-notes h4{font-size:14px;font-weight:600;margin-bottom:10px;color:var(--text)}.delivery-notes ul{list-style:none;padding:0;margin:0}.delivery-notes li{padding:8px 0;color:#059669;font-size:14px}.delivery-notes li:before{content:"• ";color:var(--secondary)}.reflections-intro{font-size:14px;color:var(--text-light);margin-bottom:15px}.reflections-list{display:flex;flex-direction:column;gap:12px}.reflection-item{padding:15px;background:#f8f9fa;border-radius:8px;border-left:3px solid var(--secondary)}.reflection-label{display:block;font-size:13px;font-weight:600;color:var(--primary);margin-bottom:6px}.reflection-answer{font-size:14px;color:var(--text);font-style:italic;margin:0}.reflection-item-enhanced{padding:0;background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;margin-bottom:16px}.reflection-user{padding:15px 18px;background:#f8f9fa;border-left:4px solid var(--secondary)}.reflection-insight{padding:12px 18px;background:linear-gradient(135deg,#e8f7fc,#f0f9ff);border-top:1px dashed var(--border)}.insight-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--secondary-dark);margin-bottom:6px}.insight-text{font-size:14px;color:var(--text);margin:0;line-height:1.6}.personalized-encouragement{margin-top:20px;padding:18px;background:linear-gradient(135deg,#fffbf5,#fff8eb);border:1px solid #f5d89a;border-radius:10px;border-left:4px solid var(--accent)}.personalized-encouragement h4{font-size:14px;font-weight:700;color:var(--primary);margin-bottom:10px}.personalized-encouragement p{font-size:15px;color:var(--text);line-height:1.6;margin:0}.reflection-note{margin-top:12px;padding:12px 14px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #c4b5fd;border-radius:8px}.reflection-note-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#7c3aed;margin-bottom:6px}.reflection-note p{font-size:13px;color:var(--text);margin:0;line-height:1.5}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:var(--bg-card);border-radius:12px;padding:25px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal h3{font-size:20px;color:var(--primary);margin-bottom:15px}.modal-buttons{display:flex;gap:10px;justify-content:flex-end}.export-modal{max-width:400px}.export-options{display:flex;flex-direction:column;gap:12px;margin:20px 0;max-height:300px;overflow-y:auto}.export-option{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:background .2s}.export-option:hover{background:#f8f9fa}.export-option input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.export-option span{font-size:14px}.encouragement-banner{display:flex;gap:20px;padding:25px;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-radius:12px;border:1px solid #a7f3d0;margin-bottom:25px}.encouragement-icon{font-size:40px}.encouragement-content h3{font-size:16px;color:#065f46;margin-bottom:8px}.encouragement-content p{color:#047857;font-size:15px;line-height:1.6}.encouragement-notes{margin-top:12px;margin-left:20px}.encouragement-notes li{font-size:14px;color:#059669;margin-bottom:4px}.report-section{margin-bottom:20px;border:1px solid var(--border);border-radius:10px;overflow:hidden}.section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:var(--bg);border:none;cursor:pointer;font-size:16px;font-weight:600;color:var(--text);text-align:left}.section-header:hover{background:#f1f5f9}.toggle-icon{font-size:20px;color:var(--text-light)}.section-content{padding:20px;border-top:1px solid var(--border)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:20px}.metric-card{text-align:center;padding:20px 15px;background:var(--bg);border-radius:10px}.metric-value{display:block;font-size:32px;font-weight:700;color:var(--secondary-dark);margin-bottom:5px}.metric-label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:5px}.metric-context{font-size:12px;color:var(--text-light)}.filler-details h4{font-size:14px;margin-bottom:10px}.filler-list{display:flex;flex-wrap:wrap;gap:8px}.filler-tag{padding:6px 12px;background:#fef3c7;border-radius:20px;font-size:13px;color:#92400e}.style-profile-card{padding:20px;background:linear-gradient(135deg,#e8f7fc,#f0f7fc);border-radius:10px}.style-description{font-size:16px;line-height:1.7;margin-bottom:15px}.style-badges{display:flex;flex-wrap:wrap;gap:10px}.style-badge{padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600}.style-badge.primary{background:var(--primary);color:#fff}.style-badge.secondary{background:var(--accent);color:#fff}.models-analysis{display:flex;flex-direction:column;gap:20px}.model-analysis-card{padding:20px;border:1px solid var(--border);border-radius:10px}.model-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:10px;margin-bottom:10px}.model-header h4{font-size:16px}.alignment-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.alignment-strong{background:#dcfce7;color:#166534}.alignment-moderate{background:#fef3c7;color:#92400e}.alignment-light{background:#f1f5f9;color:#475569}.model-description{font-size:14px;color:var(--text-light);margin-bottom:15px}.model-insights{margin-bottom:15px}.model-insights h5{font-size:14px;margin-bottom:8px}.model-insights ul{margin-left:20px}.model-insights li{font-size:14px;margin-bottom:5px;color:var(--text)}.coaching-note{padding:15px;background:#e8f7fc;border-radius:8px;font-size:14px;border-left:4px solid var(--secondary)}.model-analysis-disabled{opacity:.6}.model-analysis-disabled .section-header.disabled{background:#f1f5f9;padding:15px 20px;border-radius:10px;display:flex;justify-content:space-between;align-items:center;cursor:default}.model-analysis-disabled .disabled-badge{background:#e2e8f0;color:#64748b;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.model-analysis-disabled .disabled-content{padding:20px;background:#f8fafc;border-radius:0 0 10px 10px;margin-top:-5px}.model-analysis-disabled .disabled-message{color:#64748b;font-size:14px;font-style:italic;text-align:center;margin:0}.growth-path-card{padding:25px;background:linear-gradient(135deg,#fff8eb,#fff5e0);border-radius:10px;border:1px solid #f5d89a}.growth-path-card h4{font-size:18px;color:#c47f17;margin-bottom:10px}.growth-reason{font-size:15px;margin-bottom:15px}.first-step{padding:15px;background:#fff;border-radius:8px;font-size:14px}.growth-description{font-style:italic;color:#666;margin-bottom:15px;font-size:14px}.growth-evidence,.growth-why-now,.growth-pastoral{margin:12px 0;padding:12px 15px;border-radius:8px;font-size:14px}.growth-evidence{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:3px solid #0369a1}.growth-why-now{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left:3px solid #166534}.growth-pastoral{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:3px solid #92400e}.growth-evidence h5,.growth-why-now h5,.growth-pastoral h5{font-size:12px;font-weight:600;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}.growth-evidence h5{color:#0369a1}.growth-why-now h5{color:#166534}.growth-pastoral h5{color:#92400e}.growth-evidence p,.growth-why-now p,.growth-pastoral p{margin:0;line-height:1.5}.transcript-summary,.transcript-sections{margin-bottom:20px}.transcript-summary h4,.transcript-sections h4,.transcript-text h4{font-size:14px;margin-bottom:10px}.transcript-sections ol{margin-left:20px}.transcript-sections li{margin-bottom:15px}.section-duration{font-size:12px;color:var(--text-light);margin-left:10px}.sections-list{margin-left:20px;padding-left:0}.section-item{margin-bottom:14px}.section-item-header{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.section-item-summary{font-size:13px;color:var(--text-light);margin:4px 0 0;line-height:1.5}.transcript-highlights{margin-bottom:20px}.transcript-highlights h4{font-size:14px;margin-bottom:10px}.highlights-list{display:flex;flex-wrap:wrap;gap:6px}.highlight-tag{background:var(--primary-bg, #eef4ff);color:var(--primary, #3b6fd4);border:1px solid var(--primary-border, #c5d8f8);border-radius:20px;padding:3px 10px;font-size:12px;font-weight:500}.transcript-box{background:var(--bg);padding:20px;border-radius:8px;max-height:400px;overflow-y:auto;font-size:14px;line-height:1.7;border:1px solid var(--border)}.download-link{display:inline-block;margin-top:15px;color:var(--primary);font-weight:600;text-decoration:none}.download-link:hover{text-decoration:underline}.enriched-transcript{margin-top:15px}.enriched-transcript-body{background:var(--bg);padding:20px;border-radius:8px;max-height:600px;overflow-y:auto;border:1px solid var(--border);font-size:14px;line-height:1.7}.transcript-legend{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:15px;overflow:hidden}.legend-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:transparent;border:none;cursor:pointer;font-size:14px;font-weight:600;color:var(--primary-dark)}.legend-toggle:hover{background:#f1f5f9}.toggle-icon{font-size:18px;font-weight:700;color:var(--text-light)}.legend-content{padding:0 16px 16px;border-top:1px solid #e2e8f0}.legend-speakers{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:10px;padding-top:12px}.speaker-indicator{font-weight:600;font-size:13px}.legend-items{display:flex;flex-direction:column;gap:6px;color:#64748b;font-size:13px}.legend-item{display:flex;align-items:center;gap:6px}.legend-item code{background:#e2e8f0;padding:1px 6px;border-radius:4px;font-size:12px}.low-confidence-sample{color:#cbd5e1;font-style:italic}.speaker-block{margin-bottom:16px}.speaker-label{display:block;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.speaker-a .speaker-label{color:#3b82f6}.speaker-b .speaker-label{color:#10b981}.speaker-c .speaker-label{color:#f59e0b}.speaker-d .speaker-label{color:#8b5cf6}.speaker-e .speaker-label{color:#ef4444}.speaker-text{color:var(--text)}.speaker-text strong{color:#1e3a5f;font-weight:700}.pause-marker{color:#94a3b8;font-size:13px;font-style:italic;padding:6px 0;margin:10px 0;text-align:center}.pause-marker.extended{color:#64748b;font-weight:600}.chapter-header{border-top:2px solid #e2e8f0;padding-top:16px;margin-top:24px;margin-bottom:16px}.chapter-header:first-child{border-top:none;margin-top:0}.chapter-header h4{font-size:14px;color:#1e3a5f;margin-bottom:4px;font-weight:600}.chapter-gist{font-size:13px;color:#64748b;font-style:italic;margin:0}.chapter-summary{font-size:13px;color:#475569;margin:6px 0 0}.low-confidence{color:#cbd5e1;font-style:italic}.transcript-paragraph{margin-bottom:1em}.report-actions{margin-top:30px;text-align:center}@media (max-width: 768px){.header{flex-direction:column;gap:15px;text-align:center}.logo h1{font-size:24px}.main-content{padding:20px 15px}.upload-container,.report-container{padding:20px}.models-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}.encouragement-banner{flex-direction:column;text-align:center}.model-header{flex-direction:column}}@media (max-width: 480px){.metrics-grid{grid-template-columns:1fr}}.history-container{background:var(--bg-card);border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.history-header{margin-bottom:25px}.history-header h2{font-size:24px;margin-bottom:8px}.history-subtitle{color:var(--text-light)}.history-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:25px}.stat-card{text-align:center;padding:20px;background:linear-gradient(135deg,#e8f7fc,#f0f9ff);border-radius:10px;border:1px solid #c8e6f5}.stat-value{display:block;font-size:36px;font-weight:700;color:var(--secondary-dark)}.stat-label{font-size:14px;color:var(--text-light);margin-top:5px}.empty-state{text-align:center;padding:60px 20px}.empty-icon{font-size:60px;margin-bottom:20px}.empty-state h3{font-size:20px;margin-bottom:10px}.empty-state p{color:var(--text-light);margin-bottom:25px}.loading-state{text-align:center;padding:60px 20px}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--secondary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.retry-button{padding:10px 20px;font-size:14px;color:var(--primary);background:transparent;border:1px solid var(--primary);border-radius:6px;cursor:pointer;margin-top:15px}.retry-button:hover{background:var(--primary);color:#fff}.sermons-list{display:flex;flex-direction:column;gap:15px}.sermon-card{display:flex;justify-content:space-between;align-items:center;padding:20px;background:var(--bg);border-radius:12px;border:1px solid var(--border);cursor:pointer;transition:all .2s}.sermon-card:hover{border-color:var(--primary-light);transform:translate(5px);box-shadow:0 4px 15px #0000000d}.sermon-info{flex:1}.sermon-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:8px}.sermon-speaker{margin-bottom:6px}.speaker-name-display{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:var(--text-light);cursor:pointer;border-radius:4px;padding:1px 4px;margin-left:-4px}.speaker-name-display:hover{background:var(--border);color:var(--text)}.speaker-name-display:after{content:"✎";font-size:11px;opacity:0;transition:opacity .15s}.speaker-name-display:hover:after{opacity:1}.speaker-name-empty{font-style:italic;opacity:.6}.speaker-edit{display:flex;align-items:center;gap:6px}.speaker-name-input{font-size:13px;padding:3px 8px;border:1px solid var(--primary, #3b6fd4);border-radius:4px;outline:none;width:180px}.speaker-save-btn{font-size:12px;padding:3px 10px;background:var(--primary, #3b6fd4);color:#fff;border:none;border-radius:4px;cursor:pointer}.speaker-cancel-btn{font-size:12px;padding:3px 7px;background:none;border:1px solid var(--border);border-radius:4px;cursor:pointer;color:var(--text-light)}.sermon-meta{display:flex;flex-wrap:wrap;gap:15px;font-size:13px;color:var(--text-light);margin-bottom:10px}.sermon-date,.sermon-duration,.sermon-words{display:flex;align-items:center;gap:5px}.sermon-summary{font-size:14px;color:var(--text-light);line-height:1.5;margin-bottom:10px}.sermon-models{display:flex;flex-wrap:wrap;gap:8px}.model-tag{padding:4px 10px;background:#fff;border:1px solid var(--border);border-radius:15px;font-size:12px;color:var(--text)}.model-tag.more{background:var(--bg);color:var(--text-light)}.sermon-arrow{font-size:20px;color:var(--primary);margin-left:20px}@media (max-width: 768px){.history-container{padding:20px}.history-stats{grid-template-columns:1fr}.sermon-card{flex-direction:column;align-items:flex-start}.sermon-arrow{display:none}.sermon-meta{flex-direction:column;gap:5px}}.admin-container{background:var(--bg-card);border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.admin-header{margin-bottom:25px}.admin-header h2{font-size:24px;margin-bottom:8px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:25px}.admin-stats .stat-card.warning{background:linear-gradient(135deg,#fff8eb,#fff5e0);border:1px solid #f5d89a}.admin-stats .stat-card.warning .stat-value{color:#c47f17}.admin-stats .stat-card.alert{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca}.admin-stats .stat-card.alert .stat-value{color:#dc2626}.admin-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid var(--border);padding-bottom:10px}.admin-tabs .tab{padding:10px 20px;background:none;border:none;font-size:14px;font-weight:500;color:var(--text-light);cursor:pointer;border-radius:6px;transition:all .2s}.admin-tabs .tab:hover{background:var(--bg);color:var(--text)}.admin-tabs .tab.active{background:var(--primary);color:#fff}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{padding:12px 10px;text-align:left;border-bottom:1px solid var(--border)}.admin-table th{font-weight:600;background:var(--bg);color:var(--text)}.admin-table tr:hover{background:var(--bg)}.admin-table .flagged-row{background:#fef2f2}.admin-table .flagged-row:hover{background:#fee2e2}.admin-table .title-cell{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-table .ip-cell{font-family:monospace;font-size:12px}.flag-badge{display:inline-block;background:#dc2626;color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.flagged-card{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:20px;margin-bottom:15px}.flagged-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.flagged-header .date{display:block;font-size:12px;color:var(--text-light);margin-top:4px}.review-btn{padding:8px 16px;background:var(--primary);color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer}.review-btn:hover{background:var(--primary-dark)}.flagged-details p{margin:5px 0;font-size:14px}.flags{margin-top:15px}.flag-item{background:#dc2626;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;margin-bottom:5px}.reviewed-badge{margin-top:15px;padding:10px;background:#dcfce7;border-radius:6px;font-size:12px;color:#166534}.abuse-card{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:20px;margin-bottom:15px}.abuse-header{display:flex;gap:15px;margin-bottom:10px}.abuse-count{background:#dc2626;color:#fff;padding:4px 10px;border-radius:15px;font-size:12px;font-weight:600}.abuse-sermons{background:var(--primary);color:#fff;padding:4px 10px;border-radius:15px;font-size:12px}.emails-list{margin-top:10px}.email-tag{display:inline-block;background:#fff;border:1px solid var(--border);padding:4px 10px;border-radius:15px;font-size:12px;margin:3px 5px 3px 0}.search-box{display:flex;gap:10px;margin-bottom:20px}.search-box input{flex:1;padding:12px 15px;border:1px solid var(--border);border-radius:8px;font-size:14px}.search-box input:focus{outline:none;border-color:var(--secondary)}.search-box button{padding:12px 20px;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer}.search-box button:hover{background:var(--primary-dark)}.search-results{margin-top:20px}.search-results h4{margin-bottom:15px;color:var(--text-light)}.section-desc{color:var(--text-light);font-size:14px;margin-bottom:20px}.empty-message{text-align:center;color:var(--text-light);padding:40px}.input-mode-toggle{display:flex;gap:10px;margin-bottom:15px}.mode-btn{flex:1;padding:12px 20px;border:2px solid var(--border);background:var(--bg-card);border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.mode-btn:hover:not(:disabled){border-color:var(--secondary);background:#f0f9ff}.mode-btn.active{border-color:var(--secondary);background:linear-gradient(135deg,#e8f7fc,#f0f9ff);color:var(--primary)}.mode-btn:disabled{opacity:.6;cursor:not-allowed}.url-input-section{padding:20px;background:var(--bg);border-radius:10px;border:2px dashed var(--border)}.url-hint{font-size:13px;color:var(--text-light);margin-bottom:12px}.url-input-row{display:flex;gap:10px}.url-input{flex:1;padding:14px 16px;border:1px solid var(--border);border-radius:8px;font-size:14px;transition:border-color .2s}.url-input:focus{outline:none;border-color:var(--secondary)}.fetch-btn{padding:14px 24px;background:var(--secondary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.fetch-btn:hover:not(:disabled){background:var(--secondary-dark)}.fetch-btn:disabled{opacity:.6;cursor:not-allowed}.url-time-range{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.time-hint{font-size:13px;color:var(--text-light);margin-bottom:10px}.time-inputs{display:flex;gap:16px}.time-input-group{display:flex;flex-direction:column;gap:4px}.time-input-group label{font-size:12px;font-weight:500;color:var(--text)}.time-input-group label .optional{font-weight:400;color:var(--text-light)}.time-input{width:100px;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:monospace}.time-input:focus{outline:none;border-color:var(--secondary)}.time-format-hint{font-size:11px;color:var(--text-light);margin-top:8px}.fetched-file-info{margin-top:12px;padding:12px 16px;background:#e8f7fc;border-radius:8px;display:flex;align-items:center;gap:10px;font-size:14px}.fetched-file-info .file-size{color:var(--text-light)}.from-url-badge{background:var(--secondary);color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500}.file-drop-zone.dragging{border-color:var(--secondary);background:linear-gradient(135deg,#e8f7fc,#f0f9ff)}.file-drop-zone.dragging label{pointer-events:none}.tradition-selector{margin-top:10px}.tradition-dropdown{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:10px;font-size:15px;background:var(--bg-card);color:var(--text);cursor:pointer;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235a6d82' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.tradition-dropdown:focus{outline:none;border-color:var(--secondary)}.tradition-dropdown:disabled{opacity:.6;cursor:not-allowed}.tradition-description{margin-top:10px;padding:12px 16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;font-size:14px;font-style:italic;color:var(--primary);border-left:3px solid var(--secondary)}.custom-tradition-input{margin-top:15px}.custom-tradition-input label{display:block;font-size:14px;font-weight:500;color:var(--text);margin-bottom:8px}.custom-tradition-input textarea{width:100%;padding:12px 14px;border:2px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:60px;transition:border-color .2s}.custom-tradition-input textarea:focus{outline:none;border-color:var(--secondary)}.custom-tradition-input textarea::placeholder{color:var(--text-light);font-style:italic}.leadgen-section{padding:20px 0}.leadgen-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:20px}.leadgen-info-grid .input-group{display:flex;flex-direction:column;gap:6px}.leadgen-info-grid .input-group label{font-size:13px;font-weight:500;color:var(--text)}.leadgen-info-grid .input-group input{padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px}.leadgen-info-grid .input-group input:focus{outline:none;border-color:var(--secondary)}.leadgen-upload{margin:20px 0}.leadgen-upload .file-label{display:block;padding:30px 20px;border:2px dashed var(--border);border-radius:10px;text-align:center;cursor:pointer;transition:all .2s}.leadgen-upload .file-label:hover{border-color:var(--secondary);background:#f8fafc}.leadgen-upload input[type=file]{display:none}.leadgen-upload .file-placeholder{color:var(--text-light)}.leadgen-upload .file-selected{color:var(--success);font-weight:500}.leadgen-models{margin:20px 0}.model-checkboxes{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.model-checkbox{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:13px;transition:background .2s}.model-checkbox:hover{background:#f8fafc}.model-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.leadgen-progress{margin:20px 0;padding:15px;background:var(--bg);border-radius:8px}.leadgen-results{margin-top:20px}.results-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background:linear-gradient(135deg,#e8f7fc,#f0f9ff);border-radius:10px;margin-bottom:20px}.results-header h4{font-size:18px;margin:0 0 5px}.results-header p{margin:3px 0}.results-header .text-light{color:var(--text-light);font-size:14px}.results-actions{display:flex;gap:10px}.results-preview{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:20px}.results-preview h5{font-size:14px;color:var(--primary);margin:15px 0 8px;padding-bottom:5px;border-bottom:1px solid var(--border)}.results-preview h5:first-child{margin-top:0}.results-preview p{font-size:14px;line-height:1.6;color:var(--text)}.source-link{margin-top:20px;padding-top:15px;border-top:1px solid var(--border);font-size:13px}.source-link a{color:var(--secondary-dark);word-break:break-all}.crm-section{padding:20px 0}.crm-stats{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.crm-stat{padding:8px 15px;background:var(--bg-card);border:2px solid;border-radius:20px;font-size:13px;font-weight:500}.crm-filter{margin-bottom:20px;display:flex;align-items:center;gap:10px}.crm-filter select{padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;background:var(--bg-card)}.crm-leads-list{display:flex;flex-direction:column;gap:10px}.crm-lead-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;overflow:hidden}.crm-lead-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;transition:background .2s}.crm-lead-header:hover{background:#f8fafc}.crm-lead-main{display:flex;flex-direction:column;gap:3px}.crm-lead-name{font-weight:600;font-size:16px;color:var(--primary)}.crm-lead-church{font-size:14px;color:var(--text)}.crm-lead-location{font-size:13px;color:var(--text-light)}.crm-lead-meta{display:flex;align-items:center;gap:15px}.crm-status-badge{padding:4px 12px;border-radius:12px;color:#fff;font-size:12px;font-weight:500;text-transform:uppercase}.crm-lead-date{font-size:12px;color:var(--text-light)}.crm-lead-expanded{padding:20px;border-top:1px solid var(--border);background:#f8fafc}.crm-status-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:15px}.crm-status-actions span{font-size:13px;color:var(--text-light)}.crm-status-btn{padding:6px 12px;border:2px solid;border-radius:15px;background:#fff;cursor:pointer;font-size:12px;text-transform:capitalize;transition:all .2s}.crm-status-btn:hover{opacity:.8}.crm-status-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.crm-lead-details{margin-bottom:15px;font-size:14px}.crm-lead-details p{margin:5px 0}.crm-lead-details a{color:var(--secondary-dark);word-break:break-all}.crm-lead-notes{margin-bottom:15px;padding:15px;background:#fff;border-radius:8px;border:1px solid var(--border)}.crm-lead-notes pre{white-space:pre-wrap;font-family:inherit;font-size:13px;color:var(--text);margin-top:8px}.crm-add-note textarea{width:100%;min-height:80px;padding:12px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:10px}.crm-add-note textarea:focus{outline:none;border-color:var(--secondary)}.crm-note-actions{display:flex;gap:10px}.secondary-button.small,.danger-button.small{padding:8px 16px;font-size:13px}.danger-button{background:var(--error);color:#fff;border:none;border-radius:6px;cursor:pointer}.danger-button:hover{background:#dc2626}.admin-pipeline{padding:20px}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-section-header h2{margin:0;color:var(--primary)}.header-actions{display:flex;gap:15px;align-items:center}.view-toggle{display:flex;background:#f1f5f9;border-radius:8px;padding:3px}.view-toggle button{padding:8px 16px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;color:var(--text-light);transition:all .2s}.view-toggle button.active{background:#fff;color:var(--primary);box-shadow:0 1px 3px #0000001a}.pipeline-stats{display:flex;gap:12px;margin-bottom:25px;flex-wrap:wrap}.pipeline-stat{display:flex;flex-direction:column;align-items:center;padding:12px 20px;background:#fff;border:2px solid;border-radius:12px;min-width:90px}.pipeline-stat .stat-count{font-size:24px;font-weight:700;color:var(--primary)}.pipeline-stat .stat-label{font-size:12px;color:var(--text-light);font-weight:500}.pipeline-kanban{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;overflow-x:auto;padding-bottom:10px}.kanban-column{background:#f8fafc;border-radius:12px;min-width:280px;max-height:calc(100vh - 300px);display:flex;flex-direction:column}.kanban-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:3px solid;background:#fff;border-radius:12px 12px 0 0}.kanban-header .stage-name{font-weight:600;font-size:15px;color:var(--primary)}.kanban-header .stage-count{background:#e2e8f0;padding:4px 10px;border-radius:12px;font-size:13px;font-weight:600;color:var(--text)}.kanban-cards{flex:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:12px}.kanban-empty{text-align:center;padding:30px 15px;color:var(--text-light);font-size:14px}.lead-card{background:#fff!important;border:1px solid #e2e8f0;border-radius:10px;padding:18px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #00000014}.lead-card:hover{border-color:#4a90a4;box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.lead-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.lead-card .lead-info{flex:1;display:flex;flex-direction:column;gap:6px}.lead-card .lead-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.lead-card .lead-name{font-weight:700!important;font-size:16px!important;color:#1e3a5f!important}.lead-card .card-stage-badge{padding:3px 10px;border-radius:10px;font-size:11px;font-weight:600;color:#fff;text-transform:uppercase}.lead-card .email-count-badge{font-size:12px;color:#5a6d82}.lead-card .lead-church{font-size:14px!important;color:#2c3e50!important;font-weight:600!important}.lead-card .lead-location{font-size:13px;color:#5a6d82!important}.lead-card .lead-time{font-size:12px;color:#5a6d82;white-space:nowrap}.lead-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.lead-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.lead-modal.import-modal{max-width:480px}.lead-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px;border-bottom:1px solid var(--border);background:#f8fafc}.lead-modal-header h2{margin:0;font-size:20px;color:var(--primary)}.lead-modal-subtitle{margin:4px 0 0;font-size:14px;color:var(--text-light)}.lead-modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:var(--text-light);line-height:1;padding:0}.lead-modal-close:hover{color:var(--text)}.lead-modal-content{padding:24px;overflow-y:auto;flex:1}.lead-section{margin-bottom:24px}.lead-section h4{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}.contact-info-grid p{margin:6px 0;font-size:14px}.contact-info-grid a{color:var(--secondary-dark)}.contact-info-grid .missing-info{color:var(--text-light)}.contact-info-grid .has-report{color:var(--success);font-weight:500}.stage-buttons{display:flex;flex-wrap:wrap;gap:8px}.stage-btn{padding:8px 16px;border:2px solid;border-radius:20px;background:#fff;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.stage-btn:hover{opacity:.85}.stage-btn.active{color:#fff}.lead-section textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;resize:vertical}.lead-actions{display:flex;gap:12px;margin-top:12px}.btn-primary{background:var(--primary);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:var(--error);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.btn-small{padding:6px 12px;font-size:13px}.report-preview-section{background:#f8fafc;padding:16px;border-radius:10px;border:1px solid var(--border)}.report-preview-header{display:flex;gap:12px;margin-bottom:12px}.report-link{color:var(--secondary-dark);font-weight:500;text-decoration:none}.report-link:hover{text-decoration:underline}.btn-copy{background:#e2e8f0;border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer}.btn-copy.copied{background:#dcfce7;color:#166534}.preview-title{font-weight:600;margin:0 0 8px;color:var(--primary)}.preview-metrics{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:10px}.preview-metric{font-size:13px;color:var(--text)}.preview-voice{font-size:13px;color:var(--text-light);font-style:italic;margin:8px 0}.preview-model{font-size:13px;margin:0}.linked-user-info{display:flex;justify-content:space-between;align-items:flex-start;background:#f0fdf4;padding:12px 16px;border-radius:8px;border:1px solid #bbf7d0}.linked-user-details{display:flex;flex-direction:column;gap:4px}.linked-email{font-weight:600;color:var(--primary)}.linked-status,.linked-activity,.linked-joined{font-size:13px;color:var(--text-light)}.link-user-search{position:relative}.user-search-input{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px}.user-search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:8px;margin-top:4px;box-shadow:0 4px 12px #0000001a;z-index:10;max-height:200px;overflow-y:auto}.user-search-result{padding:10px 14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.user-search-result:hover{background:#f8fafc}.result-email{font-weight:500}.result-status{font-size:12px;color:var(--text-light)}.no-users-found{font-size:13px;color:var(--text-light);margin-top:8px}.quick-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-outreach{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:var(--primary);color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:500}.btn-outreach:hover{background:#16324f}.btn-outreach.btn-with-report{background:linear-gradient(135deg,#059669,#10b981)}.quick-action-hint{font-size:12px;color:var(--text-light);margin:8px 0 0}.email-timeline{display:flex;flex-direction:column;gap:8px}.email-event{display:flex;align-items:flex-start;gap:10px;padding:8px 12px;background:#f8fafc;border-radius:8px}.email-event-icon{font-size:16px}.email-event-content{display:flex;flex-direction:column;gap:2px}.email-event-label{font-weight:500;font-size:13px}.email-event-subject{font-size:12px;color:var(--text-light)}.email-event-time{font-size:11px;color:var(--text-light)}.activity-timeline{display:flex;flex-direction:column;gap:12px}.timeline-entry{display:flex;gap:12px}.timeline-marker{width:8px;height:8px;border-radius:50%;background:var(--secondary);margin-top:6px;flex-shrink:0}.timeline-text{font-size:13px;color:var(--text);margin:0;white-space:pre-wrap;font-family:inherit}.no-activity{font-size:13px;color:var(--text-light);font-style:italic}.import-instructions{background:#f8fafc;padding:16px;border-radius:8px;margin-bottom:20px}.import-instructions p{margin:0 0 8px;font-size:14px}.import-instructions ul{margin:0;padding-left:20px}.import-instructions li{font-size:13px;margin:4px 0}.file-upload-label{display:block;cursor:pointer}.file-upload-label input{display:none}.file-upload-btn{display:inline-block;padding:12px 24px;background:var(--primary);color:#fff;border-radius:8px;font-weight:500}.import-result{margin-top:16px;padding:12px 16px;border-radius:8px}.import-result.success{background:#dcfce7;color:#166534}.import-result.error{background:#fef2f2;color:#dc2626}.loading-text{font-size:13px;color:var(--text-light)}.sermon-metadata{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 25px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;margin-bottom:25px;gap:20px;flex-wrap:wrap}.metadata-main{flex:1;min-width:200px}.sermon-title{font-size:22px;font-weight:700;color:var(--primary);margin:0 0 8px;line-height:1.3}.preacher-name{font-size:16px;font-weight:600;color:var(--text);margin:0 0 4px}.church-info{font-size:14px;color:var(--text-light);margin:0}.metadata-stats{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.stat-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid var(--border);border-radius:20px;font-size:13px;font-weight:500;color:var(--text)}.stat-pill .stat-icon{font-size:14px}.stat-pill.scripture{background:linear-gradient(135deg,#fff8eb,#fff5e0);border-color:#f5d89a;color:#92400e}.delivery-section-enhanced .metric-card.highlight{background:linear-gradient(135deg,#e8f7fc,#f0f9ff);border:1px solid #c8e6f5}.pace-bar{margin-top:12px;position:relative;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.pace-fill{height:100%;background:linear-gradient(90deg,var(--secondary) 0%,var(--primary) 100%);border-radius:4px;transition:width .3s ease}.pace-markers{display:flex;justify-content:space-between;margin-top:4px;font-size:10px;color:var(--text-light)}.filler-words-section{background:#fffbf5;border:1px solid #f5d89a;border-radius:10px;padding:20px;margin-bottom:20px}.filler-words-section h4{font-size:15px;color:#92400e;margin:0 0 15px;font-weight:600}.filler-summary{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:15px}.filler-rating{display:flex;align-items:center;gap:10px}.filler-rating .rating-score{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;background:#fef3c7;color:#92400e}.filler-rating.excellent .rating-score{background:#dcfce7;color:#166534}.filler-rating.good .rating-score{background:#dbeafe;color:#1e40af}.filler-rating.needs-work .rating-score{background:#fee2e2;color:#dc2626}.filler-rating .rating-desc{font-size:13px;color:var(--text-light)}.filler-stats{display:flex;gap:15px;font-size:14px}.filler-total{font-weight:600;color:var(--text)}.filler-rate{color:var(--text-light)}.filler-breakdown{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.breakdown-label{font-size:13px;color:var(--text-light);margin-right:5px}.filler-pill{padding:4px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:15px;font-size:12px;color:#92400e}.delivery-feedback{background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:20px;margin-bottom:20px}.delivery-feedback h4{font-size:15px;color:var(--primary);margin:0 0 15px;font-weight:600}.delivery-feedback p{font-size:14px;line-height:1.6;margin:10px 0;color:var(--text)}.delivery-feedback p strong{color:var(--primary)}.dramatic-pauses-section{margin-top:20px}.dramatic-pauses-section h4{font-size:14px;color:var(--primary);margin-bottom:4px}.pauses-intro{font-size:12px;color:var(--text-muted);margin-bottom:10px}.pauses-list{display:flex;flex-direction:column;gap:6px}.pause-item{display:flex;align-items:center;gap:8px;font-size:13px;background:var(--bg);border-radius:6px;padding:6px 10px}.pause-word{color:var(--text);font-style:italic}.pause-gap{background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:600;padding:2px 7px;border-radius:12px;white-space:nowrap}.pacing-graph{margin-top:20px;padding:20px;background:var(--bg);border-radius:10px}.pacing-graph h4{font-size:14px;color:var(--primary);margin:0 0 15px;font-weight:600}.pace-timeline{display:flex;align-items:flex-end;gap:3px;height:100px;padding:10px 0;border-bottom:2px solid var(--border);background:linear-gradient(to top,rgba(0,0,0,.02) 0%,transparent 100%)}.pace-segment{flex:1;min-width:12px;min-height:20px;border-radius:3px 3px 0 0;transition:height .3s ease,background-color .3s ease;cursor:help;background-color:#10b981}.pace-segment:hover{opacity:.8;transform:scaleY(1.05)}.pace-legend{display:flex;justify-content:center;gap:20px;margin-top:15px;font-size:12px;color:var(--text-light)}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.legend-dot.slow{background:#33c3f0}.legend-dot.normal{background:#10b981}.legend-dot.fast{background:#f59e0b}.tradition-feedback-section{border:none;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:12px;padding:20px 25px}.tradition-feedback-section .section-title{border-bottom-color:#a78bfa}.tradition-feedback-card{margin-top:10px}.tradition-feedback-card .tradition-name{font-size:18px;font-weight:600;color:#5b21b6;margin-bottom:15px}.tradition-insights{margin-bottom:15px}.tradition-insights h4{font-size:14px;font-weight:600;color:var(--primary);margin-bottom:8px}.tradition-insights .strengths-list,.tradition-insights .opportunities-list{list-style:none;padding:0;margin:0}.tradition-insights .strengths-list li{padding:6px 0;color:#059669;font-size:14px}.tradition-insights .opportunities-list li{padding:6px 0;color:#d97706;font-size:14px}.theological-note{font-style:italic;background:#ffffffb3;padding:15px;border-radius:8px;border-left:4px solid #a78bfa;font-size:14px;color:var(--text);margin-top:10px}.interpretive-lenses-section{border:none;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;padding:20px 25px}.interpretive-lenses-section .section-title{border-bottom-color:#10b981}.lens-card{background:#fffc;border-radius:10px;padding:18px;margin-bottom:15px;border-left:4px solid #10b981}.lens-card h4{font-size:16px;font-weight:600;color:var(--primary);margin-bottom:6px}.lens-question{font-size:13px;color:var(--text-light);font-style:italic;margin-bottom:12px}.movement-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.movement-tag{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:5px 12px;border-radius:15px;font-size:13px;font-weight:500}.lens-observation{font-size:14px;color:var(--text);margin-bottom:8px}.lens-note{font-size:13px;color:#d97706;padding:8px 12px;background:#d977061a;border-radius:6px}.lens-note .note-label{font-weight:600}.arc-progression{font-size:15px;color:var(--text);font-weight:500;margin-bottom:12px;padding:10px;background:#10b98114;border-radius:6px}.arc-highlights,.arc-notes{margin-bottom:10px}.arc-highlights .highlight-label,.arc-notes .note-label{font-size:12px;font-weight:600;color:var(--text-light);margin-bottom:4px}.arc-highlights ul,.arc-notes ul{list-style:none;padding:0;margin:0}.peak-item{color:#059669;font-size:14px;padding:4px 0}.plateau-item{color:#6b7280;font-size:14px;padding:4px 0}.audience-centered{font-size:14px;margin-bottom:12px}.audience-assumptions{margin-bottom:10px}.audience-assumptions .note-label{font-size:12px;font-weight:600;color:var(--text-light);display:block;margin-bottom:4px}.audience-assumptions ul{list-style:none;padding-left:12px;margin:0}.audience-assumptions li{font-size:13px;color:#d97706;padding:3px 0}.audience-assumptions li:before{content:"•";margin-right:8px}.accessibility-note{font-size:13px;font-style:italic;color:var(--text-light);padding-top:8px;border-top:1px dashed #e5e7eb}.scripture-handling-section{border:none;background:linear-gradient(135deg,#fff7ed,#fed7aa,#fff7ed);border-radius:12px;padding:20px 25px}.scripture-handling-section .section-title{border-bottom-color:#f97316}.scripture-handling-card{margin-top:10px}.scripture-modes{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:15px}.mode-badge{padding:10px 16px;border-radius:8px;display:flex;align-items:center;gap:8px}.mode-badge.dominant{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.mode-badge.secondary{background:#f9731626;border:1px solid #f97316;color:#c2410c}.mode-label{font-size:11px;font-weight:500;opacity:.8}.mode-name{font-size:14px;font-weight:600;text-transform:capitalize}.mode-shifts{margin-bottom:15px}.mode-shifts h5{font-size:13px;font-weight:600;color:var(--text-light);margin-bottom:8px}.mode-shifts ul{list-style:none;padding:0;margin:0}.mode-shifts li{font-size:14px;color:var(--text);padding:6px 12px;background:#ffffffb3;border-radius:6px;margin-bottom:6px}.tradition-consistency{font-size:14px;font-style:italic;color:var(--text);padding:12px;background:#ffffffb3;border-radius:8px;border-left:3px solid #f97316}.theological-weight-section{border:none;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;padding:20px 25px}.theological-weight-section .section-title{border-bottom-color:#64748b}.theological-weight-section .section-subtitle{font-size:13px;color:var(--text-light);font-style:italic;margin-bottom:20px}.tensions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px}.tension-card{background:#fff;border-radius:10px;padding:15px;border:1px solid var(--border)}.tension-name{font-size:13px;font-weight:600;color:var(--primary);margin-bottom:10px;text-align:center}.tension-bar{position:relative;height:8px;background:linear-gradient(90deg,#33c3f0,#f5a623);border-radius:4px;margin-bottom:6px}.tension-indicator{position:absolute;top:-3px;width:14px;height:14px;background:var(--primary);border:2px solid white;border-radius:50%;transform:translate(-50%);box-shadow:0 2px 4px #0003}.tension-labels{display:flex;justify-content:space-between;font-size:10px;color:var(--text-light);margin-bottom:8px}.tension-notes{font-size:12px;color:var(--text);text-align:center;font-style:italic;padding-top:8px;border-top:1px dashed #e5e7eb}.language-profile-section{border:none;background:linear-gradient(135deg,#fef3c7,#fde68a,#fef3c7);border-radius:12px;padding:20px 25px}.language-profile-section .section-title{border-bottom-color:#f59e0b}.language-profile-card{margin-top:10px}.profile-item{padding:12px 0;border-bottom:1px solid rgba(245,158,11,.2)}.profile-item:last-child{border-bottom:none}.profile-label{font-size:12px;font-weight:600;color:var(--text-light);display:block;margin-bottom:6px}.density-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:13px;font-weight:600}.density-badge.high{background:#10b981;color:#fff}.density-badge.moderate{background:#f59e0b;color:#fff}.density-badge.low{background:#6b7280;color:#fff}.image-tags{display:flex;flex-wrap:wrap;gap:8px}.image-tag{background:#f59e0b33;border:1px solid #f59e0b;color:#92400e;padding:4px 10px;border-radius:12px;font-size:12px}.domains-text{font-size:14px;color:var(--text)}.profile-item.mixed-metaphors ul{list-style:none;padding:0;margin:8px 0 0}.profile-item.mixed-metaphors li{font-size:13px;color:#92400e;padding:4px 0 4px 16px;position:relative}.profile-item.mixed-metaphors li:before{content:"⚠";position:absolute;left:0}.profile-item.worldview p,.profile-item.biblical-alignment p{font-size:14px;color:var(--text);margin:0}.growth-reason{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:18px;border-radius:10px;border-left:4px solid #0ea5e9;margin-bottom:15px}.growth-reason p{font-size:15px;line-height:1.7;color:var(--text);margin:0}.about-container{background:var(--bg-card);border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.about-header{text-align:center;margin-bottom:40px}.about-header h2{font-size:28px;color:var(--primary);margin-bottom:10px}.about-subtitle{font-size:16px;color:var(--text-light);max-width:600px;margin:0 auto;line-height:1.6}.founders-section{margin-bottom:40px}.founders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:20px}.founder-card{background:var(--bg);border-radius:12px;padding:25px;border:1px solid var(--border)}.founder-header{display:flex;align-items:center;gap:20px;margin-bottom:20px}.founder-photo{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid var(--secondary)}.founder-info h3{font-size:22px;color:var(--primary);margin:0 0 5px}.founder-role{font-size:14px;color:var(--secondary-dark);font-weight:600}.founder-bio p{font-size:14px;line-height:1.7;color:var(--text);margin-bottom:12px}.founder-bio a{color:var(--secondary-dark);font-weight:500}.founder-bio a:hover{text-decoration:underline}.founder-personal{font-style:italic;color:var(--text-light)}.story-section{background:linear-gradient(135deg,#e8f7fc,#f0f9ff);border-radius:12px;padding:30px;margin-bottom:30px}.story-section h3{font-size:22px;color:var(--primary);margin-bottom:20px;text-align:center}.story-content p{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:15px}.story-content a{color:var(--secondary-dark);font-weight:500}.story-content a:hover{text-decoration:underline}.etymology{font-style:italic;background:#fff;padding:15px 20px;border-radius:8px;border-left:4px solid var(--secondary);margin-top:20px}.beliefs-section{margin-bottom:30px}.beliefs-section h3{font-size:22px;color:var(--primary);margin-bottom:20px;text-align:center}.beliefs-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.belief-item{display:flex;gap:15px;padding:20px;background:var(--bg);border-radius:10px;border:1px solid var(--border)}.belief-icon{font-size:28px;flex-shrink:0}.belief-item strong{display:block;font-size:15px;color:var(--primary);margin-bottom:5px}.belief-item p{font-size:14px;color:var(--text-light);margin:0;line-height:1.5}.faith-section{background:linear-gradient(135deg,#fff8eb,#fff5e0);border:1px solid #f5d89a;border-radius:12px;padding:30px;margin-bottom:30px}.faith-section h3{font-size:22px;color:#92400e;margin-bottom:15px;text-align:center}.faith-intro{text-align:center;font-size:15px;color:var(--text);margin-bottom:20px}.creed{background:#fff;border-radius:10px;padding:25px 30px;margin:0;border-left:4px solid var(--accent)}.creed p{font-size:15px;line-height:1.8;color:var(--text);margin-bottom:15px;font-style:italic}.creed p:last-child{margin-bottom:0}.contact-section{text-align:center;padding:25px;background:var(--bg);border-radius:12px}.contact-section h3{font-size:20px;color:var(--primary);margin-bottom:10px}.contact-section p{font-size:15px;color:var(--text-light);line-height:1.6}.contact-section a{color:var(--secondary-dark);font-weight:600}.contact-section a:hover{text-decoration:underline}.about-cta-section{text-align:center;padding:40px 30px;background:var(--gradient);border-radius:12px;color:#fff;margin-top:30px}.about-cta-section h3{font-size:24px;margin:0 0 10px;color:#fff}.about-cta-section p{font-size:16px;opacity:.9;margin:0 0 20px}.about-cta-section .cta-button{background:#fff;color:var(--primary);box-shadow:0 4px 15px #0003}.about-cta-section .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}@media (max-width: 768px){.about-container{padding:20px}.founder-header{flex-direction:column;text-align:center}.founder-photo{width:120px;height:120px}.founders-grid,.beliefs-list{grid-template-columns:1fr}.creed{padding:20px}}.contact-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:40px 20px}.contact-container{background:var(--bg-card);border-radius:16px;padding:40px;max-width:600px;width:100%;box-shadow:0 4px 20px #00000014}.contact-container h1{font-size:32px;color:var(--primary);margin:0 0 10px;text-align:center}.contact-intro{font-size:16px;color:var(--text-light);text-align:center;margin:0 0 30px}.contact-status{padding:15px 20px;border-radius:8px;margin-bottom:20px;text-align:center}.contact-status.success{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.3)}.contact-status.error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form .form-group{display:flex;flex-direction:column;gap:6px}.contact-form label{font-size:14px;font-weight:600;color:var(--text)}.contact-form input,.contact-form select,.contact-form textarea{padding:12px 16px;border:1px solid var(--border);border-radius:8px;font-size:16px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #33c3f01a}.contact-form textarea{resize:vertical;min-height:120px}.contact-form select{cursor:pointer;background:#fff}.contact-submit{padding:14px 24px;background:var(--gradient-warm);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.contact-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #f5a62366}.contact-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.contact-container{padding:25px 20px}.contact-container h1{font-size:26px}}@media (max-width: 768px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-tabs{flex-wrap:wrap}.admin-table{font-size:11px}.search-box{flex-direction:column}.leadgen-info-grid,.model-checkboxes{grid-template-columns:1fr}.results-header{flex-direction:column;gap:15px}.results-actions{width:100%;flex-direction:column}.crm-stats{flex-direction:column;gap:8px}.crm-lead-header{flex-direction:column;align-items:flex-start;gap:10px}.crm-status-actions{flex-direction:column;align-items:flex-start}.crm-note-actions,.input-mode-toggle,.url-input-row{flex-direction:column}.fetch-btn{width:100%}.sermon-metadata{flex-direction:column;gap:15px}.metadata-stats{justify-content:flex-start}.filler-summary{flex-direction:column;align-items:flex-start;gap:12px}.filler-stats{flex-direction:column;gap:5px}.pace-timeline{height:80px}.pace-segment{min-width:8px}.pace-legend{flex-direction:column;gap:8px;align-items:flex-start}}.landing-page{max-width:100%;margin:0;padding:0}.hero-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 50%,var(--secondary) 100%);color:#fff;padding:80px 40px;text-align:center}.hero-content{max-width:700px;margin:0 auto}.hero-title{font-size:48px;font-weight:700;margin-bottom:20px;line-height:1.1;letter-spacing:-1px}.hero-subtitle{font-size:20px;opacity:.95;margin-bottom:35px;line-height:1.6}.cta-button{display:inline-block;padding:18px 40px;font-size:18px;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s;text-decoration:none}.cta-button.primary{background:var(--accent);color:#fff;box-shadow:0 4px 20px #f5a62366}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #f5a62380;background:var(--accent-light)}.hero-note{margin-top:20px;font-size:14px;opacity:.85}.hero-logo{height:100px;width:auto;margin-bottom:25px;filter:brightness(0) invert(1)}.hero-ctas{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.cta-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);padding:16px 32px}.cta-button.secondary:hover{background:#ffffff1a;border-color:#fff}.features-section{padding:40px 20px;background:var(--bg);text-align:center}.section-heading{font-size:28px;color:var(--primary);text-align:center;margin-bottom:25px;font-weight:700}.features-scroll{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;max-width:700px;margin:0 auto 20px}.feature-chip{display:inline-flex;align-items:center;gap:8px;background:var(--bg-card);border:1px solid var(--border);border-radius:25px;padding:10px 20px;font-size:15px;font-weight:500;color:var(--primary);box-shadow:0 2px 8px #0000000f}.chip-icon{font-size:18px}.features-subtext{max-width:600px;margin:0 auto;font-size:15px;color:var(--text-light);line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;max-width:900px;margin:0 auto}.feature-card{background:var(--bg-card);border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.feature-icon{font-size:40px;margin-bottom:15px}.feature-card h3,.feature-title{font-size:20px;color:var(--primary);margin:0 0 12px;font-weight:600}.feature-card p,.feature-description{font-size:15px;color:var(--text-light);line-height:1.6;margin:0}.preview-section{padding:60px 20px;background:linear-gradient(180deg,var(--bg) 0%,#e8f4f9 100%)}.preview-intro{text-align:center;max-width:600px;margin:0 auto 30px;font-size:16px;color:var(--text-light)}.sample-report{max-width:800px;margin:0 auto;background:var(--bg-card);border-radius:16px;padding:30px;box-shadow:0 4px 30px #0000001a;position:relative}.sample-badge{position:absolute;top:8px;right:15px;background:var(--secondary);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600}.sample-metadata{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid var(--border);flex-wrap:wrap}.sample-metadata .metadata-main{flex:1;min-width:200px}.sample-metadata .sermon-title{font-size:22px;color:var(--primary);margin:0 0 8px}.sample-metadata .preacher-name{font-size:16px;font-weight:600;color:var(--text);margin:0 0 4px}.sample-metadata .church-info{font-size:14px;color:var(--text-light);margin:0}.sample-metadata .metadata-stats{display:flex;gap:10px;flex-wrap:wrap}.sample-section{margin-bottom:20px;border:1px solid var(--border);border-radius:10px;overflow:hidden}.sample-section .section-title{font-size:16px;color:var(--primary);margin:0 0 12px;padding:0}.sample-section.voice-section,.sample-section.archetype-section,.sample-section.encouragement-section{padding:20px;border:none;background:transparent}.sample-section.archetype-section{background:linear-gradient(135deg,#f5a6230d,#ff8c000d);border-left:4px solid var(--accent);margin-top:15px}.sample-section .voice-description{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:15px}.sample-section .style-badges{display:flex;gap:10px;flex-wrap:wrap}.sample-section .encouragement-box{border-left:4px solid var(--accent);padding:15px 18px;background:#fffbf5;margin-bottom:15px;border-radius:0 8px 8px 0}.sample-section .delivery-notes h5{font-size:14px;font-weight:600;margin-bottom:8px;color:var(--text)}.sample-section .delivery-notes ul{list-style:none;padding:0;margin:0}.sample-section .delivery-notes li{padding:6px 0;color:#059669;font-size:14px}.coaching-highlight{margin-top:18px;padding:16px 18px;background:linear-gradient(135deg,#e8f7fc,#f0f9ff);border-left:4px solid var(--secondary);border-radius:0 10px 10px 0}.coaching-highlight .highlight-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--secondary-dark);margin-bottom:8px}.coaching-highlight p{font-size:15px;line-height:1.6;color:var(--text);margin:0;font-style:italic}.sample-section .section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:var(--bg);border:none;cursor:pointer;font-size:16px;font-weight:600;color:var(--primary);text-align:left}.sample-section .section-header:hover{background:#e8f4f9}.sample-section .toggle-icon{font-size:20px;color:var(--secondary)}.sample-section .section-content{padding:20px;border-top:1px solid var(--border)}.sample-section .metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.sample-section .metric-card{text-align:center;padding:20px 15px;background:var(--bg);border-radius:10px;border:1px solid var(--border)}.sample-section .metric-card.highlight{background:linear-gradient(135deg,#e8f7fc,#f0f9ff);border-color:var(--secondary)}.sample-section .metric-value{display:block;font-size:32px;font-weight:700;color:var(--secondary-dark);margin-bottom:4px}.sample-section .metric-label{display:block;font-size:13px;font-weight:600;color:var(--primary);margin-bottom:4px}.sample-section .metric-context{font-size:12px;color:var(--text-light)}.sample-section .pace-bar{height:6px;background:#e5e7eb;border-radius:3px;margin-top:10px;overflow:hidden}.sample-section .pace-fill{height:100%;background:linear-gradient(90deg,var(--secondary) 0%,var(--primary) 100%);border-radius:3px}.sample-section .filler-words-section{background:#fffbf5;border:1px solid #f5d89a;border-radius:10px;padding:18px}.sample-section .filler-words-section h5{font-size:14px;font-weight:600;margin:0 0 12px;color:var(--text)}.sample-section .filler-summary{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:12px}.sample-section .filler-rating{padding:8px 16px;border-radius:20px;font-size:13px}.sample-section .filler-rating.good{background:#dbeafe;color:#1e40af}.sample-section .rating-score{font-weight:600;margin-right:8px}.sample-section .filler-breakdown{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.sample-section .breakdown-label{font-size:13px;color:var(--text-light)}.sample-section .filler-pill{padding:4px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:15px;font-size:12px;color:#92400e}.sample-section .model-analysis-card{border:1px solid var(--border);border-radius:10px;padding:20px;background:var(--bg-card)}.sample-section .model-analysis-card.alignment-strong{border-left:4px solid var(--success)}.sample-section .model-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.sample-section .model-header h5{font-size:18px;color:var(--primary);margin:0}.sample-section .alignment-badge{padding:4px 12px;border-radius:15px;font-size:12px;font-weight:600}.sample-section .alignment-badge.alignment-strong{background:#dcfce7;color:#166534}.sample-section .model-description{font-size:14px;color:var(--text-light);margin-bottom:15px}.sample-section .model-insights{margin-bottom:12px}.sample-section .model-insights h6{font-size:13px;font-weight:600;margin:0 0 8px}.sample-section .model-insights.strengths h6{color:#059669}.sample-section .model-insights.opportunities h6{color:#d97706}.sample-section .model-insights ul{list-style:none;padding:0;margin:0}.sample-section .model-insights li{font-size:14px;padding:4px 0}.sample-section .model-insights.strengths li{color:#059669}.sample-section .model-insights.opportunities li{color:#d97706}.sample-section .coaching-note{background:#f8f9fa;padding:12px 15px;border-radius:8px;font-size:14px;color:var(--text);font-style:italic;margin-top:12px}.sample-section .growth-path-card{border:2px dashed var(--secondary);border-radius:10px;padding:20px}.sample-section .growth-path-card h5{font-size:18px;color:var(--primary);margin:0 0 10px}.sample-section .growth-reason{font-size:14px;color:var(--text);margin-bottom:15px}.sample-section .first-step{background:linear-gradient(135deg,#e8f7fc,#f0f9ff);padding:12px 15px;border-radius:8px;font-size:14px;color:var(--text)}.transition-cta-section{padding:50px 20px;background:linear-gradient(180deg,#e8f4f9 0%,var(--bg) 100%);text-align:center}.transition-heading{font-size:24px;color:var(--primary);margin:0 0 20px;font-weight:600}.cta-button.orange,.button.orange{background:#f97316!important;border-color:#f97316!important}.cta-button.orange:hover,.button.orange:hover{background:#ea580c!important;border-color:#ea580c!important}.how-it-works-section{padding:60px 20px;background:var(--bg-card)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:900px;margin:0 auto}.step-card{background:var(--bg);border-radius:16px;padding:30px;text-align:center;border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.step-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.step-card .step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--gradient);color:#fff;font-size:20px;font-weight:700;margin-bottom:16px}.step-title{font-size:18px;font-weight:600;color:var(--primary);margin:0 0 10px}.step-description{font-size:14px;color:var(--text-light);line-height:1.6;margin:0}.steps-container{max-width:700px;margin:0 auto}.step{display:flex;gap:25px;align-items:flex-start;margin-bottom:35px}.step:last-child{margin-bottom:0}.step-number{flex-shrink:0;width:50px;height:50px;background:var(--gradient);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.step-content h3{font-size:20px;color:var(--primary);margin:0 0 8px}.step-content p{font-size:15px;color:var(--text-light);line-height:1.6;margin:0}.how-it-works-compact{padding:30px 20px;background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.steps-inline{display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap}.step-inline{display:flex;align-items:center;gap:8px}.step-num{width:28px;height:28px;background:var(--gradient);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.step-text{font-size:15px;font-weight:500;color:var(--primary)}.step-arrow{color:var(--secondary);font-size:18px;font-weight:300}.paywall{max-width:700px;margin:0 auto;padding:20px 0 40px}.paywall-header{text-align:center;margin-bottom:40px}.paywall-icon{font-size:48px;margin-bottom:16px}.paywall-header h2{font-size:28px;color:var(--primary);margin:0 0 10px}.paywall-header p{font-size:16px;color:var(--text-light);max-width:480px;margin:0 auto}.paywall-cards{grid-template-columns:repeat(2,1fr)!important;max-width:700px!important}.pricing-card .amount-original{text-decoration:line-through;opacity:.5;font-size:1.2rem;font-weight:500;margin-right:4px;color:var(--text-light)}.discount-pending{margin-top:16px;padding:10px 14px;background:#fef3c7;border:1px solid #f5d89a;border-radius:8px;font-size:13px;color:#92400e;text-align:center}.pricing-section{padding:60px 20px;background:linear-gradient(180deg,#f0f7fc,#e8f4f9)}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:900px;margin:0 auto 50px}.pricing-card{background:var(--bg-card);border-radius:16px;padding:30px 25px;box-shadow:0 4px 20px #00000014;text-align:center;position:relative;border:2px solid transparent;transition:transform .3s,box-shadow .3s}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.pricing-card.standard{border-color:var(--secondary)}.pricing-card.rural{background:linear-gradient(135deg,#fff8eb,#fff5e0);border-color:#f5d89a}.pricing-volume-row{display:flex;justify-content:center;max-width:900px;margin:0 auto 50px}.pricing-volume-row .pricing-card{max-width:400px;width:100%}.pricing-badge{position:absolute;top:-18px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;padding:5px 15px;border-radius:20px;font-size:12px;font-weight:600}.pricing-header h3{font-size:18px;color:var(--primary);margin:0 0 10px}.pricing-card .price{margin-bottom:15px}.pricing-card .amount{font-size:42px;font-weight:700;color:var(--primary)}.pricing-card .amount-small{font-size:20px;font-weight:600;color:#c47f17}.pricing-card .period{font-size:16px;color:var(--text-light)}.pricing-description{font-size:14px;color:var(--text-light);margin-bottom:20px}.pricing-features{list-style:none;padding:0;margin:0;text-align:left}.pricing-features li{padding:8px 0;font-size:14px;color:var(--text);border-bottom:1px solid var(--border)}.pricing-features li:last-child{border-bottom:none}.rural-contact{display:inline-block;margin-top:15px;color:var(--secondary-dark);font-weight:600;text-decoration:none}.rural-contact:hover{text-decoration:underline}.pricing-cta-button{display:block;width:100%;margin-top:20px;padding:14px 20px;border:2px solid var(--border);border-radius:8px;background:#fff;color:var(--primary);font-size:15px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s}.pricing-cta-button:hover{background:var(--bg);border-color:var(--primary)}.pricing-cta-button.primary{background:#f97316;border-color:#f97316;color:#fff}.pricing-cta-button.primary:hover{background:#ea580c;border-color:#ea580c}.pricing-cta-button.rural-btn{background:#fef3c7;border-color:#f5d89a;color:#92400e}.pricing-cta-button.rural-btn:hover{background:#fde68a;border-color:#fbbf24}.login-section{max-width:500px;margin:0 auto;background:var(--bg-card);border-radius:16px;padding:40px;box-shadow:0 4px 30px #0000001a;text-align:center}.login-section h3{font-size:24px;color:var(--primary);margin:0 0 10px}.login-section .login-description{font-size:15px;color:var(--text-light);margin-bottom:25px}.clerk-buttons{display:flex;flex-direction:column;align-items:center;gap:14px}.login-section .login-form{margin-bottom:0}.login-section .input-row{display:flex;gap:12px}.login-section .input-row input{flex:1;padding:14px 18px;border:2px solid var(--border);border-radius:10px;font-size:16px;transition:border-color .2s,box-shadow .2s}.login-section .input-row input:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #33c3f026}.login-section .button.primary{width:auto;white-space:nowrap;padding:14px 30px}.login-section .error{margin-bottom:20px}.terms-checkbox{display:flex;align-items:flex-start;gap:10px;margin-top:15px;font-size:14px;color:var(--text-light);cursor:pointer}.terms-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:var(--secondary)}.terms-checkbox span{line-height:1.4}.terms-checkbox a{color:var(--secondary-dark);text-decoration:none;font-weight:500}.terms-checkbox a:hover{text-decoration:underline}@media (max-width: 768px){.hero-section{padding:40px 20px}.hero-logo{height:70px;margin-bottom:20px}.hero-title{font-size:28px}.hero-subtitle{font-size:16px;margin-bottom:25px}.hero-ctas{flex-direction:column;gap:12px}.cta-button{padding:14px 28px;font-size:15px;width:100%}.cta-button.secondary{padding:12px 24px}.features-section{padding:30px 15px}.features-scroll{gap:8px}.feature-chip{padding:8px 14px;font-size:13px}.features-subtext{font-size:14px}.features-grid{grid-template-columns:1fr;gap:20px}.section-heading{font-size:22px;margin-bottom:20px}.how-it-works-compact{padding:25px 15px}.steps-inline{flex-direction:column;gap:12px}.step-arrow{transform:rotate(90deg)}.how-it-works-section{padding:40px 15px}.steps-grid{grid-template-columns:1fr;gap:20px;max-width:400px}.step-card{padding:25px 20px}.transition-cta-section{padding:40px 20px}.transition-heading{font-size:20px}.sample-report{padding:20px}.sample-badge{position:static;display:inline-block;margin-bottom:15px}.sample-metadata{flex-direction:column}.sample-metadata .metadata-stats{justify-content:flex-start}.sample-section .metrics-grid{grid-template-columns:1fr;gap:12px}.sample-section .filler-summary{flex-direction:column;align-items:flex-start}.pricing-cards{grid-template-columns:1fr;max-width:400px}.login-section{padding:30px 20px}.login-section .input-row{flex-direction:column}.login-section .button.primary{width:100%}.step{gap:18px}.step-number{width:40px;height:40px;font-size:18px}.step-content h3{font-size:18px}}.dashboard-container{max-width:900px;margin:0 auto;padding:40px 20px}.welcome-toast-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:flex-start;justify-content:center;padding-top:80px;z-index:200}.welcome-toast{position:relative;background:linear-gradient(135deg,#fffbea,#fff3cc);border:2px solid #f5d89a;border-radius:16px;padding:24px 40px 24px 24px;max-width:560px;width:90%;box-shadow:0 8px 32px #0003}.welcome-toast-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:1.4rem;color:#999;cursor:pointer;line-height:1;padding:4px 8px}.welcome-toast-close:hover{color:#333}.welcome-toast-inner{display:flex;gap:20px;align-items:flex-start}.welcome-toast-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#f5d89a}.welcome-toast-text h3{margin:0 0 8px;font-size:1.1rem;color:#333}.welcome-toast-text p{margin:0;font-size:.95rem;line-height:1.5;color:#555}.welcome-toast-text a{color:var(--secondary);text-decoration:underline}.construction-cone{position:fixed;bottom:20px;right:20px;background:#fffbea;border:2px solid #f5d89a;border-radius:50%;width:48px;height:48px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000026;opacity:.9;transition:opacity .2s,transform .2s;z-index:100}.construction-cone:hover{opacity:1;transform:scale(1.1);box-shadow:0 4px 16px #0003}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;flex-wrap:wrap;gap:16px}.welcome-section h1{font-size:32px;font-weight:700;color:var(--primary);margin:0 0 4px}.welcome-subtitle{color:var(--text-light);font-size:16px;margin:0}.header-right{display:flex;align-items:center}.sub-badge{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500}.sub-badge.active{background:#10b98126;color:#059669}.sub-badge.trial{background:#f5a62326;color:#d97706}.sub-badge.free{background:var(--bg);color:var(--text-light)}.dashboard-stats{display:flex;gap:16px;margin-bottom:30px;flex-wrap:wrap}.dashboard-stats .stat-card{background:#fff;border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000d;min-width:140px}.dashboard-stats .stat-card.church{flex-direction:row;align-items:center;gap:12px;flex:1}.dashboard-stats .stat-number{font-size:36px;font-weight:700;color:var(--primary);line-height:1}.dashboard-stats .stat-label{font-size:13px;color:var(--text-light);margin-top:4px}.dashboard-stats .stat-icon{font-size:24px}.dashboard-stats .stat-church{font-size:15px;color:var(--text);font-weight:500}.dashboard-cta{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:16px;padding:40px;text-align:center;margin-bottom:40px}.analyze-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:var(--primary);border:none;padding:16px 40px;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #00000026}.analyze-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.analyze-btn .btn-icon{font-size:24px}.cta-hint{color:#fffc;font-size:14px;margin-top:12px}.dashboard-recent{margin-bottom:40px}.dashboard-recent .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dashboard-recent h2{font-size:20px;font-weight:600;color:var(--primary);margin:0}.view-all-btn{background:none;border:none;color:var(--secondary-dark);font-size:14px;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:6px;transition:background .2s}.view-all-btn:hover{background:var(--bg)}.sermon-list{display:flex;flex-direction:column;gap:12px}.sermon-card{background:#fff;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;box-shadow:0 2px 8px #0000000d;transition:all .2s}.sermon-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.sermon-main{flex:1;min-width:0}.sermon-title{font-size:16px;font-weight:600;color:var(--primary);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sermon-meta{font-size:13px;color:var(--text-light);margin:0}.view-report{color:var(--secondary-dark);font-size:14px;font-weight:500;white-space:nowrap}.empty-state{background:#fff;border-radius:16px;padding:50px 30px;text-align:center;box-shadow:0 2px 8px #0000000d}.empty-icon{font-size:48px;margin-bottom:16px}.empty-state h3{font-size:20px;font-weight:600;color:var(--primary);margin:0 0 8px}.empty-state>p{color:var(--text-light);max-width:400px;margin:0 auto 24px}.empty-features{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.empty-features .feature{display:flex;align-items:center;gap:8px;color:var(--text);font-size:14px}.empty-features .feature-icon{font-size:18px}.upgrade-banner{background:linear-gradient(135deg,#f8fafc,#e0f2fe);border:1px solid var(--border);border-radius:12px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;flex-wrap:wrap}.upgrade-content h3{font-size:18px;font-weight:600;color:var(--primary);margin:0 0 4px}.upgrade-content p{font-size:14px;color:var(--text-light);margin:0}.upgrade-btn{background:var(--gradient);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.upgrade-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e3a5f4d}.dashboard-tips{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.dashboard-tips h3{font-size:16px;font-weight:600;color:var(--primary);margin:0 0 16px}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.dashboard-tips .tip{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text)}.dashboard-tips .tip-icon{font-size:18px;flex-shrink:0}@media (max-width: 768px){.dashboard-container{padding:20px 16px}.welcome-section h1{font-size:26px}.dashboard-stats{flex-direction:column}.dashboard-stats .stat-card{width:100%;flex-direction:row;align-items:center;gap:16px}.dashboard-stats .stat-card.church{order:-1}.dashboard-cta{padding:30px 20px}.analyze-btn{width:100%;justify-content:center}.upgrade-banner{flex-direction:column;text-align:center}.upgrade-btn{width:100%}.empty-features{flex-direction:column;align-items:center}}.progress-context{text-align:center;margin:20px 0}.progress-title{font-size:18px;font-weight:600;color:var(--text);margin:0 0 8px}.progress-subtitle{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.5}.progress-reassurance{text-align:center;font-style:italic;color:var(--text-secondary);font-size:13px;margin:15px 0;padding:0 20px}.email-notification-status{text-align:center;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:12px 20px;border-radius:8px;margin:15px 0;font-size:14px;color:#2e7d32}.late-email-prompt{background:linear-gradient(135deg,#fff8e1,#ffecb3);padding:20px;border-radius:12px;margin:20px 0;text-align:center}.late-email-prompt p{margin:0 0 15px;color:var(--text);font-size:14px}.late-email-input{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.late-email-input input{padding:10px 15px;border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:200px}.late-email-input button{padding:10px 20px;background:var(--primary);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.late-email-input button:disabled{opacity:.6;cursor:not-allowed}.late-email-input button:hover:not(:disabled){background:var(--primary-dark)}.time-estimate-banner{background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:15px 20px;border-radius:10px;margin:20px 0;text-align:center;border:1px solid #90caf9}.time-estimate-banner strong{display:block;font-size:16px;color:#1565c0;margin-bottom:5px}.time-estimate-banner .time-breakdown{font-size:13px;color:#1976d2}.email-notify-option{background:linear-gradient(135deg,#fff8e1,#ffecb3);padding:18px 20px;border-radius:10px;margin:20px 0;text-align:center;border:1px solid #ffe082}.email-notify-prompt{margin:0 0 12px;color:var(--text);font-size:14px}.email-notify-input{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.email-notify-input .email-input{padding:10px 15px;border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:220px;background:#fff}.email-notify-input .email-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.notify-me-btn{padding:10px 20px;background:var(--primary);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s ease}.notify-me-btn:disabled{opacity:.5;cursor:not-allowed}.notify-me-btn:hover:not(:disabled){background:var(--primary-dark)}.lead-toast{position:fixed;bottom:24px;right:24px;z-index:9000;background:#fff;border-radius:14px;box-shadow:0 8px 32px #0000002e;padding:20px;width:300px;animation:toastSlideIn .35s ease}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.lead-toast-close{position:absolute;top:10px;right:12px;background:none;border:none;cursor:pointer;font-size:14px;color:#9ca3af;padding:2px 4px;line-height:1}.lead-toast-close:hover{color:#374151}.lead-toast-inner{display:flex;gap:12px;align-items:flex-start}.lead-toast-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #e5e7eb}.lead-toast-body{flex:1;min-width:0}.lead-toast-name{font-weight:600;font-size:13px;color:#111827;margin:0 0 4px}.lead-toast-copy{font-size:12px;color:#6b7280;margin:0 0 10px;line-height:1.45}.lead-toast-form{display:flex;gap:6px}.lead-toast-input{flex:1;font-size:12px;padding:7px 10px;border:1px solid #d1d5db;border-radius:7px;outline:none;min-width:0}.lead-toast-input:focus{border-color:var(--primary, #1e3a5f);box-shadow:0 0 0 2px #1e3a5f1f}.lead-toast-btn{font-size:12px;font-weight:600;padding:7px 12px;background:var(--primary, #1e3a5f);color:#fff;border:none;border-radius:7px;cursor:pointer;white-space:nowrap}.lead-toast-btn:hover:not(:disabled){background:#162d4a}.lead-toast-btn:disabled{opacity:.6;cursor:default}.lead-toast-success{font-size:13px;font-weight:600;color:#16a34a;margin:0;padding:6px 0}.lead-toast-later{background:none;border:none;padding:0;margin-top:8px;font-size:11px;color:#9ca3af;cursor:pointer;text-decoration:underline;display:block}.lead-toast-later:hover{color:#6b7280}@media (max-width: 480px){.lead-toast{bottom:12px;right:12px;left:12px;width:auto}}.wizard-steps{display:flex;align-items:center;justify-content:center;gap:0;margin:24px 0 32px}.wizard-step-wrapper{display:flex;align-items:center}.wizard-step{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:80px}.wizard-step-num{width:32px;height:32px;border-radius:50%;border:2px solid #d1d5db;background:#fff;color:#9ca3af;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.wizard-step.active .wizard-step-num{border-color:#2d6a4f;background:#2d6a4f;color:#fff}.wizard-step.done .wizard-step-num{border-color:#52b788;background:#52b788;color:#fff}.wizard-step-label{font-size:12px;color:#9ca3af;font-weight:500;white-space:nowrap}.wizard-step.active .wizard-step-label,.wizard-step.done .wizard-step-label{color:#2d6a4f}.wizard-connector{width:48px;height:2px;background:#e5e7eb;margin:0 4px 18px;transition:background .2s ease}.wizard-connector.done{background:#52b788}.upload-step{animation:stepFadeIn .25s ease}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.optional-label{font-size:13px;font-weight:400;color:#9ca3af;margin-left:6px}.contact-email{font-size:13px;color:#6b7280;margin-top:2px}.step2-upload-status{margin-bottom:24px}.step2-status-label{font-size:14px;color:#374151;margin-bottom:8px;font-weight:500}.step2-columns{display:grid;grid-template-columns:1fr 320px;gap:32px;align-items:start}@media (max-width: 900px){.step2-columns{grid-template-columns:1fr}}.step2-models{min-width:0}.step2-whats-included{background:#f8faf9;border:1px solid #d1fae5;border-radius:10px;padding:20px}.whats-included-title{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 14px;text-transform:uppercase;letter-spacing:.05em}.whats-included-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.whats-included-item{display:flex;align-items:flex-start;gap:10px}.wi-icon{font-size:16px;flex-shrink:0;margin-top:1px}.wi-text{display:flex;flex-direction:column;gap:1px}.wi-label{font-size:13px;font-weight:600;color:#1f2937}.wi-desc{font-size:12px;color:#6b7280;line-height:1.4}.wi-extra{margin-top:6px;padding-top:10px;border-top:1px solid #d1fae5}.step2-transcribing{margin-top:24px;text-align:center;color:#6b7280;font-size:14px}.step2-transcribing .coach-visual{margin:0 auto 12px}
