@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap";:root{--paper:#f4efe8;--paper-2:#ebe3d9;--ink:#241e1a;--muted:#786d65;--line:rgba(36,30,26,.16);--serif:"Libre Caslon Display",Georgia,serif;--sans:"DM Sans",system-ui,sans-serif;--rose:#d991a0;--olive:#a7ad78;--gold:#d9ba67;--plum:#aea0b8;--blue:#9eb8be;--clay:#b67761;--radius:18px;--shadow:0 22px 55px rgba(58,45,35,.12)}*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.45}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}img{display:block;max-width:100%}a{color:inherit}.app{min-height:100vh}.global-header{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:auto;padding:0 34px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#f4efe8f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:40}.brand{border:0;background:none;font:26px/1 var(--serif);letter-spacing:-.035em}.desktop-nav{display:flex;gap:4px}.desktop-nav button{border:0;background:none;padding:11px 14px;font-weight:600}.global-actions{display:flex;align-items:center;gap:10px}.icon-button{width:44px;height:44px;border:1px solid var(--line);background:transparent;border-radius:50%;display:grid;place-items:center}.icon-button svg{width:18px}.profile-chip{display:flex;align-items:center;gap:9px;border:0;background:transparent}.profile-chip>span,.nav-avatar{width:35px;height:35px;border-radius:50%;background:var(--ink);color:var(--paper);display:grid;place-items:center;font-weight:700}.profile-chip b{font-size:14px}.page{max-width:1240px;margin:0 auto;padding:44px 34px 110px}.boot{min-height:70vh;display:grid;place-items:center;align-content:center;gap:10px}.boot b{font:44px var(--serif)}.boot span{color:var(--muted)}.boot-progress{display:flex;gap:7px;margin-top:8px}.boot-progress i{display:block;width:36px;height:3px;background:var(--line);overflow:hidden;position:relative}.boot-progress i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ink);transform:translate(-105%);animation:bootSlide 1.1s ease-in-out infinite}.boot-progress i:nth-child(2):after{animation-delay:.12s}.boot-progress i:nth-child(3):after{animation-delay:.24s}@keyframes bootSlide{50%,to{transform:translate(105%)}}.mobile-nav{display:none}.primary,.secondary,.link-button{min-height:46px;border-radius:999px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;text-decoration:none}.primary{border:1px solid var(--ink);background:var(--ink);color:var(--paper)}.secondary{border:1px solid var(--line);background:transparent}.full{width:100%}.primary svg,.secondary svg{width:17px}.page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:18px 0 40px}.page-title h1,.profile-title h1{font:72px/.95 var(--serif);letter-spacing:-.045em;margin:0}.page-title p,.profile-title p{max-width:620px;color:var(--muted);margin:10px 0 0}.back-link{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;padding:0;font-weight:700}.back-link svg{width:17px}.empty-state{padding:70px 0;border-top:1px solid var(--line)}.empty-state h2{font:42px var(--serif);margin:0 0 8px}.empty-state p{color:var(--muted)}.club-index{border-top:1px solid var(--line)}.club-index-row{width:100%;display:grid;grid-template-columns:14px 1fr auto;gap:22px;align-items:center;border:0;border-bottom:1px solid var(--line);background:transparent;padding:24px 0;text-align:left}.club-index-row h2{font:32px var(--serif);margin:0}.club-index-row p{text-transform:capitalize;margin:4px 0 0;color:var(--muted);font-size:14px}.club-color{width:10px;height:64px;border-radius:8px;background:var(--rose)}.tone-olive .club-color{background:var(--olive)}.tone-gold .club-color{background:var(--gold)}.tone-plum .club-color{background:var(--plum)}.tone-blue .club-color{background:var(--blue)}.tone-clay .club-color{background:var(--clay)}.club-index-row svg{width:20px}.two-actions{margin-top:26px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#16121061;display:grid;place-items:center;padding:20px;z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog{width:min(560px,100%);background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow);position:relative}.dialog.compact{max-width:430px}.dialog h2{font:40px var(--serif);margin:0 0 8px}.dialog p{color:var(--muted)}.dialog label{display:block;font-size:13px;font-weight:700;margin:24px 0 8px}.dialog input{width:100%;height:52px;border:1px solid var(--line);border-radius:12px;background:#fff8;padding:0 14px}.dialog-close{position:absolute;right:18px;top:16px;border:0;background:none;font-size:28px}.dialog .full{margin-top:24px}.palette-row{display:flex;gap:10px}.swatch{width:42px;height:42px;border-radius:50%;border:3px solid transparent;background:var(--rose)}.swatch.olive{background:var(--olive)}.swatch.gold{background:var(--gold)}.swatch.plum{background:var(--plum)}.swatch.blue{background:var(--blue)}.swatch.clay{background:var(--clay)}.swatch.selected{border-color:var(--ink)}.error-text{color:#9b3440!important;font-weight:600}.club-home{--tone:var(--rose)}.club-home.tone-olive{--tone:var(--olive)}.club-home.tone-gold{--tone:var(--gold)}.club-home.tone-plum{--tone:var(--plum)}.club-home.tone-blue{--tone:var(--blue)}.club-home.tone-clay{--tone:var(--clay)}.club-masthead{display:flex;justify-content:space-between;align-items:end;padding:26px 0 28px;border-bottom:1px solid var(--line)}.club-masthead-copy p{font-size:13px;color:var(--muted);margin:0 0 5px}.club-masthead-copy h1{font:54px/.95 var(--serif);letter-spacing:-.04em;margin:0}.member-line{display:flex;align-items:center}.member-line button{border:0;background:transparent;margin-left:-5px;padding:0}.member-line button>span,.add-person{width:44px!important;height:44px!important;border-radius:50%;background:var(--paper);border:2px solid var(--paper);box-shadow:0 0 0 1px var(--line);display:grid;place-items:center;overflow:hidden;font-weight:700}.member-line img{width:100%;height:100%;object-fit:cover}.add-person{margin-left:7px!important}.add-person svg{width:17px}.setup-editorial{margin-top:44px;min-height:420px;background:linear-gradient(105deg,var(--tone) 0 37%,#e5d9c8 37% 100%);display:grid;grid-template-columns:1fr 1fr;align-items:end;padding:40px;border-radius:4px}.setup-editorial span{font-size:12px;font-weight:700}.setup-editorial h2{font:64px/.92 var(--serif);max-width:480px;margin:10px 0}.setup-editorial p{max-width:420px}.setup-actions{justify-self:end;display:flex;gap:10px}.book-hero{margin-top:42px;min-height:520px;display:grid;grid-template-columns:1.04fr .96fr;background:#e9e0d5;position:relative;overflow:hidden;border-radius:4px}.book-hero:before{content:"";position:absolute;top:0;right:62%;bottom:0;left:0;background:var(--tone)}.hero-copy{padding:60px;position:relative;z-index:2;align-self:center}.phase{font-size:13px;font-weight:700;letter-spacing:.02em;margin:0 0 22px}.hero-copy h2{font:clamp(58px,7vw,108px)/.85 var(--serif);letter-spacing:-.055em;margin:0;max-width:700px}.hero-copy .author{font:24px var(--serif);margin:18px 0 32px}.state-line{font-size:18px;margin:24px 0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.hero-cover-wrap{position:relative;display:grid;place-items:center;min-height:520px}.hero-cover-wrap img{width:min(290px,55%);max-height:410px;object-fit:cover;box-shadow:0 28px 55px #291e183d;position:relative;z-index:2;transform:rotate(2deg)}.color-plane{position:absolute;width:58%;height:74%;background:#ffffff57;right:9%;top:13%;transform:rotate(-4deg)}.progress-button{border:0;border-top:1px solid rgba(36,30,26,.28);border-bottom:1px solid rgba(36,30,26,.28);background:transparent;width:min(430px,100%);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:15px 0;text-align:left}.progress-button span,.progress-button em{font-size:13px;color:var(--muted);font-style:normal}.progress-button b{font-size:18px}.action-dashboard{margin:54px 0}.action-dashboard>header{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:13px}.action-dashboard h2,.home-discussion h2{font:38px var(--serif);margin:0}.action-dashboard p,.home-discussion header p{color:var(--muted);margin:3px 0 0}.action-grid{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.action-grid>button{border:0;border-right:1px solid var(--line);background:transparent;padding:24px 18px 24px 0;display:grid;grid-template-columns:30px 1fr auto;gap:12px;text-align:left;align-items:start}.action-grid>button+button{padding-left:20px}.action-grid>button:last-child{border-right:0}.action-grid svg{width:20px}.action-grid b,.action-grid span{display:block}.action-grid b{font-size:16px}.action-grid span{font-size:13px;color:var(--muted);margin-top:3px}.home-discussion{margin:58px 0}.home-discussion>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.home-discussion>header button{border:0;background:none;font-weight:700}.home-discussion article{display:grid;grid-template-columns:180px 1fr;border-top:1px solid var(--line);padding:22px 0}.post-meta b,.post-meta span{display:block}.post-meta span{font-size:12px;color:var(--muted);margin-top:4px}.home-discussion article p{font:26px/1.25 var(--serif);margin:0}.club-lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.meeting-panel,.shelf-panel{min-height:270px;border:1px solid var(--line);padding:28px;background:#ffffff29}.meeting-panel header,.shelf-panel header{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}.meeting-panel h3{font:36px var(--serif);margin:38px 0 6px}.button-row{display:flex;gap:8px;margin-top:30px}.mini-shelf{display:flex;align-items:end;justify-content:center;gap:10px;height:170px;border-bottom:12px solid var(--tone);box-shadow:0 7px #241e1a14}.mini-shelf div{width:78px}.mini-shelf img{width:100%;max-height:125px;object-fit:cover;box-shadow:0 8px 15px #241e1a24}.search-page .page-title p{max-width:none}.search-field{height:62px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);display:flex;align-items:center;gap:12px;margin-bottom:36px}.search-field input{flex:1;border:0;background:transparent;outline:0;font:28px var(--serif)}.search-field button{border:0;background:none}.book-wall{display:grid;grid-template-columns:repeat(6,1fr);gap:34px 18px}.book-wall>button{border:0;background:none;text-align:left;padding:0}.book-image{aspect-ratio:2/3;position:relative;background:var(--paper-2);margin-bottom:10px;overflow:hidden}.book-image img{width:100%;height:100%;object-fit:cover}.book-image span{position:absolute;right:8px;bottom:8px;width:34px;height:34px;border-radius:50%;background:var(--paper);display:grid;place-items:center;box-shadow:0 4px 15px #0002}.book-image svg{width:15px}.book-wall b{display:block;font:18px/1.1 var(--serif)}.book-wall small{display:block;color:var(--muted);margin-top:4px}.book-preview>section{display:grid;grid-template-columns:.7fr 1.3fr;gap:64px;margin-top:32px}.preview-cover img{width:min(360px,100%);box-shadow:var(--shadow)}.preview-copy{align-self:center;max-width:640px}.preview-copy h1{font:76px/.9 var(--serif);letter-spacing:-.05em;margin:0}.preview-copy .author{font:24px var(--serif);color:var(--muted)}.metadata{display:flex;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin:28px 0}.preview-copy>p{font-size:18px;line-height:1.6}.search-status{margin:20px 0;color:var(--muted)}.reading-room{--tone:var(--rose)}.reading-room.tone-olive{--tone:var(--olive)}.reading-room.tone-gold{--tone:var(--gold)}.reading-room.tone-plum{--tone:var(--plum)}.reading-room.tone-blue{--tone:var(--blue)}.reading-room.tone-clay{--tone:var(--clay)}.reading-top{display:flex;justify-content:space-between;align-items:center}.reading-cover-story{min-height:660px;margin-top:28px;display:grid;grid-template-columns:.9fr 1.1fr;position:relative;border-bottom:1px solid var(--ink);overflow:hidden}.reading-cover-story:before{content:"";position:absolute;left:-8%;top:13%;width:43%;height:58%;background:var(--tone);z-index:-1}.reading-copy{align-self:center;padding:50px 20px 50px 24px}.reading-copy>p{font-size:13px;font-weight:700}.reading-copy h1{font:clamp(70px,8vw,128px)/.82 var(--serif);letter-spacing:-.06em;margin:16px 0 18px}.reading-copy h2{font:25px var(--serif);font-weight:400;margin:0}.position{margin-top:44px;border-top:1px solid var(--line);padding-top:14px;display:flex;gap:15px;align-items:baseline}.position span{font-size:13px;color:var(--muted)}.position b{font-size:20px}.reading-art{position:relative;min-height:620px}.main-cover{position:absolute;width:255px;left:27%;top:17%;z-index:4;box-shadow:0 25px 50px #241e1a40;transform:rotate(-2deg)}.archive-image{position:absolute;margin:0;background:var(--paper);padding:8px 8px 24px;box-shadow:0 12px 35px #0002}.archive-image img{width:100%;height:100%;object-fit:cover}.archive-image.one{width:260px;height:210px;right:2%;top:4%;transform:rotate(3deg)}.archive-image.two{width:230px;height:180px;left:5%;bottom:6%;transform:rotate(-5deg)}.archive-image figcaption{font:12px var(--serif);margin-top:5px;color:var(--muted)}.reading-tabs{display:flex;gap:26px;overflow:auto;border-bottom:1px solid var(--line);position:sticky;top:76px;background:var(--paper);z-index:20}.reading-tabs button{border:0;background:none;padding:20px 0 15px;text-transform:capitalize;font-size:15px;font-weight:600;border-bottom:2px solid transparent}.reading-tabs button.active{border-color:var(--ink)}.reading-section{padding:48px 0}.section-intro{max-width:720px;margin-bottom:32px}.section-intro.split{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:30px}.section-intro h2{font:52px/.98 var(--serif);letter-spacing:-.035em;margin:0}.section-intro p{font-size:17px;color:var(--muted);margin:8px 0 0}.composer-inline{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:18px 0}.composer-inline textarea{width:100%;min-height:92px;resize:vertical;border:0;background:transparent;outline:0;font:28px/1.25 var(--serif)}.composer-inline>div{display:flex;justify-content:space-between;align-items:center}.composer-inline span{font-size:13px;color:var(--muted)}.thought-stream article{display:grid;grid-template-columns:180px 1fr;border-bottom:1px solid var(--line);padding:30px 0}.thought-stream article header{display:flex;gap:10px}.person-dot{width:38px;height:38px;border-radius:50%;background:var(--tone);display:grid;place-items:center;font-weight:700}.thought-stream article header b,.thought-stream article header span{display:block}.thought-stream article header span{font-size:12px;color:var(--muted);margin-top:2px}.thought-stream article>p{font:30px/1.2 var(--serif);margin:0}.spoiler-wall{display:flex;gap:13px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}.spoiler-wall svg{width:20px}.spoiler-wall b,.spoiler-wall span{display:block}.spoiler-wall span{font-size:13px;color:var(--muted)}.depth-switch{display:flex;border:1px solid var(--line);border-radius:999px;padding:4px}.depth-switch button{border:0;background:none;border-radius:999px;padding:8px 12px;font-size:13px}.depth-switch button.active{background:var(--ink);color:var(--paper)}.context-collage{height:540px;position:relative;background:#ded2c4;margin:36px 0 55px;overflow:hidden}.context-collage figure{position:absolute;margin:0;background:var(--paper);padding:8px}.context-collage img{width:100%;height:100%;object-fit:cover}.collage-0{width:39%;height:72%;left:8%;top:12%;transform:rotate(-2deg)}.collage-1{width:28%;height:42%;right:7%;top:7%;transform:rotate(3deg)}.collage-2{width:31%;height:38%;right:18%;bottom:5%;transform:rotate(-3deg)}.collage-3{width:18%;height:29%;left:2%;bottom:2%;transform:rotate(4deg)}.context-pull{position:absolute;right:4%;top:48%;z-index:8;background:var(--tone);padding:22px 26px;min-width:180px}.context-pull span{font:48px var(--serif)}.context-pull p{margin:0}.context-list{border-top:1px solid var(--ink)}.context-list>article{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid var(--line)}.context-list>article>span{font-size:13px;color:var(--muted)}.context-list h3{font:34px var(--serif);margin:0 0 10px}.context-list p{max-width:760px;font-size:17px;line-height:1.65}.context-list details{margin-top:12px}.context-list details a{display:block;font-size:13px;color:var(--muted);margin-top:5px}.context-empty{padding:60px 0;text-align:center;border-top:1px solid var(--line)}.context-empty h3{font:34px var(--serif);margin:12px 0 5px}.context-empty p{color:var(--muted)}.timeline article{display:grid;grid-template-columns:110px 28px 1fr;min-height:110px}.timeline time{font-weight:700}.timeline-rule{position:relative}.timeline-rule:before{content:"";position:absolute;left:8px;top:7px;bottom:-8px;width:1px;background:var(--line)}.timeline-rule i{position:absolute;left:3px;top:4px;width:11px;height:11px;border-radius:50%;background:var(--paper);border:2px solid var(--ink)}.timeline-rule i.current{background:var(--tone)}.timeline span{font-size:12px;color:var(--muted)}.timeline h3{font:28px var(--serif);margin:2px 0}.note-options{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.note-options button{border:0;border-right:1px solid var(--line);background:transparent;text-align:left;padding:28px 20px}.note-options svg{margin-bottom:28px}.note-options b,.note-options span{display:block}.note-options b{font:26px var(--serif)}.note-options span{font-size:13px;color:var(--muted);margin-top:4px}.character-list{border-top:1px solid var(--line)}.character-list article{display:grid;grid-template-columns:80px 1fr;gap:24px;padding:25px 0;border-bottom:1px solid var(--line);max-width:850px}.character-monogram{width:64px;height:64px;background:var(--tone);display:grid;place-items:center;font:30px var(--serif)}.character-list h3{font:31px var(--serif);margin:0 0 5px}.character-list p{color:var(--muted);margin:0}.profile-title{display:flex;justify-content:space-between;align-items:end;margin:20px 0 35px}.profile-overview{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);margin-bottom:58px}.profile-number{padding:22px 0;border-right:1px solid var(--line)}.profile-number+.profile-number{padding-left:22px}.profile-number:last-child{border-right:0}.profile-number b,.profile-number span{display:block}.profile-number b{font:46px var(--serif)}.profile-number span{font-size:13px;color:var(--muted)}.profile-shelf{margin:62px 0}.profile-shelf>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.profile-shelf h2{font:42px var(--serif);margin:0}.profile-shelf header span{color:var(--muted)}.shelf-track{position:relative;padding-bottom:24px}.shelf-books-new{display:flex;justify-content:center;align-items:end;gap:20px;overflow:auto;padding:0 14px 3px}.shelf-books-new figure{width:125px;flex:0 0 125px;margin:0}.shelf-books-new img{width:100%;height:188px;object-fit:cover;box-shadow:0 10px 20px #0002}.shelf-books-new figcaption{font-size:12px;margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shelf-object{height:18px;width:92%;margin:0 auto;background:linear-gradient(#c88b98,#a96976);box-shadow:0 9px #241e1a14,0 18px 22px #241e1a14;transform:perspective(500px) rotateX(50deg);transform-origin:top}.profile-shelf:nth-of-type(3) .shelf-object{background:linear-gradient(#cbb161,#ac9148)}.profile-shelf:nth-of-type(4) .shelf-object{background:linear-gradient(#929a69,#737b50)}.shelf-empty{padding:22px 0;border-top:1px solid var(--line);color:var(--muted)}.reading-year-new{margin:80px 0}.reading-year-new>header{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--ink);padding-bottom:12px}.reading-year-new header p{margin:0;font-weight:700}.reading-year-new h2{font:52px var(--serif);margin:0}.year-strip{display:flex;gap:0;overflow:auto;padding:42px 20px 30px;min-height:250px}.year-strip figure{width:128px;flex:0 0 128px;margin:0 0 0 -22px;transform:translateY(calc((var(--i) % 2) * 18px)) rotate(calc((var(--i) - 4) * .7deg))}.year-strip figure:first-child{margin-left:0}.year-strip img{width:100%;height:192px;object-fit:cover;box-shadow:0 15px 28px #0002}.year-facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.year-facts article{padding:18px 0;border-right:1px solid var(--line)}.year-facts article+article{padding-left:18px}.year-facts span,.year-facts b{display:block}.year-facts span{font-size:12px;color:var(--muted)}.year-facts b{font:24px var(--serif);margin-top:4px}.import-panel{display:flex;justify-content:space-between;align-items:center;background:#e6ddd1;padding:28px}.import-panel h2{font:34px var(--serif);margin:0}.import-panel p{max-width:650px;color:var(--muted);margin:4px 0 0}.settings-page{max-width:860px}.settings-section{border-top:1px solid var(--line);padding:28px 0}.settings-section h2{font:32px var(--serif);margin:0 0 20px}.settings-section label{font-size:13px;font-weight:700;display:block;margin:18px 0 7px}.settings-section input{width:100%;height:50px;border:1px solid var(--line);background:transparent;border-radius:10px;padding:0 12px}.settings-section .primary{margin-top:18px}.text-danger{border:0;background:none;color:#973d3d;display:flex;align-items:center;gap:8px;margin-top:20px;padding:0}.text-danger svg{width:17px}.auth-page{min-height:100svh;display:grid;grid-template-columns:.9fr 1.1fr;background:var(--paper)}.auth-art{background:#b9bc8a;position:relative;overflow:hidden}.auth-book-stack{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%) rotate(-4deg);width:54%}.auth-book{height:90px;display:flex;align-items:center;padding:0 20px;font:28px var(--serif);border:1px solid #0004;box-shadow:0 13px 24px #0002}.auth-book-one{background:var(--paper)}.auth-book-two{background:#a44e5c;color:#fff;transform:translate(18px)}.auth-book-three{background:#d4b765;transform:translate(-7px)}.auth-star{display:none}.auth-panel{padding:8vw;display:flex;align-items:center;position:relative}.auth-brand{position:absolute;top:36px;left:8vw;font:24px var(--serif)}.auth-kicker{font-size:13px;font-weight:700}.auth-welcome h1,.auth-form h1,.auth-check-email h1{font:clamp(58px,7vw,98px)/.86 var(--serif);letter-spacing:-.055em;margin:15px 0}.auth-intro,.auth-form-intro,.auth-check-email p{font:20px/1.5 var(--serif);max-width:590px}.auth-actions{display:grid;gap:10px;max-width:420px;margin-top:30px}.auth-primary,.auth-secondary{min-height:52px;border-radius:999px}.auth-secondary{background:transparent;border:1px solid var(--line)}.auth-privacy{font-size:12px;color:var(--muted)}.auth-form{width:min(520px,100%)}.auth-back{border:0;background:none;padding:0;display:flex;gap:7px;align-items:center}.auth-form label{display:block;font-size:13px;font-weight:700;margin:20px 0 7px}.auth-form>input,.password-field{width:100%;height:50px;border:0;border-bottom:1px solid var(--line);background:transparent}.password-field{display:flex}.password-field input{flex:1;border:0;background:transparent;outline:0;font:20px var(--serif)}.password-field button{border:0;background:none;width:44px}.auth-form>input{font:20px var(--serif);outline:0}.auth-form .auth-primary{width:100%;margin-top:28px}.auth-inline-link{width:100%;border:0;background:none;padding:14px}.auth-error{background:#edd3d5;padding:10px;font-size:13px}.auth-loading{display:grid;place-items:center;grid-template-columns:1fr}.auth-wordmark{font:40px var(--serif)}@media(max-width:900px){.global-header{padding:0 20px;height:66px}.desktop-nav,.profile-chip b{display:none}.page{padding:28px 20px 96px}.page-title h1,.profile-title h1{font-size:54px}.book-hero{grid-template-columns:1fr;min-height:auto}.book-hero:before{top:0;right:0;bottom:55%;left:0}.hero-copy{padding:40px 26px}.hero-copy h2{font-size:68px}.hero-cover-wrap{min-height:390px}.action-grid{grid-template-columns:1fr}.action-grid>button,.action-grid>button+button{border-right:0;border-bottom:1px solid var(--line);padding:18px 0}.club-lower-grid{grid-template-columns:1fr}.book-wall{grid-template-columns:repeat(3,1fr)}.book-preview>section{grid-template-columns:1fr;gap:28px}.preview-copy h1{font-size:56px}.reading-cover-story{grid-template-columns:1fr;min-height:auto}.reading-cover-story:before{width:62%;height:33%;top:5%}.reading-copy{padding:42px 0}.reading-copy h1{font-size:72px}.reading-art{min-height:480px}.main-cover{left:31%;top:13%;width:210px}.archive-image.one{width:200px;height:165px}.archive-image.two{width:170px;height:145px}.section-intro.split{display:block}.depth-switch{margin-top:18px;width:max-content}.context-collage{height:430px}.thought-stream article{grid-template-columns:1fr;gap:16px}.home-discussion article{grid-template-columns:1fr;gap:10px}.club-masthead{display:block}.member-line{margin-top:18px}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:12px;right:12px;bottom:12px;height:64px;background:#241e1af0;border-radius:22px;z-index:50;padding:5px}.mobile-nav button{border:0;background:none;color:var(--paper);display:grid;place-items:center;align-content:center;gap:2px;font-size:10px}.mobile-nav svg{width:18px}.nav-avatar{width:24px;height:24px;background:var(--paper);color:var(--ink);font-size:11px}.shelf-books-new{justify-content:flex-start}.auth-page{grid-template-columns:1fr}.auth-art{min-height:170px}.auth-book-stack{width:180px}.auth-book{height:45px;font-size:14px}.auth-panel{padding:40px 22px 60px}.auth-brand{position:static;margin-bottom:44px}.auth-welcome h1,.auth-form h1,.auth-check-email h1{font-size:58px}}@media(max-width:560px){body{font-size:15px}.page{padding-left:16px;padding-right:16px}.global-header{padding:0 16px}.brand{font-size:23px}.club-masthead-copy h1{font-size:46px}.setup-editorial{grid-template-columns:1fr;padding:28px;min-height:440px;background:linear-gradient(165deg,var(--tone) 0 42%,#e5d9c8 42%)}.setup-editorial h2{font-size:53px}.setup-actions{justify-self:start;align-self:end;flex-wrap:wrap}.hero-copy h2{font-size:58px}.hero-cover-wrap img{width:190px}.action-dashboard h2,.home-discussion h2{font-size:32px}.book-wall{grid-template-columns:repeat(2,1fr);gap:26px 14px}.reading-tabs{top:66px;gap:20px}.reading-tabs button{font-size:14px}.reading-copy h1{font-size:62px}.reading-art{min-height:400px}.main-cover{width:175px;left:29%}.archive-image.one{width:150px;height:128px}.archive-image.two{width:135px;height:118px}.context-collage{height:350px}.context-list>article{grid-template-columns:45px 1fr}.context-list h3{font-size:29px}.note-options{grid-template-columns:1fr}.note-options button{border-right:0;border-bottom:1px solid var(--line)}.profile-overview{grid-template-columns:1fr 1fr}.profile-number:nth-child(3){grid-column:1/-1;border-top:1px solid var(--line)}.shelf-books-new figure{width:105px;flex-basis:105px}.shelf-books-new img{height:158px}.year-facts{grid-template-columns:1fr}.year-facts article,.year-facts article+article{border-right:0;border-bottom:1px solid var(--line);padding:14px 0}.import-panel{display:block}.import-panel button{margin-top:18px}.page-title{display:block}.page-title .primary{margin-top:18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.ballot-home{margin-top:42px;padding:38px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.ballot-home header{display:flex;justify-content:space-between;align-items:end}.ballot-home h2{font:52px var(--serif);margin:0}.ballot-home p{color:var(--muted)}.ballot-covers{display:flex;gap:20px;overflow:auto;padding:32px 0 8px}.ballot-covers button{width:150px;flex:0 0 150px;border:0;background:none;text-align:left;padding:0}.ballot-covers img{width:100%;height:225px;object-fit:cover;box-shadow:0 12px 24px #0002}.ballot-covers b{font:18px var(--serif);margin-top:8px}.ballot-covers span{font-size:12px;color:var(--muted)}.ballot-covers .voted img{outline:4px solid var(--tone);outline-offset:4px}.import-button{cursor:pointer}.import-notice{padding:12px 0;border-top:1px solid var(--line);font-weight:700}.book-choice-layout{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.6fr);gap:clamp(42px,7vw,96px);align-items:start;margin-top:30px}.preview-cover-column{position:sticky;top:108px}.preview-cover{background:var(--paper-2);padding:14px;box-shadow:0 18px 45px #241e1a1c}.preview-cover img{width:100%;aspect-ratio:2/3;object-fit:cover}.preview-metadata{display:grid;gap:6px;padding:16px 3px 0;font-size:13px;color:var(--muted)}.preview-copy{max-width:none;align-self:start}.preview-heading{padding:8px 0 30px;border-bottom:1px solid var(--ink)}.preview-heading h1{font:clamp(54px,6.5vw,98px)/.88 var(--serif);letter-spacing:-.055em;margin:0;max-width:900px}.preview-heading .author{font:italic 24px/1.2 var(--serif);margin:16px 0 0;color:var(--muted)}.decision-guide{padding:32px 0 8px}.decision-guide>header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.decision-guide h2{font:38px/1 var(--serif);letter-spacing:-.03em;margin:0}.decision-guide>header span{font-size:12px;color:var(--muted);white-space:nowrap}.decision-about{max-width:850px;margin-bottom:26px}.decision-guide h3{font:600 13px/1.2 var(--sans);text-transform:none;letter-spacing:0;margin:0 0 8px}.decision-guide p{font-size:17px;line-height:1.6;margin:0}.decision-about p{font:23px/1.5 var(--serif)}.decision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.decision-grid article{padding:22px 26px 24px 0;min-height:148px}.decision-grid article:nth-child(2n){padding-left:26px;border-left:1px solid var(--line)}.decision-grid article:nth-child(n+3){border-top:1px solid var(--line)}.decision-topics{display:flex;flex-wrap:wrap;gap:0;margin:18px 0 0}.decision-topics span{font-size:13px;font-weight:600;padding:7px 12px 7px 0;margin-right:12px;border-right:1px solid var(--line)}.decision-topics span:last-child{border-right:0}.decision-loading{color:var(--muted);padding:22px 0}.book-save-actions{display:grid;grid-template-columns:minmax(230px,1fr) minmax(250px,.85fr);gap:12px;margin-top:30px}.book-save-actions .primary,.book-save-actions .secondary{min-height:54px}.personal-save-row{display:grid;grid-template-columns:1.15fr .85fr;border:1px solid var(--line);background:#ffffff29}.personal-save-row select{border:0;border-right:1px solid var(--line);background:transparent;padding:0 14px;outline:0}.personal-save-row .secondary{border:0;background:transparent}.save-notice{margin-top:12px;padding:12px 0;border-top:1px solid var(--line);font-weight:650}.idea-pile-home{margin:48px 0 72px}.idea-pile-home>header{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--ink);padding-bottom:12px}.idea-pile-home h2{font:42px/1 var(--serif);margin:0}.idea-pile-home p{margin:7px 0 0;color:var(--muted)}.idea-pile-home>header button{border:0;background:none;font-weight:700}.idea-pile-covers{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:26px 18px;padding-top:24px}.idea-pile-covers article img{width:100%;aspect-ratio:2/3;object-fit:cover;box-shadow:0 12px 24px #241e1a1f}.idea-pile-covers article b,.idea-pile-covers article span{display:block}.idea-pile-covers article b{font:18px/1.15 var(--serif);margin-top:10px}.idea-pile-covers article span{font-size:12px;color:var(--muted);margin-top:4px}.profile-page{--profile-accent:#d991a0;--profile-soft:#ead0d6;position:relative}.profile-page.profile-olive{--profile-accent:#98a16e;--profile-soft:#dfe2c9}.profile-page.profile-gold{--profile-accent:#c8a94e;--profile-soft:#eee0b4}.profile-page.profile-plum{--profile-accent:#9d88a8;--profile-soft:#ded4e2}.profile-page.profile-blue{--profile-accent:#86a7ad;--profile-soft:#d2e0e2}.profile-page.profile-paper{--profile-accent:#8e786b;--profile-soft:#e5ddd4}.profile-scrapbook-hero{min-height:420px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:40px;position:relative;margin:-4px 0 44px;padding:48px;background:linear-gradient(115deg,var(--profile-soft) 0 58%,transparent 58%);overflow:hidden}.profile-scrapbook-hero:after{content:"";position:absolute;right:6%;top:9%;width:110px;height:110px;border:1px solid rgba(36,30,26,.18);border-radius:50%;opacity:.55}.profile-identity{align-self:center;position:relative;z-index:2}.profile-identity>p{font-size:13px;font-weight:650;margin:0 0 14px}.profile-identity h1{font:clamp(62px,8vw,116px)/.82 var(--serif);letter-spacing:-.065em;margin:0;max-width:680px}.profile-identity blockquote{font:italic 22px/1.35 var(--serif);margin:24px 0 0;padding-left:18px;border-left:3px solid var(--profile-accent);max-width:520px}.profile-hero-actions{display:flex;align-items:center;gap:8px;margin-top:28px}.profile-hero-actions .secondary{display:inline-flex;align-items:center;gap:8px}.profile-hero-actions svg{width:17px}.profile-cover-collage{position:relative;min-height:320px;align-self:center}.profile-cover-collage figure{position:absolute;width:132px;margin:0;box-shadow:0 18px 34px #241e1a2e;transform:translate(calc((var(--i) - 3) * 18px),calc((var(--i) % 3) * 18px)) rotate(calc((var(--i) - 3) * 3deg));left:calc(8% + (var(--i) * 10%));top:calc(6% + ((var(--i) % 2) * 20%));z-index:calc(10 - var(--i))}.profile-cover-collage figure:nth-child(2n){width:118px}.profile-cover-collage figure span{display:grid;place-items:center;min-height:176px;background:var(--paper);padding:12px;font:18px var(--serif)}.profile-overview{background:var(--paper);position:relative}.profile-shelf{position:relative}.profile-shelf>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.profile-shelf>header>div{display:flex;align-items:baseline;gap:12px}.profile-shelf h2{font:clamp(38px,4.5vw,60px)/1 var(--serif);letter-spacing:-.035em}.profile-shelf header span{font-size:13px;color:var(--muted)}.shelf-add{border:0;background:none;font-weight:700;display:flex;gap:6px;align-items:center;padding:10px 0}.shelf-add span{font-size:18px;color:inherit}.shelf-track{position:relative;padding:12px 2.5% 29px}.shelf-books-new{display:flex;justify-content:flex-start;align-items:end;gap:18px;overflow:auto;padding:18px 18px 5px;scrollbar-width:thin}.shelf-books-new figure{width:126px;flex:0 0 126px;margin:0;position:relative;transform:none}.profile-layout-scrapbook .shelf-books-new figure:nth-child(3n+1){transform:translateY(3px) rotate(-.8deg)}.profile-layout-scrapbook .shelf-books-new figure:nth-child(3n+2){transform:translateY(-5px) rotate(.6deg)}.shelf-books-new img,.missing-cover{width:100%;height:189px;object-fit:cover;box-shadow:0 10px 22px #241e1a24}.missing-cover{display:grid;place-items:center;padding:12px;background:var(--profile-soft);font:18px/1.1 var(--serif)}.shelf-books-new figcaption{font-size:12px;margin-top:8px}.shelf-object{height:14px;width:97%;margin:0 auto;background:linear-gradient(180deg,color-mix(in srgb,var(--profile-accent) 82%,white),var(--profile-accent));box-shadow:0 7px #241e1a12,0 17px 22px #241e1a14;transform:perspective(800px) rotateX(58deg);transform-origin:top}.shelf-empty{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.shelf-empty p{margin:0;color:var(--muted)}.shelf-empty button{border:0;background:none;font-weight:700;text-decoration:underline;text-underline-offset:4px}.profile-library-actions{display:grid;grid-template-columns:1fr auto;gap:42px;align-items:end;margin:76px 0;padding:42px;background:var(--profile-soft)}.profile-library-actions h2{font:clamp(38px,4.3vw,58px)/.95 var(--serif);margin:0}.profile-library-actions p{max-width:760px;font-size:17px;margin:14px 0 0}.profile-action-buttons{display:grid;gap:10px;min-width:190px}.profile-action-buttons button{display:flex;align-items:center;justify-content:center;gap:8px}.profile-action-buttons svg{width:17px}.reading-year-new{background:linear-gradient(180deg,transparent,var(--profile-soft));padding:0 28px 36px;margin-left:-28px;margin-right:-28px}.year-strip{display:flex;gap:18px;overflow:auto;padding:38px 4px 34px;min-height:250px}.year-strip figure{width:126px;flex:0 0 126px;margin:0;transform:translateY(calc((var(--i) % 3) * 7px)) rotate(calc(((var(--i) % 5) - 2) * .7deg))}.year-strip img{width:100%;height:189px;object-fit:cover;box-shadow:0 15px 28px #241e1a24}.year-strip figcaption{font-size:11px;margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.year-empty{padding:34px 0;color:var(--muted)}.import-panel{background:color-mix(in srgb,var(--profile-soft) 66%,var(--paper));border:1px solid color-mix(in srgb,var(--profile-accent) 35%,transparent)}.import-panel .secondary{background:var(--paper)}.manual-book-form,.profile-customizer{display:grid;gap:18px}.manual-book-form>p,.profile-customizer>p{margin:0;color:var(--muted);max-width:620px}.manual-book-form label,.profile-customizer label{font-size:13px;font-weight:650;display:grid;gap:7px}.manual-book-form label span,.profile-customizer label span{font-weight:400;color:var(--muted)}.manual-book-form input,.manual-book-form select,.profile-customizer input{height:48px;border:1px solid var(--line);background:var(--paper);padding:0 12px;border-radius:9px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.palette-choices{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.palette-choice{border:1px solid var(--line);background:transparent;padding:9px;display:grid;gap:7px;justify-items:center}.palette-choice i{width:100%;height:42px;background:#d991a0}.palette-choice.olive i{background:#98a16e}.palette-choice.gold i{background:#c8a94e}.palette-choice.plum i{background:#9d88a8}.palette-choice.blue i{background:#86a7ad}.palette-choice.paper i{background:#e5ddd4}.palette-choice.selected,.layout-choices .selected{outline:2px solid var(--ink);outline-offset:2px}.palette-choice span{font-size:11px;text-transform:capitalize}.profile-customizer h3{font:26px var(--serif);margin:8px 0 -5px}.layout-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.layout-choices button{min-height:100px;text-align:left;border:1px solid var(--line);background:var(--paper);padding:14px}.layout-choices b,.layout-choices span{display:block}.layout-choices span{font-size:12px;color:var(--muted);margin-top:6px}.profile-layout-editorial .profile-scrapbook-hero{background:var(--paper);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.profile-layout-editorial .profile-cover-collage figure{transform:none;left:calc(2% + (var(--i) * 11%));top:calc(12% + ((var(--i) % 2) * 8%))}.profile-layout-clean .profile-scrapbook-hero{background:transparent;min-height:300px;padding-left:0;padding-right:0;border-bottom:1px solid var(--ink)}.profile-layout-clean .profile-cover-collage{opacity:.72}.profile-layout-clean .profile-cover-collage figure{box-shadow:none;transform:none}.profile-layout-clean .profile-library-actions,.profile-layout-clean .reading-year-new{background:transparent;border-top:1px solid var(--line)}@media(max-width:900px){.book-choice-layout{grid-template-columns:1fr;gap:30px}.preview-cover-column{position:static;display:grid;grid-template-columns:minmax(150px,230px) 1fr;gap:18px;align-items:end}.preview-metadata{padding:0}.decision-grid{grid-template-columns:1fr}.decision-grid article,.decision-grid article:nth-child(2n){padding:20px 0;border-left:0}.decision-grid article+article{border-top:1px solid var(--line)}.book-save-actions{grid-template-columns:1fr}.profile-scrapbook-hero{grid-template-columns:1fr;min-height:auto;padding:34px}.profile-cover-collage{min-height:260px}.profile-cover-collage figure{width:108px}.profile-library-actions{grid-template-columns:1fr;align-items:start}.idea-pile-covers,.palette-choices{grid-template-columns:repeat(3,1fr)}.layout-choices{grid-template-columns:1fr}}@media(max-width:560px){.book-choice-layout{gap:22px}.preview-cover-column{grid-template-columns:132px 1fr}.preview-cover{padding:8px}.preview-heading h1{font-size:49px}.preview-heading .author{font-size:20px}.decision-guide h2{font-size:33px}.decision-guide>header{display:block}.decision-guide>header span{display:block;margin-top:8px}.decision-about p{font-size:20px}.personal-save-row{grid-template-columns:1fr}.personal-save-row select{height:48px;border-right:0;border-bottom:1px solid var(--line)}.profile-scrapbook-hero{padding:28px 20px;margin-left:-16px;margin-right:-16px}.profile-cover-collage{min-height:220px}.profile-cover-collage figure{width:86px}.profile-library-actions{padding:28px 20px;margin-left:-16px;margin-right:-16px}.form-grid{grid-template-columns:1fr}.idea-pile-covers{grid-template-columns:repeat(2,1fr)}.reading-year-new{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.profile-overview{margin-top:28px}}.current-nav{display:inline-flex!important;align-items:center;gap:7px;max-width:240px}.current-nav svg{width:16px}.current-nav span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-book-card{position:relative;min-width:0}.search-book-open{display:block;width:100%;border:0;background:none;text-align:left;padding:0}.search-book-open .book-image{margin-bottom:10px}.search-book-open>b{display:block;font:18px/1.1 var(--serif)}.search-book-open>small{display:block;color:var(--muted);margin-top:4px}.search-quick-add{position:absolute;right:8px;top:calc((100% - 50px)*.72 - 34px);width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--paper);display:grid;place-items:center;box-shadow:0 4px 15px #0002;z-index:3}.search-quick-add svg{width:16px}.search-quick-add.saved{background:var(--ink);color:var(--paper)}.search-quick-add:disabled{opacity:.55}.search-notice{margin:-18px 0 24px}.favorite-toggle{min-height:46px;border:0;border-right:1px solid var(--line);background:transparent;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:650}.favorite-toggle svg{width:17px}.favorite-toggle.selected{background:#d991a029}.profile-number-action{border:0;background:transparent;text-align:left;padding:0;font:inherit;color:inherit}.profile-number-action span{display:block}.shelf-book-button{width:126px;flex:0 0 126px;border:0;background:none;padding:0;text-align:left;position:relative}.shelf-book-button img,.shelf-book-button .missing-cover{width:100%;height:189px;object-fit:cover;box-shadow:0 10px 22px #241e1a24}.shelf-book-button>span{display:block;font-size:12px;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-check{grid-template-columns:auto auto 1fr!important;align-items:center;justify-content:start}.favorite-check input{height:auto!important}.favorite-check svg{width:17px}.star-rating{display:flex;gap:5px}.star-rating button{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;padding:0}.star-rating svg{width:22px}.star-rating .selected{color:#7d5b11}.rating-list{display:grid;gap:0;max-height:60vh;overflow:auto}.rating-list article{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.rating-list article>div:first-child{display:flex;align-items:center;gap:12px;min-width:0}.rating-list img{width:44px;height:66px;object-fit:cover}.rating-list b,.rating-list small{display:block}.rating-list small{color:var(--muted)}.book-editor{display:grid;gap:22px}.book-editor label{display:grid;gap:8px}.book-editor select{height:46px;border:1px solid var(--line);background:var(--paper);padding:0 12px}.join-page{min-height:70vh;display:grid;place-items:center}.join-card{max-width:520px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:42px 0}.join-card h1{font:56px/.95 var(--serif);margin:0 0 12px}.join-card p{color:var(--muted);margin:0 0 24px}.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}@media(max-width:760px){.search-quick-add{top:8px}.favorite-toggle{border-right:0;border-bottom:1px solid var(--line)}.rating-list article{align-items:flex-start;flex-direction:column}.current-nav{max-width:none}}.profile-scrapbook-hero{position:relative;isolation:isolate}.profile-scrapbook-hero:has(.sticker-board.editing){overflow:visible}.sticker-board{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8}.sticker-board:not(.editing){pointer-events:none}.sticker-placed{position:absolute;border:0;background:none;padding:0;width:108px;height:108px;display:grid;place-items:center;transform-origin:center;filter:drop-shadow(0 9px 13px rgba(36,30,26,.18));touch-action:none;will-change:left,top,transform}.sticker-placed img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.sticker-placed.editable{cursor:grab;pointer-events:auto}.sticker-placed.editable:active{cursor:grabbing}.sticker-placed.editable:hover{filter:drop-shadow(0 10px 16px rgba(36,30,26,.2)) brightness(1.02)}.sticker-placed.selected{outline:1.5px dashed rgba(36,30,26,.72);outline-offset:8px;border-radius:18px}.sticker-toolbar{position:absolute;transform:translate(-50%,-140%);display:flex;gap:3px;background:var(--ink);padding:5px;border-radius:999px;box-shadow:var(--shadow);z-index:30;max-width:min(330px,92vw)}.sticker-toolbar button{width:32px;height:32px;flex:0 0 32px;border-radius:50%;border:0;background:#ffffff1f;color:var(--paper);display:grid;place-items:center}.sticker-toolbar button svg{width:14px;height:14px}.sticker-toolbar button:hover{background:#ffffff3d}.sticker-toolbar button.danger{background:#b8394a}.sticker-toolbar button.danger:hover{background:#9b3440}.sticker-edit-mode .profile-identity,.sticker-edit-mode .profile-cover-collage{pointer-events:none}.sticker-tray{position:sticky;bottom:16px;z-index:70;margin:14px 0 28px;background:#f8f4eefc;border:1px solid rgba(36,30,26,.16);border-radius:24px;box-shadow:0 24px 70px #241e1a33;padding:15px 18px 13px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sticker-tray-head{display:flex;align-items:center;gap:9px}.sticker-tray-search{flex:1;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;height:43px;padding:0 15px;background:#fff9;min-width:0}.sticker-tray-search svg{width:16px;color:var(--muted);flex-shrink:0}.sticker-tray-search input{width:100%;min-width:0;border:0;background:transparent;outline:0;font-size:15px}.sticker-tray .icon-btn{border:0;background:transparent;width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px}.sticker-done{background:var(--ink);color:var(--paper);border-color:var(--ink);min-width:84px;min-height:42px}.sticker-done:disabled{opacity:.58;cursor:wait}.sticker-category-row{display:flex;gap:7px;overflow-x:auto;padding:11px 1px 3px;scrollbar-width:none}.sticker-category-row::-webkit-scrollbar{display:none}.sticker-category-row button{border:1px solid var(--line);background:transparent;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:650;white-space:nowrap}.sticker-category-row button.active{background:var(--ink);border-color:var(--ink);color:var(--paper)}.sticker-tray-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:9px;margin-top:10px;max-height:315px;overflow-y:auto;padding:2px 4px 5px 1px;overscroll-behavior:contain}.sticker-tray-item{width:auto;height:114px;border:1px solid rgba(36,30,26,.1);border-radius:15px;background:#ffffffa8;padding:7px;display:grid;grid-template-rows:1fr auto;gap:4px;place-items:center;overflow:hidden;transition:transform .14s ease,border-color .14s ease,background .14s ease}.sticker-tray-item>span{min-width:0;width:100%;height:76px;display:grid;place-items:center}.sticker-tray-item img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.sticker-tray-item small{width:100%;font-size:10.5px;line-height:1.1;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;color:var(--muted)}.sticker-tray-item:hover{border-color:#241e1a59;background:#fff;transform:translateY(-2px)}.sticker-tray-empty{grid-column:1/-1;color:var(--muted);font-size:13px;padding:10px 2px}.sticker-tray-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:8px;padding-top:9px;border-top:1px solid var(--line);font-size:11.5px;color:var(--muted)}.sticker-tray-foot button{border:0;background:transparent;padding:4px 0;color:var(--muted);font-weight:650;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}@media(max-width:560px){.sticker-placed{width:96px;height:96px}.sticker-tray{position:fixed;left:7px;right:7px;bottom:max(7px,env(safe-area-inset-bottom));margin:0;padding:10px 10px 8px;border-radius:19px;max-height:38dvh;min-height:224px;display:flex;flex-direction:column;overflow:hidden}.sticker-tray-head{gap:6px;flex:0 0 auto}.sticker-tray-search{height:39px;padding:0 10px}.sticker-tray-search input{font-size:14px}.sticker-done{min-width:67px;min-height:39px;padding:0 11px}.sticker-tray .icon-btn{width:32px;height:32px;flex-basis:32px}.sticker-category-row{padding:8px 0 2px;flex:0 0 auto}.sticker-category-row button{padding:5px 9px;font-size:11px}.sticker-tray-grid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,82px);grid-auto-columns:74px;grid-template-columns:none;gap:6px;max-height:none;height:170px;overflow-x:auto;overflow-y:hidden;margin-top:7px;padding:1px 2px 3px;scroll-snap-type:x proximity}.sticker-tray-item{width:74px;height:82px;border-radius:12px;padding:5px;grid-template-rows:58px 12px;gap:2px;scroll-snap-align:start}.sticker-tray-item>span{height:58px}.sticker-tray-item small{font-size:8.5px}.sticker-tray-foot{margin-top:5px;padding-top:5px;min-height:22px}.sticker-tray-foot span{display:none}.sticker-tray-foot button{font-size:10px}.sticker-toolbar{transform:translate(-50%,-126%);overflow-x:auto;max-width:94vw}}.import-notice.sync-warning{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.import-notice.sync-warning>span{min-width:0;flex:1}.import-notice.sync-warning b{font-weight:650}.import-notice.sync-warning button{flex:0 0 auto}@media(max-width:720px){.sticker-tray{max-height:30dvh;min-height:184px;padding:8px 9px 7px}.sticker-category-row{padding-top:6px}.sticker-tray-grid{grid-template-rows:86px;grid-auto-columns:78px;height:92px;max-height:92px}.sticker-tray-item{width:78px;height:86px;grid-template-rows:62px 12px}.sticker-tray-item>span{height:62px}.sticker-tray-foot{display:none}.sticker-tray:has(.sticker-tray-search input:focus){max-height:21dvh;min-height:142px}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-category-row{display:none}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-tray-grid{height:82px;max-height:82px;grid-template-rows:76px}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-tray-item{height:76px;grid-template-rows:58px 10px}}.club-home{position:relative}.club-masthead{margin:0 0 28px;padding:30px 34px;background:var(--tone);border:0;border-radius:26px;align-items:center;gap:24px}.club-masthead-copy p{color:#241e1ab8;font-size:14px;font-weight:650;margin-bottom:7px}.club-masthead-copy h1{font-size:clamp(50px,6vw,78px)}.club-top-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.club-top-actions button{min-height:44px;border:1px solid rgba(36,30,26,.2);background:#ffffff7a;border-radius:999px;padding:0 14px;display:flex;align-items:center;gap:7px;font-weight:700}.club-top-actions button:hover{background:#ffffffc2;transform:translateY(-1px)}.club-top-actions button:disabled{opacity:.38;cursor:not-allowed;transform:none}.club-top-actions svg{width:17px}.club-choice-stage{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr);min-height:350px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff9;margin:0 0 34px}.choice-stage-copy{background:var(--tone);padding:52px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.choice-kicker{font-size:14px;font-weight:700;letter-spacing:.01em}.choice-stage-copy h2{font:clamp(56px,7vw,94px)/.88 var(--serif);letter-spacing:-.055em;margin:26px 0;max-width:690px}.choice-meta{display:flex;align-items:baseline;gap:10px}.choice-meta b{font:38px var(--serif)}.choice-meta span{font-size:14px;font-weight:650}.choice-stage-actions{padding:42px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;background:#ffffffb8}.choice-stage-actions>button{min-height:54px;border-radius:16px;padding:0 18px;justify-content:flex-start;font-weight:750}.choice-stage-actions .primary{justify-content:flex-start}.choice-stage-actions .vote-cta{border:0;background:var(--ink);color:var(--paper);display:flex;align-items:center;gap:10px}.choice-stage-actions .vote-cta svg:last-child{margin-left:auto}.choice-stage-actions .quiet-action{border:1px solid var(--line);background:transparent;display:flex;align-items:center;gap:10px}.choice-stage-actions button:disabled{opacity:.35;cursor:not-allowed}.idea-pile-home{margin:34px 0 44px}.idea-pile-home>header{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;padding-bottom:14px;border-bottom:1px solid var(--ink)}.idea-pile-home>header h2{font:clamp(38px,4vw,56px)/1 var(--serif);margin:0}.idea-pile-home>header>div>span{display:block;color:var(--muted);font-size:13px;margin-top:5px}.idea-header-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.idea-header-actions button{height:40px;border:1px solid var(--line);border-radius:999px;background:transparent;padding:0 12px;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.idea-header-actions button:hover{background:#fff8}.idea-header-actions svg{width:15px}.idea-header-actions .idea-vote-button{background:var(--ink);color:var(--paper);border-color:var(--ink)}.idea-header-actions button:disabled{opacity:.35;cursor:not-allowed}.idea-pile-covers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:22px}.idea-book-card{border:0;background:transparent;padding:0;text-align:left;min-width:0}.idea-book-card img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:10px;box-shadow:0 15px 28px #241e1a24;transition:transform .18s ease,box-shadow .18s ease}.idea-book-card:hover img{transform:translateY(-5px) rotate(-.5deg);box-shadow:0 21px 34px #241e1a30}.idea-book-card>div{padding:12px 2px 0}.idea-book-card b,.idea-book-card span,.idea-book-card small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.idea-book-card b{font:22px/1.04 var(--serif)}.idea-book-card span{font-size:13px;color:var(--muted);margin-top:4px}.idea-book-card small{font-size:11px;font-weight:650;color:#241e1aa3;margin-top:9px}.idea-empty{padding:42px 0;border-bottom:1px solid var(--line)}.idea-empty button{border:0;background:transparent;font-weight:750;display:flex;align-items:center;gap:8px}.idea-empty svg{width:17px}.club-calendar-strip{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;background:var(--tone);padding:18px 22px;border-radius:18px;margin:24px 0 54px}.club-calendar-strip>div{display:flex;align-items:center;gap:9px;font-weight:700}.club-calendar-strip svg{width:18px}.club-calendar-strip b{font:20px var(--serif)}.club-calendar-strip button{border:0;background:#fff8;border-radius:999px;padding:9px 13px;font-weight:700}.ballot-home{background:var(--tone);border-radius:28px;padding:38px;margin:0 0 44px}.ballot-home>header{display:flex;justify-content:space-between;align-items:end;gap:24px}.ballot-home h2{font:clamp(46px,5vw,72px)/.92 var(--serif);margin:6px 0 0}.ballot-home>header p{max-width:300px;color:#241e1ab3}.ballot-covers{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:18px;margin:30px 0}.ballot-covers button{border:0;background:#fff8;padding:12px;border-radius:16px;text-align:left}.ballot-covers img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:8px}.ballot-covers b,.ballot-covers span{display:block}.ballot-covers b{font:19px var(--serif);margin-top:10px}.ballot-covers span{font-size:12px;font-weight:750;margin-top:4px}.ballot-covers .voted{outline:3px solid var(--ink)}.book-hero{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);background:var(--tone);border-radius:28px;min-height:500px}.book-hero:before{display:none}.hero-copy{min-width:0;padding:58px}.hero-copy h2{font-size:clamp(48px,6.3vw,94px);line-height:.89;overflow-wrap:anywhere;max-width:100%}.hero-copy .author{font-size:25px}.hero-cover-wrap{background:#ffffffab;min-height:500px}.color-plane{background:#ffffff6b;border-radius:18px}.progress-button span,.progress-button em{color:#241e1ab8;font-size:14px}.progress-button b{font-size:19px}.open-reading-room{transition:transform .16s ease,box-shadow .16s ease}.open-reading-room:hover{transform:translateY(-2px);box-shadow:0 10px 24px #241e1a29}.open-reading-room svg{transition:transform .16s ease}.open-reading-room:hover svg{transform:translate(4px)}.mini-shelf{border-bottom:18px solid rgba(255,255,255,.48);box-shadow:inset 0 -1px #ffffffe6,0 10px 18px #241e1a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:0 0 6px 6px}.search-page .page-title{margin-bottom:26px}.search-page .page-title h1{font-size:clamp(58px,7vw,84px)}.search-book-card{display:flex;flex-direction:column;position:relative}.search-book-open{flex:1}.search-quick-add{position:static!important;width:auto!important;height:34px!important;margin-top:10px;border-radius:999px!important;padding:0 11px!important;display:inline-flex!important;align-self:flex-start;gap:5px;box-shadow:none!important;background:transparent!important;font-size:12px;font-weight:750}.search-quick-add.saved{background:var(--ink)!important;color:var(--paper)!important}.search-quick-add svg{width:14px}.personal-save-panel{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;border:1px solid var(--line);border-radius:16px;overflow:hidden;min-height:54px}.personal-save-label{font-size:12px;font-weight:750;padding:0 14px;color:var(--muted)}.personal-shelf-options{display:flex;align-self:stretch}.personal-shelf-options button{border:0;border-left:1px solid var(--line);background:transparent;padding:0 12px;font-size:12px;font-weight:700}.personal-shelf-options button.selected{background:var(--ink);color:var(--paper)}.personal-save-panel .favorite-toggle{align-self:stretch;border-left:1px solid var(--line);border-right:0}.save-personal-button{border:0;border-left:1px solid var(--line);border-radius:0;align-self:stretch}.profile-page{--profile-accent:#d991a0;--profile-soft:#f0dce1}.profile-page.profile-olive{--profile-accent:#8f9c5d;--profile-soft:#e4e8cf}.profile-page.profile-gold{--profile-accent:#c49c37;--profile-soft:#f3e6b7}.profile-page.profile-plum{--profile-accent:#8f719d;--profile-soft:#e8deed}.profile-page.profile-blue{--profile-accent:#6d99a3;--profile-soft:#dbe9ec}.profile-page.profile-paper{--profile-accent:#a7826a;--profile-soft:#ece5dd}.profile-scrapbook-hero{min-height:390px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:34px;padding:44px 48px;margin:0 0 46px;background:var(--profile-soft);border-radius:28px;overflow:hidden;border:1px solid rgba(36,30,26,.08)}.profile-scrapbook-hero:after{display:none}.profile-identity h1{font-size:clamp(62px,8vw,104px)}.profile-cover-collage{position:relative!important;min-height:280px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:13px!important;overflow:visible!important;padding:14px 0!important}.profile-cover-collage figure,.profile-cover-collage figure:nth-child(2n){position:relative!important;left:auto!important;top:auto!important;width:clamp(82px,9vw,118px)!important;margin:0!important;transform:translateY(calc((var(--i) % 2) * 18px)) rotate(calc((var(--i) - 2) * 1.7deg))!important;z-index:auto!important;box-shadow:0 15px 26px #241e1a2b!important;flex:0 1 auto!important}.profile-cover-collage img{width:100%;aspect-ratio:2/3;object-fit:cover}.profile-cover-collage figure span{min-height:150px}.profile-number-action small{display:block;font-size:11px;font-weight:700;margin-top:5px;color:var(--profile-accent)}.profile-shelf{margin:68px 0}.shelf-track{padding:6px 18px 38px;overflow:visible}.shelf-books-new{justify-content:flex-start;gap:24px;overflow-x:auto;padding:0 14px 8px;scrollbar-width:thin}.shelf-book-button{width:132px;flex-basis:132px}.shelf-book-button img,.shelf-book-button .missing-cover{height:198px;border-radius:3px;box-shadow:0 12px 22px #241e1a26}.shelf-object{position:relative;height:22px;width:100%;margin:-1px auto 0;background:linear-gradient(180deg,#ffffffc7,#cfe2e847);border:1px solid rgba(255,255,255,.9);border-bottom-color:#75909952;border-radius:5px;box-shadow:inset 0 1px #fffffff2,0 7px 16px #40535b21,0 18px 28px #241e1a12;transform:none!important;-webkit-backdrop-filter:blur(14px) saturate(1.15);backdrop-filter:blur(14px) saturate(1.15)}.profile-shelf:nth-of-type(3) .shelf-object,.profile-shelf:nth-of-type(4) .shelf-object{background:linear-gradient(180deg,#ffffffc7,#cfe2e847)}.shelf-object:after{content:"";position:absolute;left:3%;right:3%;bottom:-6px;height:6px;border:1px solid rgba(140,164,172,.24);border-top:0;border-radius:0 0 5px 5px;background:#d2e4e92e}.shelf-object i{position:absolute;bottom:-23px;width:18px;height:20px;background:#d0e2e859;border:1px solid rgba(128,153,162,.23);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shelf-object i:first-child{left:8%}.shelf-object i:last-child{right:8%}.shelf-empty{padding:24px 0 12px;border-top:1px solid var(--line)}.shelf-empty p{margin:0 0 8px}.shelf-empty button{border:0;background:transparent;padding:0;font-weight:750;text-decoration:underline;text-underline-offset:4px}.profile-library-actions{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--profile-accent);padding:30px 32px;border-radius:22px;margin:68px 0}.profile-library-actions h2{font:40px var(--serif);margin:0}.profile-library-actions .primary{background:var(--paper);color:var(--ink);border-color:var(--paper)}.reading-year-new{background:var(--profile-soft)!important;background-image:none!important;border-radius:24px;padding:34px;margin:74px 0}.reading-year-new>header{border-bottom-color:#241e1a59}.year-strip{gap:14px;padding:34px 0 26px}.year-strip figure{margin:0!important;transform:translateY(calc((var(--i) % 2) * 9px)) rotate(calc((var(--i) - 4) * .35deg))}.year-facts{border-top-color:#241e1a2e}.goodreads-helper{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;background:#fff8;border:1px solid var(--line);border-radius:22px;padding:28px 30px}.goodreads-copy{display:flex;gap:18px;align-items:flex-start}.goodreads-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#553b2f;color:#fff;font:28px var(--serif);flex:0 0 48px}.goodreads-helper h2{font-size:32px}.goodreads-helper ol{margin:8px 0 0;padding-left:20px;color:var(--muted);font-size:13px}.goodreads-helper li+li{margin-top:3px}.palette-choices{display:flex;flex-wrap:wrap;gap:14px!important}.palette-choice{border:0!important;background:transparent!important;padding:2px!important;display:grid!important;justify-items:center;gap:7px;min-width:54px}.palette-choice i{width:42px!important;height:42px!important;border-radius:50%;box-shadow:inset 0 0 0 1px #241e1a26}.palette-choice.selected{outline:none!important}.palette-choice.selected i{box-shadow:0 0 0 3px var(--paper),0 0 0 5px var(--ink)}.palette-choice span{font-size:10px;font-weight:650}.sticker-tray{position:fixed!important;left:50%;right:auto!important;bottom:calc(var(--keyboard-inset,0px) + 12px)!important;transform:translate(-50%);width:min(760px,calc(100vw - 24px));margin:0!important;padding:9px 11px!important;border-radius:18px!important;max-height:190px!important;min-height:0!important;display:flex;flex-direction:column;overflow:hidden}.sticker-tray-head{min-height:38px}.sticker-tray-search{height:38px}.sticker-done{min-height:38px;min-width:70px}.sticker-category-row{padding:6px 0 2px}.sticker-category-row button{padding:4px 8px;font-size:10.5px}.sticker-tray-grid{display:grid!important;grid-auto-flow:column!important;grid-template-columns:none!important;grid-template-rows:76px!important;grid-auto-columns:82px!important;gap:7px!important;height:80px!important;max-height:80px!important;overflow-x:auto!important;overflow-y:hidden!important;margin-top:5px!important;padding:1px 2px 3px!important}.sticker-tray-item{width:82px!important;height:76px!important;padding:4px!important;border-radius:11px!important;grid-template-rows:56px 11px!important;gap:1px!important}.sticker-tray-item>span{height:56px!important;width:100%;padding:2px;overflow:hidden}.sticker-tray-item img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}.sticker-tray-item small{font-size:8.5px!important;line-height:1!important}.sticker-tray-foot{display:none!important}.sticker-placed{width:118px;height:118px}@media(max-width:900px){.club-choice-stage{grid-template-columns:1fr}.choice-stage-copy{min-height:300px}.choice-stage-actions{padding:26px}.idea-pile-covers{grid-template-columns:repeat(3,minmax(0,1fr))}.book-hero{grid-template-columns:1fr}.hero-cover-wrap{min-height:400px}.profile-scrapbook-hero{grid-template-columns:1fr}.profile-cover-collage{justify-content:flex-start!important;min-height:200px!important}.goodreads-helper{grid-template-columns:1fr}}@media(max-width:720px){.club-masthead{padding:22px;margin-left:-6px;margin-right:-6px;align-items:flex-start}.club-masthead-copy h1{font-size:48px}.club-top-actions span{display:none}.club-top-actions button{width:42px;height:42px;min-height:42px;padding:0;justify-content:center}.choice-stage-copy{padding:34px 26px;min-height:270px}.choice-stage-copy h2{font-size:58px}.choice-stage-actions{padding:20px}.choice-stage-actions>button{min-height:50px}.idea-pile-home>header{align-items:flex-start;flex-direction:column}.idea-header-actions{justify-content:flex-start}.idea-pile-covers{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.idea-book-card b{font-size:19px}.club-calendar-strip{grid-template-columns:1fr auto}.club-calendar-strip>button{grid-column:1/-1;justify-self:start}.ballot-home{padding:26px 20px}.ballot-home>header{display:block}.ballot-covers{grid-template-columns:repeat(2,minmax(0,1fr))}.book-hero{margin-left:-10px;margin-right:-10px;border-radius:22px}.hero-copy{padding:36px 26px}.hero-copy h2{font-size:52px}.hero-cover-wrap{min-height:340px}.personal-save-panel{grid-template-columns:1fr 1fr}.personal-save-label{grid-column:1/-1;padding:10px 12px 0}.personal-shelf-options{grid-column:1/-1;border-top:1px solid var(--line)}.personal-shelf-options button{flex:1;min-height:42px}.personal-save-panel .favorite-toggle{border-left:0;border-top:1px solid var(--line);border-bottom:0}.save-personal-button{border-top:1px solid var(--line)}.profile-scrapbook-hero{padding:30px 22px;margin-left:-10px;margin-right:-10px;border-radius:22px}.profile-cover-collage{gap:8px!important;overflow-x:auto!important;justify-content:flex-start!important}.profile-cover-collage figure,.profile-cover-collage figure:nth-child(2n){width:82px!important;flex:0 0 82px!important;transform:none!important}.profile-library-actions{margin-left:-4px;margin-right:-4px;padding:24px;align-items:flex-start;flex-direction:column}.reading-year-new{margin-left:-4px;margin-right:-4px;padding:26px 20px}.goodreads-helper{padding:22px 18px}.goodreads-copy{gap:12px}.shelf-track{padding-left:0;padding-right:0}.shelf-books-new{gap:16px;justify-content:flex-start}.shelf-book-button{width:112px;flex-basis:112px}.shelf-book-button img,.shelf-book-button .missing-cover{height:168px}.sticker-tray{width:calc(100vw - 12px)!important;bottom:calc(var(--keyboard-inset,0px) + 6px)!important;max-height:142px!important;padding:6px 7px!important;border-radius:15px!important}.sticker-tray-search{height:34px}.sticker-done{min-height:34px;height:34px}.sticker-tray .icon-btn{width:30px;height:30px;flex-basis:30px}.sticker-category-row{padding:3px 0 0}.sticker-category-row button{padding:3px 7px;font-size:9.5px}.sticker-tray-grid{grid-template-rows:68px!important;grid-auto-columns:70px!important;height:70px!important;max-height:70px!important;margin-top:3px!important}.sticker-tray-item{width:70px!important;height:68px!important;grid-template-rows:51px 10px!important}.sticker-tray-item>span{height:51px!important}.sticker-tray-item small{font-size:8px!important}.sticker-placed{width:104px;height:104px}.sticker-tray:has(.sticker-tray-search input:focus){max-height:112px!important}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-category-row{display:none}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-tray-grid{height:64px!important;max-height:64px!important;grid-template-rows:62px!important}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-tray-item{height:62px!important;grid-template-rows:47px 9px!important}}:root{--control-radius:14px;--section-radius:28px;--focus:0 0 0 3px rgba(36,30,26,.18)}button{transition:transform .14s ease,background-color .14s ease,border-color .14s ease,box-shadow .14s ease}button:active:not(:disabled){transform:translateY(1px) scale(.99)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--ink);outline-offset:3px}button:disabled{cursor:not-allowed}.primary,.secondary{border-radius:var(--control-radius)}.notification-badge{position:absolute;right:-3px;top:-4px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:#a52e42;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800;border:2px solid var(--paper)}.global-actions .icon-button{position:relative}.club-home{isolation:isolate}.club-home:before{content:"";position:absolute;z-index:-1;left:50%;top:0;width:100vw;height:300px;transform:translate(-50%);background:color-mix(in srgb,var(--tone) 20%,var(--paper));border-bottom:1px solid color-mix(in srgb,var(--tone) 35%,transparent)}.club-masthead{box-shadow:0 18px 40px color-mix(in srgb,var(--tone) 22%,transparent)}.club-choice-stage{box-shadow:0 18px 54px #241e1a14}.choice-stage-actions>button svg{width:18px}.choice-stage-actions>button:hover:not(:disabled){transform:translate(3px)}.idea-book-card{cursor:pointer}.idea-book-card:focus-visible{outline-offset:6px}.idea-book-card img{background:#e8dfd4}.idea-book-card small{white-space:normal!important;line-height:1.25;min-height:28px}.club-calendar-strip{box-shadow:0 14px 35px color-mix(in srgb,var(--tone) 22%,transparent)}.meeting-panel,.shelf-panel{border-radius:22px;background:#ffffff80;box-shadow:0 12px 32px #241e1a0d}.reading-room{--room-tone:var(--rose);max-width:1320px}.reading-room.tone-olive{--room-tone:var(--olive)}.reading-room.tone-gold{--room-tone:var(--gold)}.reading-room.tone-plum{--room-tone:var(--plum)}.reading-room.tone-blue{--room-tone:var(--blue)}.reading-room.tone-clay{--room-tone:var(--clay)}.reading-cover-story{background:#f8f3ed;border:1px solid var(--line);box-shadow:0 28px 70px #241e1a17;overflow:hidden}.reading-copy{background:color-mix(in srgb,var(--room-tone) 48%,#f8f3ed);min-width:0}.reading-copy h1{overflow-wrap:anywhere}.reading-copy .position span{font-size:15px!important;font-weight:750;color:#241e1ab8!important}.reading-copy .position b{font-size:21px}.reading-art{background:#ece2d6}.archive-image img{filter:saturate(.88) contrast(.98)}.reading-tabs{position:sticky;top:76px;z-index:25;background:#f4efe8f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding-top:8px}.reading-tabs button{min-height:48px;font-weight:750;font-size:14px}.reading-section{padding-top:42px}.unlock-banner{width:100%;border:0;background:var(--room-tone);border-radius:18px;padding:18px 20px;display:flex;align-items:center;gap:14px;text-align:left;margin:0 0 14px}.unlock-banner svg{width:21px}.unlock-banner span{display:grid}.unlock-banner b{font-size:16px}.unlock-banner small{font-size:13px;color:#241e1ab3}.reading-quick-tools{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.reading-quick-tools button{border:1px solid var(--line);background:#fff8;border-radius:999px;min-height:42px;padding:0 14px;display:flex;align-items:center;gap:7px;font-weight:700}.reading-quick-tools svg{width:16px}.post-actions{flex-wrap:wrap}.post-actions button{min-height:38px}.post-actions button.active{background:color-mix(in srgb,var(--room-tone) 45%,transparent)}.meeting-agenda-list{border-top:1px solid var(--ink);margin-bottom:54px}.meeting-agenda-list article{display:grid;grid-template-columns:46px 1fr;gap:12px;padding:18px 0;border-bottom:1px solid var(--line)}.meeting-agenda-list article>span{font:22px var(--serif);color:var(--muted)}.meeting-agenda-list b,.meeting-agenda-list small{display:block}.meeting-agenda-list b{font:21px/1.2 var(--serif)}.meeting-agenda-list small{margin-top:5px;color:var(--muted)}.reading-plan-head{margin-top:50px}.context-empty.compact{padding:28px 0}.quick-reference>p{margin-top:0}.reference-results{display:grid;gap:0;border-top:1px solid var(--line);margin-top:18px}.reference-results article{padding:16px 0;border-bottom:1px solid var(--line)}.reference-results small{text-transform:capitalize;font-weight:750;color:var(--muted)}.reference-results h3{font:25px var(--serif);margin:4px 0}.reference-results p{margin:0;color:var(--ink)}.archive-page{--archive-tone:var(--rose)}.archive-hero{display:grid;grid-template-columns:1.2fr .8fr;min-height:340px;background:#201b18;color:#f6f0e9;border-radius:28px;padding:44px;margin:12px 0 38px}.archive-hero h1{font:clamp(60px,8vw,106px)/.86 var(--serif);margin:0;letter-spacing:-.055em}.archive-hero p{max-width:520px;color:#d8cec5}.archive-stats{display:grid;grid-template-columns:repeat(3,1fr);align-self:end;border-top:1px solid #ffffff38;padding-top:18px;gap:20px}.archive-stats b{display:block;font:35px var(--serif)}.archive-stats span{font-size:12px;color:#c9beb5}.archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 22px}.archive-book{min-width:0}.archive-book img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:6px;box-shadow:0 18px 34px #241e1a2b}.archive-book h2{font:25px/1.02 var(--serif);margin:13px 0 4px}.archive-book>p{margin:0;color:var(--muted);font-size:13px}.archive-book-review{margin-top:12px;padding-top:10px;border-top:1px solid var(--line);font:18px/1.25 var(--serif)}.settings-page{max-width:960px}.settings-section{padding:34px 0;border-top:1px solid var(--line)}.settings-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px}.settings-section-head h2{font:34px var(--serif);margin:0}.settings-section-head span{font-size:13px;color:var(--muted)}.integration-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;align-items:center;padding:20px 0}.integration-mark{width:44px;height:44px;border-radius:12px;background:var(--blue);display:grid;place-items:center}.integration-mark svg{width:20px}.integration-copy b,.integration-copy span{display:block}.integration-copy span{color:var(--muted);font-size:13px;margin-top:3px}.service-health{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:15px;border-top:1px solid var(--line)}.service-health>span{font-size:11px;font-weight:750;padding:6px 9px;border-radius:999px;background:#e4ded7;color:#6f6259}.service-health>span.ok{background:#dbe5c7;color:#42502d}.service-health button{margin-left:auto;border:0;background:transparent;width:38px;height:38px;display:grid;place-items:center}.service-health svg{width:16px}.profile-page{position:relative}.profile-scrapbook-hero{box-shadow:0 24px 60px #241e1a14}.profile-cover-collage{scroll-snap-type:x proximity}.profile-cover-collage figure{scroll-snap-align:center}.profile-shelf>header h2{font:clamp(40px,5vw,60px)/.95 var(--serif)}.shelf-object{height:24px!important;background:linear-gradient(180deg,#ffffffe6,#c5dee747)!important;box-shadow:inset 0 2px #fffffff2,0 10px 22px #49636c1f,0 22px 40px #241e1a12!important}.reading-year-new{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profile-accent) 25%,transparent)}.sticker-tray-item>span{display:grid!important;place-items:center!important;overflow:hidden!important}.sticker-tray-item>span>img,.sticker-tray-item>span>svg{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}@media(min-width:721px){.sticker-tray{left:auto!important;right:14px!important;top:88px!important;bottom:14px!important;transform:none!important;width:248px!important;max-height:none!important;border-radius:20px!important;padding:10px!important;background:#f8f4effa!important;box-shadow:0 24px 65px #241e1a2e!important}.sticker-tray-head{display:grid!important;grid-template-columns:1fr auto auto;gap:6px!important}.sticker-category-row{overflow-x:auto!important;white-space:nowrap}.sticker-tray-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-template-rows:none!important;grid-auto-columns:auto!important;height:auto!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;gap:7px!important;padding:4px 2px 24px!important}.sticker-tray-item{width:100%!important;height:108px!important;grid-template-rows:80px 16px!important;padding:5px!important}.sticker-tray-item>span{height:80px!important}.sticker-tray-item small{font-size:9px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticker-edit-mode{padding-right:270px!important}.sticker-tray-foot{display:none!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:900px){.archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.archive-hero{grid-template-columns:1fr;gap:40px}.integration-row{grid-template-columns:44px 1fr}.integration-row>button{grid-column:1/-1;justify-self:start}}@media(max-width:720px){body{font-size:16px}.page{padding:28px 20px 94px}.global-header{height:64px;padding:0 18px}.reading-tabs{top:64px;overflow-x:auto;justify-content:flex-start}.reading-tabs button{flex:0 0 auto;padding-left:15px;padding-right:15px}.reading-cover-story{margin-left:-10px;margin-right:-10px}.reading-copy{padding:32px 24px}.reading-copy h1{font-size:clamp(48px,15vw,72px)}.reading-art{min-height:330px}.post-actions button{font-size:12px}.archive-hero{margin-left:-8px;margin-right:-8px;padding:30px 24px}.archive-stats{gap:10px}.archive-stats b{font-size:27px}.archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}.settings-section-head{display:block}.settings-section-head span{display:block;margin-top:5px}.sticker-edit-mode{padding-right:20px!important}.sticker-tray{left:6px!important;right:6px!important;top:auto!important;bottom:calc(var(--keyboard-inset,0px) + 6px)!important;transform:none!important;width:auto!important;max-height:118px!important;min-height:0!important;padding:5px 7px!important;border-radius:14px!important;background:#f8f4effa!important;box-shadow:0 -10px 35px #241e1a29!important}.sticker-tray-head{min-height:30px!important}.sticker-tray-search,.sticker-tray-search input{height:30px!important;min-height:30px!important}.sticker-done{height:30px!important;min-height:30px!important;min-width:60px!important}.sticker-category-row{padding:2px 0 0!important;overflow-x:auto!important}.sticker-category-row button{font-size:10px!important;padding:2px 7px!important}.sticker-tray-grid{display:grid!important;grid-auto-flow:column!important;grid-template-columns:none!important;grid-template-rows:59px!important;grid-auto-columns:64px!important;height:61px!important;max-height:61px!important;gap:5px!important;overflow-x:auto!important;overflow-y:hidden!important;margin-top:2px!important}.sticker-tray-item{width:64px!important;height:59px!important;grid-template-rows:45px 9px!important;padding:2px!important}.sticker-tray-item>span{height:45px!important}.sticker-tray-item small{font-size:10px!important;line-height:1!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticker-tray-foot{display:none!important}.sticker-tray:has(.sticker-tray-search input:focus){max-height:92px!important}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-category-row{display:none!important}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-tray-grid{height:53px!important;max-height:53px!important;grid-template-rows:51px!important}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-tray-item{height:51px!important;grid-template-rows:39px 8px!important}.sticker-tray:has(.sticker-tray-search input:focus) .sticker-tray-item>span{height:39px!important}}.annual-volume{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:end;margin:0 0 48px;padding:34px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.annual-volume-title span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.annual-volume-title h2{font:clamp(44px,5vw,66px)/.92 var(--serif);margin:7px 0 0}.annual-volume-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.annual-volume-facts b,.annual-volume-facts span{display:block}.annual-volume-facts b{font:25px/1.05 var(--serif);overflow-wrap:anywhere}.annual-volume-facts span{font-size:11px;color:var(--muted);margin-top:5px}@media(max-width:720px){.annual-volume{grid-template-columns:1fr;gap:24px}.annual-volume-facts{grid-template-columns:1fr}.annual-volume-facts article{padding-top:12px;border-top:1px solid var(--line)}}
