.showcase-home.home-guest{overflow-x:hidden;width:100%;max-width:none;margin:0;min-height:100vh;background:#f5f5f7;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;letter-spacing:0}.showcase-home.home-logged-in .library-books-panel{margin-top:52px;gap:28px}.showcase-home.home-logged-in .library-books-head h2{margin:0;color:#1d1d1f;font-weight:740;letter-spacing:-.025em}.showcase-home.home-logged-in .owned-book-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.showcase-home.home-logged-in .owned-book-card{display:grid;min-width:0;min-height:304px;padding:28px;grid-template-columns:146px minmax(0,1fr);gap:26px;align-items:center;border:1px solid rgba(0,0,0,.06);border-radius:8px;background:#fff;box-shadow:0 12px 36px rgba(0,0,0,.04)}.showcase-home.home-logged-in .owned-book-cover-wrap{width:146px}.showcase-home.home-logged-in .owned-book-cover{display:block;width:146px;padding:10px;border-radius:8px;background:#f5f5f7;color:inherit;text-decoration:none;box-shadow:0 14px 34px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.showcase-home.home-logged-in .owned-book-cover:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,0,0,.13)}.showcase-home.home-logged-in .owned-book-cover img{display:block;width:100%;height:auto;aspect-ratio:3/4;border-radius:6px;object-fit:cover}.showcase-home.home-logged-in .owned-book-main{display:flex;min-width:0;height:100%;flex-direction:column;align-items:flex-start;justify-content:center}.showcase-home.home-logged-in .owned-book-pill{display:inline-flex;margin-bottom:13px;padding:6px 10px;border-radius:999px;background:#f5f5f7;color:#6e6e73;font-size:12px;font-weight:700;line-height:1}.showcase-home.home-logged-in .owned-book-main h3{display:-webkit-box;margin:0;overflow:hidden;color:#1d1d1f;font-size:22px;font-weight:760;line-height:1.18;-webkit-box-orient:vertical;-webkit-line-clamp:3}.showcase-home.home-logged-in .owned-book-main h3 a{color:inherit;text-decoration:none}.showcase-home.home-logged-in .owned-book-metrics,.showcase-home.home-logged-in .owned-book-tags{display:flex;gap:7px;flex-wrap:wrap}.showcase-home.home-logged-in .owned-book-tags{margin-top:13px}.showcase-home.home-logged-in .owned-book-tags span{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f5f5f7;color:#6e6e73;font-size:11px;font-weight:680}.showcase-home.home-logged-in .owned-book-reading{display:flex;width:100%;margin-top:17px;align-items:baseline;justify-content:space-between;gap:12px}.showcase-home.home-logged-in .owned-book-reading p{margin:0;color:#86868b;font-size:12px;font-weight:600}.showcase-home.home-logged-in .owned-book-reading strong{color:#1d1d1f;font-size:13px;font-weight:760}.showcase-home.home-logged-in .owned-book-progress{width:100%;height:4px;margin-top:8px;overflow:hidden;border-radius:999px;background:#e8e8ed}.showcase-home.home-logged-in .owned-book-progress span{display:block;height:100%;border-radius:inherit;background:#0071e3}.showcase-home.home-logged-in .owned-book-metrics{margin-top:10px;color:#6e6e73;font-size:11px;font-weight:650}.showcase-home.home-logged-in .owned-book-metrics span+span:before{content:"·";margin-right:7px;color:#c7c7cc}.showcase-home.home-logged-in .owned-book-actions{display:flex;margin-top:17px;align-items:center;gap:14px}.showcase-home.home-logged-in .owned-book-actions a{display:inline-flex;min-height:32px;align-items:center;color:#0066cc;font-size:12px;font-weight:700;text-decoration:none}.showcase-home.home-logged-in .owned-book-actions a:hover{text-decoration:underline;text-underline-offset:3px}@media (max-width:900px){.showcase-home.home-logged-in .owned-book-grid{grid-template-columns:1fr}.showcase-home.home-logged-in .owned-book-card{grid-template-columns:156px minmax(0,1fr)}.showcase-home.home-logged-in .owned-book-cover,.showcase-home.home-logged-in .owned-book-cover-wrap{width:156px}}@media (max-width:640px){.showcase-home.home-logged-in .library-books-panel{margin-top:40px;gap:20px}.showcase-home.home-logged-in .library-books-head{padding-bottom:15px}.showcase-home.home-logged-in .library-books-head h3{font-size:28px}.showcase-home.home-logged-in .owned-book-card{min-height:0;padding:28px 20px 30px;grid-template-columns:1fr;justify-items:center;gap:24px}.showcase-home.home-logged-in .owned-book-cover,.showcase-home.home-logged-in .owned-book-cover-wrap{width:min(210px,66vw)}.showcase-home.home-logged-in .owned-book-main{width:100%;align-items:center;text-align:center}.showcase-home.home-logged-in .owned-book-main h3{font-size:22px;text-align:center}.showcase-home.home-logged-in .owned-book-actions,.showcase-home.home-logged-in .owned-book-metrics,.showcase-home.home-logged-in .owned-book-tags{justify-content:center}.showcase-home.home-logged-in .owned-book-reading{margin-top:20px}}.showcase-home.home-guest .minimal-nav{position:sticky;top:0;z-index:50;display:flex;height:58px;padding:0 max(28px,calc((100vw - 1180px) / 2));align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(251,251,253,.58));border-bottom:1px solid rgba(0,0,0,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 1px 12px rgba(0,0,0,.035);backdrop-filter:saturate(190%) blur(22px);-webkit-backdrop-filter:saturate(190%) blur(22px)}.showcase-home.home-guest .minimal-brand{display:inline-flex;gap:12px;align-items:baseline;color:#1d1d1f;text-decoration:none}.showcase-home.home-guest .minimal-brand strong{font-size:23px;font-weight:700}.showcase-home.home-guest .minimal-brand em{color:#6e6e73;font-size:14px;font-style:normal;font-weight:600}.showcase-home.home-guest .minimal-nav-actions{display:flex;align-items:center;gap:16px}.showcase-home.home-guest .minimal-nav-actions:after{content:"";order:1;display:block;width:1px;height:28px;background:rgba(0,0,0,.1)}.showcase-home.home-guest .minimal-nav-actions>nav{order:2;display:flex;align-items:center;gap:10px;padding:0;border:0;background:transparent;box-shadow:none}.showcase-home.home-guest .minimal-search{position:relative;order:0;display:inline-flex;width:34px;height:34px;border-radius:999px;background:transparent;box-shadow:none}.showcase-home.home-guest .minimal-search:before{content:"";position:absolute;left:8px;top:7px;width:13px;height:13px;border:2px solid #1d1d1f;border-radius:50%}.showcase-home.home-guest .minimal-search:after{content:"";position:absolute;left:22px;top:22px;width:10px;height:2px;border-radius:999px;background:#1d1d1f;transform:rotate(45deg);transform-origin:left center}.showcase-home.home-guest .minimal-nav nav a,.showcase-home.home-guest .minimal-nav nav button{display:inline-flex;min-height:34px;padding:0 14px;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;box-shadow:none;color:#1d1d1f;font-size:14px;font-weight:650;line-height:1;text-decoration:none}.showcase-home.home-guest .minimal-nav nav .register-link,.showcase-home.home-guest .minimal-nav nav a[href="/register"]{min-width:72px;background:#0071e3;color:#fff}.showcase-home.home-guest .minimal-hero{display:grid;width:100%;max-width:none;min-height:420px;margin:0;padding:82px 24px 92px;grid-template-columns:1fr;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.98) 0,rgba(255,255,255,.86) 26%,transparent 58%),linear-gradient(180deg,#fbfbfd,#f5f5f7);text-align:center}.showcase-home.home-guest .showcase-copy{display:flex;width:min(880px,100%);margin:0 auto;flex-direction:column;align-items:center;text-align:center}.showcase-home.home-guest .showcase-copy h1{width:100%;margin:0;color:#1d1d1f;font-size:clamp(78px,8.2vw,128px);font-weight:760;line-height:.92;text-align:center}.showcase-home.home-guest .showcase-copy h2{width:100%;margin:4px 0 0;color:#1d1d1f;font-size:clamp(34px,3.4vw,54px);font-weight:760;line-height:1.12;text-align:center}.showcase-home.home-guest .showcase-copy p{width:min(680px,100%);margin:12px auto 0;color:#6e6e73;font-size:clamp(21px,2vw,28px);font-weight:560;line-height:1.45;text-align:center}.showcase-home.home-guest .minimal-shelf{width:100%;max-width:none;margin:0;padding:48px 24px 86px;background:#f5f5f7}.showcase-home.home-guest .minimal-section-head{display:grid;width:min(1120px,100%);margin:0 auto 18px;justify-content:center;justify-items:center;text-align:center}.showcase-home.home-guest .minimal-section-head h2{display:block;width:auto;margin:0;color:#1d1d1f;font-size:clamp(52px,5vw,72px);font-weight:780;line-height:1.04;text-align:center}.showcase-home.home-guest .section-book-icon{display:none}.showcase-home.home-guest .shelf-help{display:inline-flex;min-height:22px;margin-top:8px;align-items:center;gap:6px;color:#0071e3;font-size:13px;font-weight:650;line-height:1;text-decoration:none;transition:color .16s ease}.showcase-home.home-guest .shelf-help:hover{color:#005bb5}.showcase-home.home-guest .shelf-help:before{content:"?";display:inline-grid;width:15px;height:15px;place-items:center;border:1px solid;border-radius:50%;font-size:10px;line-height:1}.showcase-home.home-guest .bookcase-grid,.showcase-home.home-guest .minimal-category{display:block;width:min(1120px,100%);max-width:1120px;margin:0 auto}.showcase-home.home-guest #kaoyan:before{display:none}.showcase-home.home-guest .minimal-tabs{display:grid;width:min(560px,100%);height:40px;margin:0 auto 28px;padding:3px;grid-template-columns:repeat(5,1fr);border:1px solid rgba(0,0,0,.075);border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.46),rgba(226,226,232,.58));box-shadow:inset 0 1px 0 rgba(255,255,255,.78),inset 0 -1px 2px rgba(0,0,0,.04),0 6px 18px rgba(0,0,0,.035);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px)}.showcase-home.home-guest .minimal-tabs button{display:inline-flex;min-height:32px;padding:0 14px;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:#1d1d1f;cursor:pointer;font-size:13px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;font-family:inherit}.showcase-home.home-guest .minimal-tabs button.is-active{background:rgba(255,255,255,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 1px 2px rgba(0,0,0,.08),0 6px 14px rgba(0,0,0,.05)}.showcase-home.home-guest .minimal-tabs button:focus-visible{outline:2px solid #0071e3;outline-offset:2px}.showcase-home.home-guest .available-book-grid{display:grid;width:100%;grid-template-columns:1fr;gap:24px}.showcase-home.home-guest .empty-category-panel{display:grid;min-height:220px;place-items:center;align-content:center;gap:8px;border:1px solid rgba(0,0,0,.07);background:#fff;color:#1d1d1f;text-align:center}.showcase-home.home-guest .empty-category-panel strong{font-size:24px;font-weight:760}.showcase-home.home-guest .empty-category-panel span{color:#86868b;font-size:15px;font-weight:650}.showcase-home.home-guest .featured-book-card{display:grid;width:100%;min-height:390px;grid-template-columns:minmax(0,1fr) 330px;gap:56px;align-items:center;padding:58px 70px;overflow:visible;border:1px solid rgba(0,0,0,.07);border-radius:0;background:radial-gradient(circle at 84% 46%,rgba(255,255,255,.9) 0,transparent 34%),#fff;box-shadow:none;color:#1d1d1f}.showcase-home.home-guest .featured-book-card:after,.showcase-home.home-guest .featured-book-card:before{display:none}.showcase-home.home-guest .featured-book-cover{order:2;width:278px;max-width:278px;justify-self:center;margin:0;padding:16px;border-radius:20px;background:#f5f5f7;box-shadow:0 24px 70px rgba(0,0,0,.12)}.showcase-home.home-guest .featured-book-cover img{display:block;width:100%;height:auto;aspect-ratio:3/4;border-radius:8px;object-fit:cover}.showcase-home.home-guest .featured-book-main{order:1;display:flex;width:100%;flex-direction:column;align-items:flex-start;text-align:left}.showcase-home.home-guest .book-pill{display:inline-flex;margin:0 0 20px;padding:7px 13px;border:0;border-radius:999px;background:#f5f5f7;color:#6e6e73;font-size:14px;font-weight:700;line-height:1}.showcase-home.home-guest .featured-book-main h3{width:100%;max-width:610px;margin:0;color:#1d1d1f;font-size:clamp(36px,3.25vw,50px);font-weight:780;line-height:1.1;text-align:left;overflow-wrap:anywhere}.showcase-home.home-guest .featured-book-tags{display:flex;margin-top:22px;gap:8px;flex-wrap:wrap}.showcase-home.home-guest .featured-book-tags span{display:inline-flex;padding:7px 12px;border:0;border-radius:999px;background:#f5f5f7;color:#6e6e73;font-size:13px;font-weight:700;line-height:1}.showcase-home.home-guest .featured-book-note{width:100%;max-width:620px;margin:28px 0 0;color:#6e6e73;font-size:18px;font-weight:700;line-height:1.45;text-align:left}.showcase-home.home-guest .featured-book-actions{display:grid;width:auto;margin-top:28px;grid-template-columns:max-content;justify-content:start;justify-items:center;gap:0}.showcase-home.home-guest .featured-book-actions .primary-link{display:inline-flex;min-width:190px;min-height:48px;padding:0 22px;align-items:center;justify-content:center;border:0;border-radius:999px;background:#0071e3;box-shadow:none;color:#fff;font-size:17px;font-weight:700;line-height:1;text-decoration:none}.showcase-home.home-guest .featured-book-actions .primary-link:after,.showcase-home.home-guest .featured-book-actions .primary-link:before{display:none;content:none}.showcase-home .featured-book-actions .coming-soon-status{display:inline-flex;min-width:128px;min-height:42px;padding:0 20px;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:rgba(245,245,247,.82);color:#6e6e73;font-size:15px;font-weight:740;line-height:1;text-align:center}.showcase-home.home-guest .featured-book-actions span{display:grid;width:190px;gap:3px;color:#86868b;font-size:12px;font-weight:700;line-height:1.45;text-align:center}.showcase-home.home-guest .featured-book-actions em{color:#86868b;font-size:12px;font-style:normal}.showcase-home.home-guest .minimal-footer{display:flex;gap:18px;flex-wrap:wrap;width:100%;max-width:none;min-height:72px;margin:0;padding:0 24px;align-items:center;justify-content:center;background:#f5f5f7;border-top:1px solid rgba(0,0,0,.08);color:#86868b;font-size:13px}.showcase-home.home-guest .minimal-footer a{color:#86868b;font-size:13px;font-weight:500;text-decoration:none}.showcase-home.home-guest .minimal-footer a:hover{color:#1d1d1f}.showcase-home .minimal-footer .public-security-record{display:inline-flex;gap:6px;align-items:center;white-space:nowrap}.showcase-home .minimal-footer .public-security-record img{display:block;width:18px;height:20px;object-fit:contain}@media (max-width:900px){.showcase-home.home-guest .featured-book-card{grid-template-columns:1fr;gap:30px;padding:38px 22px 42px;overflow:hidden}.showcase-home.home-guest .featured-book-cover{order:1;width:min(270px,76vw);max-width:min(270px,76vw)}.showcase-home.home-guest .featured-book-main{order:2;align-items:center;text-align:center}.showcase-home.home-guest .featured-book-main h3,.showcase-home.home-guest .featured-book-note{text-align:center}.showcase-home.home-guest .featured-book-actions,.showcase-home.home-guest .featured-book-tags{justify-content:center}}@media (max-width:640px){.showcase-home.home-guest .minimal-nav{height:56px;padding:0 14px 0 16px;gap:10px}.showcase-home.home-guest .minimal-brand{gap:0;min-width:0;flex:0 1 auto}.showcase-home.home-guest .minimal-brand em,.showcase-home.home-guest .minimal-nav-actions:after,.showcase-home.home-guest .minimal-search{display:none}.showcase-home.home-guest .minimal-nav-actions,.showcase-home.home-guest .minimal-nav-actions>nav{min-width:0;flex:0 1 auto;gap:6px}.showcase-home.home-guest .minimal-nav nav a,.showcase-home.home-guest .minimal-nav nav button{min-width:0;min-height:32px;padding:0 9px;font-size:13px}.showcase-home.home-guest .minimal-nav nav a[href="/register"]{display:inline-flex;min-width:56px;min-height:32px;padding:0 12px}.showcase-home.home-guest .minimal-hero{min-height:390px;padding:68px 18px 78px}.showcase-home.home-guest .showcase-copy h1{font-size:clamp(58px,18vw,76px)}.showcase-home.home-guest .showcase-copy h2{font-size:29px}.showcase-home.home-guest .showcase-copy p{width:min(270px,100%);margin-top:10px;font-size:16px;font-weight:520}.showcase-home.home-guest .minimal-shelf{padding:48px 24px 72px}.showcase-home.home-guest .minimal-section-head{margin-bottom:18px}.showcase-home.home-guest .minimal-section-head h2{font-size:42px}.showcase-home.home-guest #kaoyan:before{display:none}.showcase-home.home-guest .minimal-tabs{display:flex;width:calc(100vw - 48px);max-width:calc(100vw - 48px);height:40px;margin:0 auto 26px;padding:3px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.showcase-home.home-guest .minimal-tabs::-webkit-scrollbar{display:none}.showcase-home.home-guest .minimal-tabs button{flex:0 0 auto;min-width:62px;min-height:32px;padding:0 10px;font-size:12px}.showcase-home.home-guest .featured-book-card{gap:28px;padding:36px 18px 40px;border-color:rgba(0,0,0,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.74)}.showcase-home.home-guest .featured-book-cover{width:min(238px,70vw);max-width:min(238px,70vw);padding:14px;box-shadow:0 20px 52px rgba(0,0,0,.1)}.showcase-home.home-guest .featured-book-main h3{width:min(100%,300px);max-width:300px;font-size:24px;line-height:1.2;text-align:center;word-break:normal;overflow-wrap:anywhere}.showcase-home.home-guest .featured-book-note{width:min(100%,282px);max-width:282px;text-align:center}.showcase-home.home-guest .featured-book-actions .primary-link{width:min(210px,calc(100vw - 96px));min-width:0;min-height:50px}}.showcase-home.home-logged-in{overflow-x:hidden;width:100%;max-width:none;margin:0;min-height:100vh;background:#f5f5f7;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;letter-spacing:0}.showcase-home.home-logged-in .minimal-nav{position:sticky;top:0;z-index:50;display:flex;height:58px;padding:0 max(28px,calc((100vw - 1180px) / 2));align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(251,251,253,.6));border-bottom:1px solid rgba(0,0,0,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 1px 12px rgba(0,0,0,.035);backdrop-filter:saturate(190%) blur(22px);-webkit-backdrop-filter:saturate(190%) blur(22px)}.showcase-home.home-logged-in .minimal-brand{display:inline-flex;gap:12px;align-items:baseline;color:#1d1d1f;text-decoration:none}.showcase-home.home-logged-in .minimal-brand strong{font-size:23px;font-weight:700}.showcase-home.home-logged-in .minimal-brand em{color:#6e6e73;font-size:14px;font-style:normal;font-weight:600}.showcase-home.home-logged-in .minimal-nav-actions{display:flex;align-items:center;gap:14px}.showcase-home.home-logged-in .minimal-search{position:relative;display:inline-flex;width:34px;height:34px;border-radius:999px;background:transparent}.showcase-home.home-logged-in .minimal-search:before{content:"";position:absolute;left:8px;top:7px;width:13px;height:13px;border:2px solid #1d1d1f;border-radius:50%}.showcase-home.home-logged-in .minimal-search:after{content:"";position:absolute;left:22px;top:22px;width:10px;height:2px;border-radius:999px;background:#1d1d1f;transform:rotate(45deg);transform-origin:left center}.showcase-home.home-logged-in .minimal-nav nav{display:flex;align-items:center;gap:8px;padding:0;border:0;background:transparent}.showcase-home.home-logged-in .minimal-nav nav a,.showcase-home.home-logged-in .minimal-nav nav button{display:inline-flex;min-height:34px;padding:0 13px;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:#1d1d1f;cursor:pointer;font-family:inherit;font-size:14px;font-weight:650;line-height:1;text-decoration:none}.showcase-home.home-logged-in .minimal-nav nav a[href="/notebook"]{background:#0071e3;color:#fff}.showcase-home.home-logged-in .minimal-nav nav.account-nav-logged a:first-child{background:transparent;color:#1d1d1f}.showcase-home.home-logged-in .minimal-nav nav button{color:#6e6e73}.showcase-home.home-logged-in .minimal-hero{display:grid;width:100%;max-width:none;min-height:204px;margin:0;padding:42px 24px 28px;place-items:center;border:0;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.98) 0,rgba(255,255,255,.84) 28%,transparent 62%),linear-gradient(180deg,#fbfbfd,#f5f5f7);text-align:center}.showcase-home.home-logged-in .showcase-copy{display:flex;width:min(840px,100%);margin:0 auto;flex-direction:column;align-items:center;text-align:center}.showcase-home.home-logged-in .showcase-copy h1{width:100%;margin:0;color:#1d1d1f;font-size:clamp(40px,4.4vw,56px);font-weight:740;line-height:1.06;text-align:center}.showcase-home.home-logged-in .showcase-copy p{width:min(620px,100%);margin:12px auto 0;color:#6e6e73;font-size:clamp(16px,1.35vw,18px);font-weight:520;line-height:1.45;text-align:center}.showcase-home.home-logged-in .user-learning-shelf{display:grid;width:min(1120px,calc(100% - 48px));max-width:1120px;margin:-4px auto 56px;padding:0;gap:18px;border:0;border-radius:0;background:transparent}.showcase-home.home-logged-in .user-learning-head{display:flex;justify-content:space-between;gap:18px}.showcase-home.home-logged-in .user-learning-head span{display:block;color:#86868b;font-size:13px;font-weight:650;letter-spacing:0}.showcase-home.home-logged-in .user-learning-head h1{margin:8px 0 0;color:#1d1d1f;font-size:clamp(30px,3.1vw,44px);font-weight:740;line-height:1.08}.showcase-home.home-logged-in .user-learning-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.showcase-home.home-logged-in .user-learning-actions a{display:inline-flex;min-height:36px;padding:0 15px;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:rgba(255,255,255,.68);color:#1d1d1f;font-size:13px;font-weight:650;line-height:1;text-decoration:none;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px)}.showcase-home.home-logged-in .user-learning-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.72fr);gap:18px}.showcase-home.home-logged-in .user-learning-card{display:grid;min-height:306px;padding:30px;grid-template-columns:180px minmax(0,1fr);gap:34px;align-items:center;border:1px solid rgba(0,0,0,.06);border-radius:8px;background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.95) 0,transparent 34%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 16px 44px rgba(0,0,0,.045)}.showcase-home.home-logged-in .user-learning-card img{width:180px;height:auto;aspect-ratio:3/4;display:block;border-radius:8px;object-fit:cover;background:#f5f5f7;box-shadow:0 16px 38px rgba(0,0,0,.09)}.showcase-home.home-logged-in .authorized-book-cover-link,.showcase-home.home-logged-in .user-learning-cover-link{display:block;color:inherit;text-decoration:none}.showcase-home.home-logged-in .user-learning-cover-link{width:180px}.showcase-home.home-logged-in .user-learning-main{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:16px}.showcase-home.home-logged-in .user-learning-main .minimal-tags{display:flex;gap:8px;margin:0;flex-wrap:wrap}.showcase-home.home-logged-in .user-learning-main .minimal-tags span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#f5f5f7;color:#6e6e73;font-size:12px;font-weight:700;line-height:1}.showcase-home.home-guest .featured-book-tags .book-delisted-badge,.showcase-home.home-logged-in .featured-book-tags .book-delisted-badge{border:1px solid rgba(180,35,24,.18);background:#fff1f0;color:#a53b32}.showcase-home.home-logged-in .user-learning-main h3{max-width:560px;margin:0;color:#1d1d1f;font-size:clamp(27px,2.55vw,36px);font-weight:740;line-height:1.16;overflow-wrap:anywhere}.showcase-home.home-logged-in .authorized-book-item h3 a,.showcase-home.home-logged-in .user-learning-main h3 a{color:inherit;text-decoration:none}.showcase-home.home-logged-in .authorized-book-item h3 a:hover,.showcase-home.home-logged-in .user-learning-main h3 a:hover{color:#0071e3}.showcase-home.home-logged-in .user-learning-main p{max-width:520px;margin:0;color:#6e6e73;font-size:15px;font-weight:520;line-height:1.55}.showcase-home.home-logged-in .user-learning-progress{width:min(420px,100%);height:6px;overflow:hidden;border-radius:999px;background:#e8e8ed}.showcase-home.home-logged-in .user-learning-progress span{display:block;height:100%;border-radius:inherit;background:#0071e3}.showcase-home.home-logged-in .user-learning-links{display:flex;gap:10px;flex-wrap:wrap;margin:2px 0 0}.showcase-home.home-logged-in .user-learning-links a{display:inline-flex;min-height:42px;padding:0 20px;align-items:center;justify-content:center;border-radius:999px;font-size:15px;font-weight:700;line-height:1;text-decoration:none}.showcase-home.home-logged-in .user-learning-links .primary-link{border:0;background:#0071e3;color:#fff}.showcase-home.home-logged-in .user-learning-links .secondary-link{border:1px solid rgba(0,0,0,.09);background:#fff;color:#1d1d1f}.showcase-home.home-logged-in .user-learning-stats{display:grid;gap:12px}.showcase-home.home-logged-in .user-learning-stats article{display:grid;min-height:94px;padding:18px;align-content:center;gap:6px;border:1px solid rgba(0,0,0,.06);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 28px rgba(0,0,0,.032)}.showcase-home.home-logged-in .user-learning-stats em,.showcase-home.home-logged-in .user-learning-stats span{color:#86868b;font-size:12px;font-style:normal;font-weight:650}.showcase-home.home-logged-in .user-learning-stats strong{color:#1d1d1f;font-size:30px;font-weight:740;line-height:1}.showcase-home.home-logged-in .authorized-books-panel{display:grid;gap:14px;margin-top:2px}.showcase-home.home-logged-in .authorized-books-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.showcase-home.home-logged-in .authorized-books-head span{color:#86868b;font-size:13px;font-weight:650}.showcase-home.home-logged-in .authorized-books-head strong{color:#1d1d1f;font-size:20px;font-weight:740}.showcase-home.home-logged-in .authorized-books-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.showcase-home.home-logged-in .authorized-book-item{display:grid;min-height:158px;padding:16px;grid-template-columns:82px minmax(0,1fr);gap:16px;align-items:center;border:1px solid rgba(0,0,0,.055);border-radius:8px;background:rgba(255,255,255,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 10px 28px rgba(0,0,0,.03)}.showcase-home.home-logged-in .authorized-book-item img{width:82px;height:auto;aspect-ratio:3/4;display:block;border-radius:6px;object-fit:cover;background:#f5f5f7;box-shadow:0 10px 24px rgba(0,0,0,.085)}.showcase-home.home-logged-in .authorized-book-item div{min-width:0}.showcase-home.home-logged-in .authorized-book-item span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f5f5f7;color:#6e6e73;font-size:11px;font-weight:700;line-height:1}.showcase-home.home-logged-in .authorized-book-item h3{margin:12px 0 0;color:#1d1d1f;font-size:18px;font-weight:740;line-height:1.22}.showcase-home.home-logged-in .authorized-book-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.showcase-home.home-logged-in .authorized-book-actions a{display:inline-flex;min-height:34px;padding:0 13px;align-items:center;justify-content:center;border-radius:999px;font-size:13px;font-weight:700;line-height:1;text-decoration:none}.showcase-home.home-logged-in .authorized-book-actions a:first-child{background:#0071e3;color:#fff}.showcase-home.home-logged-in .authorized-book-actions a:last-child{border:1px solid rgba(0,0,0,.08);background:#fff;color:#1d1d1f}.showcase-home.home-logged-in .recent-reading-strip{display:flex;min-height:116px;padding:22px 24px;align-items:center;justify-content:space-between;gap:24px;border:1px solid rgba(0,0,0,.06);border-radius:8px;background:rgba(255,255,255,.8);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 12px 34px rgba(0,0,0,.035)}.showcase-home.home-logged-in .recent-reading-copy{display:grid;min-width:0;gap:6px}.showcase-home.home-logged-in .recent-reading-copy>span{color:#86868b;font-size:12px;font-weight:700}.showcase-home.home-logged-in .recent-reading-copy>strong{overflow:hidden;color:#1d1d1f;font-size:21px;font-weight:740;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.showcase-home.home-logged-in .recent-reading-copy>p{margin:0;color:#6e6e73;font-size:14px;line-height:1.4}.showcase-home.home-logged-in .recent-reading-action{display:flex;flex:0 0 auto;align-items:center;gap:16px}.showcase-home.home-logged-in .recent-reading-action b{color:#1d1d1f;font-size:22px;font-weight:740}.showcase-home.home-logged-in .recent-reading-action a{display:inline-flex;min-height:42px;padding:0 20px;align-items:center;justify-content:center;border-radius:999px;background:#0071e3;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.showcase-home.home-logged-in .library-books-panel{display:grid;margin-top:18px;gap:14px}.showcase-home.home-logged-in .library-books-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.showcase-home.home-logged-in .library-books-head h3{margin:0;color:#1d1d1f;font-size:21px;font-weight:740}.showcase-home.home-logged-in .library-books-head span{color:#86868b;font-size:13px;font-weight:650}.showcase-home.home-logged-in .library-book-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.showcase-home.home-logged-in .library-book-card{display:grid;min-width:0;min-height:246px;padding:20px;grid-template-columns:108px minmax(0,1fr);gap:20px;align-items:center;border:1px solid rgba(0,0,0,.055);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 10px 28px rgba(0,0,0,.032)}.showcase-home.home-logged-in .library-book-cover{display:block;width:108px;color:inherit;text-decoration:none}.showcase-home.home-logged-in .library-book-cover img{display:block;width:108px;height:auto;aspect-ratio:3/4;border-radius:7px;object-fit:cover;background:#f5f5f7;box-shadow:0 12px 28px rgba(0,0,0,.085)}.showcase-home.home-logged-in .library-book-content{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.showcase-home.home-logged-in .library-book-edition{display:block;width:100%;overflow:hidden;color:#86868b;font-size:11px;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.showcase-home.home-logged-in .library-book-content h3{display:-webkit-box;width:100%;margin:8px 0 0;overflow:hidden;color:#1d1d1f;font-size:19px;font-weight:740;line-height:1.25;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.showcase-home.home-logged-in .library-book-content h3 a{color:inherit;text-decoration:none}.showcase-home.home-logged-in .library-book-content>p{margin:7px 0 0;color:#86868b;font-size:12px;line-height:1.35}.showcase-home.home-logged-in .library-book-progress{width:100%;height:4px;margin-top:12px;overflow:hidden;border-radius:999px;background:#e8e8ed}.showcase-home.home-logged-in .library-book-progress span{display:block;height:100%;border-radius:inherit;background:#0071e3}.showcase-home.home-logged-in .library-book-metrics{display:flex;width:100%;margin-top:10px;gap:14px;flex-wrap:wrap}.showcase-home.home-logged-in .library-book-metrics span{display:inline-flex;align-items:baseline;gap:4px;color:#86868b;font-size:11px;font-weight:650}.showcase-home.home-logged-in .library-book-metrics strong{color:#1d1d1f;font-size:13px;font-weight:740}.showcase-home.home-logged-in .library-book-actions{display:flex;margin-top:14px;align-items:center;gap:12px;flex-wrap:wrap}.showcase-home.home-logged-in .library-book-actions a{color:#0066cc;font-size:12px;font-weight:700;text-decoration:none}.showcase-home.home-logged-in .library-book-actions .primary-link{display:inline-flex;min-height:32px;padding:0 13px;align-items:center;justify-content:center;border-radius:999px;background:#0071e3;color:#fff}.showcase-home.home-logged-in .library-empty-card{display:grid;min-height:210px;padding:36px;place-content:center;justify-items:center;gap:10px;border:1px solid rgba(0,0,0,.06);border-radius:8px;background:rgba(255,255,255,.8);text-align:center}.showcase-home.home-logged-in .library-empty-card strong{color:#1d1d1f;font-size:22px}.showcase-home.home-logged-in .library-empty-card p{margin:0;color:#86868b;font-size:14px}.showcase-home.home-logged-in .library-empty-card a{margin-top:8px;color:#0071e3;font-size:14px;font-weight:700;text-decoration:none}.showcase-home.home-logged-in .user-learning-shelf{margin:0 auto 72px;padding-top:72px;gap:0}.showcase-home.home-logged-in .user-learning-head{align-items:flex-end}.showcase-home.home-logged-in .user-learning-head h1{font-size:clamp(38px,4.4vw,54px);letter-spacing:-.035em}.showcase-home.home-logged-in .user-learning-head p{max-width:580px;margin:12px 0 0;color:#6e6e73;font-size:16px;line-height:1.5}.showcase-home.home-logged-in .continue-reading-card{position:relative;display:grid;min-height:142px;margin-top:32px;padding:26px 30px 30px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:20px;overflow:hidden;border:1px solid rgba(0,113,227,.1);border-radius:18px;background:radial-gradient(circle at 88% 15%,rgba(92,163,255,.16),transparent 36%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(240,246,255,.92));box-shadow:0 18px 50px rgba(43,83,132,.08)}.showcase-home.home-logged-in .continue-reading-cover{display:block;width:46px;color:inherit;text-decoration:none;transition:transform .2s ease}.showcase-home.home-logged-in .continue-reading-cover:hover{transform:translateY(-2px)}.showcase-home.home-logged-in .continue-reading-cover img{display:block;width:46px;height:auto;aspect-ratio:3/4;border-radius:4px;object-fit:cover;box-shadow:0 8px 18px rgba(0,0,0,.15)}.showcase-home.home-logged-in .continue-reading-copy{display:grid;min-width:0;gap:5px}.showcase-home.home-logged-in .continue-reading-copy>span{color:#0066cc;font-size:12px;font-weight:740}.showcase-home.home-logged-in .continue-reading-copy h3{margin:0;overflow:hidden;color:#1d1d1f;font-size:22px;font-weight:740;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.showcase-home.home-logged-in .continue-reading-copy p{margin:0;color:#6e6e73;font-size:13px;line-height:1.4}.showcase-home.home-logged-in .continue-reading-action a{display:inline-flex;min-height:42px;padding:0 20px;align-items:center;justify-content:center;border-radius:999px;background:#0071e3;color:#fff;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 8px 18px rgba(0,113,227,.16)}.showcase-home.home-logged-in .continue-reading-progress{position:absolute;right:0;bottom:0;left:0;height:4px;background:rgba(0,113,227,.08)}.showcase-home.home-logged-in .continue-reading-progress span{display:block;height:100%;background:#0071e3}.showcase-home.home-logged-in .library-books-panel{margin-top:48px}.showcase-home.home-logged-in .library-books-head h3{font-size:26px;letter-spacing:-.02em}.showcase-home.home-logged-in .library-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,230px));gap:42px 34px;align-items:start}.showcase-home.home-logged-in .library-tile-grid.book-count-1{grid-template-columns:230px;justify-content:center}.showcase-home.home-logged-in .library-tile-grid.book-count-2{grid-template-columns:repeat(2,230px);gap:72px;justify-content:center}.showcase-home.home-logged-in .library-tile-grid.book-count-3{grid-template-columns:repeat(3,230px);gap:54px;justify-content:center}.showcase-home.home-logged-in .library-book-tile{min-width:0}.showcase-home.home-logged-in .library-tile-cover-wrap{position:relative;width:176px}.showcase-home.home-logged-in .library-tile-cover{display:block;width:176px;color:inherit;text-decoration:none;transition:transform .22s ease}.showcase-home.home-logged-in .library-tile-cover:hover{transform:translateY(-3px)}.showcase-home.home-logged-in .library-tile-cover img{display:block;width:176px;height:auto;aspect-ratio:3/4;border-radius:10px;object-fit:cover;background:#e8e8ed;box-shadow:0 18px 36px rgba(0,0,0,.15)}.showcase-home.home-logged-in .library-tile-progress-badge{position:absolute;right:-9px;bottom:12px;display:inline-flex;min-width:45px;min-height:30px;padding:0 9px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:rgba(255,255,255,.88);color:#1d1d1f;font-size:12px;font-weight:760;box-shadow:0 8px 20px rgba(0,0,0,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.showcase-home.home-logged-in .library-tile-details{display:flex;min-width:0;margin-top:18px;flex-direction:column;align-items:flex-start}.showcase-home.home-logged-in .library-tile-edition{display:inline-flex;min-height:24px;padding:0 9px;align-items:center;border-radius:999px;background:rgba(0,113,227,.08);color:#0066cc;font-size:11px;font-weight:740;line-height:1}.showcase-home.home-logged-in .library-tile-details h3{display:-webkit-box;min-height:44px;margin:9px 0 0;overflow:hidden;color:#1d1d1f;font-size:17px;font-weight:740;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.showcase-home.home-logged-in .library-tile-details h3 a{color:inherit;text-decoration:none}.showcase-home.home-logged-in .library-tile-details>p{color:#86868b;font-size:12px;line-height:1.35}.showcase-home.home-logged-in .library-tile-spec{margin:8px 0 0}.showcase-home.home-logged-in .library-tile-last-read{margin:4px 0 0}.showcase-home.home-logged-in .library-tile-progress{width:100%;height:4px;margin-top:12px;overflow:hidden;border-radius:999px;background:#dedee3}.showcase-home.home-logged-in .library-tile-progress span{display:block;height:100%;border-radius:inherit;background:#0071e3}.showcase-home.home-logged-in .library-tile-metrics{display:flex;margin-top:9px;gap:7px 12px;flex-wrap:wrap;color:#6e6e73;font-size:11px;font-weight:650}.showcase-home.home-logged-in .library-tile-actions{display:flex;margin-top:14px;align-items:center;gap:13px}.showcase-home.home-logged-in .library-tile-actions a{color:#0066cc;font-size:12px;font-weight:700;text-decoration:none}.showcase-home.home-logged-in .library-tile-actions .primary-link{display:inline-flex;min-height:34px;padding:0 14px;align-items:center;justify-content:center;border-radius:999px;background:#0071e3;color:#fff}.showcase-home.home-logged-in .minimal-shelf{width:min(1120px,calc(100% - 48px));max-width:1120px;margin:0 auto;padding:0 0 86px;border-radius:0;background:transparent;box-shadow:none}.showcase-home.home-logged-in .minimal-section-head{display:flex;margin:0 0 18px;align-items:flex-end;justify-content:space-between;gap:16px}.showcase-home.home-logged-in .minimal-section-head h2{margin:0;color:#1d1d1f;font-size:clamp(30px,3vw,42px);font-weight:740;line-height:1.08}.showcase-home.home-logged-in .section-book-icon{display:none}.showcase-home.home-logged-in .shelf-help{color:#6e6e73;font-size:13px;font-weight:650;text-decoration:none}.showcase-home.home-logged-in .bookcase-grid,.showcase-home.home-logged-in .minimal-category{width:100%;max-width:1120px;margin:0 auto}.showcase-home.home-logged-in #kaoyan:before{display:none}.showcase-home.home-logged-in .minimal-tabs{display:grid;width:min(560px,100%);height:40px;margin:0 auto 24px;padding:3px;grid-template-columns:repeat(5,1fr);border:1px solid rgba(0,0,0,.075);border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.48),rgba(226,226,232,.58));box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 6px 18px rgba(0,0,0,.035);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px)}.showcase-home.home-logged-in .minimal-tabs button{display:inline-flex;min-height:32px;padding:0 14px;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:#1d1d1f;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;line-height:1;white-space:nowrap}.showcase-home.home-logged-in .minimal-tabs button.is-active{background:rgba(255,255,255,.84);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 1px 2px rgba(0,0,0,.08)}.showcase-home.home-logged-in .available-book-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.showcase-home.home-logged-in .featured-book-card{display:grid;min-height:280px;padding:28px;grid-template-columns:136px minmax(0,1fr);gap:24px;align-items:center;border:1px solid rgba(0,0,0,.06);border-radius:8px;background:#fff;box-shadow:0 12px 36px rgba(0,0,0,.04)}.showcase-home.home-logged-in .featured-book-cover{order:1;width:136px;max-width:136px;margin:0;padding:10px;border-radius:8px;background:#f5f5f7;box-shadow:0 14px 34px rgba(0,0,0,.1)}.showcase-home.home-logged-in .featured-book-cover img{display:block;width:100%;height:auto;max-width:100%;aspect-ratio:3/4;border-radius:6px;object-fit:cover}.showcase-home.home-logged-in .featured-book-main{order:2;display:flex;min-width:0;flex-direction:column;align-items:flex-start;text-align:left}.showcase-home.home-logged-in .book-pill{display:inline-flex;margin:0 0 14px;padding:6px 10px;border-radius:999px;background:#f5f5f7;color:#6e6e73;font-size:12px;font-weight:700;line-height:1}.showcase-home.home-logged-in .featured-book-main h3{margin:0;color:#1d1d1f;font-size:24px;font-weight:760;line-height:1.16}.showcase-home.home-logged-in .featured-book-tags{display:flex;margin-top:16px;gap:8px;flex-wrap:wrap}.showcase-home.home-logged-in .featured-book-tags span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f5f5f7;color:#6e6e73;font-size:12px;font-weight:700}.showcase-home.home-logged-in .featured-book-actions{display:flex;margin-top:20px}.showcase-home.home-logged-in .featured-book-actions .primary-link{display:inline-flex;min-height:40px;padding:0 18px;align-items:center;justify-content:center;border-radius:999px;background:#0071e3;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.showcase-home.home-logged-in .featured-book-actions .coming-soon-status{min-height:40px;font-size:14px}.showcase-home.home-logged-in .minimal-footer{display:flex;gap:18px;flex-wrap:wrap;width:100%;max-width:none;min-height:72px;margin:0;padding:0 24px;align-items:center;justify-content:center;border-top:1px solid rgba(0,0,0,.08);background:#f5f5f7;color:#86868b;font-size:13px}.showcase-home.home-logged-in .minimal-footer a{color:#86868b;font-size:13px;font-weight:500;text-decoration:none}@media (max-width:900px){.showcase-home.home-logged-in .authorized-books-list,.showcase-home.home-logged-in .available-book-grid,.showcase-home.home-logged-in .library-book-grid,.showcase-home.home-logged-in .user-learning-grid{grid-template-columns:1fr}.showcase-home.home-logged-in .featured-book-card{grid-template-columns:150px minmax(0,1fr)}.showcase-home.home-logged-in .featured-book-cover{width:150px;max-width:150px}}@media (max-width:640px){.showcase-home.home-logged-in .minimal-nav{height:56px;padding:0 14px 0 16px;gap:10px}.showcase-home.home-logged-in .minimal-brand em,.showcase-home.home-logged-in .minimal-nav nav a[href="#library"],.showcase-home.home-logged-in .minimal-nav nav a[href="/#library"],.showcase-home.home-logged-in .minimal-search{display:none}.showcase-home.home-logged-in .minimal-nav-actions{min-width:0;flex:0 1 auto;gap:6px}.showcase-home.home-logged-in .minimal-nav nav{min-width:0;flex:0 1 auto;gap:5px}.showcase-home.home-logged-in .minimal-nav nav a,.showcase-home.home-logged-in .minimal-nav nav button{min-width:0;min-height:32px;padding:0 9px;font-size:13px}.showcase-home.home-logged-in .minimal-hero{min-height:196px;padding:40px 18px 28px}.showcase-home.home-logged-in .showcase-copy h1{font-size:38px}.showcase-home.home-logged-in .showcase-copy p{width:min(300px,100%);font-size:15px}.showcase-home.home-logged-in .minimal-shelf,.showcase-home.home-logged-in .user-learning-shelf{width:calc(100% - 32px)}.showcase-home.home-logged-in .user-learning-shelf{padding-top:42px}.showcase-home.home-logged-in .user-learning-head{display:grid;align-items:start}.showcase-home.home-logged-in .user-learning-head h1{font-size:34px}.showcase-home.home-logged-in .user-learning-head p{margin-top:10px;font-size:14px}.showcase-home.home-logged-in .user-learning-actions{justify-content:flex-start}.showcase-home.home-logged-in .continue-reading-card{min-height:0;margin-top:26px;padding:20px 18px 22px;grid-template-columns:38px minmax(0,1fr);gap:14px;border-radius:16px}.showcase-home.home-logged-in .continue-reading-cover,.showcase-home.home-logged-in .continue-reading-cover img{width:38px}.showcase-home.home-logged-in .continue-reading-copy h3{display:-webkit-box;overflow:hidden;font-size:17px;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.showcase-home.home-logged-in .continue-reading-copy p{font-size:12px}.showcase-home.home-logged-in .continue-reading-action{grid-column:1/-1}.showcase-home.home-logged-in .continue-reading-action a{width:100%;min-height:40px}.showcase-home.home-logged-in .library-books-panel{margin-top:38px;gap:18px}.showcase-home.home-logged-in .library-books-head h3{font-size:23px}.showcase-home.home-logged-in .library-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 18px}.showcase-home.home-logged-in .library-tile-grid.book-count-1{grid-template-columns:minmax(0,1fr);justify-content:stretch}.showcase-home.home-logged-in .library-tile-grid.book-count-2,.showcase-home.home-logged-in .library-tile-grid.book-count-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 18px;justify-content:stretch}.showcase-home.home-logged-in .library-tile-cover,.showcase-home.home-logged-in .library-tile-cover img,.showcase-home.home-logged-in .library-tile-cover-wrap{width:100%}.showcase-home.home-logged-in .library-tile-details{margin-top:15px}.showcase-home.home-logged-in .library-tile-details h3{min-height:38px;font-size:15px}.showcase-home.home-logged-in .library-tile-details>p,.showcase-home.home-logged-in .library-tile-edition,.showcase-home.home-logged-in .library-tile-metrics{font-size:10px}.showcase-home.home-logged-in .library-tile-actions{width:100%;gap:9px;flex-wrap:wrap}.showcase-home.home-logged-in .library-tile-actions a{font-size:11px}.showcase-home.home-logged-in .library-tile-actions .primary-link{min-height:32px;padding:0 11px}.showcase-home.home-logged-in .recent-reading-strip{display:grid;padding:20px;gap:18px}.showcase-home.home-logged-in .recent-reading-copy>strong{display:-webkit-box;overflow:hidden;font-size:18px;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.showcase-home.home-logged-in .recent-reading-action{width:100%;justify-content:space-between}.showcase-home.home-logged-in .recent-reading-action a{min-height:38px;padding:0 17px;font-size:13px}.showcase-home.home-logged-in .library-books-panel{margin-top:12px}.showcase-home.home-logged-in .library-book-card{min-height:218px;padding:16px;grid-template-columns:84px minmax(0,1fr);gap:15px;align-items:start}.showcase-home.home-logged-in .library-book-cover,.showcase-home.home-logged-in .library-book-cover img{width:84px}.showcase-home.home-logged-in .library-book-content h3{font-size:16px}.showcase-home.home-logged-in .library-book-metrics{gap:8px 12px}.showcase-home.home-logged-in .library-book-actions{gap:10px}.showcase-home.home-logged-in .authorized-books-head{align-items:flex-start;flex-direction:column-reverse;gap:4px}.showcase-home.home-logged-in .user-learning-card{grid-template-columns:1fr;gap:24px;padding:28px 18px 30px;justify-items:center;text-align:center}.showcase-home.home-logged-in .user-learning-card img{width:min(216px,66vw);height:auto;aspect-ratio:3/4}.showcase-home.home-logged-in .user-learning-cover-link{width:min(216px,66vw)}.showcase-home.home-logged-in .user-learning-main{align-items:center;text-align:center}.showcase-home.home-logged-in .user-learning-main h3{font-size:24px;text-align:center}.showcase-home.home-logged-in .user-learning-links{justify-content:center}.showcase-home.home-logged-in .user-learning-links a{width:min(210px,calc(100vw - 96px))}.showcase-home.home-logged-in .authorized-book-item{grid-template-columns:76px minmax(0,1fr);padding:14px}.showcase-home.home-logged-in .authorized-book-item img{width:76px;height:auto;aspect-ratio:3/4}.showcase-home.home-logged-in .authorized-book-item h3{font-size:17px}.showcase-home.home-logged-in .authorized-book-actions a{min-height:32px;padding:0 11px;font-size:12px}.showcase-home.home-logged-in .minimal-section-head{display:grid;justify-content:center;justify-items:center;text-align:center}.showcase-home.home-logged-in .minimal-tabs{display:flex;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.showcase-home.home-logged-in .minimal-tabs::-webkit-scrollbar{display:none}.showcase-home.home-logged-in .minimal-tabs button{flex:0 0 auto;min-width:62px;padding:0 10px;font-size:12px}.showcase-home.home-logged-in .featured-book-card{grid-template-columns:1fr;gap:24px;padding:30px 18px;justify-items:center;text-align:center}.showcase-home.home-logged-in .featured-book-cover{width:min(216px,66vw);max-width:min(216px,66vw)}.showcase-home.home-logged-in .featured-book-main{align-items:center;text-align:center}.showcase-home.home-logged-in .featured-book-main h3{font-size:23px;text-align:center}}.showcase-home.home-logged-in .library-books-panel{margin-top:46px;gap:24px}.showcase-home.home-logged-in .library-books-head{padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.1)}.showcase-home.home-logged-in .library-books-head h2,.showcase-home.home-logged-in .library-books-head h3{font-size:clamp(30px,3vw,42px);line-height:1.08}@media (max-width:640px){.showcase-home.home-logged-in .library-books-panel{margin-top:36px;gap:18px}.showcase-home.home-logged-in .library-books-head{padding-bottom:15px}.showcase-home.home-logged-in .library-books-head h2,.showcase-home.home-logged-in .library-books-head h3{font-size:28px}}