@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&family=Poppins:wght@300;400;600;700&display=swap);:root{--bg:#fdfdfd;--panel:#fff;--card:#fff;--text:#1c1c1c;--muted:#6e6e6e;--accent:#333;--outline:#0000000d;--radius-lg:14px;--radius-md:10px;--maxw:1180px;--shadow-soft:0 8px 24px #0000000a;--shadow-strong:0 16px 40px #0000000f}*{box-sizing:border-box}#root,body,html{height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fdfdfd;background:var(--bg);color:#1c1c1c;color:var(--text);font-family:Poppins,sans-serif;line-height:1.55}.inicio-container{margin:0 auto;max-width:1180px;max-width:var(--maxw);padding:28px 20px}.inicio-topbar{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-bottom:16px}.inicio-idiomas button{background:#fff;background:var(--panel);border:1px solid #0000000d;border:1px solid var(--outline);border-radius:6px;color:#6e6e6e;color:var(--muted);cursor:pointer;font-weight:600;padding:6px 12px;transition:all .15s ease}.inicio-idiomas button:hover{border-color:#333;border-color:var(--accent);color:#1c1c1c;color:var(--text)}.inicio-hero{align-items:center;background:#fff;background:var(--panel);border:1px solid #0000000d;border:1px solid var(--outline);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 8px 24px #0000000a;box-shadow:var(--shadow-soft);display:flex;gap:26px;margin-bottom:28px;padding:32px}.inicio-hero-left{flex:1 1 520px;min-width:260px}.inicio-title{color:#1c1c1c;color:var(--text);font-family:Merriweather,serif;font-size:2.4rem;font-weight:900;margin:0 0 8px}.inicio-subtitle{color:#6e6e6e;color:var(--muted);font-size:1.02rem;font-weight:600;margin:0 0 6px}.inicio-hero-desc{color:#6e6e6e;color:var(--muted);font-size:1rem;margin-top:8px;max-width:64ch}.inicio-hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.inicio-cta-primary{background:#333;background:var(--accent);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:12px 18px;transition:transform .15s ease,box-shadow .15s ease}.inicio-cta-primary:hover{box-shadow:0 16px 40px #0000000f;box-shadow:var(--shadow-strong);transform:translateY(-2px)}.inicio-cta-ghost{background:#0000;border:1px solid #0000000d;border:1px solid var(--outline);border-radius:10px;color:#1c1c1c;color:var(--text);cursor:pointer;padding:10px 14px}.inicio-hero-right{width:260px}.inicio-hero-art,.inicio-hero-right{align-items:center;display:flex;justify-content:center}.inicio-hero-art{background:#fff;background:var(--panel);border:1px solid #0000000d;border:1px solid var(--outline);border-radius:12px;box-shadow:0 8px 24px #0000000a;box-shadow:var(--shadow-soft);color:#333;color:var(--accent);font-size:48px;font-weight:900;height:140px;width:220px}.inicio-main{display:block;margin-top:20px}.inicio-section{background:#fff;background:var(--panel);border:1px solid #0000000d;border:1px solid var(--outline);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 8px 24px #0000000a;box-shadow:var(--shadow-soft);margin-bottom:20px;padding:18px}.inicio-section h2{color:#1c1c1c;color:var(--text);font-family:Merriweather,serif;font-weight:700;margin:0 0 10px}.inicio-section p{color:#6e6e6e;color:var(--muted);margin:0}.inicio-catalogo{background:#fff;background:var(--panel);border:1px solid #0000000d;border:1px solid var(--outline);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 8px 24px #0000000a;box-shadow:var(--shadow-soft);padding:18px}.inicio-catalogo-header{align-items:baseline;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.inicio-catalogo-sub{color:#6e6e6e;color:var(--muted);font-size:.95rem}.inicio-catalogo-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.inicio-book-card{background:#fff;background:var(--card);border:1px solid #0000000d;border:1px solid var(--outline);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease}.inicio-book-card:hover{box-shadow:0 16px 40px #0000000f;box-shadow:var(--shadow-strong);transform:translateY(-5px)}.inicio-book-cover{align-items:center;background:#fff;background:var(--panel);display:flex;height:320px;justify-content:center;overflow:hidden}.inicio-book-cover img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.inicio-book-card:hover .inicio-book-cover img{transform:scale(1.02)}.inicio-book-body{display:flex;flex-direction:column;gap:6px;min-height:140px;padding:12px 14px}.inicio-book-title{color:#1c1c1c;color:var(--text);font-family:Merriweather,serif;font-size:1.05rem;font-weight:700;margin:0}.inicio-book-author{font-size:.92rem}.inicio-book-author,.inicio-book-format{color:#6e6e6e;color:var(--muted);margin:0}.inicio-book-format{font-size:.85rem}.inicio-book-row{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:auto}.inicio-book-price{color:#333;color:var(--accent);font-weight:700}.inicio-book-cta{background:#0000;border:1px solid #0000000d;border:1px solid var(--outline);border-radius:8px;color:#1c1c1c;color:var(--text);font-weight:600;padding:8px 12px;text-decoration:none;transition:all .12s ease}.inicio-book-cta:hover{box-shadow:0 8px 24px #0000000a;box-shadow:var(--shadow-soft);transform:translateY(-2px)}.inicio-back{background:#0000;border:none;color:#6e6e6e;color:var(--muted);cursor:pointer;font-weight:700;margin:14px 0}.inicio-book-detail{background:#fff;background:var(--panel);border:1px solid #0000000d;border:1px solid var(--outline);border-radius:12px;box-shadow:0 8px 24px #0000000a;box-shadow:var(--shadow-soft);padding:18px}.inicio-book-detail-grid{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:360px 1fr}.inicio-book-detail-cover img{border-radius:12px;box-shadow:0 14px 36px #0000000f;width:100%}.inicio-book-detail-body h1{color:#1c1c1c;color:var(--text);font-family:Merriweather,serif;font-size:2rem;margin:0 0 8px}.inicio-book-detail-sub{color:#6e6e6e;color:var(--muted);margin:0 0 12px}.inicio-book-meta{grid-gap:10px;color:#6e6e6e;color:var(--muted);display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:14px}.inicio-sinopsis-title{color:#1c1c1c;color:var(--text);font-weight:700;margin:10px 0 8px}.inicio-sinopsis{background:#fff;background:var(--panel);border-radius:8px;color:#1c1c1c;color:var(--text);line-height:1.7;padding:12px}.inicio-footer{color:#6e6e6e;color:var(--muted);font-size:.92rem;margin-top:38px;text-align:center}@media (max-width:980px){.inicio-hero{align-items:flex-start;flex-direction:column;padding:20px}.inicio-hero-right{display:flex;justify-content:flex-start;order:-1;width:100%}.inicio-book-cover{height:220px}.inicio-catalogo-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.inicio-book-detail-grid{grid-template-columns:1fr}}.inicio-catalogo-empty{color:#6e6e6e;color:var(--muted);font-size:1.1rem;font-style:italic;padding:40px 0;text-align:center}