*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1b2d3e;--primary-dark: #12202d;--primary-light: #2d4a5f;--secondary: #4e7d8e;--secondary-dark: #3d6470;--accent: #f5a623;--accent-light: #ffbe4d;--success: #10b981;--warning: #f5a623;--error: #ef4444;--text: #1b2d3e;--text-light: #6b8090;--bg: #f5efe8;--bg-card: #ffffff;--border: #ede5db;--gradient: linear-gradient(135deg, #1b2d3e 0%, #4e7d8e 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:#c8d3d7;color:#1b2d3e;padding:15px 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #b8c5ca}.logo{display:flex;align-items:center}.logo-image{height:100px;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:#1b2d3e}.logout-btn,.history-btn,.admin-btn,.manage-btn{background:#1b2d3e;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:#2d4a5f}.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}.login-btn--primary{background:#1b2d3e;box-shadow:none;border:1px solid #1b2d3e}.login-btn--primary:hover{background:#253f58;box-shadow:none}.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}.footer-copyright{font-size:11px;margin-top:8px;opacity:.5;color:#fff}.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:#4e7d8e;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:#f5efe8}.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:#f5efe8}.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:#f5efe8;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:#ede5db;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:background .2s}.cancel-btn:hover:not(:disabled){background:#ede5db}.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,#f5efe8,#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}.play-again-btn{display:inline-block;margin-top:10px;padding:8px 24px;border-radius:8px;border:none;background:var(--secondary);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.play-again-btn:hover{background:var(--primary)}.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,#f5efe8,#ede5db)}.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,#f5efe8,#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:#ede5db}.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,#f5efe8,#f5efe8);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:#ede5db;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)}.witness-note{padding:15px;background:#f5efe8;border-radius:8px;font-size:14px;border-left:4px solid var(--secondary)}.model-analysis-disabled{opacity:.6}.model-analysis-disabled .section-header.disabled{background:#ede5db;padding:15px 20px;border-radius:10px;display:flex;justify-content:space-between;align-items:center;cursor:default}.model-analysis-disabled .disabled-badge{background:#ede5db;color:#64748b;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.model-analysis-disabled .disabled-content{padding:20px;background:#f5efe8;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,#ede5db);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:#f5efe8;border:1px solid #ede5db;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:#ede5db}.toggle-icon{font-size:18px;font-weight:700;color:var(--text-light)}.legend-content{padding:0 16px 16px;border-top:1px solid #ede5db}.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:#ede5db;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:#1b2d3e;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 #ede5db;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:#1b2d3e;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;display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.report-actions .primary-button{width:auto}@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,#f5efe8,#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,#f5efe8,#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:#f5efe8;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,#f5efe8,#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,#f5efe8,#ede5db);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:#f5efe8}.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:#f5efe8}.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,#f5efe8,#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:#f5efe8}.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:#f5efe8}.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:#ede5db;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:#f5efe8;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:#ede5db;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 #ede5db;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:#1b2d3e!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:#6b8090}.lead-card .lead-church{font-size:14px!important;color:#2c3e50!important;font-weight:600!important}.lead-card .lead-location{font-size:13px;color:#6b8090!important}.lead-card .lead-time{font-size:12px;color:#6b8090;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:#f5efe8}.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:#f5efe8;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:#ede5db;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:#f5efe8}.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:#f5efe8;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:#f5efe8;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,#f5efe8,#ede5db);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,#f5efe8,#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:#f5efe8;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:#ede5db;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:#4e7d8e}.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,#f5efe8,#ede5db);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,#4e7d8e,#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,#ede5db);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,#f5efe8,#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 #4e7d8e26}.contact-form textarea{resize:vertical;min-height:120px}.contact-form select{cursor:pointer;background:#fff}.contact-submit{padding:14px 24px;background:var(--gradient);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 #1b2d3e40}.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%,#ede5db 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,#f5efe8,#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:#ede5db}.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,#f5efe8,#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 .witness-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,#f5efe8,#f0f9ff);padding:12px 15px;border-radius:8px;font-size:14px;color:var(--text)}.transition-cta-section{padding:50px 20px;background:linear-gradient(180deg,#ede5db 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,#f5efe8,#ede5db)}.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.quarterly{border-color:var(--accent)}.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-from{margin:0 0 6px;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7a5d1b}.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,#f5efe8,#ede5db);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, #1b2d3e);box-shadow:0 0 0 2px #1e3a5f1f}.lead-toast-btn{font-size:12px;font-weight:600;padding:7px 12px;background:var(--primary, #1b2d3e);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}.processing-error{text-align:center;padding:48px 24px}.processing-error-icon{font-size:40px;margin-bottom:16px;color:#b45309}.processing-error h3{font-size:20px;font-weight:600;color:#1b2d3e;margin:0 0 8px}.processing-error p{color:#5a7a8a;margin:0 0 24px}.processing-error .button.primary{display:inline-block}@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}.auth-page{min-height:100vh;background:#4e7d8e;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{background:linear-gradient(160deg,#f9f3eb,#f0e8da);border-radius:16px;box-shadow:0 8px 32px #1b2d3e38;padding:48px 40px 40px;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center}.auth-logo{width:240px;height:auto;margin-bottom:36px}.auth-form-container{width:100%;display:flex;flex-direction:column;gap:0}.auth-form-container h2{font-size:20px;font-weight:600;color:#1b2d3e;margin-bottom:20px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.auth-form input{width:100%;padding:11px 14px;border:1.5px solid #c8b9a8;border-radius:8px;font-size:15px;color:#1b2d3e;background:#ffffff8c;transition:border-color .2s,background .2s;outline:none}.auth-form input:focus{border-color:#4e7d8e;background:#fffc}.auth-submit-btn{width:100%;padding:12px;background:#1b2d3e;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;margin-top:4px;transition:background .2s,transform .2s;letter-spacing:.02em}.auth-submit-btn:hover:not(:disabled){background:#2d4a5f;transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#c0392b;font-size:13px;margin:0}.auth-link{background:none;border:none;color:#7a8f9a;font-size:13px;cursor:pointer;padding:6px 0;text-align:center;width:100%;transition:color .2s}.auth-link:hover{color:#4e7d8e}.shell{display:flex;flex-direction:column;min-height:100vh;background:#faf9f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif}.trial-banner{padding:10px 28px;display:flex;align-items:center;justify-content:center;gap:16px;font-size:13px;font-weight:500;flex-shrink:0}.trial-banner--soft{background:#f0f4f8;color:#4a6070;border-bottom:1px solid #dae2e8}.trial-banner--urgent{background:#fef3e8;color:#7a4a1e;border-bottom:1px solid #f5d8b0}.trial-banner--extended{background:#eef4f0;color:#3a5a42;border-bottom:1px solid #c8dece;font-style:italic}.trial-banner-btn{background:#1b2d3e;color:#fff;border:none;padding:5px 14px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.trial-banner-btn:hover{background:#253f58}.shell-header{background:#c8d3d7;border-bottom:1px solid #b8c5ca;padding:12px 28px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.shell-header-logo{height:110px;width:auto}.shell-content{display:flex;flex:1;overflow:hidden}.sidebar{width:200px;flex-shrink:0;height:100%;overflow-y:auto;display:flex;flex-direction:column;background:#f2efe9;border-right:1px solid #e3ddd6}.sidebar-nav{flex:1;padding:14px 0}.sidebar-section-label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#a09890;padding:8px 14px 5px;margin:0}.sidebar-space-item{display:flex;align-items:center;justify-content:space-between;padding:6px 14px;font-size:15px;font-weight:500;color:#3d3830;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .12s;border-radius:0}.sidebar-space-item:hover:not(.is-soon){background:#0000000a}.sidebar-space-item.is-active-space{color:#1b2d3e}.sidebar-space-item.is-soon{color:#b0a89f;cursor:default}.sidebar-tool-item{display:flex;align-items:center;justify-content:space-between;padding:5px 14px 5px 26px;font-size:14px;color:#6b6259;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .12s,color .12s}.sidebar-tool-item:hover:not(.is-soon){background:#0000000a;color:#1b2d3e}.sidebar-tool-item.is-active{color:#1b2d3e;font-weight:500;background:#1b2d3e12}.sidebar-tool-item.is-soon{color:#c0b8b0;cursor:default}.sidebar-badge-soon{font-size:12px;font-weight:600;color:#a09890;background:#e6e0d8;padding:2px 7px;border-radius:10px}.sidebar-footer{padding:10px 0 16px;border-top:1px solid #e3ddd6;display:flex;flex-direction:column}.sidebar-footer-link{padding:6px 14px;font-size:13px;color:#a09890;cursor:pointer;transition:color .12s;text-decoration:none;display:block}.sidebar-footer-link:hover{color:#5f5a55}.shell-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.shell-topbar{height:42px;display:flex;align-items:center;padding:0 28px;background:#fff;border-bottom:1px solid #ede9e3;flex-shrink:0}.shell-user-area{display:flex;align-items:center;gap:12px}.shell-user-name{font-size:14px;color:#4a6070}.shell-signout-btn{font-size:14px;color:#4a6070;background:none;border:1px solid rgba(27,45,62,.2);border-radius:5px;cursor:pointer;padding:5px 12px;transition:background .12s,color .12s,border-color .12s}.shell-signout-btn:hover{background:#1b2d3e14;color:#1b2d3e;border-color:#1b2d3e59}.shell-manage-btn{font-size:14px;color:#4a6070;background:none;border:1px solid rgba(27,45,62,.2);border-radius:5px;cursor:pointer;padding:5px 12px;transition:background .12s,color .12s}.shell-manage-btn:hover{background:#1b2d3e14;color:#1b2d3e}.breadcrumb{display:flex;align-items:center;gap:0;font-size:14px}.breadcrumb-item{color:#a09890;cursor:pointer;padding:2px 0;transition:color .12s}.breadcrumb-item:hover{color:#3d3830}.breadcrumb-item.is-current{color:#3d3830;font-weight:500;cursor:default}.breadcrumb-sep{color:#d5cfc9;margin:0 6px;font-size:13px}.shell-main{flex:1;overflow-y:auto;background:#faf9f7}.platform-home{padding:60px 48px 80px;max-width:820px}.platform-greeting{margin-bottom:48px}.platform-greeting h1{font-size:1.9rem;font-weight:400;color:#1a1917;margin-bottom:6px;letter-spacing:-.02em;line-height:1.2}.platform-greeting p{font-size:1rem;color:#7a7169;margin:0}.spaces-section-label{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#a09890;margin:0 0 14px;display:block}.spaces-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.space-card{background:#fff;border:1px solid #e5e0d9;border-radius:8px;padding:24px 26px;cursor:pointer;transition:border-color .15s,box-shadow .15s;display:flex;flex-direction:column;min-height:175px}.space-card:hover:not(.is-soon-card){border-color:#c8c0b6;box-shadow:0 2px 10px #0000000f}.space-card.is-soon-card{cursor:default;opacity:.6}.space-card-title{font-size:1.05rem;font-weight:600;color:#1a1917;margin:0 0 8px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.space-card-badge-soon{font-size:12px;font-weight:600;color:#a09890;background:#ede9e3;padding:2px 7px;border-radius:10px;letter-spacing:.03em}.space-card-desc{font-size:.875rem;color:#7a7169;line-height:1.55;margin:0;flex:1}.space-card-tools-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.space-tool-chip{font-size:13px;color:#7a7169;background:#f2efe9;padding:3px 9px;border-radius:20px;font-weight:500}.space-card-enter{margin-top:14px;font-size:14px;color:#b0a89f;transition:color .12s}.space-card:hover:not(.is-soon-card) .space-card-enter{color:#1b2d3e}.space-hub{padding:56px 48px 80px;max-width:820px}.space-hub-heading{margin-bottom:40px}.space-hub-heading h1{font-size:1.6rem;font-weight:400;color:#1a1917;margin-bottom:6px;letter-spacing:-.02em;line-height:1.2}.space-hub-heading p{font-size:.95rem;color:#7a7169;margin:0}.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tool-card{background:#fff;border:1px solid #e5e0d9;border-radius:8px;padding:24px 26px;cursor:pointer;transition:border-color .15s,box-shadow .15s;display:flex;flex-direction:column;min-height:200px}.tool-card:hover:not(.is-soon-tool){border-color:#c8c0b6;box-shadow:0 2px 10px #0000000f}.tool-card.is-soon-tool{cursor:default;opacity:.55}.tool-card-name{font-size:1.05rem;font-weight:600;color:#1a1917;margin:0 0 3px}.tool-card-tagline{font-size:.9rem;color:#a09890;margin:0 0 14px;font-weight:400}.tool-card-desc{font-size:.875rem;color:#7a7169;line-height:1.55;margin:0;flex:1}.tool-card-action{margin-top:18px;font-size:14px;color:#b0a89f;transition:color .12s}.tool-card:hover:not(.is-soon-tool) .tool-card-action{color:#1b2d3e}.tool-card-action.is-soon-action{color:#c0b8b0;font-style:italic}.coming-soon-page{max-width:480px}.coming-soon-page p{font-size:.95rem;color:#7a7169;line-height:1.7;margin:0}.auth-page-wrap{min-height:100vh;background:#faf9f7;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card-wrap{background:#fff;border:1px solid #e5e0d9;border-radius:12px;padding:40px;width:100%;max-width:400px}.auth-logo-wrap{display:flex;justify-content:center;margin-bottom:28px}.auth-logo-img{height:80px;width:auto}.auth-heading{font-size:1.1rem;font-weight:600;color:#1a1917;margin:0 0 20px;text-align:center}.auth-form-fields{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.auth-input{width:100%;padding:10px 13px;border:1px solid #e5e0d9;border-radius:6px;font-size:14px;color:#1a1917;background:#fff;transition:border-color .15s;outline:none;font-family:inherit}.auth-input:focus{border-color:#4e7d8e}.auth-secondary-links{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:4px}.auth-text-btn{background:none;border:none;cursor:pointer;font-size:14px;color:#7a7169;padding:2px;font-family:inherit;transition:color .12s}.auth-text-btn:hover{color:#1b2d3e}.auth-page-switch{margin-top:20px;text-align:center;font-size:13px;color:#9a9089}.signin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#140f0a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.signin-modal-card{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:380px;position:relative;box-shadow:0 8px 32px #0000001f}.signin-modal-logo{display:flex;justify-content:center;margin-bottom:24px}.signin-modal-logo img{height:80px;width:auto}.signin-modal-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:22px;color:#a09890;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1;transition:color .12s}.signin-modal-close:hover{color:#3d3830}.sub-badge{font-size:13px;font-weight:600;padding:3px 10px;border-radius:20px}.sub-badge.active{background:#d1fae5;color:#065f46}.sub-badge.trial{background:#fef3c7;color:#92400e}.sub-badge.free{background:#f2efe9;color:#7a7169}@media (max-width: 720px){html,body{overflow-x:hidden;max-width:100vw}.spaces-grid,.tools-grid{grid-template-columns:1fr}.platform-home,.space-hub{padding:36px 24px 60px}.shell-header{padding:10px 16px}.shell-header-logo{height:80px}.shell-topbar{padding:0 16px}.sidebar{display:none}}.spur-page{padding:32px 24px 64px}.spur-step-header{margin-bottom:28px}.spur-title{font-size:24px;font-weight:600;color:#1b2d3e;margin:0 0 6px}.spur-subtitle{font-size:15px;color:#7a7169;margin:0 0 10px}.spur-history-link{background:none;border:none;padding:0;font-size:14px;color:#4a6070;cursor:pointer;font-family:inherit}.spur-history-link:hover{color:#1b2d3e}.spur-step{max-width:680px;background:#fff;border:1px solid #e5e0d9;border-radius:8px;padding:24px}.spur-step+.spur-step{margin-top:16px}.spur-step-label{font-size:15px;font-weight:600;color:#1b2d3e;margin:0 0 6px}.spur-step-hint{font-size:13px;color:#9a9089;margin:0 0 20px}.spur-loading-text{font-size:14px;color:#9a9089;margin:0}.spur-empty-state{padding:20px 0 8px}.spur-empty-state p{font-size:14px;color:#7a7169;margin:0 0 8px}.spur-empty-state strong{color:#1b2d3e}.spur-sermon-list{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;max-height:380px;overflow-y:auto}.spur-sermon-item{padding:12px 14px;border:1px solid #e5e0d9;border-radius:6px;cursor:pointer;transition:border-color .12s,background .12s;-webkit-user-select:none;user-select:none}.spur-sermon-item:hover{border-color:#b8c5ca;background:#faf9f7}.spur-sermon-item.is-selected{border-color:#1b2d3e;background:#f2efe9}.spur-sermon-title{font-size:14px;font-weight:500;color:#1b2d3e;margin-bottom:4px}.spur-sermon-meta{display:flex;gap:12px;font-size:12px;color:#9a9089}.spur-form{max-width:680px;display:flex;flex-direction:column;gap:20px}.spur-field{display:flex;flex-direction:column;gap:6px}.spur-label{font-size:13px;font-weight:500;color:#3d3830}.spur-optional{font-weight:400;color:#9a9089}.spur-field-hint{font-size:12px;color:#9a9089;margin:0}.spur-input{width:100%;padding:9px 12px;border:1px solid #d9d3cc;border-radius:6px;font-size:14px;font-family:inherit;color:#1b2d3e;background:#fff;box-sizing:border-box;transition:border-color .12s}.spur-input:focus{outline:none;border-color:#4a6070}.spur-textarea{width:100%;padding:9px 12px;border:1px solid #d9d3cc;border-radius:6px;font-size:14px;font-family:inherit;color:#1b2d3e;background:#fff;box-sizing:border-box;resize:vertical;line-height:1.5;transition:border-color .12s}.spur-textarea:focus{outline:none;border-color:#4a6070}.spur-image-drop{border:1.5px dashed #d9d3cc;border-radius:6px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;font-size:14px;color:#7a7169;transition:border-color .12s,background .12s}.spur-image-drop:hover{border-color:#4a6070;background:#faf9f7}.spur-image-hint{font-size:12px;color:#b0a89e}.spur-image-preview-wrap{position:relative;display:inline-flex;align-items:flex-start;gap:10px}.spur-image-preview{max-height:120px;max-width:100%;border-radius:6px;border:1px solid #e5e0d9}.spur-remove-image{background:none;border:1px solid #d9d3cc;border-radius:4px;padding:3px 8px;font-size:12px;color:#7a7169;cursor:pointer;font-family:inherit}.spur-uploading-text{font-size:12px;color:#9a9089}.spur-output-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.spur-output-option{display:flex;align-items:center;gap:7px;padding:8px 14px;border:1px solid #d9d3cc;border-radius:20px;font-size:13px;color:#3d3830;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .12s,background .12s}.spur-output-option input{display:none}.spur-output-option.is-checked{border-color:#1b2d3e;background:#1b2d3e;color:#fff}.spur-voice-row{margin-bottom:24px}.spur-voice-row .spur-label{margin-bottom:8px;display:block}.spur-voice-options{display:flex;flex-wrap:wrap;gap:8px}.spur-voice-option{display:flex;align-items:center;gap:6px;padding:7px 13px;border:1px solid #d9d3cc;border-radius:6px;font-size:13px;color:#3d3830;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .12s}.spur-voice-option input{display:none}.spur-voice-option.is-selected{border-color:#4a6070;background:#f2efe9;font-weight:500}.spur-primary-btn{background:#1b2d3e;color:#fff;border:none;padding:11px 22px;border-radius:6px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .12s;margin-top:8px}.spur-primary-btn:hover:not(:disabled){opacity:.88}.spur-primary-btn:disabled{opacity:.5;cursor:default}.spur-top-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.spur-top-nav .spur-back-btn,.spur-top-nav .spur-history-link{margin-bottom:0}.spur-back-btn{background:none;border:none;padding:0;font-size:14px;color:#7a7169;cursor:pointer;font-family:inherit;margin-bottom:16px;display:block}.spur-back-btn:hover{color:#1b2d3e}.spur-error{font-size:13px;color:#b91c1c;margin:0 0 12px}.spur-chosen-sermon{font-size:13px;color:#7a7169;margin-top:4px}.spur-chosen-sermon strong{color:#1b2d3e}.spur-generating{display:flex;align-items:center;justify-content:center;min-height:300px}.spur-generating-inner{text-align:center}.spur-spin-icon{font-size:32px;color:#1b2d3e;animation:spinner-pulse 2s ease-in-out infinite;margin-bottom:20px}@keyframes spinner-pulse{0%,to{opacity:1;transform:scale(1) rotate(0)}50%{opacity:.6;transform:scale(1.1) rotate(180deg)}}.spur-generating-msg{font-size:16px;color:#1b2d3e;font-weight:500;margin:0 0 8px}.spur-generating-sub{font-size:13px;color:#9a9089;margin:0}.spur-results-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;padding:32px 24px 0;max-width:800px}.spur-new-btn{background:none;border:1px solid #d9d3cc;border-radius:6px;padding:8px 14px;font-size:13px;color:#4a6070;cursor:pointer;font-family:inherit;white-space:nowrap;margin-top:4px}.spur-new-btn:hover{border-color:#1b2d3e;color:#1b2d3e}.spur-tabs{display:flex;gap:4px;border-bottom:1px solid #e5e0d9;padding:0 24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;max-width:800px}.spur-tabs::-webkit-scrollbar{display:none}.spur-tab{background:none;border:none;border-bottom:2px solid transparent;padding:10px 14px;font-size:14px;color:#7a7169;cursor:pointer;font-family:inherit;white-space:nowrap;transition:color .12s;margin-bottom:-1px}.spur-tab:hover{color:#1b2d3e}.spur-tab.is-active{color:#1b2d3e;border-bottom-color:#1b2d3e;font-weight:500}.spur-tab-label--short{display:none}.spur-tab-label--full{display:inline}.spur-result-panel{padding:24px;max-width:800px;width:100%;box-sizing:border-box;overflow-x:hidden}.spur-result-block{background:#fff;border:1px solid #e5e0d9;border-radius:8px;padding:20px 22px}.spur-result-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.spur-result-type-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9a9089}.spur-copy-btn{background:none;border:1px solid #d9d3cc;border-radius:5px;padding:5px 12px;font-size:13px;color:#4a6070;cursor:pointer;font-family:inherit;transition:border-color .12s,color .12s}.spur-copy-btn:hover{border-color:#1b2d3e;color:#1b2d3e}.spur-result-text{font-size:15px;color:#2d2820;line-height:1.7;white-space:pre-wrap;margin:0 0 12px}.spur-result-hashtags{font-size:13px;color:#4a6070;line-height:1.6;margin:0}.spur-result-tweet{font-size:16px;font-weight:500}.spur-thread{margin-top:20px;border-top:1px solid #e5e0d9;padding-top:16px}.spur-thread-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9a9089;margin:0 0 12px}.spur-thread-tweet{display:flex;gap:10px;margin-bottom:12px;align-items:flex-start}.spur-thread-num{font-size:12px;color:#9a9089;margin-top:2px;flex-shrink:0}.spur-thread-tweet p{font-size:14px;color:#2d2820;line-height:1.6;margin:0}.spur-email-subject{display:flex;align-items:baseline;gap:10px;padding:10px 14px;background:#f7f4ef;border-radius:5px;margin-bottom:16px}.spur-email-subject-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9a9089;flex-shrink:0}.spur-email-subject span:last-child{font-size:14px;color:#1b2d3e;font-weight:500}.spur-questions-list{padding-left:20px;margin:0}.spur-questions-list li{font-size:15px;color:#2d2820;line-height:1.6;margin-bottom:12px}.spur-history-list{display:flex;flex-direction:column;gap:8px;max-width:720px;padding:0 24px 64px}.spur-history-item{padding:14px 16px;border:1px solid #e5e0d9;border-radius:6px;cursor:pointer;transition:border-color .12s,background .12s}.spur-history-item:hover{border-color:#b8c5ca;background:#faf9f7}.spur-history-title{font-size:14px;font-weight:500;color:#1b2d3e;margin-bottom:5px}.spur-history-meta{display:flex;gap:12px;font-size:12px;color:#9a9089}@media (max-width: 600px){.spur-page{padding:20px 16px 48px}.spur-results-header{padding:20px 16px 0}.spur-tabs{padding:0 16px}.spur-result-panel{padding:16px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.spur-history-list{padding:0 16px 48px}}.spur-landing-section{margin-bottom:36px}.spur-section-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#9a9089;margin:0 0 12px}.spur-history-list--inline{padding:0;max-height:none}.spur-result-actions{display:flex;align-items:center;gap:8px}.spur-share-btn{background:none;border:1px solid #d9d3cc;border-radius:5px;padding:5px 12px;font-size:13px;color:#4a6070;cursor:pointer;font-family:inherit;transition:border-color .12s,color .12s}.spur-share-btn:hover{border-color:#1b2d3e;color:#1b2d3e}.spur-send-email-btn{background:#1b2d3e;border:1px solid #1b2d3e;border-radius:5px;padding:5px 12px;font-size:13px;color:#fff;cursor:pointer;font-family:inherit;transition:opacity .12s}.spur-send-email-btn:hover:not(:disabled){opacity:.85}.spur-send-email-btn:disabled{cursor:default}.spur-send-email-btn.is-sent{background:#4a7a5a;border-color:#4a7a5a}.sermon-library{padding:32px 32px 64px;max-width:800px}.sermon-library-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.sermon-library-title{font-size:22px;font-weight:600;color:#1b2d3e;margin:0 0 4px}.sermon-library-sub{font-size:14px;color:#7a7169;margin:0}.sermon-library-new-btn{background:#1b2d3e;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-family:inherit;cursor:pointer;white-space:nowrap}.sermon-library-new-btn:hover{background:#243d52}.sermon-library-loading{font-size:14px;color:#7a7169}.sermon-library-empty{text-align:center;padding:48px 24px;background:#faf9f7;border-radius:12px;border:1px solid #e8e3dc}.sermon-library-empty-head{font-size:16px;font-weight:600;color:#1b2d3e;margin:0 0 8px}.sermon-library-empty-body{font-size:14px;color:#7a7169;margin:0 0 24px;line-height:1.6}.sermon-library-list{display:flex;flex-direction:column;gap:12px}.sermon-library .sermon-card{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 20px;background:#fff;border-radius:10px;border:1px solid #e8e3dc;cursor:default;transition:none}.sermon-library .sermon-card:hover{transform:none;box-shadow:none;border-color:#e8e3dc}.sermon-card-main{flex:1;min-width:0}.sermon-card-title{font-size:15px;font-weight:600;color:#1b2d3e;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sermon-card-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:13px;color:#7a7169}.sermon-card-topics{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.sermon-card-topic-pill{font-size:11px;color:#4a6070;background:#f0ede9;border:1px solid #e0dbd4;border-radius:20px;padding:2px 9px;white-space:nowrap}.sermon-card-summary{margin-top:7px;font-size:12px;color:#9a9189;line-height:1.5;max-width:540px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sermon-card-actions{display:flex;gap:8px;flex-shrink:0;padding-top:2px}.sermon-card-btn{background:none;border:1px solid #d5cfc8;border-radius:7px;padding:7px 14px;font-size:13px;font-family:inherit;color:#1b2d3e;cursor:pointer}.sermon-card-btn:hover{background:#f5f2ee}.sermon-card-btn-spin{background:#1b2d3e;color:#fff;border-color:#1b2d3e}.sermon-card-btn-spin:hover{background:#243d52;border-color:#243d52}@media (max-width: 600px){.sermon-library{padding:20px 16px 48px}.sermon-library-header{flex-direction:column;gap:16px}.sermon-library .sermon-card{flex-direction:column;align-items:flex-start}.sermon-library .sermon-card-actions{width:100%}.sermon-library .sermon-card-btn{flex:1;text-align:center}}.profile-page{padding:32px 32px 64px;max-width:600px}.profile-header{margin-bottom:32px}.profile-title{font-size:22px;font-weight:600;color:#1b2d3e;margin:0 0 6px}.profile-sub{font-size:14px;color:#7a7169;margin:0}.profile-loading{font-size:14px;color:#7a7169}.profile-section{margin-bottom:36px}.profile-section-title{font-size:15px;font-weight:600;color:#1b2d3e;margin:0 0 4px}.profile-section-hint{font-size:13px;color:#7a7169;margin:0 0 16px}.profile-field{margin-bottom:16px}.profile-label{display:block;font-size:13px;font-weight:500;color:#4a4540;margin-bottom:6px}.profile-optional{font-weight:400;color:#9a9088}.profile-input{width:100%;padding:9px 12px;border:1px solid #d5cfc8;border-radius:8px;font-size:14px;font-family:inherit;color:#1b2d3e;background:#fff;box-sizing:border-box}.profile-input:focus{outline:none;border-color:#1b2d3e}.profile-textarea{width:100%;padding:9px 12px;border:1px solid #d5cfc8;border-radius:8px;font-size:14px;font-family:inherit;color:#1b2d3e;background:#fff;resize:vertical;box-sizing:border-box}.profile-textarea:focus{outline:none;border-color:#1b2d3e}.profile-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-voice-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.profile-voice-option{display:flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid #d5cfc8;border-radius:20px;font-size:13px;color:#4a4540;cursor:pointer;-webkit-user-select:none;user-select:none}.profile-voice-option input{display:none}.profile-voice-option.is-selected{background:#1b2d3e;color:#fff;border-color:#1b2d3e}.profile-error{font-size:13px;color:#b91c1c;margin:0 0 12px}.profile-actions{padding-top:8px}.profile-save-btn{background:#1b2d3e;color:#fff;border:none;border-radius:8px;padding:11px 24px;font-size:14px;font-family:inherit;cursor:pointer}.profile-save-btn:hover{background:#243d52}.profile-save-btn:disabled{opacity:.6;cursor:default}@media (max-width: 600px){.profile-page{padding:20px 16px 48px}.profile-row{grid-template-columns:1fr}}.soul-space-hub,.examen-page,.slow-page{max-width:720px;margin:0 auto;padding:56px 32px 80px}.soul-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light);margin-bottom:12px}.soul-space-header h1,.examen-header h1,.slow-header h1{font-family:Georgia,Times New Roman,serif;font-size:2.2rem;font-weight:400;color:var(--primary);letter-spacing:-.01em;margin-bottom:8px}.examen-header .subline,.slow-header .subline{color:var(--text-light);font-style:italic;font-size:1.05rem}.soul-tool-cards{display:flex;flex-direction:column;gap:16px;margin-top:40px}.soul-tool-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:28px 32px;cursor:pointer;text-align:left;font-family:inherit;width:100%;transition:border-color .15s,transform .15s}.soul-tool-card:hover{border-color:var(--secondary);transform:translateY(-1px)}.soul-tool-card h2{font-family:Georgia,serif;font-size:1.5rem;color:var(--primary);margin-bottom:8px}.soul-tool-card p{color:var(--text-light);font-size:.95rem;margin-bottom:16px}.soul-tool-card .arrow{color:var(--secondary);font-size:13px;letter-spacing:.05em}.examen-loading{padding:80px 0;text-align:center;color:var(--text-light);font-style:italic}.examen-today{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:36px 36px 28px;margin:32px 0 48px}.examen-today .today-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.examen-today .today-date{font-family:Georgia,serif;font-size:1.3rem;color:var(--primary);margin-bottom:28px}.examen-field{margin-bottom:22px}.examen-field label{display:block;font-family:Georgia,serif;font-size:1.05rem;color:var(--primary);margin-bottom:4px}.examen-field .ignatian,.slow-field .ignatian{font-size:11px;color:var(--text-light);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-style:italic}.examen-field textarea,.slow-field textarea,.slow-field input[type=text]{width:100%;border:1px solid var(--border);background:var(--bg);border-radius:4px;padding:10px 12px;font-family:inherit;font-size:.95rem;line-height:1.5;color:var(--text);resize:vertical;min-height:56px}.slow-field input[type=text]{min-height:0;resize:none}.examen-field textarea:focus,.slow-field textarea:focus,.slow-field input[type=text]:focus{outline:none;border-color:var(--secondary);background:#fff;box-shadow:0 0 0 3px #4e7d8e1f}.examen-save-btn,.submit-slow{background:var(--primary);color:#fff;border:none;padding:12px 28px;border-radius:4px;font-size:.95rem;font-family:inherit;cursor:pointer;margin-top:10px;transition:background .15s}.examen-save-btn:hover:not(:disabled),.submit-slow:hover:not(:disabled){background:var(--primary-light)}.examen-save-btn:disabled,.submit-slow:disabled{opacity:.5;cursor:not-allowed}.examen-previous h2{font-family:Georgia,serif;font-size:1.4rem;color:var(--primary);margin-bottom:16px}.examen-previous .empty{color:var(--text-light);font-style:italic;font-size:.9rem}.entry-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;margin-bottom:12px;overflow:hidden;transition:border-color .15s}.entry-card:hover{border-color:var(--secondary)}.entry-card-head{width:100%;background:transparent;border:none;padding:18px 24px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:inherit;text-align:left;color:inherit}.entry-card-head .date{font-family:Georgia,serif;color:var(--primary);font-size:1rem;flex-shrink:0}.entry-card-head .preview{color:var(--text-light);font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;font-style:italic}.entry-card-head .toggle{color:var(--text-light);font-size:1rem;flex-shrink:0;transition:transform .15s}.entry-card.open .entry-card-head .toggle{transform:rotate(180deg)}.entry-card-body{padding:0 24px 24px;border-top:1px solid var(--border)}.entry-card-body .entry-field{margin-top:18px}.entry-card-body .entry-field .q{font-family:Georgia,serif;font-size:.95rem;color:var(--primary);margin-bottom:4px}.entry-card-body .entry-field .a{color:var(--text-light);font-size:.92rem;white-space:pre-wrap}.examen-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:12px 22px;border-radius:6px;font-size:.9rem;z-index:100}.slow-intake{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:40px;margin-top:32px}.slow-field{margin-bottom:22px}.slow-field label{display:block;font-family:Georgia,serif;font-size:1.05rem;color:var(--primary);margin-bottom:4px}.pill-group{display:flex;gap:8px}.pill{flex:1;padding:11px 18px;text-align:center;border:1px solid var(--border);background:var(--bg);border-radius:4px;cursor:pointer;font-size:.95rem;font-family:inherit;color:var(--text-light);transition:all .15s}.pill:hover{border-color:var(--secondary)}.pill.selected{background:var(--primary);color:#fff;border-color:var(--primary)}.slow-loading{text-align:center;padding:120px 20px}.slow-loading p{color:var(--text-light);font-family:Georgia,serif;font-style:italic;font-size:1.15rem}.slow-loading .pulse{display:inline-block;width:8px;height:8px;margin:0 4px;background:var(--secondary);border-radius:50%;opacity:.4;animation:slow-pulse 1.6s ease-in-out infinite}.slow-loading .pulse:nth-child(2){animation-delay:.2s}.slow-loading .pulse:nth-child(3){animation-delay:.4s}@keyframes slow-pulse{0%,to{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.slow-meditation .slow-passage{background:var(--bg-card);border-left:3px solid var(--accent);padding:32px 36px;margin:32px 0 40px;border-radius:4px}.slow-meditation .slow-passage .ref{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.slow-meditation .slow-passage .text{font-family:Georgia,serif;font-size:1.25rem;line-height:1.5;color:var(--primary)}.slow-meditation .slow-intro{font-family:Georgia,serif;font-style:italic;color:var(--text-light);margin-bottom:36px;line-height:1.6;font-size:1.05rem}.slow-meditation .slow-step{margin-bottom:28px;padding-left:4px}.slow-meditation .slow-step .title{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--secondary);margin-bottom:6px}.slow-meditation .slow-step .body{color:var(--text);line-height:1.65}.slow-meditation .slow-closing{font-family:Georgia,serif;font-style:italic;color:var(--primary);margin-top:40px;padding-top:24px;border-top:1px solid var(--border);font-size:1.1rem;text-align:center}.start-another{display:block;margin:40px auto 0;text-align:center;color:var(--text-light);background:none;border:none;font-size:.9rem;font-family:inherit;cursor:pointer;text-decoration:underline}.start-another:hover{color:var(--secondary)}.slow-safety{padding:40px 0;text-align:center}.slow-safety-intro{font-family:Georgia,serif;color:var(--primary);font-size:1.15rem;margin:24px 0 16px;line-height:1.6}.slow-safety-closing{color:var(--text-light);margin-bottom:24px}.slow-error{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:40px;text-align:center;margin-top:32px}.slow-error p{color:var(--text-light);font-style:italic;margin-bottom:20px}.slow-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:28px}.save-meditation{background:none;border:1px solid #6b7280;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;padding:8px 16px;transition:border-color .15s,color .15s}.save-meditation:hover{border-color:#374151;color:#111827}.save-status{font-size:.875rem;color:#6b7280;padding:8px 0}.save-status--saved{color:#059669}.save-status--error{color:#dc2626}.saved-meditations{margin-top:40px;border-top:1px solid #e5e7eb;padding-top:24px}.saved-meditations-heading{font-size:.875rem;font-weight:600;color:#6b7280;letter-spacing:.04em;text-transform:uppercase;margin:0 0 16px}.saved-entry-card{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:10px;overflow:hidden}.saved-entry-header{display:flex;align-items:center;gap:12px;width:100%;background:#f9fafb;border:none;cursor:pointer;padding:12px 16px;text-align:left}.saved-entry-header:hover{background:#f3f4f6}.saved-entry-ref{flex:1;font-size:.9rem;font-weight:500;color:#111827}.saved-entry-date{font-size:.8rem;color:#9ca3af;white-space:nowrap}.saved-entry-chevron{font-size:.65rem;color:#9ca3af}.saved-entry-body{padding:16px 20px 20px;border-top:1px solid #e5e7eb;background:#fff}.saved-heart{font-size:.9rem;color:#6b7280;margin:0 0 12px}.saved-passage{border-left:3px solid #d1d5db;padding-left:14px;margin:0 0 16px;color:#374151;font-style:italic;font-size:.95rem}.saved-intro,.saved-closing{font-size:.9rem;color:#374151;line-height:1.6;margin:0 0 12px}.saved-entry-body .slow-step{margin-bottom:16px}.saved-entry-body .slow-step .title{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--secondary);margin-bottom:4px}.saved-entry-body .slow-step .body{font-size:.9rem;color:#374151;line-height:1.6}.soul-space-subhead{font-size:1rem;color:#6b7280;margin:8px 0 0;max-width:480px}.examen-actions{margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.examen-actions-helper{font-size:.875rem;color:#6b7280;margin:0 0 14px;line-height:1.5}.examen-action-buttons{display:flex;gap:10px;flex-wrap:wrap}.examen-reflect-btn{flex:1;background:#111827;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:10px 20px;transition:background .15s}.examen-reflect-btn:hover:not(:disabled){background:#1f2937}.examen-reflect-btn:disabled{opacity:.5;cursor:default}.examen-save-btn{flex:1;background:none;border:1px solid #9ca3af;border-radius:6px;color:#374151;cursor:pointer;font-size:.9rem;padding:10px 20px;transition:border-color .15s,color .15s}.examen-save-btn:hover:not(:disabled){border-color:#374151;color:#111827}.examen-save-btn:disabled{opacity:.5;cursor:default}.examen-reflect-error{font-size:.85rem;color:#dc2626;margin:10px 0 0}.examen-reflection{margin-top:32px;padding:24px 28px;background:#f9fafb;border-left:3px solid #6b7280;border-radius:0 6px 6px 0}.examen-reflection-label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;margin:0 0 14px}.examen-reflection-text{font-size:.95rem;line-height:1.75;color:#1f2937;white-space:pre-wrap}.examen-reflection-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.examen-print-btn{background:none;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.875rem;padding:9px 18px;transition:border-color .15s,color .15s}.examen-print-btn:hover{border-color:#9ca3af;color:#374151}.entry-field--reflection{margin-top:8px;padding-top:12px;border-top:1px dashed #e5e7eb}.entry-field--reflection .q{color:#9ca3af}.slow-mode-options{display:flex;flex-direction:column;gap:12px;margin-top:24px;max-width:480px}.slow-mode-option{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:16px 20px;text-align:left;transition:border-color .15s,box-shadow .15s}.slow-mode-option:hover{border-color:#9ca3af;box-shadow:0 1px 4px #0000000f}.slow-mode-title{font-size:.95rem;font-weight:600;color:#111827}.slow-mode-desc{font-size:.85rem;color:#6b7280;line-height:1.4}.slow-time-picker{display:flex;gap:8px;margin-top:6px}.slow-time-btn{flex:1;padding:8px 0;border:1px solid #d5cfc9;border-radius:6px;background:#fff;font-size:13px;color:#6b6259;cursor:pointer;font-family:inherit;transition:border-color .12s,background .12s,color .12s}.slow-time-btn:hover{border-color:#a09890;color:#3d3830}.slow-time-btn.is-selected{background:#1b2d3e;border-color:#1b2d3e;color:#fff}.slow-intake-actions{display:flex;gap:10px;margin-top:16px}.slow-intake-actions .submit-slow{flex:1;margin-top:0}.slow-back-btn{flex:1;background:none;border:1px solid #9ca3af;border-radius:4px;color:#6b7280;cursor:pointer;font-size:.95rem;font-family:inherit;padding:12px 28px;text-align:center;transition:border-color .15s,color .15s}.slow-back-btn:hover{border-color:#6b7280;color:#374151}.slow-back-btn--solo{flex:none;margin-top:16px;display:block}@media (max-width: 720px){.shell{overflow-x:clip}.shell-content,.shell-body{overflow:visible}.shell-main{overflow-x:clip}.soul-space-hub,.examen-page,.slow-page{padding:24px 16px 60px}.examen-tabs{position:sticky;top:0;z-index:10;background:#faf9f7;margin-bottom:16px}.sherpa-page,.spur-page{padding:24px 16px 60px;width:100%;max-width:100%;box-sizing:border-box}.spur-tabs{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.auth-card-wrap{padding:24px 16px;margin:0 12px}.shell-main *{max-width:100%;overflow-wrap:break-word}}@media (max-width: 480px){.shell-header-logo{height:80px}.soul-space-hub,.examen-page,.slow-page{padding:20px 14px 56px}}.shell-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;margin-left:auto}.shell-hamburger span{display:block;width:22px;height:2px;background:#1b2d3e;border-radius:2px}.sidebar-overlay,.sidebar-mobile-header,.sidebar-mobile-account{display:none}@media (max-width: 720px){.shell-user-area{display:none}.shell-hamburger{display:flex}.sidebar{display:block;position:fixed;top:0;left:0;height:100%;width:280px;z-index:200;transform:translate(-100%);transition:transform .25s ease;box-shadow:2px 0 16px #00000026;overflow-y:auto}.sidebar--open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199}.sidebar-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);margin-bottom:8px}.sidebar-mobile-name{font-size:.9rem;color:var(--text-light)}.sidebar-close-btn{background:none;border:none;font-size:1.2rem;color:var(--text-light);cursor:pointer;padding:4px 8px;line-height:1}.sidebar-mobile-account{display:flex;flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.sidebar-account-btn{background:none;border:1px solid var(--border);border-radius:4px;color:var(--text);cursor:pointer;font-size:.9rem;font-family:inherit;padding:10px 16px;text-align:left;width:100%}.sidebar-account-btn--signout{color:#6b7280}.slow-header h1{font-family:Georgia,Times New Roman,serif!important;font-size:1.6rem!important;font-weight:400!important;color:var(--primary)!important;letter-spacing:-.01em!important}.slow-meditation .slow-passage{padding:20px;margin:20px 0 28px}.slow-meditation .slow-passage .ref{font-size:10px!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:var(--accent)!important;margin-bottom:10px!important}.slow-meditation .slow-passage .text{font-family:Georgia,serif!important;font-size:1.1rem!important;line-height:1.5!important}.slow-meditation .slow-step .title{font-size:10px!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:var(--secondary)!important;margin-bottom:6px!important}.slow-meditation .slow-intro{font-family:Georgia,serif!important;font-style:italic!important;font-size:1rem!important;margin-bottom:24px!important}.slow-meditation .slow-closing{font-family:Georgia,serif!important;font-style:italic!important;font-size:1rem!important;margin-top:28px!important;padding-top:20px!important}}@media print{.no-print,.sidebar,.topbar,.breadcrumb,nav,.examen-previous,.saved-meditations,.slow-mode-options,.slow-actions,.examen-actions,.examen-toast{display:none!important}body{background:#fff;color:#111;font-family:Georgia,serif}.examen-page,.slow-page{max-width:600px;margin:0 auto;padding:40px 0}.examen-reflection{border-left:2px solid #aaa;background:none;padding:16px 20px}.examen-reflection-actions{display:none}.slow-meditation,.slow-safety{padding:0}.slow-passage .text{font-style:italic}textarea{border:none;resize:none;background:transparent;padding:0}}.slow-primary-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.slow-print-btn{background:none;border:1px solid #9ca3af;color:#6b7280;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.875rem;font-family:inherit;transition:border-color .15s,color .15s}.slow-print-btn:hover{border-color:#374151;color:#374151}.slow-library-list{display:flex;flex-direction:column;gap:8px;margin-top:8px;margin-bottom:24px}.slow-library-option{display:flex;flex-direction:column;align-items:flex-start;gap:3px;background:none;border:1px solid #e5e7eb;border-radius:6px;padding:14px 18px;cursor:pointer;text-align:left;width:100%;transition:border-color .15s,background .15s;font-family:inherit}.slow-library-option:hover{border-color:#9ca3af;background:#fafafa}.slow-library-title{font-size:1rem;font-weight:500;color:#111827;line-height:1.3}.slow-library-descriptor{font-size:.85rem;color:#6b7280;line-height:1.4}.examen-tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.examen-tab{background:none;border:none;border-bottom:2px solid transparent;padding:10px 20px;font-size:.9rem;font-weight:500;color:#6b7280;cursor:pointer;margin-bottom:-1px;font-family:inherit;display:flex;align-items:center;gap:6px;transition:color .12s,border-color .12s}.examen-tab:hover{color:#374151}.examen-tab.active{color:#111827;border-bottom-color:#111827}.examen-tab-count{font-size:.75rem;background:#e5e7eb;color:#6b7280;border-radius:10px;padding:1px 7px;font-weight:500}.examen-tab.active .examen-tab-count{background:#111827;color:#fff}.spur-theme-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.spur-theme-chip{padding:6px 14px;border:1px solid #d8d0c8;border-radius:20px;background:#fff;color:#3a4a5a;font-size:.875rem;cursor:pointer;transition:border-color .12s,background .12s,color .12s;line-height:1}.spur-theme-chip:hover:not(.is-disabled){border-color:#a09080}.spur-theme-chip.is-selected{background:#1b2d3e;border-color:#1b2d3e;color:#fff}.spur-theme-chip.is-disabled{opacity:.38;cursor:default}.spur-transcript-toggle{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#3a4a5a;cursor:pointer;margin-bottom:10px}.spur-transcript-toggle input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#1b2d3e}.spur-transcript-area{margin-top:8px;resize:vertical}.spur-tab--ai{position:relative}.spur-ai-badge{display:inline-block;font-size:.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#2a6b7c;color:#fff;border-radius:3px;padding:1px 4px;margin-left:5px;vertical-align:middle;line-height:1.4}.spur-image-unlock{display:flex;align-items:center;justify-content:center;min-height:260px}.spur-image-unlock-inner{text-align:center;max-width:380px;padding:32px 24px}.spur-image-unlock-icon{display:block;font-size:2rem;color:#2a6b7c;margin-bottom:16px;opacity:.7}.spur-image-unlock-title{font-size:1.05rem;font-weight:700;color:#1b2d3e;margin:0 0 10px}.spur-image-unlock-desc{font-size:.88rem;color:#6b8090;line-height:1.6;margin:0 0 24px}.spur-image-unlock-btn{display:inline-block;background:#2a6b7c;color:#fff;border:none;border-radius:6px;padding:10px 22px;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .15s}.spur-image-unlock-btn:hover{background:#1f5260}.spur-image-generating{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;text-align:center}.spur-image-result{padding:0;overflow:hidden}.spur-generated-image{display:block;width:100%;max-width:600px;margin:0 auto;border-radius:6px 6px 0 0}.spur-image-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #e8edf0;background:#f8fafb;border-radius:0 0 6px 6px}.spur-image-provider{font-size:.8rem;color:#8a9bae}.spur-image-download{font-size:.82rem;font-weight:600;color:#2a6b7c;text-decoration:none;padding:4px 10px;border:1px solid #2a6b7c;border-radius:4px;transition:background .15s,color .15s}.spur-image-download:hover{background:#2a6b7c;color:#fff}.spur-sermon-picker-field{margin-bottom:8px}.spur-pick-sermon-btn{background:none;border:1px solid #c5d0d8;border-radius:6px;color:#2a6b7c;font-size:.9rem;font-weight:600;padding:9px 16px;cursor:pointer;transition:border-color .15s,background .15s}.spur-pick-sermon-btn:hover{border-color:#2a6b7c;background:#f0f7f9}.spur-sermon-picker-wrap{position:relative}.spur-sermon-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:100;background:#fff;border:1px solid #dde4ea;border-radius:8px;box-shadow:0 4px 16px #0000001a;min-width:320px;max-width:480px;overflow:hidden}.spur-sermon-option{display:block;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #f0f4f6;padding:11px 16px;cursor:pointer;transition:background .1s}.spur-sermon-option:hover{background:#f0f7f9}.spur-sermon-option-title{display:block;font-size:.9rem;font-weight:600;color:#1b2d3e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spur-sermon-option-meta{display:block;font-size:.78rem;color:#8a9bae;margin-top:2px}.spur-sermon-dropdown-empty{padding:14px 16px;font-size:.88rem;color:#8a9bae;margin:0}.spur-sermon-dropdown-close{display:block;width:100%;background:none;border:none;border-top:1px solid #e8edf0;color:#8a9bae;font-size:.82rem;padding:10px 16px;text-align:center;cursor:pointer}.spur-sermon-dropdown-close:hover{background:#f8fafb}.spur-selected-sermon{display:flex;align-items:center;justify-content:space-between;background:#f0f7f9;border:1px solid #b8d4dc;border-radius:6px;padding:10px 14px;gap:12px}.spur-selected-sermon-info{display:flex;flex-direction:column;gap:2px;min-width:0}.spur-selected-sermon-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2a6b7c}.spur-selected-sermon-title{font-size:.92rem;font-weight:600;color:#1b2d3e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spur-selected-sermon-note{font-size:.78rem;color:#6b8090;font-style:italic}.spur-clear-sermon-btn{background:none;border:1px solid #9ab8c4;border-radius:4px;color:#2a6b7c;font-size:.8rem;padding:4px 10px;cursor:pointer;white-space:nowrap;flex-shrink:0}.spur-clear-sermon-btn:hover{background:#dceef2}.spur-form-layout{display:block}.spur-form-layout.has-panel{display:flex;gap:32px;align-items:flex-start}.spur-form-col{flex:1;min-width:0}.spur-sermon-panel{width:300px;flex-shrink:0;background:#fff;border:1px solid #dde4ea;border-radius:8px;padding:20px;position:sticky;top:24px}.spur-sermon-panel-header{display:flex;flex-direction:column;gap:2px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #edf1f4}.spur-sermon-panel-label{font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#2a6b7c}.spur-sermon-panel-speaker{font-size:.88rem;font-weight:600;color:#1b2d3e;margin-top:4px}.spur-sermon-panel-date{font-size:.78rem;color:#8a9bae}.spur-sermon-panel-summary{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:8px}.spur-sermon-panel-summary li{font-size:.84rem;color:#3a4a5a;line-height:1.5;padding-left:12px;position:relative}.spur-sermon-panel-summary li:before{content:"–";position:absolute;left:0;color:#9ab8c4}.spur-sermon-panel-topics{display:flex;flex-wrap:wrap;gap:6px}.spur-sermon-panel-topic{font-size:.72rem;background:#f0f4f6;color:#5a7080;border-radius:4px;padding:3px 8px}@media (max-width: 800px){.spur-form-layout.has-panel{flex-direction:column}.spur-sermon-panel{width:100%;position:static}}.spur-form-layout.has-panel{max-width:1020px}.spur-form-layout.has-panel .spur-form-col{max-width:680px}.spur-sermon-panel{max-height:calc(100vh - 60px);overflow-y:auto}.spur-sermon-panel-loading{font-size:.82rem;color:#8a9bae;margin:0}.spur-sermon-panel-scriptures{font-size:.8rem;font-weight:600;color:#2a6b7c;margin-bottom:14px;line-height:1.5}.spur-sermon-panel-witness{font-size:.84rem;color:#3a4a5a;line-height:1.65;margin:0 0 16px}.spur-sermon-panel-transcript-section{border-top:1px solid #edf1f4;padding-top:12px;margin-top:4px}.spur-sermon-panel-transcript-label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#2a6b7c;margin-bottom:8px}.spur-sermon-panel-transcript-text{font-size:.81rem;color:#4a5a6a;line-height:1.65;white-space:pre-wrap}.spur-panel-movement{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.spur-panel-chip{font-size:.72rem;font-weight:600;background:#e8f3f5;color:#2a6b7c;border-radius:4px;padding:3px 8px;text-transform:uppercase;letter-spacing:.04em}.spur-panel-arc{font-size:.82rem;color:#5a7080;line-height:1.5;margin:0 0 12px;font-style:italic}.spur-panel-style{font-size:.83rem;color:#3a4a5a;line-height:1.6;margin:0 0 12px}.spur-transcript-body{font-size:.81rem;color:#4a5a6a;line-height:1.7}.spur-transcript-body p{margin:0 0 1em}.spur-transcript-body p:last-child{margin-bottom:0}.spur-output-option--ai{border-style:dashed}.spur-output-option--ai.is-checked{border-style:solid}.spur-panel-observations{margin-bottom:16px;display:flex;flex-direction:column;gap:14px}.spur-panel-observation{border-left:2px solid #c8dde3;padding-left:10px}.spur-panel-obs-model{display:block;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2a6b7c;margin-bottom:4px}.spur-panel-obs-note{font-size:.83rem;color:#3a4a5a;line-height:1.6;margin:0}.spur-panel-strengths{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:5px}.spur-panel-strengths li{font-size:.81rem;color:#4a6070;line-height:1.5;padding-left:14px;position:relative}.spur-panel-strengths li:before{content:"+";position:absolute;left:0;color:#5a9aaa;font-weight:700}.spur-image-mode-toggle{display:flex;gap:0;margin-bottom:18px;border:1px solid #d0dce4;border-radius:6px;overflow:hidden;width:fit-content}.spur-image-mode-btn{padding:6px 18px;font-size:.78rem;font-weight:600;letter-spacing:.04em;background:#fff;color:#6a8090;border:none;cursor:pointer;transition:background .15s,color .15s}.spur-image-mode-btn+.spur-image-mode-btn{border-left:1px solid #d0dce4}.spur-image-mode-btn.is-active{background:#2a6b7c;color:#fff}.spur-image-photo-mode{padding:20px}.spur-photo-search-form{display:flex;gap:8px;margin-bottom:14px}.spur-photo-search-input{flex:1;padding:8px 12px;font-size:.85rem;border:1px solid #ccd8e0;border-radius:6px;outline:none;color:#2a3a4a}.spur-photo-search-input:focus{border-color:#2a6b7c}.spur-photo-search-btn{padding:8px 16px;font-size:.83rem;font-weight:600;background:#2a6b7c;color:#fff;border:none;border-radius:6px;cursor:pointer;white-space:nowrap}.spur-photo-search-btn:disabled{opacity:.6;cursor:default}.spur-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.spur-photo-thumb{padding:0;border:2px solid transparent;border-radius:5px;overflow:hidden;cursor:pointer;background:none;transition:border-color .15s;aspect-ratio:3/2}.spur-photo-thumb:hover{border-color:#2a6b7c}.spur-photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.spur-photo-credit-note{font-size:.72rem;color:#8a9bae;margin:0}.surface-landing{max-width:720px;margin:0 auto;padding:40px 24px}.surface-landing-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;gap:16px}.surface-landing-title{font-size:1.6rem;font-weight:700;color:#1a2a3a;margin:0 0 4px}.surface-landing-sub{font-size:.88rem;color:#7a8a9a;margin:0}.surface-landing-loading,.surface-landing-empty{color:#8a9bae;font-size:.88rem;margin-top:40px;text-align:center}.surface-landing-empty button{margin-top:14px}.surface-new-btn{padding:9px 18px;font-size:.83rem;font-weight:600;background:#2a6b7c;color:#fff;border:none;border-radius:6px;cursor:pointer;white-space:nowrap}.surface-new-btn:hover{background:#235f6e}.surface-doc-list{display:flex;flex-direction:column;gap:8px}.surface-doc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#fff;border:1px solid #e4ecf0;border-radius:8px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.surface-doc-row:hover{border-color:#2a6b7c;box-shadow:0 2px 8px #2a6b7c14}.surface-doc-info{display:flex;flex-direction:column;gap:3px;min-width:0}.surface-doc-title{font-size:.95rem;font-weight:600;color:#1a2a3a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.surface-doc-meta{font-size:.75rem;color:#8a9bae}.surface-doc-delete{font-size:.75rem;color:#a0aab4;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.surface-doc-delete:hover{color:#c0392b;background:#fdf0ee}.surface-workspace{display:flex;flex-direction:column;height:calc(100vh - 60px);overflow:hidden}.surface-header{display:flex;align-items:center;gap:12px;padding:10px 20px;background:#fff;border-bottom:1px solid #e4ecf0;flex-shrink:0}.surface-back-btn{font-size:.8rem;color:#2a6b7c;background:none;border:none;cursor:pointer;padding:4px 0;white-space:nowrap;flex-shrink:0}.surface-back-btn:hover{text-decoration:underline}.surface-title-input{flex:1;font-size:1rem;font-weight:600;color:#1a2a3a;border:none;outline:none;background:transparent;min-width:0}.surface-title-input::placeholder{color:#b0bec8;font-weight:400}.surface-header-controls{display:flex;align-items:center;gap:10px;flex-shrink:0}.surface-framework-select{font-size:.78rem;padding:6px 10px;border:1px solid #d0dce4;border-radius:6px;color:#3a4a5a;background:#fff;cursor:pointer;max-width:220px}.surface-save-indicator{font-size:.72rem;color:#8a9bae;min-width:52px;text-align:right}.surface-save-indicator--saving{color:#8a9bae}.surface-save-indicator--saved{color:#3a8a5a}.surface-save-indicator--error{color:#c0392b}.surface-img-insert-btn{font-size:.78rem;font-weight:600;padding:6px 12px;border:1px solid #d0dce4;border-radius:6px;background:#fff;color:#2a6b7c;cursor:pointer}.surface-img-insert-btn:hover{background:#f0f6f8}.surface-body{display:flex;flex:1;min-height:0;overflow:hidden}.surface-editor-col{flex:0 0 65%;display:flex;flex-direction:column;border-right:1px solid #e4ecf0;min-height:0;overflow:hidden}.surface-toolbar{display:flex;align-items:center;gap:2px;padding:6px 14px;border-bottom:1px solid #e4ecf0;background:#fafcfd;flex-shrink:0;flex-wrap:wrap}.surface-tb-btn{padding:4px 10px;font-size:.78rem;font-weight:600;color:#4a5a6a;background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:background .12s,color .12s;white-space:nowrap}.surface-tb-btn:hover{background:#edf2f5;color:#2a6b7c}.surface-tb-btn.is-active{background:#e4f0f4;color:#2a6b7c;border-color:#b8d8e4}.surface-tb-sep{width:1px;height:20px;background:#d8e4ea;margin:0 4px;flex-shrink:0}.surface-editor-wrap{flex:1;overflow-y:auto;padding:24px 32px;transition:background .15s}.surface-editor-wrap.is-drag-over{background:#f0f8fa;outline:2px dashed #2a6b7c;outline-offset:-8px}.surface-editor{max-width:640px;margin:0 auto}.surface-editor .ProseMirror{outline:none;font-size:.95rem;line-height:1.75;color:#1e2e3e}.surface-editor .ProseMirror p{margin:0 0 .9em}.surface-editor .ProseMirror h1{font-size:1.3rem;font-weight:700;color:#1a2a3a;margin:1.4em 0 .5em;line-height:1.3}.surface-editor .ProseMirror h2{font-size:1.1rem;font-weight:700;color:#2a3a4a;margin:1.2em 0 .4em;line-height:1.3}.surface-editor .ProseMirror blockquote{border-left:3px solid #2a6b7c;margin:1em 0;padding:8px 16px;background:#f4f9fb;border-radius:0 6px 6px 0;font-style:normal;color:#2a3a4a}.surface-editor .ProseMirror ul,.surface-editor .ProseMirror ol{margin:.5em 0 .9em;padding-left:1.5em}.surface-editor .ProseMirror li{margin-bottom:.25em}.surface-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#b0bec8;pointer-events:none;height:0}.surface-scripture-block{border-left:2px solid #5a9aaa;padding:8px 14px 8px 16px;margin:1em 0;font-style:italic;color:#3a5060;background:#f4f8fa;border-radius:0 4px 4px 0;font-size:.93rem;line-height:1.65}.surface-scripture-block:before{content:"Scripture";display:block;font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#5a9aaa;margin-bottom:5px;font-style:normal}.surface-illustration-block{border-left:3px solid #e8a830;padding:12px 16px;margin:1em 0;background:#fffbf0;border-radius:0 6px 6px 0}.surface-illustration-block:before{content:"Story / Illustration";display:block;font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#c07a10;margin-bottom:7px}.surface-fw-section{border:1px solid #d8e8ee;border-radius:8px;padding:10px 18px 14px;margin:18px 0;position:relative;background:#fff}.surface-fw-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e4ecf0;-webkit-user-select:none;user-select:none}.surface-fw-drag{cursor:grab;color:#b8cad4;font-size:1rem;padding:2px 3px;border-radius:3px;line-height:1;flex-shrink:0}.surface-fw-drag:hover{background:#eef4f6;color:#5a8a9a}.surface-fw-drag:active{cursor:grabbing}.surface-fw-label{font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2a6b7c;flex:1}.surface-fw-add-btn{background:none;border:1px solid #d4e4ec;border-radius:4px;padding:3px 9px;font-size:.7rem;color:#5a8a9a;cursor:pointer;font-family:inherit;white-space:nowrap;flex-shrink:0}.surface-fw-add-btn:hover{background:#eef6f8;border-color:#8abaca;color:#1a4a6a}.surface-inline-image{max-height:120px;max-width:200px;object-fit:cover;border-radius:4px;cursor:zoom-in;display:inline-block;vertical-align:middle;margin:0 4px}.surface-expand-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:zoom-out}.surface-expand-overlay img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;cursor:default}.surface-expand-close{position:absolute;top:20px;right:24px;font-size:1.8rem;color:#fff;background:none;border:none;cursor:pointer;line-height:1;opacity:.8}.surface-expand-close:hover{opacity:1}.surface-scratchpad-area{border-top:1px solid #e4ecf0;flex-shrink:0}.surface-scratchpad-toggle{width:100%;padding:8px 20px;font-size:.75rem;font-weight:600;color:#7a8a9a;background:#fafcfd;border:none;cursor:pointer;text-align:left;letter-spacing:.02em}.surface-scratchpad-toggle:hover{color:#2a6b7c;background:#f0f6f8}.surface-scratchpad{width:100%;height:140px;padding:14px 20px;font-size:.85rem;color:#4a5a6a;line-height:1.6;border:none;outline:none;resize:none;background:#fafcfd;border-top:1px solid #edf1f4;box-sizing:border-box}.surface-scratchpad::placeholder{color:#b0bec8}.surface-sidebar-col{flex:0 0 35%;display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#fafcfd}.surface-sidebar-pickers{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border-bottom:1px solid #e4ecf0;flex-shrink:0}.surface-sidebar-select{width:100%;font-size:.8rem;padding:7px 10px;border:1px solid #d0dce4;border-radius:6px;color:#3a4a5a;background:#fff;cursor:pointer}.surface-sidebar-body{flex:1;overflow-y:auto;padding:16px}.surface-sidebar-loading,.surface-sidebar-empty{font-size:.82rem;color:#8a9bae;line-height:1.6}.surface-sb-type-label{font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#2a6b7c;margin:0 0 8px}.surface-sb-sermon-meta{font-size:.82rem;font-weight:600;color:#2a3a4a;margin:0 0 8px}.surface-sb-scriptures{font-size:.78rem;font-weight:600;color:#2a6b7c;margin-bottom:10px}.surface-sb-chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}.surface-sb-chip{font-size:.68rem;font-weight:600;background:#e8f3f5;color:#2a6b7c;border-radius:4px;padding:2px 7px;text-transform:uppercase;letter-spacing:.04em}.surface-sb-observation{border-left:2px solid #c8dde3;padding-left:9px;margin-bottom:12px}.surface-sb-obs-model{display:block;font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2a6b7c;margin-bottom:3px}.surface-sb-obs-note{font-size:.8rem;color:#3a4a5a;line-height:1.6;margin:0}.surface-sb-strength{font-size:.78rem;color:#4a6070;margin:0 0 5px;padding-left:12px;position:relative}.surface-sb-spur-block{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #edf1f4}.surface-sb-spur-block:last-child{border-bottom:none}.surface-sb-spur-label{display:block;font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2a6b7c;margin-bottom:5px}.surface-sb-spur-block p{font-size:.8rem;color:#3a4a5a;line-height:1.6;margin:0}.surface-sb-spur-block ol{font-size:.79rem;color:#3a4a5a;line-height:1.6;margin:0;padding-left:1.2em}.surface-sb-spur-block li{margin-bottom:4px}.surface-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:900;padding:20px}.surface-modal{background:#fff;border-radius:10px;width:100%;max-width:540px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #0000002e}.surface-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #edf1f4;flex-shrink:0}.surface-modal-header h3{font-size:1rem;font-weight:700;color:#1a2a3a;margin:0}.surface-modal-close{font-size:1.4rem;color:#8a9bae;background:none;border:none;cursor:pointer;line-height:1;padding:0 4px}.surface-modal-close:hover{color:#3a4a5a}.surface-modal-section{padding:14px 20px;border-bottom:1px solid #edf1f4;flex-shrink:0}.surface-modal-upload-btn{padding:8px 16px;font-size:.83rem;font-weight:600;background:#2a6b7c;color:#fff;border:none;border-radius:6px;cursor:pointer}.surface-modal-upload-btn:hover{background:#235f6e}.surface-modal-drag-note{font-size:.75rem;color:#8a9bae;margin:8px 0 0}.surface-modal-url-row{display:flex;gap:8px}.surface-modal-url-input{flex:1;padding:7px 10px;font-size:.83rem;border:1px solid #ccd8e0;border-radius:6px;outline:none;color:#2a3a4a}.surface-modal-url-input:focus{border-color:#2a6b7c}.surface-modal-url-btn{padding:7px 14px;font-size:.83rem;font-weight:600;background:#2a6b7c;color:#fff;border:none;border-radius:6px;cursor:pointer}.surface-modal-library{flex:1;overflow-y:auto;padding:14px 20px}.surface-modal-library-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8a9bae;margin:0 0 10px}.surface-modal-library-loading,.surface-modal-library-empty{font-size:.82rem;color:#8a9bae}.surface-modal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.surface-modal-thumb{padding:0;border:2px solid transparent;border-radius:5px;overflow:hidden;cursor:pointer;background:#f0f4f6;aspect-ratio:1;transition:border-color .12s}.surface-modal-thumb:hover{border-color:#2a6b7c}.surface-modal-thumb img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 768px){.surface-workspace{height:auto;overflow-x:hidden;overflow-y:visible;max-width:100vw}.surface-header{flex-wrap:wrap;padding:10px 14px;gap:8px}.surface-title-input{order:-1;flex-basis:100%;width:100%}.surface-header-controls{flex-wrap:wrap;gap:6px;flex-shrink:1}.surface-back-btn{flex-shrink:0}.surface-body{flex-direction:column;overflow:visible}.surface-editor-col{flex:none;border-right:none;border-bottom:1px solid #e4ecf0}.surface-editor-wrap{padding:16px;overflow-y:visible}.surface-sidebar-col{flex:none;overflow:visible;width:100%;box-sizing:border-box}.surface-sidebar-body{overflow-y:visible;max-height:none}.surface-sb-tabs{padding:0 14px}.surface-framework-select{max-width:140px}.surface-research-mode-row{gap:4px}.surface-research-mode-btn{font-size:.72rem;padding:5px 3px}}.spur-images-grid{display:flex;flex-direction:column;gap:20px}.spur-image-item{display:flex;flex-direction:column;gap:8px}.spur-image-actions{display:flex;gap:10px;align-items:center}.spur-image-save-btn{background:none;border:1px solid #c8dde3;border-radius:6px;padding:5px 12px;font-size:.82rem;color:#2a6b7c;cursor:pointer;transition:background .15s,color .15s}.spur-image-save-btn:hover{background:#eaf4f7}.spur-image-more-btn{background:none;border:1px solid #b0c8d0;border-radius:6px;padding:6px 16px;font-size:.84rem;color:#2a6b7c;cursor:pointer;transition:background .15s}.spur-image-more-btn:hover{background:#eaf4f7}.spur-image-saved-msg{font-size:.82rem;color:#2a7c5a;margin:0 0 10px}.spur-image-generate-more{margin-top:14px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.spur-image-limit-note{font-size:.8rem;color:#7a9aaa;margin:10px 0 0}.spur-image-workspace{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.spur-image-left{min-height:360px}.spur-image-studio{position:sticky;top:24px;background:#f8fafc;border:1px solid #dde4eb;border-radius:10px;overflow:hidden}.spur-studio-inner{padding:18px;max-height:calc(100vh - 100px);overflow-y:auto}.spur-studio-title{font-size:.88rem;font-weight:700;color:#1a2a3a;margin:0 0 14px;letter-spacing:.02em}.spur-studio-section{margin-bottom:16px}.spur-studio-section-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7a90a0;margin:0 0 8px;display:block}.spur-studio-typo-row{display:flex;align-items:flex-end;gap:8px;margin-bottom:7px}.spur-studio-typo-field{flex:1;min-width:0}.spur-studio-field-label{display:block;font-size:.65rem;color:#9aabb8;margin-bottom:3px}.spur-studio-input{width:100%;padding:6px 9px;border:1px solid #d0dae4;border-radius:5px;font-size:.8rem;color:#1a2a3a;background:#fff;box-sizing:border-box;font-family:inherit}.spur-studio-input:focus{outline:none;border-color:#4a7a9b;box-shadow:0 0 0 2px #4a7a9b1f}.spur-studio-toggle{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;padding-bottom:2px;flex-shrink:0}.spur-studio-toggle input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#1a4a6a}.spur-studio-toggle-label{font-size:.58rem;color:#9aabb8;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em}.spur-studio-textarea{width:100%;padding:7px 9px;border:1px solid #d0dae4;border-radius:5px;font-size:.8rem;color:#1a2a3a;background:#fff;resize:vertical;font-family:inherit;line-height:1.5;box-sizing:border-box}.spur-studio-textarea:focus{outline:none;border-color:#4a7a9b;box-shadow:0 0 0 2px #4a7a9b1f}.spur-studio-style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.spur-studio-style-chip{padding:7px 4px;border:1px solid #d0dae4;border-radius:6px;background:#fff;font-size:.7rem;color:#3a5060;cursor:pointer;text-align:center;transition:border-color .15s,background .15s,color .15s;font-family:inherit}.spur-studio-style-chip:hover{border-color:#7aaabe;background:#f0f6fa}.spur-studio-style-chip.is-selected{background:#1a4a6a;border-color:#1a4a6a;color:#fff}.spur-studio-ratio-row{display:flex;gap:7px}.spur-studio-ratio-btn{flex:1;padding:8px 4px;border:1px solid #d0dae4;border-radius:6px;background:#fff;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2px;transition:border-color .15s,background .15s,color .15s;font-family:inherit}.spur-studio-ratio-btn:hover{border-color:#7aaabe;background:#f0f6fa}.spur-studio-ratio-btn.is-selected{background:#1a4a6a;border-color:#1a4a6a;color:#fff}.spur-studio-ratio-label{font-size:.75rem;font-weight:700;display:block}.spur-studio-ratio-sub{font-size:.6rem;opacity:.7;display:block}.spur-studio-actions{padding-top:12px;border-top:1px solid #e8eef4}.spur-studio-generate-btn{width:100%;padding:10px 14px;background:#1a4a6a;color:#fff;border:none;border-radius:7px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit}.spur-studio-generate-btn:hover:not(:disabled){background:#144060}.spur-studio-generate-btn:disabled{background:#9ab0c0;cursor:not-allowed}.spur-image-thumbnails{display:flex;flex-direction:column;gap:14px;padding:4px 0}.spur-image-thumb-item{border-radius:8px;overflow:hidden;border:1px solid #dde4eb;background:#fff}.spur-image-thumb-btn{display:block;width:100%;position:relative;cursor:pointer;background:none;border:none;padding:0}.spur-image-thumb{display:block;width:100%;object-fit:contain;background:#f4f6f8}.spur-image-thumb-expand{position:absolute;bottom:8px;right:8px;background:#0000008c;color:#fff;font-size:.7rem;padding:3px 8px;border-radius:4px;opacity:0;transition:opacity .15s;pointer-events:none}.spur-image-thumb-btn:hover .spur-image-thumb-expand{opacity:1}.spur-image-thumb-actions{padding:8px 12px;display:flex;align-items:center;justify-content:space-between}.spur-image-thumb-btns{display:flex;gap:8px;align-items:center}.spur-image-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;color:#8a9aaa;text-align:center;min-height:280px;border:1px dashed #dde4eb;border-radius:8px;margin-top:16px}.spur-image-empty-icon{font-size:1.8rem;color:#b0c4d0;display:block}.spur-image-empty p{font-size:.85rem;line-height:1.6;max-width:260px;margin:0;color:#8a9aaa}.spur-image-generating-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:60px 24px;min-height:280px}.spur-image-mode-toggle--workspace{margin-bottom:16px}.spur-image-limit-note{font-size:.8rem;color:#8a9aaa;text-align:center;padding:8px 0;margin:0}.spur-toast{position:fixed;top:24px;left:50%;transform:translate(-50%);background:#1a4a6a;color:#fff;padding:11px 22px;border-radius:8px;font-size:.87rem;font-weight:500;z-index:9999;box-shadow:0 4px 16px #0000002e;animation:spur-toast-in .2s ease;white-space:nowrap}@keyframes spur-toast-in{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){body.spur-results-active .shell{height:100dvh;min-height:0;overflow:hidden}body.spur-results-active .shell-content,body.spur-results-active .shell-body{overflow:hidden;min-height:0}body.spur-results-active .shell-main{min-height:0;overflow:hidden}.spur-page--results{height:100%;overflow:hidden;display:flex;flex-direction:column;padding:0}.spur-page--results .spur-results-header{flex:0 0 auto;padding:12px 16px 6px;margin-bottom:0}.spur-page--results .spur-tabs{flex:0 0 auto;overflow:hidden;padding:0;gap:0}.spur-page--results .spur-tab{flex:1;min-width:0;padding:10px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.spur-tab-label--full{display:none}.spur-tab-label--short{display:inline}.spur-page--results .spur-result-panel{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px;max-width:100%;box-sizing:border-box}.spur-page--image .spur-result-panel{padding:0}.spur-page--image .spur-image-workspace{display:flex;flex-direction:column;gap:0;align-items:stretch;width:100%;box-sizing:border-box}.spur-page--image .spur-image-left{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.spur-page--image .spur-image-mode-toggle--workspace{flex:0 0 auto;margin:8px 16px 0}.spur-page--image .spur-image-thumbnails{padding:10px 16px 12px;width:100%;box-sizing:border-box}.spur-page--image .spur-image-thumb-item{width:100%;box-sizing:border-box;margin-bottom:12px}.spur-page--image .spur-image-thumb-btn{display:block;width:100%}.spur-page--image .spur-image-thumb{width:100%;height:auto;max-height:280px;object-fit:cover;display:block}.spur-page--image .spur-image-thumb-actions{display:none}.spur-page--image .spur-image-studio{position:static;width:100%;box-sizing:border-box;border-radius:0;border-top:1px solid #dde4eb;border-left:none;border-right:none;border-bottom:none}.spur-page--image .spur-studio-inner{max-height:none;padding:16px;box-sizing:border-box}.spur-page--image .spur-image-empty,.spur-page--image .spur-image-generating-inner{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}}.spur-image-save-btn{background:#1a4a6a!important;border-color:#1a4a6a!important;color:#fff!important;font-weight:600}.spur-image-save-btn:hover{background:#144060!important}.spur-image-download{font-size:.82rem;font-weight:500;color:#5a8090;text-decoration:none;padding:4px 6px;border:none;background:none;transition:color .15s}.spur-image-download:hover{color:#2a6b7c;background:none}.spur-sermon-panel-header{align-items:flex-start}.spur-sermon-panel-speaker{display:inline-block;background:#eef5f7;color:#1a4a6a;font-size:.82rem;font-weight:600;padding:2px 8px;border-radius:4px;margin-top:4px}.spur-studio-sherpa-section{background:#f0f6f8;border:1px solid #d4e8ee;border-radius:6px;padding:10px 12px;margin-bottom:14px}.spur-studio-sherpa-scripture{font-size:.78rem;font-weight:700;color:#2a6b7c;margin:0 0 6px;line-height:1.5}.spur-studio-sherpa-note{font-size:.78rem;color:#3a5060;line-height:1.6;margin:0}.surface-framework-select{min-width:240px!important;max-width:none!important}.surface-custom-dialog{max-width:420px}.surface-custom-dialog-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:10px}.surface-custom-dialog-hint{display:block;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#8a9bae}.surface-custom-sections-input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #d0dae4;border-radius:6px;font-size:.88rem;font-family:inherit;color:#1a2a3a;line-height:1.75;resize:vertical;background:#fafcfd}.surface-custom-sections-input:focus{outline:none;border-color:#4a7a9b;box-shadow:0 0 0 2px #4a7a9b1a;background:#fff}.surface-custom-dialog-actions{display:flex;gap:10px;align-items:center;padding-top:4px}.surface-custom-cancel-btn{background:none;border:1px solid #d0dae4;border-radius:6px;font-size:.83rem;font-weight:500;color:#5a6a7a;cursor:pointer;padding:7px 14px;font-family:inherit;transition:border-color .12s,color .12s}.surface-custom-cancel-btn:hover{border-color:#9ab0c0;color:#2a3a4a}.surface-template-save-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.surface-template-save-label{display:flex;align-items:center;gap:6px;font-size:.83rem;color:#4a6a7a;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none}.surface-template-name-input{flex:1;min-width:140px;border:1px solid #d0dae4;border-radius:6px;padding:5px 10px;font-size:.83rem;font-family:inherit;color:#1a2a3a;background:#fafcfd}.surface-template-name-input:focus{outline:none;border-color:#4a7a9b;box-shadow:0 0 0 2px #4a7a9b1a;background:#fff}.surface-template-list{display:flex;flex-direction:column;gap:6px;margin-bottom:4px;max-height:280px;overflow-y:auto}.surface-template-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;border:1px solid #dde8ed;background:#f7fafb}.surface-template-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.surface-template-row-name{font-weight:600;font-size:.88rem;color:#1a2a3a}.surface-template-row-sections{font-size:.75rem;color:#7a9aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.surface-scripture-lookup{border-top:1px solid #eaeff4;padding:14px 0 4px;margin-top:12px}.surface-scripture-lookup-label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a9bae;margin-bottom:8px}.surface-scripture-lookup-form{display:flex;gap:6px}.surface-scripture-lookup-input{flex:1;min-width:0;padding:6px 9px;border:1px solid #d0dae4;border-radius:5px;font-size:.8rem;color:#1a2a3a;background:#fff;font-family:inherit}.surface-scripture-lookup-input:focus{outline:none;border-color:#4a7a9b;box-shadow:0 0 0 2px #4a7a9b1f}.surface-scripture-lookup-btn{padding:6px 10px;background:#1a4a6a;color:#fff;border:none;border-radius:5px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .15s}.surface-scripture-lookup-btn:hover:not(:disabled){background:#144060}.surface-scripture-lookup-btn:disabled{background:#9ab0c0;cursor:not-allowed}.surface-scripture-lookup-error{font-size:.75rem;color:#c04a4a;margin:6px 0 0;line-height:1.4}.surface-scripture-lookup-result{margin-top:10px;background:#f4f8fa;border:1px solid #d4e4ec;border-radius:6px;padding:10px 12px}.surface-scripture-lookup-ref{font-size:.78rem;font-weight:700;color:#1a4a6a;margin:0 0 6px;display:flex;align-items:center;gap:6px}.surface-scripture-bsb-badge{font-size:.65rem;font-weight:700;background:#d4e8f0;color:#2a6b7c;padding:1px 5px;border-radius:3px;letter-spacing:.04em}.surface-scripture-lookup-text{font-size:.82rem;color:#3a4a5a;line-height:1.65;margin:0 0 10px;font-style:italic}.surface-scripture-insert-btn{width:100%;padding:7px 10px;background:#fff;border:1px solid #1a4a6a;border-radius:5px;color:#1a4a6a;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.surface-scripture-insert-btn:hover{background:#1a4a6a;color:#fff}.surface-sb-tabs{display:flex;border-bottom:1px solid #dde6ed;margin-bottom:12px;flex-shrink:0}.surface-sb-tab{flex:1;padding:8px 4px;background:none;border:none;border-bottom:2px solid transparent;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#7a8fa0;cursor:pointer;transition:color .15s,border-color .15s;font-family:inherit}.surface-sb-tab:hover{color:#2a4a6a}.surface-sb-tab.is-active{color:#1a4a6a;border-bottom-color:#1a4a6a}.surface-pdf-btn{padding:6px 10px;background:none;border:1px solid #b0c4d0;border-radius:5px;font-size:.75rem;font-weight:600;color:#4a6a7a;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.surface-pdf-btn:hover{background:#1a4a6a;border-color:#1a4a6a;color:#fff}.surface-research-panel{display:flex;flex-direction:column;gap:10px}.surface-research-input-row{display:flex;gap:6px}.surface-research-input{flex:1;min-width:0;padding:6px 9px;border:1px solid #d0dae4;border-radius:5px;font-size:.8rem;color:#1a2a3a;background:#fff;font-family:inherit}.surface-research-input:focus{outline:none;border-color:#4a7a9b;box-shadow:0 0 0 2px #4a7a9b1f}.surface-research-go-btn{padding:6px 11px;background:#1a4a6a;color:#fff;border:none;border-radius:5px;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.surface-research-go-btn:hover:not(:disabled){background:#144060}.surface-research-go-btn:disabled{background:#9ab0c0;cursor:not-allowed}.surface-research-mode-row{display:flex;gap:5px}.surface-research-mode-btn{flex:1;padding:5px 4px;background:none;border:1px solid #d0dae4;border-radius:4px;font-size:.7rem;font-weight:600;color:#6a8090;cursor:pointer;font-family:inherit;transition:background .12s,color .12s,border-color .12s}.surface-research-mode-btn:hover{border-color:#4a7a9b;color:#2a4a6a}.surface-research-mode-btn.is-active{background:#1a4a6a;border-color:#1a4a6a;color:#fff}.surface-research-error{font-size:.75rem;color:#c04a4a;margin:0;line-height:1.4}.surface-research-results{background:#f4f8fa;border:1px solid #d4e4ec;border-radius:6px;padding:10px 12px}.surface-research-ref{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:#1a4a6a;margin-bottom:8px}.surface-bsb-badge{font-size:.63rem;font-weight:700;background:#d4e8f0;color:#2a6b7c;padding:1px 5px;border-radius:3px;letter-spacing:.04em}.surface-research-text{font-size:.82rem;color:#3a4a5a;line-height:1.7;font-style:italic}.surface-research-verse sup{font-size:.6rem;color:#7a9aaa;margin-right:2px;vertical-align:super}.surface-research-ai-brief{background:#f6f4ff;border:1px solid #d0c8e8;border-radius:6px;padding:10px 12px}.surface-research-ai-label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#6a54a0;margin-bottom:7px}.surface-research-ai-text{font-size:.82rem;color:#3a3050;line-height:1.65;margin:0 0 10px}.surface-research-ai-text:last-child{margin-bottom:0}.surface-commentary-card{background:#fffbf0;border:1px solid #e4d490;border-left:3px solid #c8a84b;border-radius:5px;padding:9px 11px;cursor:grab}.surface-commentary-card:active{cursor:grabbing}.surface-commentary-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.surface-commentary-card-source{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8a6a1a}.surface-commentary-card-insert{padding:2px 8px;background:none;border:1px solid #c8a84b;border-radius:3px;font-size:.68rem;font-weight:600;color:#8a6a1a;cursor:pointer;font-family:inherit;transition:background .12s,color .12s}.surface-commentary-card-insert:hover{background:#c8a84b;color:#fff}.surface-commentary-card-text{font-size:.8rem;color:#4a3a18;line-height:1.6;margin:0 0 7px}.surface-commentary-card-drag{display:block;font-size:.63rem;color:#b09050;letter-spacing:.04em}.surface-commentary-block{background:#fffbf0;border-left:3px solid #c8a84b;border-radius:0 4px 4px 0;padding:10px 14px;margin:14px 0;position:relative}.surface-commentary-block:before{content:attr(data-citation);display:block;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8a6a1a;margin-bottom:6px}.surface-commentary-block p{font-size:.85rem;color:#4a3a18;line-height:1.65;margin:0;font-style:italic}.team-section,.team-group{margin-bottom:40px}.team-group:last-child{margin-bottom:0}.team-group-label{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--text-light);font-weight:600;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.team-block{background:var(--bg);border-radius:8px;padding:20px 24px;border:1px solid var(--border);margin-bottom:16px}.team-block:last-child{margin-bottom:0}.team-block-header{display:flex;align-items:baseline;gap:14px;margin-bottom:10px;flex-wrap:wrap}.team-block-header h4{font-size:18px;color:var(--primary);margin:0}.team-block-role{font-size:13px;color:var(--secondary-dark);font-weight:500}.team-block p{font-size:14px;line-height:1.65;color:var(--text);margin:0}.seen-place-block{background:#f5f1ea;border-radius:4px;padding:56px 48px;margin:40px 0;text-align:center;color:#1d3045}.seen-place-banner-link{display:inline-block;line-height:0;transition:opacity .15s ease}.seen-place-banner-link:hover{opacity:.85}.seen-place-banner{max-width:100%;width:520px;height:auto;display:block;margin:0 auto}.seen-place-copy{margin:28px auto 0;max-width:460px;font-size:15px;line-height:1.6;color:#1d3045;opacity:.85}@media (max-width: 600px){.seen-place-block{padding:36px 24px}.seen-place-banner{width:100%}}.sidebar-seen-credit{display:inline-flex;align-items:center;gap:8px;margin-top:6px;padding:4px 0 4px 6px;color:var(--text-light);text-decoration:none;font-size:11px;letter-spacing:.03em;opacity:.75;transition:opacity .15s ease,color .15s ease}.sidebar-seen-credit:hover{opacity:1;color:var(--secondary-dark)}.sidebar-seen-credit img{width:18px;height:auto;display:block;position:relative;top:4px}.landing-seen-credit{display:inline-flex;align-items:center;gap:10px;color:var(--text-light);text-decoration:none;font-size:13px;letter-spacing:.03em;transition:color .15s ease}.landing-seen-credit:hover{color:var(--secondary-dark)}.landing-seen-credit img{width:22px;height:auto;display:block}.sw-page{min-height:100vh;background:#f3ecdf;display:flex;flex-direction:column}.sw-header{display:flex;align-items:center;justify-content:space-between;padding:22px 36px;border-bottom:1px solid #e2d7c4;background:#f3ecdf}.sw-logo-link{display:flex;align-items:center;text-decoration:none}.sw-logo-img{height:80px;width:auto}.sw-help-link{font-size:13px;color:#857a6b;text-decoration:none;transition:color .12s}.sw-help-link:hover{color:#1f3343}.sw-body-wrap{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 24px 80px}.sw-progress{display:flex;align-items:center;gap:0;margin-bottom:32px}.sw-ps-wrap{display:flex;align-items:center;gap:0}.sw-ps-circle{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0;transition:background .2s,color .2s,border-color .2s}.sw-ps-circle.sw-ps-active,.sw-ps-circle.sw-ps-done{background:#1f3343;color:#fff;border:2px solid #1f3343}.sw-ps-circle.sw-ps-future{background:transparent;color:#b5a898;border:2px solid #d0c5b4}.sw-ps-label{font-size:12px;font-weight:500;margin-left:8px;margin-right:6px;white-space:nowrap}.sw-ps-label.sw-ps-active,.sw-ps-label.sw-ps-done{color:#1f3343}.sw-ps-label.sw-ps-future{color:#b5a898}.sw-ps-line{width:32px;height:1px;background:#d0c5b4;margin:0 4px;flex-shrink:0}.sw-card{background:#faf7f2;border:1px solid #e2d7c4;border-radius:14px;padding:44px 48px;width:100%;max-width:480px;box-shadow:0 2px 12px #1f33430f}.sw-eyebrow{font-size:11px;font-weight:600;letter-spacing:.13em;color:#c08060;text-transform:uppercase;margin-bottom:10px}.sw-headline{font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,3vw,28px);font-weight:400;color:#1f3343;letter-spacing:-.015em;line-height:1.15;margin-bottom:10px}.sw-body{font-size:14.5px;color:#6b7e8c;line-height:1.65;margin-bottom:28px}.sw-form{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.sw-field{display:flex;flex-direction:column;gap:5px}.sw-field label{font-size:13px;font-weight:500;color:#46586a}.sw-field input{padding:10px 13px;border:1px solid #d8cfc4;border-radius:7px;font-size:14px;font-family:inherit;color:#1f3343;background:#fff;outline:none;transition:border-color .15s}.sw-field input:focus{border-color:#4e7d8e}.sw-error{font-size:13px;color:#b04040;padding:8px 12px;background:#fdf0f0;border:1px solid #f0d0d0;border-radius:6px}.sw-btn-primary{display:block;width:100%;padding:13px 24px;background:#1f3343;color:#fff;font-size:15px;font-weight:600;font-family:inherit;border:none;border-radius:8px;cursor:pointer;transition:background .15s,opacity .15s;margin-top:4px}.sw-btn-primary:hover:not(:disabled){background:#2d4a5f}.sw-btn-primary:disabled{opacity:.45;cursor:not-allowed}.sw-btn-back{display:block;width:100%;padding:10px 24px;background:none;color:#857a6b;font-size:14px;font-family:inherit;border:none;cursor:pointer;margin-top:8px;transition:color .12s}.sw-btn-back:hover{color:#1f3343}.sw-trust-note{font-size:12.5px;color:#a09485;text-align:center;margin-top:14px;line-height:1.5}.sw-switch{text-align:center;font-size:13px;color:#a09485;margin-top:10px}.sw-switch button{background:none;border:none;cursor:pointer;font-size:13px;color:#4e7d8e;font-family:inherit;padding:0;text-decoration:underline}.sw-plan-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.sw-plan-card{display:block;width:100%;text-align:left;padding:18px 20px;background:#fff;border:1.5px solid #d8cfc4;border-radius:10px;cursor:pointer;font-family:inherit;transition:border-color .15s,box-shadow .15s;position:relative}.sw-plan-card:hover{border-color:#4e7d8e}.sw-plan-card.selected{border-color:#1f3343;box-shadow:0 0 0 1px #1f3343}.sw-plan-badge{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#c08060;background:#f5ede0;border-radius:4px;padding:2px 7px;margin-bottom:8px}.sw-plan-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#6b7e8c;margin-bottom:4px}.sw-plan-price{font-size:22px;font-weight:700;color:#1f3343;line-height:1.2;margin-bottom:6px}.sw-plan-period{font-size:14px;font-weight:400;color:#7a8e9a}.sw-plan-tagline{font-size:13px;color:#6b7e8c;line-height:1.5}.sw-includes{margin-bottom:24px;padding:14px 16px;background:#f0ebe2;border-radius:8px}.sw-includes-label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#a09485;margin-bottom:10px}.sw-includes ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.sw-includes ul li{font-size:13px;color:#46586a;padding-left:18px;position:relative}.sw-includes ul li:before{content:"✓";position:absolute;left:0;color:#4e7d8e;font-size:12px}.sw-summary-card{background:#f0ebe2;border-radius:10px;padding:16px 20px;margin-bottom:24px}.sw-summary-row{display:flex;justify-content:space-between;align-items:baseline}.sw-summary-plan{font-size:14px;font-weight:600;color:#1f3343;margin-bottom:4px}.sw-summary-detail{font-size:12.5px;color:#7a8e9a;margin-bottom:14px}.sw-summary-divider{height:1px;background:#d8cfc4;margin-bottom:14px}.sw-summary-due{font-size:14px;font-weight:600;color:#1f3343}.sw-summary-zero{font-size:18px;font-weight:700;color:#1f3343}.sw-stripe-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:#a09485;text-align:center;margin-top:10px}.sw-welcome-card{text-align:center}.sw-welcome-check{width:48px;height:48px;border-radius:50%;background:#1f3343;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.sw-welcome-list{list-style:none;padding:0;margin:0 0 28px;text-align:left;display:flex;flex-direction:column;gap:0}.sw-welcome-list li{padding:14px 0;border-top:1px solid #e2d7c4}.sw-welcome-list li:first-child{border-top:none;padding-top:0}.sw-wl-title{font-size:13.5px;font-weight:600;color:#1f3343;margin-bottom:3px}.sw-wl-body{font-size:13px;color:#7a8e9a;line-height:1.55}@media (max-width: 520px){.sw-header{padding:16px 20px}.sw-logo-img{height:80px}.sw-help-link{font-size:12px}.sw-body-wrap{padding:24px 0 60px}.sw-progress{padding:0 20px;margin-bottom:20px}.sw-ps-label{font-size:11px}.sw-ps-line{width:20px}.sw-card{border-radius:0;border-left:none;border-right:none;padding:32px 24px;box-shadow:none}.sw-welcome-card{border-radius:0}}.pk-about-page{--about-bone: #f3ecdf;--about-bone-deep: #ece2d2;--about-panel: #fbf8f2;--about-navy: #1f3343;--about-navy-soft: #46586a;--about-muted: #857a6b;--about-line: #e2d7c4;--about-teal: #4e7d8e;--about-teal-d: #3c6675;--about-plum: #6c5168;--about-plum-d: #5a4257;--about-clay: #a85d3e;--about-clay-d: #8f4d31;--about-olive: #6f7d54;--about-olive-d: #586647;min-height:100vh;background:radial-gradient(120% 80% at 85% -10%,rgba(78,125,142,.06),transparent 60%),radial-gradient(90% 70% at 0% 0%,rgba(168,93,62,.05),transparent 55%),var(--about-bone);color:var(--about-navy)}.pk-about-page .serif{font-family:Georgia,Times New Roman,serif}.pk-about-topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 40px;background:#f6f1e7eb;border-bottom:1px solid var(--about-line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pk-about-brand{display:inline-flex;align-items:center;line-height:0}.pk-about-brand img{height:80px;width:auto;display:block}.pk-about-topbar nav{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.pk-about-topbar nav a{color:var(--about-navy-soft);text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:color .15s ease}.pk-about-topbar nav a:hover{color:var(--about-clay-d)}.pk-about-topbar nav a.primary{color:#f6f1e7;background:var(--about-navy);border:1px solid var(--about-navy);border-radius:8px;padding:9px 15px}.pk-about-topbar nav a.primary:hover{color:#f6f1e7;background:#182837}.pk-about{overflow:hidden}.pk-about-wrap{max-width:1100px;margin:0 auto;padding-left:40px;padding-right:40px}.pk-about-wrap-narrow{max-width:760px;margin:0 auto;padding-left:40px;padding-right:40px}.pk-about-ey{font-size:12px;text-transform:uppercase;letter-spacing:.22em;font-weight:600}.pk-about-ey-clay{color:var(--about-clay-d)}.pk-about-ey-teal{color:var(--about-teal-d)}.pk-about-ey-plum{color:var(--about-plum-d)}.pk-about-link{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--about-teal) 40%,transparent);transition:border-color .15s ease,color .15s ease}.pk-about-link:hover{color:var(--about-teal-d);border-bottom-color:var(--about-teal-d)}.pk-about-pagehead{text-align:center;padding-top:66px;padding-bottom:8px;position:relative}.pk-about-pagehead:after{content:"";position:absolute;left:50%;bottom:-30px;transform:translate(-50%);width:100%;max-width:1500px;aspect-ratio:1600 / 520;background:url(/assets/illustrations/hero-bg.png) bottom center / cover no-repeat;opacity:.12;pointer-events:none;z-index:0}.pk-about-pagehead>*{position:relative;z-index:1}.pk-about-pagehead h1{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(38px,4.4vw,54px);color:var(--about-navy);line-height:1.06;margin:14px 0 0}.pk-about-pagehead .sub{font-size:18px;color:var(--about-navy-soft);line-height:1.62;max-width:560px;margin:16px auto 0}.pk-about-ben{padding-top:66px;padding-bottom:20px}.pk-about-ben .grid{display:grid;grid-template-columns:.66fr 1.34fr;gap:62px;align-items:start}.pk-about-ben .portrait{position:relative;max-width:290px}.pk-about-ben .frame{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--about-line);background:var(--about-panel);box-shadow:0 2px 4px #1f33430d,0 34px 64px -34px #1f334380}.pk-about-ben .frame img{display:block;width:100%;height:auto}.pk-about-ben .cap{margin-top:20px;padding-left:2px}.pk-about-ben .cap .nm{display:block;font-size:24px;color:var(--about-navy);line-height:1.1}.pk-about-ben .cap .rl{display:block;font-size:13.5px;color:var(--about-navy-soft);line-height:1.5;margin-top:7px}.pk-about-ben .cap .rl b{color:var(--about-clay-d);font-weight:600}.pk-about-ben .place,.pk-about-people .place{margin-top:10px;padding-left:2px;font-size:13.5px;color:var(--about-muted)}.pk-about-ben .creds{margin-top:18px;padding-top:18px;border-top:1px solid var(--about-line);display:flex;flex-direction:column;gap:16px}.pk-about-ben .cred{display:flex;align-items:center;gap:14px;color:var(--about-muted);text-decoration:none}.pk-about-ben .cred img{width:58px;height:58px;object-fit:contain;flex-shrink:0}.pk-about-ben .cred .ct{line-height:1.32}.pk-about-ben .cred .k{display:block;font-size:12.5px;font-weight:600;color:var(--about-navy)}.pk-about-ben .cred .o{display:block;font-size:12px;color:var(--about-muted);margin-top:1px}.pk-about-ben a.cred:hover .k{color:var(--about-clay-d)}.pk-about-ben .body .pk-about-ey{margin-bottom:12px}.pk-about-ben .body h2{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(26px,2.9vw,34px);color:var(--about-navy);line-height:1.14;margin-bottom:20px}.pk-about-ben .body p{font-size:16px;color:var(--about-navy-soft);line-height:1.72;margin-bottom:17px}.pk-about-ben .body p:last-child{margin-bottom:0}.pk-about-ben .body .lead-in{font-size:17.5px;color:var(--about-navy)}.pk-about-ben .body b{color:var(--about-navy);font-weight:600}.pk-about-ben .signature{margin-top:30px;padding-top:26px;border-top:1px solid var(--about-line)}.pk-about-ben .signature .q{font-style:italic;font-weight:400;font-size:16px;color:var(--about-navy-soft);line-height:1.55}.pk-about-ben .signature .accent{color:var(--about-plum-d)}.pk-about-ben .signature .attn{margin-top:13px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--about-muted)}.pk-about-people{padding-top:40px;padding-bottom:74px}.pk-about-people .head{text-align:center;max-width:620px;margin:0 auto 40px}.pk-about-people .head h2{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(26px,3vw,34px);color:var(--about-navy);margin:12px 0 0}.pk-about-people .head p{font-size:16px;color:var(--about-navy-soft);line-height:1.62;margin-top:14px}.pk-about-people .seed{max-width:720px;margin:0 auto 34px;background:var(--about-panel);border:1px solid var(--about-line);border-radius:16px;padding:26px 30px;display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:start;box-shadow:0 2px 4px #1f33430a,0 24px 48px -34px #1f334366;position:relative}.pk-about-people .seed:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:1px solid rgba(226,215,196,.5);border-radius:10px;pointer-events:none}.pk-about-people .seed>*{position:relative}.pk-about-people .avatar{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0}.pk-about-people .avatar.olive{background:var(--about-olive-d)}.pk-about-people .avatar.teal{background:var(--about-teal-d)}.pk-about-people .avatar.plum{background:var(--about-plum-d)}.pk-about-people .seed .nm,.pk-about-people .card-p .nm{font-size:17px;font-weight:600;color:var(--about-navy)}.pk-about-people .seed .rl,.pk-about-people .card-p .rl{font-size:13px;color:var(--about-clay-d);margin:2px 0 9px}.pk-about-people .seed p,.pk-about-people .card-p p{font-size:14.5px;color:var(--about-navy-soft);line-height:1.62}.pk-about-people .tag{display:inline-block;margin-bottom:11px;font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--about-olive-d);background:color-mix(in srgb,var(--about-olive) 14%,#fff);border-radius:5px;padding:3px 9px}.pk-about-people .team{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:720px;margin:0 auto}.pk-about-people .card-p{background:var(--about-panel);border:1px solid var(--about-line);border-radius:14px;padding:24px 26px}.pk-about-people .card-p .top{display:flex;align-items:center;gap:14px;margin-bottom:14px}.pk-about-close{text-align:center;padding:8px 0 44px}.pk-about-close p{font-size:15px;color:var(--about-muted);line-height:1.7}.pk-about-close b{color:var(--about-navy)}.pk-about-close .arch{width:26px;height:auto;opacity:.9;margin:0 auto 12px}.pk-about-footer{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:30px 24px 40px;border-top:1px solid var(--about-line);color:var(--about-muted);font-size:13.5px}.pk-about-footer a{color:inherit;text-decoration:none}.pk-about-footer a:hover{color:var(--about-navy)}@media (max-width: 880px){.pk-about-topbar{align-items:flex-start;flex-direction:column;padding:12px 24px 16px}.pk-about-topbar nav{gap:14px}.pk-about-ben .grid{grid-template-columns:1fr;gap:34px}.pk-about-ben .portrait{max-width:300px;margin:0 auto}.pk-about-people .team{grid-template-columns:1fr}}@media (max-width: 560px){.pk-about-wrap,.pk-about-wrap-narrow{padding-left:22px;padding-right:22px}.pk-about-topbar nav a{font-size:12px}.pk-about-pagehead{padding-top:48px}.pk-about-pagehead h1{font-size:36px}.pk-about-pagehead .sub{font-size:16px}.pk-about-ben{padding-top:50px}.pk-about-people .seed{grid-template-columns:1fr;padding:24px}}
