*{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-color:#f5f5f5;color:#333}.app{min-height:100vh}.navbar{background-color:#2c3e50;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.navbar-left{display:flex;align-items:center;gap:2rem}.navbar-right{display:flex;align-items:center;gap:1rem}.navbar h1{font-size:1.5rem;margin:0}.navbar h1 a{color:#fff;text-decoration:none}.navbar-links{display:flex;gap:1rem}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}.nav-link:hover{background-color:#ffffff1a}.profile-link{display:flex;align-items:center;gap:.5rem}.profile-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid white}.profile-avatar-placeholder{width:32px;height:32px;border-radius:50%;background-color:#3498db;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:2px solid white}.navbar button{background-color:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem}.navbar button:hover{background-color:#c0392b}.auth-form{max-width:400px;margin:4rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.auth-form h2{margin-bottom:1.5rem;text-align:center;color:#2c3e50}.auth-form form{display:flex;flex-direction:column;gap:1rem}.auth-form input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.auth-form input:focus{outline:none;border-color:#3498db}.auth-form button{padding:.75rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.auth-form button:hover{background-color:#2980b9}.auth-form button:disabled{background-color:#95a5a6;cursor:not-allowed}.auth-form .error{color:#e74c3c;font-size:.875rem;margin-top:-.5rem}.auth-form p{text-align:center;margin-top:1rem;color:#7f8c8d}.auth-form a{color:#3498db;text-decoration:none}.auth-form a:hover{text-decoration:underline}.book-list{max-width:1200px;margin:2rem auto;padding:0 2rem}.book-list h2{margin-bottom:1.5rem;color:#2c3e50}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.book-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;cursor:pointer}.book-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.book-card img{width:100%;height:300px;object-fit:cover}.book-card h3{padding:1rem 1rem .5rem;font-size:1.125rem;color:#2c3e50}.book-card .author{padding:0 1rem;color:#7f8c8d;font-size:.9rem}.book-card .voice-author{padding:0 1rem 1rem;color:#95a5a6;font-size:.85rem;font-style:italic}.book-detail{max-width:1200px;margin:2rem auto;padding:0 2rem}.book-header{display:flex;gap:2rem;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.book-header img{width:200px;height:300px;object-fit:cover;border-radius:4px}.book-header h1{color:#2c3e50;margin-bottom:.5rem}.book-header .author{color:#7f8c8d;font-size:1.125rem;margin-bottom:.25rem}.book-header .voice-author{color:#95a5a6;font-style:italic}.current-player{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.audio-player{display:flex;flex-direction:column;gap:1rem}.episode-info{display:flex;align-items:center;gap:1rem}.episode-info h3{color:#2c3e50}.completed-badge{background-color:#27ae60;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem}.controls button{padding:.75rem 2rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.controls button:hover{background-color:#2980b9}.controls button:disabled{background-color:#95a5a6;cursor:not-allowed}.progress-bar{display:flex;align-items:center;gap:1rem}.progress-bar span{color:#7f8c8d;font-size:.875rem;min-width:60px}.progress-bar input[type=range]{flex:1;height:6px;border-radius:3px;background:#ddd;outline:none}.progress-bar input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#3498db;cursor:pointer}.progress-bar input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#3498db;cursor:pointer;border:none}.episodes-list{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.episodes-list h2{color:#2c3e50;margin-bottom:1rem}.episode-item{display:flex;gap:1rem;padding:1rem;border-radius:4px;cursor:pointer;transition:background-color .2s;border-left:3px solid transparent}.episode-item:hover{background-color:#f8f9fa}.episode-item.active{background-color:#e3f2fd;border-left-color:#3498db}.episode-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ecf0f1;border-radius:50%;font-weight:700;color:#7f8c8d}.episode-info h4{color:#2c3e50;margin-bottom:.25rem}.episode-info .duration{color:#95a5a6;font-size:.875rem}.progress-info{margin-top:.5rem}.progress-info .completed{color:#27ae60;font-size:.875rem}.progress-info .in-progress{color:#f39c12;font-size:.875rem}.profile-container{max-width:800px;margin:2rem auto;padding:0 2rem}.profile-header{margin-bottom:2rem}.profile-header h2{color:#2c3e50}.profile-content{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.profile-avatar-section{display:flex;justify-content:center;margin-bottom:2rem}.profile-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #0000001a}.profile-avatar-placeholder{width:150px;height:150px;border-radius:50%;background-color:#3498db;color:#fff;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;box-shadow:0 2px 8px #0000001a}.profile-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #ecf0f1}.profile-info .info-item{display:flex;flex-direction:column;gap:.5rem}.profile-info .info-item label{font-weight:700;color:#7f8c8d;font-size:.875rem;text-transform:uppercase}.profile-info .info-item p{color:#2c3e50;font-size:1.125rem}.profile-form{margin-top:2rem}.profile-form h3{color:#2c3e50;margin-bottom:1.5rem}.profile-form .form-group{margin-bottom:1.5rem}.profile-form label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.profile-form input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.profile-form input:focus{outline:none;border-color:#3498db}.profile-form small{display:block;margin-top:.5rem;color:#7f8c8d;font-size:.875rem}.profile-form .success{color:#27ae60;background-color:#d5f4e6;padding:.75rem;border-radius:4px;margin-bottom:1rem}.profile-form button{padding:.75rem 2rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.profile-form button:hover{background-color:#2980b9}.profile-form button:disabled{background-color:#95a5a6;cursor:not-allowed}.add-book-container{max-width:800px;margin:2rem auto;padding:0 2rem}.add-book-header{margin-bottom:2rem}.add-book-header h2{color:#2c3e50}.add-book-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.add-book-form .form-group{margin-bottom:1.5rem}.add-book-form label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.add-book-form input,.add-book-form textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.add-book-form input:focus,.add-book-form textarea:focus{outline:none;border-color:#3498db}.add-book-form textarea{resize:vertical;min-height:100px}.add-book-form small{display:block;margin-top:.5rem;color:#7f8c8d;font-size:.875rem}.add-book-form .error{color:#e74c3c;background-color:#fadbd8;padding:.75rem;border-radius:4px;margin-bottom:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.form-actions button{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.form-actions button[type=submit]{background-color:#27ae60;color:#fff}.form-actions button[type=submit]:hover{background-color:#229954}.form-actions button[type=button]{background-color:#95a5a6;color:#fff}.form-actions button[type=button]:hover{background-color:#7f8c8d}.form-actions button:disabled{background-color:#bdc3c7;cursor:not-allowed}@media (max-width: 768px){.book-header{flex-direction:column}.book-header img{width:100%;height:auto}.books-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.navbar{flex-direction:column;gap:1rem}.navbar-left{flex-direction:column;gap:1rem;width:100%}.navbar-links,.navbar-right{width:100%;justify-content:center}}
