.reader-profile{--reader-bg:#0a0a0c;--reader-surface:#111114;--reader-surface-soft:#151518;--reader-border:#29292e;--reader-muted:#a1a1aa;--reader-foreground:#f4f4f5;--reader-primary:#dc2638;background:var(--reader-bg);min-height:100vh;color:var(--reader-foreground)}.reader-profile__canvas{width:min(100%,1200px);margin-inline:auto;padding:24px 16px 72px}.reader-profile__stack{gap:16px;min-width:0;display:grid}.reader-profile__stack>[data-slot=tabs]{width:100%;min-width:0;max-width:100%}.reader-profile__hero{border-bottom:1px solid var(--reader-border);overflow:hidden}.reader-profile__cover{border:1px solid var(--reader-border);background:var(--reader-surface);border-bottom:0;border-radius:18px 18px 0 0;height:176px;position:relative;overflow:hidden}.reader-profile__cover-overlay{background:linear-gradient(#0003,#0a0a0cb8),linear-gradient(270deg,#0000 35%,#0a0a0cad);position:absolute;inset:0}.reader-profile__owner-actions{z-index:2;inset-block-start:18px;gap:8px;display:flex;position:absolute;left:18px}.reader-profile__action{color:#fff;backdrop-filter:blur(10px);background:#0a0a0ca3;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:44px;height:44px;padding-inline:13px;font-size:.8rem;font-weight:600;transition:border-color .16s,background-color .16s,transform .16s;display:inline-flex}.reader-profile__action:hover{background:#141417e6;border-color:#dc2638b8;transform:translateY(-1px)}.reader-profile__action:focus-visible{outline:2px solid var(--reader-primary);outline-offset:2px}.reader-profile__identity{z-index:3;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;min-height:102px;margin-top:-66px;padding:0 24px 18px;display:grid;position:relative}.reader-profile__avatar{align-self:start}.reader-profile__avatar>span{width:112px!important;height:112px!important}.reader-profile__identity-copy{min-width:0;padding-top:68px}.reader-profile__name-row{flex-wrap:wrap;align-items:baseline;gap:8px 12px;display:flex}.reader-profile__name{color:var(--reader-foreground);font-size:clamp(1.65rem,2.6vw,2.05rem);font-weight:800;line-height:1.1}.reader-profile__handle,.reader-profile__bio,.reader-profile__relationship-label{color:var(--reader-muted)}.reader-profile__handle{font-size:.9rem}.reader-profile__bio-group{max-width:62ch;margin-top:6px}.reader-profile__bio{max-width:62ch;margin:0;font-size:.9rem;line-height:1.65}.reader-profile__bio[data-collapsed=true]{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.reader-profile__bio-toggle{min-height:40px;color:var(--reader-primary);cursor:pointer;text-align:start;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;margin-top:4px;padding:6px 0;font-size:.8rem;font-weight:700;line-height:1.2;transition:color .16s;display:inline-flex}.reader-profile__bio-toggle:hover{color:var(--reader-foreground)}.reader-profile__bio-toggle:focus-visible{outline:2px solid var(--reader-primary);outline-offset:3px}.reader-profile__relationships{flex-wrap:wrap;align-items:center;gap:12px 18px;margin-top:8px;font-size:.84rem;display:flex}.reader-profile__relationship{align-items:center;gap:5px;display:inline-flex}.reader-profile__relationship-button{cursor:pointer;color:inherit;font:inherit;text-align:start;background:0 0;border:0;padding:2px 0}.reader-profile__relationship-button:hover strong,.reader-profile__relationship-button:focus-visible strong{color:var(--reader-primary)}.reader-profile__follow-button{border:1px solid var(--reader-primary);min-height:36px;color:var(--reader-foreground);background:0 0;border-radius:9px;align-items:center;gap:7px;padding-inline:14px;font-size:.78rem;font-weight:700;display:inline-flex}.reader-profile__follow-button[data-following=false]{background:var(--reader-primary)}.reader-profile__progress-band{border-block:1px solid var(--reader-border);background:var(--reader-surface);grid-template-columns:minmax(145px,.75fr) minmax(260px,2fr) minmax(120px,.55fr) minmax(120px,.55fr);align-items:center;gap:18px;padding:18px 24px;display:grid}.reader-profile__level{min-width:0}.reader-profile__eyebrow{color:var(--reader-muted);font-size:.76rem;font-weight:600}.reader-profile__rank{color:var(--reader-primary);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.95rem;font-weight:800;overflow:hidden}.reader-profile__progress-copy{color:var(--reader-muted);justify-content:space-between;gap:12px;margin-bottom:8px;font-size:.76rem;display:flex}.reader-profile__progress-track{background:#303035;border-radius:999px;height:4px;overflow:hidden}.reader-profile__progress-fill{border-radius:inherit;background:var(--reader-primary);height:100%}.reader-profile__metric{border-inline-start:1px solid var(--reader-border);padding-inline-start:18px}.reader-profile__metric strong{color:var(--reader-foreground);margin-top:3px;font-size:1rem;display:block}.reader-profile__tabs{background:#252528;border:1px solid #303035;border-radius:999px;width:100%;min-width:0;max-width:100%;padding:7px;position:relative;overflow:hidden}.reader-profile__tabs-list{background:0 0;justify-content:stretch;align-items:center;gap:6px;width:100%;min-width:0;display:flex}.reader-profile__tab{color:#b8b8bd;border-radius:999px;flex:1 1 0;justify-content:center;align-items:center;min-width:0;min-height:50px;padding:0 18px;font-size:.96rem;font-weight:500;transition:background-color .16s,color .16s;display:inline-flex;position:relative}.reader-profile__tab:hover{color:var(--reader-foreground);background:#303035}.reader-profile__tab[data-selected=true]{color:var(--reader-foreground);background:#505057}.reader-profile__tab-content{white-space:nowrap;justify-content:center;align-items:center;gap:10px;display:inline-flex}.reader-profile__tab-content svg{flex:none;width:21px;height:21px}.reader-profile__tab-indicator{display:none}.reader-profile__tab[data-selected=true]:after{content:none}.reader-profile__panel{padding-top:22px}.reader-profile__overview-grid,.reader-profile__posts-layout,.reader-profile__library-layout,.reader-profile__history-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:22px;display:grid}.reader-profile__overview{gap:18px;display:grid}.reader-profile__stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.reader-profile__stat-card{border:1px solid var(--reader-border);background:var(--reader-surface);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:144px;padding:18px 14px;display:flex}.reader-profile__stat-icon{border-radius:50%;place-items:center;width:46px;height:46px;margin-bottom:12px;transition:transform .18s;display:grid}.reader-profile__stat-card:hover .reader-profile__stat-icon{transform:translateY(-2px)scale(1.05)}.reader-profile__stat-icon svg{width:22px;height:22px}.reader-profile__stat-card-label{overflow-wrap:anywhere;color:var(--reader-muted);font-size:.9rem;font-weight:500;line-height:1.35}.reader-profile__stat-card-value{color:var(--reader-foreground);margin-top:3px;font-size:1.45rem;font-weight:700;line-height:1.2}.reader-profile__section,.reader-profile__sidebar{border:1px solid var(--reader-border);background:var(--reader-surface)}.reader-profile__section{min-width:0}.reader-profile__section-header{border-bottom:1px solid var(--reader-border);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:0 20px;display:flex}.reader-profile__section-title{color:var(--reader-foreground);align-items:center;gap:9px;font-size:1.05rem;font-weight:800;display:flex}.reader-profile__section-title:before{background:var(--reader-primary);content:"";border-radius:999px;width:3px;height:22px}.reader-profile__section-action{color:var(--reader-primary);font-size:.78rem;font-weight:700}.reader-profile__activity-list{position:relative}.reader-profile__activity{border-bottom:1px solid var(--reader-border);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:92px;padding:16px 20px;display:grid}.reader-profile__activity:last-child{border-bottom:0}.reader-profile__activity-main{align-items:center;gap:12px;min-width:0;display:flex}.reader-profile__activity-icon{width:36px;height:36px;color:var(--reader-primary);border:1px solid #dc263880;border-radius:50%;flex:none;place-items:center;display:grid}.reader-profile__activity-title{color:var(--reader-foreground);font-size:.92rem;font-weight:750}.reader-profile__activity-date{color:var(--reader-muted);margin-top:4px;font-size:.74rem}.reader-profile__xp{color:var(--reader-primary);white-space:nowrap;border:1px solid #dc263894;border-radius:7px;padding:6px 9px;font-size:.78rem;font-weight:800}.reader-profile__sidebar{padding:18px}.reader-profile__sidebar+.reader-profile__sidebar{margin-top:14px}.reader-profile__sidebar-title{border-bottom:1px solid var(--reader-border);color:var(--reader-foreground);align-items:center;gap:8px;margin-bottom:12px;padding-bottom:12px;font-size:.92rem;font-weight:800;display:flex}.reader-profile__sidebar-title:before{background:var(--reader-primary);content:"";border-radius:999px;width:3px;height:18px}.reader-profile__stat-list{display:grid}.reader-profile__stat{border-bottom:1px solid var(--reader-border);justify-content:space-between;align-items:center;gap:12px;min-height:46px;display:flex}.reader-profile__stat:last-child{border-bottom:0}.reader-profile__stat-label{color:var(--reader-muted);align-items:center;gap:9px;font-size:.8rem;display:inline-flex}.reader-profile__stat-label svg{color:var(--reader-foreground)}.reader-profile__stat-value{color:var(--reader-foreground);font-size:.98rem;font-weight:800}.reader-profile__people-sections{gap:18px;display:grid}.reader-profile__relationship-summary{gap:8px;display:grid}.reader-profile__relationship-summary-item{cursor:pointer;border:1px solid var(--reader-border);background:color-mix(in srgb, var(--reader-surface) 72%, transparent);min-height:66px;color:var(--reader-foreground);text-align:start;border-radius:12px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;transition:border-color .16s,background-color .16s,transform .16s;display:grid}.reader-profile__relationship-summary-item:hover,.reader-profile__relationship-summary-item:focus-visible{border-color:var(--reader-primary);background:color-mix(in srgb, var(--reader-primary) 8%, var(--reader-surface))}.reader-profile__relationship-summary-item:active{transform:translateY(1px)}.reader-profile__relationship-summary-icon{background:color-mix(in srgb, var(--reader-primary) 12%, transparent);width:34px;height:34px;color:var(--reader-primary);border-radius:10px;place-items:center;display:grid}.reader-profile__relationship-summary-copy{gap:2px;display:grid}.reader-profile__relationship-summary-copy strong{font-size:.98rem}.reader-profile__relationship-summary-copy span{color:var(--reader-muted);font-size:.76rem}.reader-profile__relationship-summary-arrow{color:var(--reader-muted)}.reader-profile__relationships-dialog{color:#f4f4f5;background:#0a0a0c;border-color:#29292e;box-shadow:0 24px 80px #0009}.reader-profile__relationships-dialog-header{background:#111114}body:has(.reader-profile__relationships-dialog) [data-slot=dialog-overlay]{backdrop-filter:blur(8px);background:#000000db}.reader-profile__relationships-dialog-person{border-bottom:1px solid var(--reader-border);min-height:58px;color:var(--reader-foreground);align-items:center;gap:11px;padding:9px 4px;display:flex}.reader-profile__relationships-dialog-person:last-child{border-bottom:0}.reader-profile__relationships-dialog-person:hover,.reader-profile__relationships-dialog-person:focus-visible{color:var(--reader-primary)}.reader-profile__relationships-dialog-status{min-height:110px;color:var(--reader-muted);text-align:center;justify-content:center;align-items:center;gap:8px;font-size:.82rem;display:flex}.reader-profile__people-title{color:var(--reader-foreground);margin-bottom:8px;font-size:.8rem;font-weight:750}.reader-profile__empty{color:var(--reader-muted);padding:12px 0 4px;font-size:.76rem;line-height:1.7}.reader-profile__people{overscroll-behavior:contain;scrollbar-width:thin;flex-wrap:wrap;align-content:flex-start;gap:8px;max-height:230px;padding:2px;display:flex;overflow-y:auto}.reader-profile__person{border:1px solid var(--reader-border);min-width:0;color:var(--reader-foreground);align-items:center;gap:8px;padding:7px 9px;display:inline-flex}.reader-profile__composer{border:1px solid var(--reader-border);background:var(--reader-surface);margin-bottom:14px;padding:14px}.reader-profile__composer button{border-radius:8px;min-height:44px}.reader-profile__post-feed{border:1px solid var(--reader-border);background:var(--reader-surface);overflow:hidden}.reader-profile__post{cursor:pointer;border-bottom:1px solid var(--reader-border);background:0 0;transition:background-color .16s}.reader-profile__post:last-child{border-bottom:0}.reader-profile__post:hover{background:#ffffff06}.reader-profile__library-main,.reader-profile__history-main{min-width:0}.reader-profile__library-layout,.reader-profile__posts-layout{grid-template-columns:minmax(0,1fr)}.reader-profile__library-aside,.reader-profile__posts-aside{order:-1}.reader-profile__library-aside .reader-profile__stat-list,.reader-profile__posts-aside .reader-profile__stat-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 18px}.reader-profile__library-aside .reader-profile__stat,.reader-profile__posts-aside .reader-profile__stat{border-bottom:0;border-inline-end:1px solid var(--reader-border);min-height:58px;padding-inline:14px}.reader-profile__library-aside .reader-profile__stat:first-child,.reader-profile__posts-aside .reader-profile__stat:first-child{padding-inline-start:0}.reader-profile__library-aside .reader-profile__stat:last-child,.reader-profile__posts-aside .reader-profile__stat:last-child{border-inline-end:0;padding-inline-end:0}.reader-profile__page-heading{margin-bottom:18px}.reader-profile__page-heading h2{color:var(--reader-foreground);align-items:center;gap:9px;font-size:1.55rem;font-weight:850;display:flex}.reader-profile__page-heading h2:before{background:var(--reader-primary);content:"";border-radius:999px;width:3px;height:28px}.reader-profile__page-heading p{color:var(--reader-muted);margin-top:5px;font-size:.82rem}.reader-profile__filter-list{border:1px solid var(--reader-border);background:var(--reader-surface);border-radius:999px;gap:8px;width:max-content;min-width:100%;padding:6px;display:flex}.reader-profile__filter{min-height:42px;color:var(--reader-muted);border:1px solid #0000;border-radius:999px;padding:0 15px;font-size:.8rem;font-weight:700;position:relative}.reader-profile__filter[data-state=active]{border-color:color-mix(in srgb, var(--reader-primary) 70%, transparent);background:color-mix(in srgb, var(--reader-primary) 16%, var(--reader-surface-soft));color:var(--reader-foreground)}.reader-profile__filter:hover:not([data-state=active]){color:var(--reader-foreground);background:#ffffff0b}.reader-profile__filter-count{min-width:22px;min-height:22px;color:var(--reader-foreground);background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;margin-inline-start:7px;padding-inline:6px;font-size:.72rem;line-height:1;display:inline-flex}.reader-profile__filter[data-state=active] .reader-profile__filter-count{background:var(--reader-primary);color:#fff}.reader-profile__bookmark-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 14px;min-height:360px;padding-top:18px;display:grid}.reader-profile__bookmark-item{min-width:0}.reader-profile__history-list{border:1px solid var(--reader-border);background:var(--reader-surface);overflow:hidden}.reader-profile__history-row{border-bottom:1px solid var(--reader-border);grid-template-columns:64px minmax(0,1fr) minmax(110px,180px) auto;align-items:center;gap:16px;padding:12px 16px;display:grid}.reader-profile__history-row:last-child{border-bottom:0}.reader-profile__history-cover{aspect-ratio:3/4;border:1px solid var(--reader-border);background:var(--reader-surface-soft);border-radius:6px;width:64px;position:relative;overflow:hidden}.reader-profile__history-title{color:var(--reader-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:800;overflow:hidden}.reader-profile__history-meta{color:var(--reader-muted);margin-top:4px;font-size:.74rem}.reader-profile__history-progress{min-width:0}.reader-profile__history-progress-copy{color:var(--reader-muted);justify-content:space-between;margin-bottom:6px;font-size:.7rem;display:flex}.reader-profile__continue{border:1px solid var(--reader-primary);min-height:40px;color:var(--reader-primary);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-size:.75rem;font-weight:800;display:inline-flex}.reader-profile__comments-layout{grid-template-columns:minmax(0,1fr);gap:22px;display:grid}.reader-profile__comments-main{min-width:0}.reader-profile__comments-list{border:1px solid var(--reader-border);background:var(--reader-surface);overflow:hidden}.reader-profile__comment{border-bottom:1px solid var(--reader-border);grid-template-columns:42px minmax(0,1fr);gap:13px;padding:18px 20px;display:grid}.reader-profile__comment:last-child{border-bottom:0}.reader-profile__comment-icon{width:42px;height:42px;color:var(--reader-primary);background:#dc263814;border:1px solid #dc263875;border-radius:50%;place-items:center;display:grid}.reader-profile__comment-main{min-width:0}.reader-profile__comment-meta{color:var(--reader-muted);align-items:center;gap:9px;font-size:.74rem;display:flex}.reader-profile__comment-meta time{color:var(--reader-muted)}.reader-profile__comment-kind{color:var(--reader-foreground);font-size:.84rem;font-weight:800}.reader-profile__comment-content{color:var(--reader-foreground);margin-top:8px}.reader-profile__comment-content p:first-child{margin-top:0}.reader-profile__comment-content p:last-child{margin-bottom:0}.reader-profile__comment-images{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.reader-profile__comment-image{border:1px solid var(--reader-border);object-fit:cover;border-radius:8px;max-width:min(180px,100%);max-height:180px}.reader-profile__comment-target{max-width:100%;color:var(--reader-primary);background:#dc263812;border:1px solid #dc26386b;border-radius:999px;align-items:center;gap:6px;margin-top:13px;padding:7px 10px;font-size:.76rem;font-weight:750;transition:background-color .16s,border-color .16s;display:inline-flex}.reader-profile__comment-target:hover,.reader-profile__comment-target:focus-visible{border-color:var(--reader-primary);background:#dc263824}.reader-profile__comments-empty{border:1px solid var(--reader-border);background:var(--reader-surface);min-height:240px;color:var(--reader-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 20px;display:flex}.reader-profile__comments-empty svg{color:var(--reader-primary)}.reader-profile__private-profile{border:1px solid var(--reader-border);background:var(--reader-surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:260px;padding:36px 24px;display:flex}.reader-profile__private-profile-icon{width:58px;height:58px;color:var(--reader-primary);background:#dc263814;border:1px solid #dc263875;border-radius:50%;place-items:center;display:grid}.reader-profile__private-profile h2{color:var(--reader-foreground);font-size:1.25rem;font-weight:850}.reader-profile__private-profile p{max-width:520px;color:var(--reader-muted);font-size:.82rem}.reader-profile__chapter-toggle{min-height:36px;color:var(--reader-muted);align-items:center;gap:6px;font-size:.72rem;display:inline-flex}.reader-profile__chapter-list{border-top:1px solid var(--reader-border);grid-column:2/-1;max-height:210px;padding-top:8px;overflow-y:auto}.reader-profile__chapter{min-height:36px;color:var(--reader-muted);justify-content:space-between;align-items:center;gap:12px;padding:6px 8px;font-size:.72rem;display:flex}.reader-profile__chapter:hover{color:var(--reader-foreground);background:#ffffff06}.reader-profile__social{border:1px solid var(--reader-border);background:var(--reader-surface);padding:22px}@media (width<=900px){.reader-profile__overview-grid,.reader-profile__posts-layout,.reader-profile__library-layout,.reader-profile__history-layout{grid-template-columns:minmax(0,1fr) 280px;gap:16px}.reader-profile__progress-band{grid-template-columns:minmax(130px,.7fr) minmax(220px,1.6fr) repeat(2,minmax(90px,.45fr));padding-inline:18px}.reader-profile__library-layout,.reader-profile__posts-layout{grid-template-columns:minmax(0,1fr)}}@media (width<=720px){.reader-profile__canvas{padding:0 0 56px}.reader-profile__stack{gap:0}.reader-profile__cover{border:0;border-radius:0;height:132px}.reader-profile__cover-overlay{background:linear-gradient(#0000001f,#0a0a0ce6),linear-gradient(270deg,#0000 15%,#0a0a0c52)}.reader-profile__owner-actions{inset-block-start:12px;left:12px}.reader-profile__action{width:44px;padding:0}.reader-profile__action-label{display:none}.reader-profile__identity{grid-template-columns:84px minmax(0,1fr);min-height:118px;margin-top:-48px;padding:0 16px 16px}.reader-profile__identity-copy{padding-top:50px}.reader-profile__avatar>span{width:84px!important;height:84px!important}.reader-profile__name{font-size:1.45rem}.reader-profile__bio{font-size:.78rem}.reader-profile__bio-group{margin-top:4px}.reader-profile__bio[data-collapsed=true]{-webkit-line-clamp:5}.reader-profile__relationships{gap:8px 12px;margin-top:6px;font-size:.76rem}.reader-profile__follow-button{min-height:34px}.reader-profile__progress-band{grid-template-columns:1fr 1.2fr;gap:14px;padding:16px}.reader-profile__metric{border-inline-start:0;border-top:1px solid var(--reader-border);padding-inline-start:0;padding-top:12px}.reader-profile__hero.is-compact .reader-profile__cover{height:92px}.reader-profile__hero.is-compact .reader-profile__identity{grid-template-columns:68px minmax(0,1fr);min-height:86px;margin-top:-36px;padding-bottom:10px}.reader-profile__hero.is-compact .reader-profile__identity-copy{padding-top:36px}.reader-profile__hero.is-compact .reader-profile__bio-group,.reader-profile__hero.is-compact .reader-profile__relationships{display:none}.reader-profile__hero.is-compact .reader-profile__progress-band{grid-template-columns:minmax(112px,auto) minmax(0,1fr);padding-block:12px}.reader-profile__hero.is-compact .reader-profile__metric{display:none}.reader-profile__hero.is-compact .reader-profile__rank{font-size:.78rem}.reader-profile__hero.is-compact .reader-profile__eyebrow{font-size:.68rem}.reader-profile__tabs{overscroll-behavior-inline:contain;scrollbar-width:none;border-radius:999px;padding:5px;overflow-x:auto}.reader-profile__tabs::-webkit-scrollbar{display:none}.reader-profile__tabs-list{justify-content:flex-start;gap:4px;min-width:max-content}.reader-profile__tab{width:auto;inline-size:auto;flex:none;min-width:132px;min-height:46px;padding-inline:16px;font-size:.86rem}.reader-profile__tab-content{gap:8px}.reader-profile__tab-content svg{width:19px;height:19px}.reader-profile__panel{padding:18px 14px 0}.reader-profile__overview-grid,.reader-profile__posts-layout,.reader-profile__library-layout,.reader-profile__history-layout{grid-template-columns:1fr;gap:14px}.reader-profile__overview-main{order:1}.reader-profile__overview-aside{order:2}.reader-profile__overview{gap:14px}.reader-profile__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reader-profile__stat-card{min-height:122px;padding:14px 10px}.reader-profile__stat-icon{width:40px;height:40px;margin-bottom:9px}.reader-profile__stat-icon svg{width:20px;height:20px}.reader-profile__stat-card-label{font-size:.78rem}.reader-profile__stat-card-value{font-size:1.2rem}.reader-profile__section-header{min-height:56px;padding-inline:16px}.reader-profile__activity{grid-template-columns:minmax(0,1fr);gap:8px;min-height:82px;padding:14px 16px}.reader-profile__xp{border:0;width:fit-content;margin-inline-start:48px;padding:0}.reader-profile__stat-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.reader-profile__posts-aside{display:block}.reader-profile__post-feed,.reader-profile__composer{border-inline:0;margin-inline:-14px}.reader-profile__library-aside,.reader-profile__history-aside{order:-1}.reader-profile__library-aside .reader-profile__stat-list,.reader-profile__history-aside .reader-profile__stat-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.reader-profile__library-aside .reader-profile__stat,.reader-profile__history-aside .reader-profile__stat{border:0;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}.reader-profile__page-heading{margin-bottom:12px}.reader-profile__page-heading h2{font-size:1.35rem}.reader-profile__filter-scroll{scrollbar-width:none;overflow-x:auto}.reader-profile__filter-scroll::-webkit-scrollbar{display:none}.reader-profile__bookmark-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px;padding-top:16px}.reader-profile__history-row{grid-template-columns:56px minmax(0,1fr) auto;gap:12px;padding:12px}.reader-profile__history-cover{width:56px}.reader-profile__history-progress{grid-column:2/-1}.reader-profile__continue{grid-column:2/-1;width:100%;min-height:44px}.reader-profile__chapter-list{grid-column:1/-1}}
