:root{--gr-green: #5a1e2a;--gr-green-deep: #2b2b2b;--gr-green-soft: #b99656;--gr-tint: #f4f1e8;--gr-tint-line: #e4dccb}.gr{--measure: 40rem}.gr-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--text-soft);margin-bottom:1.4rem}.gr-back svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.gr-head{display:flex;align-items:center;gap:.85rem}.gr-head__mark{color:var(--gr-green);flex:0 0 auto}.gr-head__mark svg{width:40px;height:40px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.gr-title{font-family:var(--serif);font-weight:500;font-size:clamp(2rem,8vw,2.9rem);color:var(--gr-green-deep);line-height:1.05}.gr-intro{margin-top:1rem;font-size:1.05rem;color:var(--text-soft);max-width:var(--measure);text-wrap:pretty}.gr-tabs{display:flex;gap:.5rem;margin:1.75rem 0 1.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.gr-tabs::-webkit-scrollbar{display:none}.gr-tab{flex:0 0 auto;padding:.6rem 1.15rem;border-radius:999px;border:1px solid var(--hairline);background:var(--surface);color:var(--text);font-family:var(--sans);font-size:.9rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease)}.gr-tab:hover{border-color:var(--gr-green-soft)}.gr-tab[aria-selected=true]{background:var(--gr-green);border-color:var(--gr-green);color:#f6f3ed}.gr-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}@media (min-width: 34rem){.gr-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width: 52rem){.gr-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 22rem){.gr-grid{grid-template-columns:1fr}}.gr-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;text-align:left;color:var(--text);cursor:pointer;transition:transform .35s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease);animation:gr-in .5s var(--ease) both}.gr-card:hover{transform:translateY(-3px);border-color:var(--gr-tint-line);box-shadow:0 14px 32px #2b2b2b1a}@keyframes gr-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.gr-card{animation:none}}.gr-cover{position:relative;aspect-ratio:2 / 3;background:var(--gr-tint);overflow:hidden}.gr-cover img{width:100%;height:100%;object-fit:cover;display:block}.gr-cover__ph{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;text-align:center;background:linear-gradient(160deg,#f4f1e8,var(--gr-tint))}.gr-cover__ph .t{font-family:var(--serif);font-size:1rem;line-height:1.2;color:var(--gr-green-deep)}.gr-cover__ph .a{font-size:.72rem;color:var(--text-soft)}.gr-fav{position:absolute;top:8px;right:8px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fbf9f4e6;color:var(--accent)}.gr-fav svg{width:16px;height:16px;fill:currentColor}.gr-badge{position:absolute;left:8px;bottom:8px;display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border-radius:999px;font-size:.68rem;font-weight:600;letter-spacing:.02em;background:var(--papel);color:var(--gr-green-deep);border:1px solid var(--gr-tint-line)}.gr-badge.is-leyendo{background:var(--gr-green);color:#f6f3ed;border-color:var(--gr-green)}.gr-badge.is-leido{background:var(--gr-tint);color:var(--gr-green-deep)}.gr-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.gr-card__body{padding:.85rem .9rem 1rem;display:flex;flex-direction:column;gap:.3rem;flex:1}.gr-card__title{font-family:var(--serif);font-size:1.05rem;line-height:1.18}.gr-card__author{font-size:.8rem;color:var(--text-soft)}.gr-card__reflection{font-size:.82rem;color:var(--text-soft);margin-top:.15rem;text-wrap:pretty}.gr-card__more{margin-top:auto;padding-top:.6rem;font-size:.8rem;font-weight:600;color:var(--gr-green);display:inline-flex;align-items:center;gap:.3rem}.gr-stars{display:inline-flex;gap:1px}.gr-star{width:15px;height:15px}.gr-star-bg{fill:var(--gr-tint-line)}.gr-star-fill{fill:var(--dorado)}.gr-stars--lg .gr-star{width:19px;height:19px}.gr-skel{border-radius:var(--radius);overflow:hidden;border:1px solid var(--hairline);background:var(--surface)}.gr-skel__cover{aspect-ratio:2/3;background:var(--gr-tint)}.gr-skel__lines{padding:.85rem .9rem 1rem;display:flex;flex-direction:column;gap:.5rem}.gr-skel__line{height:10px;border-radius:6px;background:var(--gr-tint)}.gr-skel__line.short{width:55%}.gr-skel,.gr-skel__cover,.gr-skel__line{animation:gr-pulse 1.3s ease-in-out infinite}@keyframes gr-pulse{0%,to{opacity:1}50%{opacity:.55}}@media (prefers-reduced-motion: reduce){.gr-skel,.gr-skel__cover,.gr-skel__line{animation:none}}.gr-empty{text-align:center;padding:3rem 1rem;border:1px dashed var(--gr-tint-line);border-radius:var(--radius);background:var(--gr-tint)}.gr-empty svg{width:36px;height:36px;stroke:var(--gr-green-soft);stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.gr-empty p{margin-top:.75rem;color:var(--gr-green-deep);font-size:1rem}.gr-detail{display:grid;gap:1.75rem}.gr-detail__top{display:grid;grid-template-columns:130px 1fr;gap:1.25rem;align-items:start}.gr-detail__cover{border-radius:12px;overflow:hidden;border:1px solid var(--hairline);box-shadow:0 14px 34px #2b2b2b1f;aspect-ratio:2/3;background:var(--gr-tint)}.gr-detail__cover img{width:100%;height:100%;object-fit:cover}.gr-detail__title{font-family:var(--serif);font-weight:500;font-size:clamp(1.6rem,6vw,2.2rem);line-height:1.12;color:var(--gr-green-deep)}.gr-detail__author{color:var(--text-soft);margin-top:.25rem}.gr-detail__meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.7rem}.gr-detail__finished{font-size:.85rem;color:var(--gr-green);font-weight:600}.gr-detail__year{font-size:.85rem;color:var(--text-soft)}.gr-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.85rem}.gr-chip{font-size:.75rem;font-weight:600;padding:.32rem .7rem;border-radius:999px;background:var(--gr-tint);color:var(--gr-green-deep);border:1px solid var(--gr-tint-line)}.gr-chip--soft{background:var(--marfil);color:var(--text-soft);border-color:var(--hairline)}.gr-detail__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 46rem){.gr-detail__grid{grid-template-columns:1.6fr 1fr;gap:2rem}}.gr-block{margin-top:.25rem}.gr-block h3{font-family:var(--serif);font-size:1.15rem;color:var(--gr-green-deep);margin-bottom:.5rem}.gr-block p{color:var(--text);line-height:1.7;text-wrap:pretty}.gr-planted{background:var(--gr-tint);border:1px solid var(--gr-tint-line);border-radius:14px;padding:1.25rem 1.35rem;position:relative}.gr-planted h3{color:var(--gr-green-deep)}.gr-planted p{color:var(--gr-green-deep);font-size:1.05rem}.gr-quotes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.gr-quotes li{border-left:2px solid var(--dorado);padding-left:.9rem;font-style:italic;color:var(--text-soft)}.gr-side{display:flex;flex-direction:column;gap:1.5rem}.gr-side__card{background:var(--surface);border:1px solid var(--hairline);border-radius:14px;padding:1.1rem 1.2rem}.gr-side__card h4{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gr-green);margin-bottom:.75rem}.gr-raterow{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.35rem 0}.gr-raterow span{font-size:.9rem;color:var(--text)}.gr-reclist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.gr-reclist li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text)}.gr-reclist li svg{width:16px;height:16px;stroke:var(--gr-green-soft);stroke-width:1.6;fill:none;flex:0 0 auto}.gr-kv{font-size:.95rem;color:var(--text)}.gr-analysis{background:var(--marfil);border:1px solid var(--dorado-suave);border-radius:14px;padding:1.25rem 1.35rem}.gr-analysis h3{font-family:var(--serif);color:var(--accent);margin-bottom:.4rem}.gr-analysis p{color:var(--text-soft);font-size:.95rem}.gr-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:.9rem;padding:.7rem 1.2rem;border-radius:999px;background:var(--gr-green);color:#f6f3ed;font-size:.9rem;font-weight:600}.gr-btn svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none}.gr-access{display:block;margin-top:var(--section-gap);background:linear-gradient(160deg,var(--gr-tint),var(--papel));border:1px solid var(--gr-tint-line);border-radius:var(--radius);padding:clamp(1.5rem,6vw,2.1rem);color:var(--text);transition:transform .35s var(--ease),border-color .25s var(--ease)}.gr-access:hover{transform:translateY(-2px);border-color:var(--gr-green-soft)}.gr-access__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--gr-green);font-weight:600;font-size:.9rem}.gr-access__eyebrow svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.gr-access h2{font-family:var(--serif);font-size:clamp(1.6rem,6vw,2.1rem);color:var(--gr-green-deep);margin-top:.6rem}.gr-access p{margin-top:.6rem;color:var(--text-soft);max-width:32rem}.gr-access__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.8rem 1.4rem;border-radius:999px;background:var(--gr-green);color:#f6f3ed;font-weight:600;font-size:.95rem}.gr-access__cta svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none}
