:root{--bg:#efe7d6;--bg-2:#e7dcc4;--surface:#fbf5e8;--surface-2:#e8dcc4;--ink:#241f1a;--ink-2:#625849;--ink-3:#938876;--line:rgba(60,45,25,.14);--line-strong:rgba(60,45,25,.22);--accent:#1f6a4c;--accent-hover:#17573d;--accent-tint:rgba(31,106,76,.15);--accent-grad-top:#2c8161;--earth:#2f6248;--earth-top:#3f7659;--earth-tint:rgba(47,98,72,.14);--gold:#a67c1f;--gold-soft:#c8a24f;--gold-bright:#d7b45a;--radius:16px;--radius-lg:22px;--ease:cubic-bezier(0.16,1,0.3,1);--maxw:1200px;--mood:#8a2846;--mood-tint:#f0dfe0}[data-mood=maroon]{--mood:#9a2846;--mood-tint:#f3dde1}[data-mood=rust]{--mood:#b4501d;--mood-tint:#f6e2d2}[data-mood=gold]{--mood:#a87d18;--mood-tint:#f4e8cb}[data-mood=indigo]{--mood:#3a4e94;--mood-tint:#e0e3f2}[data-mood=teal]{--mood:#1d7d68;--mood-tint:#d6ece4}[data-mood=plum]{--mood:#7a3f83;--mood-tint:#ecdcef}*{box-sizing:border-box}body,html{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.005em;line-height:1.5}body:before{content:"";position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.055;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.heading--center{text-align:center}.heading--left{text-align:left}.heading__icon{display:inline-flex;color:var(--gold);margin-bottom:.5rem}.heading__icon svg{width:26px;height:26px}.heading__title{font-weight:600;letter-spacing:-.015em;line-height:1.08;margin:0;color:var(--ink)}.heading__tagline,.heading__title{font-family:var(--font-serif),Georgia,serif}.heading__tagline{font-style:italic;color:var(--ink-2);margin:.35rem 0 0;letter-spacing:0}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(41,44%,89%,.8);backdrop-filter:saturate(160%) blur(18px);-webkit-backdrop-filter:saturate(160%) blur(18px);border-bottom:1px solid var(--line)}.nav__inner{position:relative;max-width:var(--maxw);margin:0 auto;height:74px;padding:0 clamp(1.1rem,4vw,2.2rem);display:flex;align-items:center;justify-content:space-between}.nav__brand{font-weight:700;font-size:2.1rem;letter-spacing:-.005em}.nav__brand,.nav__note{font-family:var(--font-serif),serif}.nav__note{font-style:italic;color:var(--ink-2);font-size:1.32rem;transition:opacity .28s ease}.nav__note.is-off{opacity:0}.nav__search{position:absolute;right:clamp(1.1rem,4vw,2.2rem);top:50%;transform:translateY(-50%) translateX(10px);opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s var(--ease)}.nav__search.is-on{opacity:1;transform:translateY(-50%);pointer-events:auto}.hero{position:relative;z-index:5;width:100%;min-height:clamp(440px,64vh,640px);display:flex;align-items:center;overflow:hidden;isolation:isolate;background:var(--bg)}.hero__bg{position:absolute;inset:0;z-index:0;background-image:linear-gradient(180deg,transparent 80%,var(--bg) 100%),linear-gradient(90deg,rgba(14,10,5,.95) 0,rgba(14,10,5,.6) 32%,rgba(14,10,5,.12) 58%,rgba(14,10,5,0) 82%),url(/art/bg_img.jpg);background-size:cover,cover,cover;background-position:50%,50%,72%;background-repeat:no-repeat;transform-origin:62% 45%;animation:heroFade 1.1s ease both,heroSettle 2.6s var(--ease) both,heroBreathe 44s ease-in-out 2.6s infinite alternate}.hero__inner{position:relative;z-index:1;max-width:var(--maxw);margin:0 auto;width:100%;padding:clamp(2rem,5vw,3.4rem) clamp(1.1rem,4vw,2.2rem);text-align:left}.hero__title{font-size:clamp(2.9rem,7vw,5.4rem);line-height:1;font-weight:600;letter-spacing:-.01em;margin:0;color:#f4eddb;text-shadow:0 2px 26px rgba(0,0,0,.45);animation:rise .8s var(--ease) both}.hero__sub,.hero__title{font-family:var(--font-serif),Georgia,serif}.hero__sub{font-style:italic;font-size:clamp(1.2rem,2.6vw,1.7rem);color:var(--gold-bright);margin:.9rem 0 0;min-height:1.5em;text-shadow:0 1px 16px rgba(0,0,0,.5);animation:subIn .7s var(--ease) both}.hero__tools{display:flex;gap:.6rem;margin-top:1.6rem;flex-wrap:wrap;max-width:620px;animation:rise .8s var(--ease) .18s both}@keyframes rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes subIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes heroFade{0%{opacity:0}to{opacity:1}}@keyframes heroSettle{0%{transform:scale(1.07)}to{transform:scale(1.02)}}@keyframes heroBreathe{0%{transform:scale(1.02)}to{transform:scale(1.05)}}@media (max-width:780px){.hero{min-height:clamp(400px,66vh,540px)}.hero__bg{background-position:50%,50%,66%}.hero__title{font-size:clamp(2.6rem,11vw,3.8rem)}.hero__tools{max-width:none}}.content{max-width:var(--maxw);margin:0 auto;padding:clamp(2.2rem,5vw,3.6rem) clamp(1.1rem,4vw,2.2rem) 0;position:relative;z-index:2}.toolbar{display:flex;align-items:center;justify-content:center;gap:.7rem;flex-wrap:wrap;margin-bottom:clamp(1.8rem,4vw,2.6rem)}.layout{display:grid;grid-template-columns:210px 1fr;grid-gap:clamp(1.4rem,3vw,2.6rem);gap:clamp(1.4rem,3vw,2.6rem);align-items:start}.results{min-width:0}.shelfnav{position:-webkit-sticky;position:sticky;top:90px;display:flex;flex-direction:column;gap:.12rem}.shelfnav__divider{display:block;height:1px;background:var(--line);margin:.5rem .3rem}.shelfnav__badge{margin-left:auto;font-family:var(--font-sans),sans-serif;font-style:normal;font-size:.72rem;font-weight:600;line-height:1;background:var(--earth-tint);border-radius:999px;padding:.22rem .5rem}.shelfnav__badge,.shelfnav__ic--mine{color:var(--earth)}.shelfnav__item--near:not(.shelfnav__item--on){color:var(--ink);background:var(--surface);box-shadow:inset 3px 0 0 color-mix(in srgb,var(--mood,var(--gold)) 55%,transparent)}.shelfnav__item{display:flex;align-items:center;gap:.55rem;width:100%;text-align:left;background:none;border:none;border-radius:9px;padding:.5rem .6rem;cursor:pointer;font-family:var(--font-serif),Georgia,serif;font-size:1.02rem;line-height:1.15;color:var(--ink-2);transition:background .15s ease,color .15s ease}.shelfnav__item:hover{background:var(--surface-2);color:var(--ink)}.shelfnav__item--on{background:var(--surface);color:var(--ink);font-weight:600;box-shadow:inset 3px 0 0 var(--mood,var(--accent))}.shelfnav__ic{width:17px;height:17px;flex:0 0 auto;color:var(--mood,var(--ink-3))}.shelfnav__ic svg{width:100%;height:100%}@media (max-width:820px){.layout{grid-template-columns:1fr;gap:.4rem}.shelfnav{position:static;flex-direction:row;overflow-x:auto;gap:.4rem;padding-bottom:.6rem;margin-bottom:1.4rem}.shelfnav::-webkit-scrollbar{height:0}.shelfnav__item{white-space:nowrap;border:1px solid var(--line-strong);border-radius:999px;padding:.4rem .85rem;font-size:.92rem;box-shadow:none}.shelfnav__item--on{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:none}.shelfnav__item--on .shelfnav__ic{color:#fff}.shelfnav__divider{display:none}.shelfnav__badge{margin-left:.35rem}.shelfnav__item--on .shelfnav__badge{color:#fff;background:hsla(0,0%,100%,.22)}}.search{position:relative;width:min(440px,100%)}.search__icon{position:absolute;left:1rem;top:23px;transform:translateY(-50%);width:18px;height:18px;color:var(--ink-3);pointer-events:none;z-index:1}.search__icon svg{width:100%;height:100%}.search input{width:100%;height:46px;border:1px solid var(--line-strong);background:var(--surface);border-radius:999px;padding:0 1.1rem 0 2.8rem;font-size:1rem;color:var(--ink);font-family:inherit;transition:border-color .18s ease,box-shadow .18s ease}.search input::placeholder{color:var(--ink-3)}.search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-tint)}.search--big{width:min(500px,100%)}.search--big input{height:54px;font-size:1.08rem;padding-left:3rem;box-shadow:0 8px 22px rgba(40,28,10,.08)}.search--big .search__icon{top:27px;width:19px;height:19px}.search--big input:focus{box-shadow:0 0 0 4px var(--accent-tint),0 10px 26px rgba(40,28,10,.12)}.search--compact{width:min(240px,44vw)}.search--compact input{height:38px;font-size:.92rem;padding-left:2.5rem}.search--compact .search__icon{top:19px;left:.85rem;width:16px;height:16px}.search--compact .suggest{max-height:300px}.suggest{list-style:none;margin:.4rem 0 0;padding:.35rem;position:absolute;z-index:30;left:0;right:0;background:var(--surface);border:1px solid var(--line-strong);border-radius:14px;box-shadow:0 20px 44px rgba(40,28,10,.24);max-height:340px;overflow-y:auto}.suggest__item{display:flex;flex-direction:column;gap:.1rem;width:100%;text-align:left;background:none;border:none;border-radius:9px;padding:.5rem .7rem;cursor:pointer;font-family:inherit}.suggest__item:hover{background:var(--surface-2)}.suggest__title{font-family:var(--font-serif),serif;font-weight:600;font-size:.98rem;color:var(--ink);line-height:1.15}.suggest__author{font-size:.8rem;color:var(--ink-2)}.shelfpick{position:relative}.shelfpick__btn{display:inline-flex;align-items:center;gap:.45rem;height:46px;padding:0 1rem;font-family:inherit;font-size:.92rem;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:999px;cursor:pointer;transition:border-color .16s ease,background .16s ease}.shelfpick__btn svg{width:16px;height:16px;color:var(--ink-2)}.shelfpick__btn:hover{background:var(--surface-2)}.shelfpick__btn--on{border-color:var(--accent);color:var(--accent)}.shelfpick__btn--on svg{color:var(--accent)}.shelfpick__pop{position:fixed;z-index:150;width:min(320px,86vw);background:var(--surface);border:1px solid var(--line-strong);border-radius:16px;box-shadow:0 22px 48px rgba(40,28,10,.3);padding:.5rem}.shelfpick__head{display:flex;align-items:center;justify-content:space-between;padding:.4rem .6rem .5rem;font-family:var(--font-serif),serif;font-style:italic;color:var(--ink-2);border-bottom:1px solid var(--line);margin-bottom:.3rem}.shelfpick__list{list-style:none;margin:0;padding:0;max-height:320px;overflow-y:auto}.shelfpick__opt{display:flex;align-items:center;gap:.55rem;width:100%;text-align:left;background:none;border:none;border-radius:9px;padding:.5rem .6rem;cursor:pointer;font-family:inherit;font-size:.92rem;color:var(--ink)}.shelfpick__opt:hover{background:var(--surface-2)}.shelfpick__ic{width:17px;height:17px;color:var(--mood);flex:0 0 auto}.shelfpick__ic svg{width:100%;height:100%}.shelfpick__opt--on{color:var(--accent);font-weight:500}.shelfpick__check{margin-left:auto;color:var(--accent);font-weight:700}.reset{font-family:inherit;font-size:.88rem;color:var(--accent);background:none;border:none;cursor:pointer;padding:.4rem .5rem}.reset:hover{text-decoration:underline}.reset--tool{height:46px}.count{text-align:center;color:var(--ink-3);font-size:.86rem;margin:0 0 1.8rem}@media (max-width:560px){.toolbar{flex-wrap:nowrap}.search{flex:1 1 auto;min-width:0}.shelfpick__btn span:not(.shelfpick__check){display:none}.shelfpick__btn{padding:0 .8rem}}.shelf{margin-bottom:clamp(2.6rem,6vw,4.4rem)}.shelf__head{margin-bottom:1.6rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.shelf__head .heading__title{font-size:clamp(1.5rem,3.4vw,2.1rem)}.shelf__head .heading__tagline{font-size:clamp(1rem,2vw,1.15rem)}.grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(172px,1fr));grid-gap:clamp(1.8rem,3vw,2.6rem) clamp(1.3rem,2.4vw,1.9rem);gap:clamp(1.8rem,3vw,2.6rem) clamp(1.3rem,2.4vw,1.9rem)}.cell{display:flex;position:relative}.cellsave{position:absolute;top:8px;right:8px;z-index:3;width:32px;height:32px;border-radius:50%;border:1px solid var(--line-strong);background:hsla(41,70%,95%,.94);color:var(--ink-2);display:grid;place-items:center;cursor:pointer;opacity:0;transform:translateY(-3px);transition:opacity .2s ease,transform .2s var(--ease),background .16s ease,color .16s ease;box-shadow:0 4px 10px rgba(40,28,10,.18)}.cellsave svg{width:15px;height:15px}.cell:hover .cellsave,.cellsave--on,.cellsave:focus-visible{opacity:1;transform:none}.cellsave:hover{color:var(--earth);border-color:var(--earth)}.cellsave--on{background:var(--earth);border-color:var(--earth);color:#fff;animation:pop .34s var(--ease)}@keyframes pop{0%{transform:scale(.65)}55%{transform:scale(1.18)}to{transform:scale(1)}}.cellsave:focus-visible{outline:none;box-shadow:0 0 0 3px var(--earth-tint),0 4px 10px rgba(40,28,10,.18)}@media (hover:none){.cellsave{opacity:.94;transform:none}}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease) var(--d,0ms),transform .65s var(--ease) var(--d,0ms)}.reveal.in{opacity:1;transform:none}@media (max-width:560px){.grid{grid-template-columns:repeat(2,1fr);gap:1.4rem .9rem}.card__title{font-size:.92rem}.card__author{font-size:.78rem}}.card{display:flex;flex-direction:column;width:100%;border:none;background:none;padding:0;text-align:left;cursor:pointer;font-family:inherit;perspective:750px}.card__cover{position:relative;aspect-ratio:2/3;border-radius:8px;overflow:hidden;background:var(--surface-2);box-shadow:inset 0 0 0 1px rgba(60,45,25,.2),0 6px 18px rgba(50,35,15,.16);transition:transform .3s var(--ease),box-shadow .3s var(--ease);transform-style:preserve-3d}.card__cover:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(230px circle at var(--gx,50%) var(--gy,40%),rgba(255,246,224,.34),transparent 62%);mix-blend-mode:soft-light;opacity:0;transition:opacity .26s ease}.card:hover .card__cover:before{opacity:1}.card__cover img{width:100%;height:100%;object-fit:cover;display:block}.card__cover:after{content:"";position:absolute;inset:0;border-radius:8px;pointer-events:none;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.22)}@media (hover:hover){.card:hover .card__cover{transform:translateY(-6px) rotateX(var(--ry,0deg)) rotateY(var(--rx,0deg));box-shadow:inset 0 0 0 1px var(--mood),0 20px 36px rgba(50,35,15,.26)}}.card:focus-visible{outline:none}.card:focus-visible .card__cover{box-shadow:0 0 0 3px var(--accent-tint),inset 0 0 0 1px var(--accent),0 12px 26px rgba(50,35,15,.2)}.card__rule{height:1px;margin:.85rem 0 .7rem;background:linear-gradient(90deg,var(--mood),transparent 80%);opacity:.55}.card__text{display:flex;flex-direction:column;gap:.25rem}.card__title{font-family:var(--font-serif),Georgia,serif;font-weight:600;font-size:1.02rem;line-height:1.22;letter-spacing:-.01em;color:var(--ink)}.card__meta{display:flex;align-items:center;gap:.4rem}.card__icon{width:15px;height:15px;color:var(--mood);flex:0 0 auto}.card__author{font-size:.86rem;color:var(--ink-2)}.art{position:absolute;inset:0;background:radial-gradient(130% 90% at 50% 0,hsla(0,0%,100%,.14),transparent 55%),var(--cover-bg);color:var(--cover-ink);display:grid;place-items:center;padding:8%}.art__frame{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:12% 9%;text-align:center;border:1px solid color-mix(in srgb,var(--cover-ink) 42%,transparent);border-radius:3px}.art__frame:before{content:"";position:absolute;inset:4px;border:1px solid color-mix(in srgb,var(--cover-ink) 26%,transparent);border-radius:2px;pointer-events:none}.art__emblem{width:46%;max-width:84px;color:var(--cover-ink);opacity:.92;margin-bottom:.2rem}.art__emblem svg{width:100%;height:auto;display:block}.art__title{font-weight:600;font-size:clamp(.9rem,2vw,1.12rem);line-height:1.2;letter-spacing:-.01em}.art__byline,.art__title{font-family:var(--font-serif),serif}.art__byline{font-style:italic;font-size:.72rem;opacity:.82}.empty{text-align:center;padding:4rem 1rem;color:var(--ink-2)}.empty p{font-family:var(--font-serif),serif;font-style:italic;font-size:1.15rem;margin-bottom:1rem}.empty__hint{font-size:.95rem!important;color:var(--ink-3)}.shelfactions{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin:-.4rem 0 1.5rem}.shelfactions__hint{font-family:var(--font-serif),serif;font-style:italic;font-size:.92rem;color:var(--ink-3)}.toast{position:fixed;left:50%;bottom:1.6rem;z-index:300;transform:translateX(-50%);font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:1rem;color:var(--surface);background:var(--ink);padding:.65rem 1.35rem;border-radius:999px;box-shadow:0 14px 34px rgba(30,20,8,.35);animation:toastIn .32s var(--ease) both;pointer-events:none;max-width:min(92vw,480px);text-align:center}@keyframes toastIn{0%{opacity:0;transform:translateX(-50%) translateY(12px)}to{opacity:1;transform:translateX(-50%)}}.sheet-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:clamp(.8rem,4vw,2.5rem);background:rgba(30,22,12,.5);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:fade .26s ease both}@keyframes fade{0%{opacity:0}to{opacity:1}}.sheet{position:relative;width:min(760px,100%);max-height:min(88vh,620px);background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;display:grid;grid-template-columns:48% 1fr;box-shadow:0 40px 90px rgba(30,20,8,.42);animation:sheetIn .46s var(--ease) both}@keyframes sheetIn{0%{opacity:0;transform:translateY(26px) scale(.97)}to{opacity:1;transform:none}}.sheet__close{position:absolute;top:14px;right:14px;z-index:3;width:34px;height:34px;border:none;border-radius:50%;background:rgba(40,28,12,.1);color:var(--ink);cursor:pointer;display:grid;place-items:center;transition:background .18s ease}.sheet__close svg{width:18px;height:18px}.sheet__close:hover{background:rgba(40,28,12,.2)}.sheet__close:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-tint)}.sheet__media{background:var(--mood-tint);display:grid;place-items:center;padding:clamp(1.6rem,4vw,3rem)}.sheet__cover{width:78%;max-width:240px;aspect-ratio:2/3;position:relative;border-radius:8px;filter:drop-shadow(0 22px 30px rgba(30,20,8,.34));animation:coverIn .62s var(--ease) 90ms both}@keyframes coverIn{0%{opacity:0;transform:translateY(16px) rotate(-1.5deg)}to{opacity:1;transform:none}}.sheet__cover img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.sheet__cover .art{border-radius:8px}.sheet__body{padding:clamp(1.7rem,3.5vw,2.6rem);display:flex;flex-direction:column;overflow-y:auto}.sheet__eyebrow{display:flex;align-items:center;gap:.45rem;color:var(--mood);font-size:.9rem;margin:0 0 .9rem}.sheet__eyebrow-icon{width:17px;height:17px}.sheet__eyebrow em{font-family:var(--font-serif),serif;font-style:italic;font-size:.98rem}.sheet__title{font-family:var(--font-serif),Georgia,serif;font-size:clamp(1.6rem,3.2vw,2.3rem);line-height:1.1;font-weight:600;letter-spacing:-.02em;margin:0 0 .4rem}.sheet__byline{font-family:var(--font-serif),serif;font-style:italic;color:var(--ink-2);font-size:1.1rem;margin:0 0 1.2rem}.sheet__reflect{position:relative;margin:1.1rem 0 0;padding:.15rem 0 0 1.6rem;font-style:italic;font-size:1.12rem;line-height:1.5;color:var(--ink)}.sheet__reflect,.sheet__reflect:before{font-family:var(--font-serif),Georgia,serif}.sheet__reflect:before{content:"\201C";position:absolute;left:-.1rem;top:-.55rem;font-size:2.7rem;line-height:1;color:var(--gold-soft)}.sheet__actions{display:flex;align-items:center;gap:.6rem;margin-top:1.4rem}.btn-keep{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-serif),serif;font-style:italic;font-size:1rem;color:var(--earth);background:none;border:1px solid var(--earth);border-radius:999px;padding:.5rem 1.1rem;cursor:pointer;transition:background .18s ease,color .18s ease,transform .16s ease}.btn-keep svg{width:15px;height:15px}.btn-keep:hover{transform:translateY(-1px)}.btn-keep--on{background:var(--earth);color:#fff}.btn-keep--on svg{animation:pop .34s var(--ease)}.btn-keep:focus-visible{outline:none;box-shadow:0 0 0 3px var(--earth-tint)}.sheet__notewrap{margin-top:1.3rem;padding-top:1.1rem;border-top:1px solid var(--line)}.sheet__notelabel{display:block;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:600;margin:0 0 .5rem}.sheet__noteinput{width:100%;resize:vertical;min-height:58px;background:var(--bg);border:1px solid var(--line-strong);border-radius:10px;padding:.6rem .75rem;font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:1rem;line-height:1.5;color:var(--ink)}.sheet__noteinput::placeholder{color:var(--ink-3)}.sheet__noteinput:focus{outline:none;border-color:var(--earth);box-shadow:0 0 0 3px var(--earth-tint)}.sheet__notehint{font-size:.72rem;color:var(--ink-3);margin:.4rem 0 0}@media (max-width:720px){.sheet{grid-template-columns:1fr;grid-template-rows:auto auto;max-height:90vh}.sheet__media{padding:1.8rem 2rem 1.2rem}.sheet__cover{width:42%}.sheet__body{text-align:center;align-items:center}}.lib-launch{position:fixed;right:clamp(.9rem,3vw,1.8rem);bottom:clamp(.9rem,3vw,1.8rem);z-index:150;display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:#fff;padding:.6rem 1.2rem .6rem .75rem;border:none;border-radius:999px;cursor:pointer;font-family:var(--font-serif),serif;font-style:italic;font-size:1.14rem;background:linear-gradient(180deg,var(--earth-top),var(--earth));box-shadow:0 8px 22px rgba(40,52,30,.3),inset 0 1px 0 hsla(0,0%,100%,.16);transition:transform .18s var(--ease),box-shadow .18s ease}.lib-launch:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(40,52,30,.36),inset 0 1px 0 hsla(0,0%,100%,.18)}.lib-launch:focus-visible{outline:none;box-shadow:0 0 0 4px var(--earth-tint),0 8px 22px rgba(40,52,30,.3)}.lib-launch__avatar{width:27px;height:27px;display:grid;place-items:center;color:var(--gold-bright)}.lib-launch__avatar svg{width:27px;height:27px}.lib{position:fixed;z-index:160;right:clamp(.7rem,3vw,2rem);bottom:clamp(.7rem,3vw,2rem);width:min(400px,calc(100vw - 1.4rem));max-height:min(78vh,640px);display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--line-strong);border-radius:20px;box-shadow:0 30px 70px rgba(30,20,8,.4);animation:libIn .34s var(--ease) both}@keyframes libIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:none}}.lib__bar{justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--bg),var(--surface))}.lib__bar,.lib__id{display:flex;align-items:center}.lib__id{gap:.6rem}.lib__avatar{width:34px;height:34px;display:grid;place-items:center;color:var(--gold-bright);background:linear-gradient(180deg,var(--earth-top),var(--earth));border-radius:50%}.lib__avatar svg{width:22px;height:22px}.lib__name{display:block;font-family:var(--font-serif),serif;font-weight:600;font-size:1.02rem;line-height:1.1}.lib__role{display:block;font-size:.76rem;color:var(--ink-3)}.lib__x{width:30px;height:30px;border:none;background:none;color:var(--ink-2);cursor:pointer;border-radius:50%;display:grid;place-items:center}.lib__x svg{width:16px;height:16px}.lib__x:hover{background:var(--surface-2)}.lib__body{padding:1.1rem 1.1rem 1.3rem;overflow-y:auto}.lib__say{font-size:1.28rem;line-height:1.35;color:var(--ink);margin:.3rem 0 .4rem}.lib__hint,.lib__say{font-family:var(--font-serif),serif}.lib__hint{font-style:italic;color:var(--ink-3);font-size:.92rem;margin:0 0 .4rem}.lib__progress{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:.62rem;font-weight:600;margin:0 0 .5rem}.lib__intro{padding:.4rem 0 .2rem}.lib__cta{font-family:var(--font-serif),serif;font-style:italic;font-size:1.02rem;font-weight:500;color:#fff;background:linear-gradient(180deg,var(--earth-top),var(--earth));border:none;border-radius:999px;padding:.5rem 1.2rem;cursor:pointer;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.16);transition:filter .16s ease,transform .16s ease}.lib__cta:hover{filter:brightness(1.06);transform:translateY(-1px)}.lib__opts{display:flex;flex-wrap:wrap;gap:.45rem;margin:.7rem 0 .3rem}.lib-opt{font-family:var(--font-serif),serif;font-size:1.02rem;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:999px;padding:.4rem .9rem;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease,border-color .15s ease}.lib-opt:hover{background:var(--surface-2);border-color:var(--earth)}.lib-opt--on{background:var(--earth);color:#fff;border-color:var(--earth)}.lib__nav{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:1rem}.lib__back{font-family:inherit;font-size:.85rem;color:var(--ink-2);background:none;border:none;cursor:pointer;padding:.4rem .2rem}.lib__back:hover{color:var(--ink)}.lib-recs{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.7rem}.lib-rec{display:grid;grid-template-columns:46px 1fr;grid-gap:.75rem;gap:.75rem;align-items:start;padding:.6rem;border:1px solid var(--line);border-radius:12px;background:var(--bg)}.lib-rec__cover{position:relative;aspect-ratio:2/3;border-radius:4px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(60,45,25,.18),0 3px 8px rgba(50,35,15,.18);background:var(--surface-2)}.lib-rec__cover img{width:100%;height:100%;object-fit:cover;display:block}.lib-rec__cover .art{padding:8%;border-radius:4px}.lib-rec__cover .art__byline,.lib-rec__cover .art__frame:before{display:none}.lib-rec__cover .art__title{font-size:.5rem}.lib-rec__cover .art__emblem{max-width:26px}.lib-rec__body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.lib-rec__shelf{display:flex;align-items:center;gap:.3rem;color:var(--mood);font-size:.68rem}.lib-rec__icon{width:12px;height:12px;flex:0 0 auto}.lib-rec__shelf em{font-style:italic}.lib-rec__shelf em,.lib-rec__title{font-family:var(--font-serif),serif}.lib-rec__title{font-weight:600;font-size:.98rem;line-height:1.2;letter-spacing:-.01em}.lib-rec__author{color:var(--ink-2);font-size:.8rem}.lib-rec__reason{color:var(--ink-2);font-size:.82rem;line-height:1.4;margin-top:.25rem}@media (max-width:480px){.lib{right:.6rem;left:.6rem;width:auto}}.endband{height:clamp(150px,24vw,250px);margin-top:clamp(3.5rem,9vw,6.5rem);background:linear-gradient(180deg,var(--bg) 0,hsla(41,44%,89%,0) 34%,hsla(41,44%,89%,0) 66%,var(--bg) 100%),linear-gradient(90deg,var(--bg) 0,hsla(41,44%,89%,0) 18%,hsla(41,44%,89%,0) 82%,var(--bg) 100%),url(/art/kung-fu-panda.png) center 34% /cover no-repeat;filter:saturate(.92)}.coda,.endband{position:relative;z-index:2}.coda{max-width:820px;margin:clamp(3.5rem,9vw,6.5rem) auto 0;padding:0 clamp(1.1rem,4vw,2.2rem)}.coda__art{margin:0;text-align:center}.coda__art img{width:100%;max-width:600px;height:auto;border-radius:6px;box-shadow:0 26px 52px rgba(30,20,8,.34);outline:1px solid var(--line-strong);outline-offset:-1px}.coda__art figcaption{margin-top:.85rem;font-family:var(--font-serif),serif;font-style:italic;color:var(--ink-2);font-size:.98rem}.footer{max-width:var(--maxw);margin:0 auto;padding:2.4rem clamp(1.1rem,4vw,2.2rem) 3.4rem;text-align:center;position:relative;z-index:2}.footer__mark{font-weight:600;font-size:1.15rem;margin:0 0 .4rem}.footer__line,.footer__mark{font-family:var(--font-serif),serif}.footer__line{color:var(--ink-2);font-size:1rem;margin:0 0 .8rem}.footer__fine{color:var(--ink-3);font-size:.78rem;margin:0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn-keep--on svg,.cellsave--on,.hero,.hero__bg,.hero__sub,.hero__title,.hero__tools,.lib,.sheet__cover{animation:none}.hero,.reveal{transition:none}.reveal{opacity:1;transform:none}.card:hover .card__cover,.card__cover{transition:box-shadow .2s ease;transform:none}.card__cover:before{display:none}.sheet,.sheet-overlay{animation:fade .2s ease both}.lib-launch:hover,.lib__cta:hover{transform:none}.toast{animation:none}}::selection{background:rgba(166,124,31,.28)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}