:root{--miAzul: #1a6190;--azulBrillante: #2995eb;--color-primary: #1f5f95;--color-primary-strong: #174c78;--color-primary-soft: #f3f8fd;--color-primary-border: #7ea7cb;--color-ink: #173a5a;--color-body: #133b62;--color-white: #ffffff;--color-surface-0: #ffffff;--color-surface-50: #f9fbfe;--color-surface-softest: #fbfdff;--color-surface-100: #f3f7fc;--color-surface-200: #eef3fa;--color-muted-border: #d8e5f0;--color-focus-ring: rgba(42, 103, 157, .2);--color-shadow-strong: rgba(9, 36, 66, .12);--color-shadow-soft: rgba(19, 58, 90, .06);--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--radius-sm: .3rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-pill: 9999px;--button-height: 2.75rem;--button-radius: var(--radius-lg);--button-padding-x: 1.25rem;--button-padding-y: .625rem;--shadow-header: 0 8px 22px var(--theme-shadow-strong, rgba(9, 36, 66, .12)), inset 0 1px 0 rgba(255, 255, 255, .9);--shadow-xs: 0 1px 2px rgba(15, 23, 42, .06);--shadow-surface: 0 8px 24px rgba(19, 58, 90, .06);--shadow-elevated: 0 14px 30px rgba(18, 58, 92, .09);--ui-primary: var(--theme-primary, #1f5f95);--ui-primary-strong: var(--theme-primary-strong, #174c78);--ui-primary-soft: var(--theme-primary-soft, #f3f8fd);--ui-primary-border: var(--theme-primary-border, #7ea7cb);--ui-ink: var(--theme-ink, #173a5a);--azul-400: var(--theme-primary-border, #60a5fa);--azul-500: var(--theme-primary, #3b82f6);--azul-600: var(--theme-primary-strong, #2563eb);--azul-700: var(--theme-ink, #1d4ed8);--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;color-scheme:light}html{position:relative;min-height:100%;scroll-behavior:smooth}body{font-family:Onest,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;font-size:.9rem;margin:var(--space-0);padding:var(--space-0);text-align:left;font-weight:400;line-height:1.4;color:var(--theme-body, var(--color-body));background:var(--theme-surface-soft, #f3f7fb)}.books-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}@media(min-width:640px){.books-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(min-width:1024px){.books-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.site-shell{background:linear-gradient(180deg,#ffffffad,#ffffffad),radial-gradient(1100px 420px at 10% -10%,var(--theme-primary-soft, rgba(148, 192, 232, .16)) 0%,transparent 65%),linear-gradient(180deg,var(--theme-surface, #f9fbfe) 0%,var(--theme-surface-soft, #f3f7fc) 55%,var(--theme-surface-subtle, #eef3fa) 100%);color:var(--theme-ink, var(--color-ink))}.site-main-offset,.site-main-offset-private{padding-top:.5rem}.front-main{width:100%;max-width:80rem;margin-inline:auto;padding-inline:1rem;padding-top:.5rem;padding-bottom:2rem}.site-shell .bg-white,.site-shell .bg-white\/70,.site-shell .bg-white\/80,.site-shell .bg-white\/90,.site-shell .bg-white\/95,.site-shell .home-surface,.site-shell .fe-form-card,.site-shell .blog-card{color:var(--color-ink)}.site-shell .bg-white .text-white:not(.home-cta):not(.fe-btn-primary):not(.ui-btn-primary),.site-shell .bg-white\/95 .text-white:not(.home-cta):not(.fe-btn-primary):not(.ui-btn-primary),.site-shell .home-surface .text-white:not(.home-cta):not(.fe-btn-primary):not(.ui-btn-primary),.site-shell .fe-form-card .text-white:not(.fe-btn-primary),.site-shell .blog-card .text-white{color:var(--color-ink)!important}.site-shell .prose{color:inherit}.site-header{background:linear-gradient(180deg,var(--color-white) 0%,var(--theme-surface, #feffff) 62%,var(--theme-surface-soft, #f6faff) 100%);border-bottom-color:var(--theme-line, #a8c6e2);box-shadow:var(--shadow-header);transition:padding .18s ease,box-shadow .18s ease,background-color .18s ease}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:linear-gradient(90deg,transparent,var(--theme-primary-border, rgba(56, 111, 170, .42)),transparent);opacity:.5}.site-header #ehome img{transition:width .18s ease,height .18s ease}.site-header.site-header-compact{padding-top:.45rem;padding-bottom:.6rem;box-shadow:0 6px 16px var(--theme-shadow-strong, rgba(9, 36, 66, .1)),inset 0 1px #ffffffe0}.site-header.site-header-compact #ehome img{width:56px;height:56px}.site-header input[type=search]{background-color:var(--color-white);border-color:var(--theme-primary-border, #7ba6ce);color:var(--theme-ink, #0f3a60);box-shadow:inset 0 1px 1px #0c33570d,0 1px 3px var(--theme-shadow-soft, rgba(22, 62, 97, .06))}.site-header input[type=search]::placeholder{color:var(--theme-muted, #4f6f8f);opacity:1}.site-header input[type=search]:focus{border-color:var(--theme-primary, #2a679d);box-shadow:0 0 0 3px var(--theme-focus-ring, rgba(42, 103, 157, .2))}.site-header .menu-link{color:var(--theme-ink, #1a4569);min-height:44px;display:flex;align-items:center}.site-header .menu-link:hover,.site-header .menu-link:focus-visible{background-color:var(--theme-primary-soft, #eaf2f9);color:var(--theme-primary-strong, #153f63)}.site-header .menu-link.bg-azul-250{background-color:var(--theme-surface-subtle, #dfeaf5);color:var(--theme-primary-strong, #123c5e)}.site-header .menu-link.text-azul-700{color:var(--color-primary-strong)}.site-header .border-azul-500{border-color:var(--color-primary-border)}.site-header .text-azul-600{color:var(--color-primary)}.site-footer{border-top:1px solid var(--theme-line, rgba(173, 209, 239, .16));box-shadow:inset 0 1px #ffffff14}.ui-title{color:var(--ui-ink);font-weight:700;letter-spacing:-.01em}.ui-surface{background:linear-gradient(180deg,var(--theme-surface, var(--color-surface-0)) 0%,var(--theme-surface-soft, var(--color-surface-softest)) 100%);border:1px solid var(--theme-line, #cfdeea);box-shadow:var(--shadow-surface)}.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:var(--button-height);min-height:var(--button-height);border-radius:var(--button-radius);padding:var(--button-padding-y) var(--button-padding-x);font-size:.875rem;font-weight:600;line-height:1.25;text-align:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.site-shell :where(.ui-btn,.fe-btn-primary),.site-shell :where(a,button,input[type=submit],input[type=button]):is(.bg-azul-600,.bg-azul-700,.bg-cambridge,.bg-blue-600,.bg-indigo-600,.bg-green-600),.site-shell :where(a,button,input[type=submit],input[type=button]):is(.border-azul-300,.border-azul-500,.border-slate-200,.border-slate-300,.border-rose-200,.border-emerald-200){border-radius:var(--button-radius)!important}.site-shell :where(.ui-btn,.fe-btn-primary),.site-shell :where(a,button,input[type=submit],input[type=button]):is(.bg-azul-600,.bg-azul-700,.bg-cambridge,.bg-blue-600,.bg-indigo-600,.bg-green-600){min-height:var(--button-height);padding:var(--button-padding-y) var(--button-padding-x);font-size:.875rem;font-weight:650;line-height:1.25}.site-shell :where(a,button,input[type=submit],input[type=button]):is(.bg-azul-600,.bg-azul-700,.bg-cambridge,.bg-blue-600,.bg-indigo-600,.bg-green-600){background:var(--ui-primary)!important;border-color:var(--ui-primary)!important;color:var(--color-white)!important}.site-shell :where(a,button,input[type=submit],input[type=button]):is(.bg-azul-600,.bg-azul-700,.bg-cambridge,.bg-blue-600,.bg-indigo-600,.bg-green-600):hover,.site-shell :where(a,button,input[type=submit],input[type=button]):is(.bg-azul-600,.bg-azul-700,.bg-cambridge,.bg-blue-600,.bg-indigo-600,.bg-green-600):focus-visible{background:var(--ui-primary-strong)!important;border-color:var(--ui-primary-strong)!important}.site-shell :where(a,button,input[type=submit],input[type=button]):is(.border-azul-300,.border-azul-500):not(.bg-azul-600):not(.bg-azul-700):not(.bg-cambridge){background:var(--theme-surface, #ffffff)!important;border-color:var(--ui-primary-border)!important;color:var(--ui-primary-strong)!important}.site-shell :where(a,button,input[type=submit],input[type=button]):is(.border-azul-300,.border-azul-500):not(.bg-azul-600):not(.bg-azul-700):not(.bg-cambridge):hover,.site-shell :where(a,button,input[type=submit],input[type=button]):is(.border-azul-300,.border-azul-500):not(.bg-azul-600):not(.bg-azul-700):not(.bg-cambridge):focus-visible{background:var(--ui-primary-soft)!important;border-color:var(--ui-primary)!important}.site-shell :where(button,a).rounded-full:not(.ui-pill):not(.menu-link):not(.pagination-link):not(.pagination-current){border-radius:var(--button-radius)!important}.site-shell :where(button,a)[class*=h-9][class*=w-9],.site-shell :where(button,a)[class*=h-10][class*=w-10],.site-shell :where(button,a)[class*=h-11][class*=w-11],.site-shell :where(button,a)[class*=min-w-11]{padding:0!important}.site-header button,.site-header a,.filter-action,.filter-tab,.filter-choice{min-width:44px;min-height:44px}.filter-tabs{display:grid;grid-template-columns:1fr;gap:.75rem}.filter-tab{border-radius:var(--radius-lg);border:1px solid var(--theme-line, #d6e1ec);background:var(--theme-surface-soft, #f8fbff);box-shadow:inset 0 1px #ffffffd1}.filter-tab[open]{border-color:var(--ui-primary-border);background:var(--theme-surface, #ffffff);box-shadow:0 8px 18px #0f35560f}.filter-tab__summary{min-height:44px}@media(min-width:1024px){.filter-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}}.ui-btn-primary{background:var(--ui-primary);border:1px solid var(--ui-primary);color:var(--color-white)}.ui-btn-primary:hover,.ui-btn-primary:focus-visible{background:var(--ui-primary-strong);border-color:var(--ui-primary-strong);color:var(--color-white)}.ui-btn-secondary{background:var(--theme-surface, #ffffff);border:1px solid var(--ui-primary-border);color:var(--ui-primary-strong)}.ui-btn-secondary:hover,.ui-btn-secondary:focus-visible{background:var(--ui-primary-soft);border-color:var(--ui-primary);color:var(--ui-primary-strong)}.ui-pill{border-radius:var(--radius-pill);font-weight:600;border:1px solid var(--theme-line, #c7daea);background:var(--theme-primary-soft, #f3f8fd);color:var(--theme-primary-strong, #18496f)}.ui-pill-active{background:var(--ui-primary);border-color:var(--ui-primary);color:var(--color-white)}.pagination-link{color:var(--theme-muted, #64748b)}.pagination-link:hover,.pagination-link:focus-visible{background:var(--theme-primary-soft, #eef6fb);color:var(--theme-primary-strong, #18496f);--tw-ring-color: var(--theme-focus-ring, rgba(43, 125, 212, .25))}.pagination-current{background:var(--theme-primary, #2b7dd4);color:var(--color-white)}.ui-link{color:var(--ui-primary);font-weight:500}.ui-link:hover,.ui-link:focus-visible{color:var(--ui-primary-strong)}.site-shell .bg-cambridge,.site-shell .hover\:bg-cambridge:hover{background-color:var(--color-primary)!important}.site-shell .text-cambridge{color:var(--color-primary)!important}.site-shell .from-amber-100,.site-shell .from-yellow-400,.site-shell .to-amber-100,.site-shell .to-orange-400,.site-shell .via-amber-500,.site-shell .text-emerald-700,.site-shell .text-emerald-800,.site-shell .bg-emerald-50,.site-shell .bg-emerald-100,.site-shell .border-emerald-200,.site-shell .text-amber-700,.site-shell .text-amber-800,.site-shell .bg-amber-50,.site-shell .bg-amber-100,.site-shell .border-amber-200{color:inherit}.site-shell .from-amber-100,.site-shell .from-yellow-400{--tw-gradient-from: var(--theme-primary-soft, #cfe3f6) var(--tw-gradient-from-position) !important}.site-shell .to-amber-100,.site-shell .to-orange-400{--tw-gradient-to: var(--theme-primary, #1f5f95) var(--tw-gradient-to-position) !important}.site-shell .via-amber-500{--tw-gradient-stops: var(--tw-gradient-from), var(--theme-primary-border, #3a76a8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.site-footer a:focus-visible{outline-color:var(--theme-primary-border, #93c5fd)}.rating-star--active{color:var(--theme-primary, #3b82f6)!important}.rating-star--inactive{color:#dbeafe!important}.estrella.rating-star--inactive,.estrella-autor.rating-star--inactive{color:#94a3b8!important}@media(prefers-color-scheme:dark){:root{--gray-50: #0b1220;--gray-100: #111827;--gray-600: #94a3b8;--gray-700: #c8d8ea;--gray-800: #e2edf8;--gray-900: #edf6ff;--shadow-header: 0 10px 26px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .04);--shadow-surface: 0 12px 30px rgba(0, 0, 0, .28);--shadow-elevated: 0 18px 36px rgba(0, 0, 0, .34)}body{background:var(--theme-surface-soft, #08111d);color:var(--theme-body, #c8d8ea)}.site-shell{background:radial-gradient(900px 340px at 12% -8%,rgba(127,186,255,.12) 0%,transparent 64%),linear-gradient(180deg,var(--theme-surface-soft, #08111d) 0%,#0b1422 52%,#0d1827 100%);color:var(--theme-body, #c8d8ea)}.site-header{background:linear-gradient(180deg,#101b29,#0c1624);border-bottom-color:var(--theme-line, rgba(148, 163, 184, .28));box-shadow:var(--shadow-header)}.site-header:after{opacity:.65}.site-header.site-header-compact{box-shadow:0 8px 20px #00000057,inset 0 1px #ffffff0a}.site-header input[type=search],.site-shell input,.site-shell select,.site-shell textarea{background-color:var(--theme-surface-subtle, #182538);border-color:var(--theme-primary-border, rgba(127, 186, 255, .42));color:var(--theme-ink, #edf6ff)}.site-header input[type=search]::placeholder,.site-shell input::placeholder,.site-shell textarea::placeholder{color:var(--theme-muted, #94a9bf)}.site-header .menu-link:hover,.site-header .menu-link:focus-visible,.site-header .menu-link.bg-azul-250{background-color:var(--theme-surface-subtle, #182538);color:var(--theme-primary-strong, #b8dcff)}.ui-surface,.filter-tab,.filter-tab[open],.site-shell .book-card,.site-shell [data-testid=autor-card],.site-shell .navigation,.site-shell .pagination,.site-shell .rounded-2xl.bg-white,.site-shell .rounded-lg.bg-white,.site-shell .rounded-xl.bg-white{background:var(--theme-surface, #111c2a)!important;border-color:var(--theme-line, rgba(148, 163, 184, .28))!important;box-shadow:var(--shadow-surface)!important}.site-shell .bg-white,.site-shell .bg-gray-50,.site-shell .bg-slate-50,.site-shell .bg-azul-50,.site-shell .bg-blue-50,.site-shell .bg-white\/70,.site-shell .bg-white\/80,.site-shell .bg-white\/90,.site-shell .bg-white\/95{background-color:var(--theme-surface, #111c2a)!important}.site-shell .force-light-surface,.site-shell .home-hero__inner,.site-shell .home-stat,.site-shell .fe-form-card,.site-shell .blog-card{background:linear-gradient(180deg,#fff,#f8fbff)!important;border-color:#c8dced!important;color:#173a5a!important}.site-shell .home-hero__inner :where(.home-hero__title,.home-stat__value,.home-stat__label),.site-shell .home-hero__inner .home-outline-cta,.site-shell .fe-form-card :where(.fe-form-label,.fe-form-control){color:#173a5a!important}.site-shell .home-hero__inner :where(.home-hero__subtitle,.home-stat__label),.site-shell .fe-form-card p{color:#4f6f8f!important}.site-shell .home-hero__inner .home-outline-cta{background:#fff!important;border-color:#d8e5f0!important}.site-shell .fe-form-card :where(input,select,textarea){background:#fff!important;border-color:#9eb8d1!important;color:#123a60!important}.site-shell .force-light-surface :where(h1,h2,h3,h4,p,span,label,a,div),.site-shell .home-hero__inner :where(h1,h2,h3,h4,p,span,label,a,div),.site-shell .fe-form-card :where(h1,h2,h3,h4,p,span,label,a,div),.site-shell .blog-card :where(h1,h2,h3,h4,p,span,label,a,div){color:inherit}.site-shell .force-light-surface .text-slate-500,.site-shell .force-light-surface .text-slate-600,.site-shell .force-light-surface .text-slate-700,.site-shell .force-light-surface .text-gray-500,.site-shell .force-light-surface .text-gray-600,.site-shell .force-light-surface .text-gray-700,.site-shell .home-hero__inner .text-slate-500,.site-shell .home-hero__inner .text-slate-600,.site-shell .home-hero__inner .text-slate-700,.site-shell .fe-form-card .text-azul-700,.site-shell .fe-form-card .text-slate-600,.site-shell .blog-card .blog-card-category,.site-shell .blog-card .blog-card-date,.site-shell .blog-card .blog-card-excerpt{color:#4f6f8f!important}.site-shell .bg-gray-100,.site-shell .bg-slate-100,.site-shell .bg-azul-100,.site-shell .bg-blue-100,.site-shell .hover\:bg-azul-50:hover,.site-shell .hover\:bg-blue-50:hover,.site-shell .hover\:bg-slate-50:hover,.site-shell .hover\:bg-gray-50:hover{background-color:var(--theme-surface-subtle, #182538)!important}.site-shell .from-white{--tw-gradient-from: var(--theme-surface, #111c2a) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgba(17, 28, 42, 0) var(--tw-gradient-to-position) !important}.site-shell .via-white,.site-shell .via-slate-50,.site-shell .via-gray-50{--tw-gradient-stops: var(--tw-gradient-from), var(--theme-surface, #111c2a) var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.site-shell .to-white,.site-shell .to-slate-50,.site-shell .to-gray-50,.site-shell .to-azul-50,.site-shell .to-azul-50\/40,.site-shell .to-blue-50{--tw-gradient-to: var(--theme-surface-soft, #08111d) var(--tw-gradient-to-position) !important}.site-shell .border-slate-100,.site-shell .border-slate-200,.site-shell .border-slate-300,.site-shell .border-gray-100,.site-shell .border-gray-200,.site-shell .border-gray-300,.site-shell .border-azul-100,.site-shell .border-azul-200,.site-shell .border-blue-100,.site-shell .border-blue-200,.site-shell .border-white,.site-shell .border-white\/60,.site-shell .border-white\/70{border-color:var(--theme-line, rgba(148, 163, 184, .28))!important}.site-shell .text-slate-950,.site-shell .text-slate-900,.site-shell .text-slate-800,.site-shell .text-gray-950,.site-shell .text-gray-900,.site-shell .text-gray-800,.site-shell .text-azul-900,.site-shell .text-azul-800,.site-shell .text-azul-700{color:var(--theme-ink, #edf6ff)!important}.site-shell .text-slate-700,.site-shell .text-slate-600,.site-shell .text-gray-700,.site-shell .text-gray-600,.site-shell .text-azul-600,.site-shell .text-azul-550{color:var(--theme-body, #c8d8ea)!important}.site-shell .text-slate-500,.site-shell .text-slate-400,.site-shell .text-gray-500,.site-shell .text-gray-400{color:var(--theme-muted, #94a9bf)!important}.site-shell .text-white,.ui-btn-primary,.ui-pill-active{color:#fff!important}.site-shell .rating-star--inactive,.site-shell .estrella.text-azul-100,.site-shell .estrella-autor.text-azul-100,.site-shell [data-author-rating="1"] .text-azul-100{color:#edf6ff5c!important}.site-shell .estrella.rating-star--inactive,.site-shell .estrella-autor.rating-star--inactive{color:#94a3b89e!important}.site-shell .rating-star--active,.site-shell .estrella.text-azul-500,.site-shell .estrella-autor.text-azul-500,.site-shell [data-author-rating="1"] .text-azul-500{color:#7fbaff!important}.ui-btn-secondary,.ui-pill{background:var(--theme-primary-soft, rgba(127, 186, 255, .13));border-color:var(--theme-primary-border, rgba(127, 186, 255, .42));color:var(--theme-primary-strong, #b8dcff)}.ui-pill-active{background:var(--ui-primary)!important;border-color:var(--ui-primary)!important;color:#fff!important}.site-shell .shadow-sm,.site-shell .shadow,.site-shell .shadow-md,.site-shell .shadow-lg{box-shadow:var(--shadow-surface)!important}}@media(max-width:640px){.site-main-offset{padding-top:0}.front-main{padding-inline:.5rem;padding-top:.25rem;padding-bottom:1.25rem}.site-header{padding:.75rem .85rem!important}.site-header #ehome img{width:52px;height:52px}.site-header form{min-width:0}.site-footer{margin-top:2rem!important}.site-footer>.relative{padding:2.25rem 1.25rem!important}}a{cursor:pointer}h1{margin-top:.75rem;font-size:1.3rem}h2{margin-top:0;margin-bottom:1rem;font-size:1.2rem}*:focus-visible{outline:2px solid var(--azul-500);outline-offset:2px;border-radius:var(--radius-sm)}*:focus:not(:focus-visible){outline:none}.nav-link{color:var(--ui-primary);transition:color .3s ease-in-out}.nav-link:hover{color:var(--ui-primary-strong)}.h1-base{position:relative;display:inline-block;line-height:1.1}.h1-underline:after{content:"";display:block;width:100%;height:1.2px;margin-top:.2rem;background-color:currentColor;opacity:.25;border-radius:9999px}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:0 0}}[data-auto-dismiss]{animation:fade-in .3s ease-out,fade-out .3s ease-out 4.7s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{a[href]:after{content:" (" attr(href) ")"}}@media(prefers-color-scheme:dark){.recomendados-page :is(.bg-white,.bg-white\/80,.bg-white\/90,.bg-slate-50,.bg-amber-50,.bg-cyan-50\/40,.bg-violet-100){background-color:var(--theme-surface)!important}.recomendados-page :is(.from-slate-50,.from-recomendados-warm-from,.from-cyan-50,.from-violet-50){--tw-gradient-from: #111c2a var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(17 28 42 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.recomendados-page :is(.via-white,.via-recomendados-warm-via,.via-fuchsia-50){--tw-gradient-to: rgb(12 22 36 / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), #0c1624 var(--tw-gradient-via-position), var(--tw-gradient-to) !important}.recomendados-page :is(.to-cyan-50,.to-recomendados-warm-to,.to-emerald-50,.to-rose-50,.to-slate-200){--tw-gradient-to: #182538 var(--tw-gradient-to-position) !important}.recomendados-page :is(.border-slate-200,.border-amber-200,.border-amber-100,.border-cyan-200,.border-violet-200,.border-white\/70,.border-white\/80){border-color:var(--theme-line)!important}.recomendados-page :is(.text-slate-900,.text-slate-800,.text-amber-900,.text-cyan-900,.text-violet-800){color:var(--theme-ink)!important}.recomendados-page :is(.text-slate-700,.text-slate-600,.text-slate-500,.text-amber-800,.text-cyan-700,.text-violet-700){color:var(--theme-body)!important}.recomendados-page :is(.bg-slate-900,.bg-black\/80){background-color:#07101b!important;color:var(--theme-ink)!important}.recomendados-page a:hover{border-color:var(--theme-primary-border)!important}#book-comparator>section,#book-comparator [data-compare-form] article,#book-comparator [data-suggestions],#book-comparator .overflow-x-auto{background:var(--theme-surface)!important;border-color:var(--theme-line)!important;color:var(--theme-body)!important;box-shadow:0 14px 32px var(--theme-shadow-soft)!important}#book-comparator :is(.text-gray-700,.text-gray-600,.text-gray-500){color:var(--theme-body)!important}#book-comparator :is(.bg-white,.bg-gray-50,.bg-gray-50\/50){background-color:var(--theme-surface)!important}#book-comparator :is(.border-gray-300,.border-gray-200,.divide-gray-200>:not([hidden])~:not([hidden])){border-color:var(--theme-line)!important}#book-comparator input[type=text]{background-color:#0c1624!important;border-color:var(--theme-line)!important;color:var(--theme-ink)!important}#book-comparator input[type=text]::placeholder{color:var(--theme-muted)!important;opacity:1}#book-comparator a:not(.inline-flex){color:var(--theme-primary-strong)!important}#book-comparator button[type=submit]{background-color:var(--theme-primary)!important;color:#07101b!important}#book-comparator a.inline-flex{background-color:transparent!important;border-color:var(--theme-line)!important;color:var(--theme-ink)!important}#book-comparator table{color:var(--theme-body)!important}#book-comparator th{background-color:#0c1624!important;color:var(--theme-ink)!important}.blog-index-page .blog-card,.blog-index-page .blog-index-panel{background:linear-gradient(180deg,#111c2a,#0c1624)!important;border-color:var(--theme-line)!important;color:var(--theme-body)!important;box-shadow:0 14px 32px var(--theme-shadow-soft)!important}.blog-index-page .blog-index-title,.blog-index-page .blog-card-title,.blog-index-page .blog-card-title a,.blog-index-page .blog-index-panel-title{color:var(--theme-ink)!important}.blog-index-page .blog-card-category,.blog-index-page .blog-card-date,.blog-index-page .blog-card-excerpt,.blog-index-page .blog-index-empty{color:var(--theme-body)!important}.blog-index-page .blog-index-panel-link{color:var(--theme-primary-strong)!important}.blog-index-page .blog-index-archive-year,.blog-post-page .blog-index-archive-year{color:var(--theme-ink)!important}.blog-index-chip,.blog-post-card .blog-index-chip,.blog-index-page .blog-index-chip{background:#0f172ab8!important;border-color:var(--theme-line)!important;color:#dbeafe!important}.blog-index-chip-author,.blog-post-card .blog-index-chip-author,.blog-index-page .blog-index-chip-author{background:#60a5fa2e!important;border-color:#60a5fa75!important;color:#bfdbfe!important}.blog-index-chip-category,.blog-post-card .blog-index-chip-category,.blog-index-page .blog-index-chip-category{background:#fbbf242e!important;border-color:#fbbf2475!important;color:#fde68a!important}.blog-index-chip-language,.blog-post-card .blog-index-chip-language,.blog-index-page .blog-index-chip-language{background:#22c55e2e!important;border-color:#4ade806b!important;color:#bbf7d0!important}.blog-index-chip-date,.blog-post-card .blog-index-chip-date,.blog-index-page .blog-index-chip-date{background:#a855f733!important;border-color:#c4b5fd7a!important;color:#ddd6fe!important}.blog-index-chip-tag,.blog-post-card .blog-index-chip-tag,.blog-index-page .blog-index-chip-tag{background:#0ea5e92e!important;border-color:#7dd3fc6b!important;color:#bae6fd!important}}
