*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.app-header{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);padding:2.5rem 0;text-align:center;color:#fff;box-shadow:0 4px 20px #0000001a}.header-content h1{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2);background:linear-gradient(135deg,#fff,#f8f9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.3rem;opacity:.95;font-weight:400;text-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:2rem}.main-nav{display:flex;justify-content:center;gap:1rem;margin:2.5rem 0 1.5rem;flex-wrap:wrap;position:relative;z-index:1}.nav-button{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a}.nav-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.nav-button.active{background:#ffffffe6;color:#667eea;border-color:#ffffffe6;font-weight:700;box-shadow:0 4px 20px #0003}.info-links{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.info-link{color:#ffffffe6;text-decoration:none;padding:.5rem 1rem;border-radius:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease;font-size:.9rem;font-weight:500;border:1px solid rgba(255,255,255,.2)}.info-link:hover{background:#fff3;transform:translateY(-1px);box-shadow:0 2px 10px #0000001a}.user-info{display:flex;justify-content:center;gap:1rem;font-size:.9rem;opacity:.8;margin-top:1rem;flex-wrap:wrap}.user-info span{background:#ffffff1a;padding:.25rem .75rem;border-radius:15px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.search-section{background:#fffffff2;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 10px 40px #0000001a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2)}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.query-input,.context-input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:15px;font-size:1rem;transition:all .3s ease;background:#fafbfc;box-shadow:0 2px 4px #00000005}.query-input:focus,.context-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a,0 4px 12px #0000000d;transform:translateY(-1px)}.context-input{resize:vertical;min-height:80px;font-family:inherit}.controls-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.control-group label{margin-bottom:.75rem}.radio-group{display:flex;gap:1rem}.radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:background-color .2s ease}.radio-option:hover{background:#f3f4f6}.radio-option input[type=radio]{accent-color:#667eea}.search-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.search-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #667eea4d}.search-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-content{display:flex;align-items:center;gap:.75rem}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.results-section{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem}.fidelity-results{padding:2rem}.results-header{margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.results-header h2{color:#1f2937;font-size:1.75rem;margin-bottom:.5rem}.results-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.query-info{color:#6b7280;font-style:italic}.count-info{background:#f3f4f6;padding:.25rem .75rem;border-radius:6px;font-size:.875rem;color:#374151}.sources-grid{display:grid;gap:1.5rem}.source-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease}.source-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000d}.source-header{background:#f9fafb;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.source-title{color:#1f2937;font-size:1.1rem;font-weight:600}.source-reference{color:#6b7280;font-size:.875rem;background:#fff;padding:.25rem .5rem;border-radius:4px}.source-text{padding:1.5rem}.source-text p{line-height:1.7;color:#374151}.source-footer{padding:1rem 1.5rem;background:#f9fafb;border-top:1px solid #e5e7eb}.source-link{color:#667eea;text-decoration:none;font-weight:500;font-size:.875rem;transition:color .2s ease}.source-link:hover{color:#5a67d8}.synthesis-results{display:grid;grid-template-columns:2fr 1fr;gap:0;min-height:400px}.synthesis-content{padding:2rem}.synthesis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.synthesis-header h2{color:#1f2937;font-size:1.75rem}.synthesis-actions{display:flex;gap:.5rem;align-items:center}.action-button{background:#6b7280;color:#fff;border:none;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.action-button:hover{background:#4b5563;transform:translateY(-1px)}.print-button{background:#3b82f6}.print-button:hover{background:#2563eb}.share-button{background:#8b5cf6}.share-button:hover{background:#7c3aed}.podcast-button{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.podcast-button:hover{background:#059669;transform:translateY(-1px)}.content-warning{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;padding:1rem;margin-bottom:1.5rem;color:#92400e;font-size:.875rem;line-height:1.5}.synthesis-footer-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.footer-note{background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;padding:.75rem;color:#1e40af;font-size:.875rem;margin-left:auto;max-width:300px}.truncation-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;padding:1rem;margin-top:1rem;color:#92400e;font-size:.875rem;line-height:1.5}@media (max-width: 768px){.synthesis-actions{flex-wrap:wrap;gap:.25rem}.action-button{font-size:.75rem;padding:.4rem .6rem}.synthesis-footer-actions{flex-direction:column;align-items:stretch}.footer-note{margin-left:0;max-width:none}}.dashboard{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #0000000d}.dashboard-header h2{color:#1f2937;font-size:2rem;margin:0}.create-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}.create-button:hover{transform:translateY(-1px);box-shadow:0 8px 25px #10b9814d}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb}.stat-card h3{font-size:2.5rem;font-weight:700;color:#667eea;margin:0 0 .5rem}.stat-card p{color:#6b7280;font-weight:500;margin:0}.feed-urls{background:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 4px 12px #0000000d}.feed-urls h3{color:#1f2937;margin-bottom:1.5rem}.feed-url-group{margin-bottom:1.5rem}.feed-url-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.url-display{display:flex;gap:.5rem;margin-bottom:.5rem}.url-display input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-family:monospace;font-size:.875rem;background:#f9fafb}.url-display button{background:#667eea;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.url-display button:hover{background:#5a67d8}.feed-url-group small{color:#6b7280;font-size:.8rem}.episodes-list{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #0000000d}.episodes-list h3{color:#1f2937;margin-bottom:1.5rem}.no-episodes{text-align:center;padding:3rem;color:#6b7280}.no-episodes p{margin-bottom:1.5rem;font-size:1.1rem}.create-first-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.create-first-button:hover{transform:translateY(-1px);box-shadow:0 8px 25px #667eea4d}.episodes-grid{display:grid;gap:1.5rem}.episode-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease}.episode-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000d}.episode-header{background:#f9fafb;padding:1.5rem;border-bottom:1px solid #e5e7eb}.episode-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.episode-meta{display:flex;gap:1rem;align-items:center}.episode-date{color:#6b7280;font-size:.875rem}.public-badge{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.episode-content{padding:1.5rem}.episode-preview{color:#374151;line-height:1.6;margin:0}.episode-actions{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.episode-audio{width:100%;margin-bottom:1rem}.episode-links{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.download-link,.share-link{color:#667eea;text-decoration:none;font-weight:500;font-size:.875rem;padding:.5rem 1rem;border:1px solid #667eea;border-radius:6px;transition:all .2s ease}.download-link:hover,.share-link:hover{background:#667eea;color:#fff}.delete-button{background:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.delete-button:hover{background:#b91c1c}.delete-confirm{margin-top:1rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.delete-confirm p{color:#dc2626;font-weight:500;margin:0 0 1rem}.confirm-actions{display:flex;gap:.5rem}.confirm-delete{background:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer}.cancel-delete{background:#6b7280;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer}.hebrew-text,.lang-hebrew{direction:rtl;text-align:right;font-family:Times New Roman,Arial Unicode MS,serif;line-height:1.6}.source-text.hebrew-text,.synthesis-paragraph.hebrew-text{direction:rtl;text-align:right;font-size:1.1em;line-height:1.7}.search-form.hebrew-mode{direction:rtl}.search-form.hebrew-mode input[type=text],.search-form.hebrew-mode textarea,.source-card.hebrew-content{direction:rtl;text-align:right}.source-card.hebrew-content .source-text{direction:rtl;text-align:right;font-family:Times New Roman,Arial Unicode MS,serif}.synthesis-results.hebrew-content{direction:rtl}.synthesis-results.hebrew-content .synthesis-paragraph{direction:rtl;text-align:right;font-family:Times New Roman,Arial Unicode MS,serif}.mixed-content{unicode-bidi:embed}.hebrew-inline{direction:rtl;unicode-bidi:embed;font-family:Times New Roman,Arial Unicode MS,serif}@media (max-width: 768px){.main-content{padding:1rem}.header-content h1{font-size:2rem}.main-nav{flex-direction:column;gap:.75rem}.nav-button{padding:.75rem 1rem;font-size:.9rem}.user-info{flex-direction:column;gap:.5rem}.controls-row{grid-template-columns:1fr;gap:1rem}.button-row{flex-direction:column}.synthesis-results{grid-template-columns:1fr}.sources-sidebar{border-left:none;border-top:1px solid #e5e7eb}.results-meta{flex-direction:column;align-items:flex-start}.synthesis-header{flex-direction:column;gap:1rem;align-items:flex-start}.dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;align-items:stretch;text-align:center}.dashboard-stats{grid-template-columns:1fr}.url-display{flex-direction:column}.episode-links{flex-direction:column;align-items:stretch}.confirm-actions{flex-direction:column}}@media (max-width: 480px){.main-content{padding:.5rem}.header-content{padding:1rem}.header-content h1{font-size:1.75rem}.subtitle{font-size:1rem}.search-section,.dashboard-header,.feed-urls,.episodes-list,.stat-card{padding:1.5rem}.stat-card h3{font-size:2rem}}.error-message{color:#dc2626;font-style:italic;text-align:center;padding:2rem}.synthesis-library{padding:2rem}.synthesis-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;margin-top:2rem}.synthesis-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s ease;border:1px solid rgba(0,0,0,.1)}.synthesis-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.synthesis-header{padding:1.5rem 1.5rem .5rem;border-bottom:1px solid rgba(0,0,0,.1)}.section-header{color:#2c5aa0;font-size:1.3rem;font-weight:700;margin:2rem 0 1rem;padding:.75rem 0;border-bottom:2px solid #e5e7eb}.subsection-header{color:#374151;font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem;text-transform:capitalize}.synthesis-list{margin:1rem 0;padding-left:1.5rem}.synthesis-list li{margin:.5rem 0;line-height:1.6}.source-citation{background-color:#dbeafe;color:#1e40af;padding:.125rem .375rem;border-radius:.25rem;font-weight:600;font-size:.875rem}.references-section{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e5e7eb;background-color:#f9fafb;padding:1.5rem;border-radius:.5rem}.synthesis-paragraph{margin-bottom:1.25rem;line-height:1.7}.synthesis-paragraph strong{font-weight:600;color:#1f2937}.synthesis-paragraph em{font-style:italic;color:#4b5563}.podcast-generation-section{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.podcast-options{display:flex;flex-direction:column;gap:.5rem}.podcast-mode-options{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:.5rem}.podcast-mode-options .radio-option{padding:.5rem}.podcast-mode-options .radio-option input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.podcast-mode-options .radio-option input[type=radio]:disabled+span{color:#9ca3af;cursor:not-allowed}.option-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.option-label{font-weight:600;color:#374151;font-size:.9rem;margin-bottom:.25rem}.option-select{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background-color:#fff;color:#374151;cursor:pointer;transition:border-color .2s ease}.option-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.option-select optgroup{font-weight:600;color:#6b7280}.checkbox-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;margin-top:.5rem}.checkbox-option input[type=checkbox]{margin:0}.toggle-public-button{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;font-size:.875rem;transition:all .2s ease}.toggle-public-button:hover{background:#f3f4f6}.toggle-public-button.public{background:#dbeafe;border-color:#3b82f6;color:#1e40af}.toggle-public-button.private{background:#fef3c7;border-color:#f59e0b;color:#92400e}.synthesis-title{font-size:1.25rem;font-weight:600;color:#2c5aa0;margin-bottom:.5rem;line-height:1.4}.synthesis-meta{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#666}.synthesis-date{color:#666}.synthesis-length{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.synthesis-content{padding:1rem 1.5rem}.synthesis-preview{color:#374151;line-height:1.6;font-size:.95rem}.synthesis-actions{padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.1);display:flex;gap:.5rem;flex-wrap:wrap}.synthesis-actions button,.synthesis-actions a{padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.view-button{background:#2c5aa0;color:#fff}.view-button:hover{background:#1e40af}.print-button{background:#059669;color:#fff}.print-button:hover{background:#047857}.share-button{background:#7c3aed;color:#fff}.share-button:hover{background:#6d28d9}.direct-link-button{background:#dc2626;color:#fff}.direct-link-button:hover{background:#b91c1c}.synthesis-full-text{padding:0 1.5rem 1.5rem;margin-top:1rem;border-top:2px solid #f3f4f6;background:#f9fafb}.synthesis-text{margin-top:1rem}.synthesis-paragraph{margin-bottom:1rem;line-height:1.7;color:#374151}@media (max-width: 768px){.synthesis-grid{grid-template-columns:1fr;gap:1rem}.synthesis-actions{flex-direction:column}.synthesis-actions button,.synthesis-actions a{width:100%;justify-content:center}}.auth-section{margin:1rem 0 2.5rem;padding:1rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-loading{text-align:center;color:#fffc;font-size:.9rem}.auth-user{display:flex;flex-direction:column;align-items:center;gap:.75rem;justify-content:center}.user-avatar{width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.3)}.user-details{display:flex;flex-direction:column;align-items:flex-start}.user-name{font-weight:600;color:#fff;font-size:1rem}.user-email{font-size:.8rem;color:#ffffffb3}.auth-guest{display:flex;align-items:center;gap:1rem;justify-content:center;flex-wrap:wrap}.guest-notice{color:#fffc;font-size:.9rem}.auth-button{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:500}.auth-button.sign-in{background:#4285f4;color:#fff}.auth-button.sign-in:hover{background:#357ae8;transform:translateY(-2px)}.auth-button.sign-out{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.auth-button.sign-out:hover{background:#ffffff4d;transform:translateY(-2px)}.admin-button{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:500;background:#ff6b35;color:#fff}.admin-button:hover{background:#e55a2b;transform:translateY(-2px)}.admin-buttons-group{display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:center;flex-wrap:wrap}.section-header.primary-section{font-size:1.5rem;font-weight:700;color:#1976d2;margin:2.5rem 0 1.5rem;padding:1rem 0 .75rem;border-bottom:3px solid #e3f2fd;display:flex;align-items:center;gap:.75rem}.section-header.primary-section .section-number{background:linear-gradient(135deg,#1976d2,#2196f3);color:#fff;padding:.25rem .75rem;border-radius:50%;font-weight:800;min-width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.9rem}.section-header.primary-section .section-title{flex:1;text-transform:uppercase;letter-spacing:.5px}.subsection-header{font-size:1.2rem;font-weight:600;color:#424242;margin:1.5rem 0 .75rem;text-transform:uppercase;letter-spacing:.5px;position:relative;padding-left:1rem}.subsection-header:before{content:"";position:absolute;left:0;top:.5rem;width:4px;height:1rem;background:linear-gradient(135deg,#2196f3,#64b5f6);border-radius:2px}.synthesis-paragraph{margin-bottom:1.5rem;line-height:1.8;font-size:1rem;color:#37474f;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.synthesis-paragraph.quote-paragraph{background:#f8f9fa;border-left:4px solid #2196f3;padding:1rem 1.5rem;margin:1.5rem 0;font-style:italic;border-radius:0 8px 8px 0}.synthesis-paragraph.emphasized-paragraph{background:linear-gradient(135deg,#fff3e0,#fffbf3);border:1px solid #ffb74d;padding:1rem 1.5rem;border-radius:8px;font-weight:500}.synthesis-transition{margin:1rem 0;padding:.75rem 1rem;background:linear-gradient(135deg,#e8f5e8,#f1f8e9);border-left:4px solid #4caf50;border-radius:0 8px 8px 0;font-weight:500;color:#2e7d32}.synthesis-list.enhanced-list{margin:1.5rem 0;padding-left:2rem;list-style:none;position:relative}.synthesis-list.enhanced-list li{margin:.75rem 0;padding-left:1rem;position:relative;line-height:1.7}.synthesis-list.enhanced-list li:before{content:"▶";position:absolute;left:-.5rem;top:0;color:#2196f3;font-weight:700;font-size:.8rem}ol.synthesis-list.enhanced-list{counter-reset:item}ol.synthesis-list.enhanced-list li:before{content:counter(item);counter-increment:item;position:absolute;left:-1.5rem;top:0;background:linear-gradient(135deg,#2196f3,#64b5f6);color:#fff;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.emphasis{font-weight:700;color:#1976d2}.italic{font-style:italic;color:#5d4e75}.underline{text-decoration:underline;text-decoration-color:#2196f3;text-decoration-thickness:2px}.highlight{background:linear-gradient(135deg,#fff59d,#ffeb3b);padding:.125rem .25rem;border-radius:3px;font-weight:600;color:#f57f17}.inline-quote{color:#5d4e75;font-style:italic;position:relative}.inline-quote:before,.inline-quote:after{color:#2196f3;font-weight:700;font-size:1.1em}.source-citation{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:.125rem .5rem;border-radius:4px;font-weight:700;font-size:.85rem;text-decoration:none;display:inline-block;margin:0 .125rem;border:1px solid #1d4ed8;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:all .2s ease}.source-citation:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.source-citation.inline-citation{background:linear-gradient(135deg,#7c3aed,#8b5cf6);border-color:#6d28d9}.verse-citation{background:linear-gradient(135deg,#059669,#10b981);color:#fff;padding:.125rem .5rem;border-radius:4px;font-weight:600;font-size:.85rem;font-family:Georgia,serif}.verse-reference{background:#f0f9ff;color:#0369a1;padding:.125rem .375rem;border-radius:3px;font-weight:600;font-family:Georgia,serif;border:1px solid #bae6fd}.special-term{color:#7c2d12;font-weight:600;text-decoration:underline;text-decoration-color:#ea580c;text-decoration-style:dotted;cursor:help}.special-term:hover{background:#fed7aa;border-radius:3px;padding:.125rem .25rem}.time-reference{background:#f3f4f6;color:#374151;padding:.125rem .375rem;border-radius:3px;font-family:monospace;font-weight:600;border:1px solid #d1d5db}.emphasis-phrase{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;padding:.125rem .375rem;border-radius:4px;font-weight:600;border:1px solid #f59e0b}.hebrew-inline{font-family:Times New Roman,Arial Unicode MS,serif;font-size:1.1em;line-height:1.6;background:#f8f9fa;padding:.125rem .25rem;border-radius:3px;border:1px solid #e9ecef}.source-selection{margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#f8f9ff,#fff);border:1px solid #e3f2fd;border-radius:12px;box-shadow:0 2px 8px #0000000d}.source-selection-label{display:block;font-weight:600;color:#1976d2;margin-bottom:1rem;font-size:1.1rem;text-align:center}.source-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;margin-bottom:1rem}.source-checkbox{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.95rem;line-height:1.4}.source-checkbox:hover{border-color:#2196f3;background:#f8f9ff;transform:translateY(-1px);box-shadow:0 4px 12px #2196f31a}.source-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#2196f3;cursor:pointer;margin:0}.source-checkbox input[type=checkbox]:checked+.source-details .source-title{color:#1976d2;font-weight:600}.source-checkbox span{flex:1;color:#374151;font-weight:500}.source-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.source-title{color:#374151;font-weight:600;font-size:.95rem;line-height:1.3}.source-description{color:#6b7280;font-weight:400;font-size:.85rem;line-height:1.4}.source-info{text-align:center;color:#6b7280;font-size:.9rem;font-style:italic;margin:0;padding:.75rem;background:#f0f9ff;border-radius:6px;border:1px solid #bae6fd}@media (max-width: 768px){.section-header.primary-section{font-size:1.25rem;flex-direction:column;gap:.5rem;text-align:center}.section-header.primary-section .section-number{align-self:center}.subsection-header{font-size:1.1rem;padding-left:.75rem}.synthesis-paragraph{text-align:left;-webkit-hyphens:none;hyphens:none}.synthesis-list.enhanced-list{padding-left:1.5rem}.source-checkboxes{grid-template-columns:1fr}.source-checkbox{padding:.75rem;font-size:.9rem}}.ad-footer{background:linear-gradient(to bottom,#f8f9fa,#e9ecef);border-top:2px solid #dee2e6;padding:1.5rem 0;margin-top:3rem}.ad-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:1rem}.ad-item{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;border:1px solid #dee2e6}.ad-text{text-align:center}.ad-text p{color:#495057;font-size:1rem;margin-bottom:1rem;line-height:1.6}.ad-link{display:inline-block;padding:.75rem 1.5rem;background:#2c5aa0;color:#fff!important;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease}.ad-link:hover{background:#1e3a5f;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.ad-image-link{display:block;text-align:center}.ad-image-link img{max-width:100%;height:auto;border-radius:6px;transition:transform .3s ease}.ad-image-link:hover img{transform:scale(1.02)}.ad-banner{text-align:center}.admin-wrapper{max-width:1400px;margin:0 auto;padding:2rem}.ad-management{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.ad-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.ad-management-header h2{color:#2c5aa0;font-size:1.75rem;margin:0}.create-ad-button{padding:.75rem 1.5rem;background:#28a745;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.create-ad-button:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.ad-form-container{background:#f8f9fa;border:2px solid #dee2e6;border-radius:8px;padding:2rem;margin-bottom:2rem}.ad-form-container h3{color:#2c5aa0;margin-top:0;margin-bottom:1.5rem}.ad-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#495057;font-weight:600;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 3px #2c5aa01a}.form-group-inline{display:flex;gap:2rem;align-items:center}.form-group-inline label{display:flex;align-items:center;gap:.5rem;color:#495057;font-weight:600;cursor:pointer}.form-group-inline input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-actions{display:flex;gap:1rem;margin-top:1rem}.submit-button,.cancel-button{padding:.75rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button{background:#2c5aa0;color:#fff}.submit-button:hover{background:#1e3a5f;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.cancel-button{background:#6c757d;color:#fff}.cancel-button:hover{background:#5a6268}.ads-list{margin-top:2rem}.ads-list h3{color:#2c5aa0;margin-bottom:1rem}.ads-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.ads-table thead{background:#2c5aa0;color:#fff}.ads-table th{padding:1rem;text-align:left;font-weight:600;font-size:.95rem}.ads-table td{padding:1rem;border-bottom:1px solid #e9ecef;font-size:.95rem}.ads-table tr:hover{background:#f8f9fa}.ads-table tr.inactive{opacity:.6}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.actions-cell{display:flex;gap:.5rem}.toggle-button,.delete-button{padding:.5rem .75rem;border:none;border-radius:4px;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.toggle-button{background:#ffc107;color:#fff}.toggle-button:hover{background:#e0a800;transform:scale(1.1)}.delete-button{background:#dc3545;color:#fff}.delete-button:hover{background:#c82333;transform:scale(1.1)}.admin-access-denied{text-align:center;padding:4rem 2rem;background:#fff3cd;border:2px solid #ffc107;border-radius:12px;margin:2rem auto;max-width:600px}.admin-access-denied h2{color:#856404;margin-bottom:1rem}.admin-access-denied p{color:#856404;font-size:1.1rem}.admin-button{background:linear-gradient(135deg,#667eea,#764ba2)!important}.admin-button:hover{background:linear-gradient(135deg,#5568d3,#6a3e91)!important}@media (max-width: 768px){.ad-footer{padding:1rem 0;margin-top:2rem}.ad-container{padding:0 .5rem}.ad-item{padding:1rem}.ad-text p{font-size:.95rem}.ad-link{padding:.6rem 1.2rem;font-size:.95rem}.admin-wrapper,.ad-management{padding:1rem}.ad-management-header{flex-direction:column;gap:1rem}.ad-form-container{padding:1rem}.ads-table{font-size:.85rem}.ads-table th,.ads-table td{padding:.5rem}.form-actions{flex-direction:column}.submit-button,.cancel-button{width:100%}}
