:root{--bg: #050505;--surface-1: #0b0b0b;--surface-2: #101010;--surface-3: #141414;--card: #0a0a0a;--border: rgba(255, 255, 255, .05);--border-strong: rgba(255, 255, 255, .1);--text: #ffffff;--text-secondary: rgba(255, 255, 255, .6);--text-muted: rgba(255, 255, 255, .35);--accent: #ffffff;--ease: cubic-bezier(.4, 0, .2, 1);--t-ui: .2s;--t-page: .4s;--sidebar-w: 64px;font-family:Inter,SF Pro Display,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow:hidden}::selection{background:#ffffff26}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#ffffff29}::-webkit-scrollbar-track{background:transparent}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.app{display:flex;height:100vh;overflow:hidden}.main{flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--surface-1);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding:20px 0;gap:4px;z-index:20}.sidebar-logo{width:30px;height:30px;margin-bottom:24px;display:grid;place-items:center;color:var(--text)}.nav-item{position:relative;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:var(--text-muted);transition:color var(--t-ui) var(--ease),background var(--t-ui) var(--ease)}.nav-item:hover{color:var(--text-secondary);background:#ffffff0a}.nav-item.active{color:var(--text);background:#ffffff0f;box-shadow:0 0 18px #ffffff14}.nav-item.active:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px #fff9}.nav-spacer{flex:1}.content{padding:32px 40px 120px;display:flex;flex-direction:column;gap:48px;max-width:1500px}.content>section,.page>section{content-visibility:auto;contain-intrinsic-size:320px}.hero{position:relative;border-radius:22px;overflow:hidden;border:1px solid var(--border);background:var(--surface-1);min-height:340px;display:flex;align-items:flex-end}.hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.hero-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 100% at 0% 100%,#050505eb,#05050566 45%,#05050500 75%);pointer-events:none}.hero-text{position:relative;padding:48px;z-index:2}.hero-eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.hero-title{font-size:60px;line-height:1;font-weight:700;letter-spacing:-.03em;margin-bottom:16px}.hero-subtitle{font-size:17px;color:var(--text-secondary);max-width:520px;line-height:1.5}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.section-title{font-size:22px;font-weight:600;letter-spacing:-.02em}.section-sub{font-size:13px;color:var(--text-muted)}.row{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:8px;scrollbar-width:thin}.row::-webkit-scrollbar{height:6px}.card{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;width:160px;scroll-snap-align:start;cursor:pointer;text-align:left;transition:transform var(--t-ui) var(--ease)}.card:hover{transform:translateY(-2px)}.card-cover{position:relative;width:160px;height:240px;border-radius:14px;overflow:hidden;background:var(--card);border:1px solid var(--border);transition:border-color var(--t-ui) var(--ease),box-shadow var(--t-ui) var(--ease)}.card:hover .card-cover{border-color:var(--border-strong);box-shadow:0 12px 40px #0009}.card-cover img{width:100%;height:100%;object-fit:cover;transition:transform var(--t-ui) var(--ease)}.card:hover .card-cover img{transform:scale(1.03)}.card-cover.placeholder{display:grid;place-items:center;padding:16px;text-align:center}.card-cover.placeholder span{font-size:13px;color:var(--text-secondary);font-weight:500;line-height:1.35}.card-meta{padding:12px 2px 0}.card-title{font-size:14px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-author{font-size:12px;color:var(--text-muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-skeleton .card-cover{background:linear-gradient(100deg,var(--surface-1) 30%,var(--surface-3) 50%,var(--surface-1) 70%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#050505d1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;display:flex;flex-direction:column;align-items:center;padding:8vh 24px 24px;animation:fade-in var(--t-page) var(--ease)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.search-box{width:100%;max-width:760px;display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--border-strong);padding-bottom:18px}.search-box input{flex:1;background:none;border:none;outline:none;color:var(--text);font-size:34px;font-weight:500;letter-spacing:-.02em}.search-box input::placeholder{color:var(--text-muted)}.search-esc{font-size:12px;color:var(--text-muted);border:1px solid var(--border);border-radius:8px;padding:6px 10px}.search-results{width:100%;max-width:760px;margin-top:32px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.search-hint{margin-top:64px;color:var(--text-muted);font-size:15px}.analysis-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.analysis-chip{font-size:12px;color:var(--text);padding:6px 12px;border-radius:8px;background:#ffffff0f;border:1px solid var(--border-strong)}.result-row{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;display:flex;gap:16px;align-items:center;text-align:left;padding:10px 12px;border-radius:12px;transition:background var(--t-ui) var(--ease);cursor:pointer}.result-row:hover{background:#ffffff0a}.result-cover{width:44px;height:64px;border-radius:6px;object-fit:cover;background:var(--surface-3);flex-shrink:0}.result-title{font-size:15px;font-weight:500}.result-author{font-size:13px;color:var(--text-muted);margin-top:2px}.reading-bar{position:fixed;bottom:0;left:var(--sidebar-w);right:0;height:80px;background:#070707;border-top:1px solid var(--border);display:flex;align-items:center;padding:0 24px;gap:24px;z-index:30}.rb-left{display:flex;align-items:center;gap:14px;width:280px}.rb-cover{width:44px;height:60px;border-radius:6px;object-fit:cover;background:var(--surface-3)}.rb-title{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rb-author{font-size:12px;color:var(--text-muted)}.rb-center{flex:1;display:flex;align-items:center;justify-content:center;gap:18px}.rb-btn{color:var(--text-secondary);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;transition:color var(--t-ui) var(--ease),background var(--t-ui) var(--ease)}.rb-btn:hover{color:var(--text);background:#ffffff0d}.rb-play{width:52px;height:52px;border-radius:50%;background:var(--accent);color:#000;display:grid;place-items:center;transition:transform var(--t-ui) var(--ease)}.rb-play:hover{transform:scale(1.05)}.rb-right{width:280px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.rb-progress{font-size:12px;color:var(--text-muted);font-variant-numeric:tabular-nums}.rb-btn:disabled,.rb-play:disabled{opacity:.3;cursor:default}.rb-btn:disabled:hover{color:var(--text-secondary);background:none}.rb-play:disabled:hover{transform:none}.btn-ghost.saved{color:var(--text);border-color:var(--border-strong);background:#ffffff1a}.reader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--bg);display:flex;flex-direction:column;animation:fade-in var(--t-page) var(--ease)}.reader-top{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid var(--border)}.reader-top-meta{flex:1;min-width:0}.reader-top-title{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reader-top-author{font-size:12px;color:var(--text-muted)}.reader-top-actions{display:flex;align-items:center;gap:4px}.reader-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:var(--text-secondary);transition:color var(--t-ui) var(--ease),background var(--t-ui) var(--ease)}.reader-icon:hover{color:var(--text);background:#ffffff0d}.reader-icon.on{color:var(--text);background:#ffffff1a}.reader-icon:disabled{opacity:.25;cursor:default}.reader-font-val{font-size:12px;color:var(--text-muted);width:18px;text-align:center;font-variant-numeric:tabular-nums}.reader-stage{flex:1;display:flex;overflow:hidden}.reader-edge{width:12%;min-width:60px;background:transparent;cursor:pointer}.reader-edge:disabled{cursor:default}.reader-page{flex:1;overflow-y:auto;display:flex;justify-content:center;padding:56px 24px 80px}.reader-text{max-width:680px;width:100%;font-family:Georgia,Times New Roman,"PT Serif",serif;line-height:1.75;color:#ffffffdb}.reader-text p{margin-bottom:1.1em;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.reader-loading{color:var(--text-muted);font-size:24px;padding-top:80px}.reader-bottom{display:flex;align-items:center;gap:20px;padding:14px 28px;border-top:1px solid var(--border);background:#070707}.reader-progress{flex:1}.reader-bar{height:3px;border-radius:3px;background:#ffffff14;overflow:hidden}.reader-bar-fill{height:100%;background:var(--accent);transition:width var(--t-ui) var(--ease)}.reader-progress-meta{display:flex;gap:14px;margin-top:8px;font-size:12px;color:var(--text-muted);font-variant-numeric:tabular-nums}.reader-preview-tag{border:1px solid var(--border);border-radius:6px;padding:1px 8px;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.reader-toc{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:#05050599;display:flex;justify-content:flex-end}.reader-toc-panel{width:340px;max-width:80vw;height:100%;background:var(--surface-1);border-left:1px solid var(--border);padding:24px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:2px;animation:toc-in var(--t-ui) var(--ease)}@keyframes toc-in{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.reader-toc-h{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);padding:14px 12px 6px}.reader-toc-item{display:flex;align-items:center;gap:8px;text-align:left;padding:11px 12px;border-radius:10px;font-size:14px;color:var(--text-secondary);transition:color var(--t-ui) var(--ease),background var(--t-ui) var(--ease)}.reader-toc-item:hover{color:var(--text);background:#ffffff0a}.lang-switch{position:absolute;top:28px;right:40px;display:flex;gap:4px;background:var(--surface-1);border:1px solid var(--border);border-radius:10px;padding:4px;z-index:10}.lang-switch button{font-size:12px;font-weight:600;padding:5px 10px;border-radius:7px;color:var(--text-muted);transition:all var(--t-ui) var(--ease)}.lang-switch button.active{color:#000;background:var(--accent)}.page{padding:24px 40px 120px;display:flex;flex-direction:column;gap:40px;max-width:1500px;animation:page-in var(--t-page) var(--ease)}@keyframes page-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-header{margin-bottom:8px}.page-title{font-size:44px;font-weight:700;letter-spacing:-.03em;line-height:1}.page-sub{margin-top:12px;color:var(--text-secondary);font-size:16px}.back-btn{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;color:var(--text-secondary);font-size:14px;font-weight:500;padding:8px 14px 8px 8px;border-radius:10px;transition:color var(--t-ui) var(--ease),background var(--t-ui) var(--ease)}.back-btn:hover{color:var(--text);background:#ffffff0a}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:28px 20px}.empty-state{color:var(--text-muted);font-size:16px;padding:40px 0}.quick-grid,.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.quick-tile,.stat-tile{min-height:86px;border:1px solid var(--border);border-radius:12px;background:var(--surface-1);color:var(--text);display:flex;align-items:center;gap:14px;padding:16px;text-align:left}button.quick-tile:hover{border-color:var(--border-strong);background:#ffffff0a}.quick-avatar,.quick-icon{width:46px;height:46px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;background:#ffffff12;color:var(--text);font-size:13px;font-weight:700}.quick-icon{border-radius:12px}.quick-tile-text{min-width:0;display:flex;flex-direction:column;gap:5px}.quick-tile-text strong,.stat-tile strong{font-size:16px;font-weight:650;line-height:1.2}.quick-tile-text small,.stat-tile span{color:var(--text-muted);font-size:12px;line-height:1.35}.stat-tile{align-items:flex-start;flex-direction:column;justify-content:center}.stat-tile strong{font-size:28px}.settings-content{max-width:920px}.settings-panel{border:1px solid var(--border);border-radius:12px;background:var(--surface-1);overflow:hidden}.settings-row{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid var(--border)}.settings-row:last-child{border-bottom:0}.settings-row>span{color:var(--text-secondary);font-size:14px}.segmented,.stepper{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--border);border-radius:10px;padding:4px;background:var(--surface-2)}.segmented button{height:32px;min-width:42px;border-radius:7px;color:var(--text-muted);font-size:12px;font-weight:650}.segmented button.active{color:#000;background:var(--accent)}.stepper button{width:32px;height:32px;border-radius:7px;display:grid;place-items:center;color:var(--text-secondary)}.stepper button:hover{color:var(--text);background:#ffffff0d}.stepper strong{width:32px;text-align:center;font-size:13px;font-variant-numeric:tabular-nums}.settings-action{height:38px;border-radius:19px}.ai-section{padding:24px 0 28px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ai-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.ai-refresh{height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--border);border-radius:10px;color:var(--text-secondary);background:var(--surface-1);font-size:13px;font-weight:650;transition:color var(--t-ui) var(--ease),border-color var(--t-ui) var(--ease),background var(--t-ui) var(--ease)}.ai-refresh:hover:not(:disabled){color:var(--text);border-color:var(--border-strong);background:#ffffff0d}.ai-refresh:disabled{cursor:default;opacity:.62}.ai-controls{display:grid;gap:12px;margin-bottom:20px}.ai-control-group{display:grid;gap:8px}.ai-control-group>span{color:var(--text-muted);font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.ai-choice-row{display:flex;flex-wrap:wrap;gap:8px}.ai-choice-row button{min-height:34px;padding:0 12px;border:1px solid var(--border);border-radius:9px;color:var(--text-secondary);background:var(--surface-1);font-size:13px;font-weight:600;transition:color var(--t-ui) var(--ease),border-color var(--t-ui) var(--ease),background var(--t-ui) var(--ease)}.ai-choice-row button:hover{color:var(--text);border-color:var(--border-strong)}.ai-choice-row button.active{color:#000;border-color:var(--accent);background:var(--accent)}.ai-recommendation-row{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scroll-snap-type:x proximity}.ai-recommendation-item{width:160px;flex:0 0 160px;scroll-snap-align:start}.ai-reason{display:block;margin-top:8px;color:var(--text-muted);font-size:12px;line-height:1.35}.reader{background:radial-gradient(circle at 18% 0%,rgba(167,113,61,.14),transparent 28%),radial-gradient(circle at 86% 14%,rgba(85,116,124,.12),transparent 34%),repeating-radial-gradient(circle at 38% 42%,rgba(255,255,255,.025) 0 1px,transparent 1px 4px),linear-gradient(90deg,#080706,#15100d 48%,#0a0807);color:#eadfca}.reader-top,.reader-bottom{background:#0a0807e6;border-color:#e8cfa021;color:#eadfca;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.reader-top-author,.reader-font-val,.reader-progress-meta,.reader-loading{color:#eadfca94}.reader-icon,.reader-edge{color:#eadfcaa8}.reader-icon:hover,.reader-icon.on{color:#fff8e8;background:#e8cfa01a}.reader-stage{perspective:1800px;background:linear-gradient(90deg,rgba(0,0,0,.38) 0%,transparent 11%,transparent 89%,rgba(0,0,0,.35) 100%),radial-gradient(ellipse at 50% 50%,rgba(232,207,160,.08),transparent 58%),transparent}.reader-page{overflow:hidden;align-items:center;padding:36px 24px 58px}.reader-text{max-width:760px;height:min(760px,calc(100vh - 204px));max-height:calc(100vh - 204px);overflow:hidden;position:relative;padding:clamp(28px,4.5vw,54px);border:1px solid rgba(232,207,160,.16);border-radius:7px;background:linear-gradient(90deg,rgba(255,244,211,.09),transparent 16%,transparent 84%,rgba(0,0,0,.22)),repeating-linear-gradient(0deg,rgba(255,244,211,.025) 0 1px,transparent 1px 31px),repeating-radial-gradient(circle at 28% 24%,rgba(255,255,255,.032) 0 1px,transparent 1px 5px),#19140f;box-shadow:0 34px 100px #00000094,0 0 0 1px #fff4d30a,inset 22px 0 36px #0000003b,inset -1px 0 #fff4d329;color:#eadfca;transform-style:preserve-3d;will-change:transform,opacity}.reader-text:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.28),transparent 7%,transparent 93%,rgba(255,244,211,.04)),radial-gradient(ellipse at 0% 50%,rgba(0,0,0,.34),transparent 42%);mix-blend-mode:soft-light}.reader-text.turn-next{transform-origin:left center;animation:reader-page-next .32s cubic-bezier(.2,.72,.18,1)}.reader-text.turn-prev{transform-origin:right center;animation:reader-page-prev .32s cubic-bezier(.2,.72,.18,1)}.reader-text p{color:inherit;position:relative;z-index:1;text-shadow:0 1px 0 rgba(0,0,0,.22)}.reader-text p:last-child{margin-bottom:0}.reader-image{position:relative;z-index:1;display:flex;justify-content:center;margin:.8em 0 1.15em}.reader-image img{display:block;max-width:100%;max-height:min(44vh,340px);object-fit:contain;border-radius:6px;border:1px solid rgba(232,207,160,.16);background:#fff4d30d;box-shadow:0 18px 48px #00000061}.reader-bar{background:#e8cfa01f}.reader-bar-fill{background:#d8b86f}.reader-preview-tag{border-color:#e8cfa038}@keyframes reader-page-next{0%{opacity:.42;transform:rotateY(-13deg) translate(18px);filter:blur(.6px)}to{opacity:1;transform:rotateY(0) translate(0);filter:blur(0)}}@keyframes reader-page-prev{0%{opacity:.42;transform:rotateY(13deg) translate(-18px);filter:blur(.6px)}to{opacity:1;transform:rotateY(0) translate(0);filter:blur(0)}}@media (max-width: 720px){.reader-edge{width:0;min-width:0}.reader-page{padding:20px 14px 50px}.reader-text{height:calc(100vh - 184px);max-height:calc(100vh - 184px);padding:26px 22px}}.book-hero{position:relative;border-radius:22px;overflow:hidden;border:1px solid var(--border);min-height:380px;display:flex;align-items:flex-end}.book-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(40px) saturate(.6) brightness(.5);transform:scale(1.25);opacity:.55}.book-hero-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(5,5,5,.4) 0%,rgba(5,5,5,.75) 55%,var(--bg) 100%)}.book-hero-inner{position:relative;z-index:2;display:flex;gap:40px;padding:48px;width:100%;align-items:flex-end}.book-cover-lg{width:220px;height:330px;flex-shrink:0;border-radius:14px;overflow:hidden;background:var(--card);border:1px solid var(--border-strong);box-shadow:0 30px 80px #000000b3}.book-cover-lg img{width:100%;height:100%;object-fit:cover}.book-cover-lg.placeholder{display:grid;place-items:center;padding:18px;text-align:center;color:var(--text-secondary);font-weight:500}.book-hero-meta{flex:1;padding-bottom:8px}.book-title{font-size:52px;font-weight:700;letter-spacing:-.03em;line-height:1.02;margin-bottom:14px}.book-author-link{font-size:18px;color:var(--text-secondary);transition:color var(--t-ui) var(--ease)}.book-author-link:not(:disabled):hover{color:var(--text);text-decoration:underline;text-underline-offset:4px}.book-author-link:disabled{cursor:default}.book-stats{display:flex;align-items:center;gap:10px;margin-top:18px;color:var(--text-secondary);font-size:14px;font-variant-numeric:tabular-nums}.book-rating{display:inline-flex;align-items:center;gap:6px;color:var(--text);font-weight:600}.book-dot{color:var(--text-muted)}.book-lang{letter-spacing:.08em}.book-actions{display:flex;gap:12px;margin-top:28px}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;gap:8px;height:46px;padding:0 24px;border-radius:24px;font-size:15px;font-weight:600;transition:transform var(--t-ui) var(--ease),background var(--t-ui) var(--ease),border-color var(--t-ui) var(--ease)}.btn-primary{background:var(--accent);color:#000}.btn-primary:hover{transform:scale(1.03)}.btn-ghost{background:#ffffff0a;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:#ffffff14;border-color:var(--border-strong)}.book-section{max-width:760px}.book-section .section-title{margin-bottom:14px}.book-desc{font-size:16px;line-height:1.7;color:var(--text-secondary);white-space:pre-line}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{font-size:13px;color:var(--text-secondary);padding:7px 14px;border-radius:20px;border:1px solid var(--border);background:var(--surface-1);transition:border-color var(--t-ui) var(--ease),color var(--t-ui) var(--ease)}.chip:hover{color:var(--text);border-color:var(--border-strong)}.author-hero{display:flex;align-items:center;gap:36px}.author-photo{width:180px;height:180px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--surface-2);border:1px solid var(--border-strong);display:grid;place-items:center;color:var(--text-muted)}.author-photo img{width:100%;height:100%;object-fit:cover}.author-name{font-size:60px;font-weight:700;letter-spacing:-.03em;line-height:1;margin:8px 0 12px}.author-life{color:var(--text-secondary);font-size:16px}.author-followers{margin-top:10px;color:var(--text-muted);font-size:14px}.author-bio{max-width:760px}@media (max-width: 820px){:root{--sidebar-w: 0px;--mobile-nav-h: 98px}html,body,#root{min-height:100%}body{overflow:hidden}.app{display:block;min-height:100dvh}.main{height:100dvh;padding-bottom:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom))}.sidebar{position:fixed;left:0;right:0;bottom:0;width:100%;height:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:36px;align-content:center;justify-items:center;gap:6px 0;padding:8px max(8px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-right));border-right:0;border-top:1px solid var(--border);z-index:80;overflow:hidden}.sidebar-logo,.nav-spacer{display:none}.nav-item{width:38px;height:36px;flex:none;border-radius:10px}.nav-item.active:before{left:50%;top:auto;bottom:-4px;transform:translate(-50%)}.lang-switch{position:fixed;top:10px;right:12px;z-index:70}.content,.page{padding:70px 16px calc(128px + env(safe-area-inset-bottom));gap:32px;max-width:none}.main.has-reading .content,.main.has-reading .page{padding-bottom:calc(204px + env(safe-area-inset-bottom))}.content>section,.page>section{content-visibility:visible;contain-intrinsic-size:auto}.hero{min-height:250px;border-radius:16px}.hero-text{padding:26px 20px}.hero-eyebrow{font-size:10px;margin-bottom:10px}.hero-title{font-size:clamp(34px,11vw,46px);margin-bottom:12px}.hero-subtitle{font-size:14px;line-height:1.45;max-width:300px}.section-head,.ai-head{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:14px}.section-title{font-size:19px}.section-sub{line-height:1.35}.row,.ai-recommendation-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:22px 14px;margin:0;padding:0;overflow:visible;scroll-snap-type:none}.card,.ai-recommendation-item{width:100%;min-width:0;flex:none;scroll-snap-align:none}.card-cover{width:100%;height:auto;aspect-ratio:2 / 3;border-radius:11px}.card-title{font-size:13px;line-height:1.28}.card-author,.ai-reason{font-size:11px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.grid .card,.grid .card-cover{width:100%}.grid .card-cover{height:auto;aspect-ratio:2 / 3}.quick-grid,.stats-grid{grid-template-columns:1fr}.quick-tile,.stat-tile{min-height:74px;border-radius:10px}.ai-section{padding:20px 0 24px}.ai-refresh{width:100%;justify-content:center}.ai-controls{gap:16px}.ai-choice-row{flex-wrap:wrap;overflow:visible;margin:0;padding:0;gap:8px}.ai-choice-row button{flex:1 1 calc(50% - 4px);min-width:0;min-height:40px;height:auto;padding:8px 10px;white-space:normal;text-align:center;line-height:1.18}.search-overlay{align-items:stretch;padding:18px 14px calc(18px + env(safe-area-inset-bottom))}.search-box,.search-results{max-width:none}.search-box{gap:10px;padding-bottom:14px}.search-box input{min-width:0;font-size:22px;letter-spacing:0}.search-esc{display:none}.search-results{margin-top:18px;max-height:calc(100dvh - 94px);padding-bottom:24px}.result-row{min-height:72px;padding:9px 8px;border-radius:10px}.result-title{font-size:14px;line-height:1.25}.result-author{font-size:12px}.reading-bar{left:0;bottom:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom));height:66px;padding:0 12px;gap:10px}.reading-bar.empty{display:none}.rb-left{min-width:0;flex:1;width:auto}.rb-cover{width:36px;height:50px}.rb-center{flex:0 0 auto;gap:8px}.rb-right{display:none}.rb-btn{width:34px;height:34px}.rb-play{width:44px;height:44px}.page-title{font-size:clamp(32px,10vw,42px)}.page-sub{font-size:14px;line-height:1.45}.book-hero{min-height:auto;border-radius:16px}.book-hero-inner{flex-direction:column;align-items:flex-start;gap:22px;padding:26px 20px}.book-cover-lg{width:min(46vw,168px);height:auto;aspect-ratio:2 / 3;border-radius:12px}.book-title{font-size:clamp(30px,9vw,42px);line-height:1.05}.book-author-link{font-size:16px}.book-stats,.book-actions{flex-wrap:wrap}.book-actions{gap:10px}.btn-primary,.btn-ghost{min-width:0;height:44px;padding:0 18px;border-radius:22px;font-size:14px}.book-section,.author-bio{max-width:none}.author-hero{align-items:flex-start;flex-direction:column;gap:18px}.author-photo{width:116px;height:116px}.author-name{font-size:clamp(34px,11vw,48px)}.settings-row{align-items:flex-start;flex-direction:column;min-height:auto}.settings-action,.segmented,.stepper{align-self:stretch}.settings-action{justify-content:center}.reader{min-height:100dvh}.reader-top{gap:8px;padding:10px}.reader-top-meta{min-width:0}.reader-top-author{display:none}.reader-top-actions{flex-shrink:0;gap:1px}.reader-icon{width:34px;height:34px;border-radius:9px}.reader-font-val{display:none}.reader-stage{min-height:0}.reader-edge{display:none}.reader-page{align-items:stretch;padding:14px 10px 16px}.reader-text{height:calc(100dvh - 138px - env(safe-area-inset-bottom));max-height:none;padding:22px 18px;border-radius:8px}.reader-text p{text-align:left}.reader-bottom{gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.reader-progress-meta{gap:10px;font-size:11px}.reader-toc-panel{width:min(88vw,340px);max-width:88vw}}
