*{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:1.5rem 0;flex-wrap:wrap}.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:#2563eb;color:#fff;padding:.1rem .4rem;border-radius:.3rem;font-weight:700;font-size:.85rem;text-decoration:none;display:inline-block;margin:0 .1rem;border:1px solid #1d4ed8;box-shadow:0 1px 2px #0000001a}.source-citation:hover{background-color:#1d4ed8;box-shadow:0 2px 4px #00000026}.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}.checkbox-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.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;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;align-items:center;gap:1rem;justify-content:center;flex-wrap:wrap}.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)}.podcast-apps{margin-top:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.podcast-apps h4{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center}.podcast-app-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.podcast-app-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;min-width:160px;justify-content:center;box-shadow:0 2px 4px #0000001a}.podcast-app-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.button-icon{font-size:1.1rem}.button-text{font-weight:600}.apple-podcasts-button{background:linear-gradient(135deg,#ff6b00,#ff8500);color:#fff}.apple-podcasts-button:hover{background:linear-gradient(135deg,#e55a00,#e57600)}.spotify-button{background:linear-gradient(135deg,#1db954,#1ed760);color:#fff}.spotify-button:hover{background:linear-gradient(135deg,#17a346,#1bc854)}.generic-podcast-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.generic-podcast-button:hover{background:linear-gradient(135deg,#5a67d8,#68409a)}.synthesis-loading{margin:1rem 0}.info-message{background:#e3f2fd;border:1px solid #2196f3;border-radius:8px;padding:1rem;margin-bottom:1rem;color:#0d47a1;font-weight:500}.synthesis-paragraph{margin-bottom:1.5rem;line-height:1.7;font-size:1rem}.section-header{font-size:1.4rem;font-weight:700;color:#1976d2;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e3f2fd}.subsection-header{font-size:1.2rem;font-weight:600;color:#424242;margin:1.5rem 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.synthesis-list{margin:1rem 0 1.5rem 1.5rem;list-style-type:disc}.synthesis-list li{margin-bottom:.5rem;line-height:1.6}.synthesis-references{margin-top:3rem;padding-top:2rem;border-top:2px solid #e0e0e0}.references-title{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1rem}.references-list{display:flex;flex-direction:column;gap:1rem}.reference-item{display:flex;gap:.75rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #2563eb}.reference-number{font-weight:700;color:#2563eb;min-width:1.5rem}.reference-content{flex:1}.reference-citation{font-weight:600;margin-bottom:.5rem;color:#333}.reference-link{color:#2563eb;text-decoration:none;font-size:.9rem;font-weight:500}.reference-link:hover{text-decoration:underline}@media (max-width: 480px){.podcast-app-buttons{flex-direction:column;align-items:center}.podcast-app-button{width:100%;max-width:250px}.reference-item{flex-direction:column;gap:.5rem}.reference-number{align-self:flex-start}}
