*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f5f5f6;color:#1a1a1a}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-header{background-color:#fff;border-bottom:none}.app-header>div{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;max-width:1600px;margin:0 auto;width:100%}.app-header .brand{display:flex;align-items:center;font-weight:600;font-size:1.1rem}.app-header .nav-links a{margin-right:1rem;font-size:.95rem}.app-header .nav-links a.active{color:#2563eb;font-weight:600}.app-header .user-info{display:flex;align-items:center;gap:.75rem}.app-header .user-info button{background:#ff5a5f;color:#fff;border:none;border-radius:4px;padding:.35rem .75rem}.app-content{flex:1;padding:1.5rem;max-width:1100px;margin:0 auto;width:100%}.app-content:has(.listenhub-page),.app-content:has(.listenhub-dashboard){padding:0;max-width:100%;margin:0;width:100%;overflow:hidden}.card{background-color:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 8px 24px #0f172a14}.card-header{display:flex;justify-content:space-between;align-items:center}.card-header button,.card-header a{background-color:#eef2ff;color:#4338ca;padding:.4rem .8rem;border-radius:6px;border:none}.upload-form{display:flex;flex-direction:column;gap:1rem}.upload-form .form-row{display:flex;gap:1rem;flex-wrap:wrap}.upload-form label{flex:1;display:flex;flex-direction:column;font-size:.95rem;gap:.4rem}.upload-form input[type=text],.upload-form input[type=file],.upload-form select,.auth-form input,.auth-form select{padding:.65rem .75rem;border-radius:6px;border:1px solid #d1d5db;font-size:.95rem}.upload-form button{align-self:flex-start;padding:.65rem 1.25rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px}.books-table{width:100%;border-collapse:collapse;margin-top:1rem}.books-table th,.books-table td{padding:.75rem .5rem;border-bottom:1px solid #e5e7eb;text-align:left}.books-table .empty-row{text-align:center;color:#6b7280;font-style:italic}.status{text-transform:capitalize;font-weight:600;font-size:.85rem}.status-ready{color:#16a34a}.status-processing,.status-pending{color:#f97316}.status-failed{color:#dc2626}.auth-container{max-width:420px;margin:4rem auto;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 12px 30px #0f172a1f}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form label{display:flex;flex-direction:column;gap:.4rem;font-weight:500}.auth-form button{padding:.65rem 1.25rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px}.auth-switch{margin-top:1rem;text-align:center;color:#4b5563}.error-text{color:#dc2626;font-size:.9rem}.muted{color:#6b7280;font-size:.9rem}.two-column{display:grid;grid-template-columns:320px 1fr;gap:1.5rem}.chapter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.chapter-button{width:100%;padding:.75rem;display:flex;align-items:center;gap:.75rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;text-align:left}.chapter-button:disabled{opacity:.6;cursor:not-allowed}.chapter-list li.active .chapter-button{border-color:#4338ca;background-color:#eef2ff}.chapter-order{font-weight:600;width:2rem}.player-panel{display:flex;flex-direction:column;gap:1rem}.voice-toggle select{padding:.5rem;border-radius:6px;border:1px solid #d1d5db}.listenhub-container{width:100%;max-width:1600px;margin:0 auto;padding:0 clamp(1rem,6vw,4.5rem)}@media (max-width: 768px){.listenhub-container{padding:0 1.25rem}}@media (max-width: 480px){.listenhub-container{padding:0 1rem}}.listenhub-page{min-height:100vh;background:#fff;display:flex;flex-direction:column;width:100%;margin:0;padding:0}.listenhub-header{padding:1.5rem clamp(1.5rem,6vw,4.5rem);border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:1.5rem;background:#fff;position:sticky;top:0;z-index:10}.listenhub-back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#666;transition:all .2s;flex-shrink:0}.listenhub-back-btn:hover{background:#f5f5f5;color:#000}.listenhub-header-content{flex:1;min-width:0}.listenhub-title{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#1a1a1a;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listenhub-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#999}.listenhub-source-type{text-transform:uppercase;font-weight:500;letter-spacing:.5px}.listenhub-chapter-count{color:#666}.listenhub-content{flex:1;overflow-y:auto;padding:0 clamp(1.5rem,6vw,4.5rem);padding-bottom:120px}.listenhub-chapters{max-width:1400px;margin:0 auto;padding:2rem 0}.listenhub-chapter-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;cursor:pointer;transition:background .15s;position:relative;border-bottom:1px solid #f0f0f0}.listenhub-chapter-item:last-child{border-bottom:none}.listenhub-chapter-item:hover:not(.disabled){background:#f8f8f8}.listenhub-chapter-item.active{background:#f5f8ff}.listenhub-chapter-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#06f}.listenhub-chapter-item.disabled{opacity:.5;cursor:not-allowed}.listenhub-chapter-play{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.listenhub-play-btn{width:40px;height:40px;border-radius:50%;border:none;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0}.listenhub-play-btn:hover:not(:disabled){background:#333;transform:scale(1.05)}.listenhub-play-btn:disabled{opacity:.5;cursor:not-allowed}.listenhub-chapter-info{flex:1;min-width:0}.listenhub-chapter-title{font-size:1rem;font-weight:500;color:#1a1a1a;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listenhub-chapter-item.active .listenhub-chapter-title{color:#06f;font-weight:600}.listenhub-chapter-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#999}.listenhub-chapter-duration{font-variant-numeric:tabular-nums}.listenhub-chapter-status{padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.listenhub-chapter-status.status-processing{background:#fff3e0;color:#f57c00}.listenhub-chapter-status.status-pending{background:#f5f5f5;color:#666}.listenhub-chapter-status.status-failed{background:#ffebee;color:#c62828}.listenhub-player-panel{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #f0f0f0;z-index:100;box-shadow:0 -2px 10px #0000000d}.listenhub-player-panel audio{display:none}.listenhub-progress-bar{height:3px;background:#e5e5e5;cursor:pointer;position:relative;width:100%}.listenhub-progress-fill{height:100%;background:#06f;transition:width .1s linear;position:absolute;top:0;left:0}.listenhub-player-controls{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1600px;margin:0 auto}.listenhub-player-left{flex:1;min-width:0;margin-right:2rem}.listenhub-current-chapter{display:flex;flex-direction:column;gap:.25rem}.listenhub-chapter-name-small{font-size:.875rem;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listenhub-time-display{font-size:.75rem;color:#999;font-variant-numeric:tabular-nums}.listenhub-player-center{flex-shrink:0;display:flex;align-items:center;justify-content:center}.listenhub-main-play-btn{width:56px;height:56px;border-radius:50%;border:none;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0}.listenhub-main-play-btn:hover{background:#333;transform:scale(1.05)}.listenhub-player-right{flex:1;display:flex;justify-content:flex-end;margin-left:2rem}.listenhub-settings-btn{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:#666;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0}.listenhub-settings-btn:hover{background:#f5f5f5;color:#000}.listenhub-settings-panel{border-top:1px solid #f0f0f0;padding:1.5rem 2rem;background:#fafafa;max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.listenhub-setting-item{display:flex;flex-direction:column;gap:.5rem}.listenhub-setting-item label{font-size:.875rem;font-weight:500;color:#666}.listenhub-setting-item select{padding:.5rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff;font-size:.875rem;color:#1a1a1a;cursor:pointer;transition:border-color .2s}.listenhub-setting-item select:hover{border-color:#ccc}.listenhub-setting-item select:focus{outline:none;border-color:#06f}.listenhub-timer-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.listenhub-timer-buttons button{padding:.5rem 1rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#666;font-size:.875rem;cursor:pointer;transition:all .2s}.listenhub-timer-buttons button:hover{border-color:#06f;color:#06f}.listenhub-timer-buttons button.active{background:#06f;border-color:#06f;color:#fff}.listenhub-timer-info{margin-top:.5rem;padding:.5rem;background:#e3f2fd;border-radius:4px;font-size:.75rem;color:#1976d2}.listenhub-loading,.listenhub-error{text-align:center;padding:3rem;color:#999}.listenhub-error{color:#c62828}.listenhub-parsing-status{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}.listenhub-parsing-icon{width:64px;height:64px;margin:0 auto 1.5rem;color:#8b5cf6;display:flex;align-items:center;justify-content:center}.listenhub-parsing-icon.error{color:#dc2626}.listenhub-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.listenhub-parsing-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.listenhub-parsing-desc{font-size:1rem;color:#666;margin:0;line-height:1.6}.listenhub-retry-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.5rem;background:#8b5cf6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.listenhub-retry-btn:hover:not(:disabled){background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf64d}.listenhub-retry-btn:disabled{opacity:.6;cursor:not-allowed}.listenhub-retry-btn svg{flex-shrink:0}.listenhub-retry-error{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.listenhub-retry-error svg{flex-shrink:0}.listenhub-audio-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin:0 2rem;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.listenhub-audio-error svg{flex-shrink:0}.listenhub-main-play-btn:disabled{opacity:.6;cursor:not-allowed}.listenhub-chapter-text{max-width:1600px;margin:0 auto;padding:2rem clamp(1.5rem,6vw,4.5rem);padding-bottom:calc(2rem + 120px);background:#fff}.listenhub-chapter-text-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.listenhub-chapter-text-header h3{margin:0;font-size:1.5rem;font-weight:600;color:#1a1a1a}.listenhub-chapter-text-content{line-height:1.8;color:#333;font-size:1rem}.listenhub-chapter-text-content p{margin:0 0 1.25rem;text-align:justify}.listenhub-chapter-text-content p:last-child{margin-bottom:0}.listenhub-chapter-detail{max-width:800px;margin:0 auto;padding:2rem clamp(1.5rem,6vw,4.5rem);padding-bottom:calc(2rem + 120px);background:#fff}.listenhub-chapter-image{margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.listenhub-chapter-image-placeholder{width:200px;height:200px;border-radius:12px;background:linear-gradient(135deg,#87ceeb,#e0f6ff,#fff);box-shadow:0 4px 12px #87ceeb33}.listenhub-chapter-detail-header{margin-bottom:1.5rem;text-align:center}.listenhub-chapter-detail-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1.3}.listenhub-chapter-detail-meta{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#666}.listenhub-meta-separator{color:#ccc}.listenhub-chapter-play-section{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.listenhub-chapter-play-btn{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:180px;justify-content:center}.listenhub-chapter-error{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#fee;color:#c33;border-radius:12px;font-size:1rem;font-weight:500;min-width:180px;justify-content:center}.listenhub-chapter-play-btn:hover:not(:disabled){background:#444}.listenhub-chapter-play-btn:disabled{opacity:.6;cursor:not-allowed}.listenhub-loading-hint{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;margin-top:.5rem}.listenhub-chapter-tabs{display:flex;gap:0;border-bottom:2px solid #f0f0f0;margin-bottom:1.5rem}.listenhub-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s;margin-bottom:-2px}.listenhub-tab:hover{color:#333}.listenhub-tab.active{color:#06f;border-bottom-color:#06f}.listenhub-chapter-content-area{display:grid;grid-template-columns:140px 1fr 120px;gap:2rem;margin-bottom:2rem;max-width:100%}@media (max-width: 768px){.listenhub-chapter-content-area{grid-template-columns:1fr;gap:1.5rem}.listenhub-chapter-content-left,.listenhub-chapter-content-right{order:2}.listenhub-chapter-content-center{order:1}}.listenhub-chapter-outline{padding:2rem 0;color:#666;text-align:center}.listenhub-chapter-content-left{display:flex;flex-direction:column}.listenhub-voice-selector-inline{display:flex;flex-direction:column;gap:.5rem}.listenhub-voice-label,.listenhub-voice-selector-inline label{font-size:.875rem;color:#666;font-weight:500}.listenhub-voice-option{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;transition:opacity .2s}.listenhub-voice-option:hover{opacity:.8}.listenhub-voice-dot{width:8px;height:8px;border-radius:50%;background:#f44}.listenhub-chapter-content-center{flex:1}.listenhub-chapter-content-right{display:flex;flex-direction:column;gap:.75rem}.listenhub-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;font-size:.875rem;color:#333;cursor:pointer;transition:all .2s}.listenhub-action-btn:hover{background:#e8e8e8;border-color:#ccc}.listenhub-content-card{background:transparent;border:none;border-bottom:1px solid #e5e7eb;border-radius:0;padding:3rem 0;margin-bottom:2rem;max-width:1600px;width:100%;margin-left:auto;margin-right:auto}.listenhub-content-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem;text-align:center}.listenhub-content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.listenhub-voice-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f5f5f5;border-radius:6px;font-size:.875rem}.listenhub-voice-tag-label{color:#666}.listenhub-voice-tag-option{display:flex;align-items:center;gap:.375rem;color:#1a1a1a}.listenhub-content-actions{display:flex;align-items:center;gap:.5rem}.listenhub-action-btn-small{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;font-size:.875rem;color:#333;cursor:pointer;transition:all .2s}.listenhub-action-btn-small:hover{background:#e8e8e8;border-color:#ccc}.listenhub-content-divider{height:1px;background:#e5e7eb;margin:1rem 0 1.5rem}.listenhub-content-body{min-height:400px;font-size:1rem;line-height:1.8}.listenhub-content-limit-hint{margin-top:1.5rem;padding:.75rem 1rem;background:#fff3e0;border:1px solid #ffcc80;border-radius:8px;font-size:.875rem;color:#e65100;text-align:center}.listenhub-upgrade-link{color:#6366f1;cursor:pointer;text-decoration:underline}.listenhub-upgrade-link:hover{color:#4f46e5}.listenhub-edit-mode{display:flex;flex-direction:column;gap:1rem}.listenhub-edit-textarea{width:100%;min-height:400px;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;line-height:1.6;font-family:inherit;resize:vertical}.listenhub-edit-actions{display:flex;gap:.75rem;justify-content:flex-end}.listenhub-btn-primary,.listenhub-btn-secondary{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.listenhub-btn-primary{background:#06f;color:#fff}.listenhub-btn-primary:hover{background:#0052cc}.listenhub-btn-secondary{background:#f5f5f5;color:#333}.listenhub-btn-secondary:hover{background:#e8e8e8}.listenhub-chapter-footer{padding-top:1.5rem;border-top:1px solid #f0f0f0;text-align:center}.listenhub-char-limit{font-size:.875rem;color:#999}.listenhub-chapter-loading{max-width:1600px;margin:0 auto;padding:4rem 2rem;display:flex;justify-content:center;align-items:center}.listenhub-chapter-loading-content{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (max-width: 1024px){.listenhub-chapter-content-area{grid-template-columns:1fr;gap:1.5rem}.listenhub-chapter-content-left,.listenhub-chapter-content-right{flex-direction:row;justify-content:space-between}.listenhub-chapter-content-right{flex-wrap:wrap}}@media (max-width: 768px){.listenhub-header{padding:1rem clamp(1.5rem,6vw,4.5rem);padding-top:max(1rem,env(safe-area-inset-top))}.listenhub-title{font-size:1.25rem}.listenhub-content{padding:0 clamp(1.5rem,6vw,4.5rem)}.listenhub-chapters{padding:1rem 0}.listenhub-chapter-item{padding:.875rem 1rem}.listenhub-player-panel{padding-bottom:max(0,env(safe-area-inset-bottom))}.listenhub-player-controls{padding:1rem;padding-bottom:max(1rem,calc(1rem + env(safe-area-inset-bottom)));gap:.75rem}.listenhub-player-left{flex:1;min-width:0;margin-right:.75rem}.listenhub-player-right{flex-shrink:0;margin-left:.75rem}.listenhub-main-play-btn{width:48px;height:48px}.listenhub-chapter-name-small{font-size:.75rem}.listenhub-time-display{font-size:.7rem}.listenhub-chapter-text{padding:1.5rem 1.25rem;padding-bottom:calc(1.5rem + 100px)}.listenhub-chapter-text-header h3{font-size:1.25rem}.listenhub-chapter-text-content{font-size:.95rem;line-height:1.7}.listenhub-settings-panel{padding:1rem;padding-bottom:max(1rem,calc(1rem + env(safe-area-inset-bottom)));grid-template-columns:1fr}.listenhub-content{padding-bottom:calc(120px + env(safe-area-inset-bottom))}}@media (max-width: 480px){.listenhub-header{padding:.75rem clamp(1.5rem,6vw,4.5rem);padding-top:max(.75rem,env(safe-area-inset-top));gap:1rem}.listenhub-back-btn{width:36px;height:36px}.listenhub-title{font-size:1.125rem}.listenhub-chapters{padding:.75rem 1rem}.listenhub-chapter-item{padding:.75rem;gap:.75rem}.listenhub-chapter-play,.listenhub-play-btn{width:36px;height:36px}.listenhub-player-controls{padding:.875rem;padding-bottom:max(.875rem,calc(.875rem + env(safe-area-inset-bottom)))}.listenhub-main-play-btn{width:44px;height:44px}.listenhub-settings-btn{width:36px;height:36px}}@media (max-width: 900px){.app-content{padding:1rem}.two-column{grid-template-columns:1fr}}.listenhub-dashboard{min-height:100vh;background:#fff;padding:0;display:flex;flex-direction:column}.listenhub-hero{text-align:center;padding:4.5rem clamp(1.5rem,6vw,4.5rem) 3.5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.listenhub-hero-brand{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:.02em;background:linear-gradient(135deg,#ff7e95,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.listenhub-hero-stats{margin-bottom:3rem}.listenhub-hero-stats-label{font-size:1rem;color:#666;margin:0 0 1rem}.listenhub-hero-stats-number{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:2rem;white-space:nowrap}.listenhub-stats-number-gradient{font-size:4.5rem;font-weight:700;background:linear-gradient(135deg,#ff6b9d,#c44569,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.listenhub-stats-number-text{font-size:2rem;font-weight:600;color:#1a1a1a}.listenhub-hero-title{font-size:3rem;font-weight:700;margin:0;color:#1a1a1a;line-height:1.15}.listenhub-hero-subtitle{font-size:1.2rem;color:#5b5b5b;margin:0;max-width:640px;line-height:1.6}.listenhub-upload-section{padding:0 clamp(1.5rem,6vw,4.5rem) 4rem}.listenhub-upload-form{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.listenhub-input-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 24px 80px #0f172a14;border:1px solid #eef2ff;display:flex;flex-direction:column;gap:1.5rem}.listenhub-input-tabs{display:inline-flex;align-self:center;background:#f4f5ff;border-radius:999px;padding:.25rem;gap:.25rem}.listenhub-input-tab{border:none;background:transparent;padding:.6rem 1.25rem;border-radius:999px;font-size:.95rem;font-weight:500;color:#6366f1;transition:all .2s}.listenhub-input-tab.active{background:#fff;box-shadow:0 6px 18px #4f46e52e;color:#312e81}.listenhub-text-input{display:flex;flex-direction:column;gap:.75rem}.listenhub-title-input-wrapper{display:flex;flex-direction:column;gap:.5rem}.listenhub-textarea-wrapper{position:relative}.listenhub-textarea{width:100%;border-radius:18px;border:1px solid #e5e7eb;padding:1.25rem 1.5rem 3rem;font-size:1rem;line-height:1.6;resize:vertical;min-height:220px;transition:border-color .2s,box-shadow .2s;background:#fafaff}.listenhub-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;background:#fff}.listenhub-textarea-footer{display:flex;justify-content:space-between;align-items:center;color:#6b7280;font-size:.875rem}.listenhub-footer-actions{display:flex;align-items:center;gap:1rem}.listenhub-textarea-count{font-variant-numeric:tabular-nums}.listenhub-inline-create-btn{padding:.65rem 1.5rem;background:#000;color:#fff;border:none;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.listenhub-inline-create-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.listenhub-inline-create-btn:disabled{opacity:.6;cursor:not-allowed}.listenhub-dropzone{border:1px dashed rgba(99,102,241,.35);border-radius:20px;padding:clamp(2.75rem,4vw,3.5rem) clamp(2rem,6vw,4rem);text-align:center;cursor:pointer;transition:all .3s;background:linear-gradient(145deg,#f9f9ff,#fff);position:relative;max-width:1240px;margin:0 auto}.listenhub-dropzone:hover{border-color:#6366f1;box-shadow:0 18px 48px #4f46e526}.listenhub-dropzone.dragging{border-color:#6366f1;background:#eef2ff;transform:translateY(-2px)}.listenhub-dropzone.has-file{border-color:#d1d5db;background:#fff;padding:1.75rem 2rem;box-shadow:inset 0 0 0 1px #e5e7eb}.listenhub-dropzone.loading{pointer-events:none;opacity:.7}.listenhub-dropzone-loading{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#4f46e5;font-size:.95rem}.listenhub-dropzone-text{font-size:1.05rem;font-weight:600;color:#1f2937;margin:1rem 0 .5rem}.listenhub-dropzone-hint{font-size:.85rem;color:#6b7280;margin:0}.listenhub-file-selected{display:flex;align-items:center;gap:1rem;width:100%}.listenhub-file-selected svg{color:#4f46e5;flex-shrink:0}.listenhub-file-info{flex:1;text-align:left;min-width:0}.listenhub-file-name{font-size:1rem;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem}.listenhub-file-size{font-size:.875rem;color:#999}.listenhub-file-remove{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.listenhub-file-remove:hover{background:#f5f5f5;color:#dc2626}.listenhub-upload-options{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:.5rem}.listenhub-option-group{display:flex;flex-direction:column;gap:.5rem}.listenhub-label{font-size:.875rem;font-weight:500;color:#666}.listenhub-input{padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.listenhub-input:focus{outline:none;border-color:#06f}.listenhub-voice-selector{display:flex;gap:.75rem}.listenhub-voice-btn{flex:1;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#666;font-size:.875rem;cursor:pointer;transition:all .2s}.listenhub-voice-btn:hover{border-color:#06f;color:#06f}.listenhub-voice-btn.active{background:#06f;border-color:#06f;color:#fff}.listenhub-error-message{padding:1rem;background:#ffebee;border:1px solid #ffcdd2;border-radius:8px;color:#c62828;font-size:.875rem}.listenhub-create-btn{align-self:flex-start;padding:.875rem 2rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.listenhub-create-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.listenhub-create-btn:disabled{opacity:.6;cursor:not-allowed}.listenhub-limit-hint{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff3e0;border:1px solid #ffcc80;border-radius:8px;font-size:.875rem;color:#e65100;margin-top:1.5rem}.listenhub-limit-hint svg{flex-shrink:0;color:#f57c00}.listenhub-limit-hint-inline{position:absolute;bottom:.75rem;right:1rem;display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:#fff3e0f2;border:1px solid rgba(255,204,128,.6);border-radius:6px;font-size:.75rem;color:#e65100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;z-index:1}.listenhub-limit-hint-inline svg{flex-shrink:0;color:#f57c00;width:14px;height:14px}.listenhub-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem clamp(1.5rem,6vw,4.5rem);border-top:1px solid #f0f0f0}.listenhub-step{text-align:center}.listenhub-step-number{font-size:3rem;font-weight:700;color:#e5e5e5;line-height:1;margin-bottom:1rem}.listenhub-step-title{font-size:1.125rem;font-weight:500;color:#1a1a1a;margin:0}.listenhub-features-section{padding:4rem clamp(1.5rem,6vw,4.5rem);text-align:center}.listenhub-features-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 3rem}.listenhub-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.listenhub-feature-card{padding:2rem;background:#fff;border-radius:12px;border:1px solid #f0f0f0;transition:all .3s}.listenhub-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;border-color:#e0e0e0}.listenhub-feature-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border-radius:16px;color:#8b5cf6}.listenhub-feature-name{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem}.listenhub-feature-desc{font-size:.95rem;color:#666;margin:0;line-height:1.6}.listenhub-pricing-section{padding:4rem clamp(1.5rem,6vw,4.5rem);text-align:center}.listenhub-pricing-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 2rem}.listenhub-subscription-toggle{display:inline-flex;gap:0;background:#f5f5f5;border-radius:10px;padding:.375rem;margin-bottom:3rem;box-shadow:inset 0 1px 2px #0000000d}.listenhub-subscription-btn{padding:.875rem 2rem;border:none;border-radius:8px;background:transparent;color:#666;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;position:relative;white-space:nowrap}.listenhub-subscription-btn:hover:not(.active){color:#1a1a1a}.listenhub-subscription-btn.active{background:#fff;color:#1a1a1a;box-shadow:0 2px 8px #0000001a;font-weight:600}.listenhub-save-badge{display:inline-block;background:#fee2e2;color:#dc2626;font-size:.7rem;font-weight:600;padding:.125rem .5rem;border-radius:4px;margin-left:.5rem;line-height:1.2}.listenhub-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}.listenhub-pricing-card{background:#fff;border:2px solid #f0f0f0;border-radius:16px;padding:2.5rem 2rem;display:flex;flex-direction:column;transition:all .3s;position:relative}.listenhub-pricing-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f;border-color:#e0e0e0}.listenhub-pricing-card.featured{border-color:#8b5cf6;border-width:2px;box-shadow:0 8px 24px #8b5cf633;background:linear-gradient(180deg,#fff,#faf5ff)}.listenhub-pricing-card.featured:hover{box-shadow:0 12px 32px #8b5cf64d;transform:translateY(-8px)}.listenhub-pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:.375rem 1.25rem;border-radius:20px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #8b5cf64d;letter-spacing:.5px}.listenhub-pricing-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.listenhub-pricing-name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem}.listenhub-pricing-card.featured .listenhub-pricing-name{color:#8b5cf6}.listenhub-pricing-desc{font-size:.875rem;color:#999;margin:.75rem 0 0;font-weight:400}.listenhub-pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.listenhub-price-symbol{font-size:1.25rem;font-weight:600;color:#1a1a1a}.listenhub-price-amount{font-size:2.5rem;font-weight:700;color:#1a1a1a}.listenhub-price-period{font-size:1rem;color:#999}.listenhub-price-yearly{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #f0f0f0}.listenhub-price-original{font-size:.875rem;color:#999;text-decoration:line-through}.listenhub-price-save{font-size:.875rem;color:#16a34a;font-weight:600}.listenhub-pricing-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left;flex:1}.listenhub-pricing-features li{padding:.75rem 0;font-size:.95rem;color:#666;display:flex;align-items:center;gap:.5rem}.listenhub-pricing-features li:before{content:"✓";color:#16a34a;font-weight:600;flex-shrink:0}.listenhub-pricing-btn{width:100%;padding:.875rem;border:1px solid #e0e0e0;border-radius:8px;background:#000;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.listenhub-pricing-btn:hover{background:#333;transform:translateY(-1px)}.listenhub-pricing-btn.primary{background:#8b5cf6;border-color:#8b5cf6}.listenhub-pricing-btn.primary:hover{background:#7c3aed;box-shadow:0 4px 12px #8b5cf666}.listenhub-pricing-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;gap:1rem}.listenhub-pricing-note{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;margin:0}.listenhub-pricing-note svg{color:#16a34a;flex-shrink:0}.listenhub-pricing-link{font-size:.875rem;color:#8b5cf6;text-decoration:none;font-weight:500;transition:color .2s}.listenhub-pricing-link:hover{color:#7c3aed;text-decoration:underline}.listenhub-testimonial-section{padding:4rem clamp(1.5rem,6vw,4.5rem);text-align:center}.listenhub-testimonial-quote{font-size:1.75rem;font-weight:500;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.6;font-style:normal;transition:opacity .3s ease-in-out;min-height:3rem}.listenhub-testimonial-author{font-size:1rem;color:#666;margin:0 0 1.5rem}.listenhub-testimonial-dots{display:flex;justify-content:center;gap:.5rem}.listenhub-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0;transition:all .2s}.listenhub-dot.active{background:#1a1a1a;width:24px;border-radius:4px}.listenhub-faq-section{padding:4rem clamp(1.5rem,6vw,4.5rem)}.listenhub-faq-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 3rem;text-align:center}.listenhub-faq-list{margin-bottom:4rem}.listenhub-faq-item{border-bottom:1px solid #f0f0f0;cursor:pointer;transition:all .2s}.listenhub-faq-item:hover{background:#fafafa}.listenhub-faq-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;gap:1rem}.listenhub-faq-question{font-size:1.125rem;font-weight:500;color:#1a1a1a;margin:0;flex:1;text-align:left}.listenhub-faq-arrow{flex-shrink:0;color:#999;transition:transform .2s}.listenhub-faq-item.expanded .listenhub-faq-arrow{transform:rotate(180deg)}.listenhub-faq-answer{padding:0 0 1.5rem;font-size:.95rem;color:#666;line-height:1.6;margin:0}.listenhub-faq-cta{text-align:center;padding-top:3rem;border-top:1px solid #f0f0f0}.listenhub-faq-cta-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem}.listenhub-faq-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.listenhub-faq-cta-btn:hover{background:#333;transform:translateY(-1px)}.listenhub-books-section{padding:0 clamp(1.5rem,6vw,4.5rem) 4rem}.listenhub-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.listenhub-section-title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0}.listenhub-refresh-btn{padding:.5rem 1rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#666;font-size:.875rem;cursor:pointer;transition:all .2s}.listenhub-refresh-btn:hover:not(:disabled){border-color:#06f;color:#06f}.listenhub-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.listenhub-books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.listenhub-book-card{display:flex;flex-direction:column;background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;transition:all .3s;cursor:pointer;text-decoration:none;color:inherit}.listenhub-book-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#e0e0e0}.listenhub-book-cover{position:relative;width:100%;padding-top:140%;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.listenhub-book-cover-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fffc}.listenhub-book-status{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.listenhub-book-status.status-ready{color:#16a34a}.listenhub-book-status.status-processing,.listenhub-book-status.status-pending{color:#f97316}.listenhub-book-status.status-failed{color:#dc2626}.listenhub-book-info{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.listenhub-book-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.listenhub-book-meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#999}.listenhub-book-format{text-transform:uppercase;font-weight:500;letter-spacing:.5px}.listenhub-book-date{color:#999}.listenhub-empty{text-align:center;padding:4rem 2rem;color:#999}.listenhub-empty p{margin:0;font-size:1rem}@media (max-width: 768px){.listenhub-hero-title{font-size:2rem}.listenhub-hero-subtitle{font-size:1rem}.listenhub-hero{padding:2rem clamp(1.5rem,6vw,4.5rem) 2rem}.listenhub-input-card{padding:1.5rem;border-radius:20px}.listenhub-input-tabs{width:100%;justify-content:space-between}.listenhub-input-tab{flex:1;text-align:center;padding:.55rem .75rem}.listenhub-textarea{min-height:180px}.listenhub-textarea-footer{flex-direction:column;align-items:flex-start;gap:.4rem}.listenhub-footer-actions{width:100%;justify-content:space-between}.listenhub-inline-create-btn{padding:.6rem 1.25rem}.listenhub-stats-number-gradient{font-size:3rem}.listenhub-stats-number-text{font-size:1.5rem}.listenhub-dropzone{padding:1.75rem 1.25rem}.listenhub-upload-options{grid-template-columns:1fr}.listenhub-steps{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0}.listenhub-features-grid{grid-template-columns:1fr;gap:1.5rem}.listenhub-pricing-grid{grid-template-columns:1fr;gap:2rem}.listenhub-pricing-card{padding:2rem 1.5rem}.listenhub-subscription-toggle{flex-direction:column;width:100%;max-width:300px}.listenhub-subscription-btn{width:100%}.listenhub-pricing-footer{text-align:center}.listenhub-testimonial-quote,.listenhub-faq-title,.listenhub-faq-cta-title{font-size:1.5rem}.listenhub-books-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.listenhub-footer{background:#fff;border-top:1px solid #f0f0f0;padding:3rem 0 calc(2rem + 120px);margin-top:auto;width:100%}.listenhub-footer-content{max-width:1600px;margin:0 auto;padding:0 clamp(1.5rem,6vw,4.5rem);display:grid;grid-template-columns:1fr 2fr;gap:4rem}.listenhub-footer-left{display:flex;flex-direction:column;gap:1.5rem}.listenhub-footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#1a1a1a}.listenhub-footer-logo svg{color:#000}.listenhub-footer-social{display:flex;gap:1rem}.listenhub-social-link{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s}.listenhub-social-link:hover{color:#1a1a1a}.listenhub-footer-copyright{font-size:.875rem;color:#999}.listenhub-footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.listenhub-footer-column{display:flex;flex-direction:column;gap:1rem}.listenhub-footer-heading{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0}.listenhub-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.listenhub-footer-links a{font-size:.875rem;color:#999;text-decoration:none;transition:color .2s}.listenhub-footer-links a:hover{color:#1a1a1a}@media (max-width: 768px){.listenhub-footer{padding:2rem 0}.listenhub-footer-content,.listenhub-footer-columns{grid-template-columns:1fr;gap:2rem}}.listenhub-my-voices-section{margin-top:3rem;margin-bottom:3rem}.listenhub-my-voices-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.listenhub-my-voices-title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0}.listenhub-my-voices-actions{display:flex;align-items:center;gap:1rem}.listenhub-play-all-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0f0f0;color:#333;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.listenhub-play-all-btn:hover{background:#e0e0e0}.listenhub-browse-all-link{color:#666;font-size:.875rem;text-decoration:none;transition:color .2s}.listenhub-browse-all-link:hover{color:#06f}.listenhub-my-voices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.listenhub-my-voices-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.listenhub-my-voices-grid{grid-template-columns:1fr}}.listenhub-voice-card{display:flex;background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;transition:all .3s;cursor:pointer;text-decoration:none;color:inherit;position:relative}.listenhub-voice-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a;border-color:#e0e0e0}.listenhub-voice-card-thumbnail{width:120px;min-width:120px;height:120px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;flex-shrink:0}.listenhub-voice-card-thumbnail img{width:100%;height:100%;object-fit:cover}.listenhub-voice-card-content{flex:1;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;min-width:0;position:relative}.listenhub-voice-card-title{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.listenhub-voice-card-author{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#666;margin-bottom:.75rem}.listenhub-voice-card-author-avatar{width:20px;height:20px;border-radius:50%;background:#10b981;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px}.listenhub-voice-card-info{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:#999}.listenhub-voice-card-info-item{display:flex;align-items:center;gap:.25rem}.listenhub-voice-card-play-btn{position:absolute;bottom:.75rem;right:.75rem;width:40px;height:40px;border-radius:50%;background:#fffffff2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s;z-index:2}.listenhub-voice-card-play-btn:hover{background:#fff;transform:scale(1.1)}.listenhub-voice-card-play-btn svg{width:16px;height:16px;color:#333}
