:root{color-scheme:light;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;--bg: oklch(.975 .006 255);--surface: oklch(1 0 0);--surface-subtle: oklch(.956 .008 255);--surface-strong: oklch(.92 .012 255);--ink: oklch(.245 .025 255);--muted: oklch(.48 .025 255);--line: oklch(.88 .012 255);--primary: oklch(.62 .19 42);--primary-hover: oklch(.55 .19 42);--primary-soft: oklch(.95 .04 42);--accent: oklch(.43 .1 245);--header: oklch(.245 .025 255);--danger: oklch(.52 .19 27);--z-dropdown: 20;--z-sticky: 30;--z-overlay: 40;--z-modal: 50;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);font-size:1rem}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid oklch(.72 .12 47 / 45%);outline-offset:2px}.button{min-height:42px;border:0;border-radius:10px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:650;cursor:pointer;transition:background-color .18s ease-out,color .18s ease-out,transform .18s ease-out}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.48;cursor:not-allowed}.button--primary{background:var(--primary);color:#fff}.button--primary:hover:not(:disabled){background:var(--primary-hover)}.button--quiet{background:var(--surface);color:var(--ink)}.button--quiet:hover:not(:disabled){background:var(--surface-strong)}.button--danger-quiet{min-height:34px;color:var(--danger);background:#ffedea;background:oklch(.96 .022 27);padding:0 12px}.icon-button{width:40px;height:40px;border:0;border-radius:10px;display:inline-grid;place-items:center;background:transparent;cursor:pointer;transition:background-color .18s ease-out}.icon-button:hover{background:var(--surface-strong)}.icon-button--bordered{border:1px solid var(--line)}.boot-screen{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--muted)}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--primary);color:#fff}.brand-mark--large{width:56px;height:56px;border-radius:14px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,1.15fr) minmax(400px,.85fr)}.login-intro{min-height:100vh;padding:clamp(48px,7vw,104px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:#120c08;color:#f8f4f2}.login-intro h1{margin:30px 0 0;max-width:680px;font-size:clamp(2.65rem,5vw,5.2rem);line-height:1.08;letter-spacing:-.035em;text-wrap:balance}.login-intro>span{margin-top:38px;color:#aa9f99}.login-panel{min-width:0;display:grid;place-items:center;padding:42px;background:var(--bg)}.login-panel form{width:100%;max-width:420px;min-width:0;display:flex;flex-direction:column;gap:22px}.login-panel h2{margin:0 0 6px;font-size:1.85rem;letter-spacing:-.025em}.login-panel form>div>p{margin:0;color:var(--muted);line-height:1.6}.login-panel label,.share-form label,.api-key-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:650}input,select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:10px;padding:0 12px;color:var(--ink);background:var(--bg);transition:border-color .16s ease-out,background-color .16s ease-out}input::placeholder{color:#605956}input:hover,select:hover{border-color:#aba39e}.form-error{margin:0;color:var(--danger);font-size:14px;line-height:1.5}.app-shell{min-height:100vh;background:var(--bg)}.site-header{height:72px;position:sticky;top:0;z-index:var(--z-sticky);border-bottom:1px solid var(--line);background:#fffffff7}.site-header__inner{width:min(100%,1480px);height:100%;margin:0 auto;padding:0 clamp(24px,3vw,52px);display:flex;align-items:center;gap:clamp(24px,4vw,56px)}.site-brand{flex:0 0 auto;display:flex;align-items:center;gap:11px}.site-brand .brand-mark{width:38px;height:38px;border-radius:10px}.site-brand>div:last-child{display:flex;flex-direction:column;gap:2px}.site-brand strong{font-size:.9375rem}.site-brand span{color:var(--muted);font-size:.6875rem}.top-nav{display:flex;align-items:center;gap:4px}.top-nav a{min-height:40px;padding:0 13px;border-radius:9px;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.8125rem;font-weight:600;transition:background-color .16s ease-out,color .16s ease-out}.top-nav a:hover{background:var(--surface-subtle);color:var(--ink)}.top-nav a.active{background:var(--primary-soft);color:var(--primary-hover)}.header-account{min-width:0;margin-left:auto;display:flex;align-items:center;gap:10px}.header-account>strong{font-size:.75rem;white-space:nowrap}.bottom-nav{display:none}.app-main{min-height:calc(100vh - 72px)}.page-content{width:min(100%,1480px);margin:0 auto;padding:36px clamp(24px,3vw,52px) 84px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:38px}.page-heading h1{margin:0;font-size:2.25rem;line-height:1.12;letter-spacing:-.03em;text-wrap:balance}.page-heading>span{color:var(--muted);font-variant-numeric:tabular-nums}.home-hero{padding:48px 24px 18px;text-align:center}.home-search{width:min(100%,920px);height:62px;margin:0 auto;padding-left:18px;display:flex;align-items:center;gap:13px;border:2px solid var(--primary);border-radius:11px;background:var(--surface);color:var(--muted)}.home-search:focus-within{outline:3px solid oklch(.72 .12 42 / 28%);outline-offset:2px}.home-search input{min-width:0;min-height:0;flex:1;padding:0;border:0;background:transparent}.home-search input:focus{outline:0}.home-search button,.catalog-search button{align-self:stretch;min-width:92px;border:0;border-radius:0 8px 8px 0;background:var(--primary);color:#fff;font-weight:700;cursor:pointer;transition:background-color .18s ease-out}.home-search button:hover,.catalog-search button:hover{background:var(--primary-hover)}.home-page>.shelf-section{margin-top:26px}.shelf-section{margin-top:50px}.section-heading{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.section-heading h2{margin:0;font-size:1.375rem;letter-spacing:-.02em}.section-heading>a{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.8125rem;font-weight:650}.section-heading>a:hover{color:var(--primary-hover)}.book-strip{display:flex;gap:20px;overflow-x:auto;padding:4px 3px 14px;scroll-snap-type:x proximity;scrollbar-width:thin}.book-strip .book-tile{flex:0 0 140px}.shelf-empty{min-height:92px;padding:20px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px dashed var(--line);border-radius:10px;color:var(--muted);font-size:.8125rem}.shelf-empty svg{color:var(--primary)}.book-tile{min-width:0;display:flex;flex-direction:column;scroll-snap-align:start}.book-tile__cover-wrap{position:relative}.book-cover{width:100%;aspect-ratio:2 / 3;padding:16px 14px;border-radius:7px 11px 11px 7px;display:flex;flex-direction:column;color:#fbf8f6;box-shadow:0 4px 8px #0805042e;overflow:hidden;transition:transform .22s cubic-bezier(.22,1,.36,1),filter .22s ease-out}.book-cover:before{content:"";position:absolute;inset:0 auto 0 6px;width:1px;background:#ffffff2e}.book-tile:hover .book-cover{transform:translateY(-5px);filter:saturate(1.08)}.book-cover__category{min-height:30px;color:#dacec9;font-size:9px;line-height:1.35}.book-cover strong{margin:auto 0;font-family:"Noto Serif SC",Songti SC,serif;font-size:clamp(.85rem,1.2vw,1.02rem);line-height:1.45;letter-spacing:.01em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-wrap:pretty}.book-cover__author{margin-top:14px;color:#d8cfca;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.book-cover__format{margin-top:8px;font:8px/1 ui-monospace,monospace;letter-spacing:.08em;opacity:.76}.book-cover--compact{flex:0 0 42px;width:42px;height:58px;padding:7px 6px;border-radius:4px 6px 6px 4px;box-shadow:none}.book-cover--compact strong{font-size:6px;-webkit-line-clamp:4}.book-cover--compact .book-cover__category,.book-cover--compact .book-cover__author,.book-cover--compact .book-cover__format{display:none}.book-tile__title{margin-top:13px;font-size:13px;line-height:1.48;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-wrap:pretty}.book-tile__meta{margin-top:5px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cover-progress{position:absolute;inset:auto 7px 7px;height:3px;border-radius:999px;background:#ffffff4d;overflow:hidden}.cover-progress span{display:block;height:100%;background:#ffc16d;background:oklch(.85 .15 73)}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:38px clamp(20px,3vw,34px)}.book-list{border-top:1px solid var(--line)}.book-row{min-height:78px;padding:9px 6px;display:grid;grid-template-columns:42px minmax(220px,2fr) minmax(140px,1fr) 70px 80px 22px;align-items:center;gap:16px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px;transition:background-color .16s ease-out}.book-row:hover{background:var(--surface)}.book-row__main{min-width:0;display:flex;flex-direction:column;gap:5px}.book-row__main strong{overflow:hidden;color:var(--ink);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.book-row__main small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-tools{margin-bottom:18px;display:flex;align-items:stretch;gap:10px}.catalog-search{min-width:0;height:58px;flex:1;padding-left:16px;display:flex;align-items:center;gap:11px;border:2px solid var(--primary);border-radius:10px;background:var(--surface);color:var(--muted)}.catalog-search:focus-within{border-color:var(--primary);outline:3px solid oklch(.72 .12 42 / 20%)}.catalog-search input{min-width:0;min-height:0;flex:1;padding:0;border:0;background:transparent}.catalog-search input:focus{outline:0}.catalog-search button{min-width:86px}.view-switch{padding:4px;display:flex;background:var(--surface-subtle);border-radius:10px}.view-switch button{width:38px;border:0;border-radius:8px;display:grid;place-items:center;background:transparent;color:var(--muted);cursor:pointer}.view-switch button.is-active{background:var(--bg);color:var(--ink)}.filter-panel{margin-bottom:24px;border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.filter-panel__heading{min-height:52px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--surface-subtle)}.filter-panel__heading>div{display:flex;align-items:center;gap:9px}.filter-panel__heading strong{font-size:.875rem}.filter-panel__heading span{padding:4px 8px;border-radius:999px;background:var(--primary-soft);color:var(--primary-hover);font-size:.6875rem;font-weight:700}.filter-panel__actions{margin-left:auto}.filter-panel__actions>button{min-height:36px;padding:0 9px;border:0;border-radius:7px;background:transparent;color:var(--primary-hover);font-size:.75rem;font-weight:650;cursor:pointer}.filter-panel__actions>button:hover{background:#ffffffc2}.filter-panel__body{padding:8px 18px 3px}.filter-row{min-height:52px;padding:9px 0;display:grid;grid-template-columns:108px minmax(0,1fr);align-items:start;gap:12px;border-bottom:1px solid var(--line)}.filter-row:last-child{border-bottom:0}.filter-row__label{padding-top:7px;color:var(--muted);font-size:.8125rem}.filter-options{min-width:0;display:flex;flex-wrap:wrap;gap:2px 8px}.filter-options button{min-height:34px;padding:5px 9px;border:0;border-radius:7px;display:inline-flex;align-items:baseline;gap:5px;background:transparent;color:var(--ink);font-size:.8125rem;cursor:pointer;transition:background-color .16s ease-out,color .16s ease-out}.filter-options button:hover{background:var(--surface-subtle);color:var(--primary-hover)}.filter-options button.is-active{background:var(--primary-soft);color:var(--primary-hover);font-weight:700}.filter-panel__actions>.filter-panel__toggle{display:flex;align-items:center;gap:4px;color:var(--ink)}.filter-panel__loading{min-height:92px;display:grid;place-items:center;color:var(--muted);font-size:.75rem}.results-heading{min-height:32px;margin-bottom:16px;display:flex;align-items:center;gap:14px;color:var(--muted);font-size:.75rem}.results-heading span+span{padding-left:14px;border-left:1px solid var(--line)}.pagination{margin-top:52px;display:flex;align-items:center;justify-content:center;gap:18px}.pagination>span{color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.loading-state{min-height:280px;padding:70px 0;display:flex;flex-direction:column;align-items:center;color:var(--muted)}.loading-line{width:210px;height:10px;border-radius:5px;background:var(--surface-strong);animation:pulse 1.4s ease-in-out infinite alternate}.loading-line--short{width:130px;margin-top:10px}.loading-state p{margin-top:24px;font-size:13px}.empty-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.empty-state svg{color:var(--primary)}.empty-state h3{margin:14px 0 6px;color:var(--ink);font-size:1.1rem}.empty-state p{max-width:50ch;margin:0;font-size:13px;line-height:1.6}.history-page{max-width:1100px;margin:0 auto}.history-list{border-top:1px solid var(--line)}.history-row{min-height:78px;padding:9px 6px;display:grid;grid-template-columns:42px minmax(240px,2fr) minmax(100px,.55fr) 120px 22px;align-items:center;gap:16px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px;transition:background-color .16s ease-out}.history-row:hover{background:var(--surface)}.history-row__main{min-width:0;display:flex;flex-direction:column;gap:5px}.history-row__main strong{overflow:hidden;color:var(--ink);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.history-row__main small{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.history-row__status{color:var(--primary-hover);font-weight:650}.history-row time{text-align:right;font-variant-numeric:tabular-nums}.back-link{margin-bottom:38px;padding:0;border:0;display:flex;align-items:center;gap:7px;background:transparent;color:var(--muted);font-size:13px;cursor:pointer}.back-link:hover{color:var(--ink)}.book-detail{max-width:1080px;margin:0 auto}.book-detail__hero{display:grid;grid-template-columns:220px minmax(0,1fr);gap:clamp(40px,7vw,86px);align-items:center}.book-detail__hero>.book-cover{width:220px}.book-detail__labels{display:flex;flex-wrap:wrap;gap:8px}.book-detail__labels span{padding:5px 9px;border-radius:999px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:650}.book-detail__content h1{max-width:18ch;margin:20px 0 10px;font-size:clamp(2rem,4vw,4.2rem);line-height:1.12;letter-spacing:-.04em;text-wrap:balance;overflow-wrap:anywhere}.book-detail__author{margin:0;color:var(--muted);font-size:1rem}.detail-progress{max-width:420px;height:4px;margin-top:28px;position:relative;border-radius:999px;background:var(--surface-strong)}.detail-progress>span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.detail-progress small{position:absolute;top:10px;right:0;color:var(--muted);font-size:11px}.book-actions{margin-top:38px;display:flex;flex-wrap:wrap;gap:10px}.conversion-note{margin:20px 0 0;display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:12px;line-height:1.5}.conversion-note svg{flex:0 0 auto;margin-top:1px}.book-facts{margin:76px 0 0;padding:28px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.book-facts div{min-width:0}.book-facts dt{color:var(--muted);font-size:11px}.book-facts dd{margin:8px 0 0;font-size:13px;line-height:1.5}.book-facts__path{grid-column:1 / -1}.book-facts__path dd{word-break:break-all;color:var(--muted)}.reader{--reader-bg: oklch(1 0 0);min-height:100vh;height:100vh;display:grid;grid-template-rows:64px minmax(0,1fr) 36px;background:var(--reader-bg);color:var(--ink);overflow:hidden;transition:background-color .2s ease-out,color .2s ease-out}.reader--dim{--reader-bg: oklch(.91 .025 68);color:#2e241d}.reader--dark{--reader-bg: oklch(.14 .008 49);color:#ddd6d2}.reader-toolbar{padding:0 20px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:16px;border-bottom:1px solid currentColor;border-color:#68625e2e}.reader-title{min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px}.reader-title strong,.reader-title span{max-width:50vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-title strong{font-size:13px}.reader-title span{opacity:.62;font-size:10px}.reader-settings{display:flex;align-items:center;gap:12px}.reader-page-mode{min-width:66px;height:36px;padding:0 10px;border:1px solid oklch(.5 .01 49 / 20%);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#68625e0d;font-size:11px;font-weight:650;cursor:pointer;transition:background-color .16s ease-out,border-color .16s ease-out}.reader-page-mode:hover{border-color:#68625e4d;background:#68625e1c}.reader-page-mode:active{background:#68625e26}.reader-page-mode.is-active{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.reader-font-controls{padding-right:12px;display:flex;align-items:center;gap:5px;border-right:1px solid oklch(.5 .01 49 / 20%)}.reader-font-controls button{width:40px;height:36px;border:1px solid oklch(.5 .01 49 / 16%);border-radius:8px;background:#68625e0d;font-size:12px;font-weight:650;cursor:pointer;transition:background-color .16s ease-out,border-color .16s ease-out,opacity .16s ease-out}.reader-font-controls button:hover:not(:disabled){border-color:#68625e47;background:#68625e1c}.reader-font-controls button:active:not(:disabled){background:#68625e26}.reader-font-controls button:disabled{opacity:.38;cursor:not-allowed}.theme-switch{padding:3px;display:flex;gap:3px;border:1px solid currentColor;border-color:#68625e3d;border-radius:999px}.theme-switch button{width:22px;height:22px;border:1px solid oklch(.5 .01 49 / 25%);border-radius:50%;cursor:pointer}.theme-switch button:nth-child(1){background:#fff}.theme-switch button:nth-child(2){background:#eddfd0}.theme-switch button:nth-child(3){background:#0c0807}.theme-switch button.is-active{outline:2px solid var(--primary);outline-offset:2px}.reader-stage{min-height:0;position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) 56px;overscroll-behavior:none}.reader-view{min-width:0;min-height:0;grid-column:2}.reader-turn{border:0;display:grid;place-items:center;background:transparent;opacity:.34;cursor:pointer;transition:opacity .16s ease-out,background-color .16s ease-out}.reader-turn:hover{opacity:.9;background:#68625e12}.reader-turn--previous{grid-column:1;grid-row:1}.reader-turn--next{grid-column:3;grid-row:1}.reader-message{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:var(--reader-bg)}.reader-message span{max-width:52ch;opacity:.62;font-size:12px;text-align:center}.reader-message--error strong{color:var(--danger)}.reader-message--error .button{margin-top:10px}.reader-footer{padding:0 24px;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:14px;opacity:.66;font-size:10px;font-variant-numeric:tabular-nums}.reader-footer>div{height:2px;background:currentColor;opacity:.22}.reader-footer>div span{display:block;height:100%;background:var(--primary);opacity:1}.reader-footer>span:last-child{text-align:right}.admin-page{max-width:1180px;margin:0 auto}.security-notice{margin:-12px 0 28px;padding:14px 16px;border-radius:10px;display:flex;align-items:baseline;gap:12px;background:#ffebd3;background:oklch(.95 .05 72);color:#532d05;font-size:12px}.security-notice strong{font-size:13px}.admin-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:20px}.admin-section{padding:26px;border:1px solid var(--line);border-radius:14px}.admin-section .section-heading{margin-bottom:26px}.admin-section .section-heading>div{display:block}.admin-section .section-heading h2{margin-bottom:5px;font-size:1.15rem}.share-form{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.check-label{flex-direction:row!important;align-items:center;cursor:pointer;font-weight:500!important}.check-label input{width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden;opacity:0;pointer-events:none;clip-path:inset(50%)}.check-label>span{width:20px;height:20px;border:1px solid var(--line);border-radius:6px;display:grid;place-items:center;color:transparent}.check-label input:checked+span{border-color:var(--primary);background:var(--primary);color:#fff}.check-label:has(input:focus-visible)>span{outline:3px solid oklch(.72 .12 47 / 45%);outline-offset:2px}.share-form>.button{align-self:flex-start}.generated-result{padding:12px;display:flex;flex-direction:column;gap:10px;border-radius:10px;background:var(--surface)}.generated-identity{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.generated-identity span{color:var(--muted);font-size:11px}.generated-identity strong{font-size:14px;font-variant-numeric:tabular-nums}.generated-url{display:flex;align-items:center;gap:10px}.generated-url code{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--accent);font-size:11px}.generated-url .button{min-height:34px;flex:0 0 auto}.scan-section dl{display:flex;flex-direction:column;gap:18px;margin:0 0 26px}.scan-section dl div{min-width:0}.scan-section dt{color:var(--muted);font-size:11px}.scan-section dd{margin:5px 0 0;overflow-wrap:anywhere;font-size:12px;line-height:1.5}.api-key-management{margin-top:20px}.api-key-form{padding-bottom:26px;border-bottom:1px solid var(--line)}.api-key-form__fields{display:grid;grid-template-columns:minmax(220px,1fr) 160px auto;align-items:end;gap:12px}.api-key-form__fields .button{min-height:44px}.form-hint{max-width:72ch;margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.6;text-wrap:pretty}.api-key-result{margin-top:18px;background:var(--primary-soft)}.api-key-result code{-webkit-user-select:all;user-select:all}.api-key-form .form-error{margin-top:14px}.api-key-list{margin-top:8px}.api-key-row{min-height:70px;padding:12px 0;display:grid;grid-template-columns:minmax(190px,1fr) minmax(220px,1.25fr) 160px 70px;align-items:center;gap:18px;border-top:1px solid var(--line)}.api-key-row:first-child{border-top:0}.api-key-row__identity{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.api-key-row__identity strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.api-key-row__identity code{max-width:100%;overflow:hidden;color:var(--accent);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.api-key-row__usage{color:var(--muted);font-size:11px;line-height:1.5}.api-key-row__status{color:var(--primary-hover);font-size:11px;font-weight:650}.api-key-row__status.is-inactive{color:var(--muted)}.api-key-row--skeleton{pointer-events:none}.api-key-row--skeleton span{height:10px;border-radius:5px;background:var(--surface-strong);animation:pulse 1.4s ease-in-out infinite alternate}.api-key-row--skeleton span:nth-child(1){width:min(170px,82%)}.api-key-row--skeleton span:nth-child(2){width:min(230px,88%)}.api-key-row--skeleton span:nth-child(3){width:92px}.share-history{margin-top:20px}.share-row{min-height:64px;padding:10px 0;display:grid;grid-template-columns:minmax(220px,1fr) 180px 70px;align-items:center;gap:20px;border-top:1px solid var(--line)}.share-row>div{min-width:0;display:flex;flex-direction:column;gap:5px}.share-row strong{font-size:13px}.share-row span{color:var(--muted);font-size:11px}@keyframes pulse{0%{opacity:.48}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@media(max-width:1120px){.book-row{grid-template-columns:42px minmax(200px,2fr) minmax(120px,1fr) 70px 22px}.book-row>span:nth-of-type(4){display:none}.admin-layout{grid-template-columns:1fr}.api-key-row{grid-template-columns:minmax(180px,1fr) minmax(190px,1fr) 145px 70px;gap:14px}}@media(max-width:860px){.site-header__inner{padding:0 24px;gap:20px}.top-nav a{padding-inline:10px}.header-account>strong{display:none}.page-content{padding:34px 24px 84px}.login-page{grid-template-columns:1fr}.login-intro{min-height:42vh;padding:52px 34px}.login-intro h1{margin-top:22px;font-size:clamp(2.3rem,8vw,4rem)}.login-intro>span{margin-top:24px}.login-panel{width:100vw;max-width:100%;min-height:58vh;padding:48px 28px}.login-panel form{width:min(420px,calc(100vw - 56px))}.filter-row{grid-template-columns:92px minmax(0,1fr)}.book-detail__hero{grid-template-columns:180px minmax(0,1fr);gap:42px}.book-detail__hero>.book-cover{width:180px}.book-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.site-header{height:64px}.site-header__inner{padding:0 16px}.site-brand span,.top-nav,.header-account>strong{display:none}.site-brand .brand-mark{width:36px;height:36px}.header-account{gap:4px}.page-content{padding:28px 18px 94px}.bottom-nav{position:fixed;inset:auto 0 0;height:64px;padding:6px 18px max(6px,env(safe-area-inset-bottom));display:flex;justify-content:space-around;background:#fffffff5;border-top:1px solid var(--line);z-index:var(--z-sticky)}.bottom-nav a{min-width:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted);font-size:10px}.bottom-nav a.active{color:var(--primary-hover)}.page-heading{align-items:flex-start;margin-bottom:28px}.page-heading h1{font-size:2rem}.home-hero{padding:24px 0 12px}.home-search{height:54px;padding-left:12px}.home-search button{min-width:70px}.home-page>.shelf-section{margin-top:20px}.shelf-section{margin-top:44px}.book-strip{margin-right:-18px}.book-strip .book-tile{flex-basis:124px}.section-heading h2{font-size:1.25rem}.catalog-tools{align-items:stretch}.catalog-search button{min-width:68px}.view-switch button{width:36px}.filter-panel__heading{padding:0 14px}.filter-panel__heading>div:first-child>svg{display:none}.filter-panel__heading span{display:none}.filter-panel__actions{gap:0!important}.filter-panel__actions>button{padding-inline:7px}.filter-panel__body{padding-inline:14px}.filter-row{grid-template-columns:1fr;gap:3px;padding:11px 0}.filter-row__label{padding:0 6px 3px;font-size:.75rem;font-weight:650}.filter-options{flex-wrap:nowrap;margin-inline:-14px;padding-inline:14px;overflow-x:auto;scrollbar-width:none}.filter-options::-webkit-scrollbar{display:none}.filter-options button{flex:0 0 auto}.book-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 14px}.book-cover{padding:12px 10px}.book-cover strong{font-size:.76rem}.book-tile__title{font-size:12px}.book-row{grid-template-columns:38px minmax(0,1fr) 22px;gap:12px}.book-row>span:not(.book-row__main){display:none}.book-cover--compact{width:38px;height:52px}.history-row{grid-template-columns:38px minmax(0,1fr) auto 18px;gap:12px}.history-row__status{display:none}.history-row time{font-size:10px}.pagination{gap:8px}.pagination .button{padding:0 10px}.book-detail__hero{display:flex;flex-direction:column;align-items:flex-start;gap:34px}.book-detail__hero>.book-cover{width:150px}.book-detail__content h1{max-width:100%;font-size:2.25rem}.book-actions{display:grid;grid-template-columns:1fr 1fr auto}.book-actions .button{padding:0 12px}.book-facts{margin-top:56px;grid-template-columns:1fr 1fr;gap:24px 18px}.reader{grid-template-rows:58px minmax(0,1fr) 30px}.reader-toolbar{padding:0 9px;gap:7px}.reader-title span{display:none}.reader-title strong{max-width:34vw}.reader-settings{gap:8px}.reader-page-mode{display:none}.reader-font-controls{padding-right:8px;gap:4px}.reader-font-controls button{width:36px;height:34px;font-size:11px}.theme-switch button{width:18px;height:18px}.reader-stage{grid-template-columns:0 minmax(0,1fr) 0}.reader-turn{position:absolute;top:0;bottom:0;width:16%;z-index:2;opacity:0}.reader-turn--previous{left:0}.reader-turn--next{right:0}.reader-footer{padding:0 12px}.security-notice{align-items:flex-start;flex-direction:column}.admin-section{margin-inline:-4px;padding:20px 16px}.form-row,.api-key-form__fields{grid-template-columns:1fr}.api-key-form__fields .button{width:100%}.api-key-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 14px}.api-key-row__identity{grid-column:1;grid-row:1}.api-key-row__usage{grid-column:1;grid-row:2}.api-key-row__status{grid-column:2;grid-row:1;text-align:right}.api-key-row>button{grid-column:2;grid-row:2}.api-key-row--skeleton span:nth-child(1){grid-column:1;grid-row:1}.api-key-row--skeleton span:nth-child(2){grid-column:1;grid-row:2}.api-key-row--skeleton span:nth-child(3){grid-column:2;grid-row:1}.share-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 14px}.share-row>span{grid-column:1}.share-row>button{grid-column:2;grid-row:1 / span 2}.generated-url{align-items:stretch;flex-direction:column}.generated-url .button{width:100%}}@media(max-width:390px){.book-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap-inline:18px}.book-actions{grid-template-columns:1fr}.book-actions .icon-button{width:100%;border:1px solid var(--line)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
