@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap";.ebook-navigation{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;background:#f8f9fa;-webkit-user-select:none;user-select:none}.ebook-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e9ecef;box-shadow:0 2px 4px #0000001a;z-index:10}.ebook-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;color:#6c757d;transition:all .2s ease}.ebook-close-btn:hover{background:#f8f9fa;color:#495057}.ebook-title{flex:1;text-align:center;font-weight:600;font-size:1.1rem;color:#495057;margin:0 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ebook-page-info{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6c757d}.ebook-page-input{width:60px;padding:.25rem .5rem;border:1px solid #ced4da;border-radius:4px;text-align:center;font-size:.9rem}.ebook-page-input:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.ebook-touch-areas{position:absolute;inset:80px 0 50px;display:flex;z-index:1;pointer-events:none}.ebook-touch-prev,.ebook-touch-next{width:120px;cursor:pointer;transition:background-color .2s ease;pointer-events:auto;position:relative}.ebook-touch-prev{left:0}.ebook-touch-next{right:0;margin-left:auto}.ebook-touch-prev:hover:not(.disabled):before,.ebook-touch-next:hover:not(.disabled):before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:30px;height:60px;background:#6a1b9a1a;border-radius:15px;transition:opacity .2s ease}.ebook-touch-prev:hover:not(.disabled):before{left:10px}.ebook-touch-next:hover:not(.disabled):before{right:10px}.ebook-touch-prev.disabled,.ebook-touch-next.disabled{cursor:not-allowed}.ebook-footer{padding:.2rem 1rem .3rem;background:#fff;border-top:1px solid #e9ecef;box-shadow:0 -2px 4px #0000001a;z-index:10;position:fixed;bottom:0;left:0;right:0;min-height:35px}.ebook-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem}.ebook-nav-btn{padding:.3rem .8rem;border:1px solid #ced4da;border-radius:6px;background:#fff;color:#495057;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:80px}.ebook-nav-btn:hover:not(.disabled){background:#f8f9fa;border-color:#adb5bd}.ebook-nav-btn.disabled{opacity:.5;cursor:not-allowed;background:#f8f9fa}.ebook-progress-container{flex:1;max-width:250px;margin:0 .5rem;display:flex;flex-direction:column;align-items:center}.ebook-progress-bar{width:100%;height:4px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:.2rem}.ebook-progress-fill{height:100%;background:linear-gradient(90deg,#28a745,#20c997);border-radius:4px;transition:width .3s ease}.ebook-progress-text{text-align:center;font-size:.7rem;color:#6c757d;font-weight:500}.ebook-gesture-hints{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:2}.ebook-gesture-hint{font-size:2rem;color:#0000001a;padding:1rem;animation:fadeInOut 2s infinite}.ebook-gesture-left{margin-left:1rem}.ebook-gesture-right{margin-right:1rem}@keyframes fadeInOut{0%,to{opacity:.1}50%{opacity:.3}}.ebook-illustration{display:block;margin:1rem auto;max-width:80%;height:auto;object-fit:contain}@media (max-width: 768px){.ebook-touch-prev,.ebook-touch-next{width:80px}.ebook-header{padding:.75rem 1rem}.ebook-footer{padding:.2rem .8rem .3rem;min-height:32px}.ebook-title{font-size:1rem}.ebook-nav-btn{padding:.25rem .6rem;font-size:.8rem;min-width:70px}.ebook-progress-container{max-width:180px;margin:0 .3rem}.ebook-gesture-hint{font-size:1.5rem}}@media (max-width: 480px){.ebook-touch-prev,.ebook-touch-next{width:60px}.ebook-controls{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem}.ebook-progress-container{max-width:65%;order:0;margin:0 .25rem}.ebook-nav-btn{flex:0 1 auto;min-width:72px;padding:.35rem .6rem;font-size:.8rem}.ebook-page-info{font-size:.8rem}.ebook-page-input{width:50px}.ebook-footer{padding:.2rem .8rem .3rem;min-height:32px}}body{margin:0;font-family:Poppins,sans-serif;background-color:#f8f8f8;color:#333;padding:0}h1,h2,h3,h4{font-weight:600;color:#4e342e}button{font-family:inherit;background-color:#4db6ac;color:#fff;border:none;padding:.9rem 1.3rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:background-color .3s ease}button:hover{background-color:#3ca89b}input,select,textarea{font-family:inherit;font-size:1rem;padding:.5rem;border-radius:8px;border:1px solid #ccc;box-sizing:border-box;width:100%}.crear-cuento-container{max-width:600px;margin:40px auto;padding:20px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center}.input-tema{width:100%;padding:12px;margin-bottom:16px;border-radius:8px;border:1px solid #ccc}.cuento-generado{margin-top:32px;padding:24px;background:linear-gradient(145deg,#fffbe6,#fff1cc);border-left:6px solid #f59e0b;border-radius:12px;font-size:1.1rem;line-height:1.75;white-space:pre-wrap;box-shadow:0 4px 12px #00000014;color:#4e342e;text-align:left}.cuento-generado h3{margin-bottom:2rem;font-size:2rem;color:#6a1b9a;text-align:center;font-weight:700}.cuento-generado p{margin-bottom:1.4rem}.cuento-generado p:first-letter{margin-left:.5rem}.packs-container{max-width:1000px;margin:40px auto;padding:20px;text-align:center}.packs-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.pack-card{background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;justify-content:space-between}.pack-card button{margin-top:16px;padding:10px 20px;background-color:#f59e0b;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.pack-card button:hover{background-color:#d97706}.fondo-home{min-height:100svh;padding:2rem;display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif;background-repeat:no-repeat;background-size:cover;background-position:center}@media (max-width: 768px){.fondo-home{background-size:cover!important;background-position:top center!important;background-repeat:no-repeat!important;min-height:100dvh!important;display:flex;flex-direction:column;justify-content:center;padding-bottom:3rem}}@media (max-width: 768px){.fondo-biblioteca{background-size:cover!important;background-position:top center!important;background-repeat:no-repeat!important;min-height:100dvh!important;display:flex;flex-direction:column;justify-content:center;padding-bottom:3rem}}.crear-cuento-fondo{min-height:100vh;padding:2rem;font-family:Poppins,sans-serif;background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;justify-content:center}@media (max-width: 768px){.crear-cuento-fondo{min-height:100dvh;padding-bottom:3rem;background-size:cover!important;background-position:top center!important;background-repeat:no-repeat!important}}
