:root{--bg: #f4f5fb;--bg-glow-1: rgba(99, 102, 241, .1);--bg-glow-2: rgba(236, 72, 153, .06);--surface: #ffffff;--surface-2: #f3f4f9;--surface-3: #e9eaf3;--separator: rgba(30, 30, 60, .08);--border: rgba(30, 30, 60, .13);--text: #191a2e;--text-2: #3c3d55;--muted: #85879e;--primary: #6366f1;--primary-2: #8b5cf6;--primary-hover: #4f52e0;--grad: linear-gradient(135deg, #6366f1 0%, #8b5cf6 60%, #a855f7 100%);--grad-soft: linear-gradient(135deg, rgba(99,102,241,.12), rgba(168,85,247,.12));--danger: #ef4444;--success: #10b981;--warning: #f59e0b;--success-bg: #e7f8f1;--success-fg: #0d9268;--error-bg: #feecec;--error-fg: #d92d2d;--info-bg: #ecefff;--info-fg: #4f52e0;--radius: 16px;--radius-lg: 22px;--radius-sm: 11px;--shadow: 0 1px 2px rgba(25, 26, 46, .05), 0 8px 24px rgba(25, 26, 46, .07);--shadow-hover: 0 4px 8px rgba(25, 26, 46, .08), 0 16px 40px rgba(25, 26, 46, .13);--shadow-lg: 0 24px 70px rgba(25, 26, 46, .25);--mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--header-bg: rgba(255, 255, 255, .72);--nav-inactive: rgba(99, 102, 241, .09);--ring: rgba(99, 102, 241, .35)}:root[data-theme=dark]{--bg: #0d0f1c;--bg-glow-1: rgba(99, 102, 241, .16);--bg-glow-2: rgba(168, 85, 247, .1);--surface: #161829;--surface-2: #1e2136;--surface-3: #282b44;--separator: rgba(148, 152, 220, .12);--border: rgba(148, 152, 220, .2);--text: #eceef8;--text-2: #c6c9e0;--muted: #8a8daa;--primary: #818cf8;--primary-2: #a78bfa;--primary-hover: #9aa3fb;--grad: linear-gradient(135deg, #6d70f5 0%, #9d6ff8 60%, #b46cf9 100%);--grad-soft: linear-gradient(135deg, rgba(129,140,248,.16), rgba(183,108,249,.14));--danger: #f87171;--success: #34d399;--warning: #fbbf24;--success-bg: #10281f;--success-fg: #34d399;--error-bg: #331516;--error-fg: #f87171;--info-bg: #1b1e3f;--info-fg: #a5b4fc;--shadow: 0 1px 2px rgba(0,0,0,.35), 0 8px 26px rgba(0,0,0,.45);--shadow-hover: 0 6px 14px rgba(0,0,0,.4), 0 18px 50px rgba(0,0,0,.55);--shadow-lg: 0 24px 80px rgba(0,0,0,.65);--header-bg: rgba(18, 20, 36, .72);--nav-inactive: rgba(129, 140, 248, .12);--ring: rgba(129, 140, 248, .45)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,Roboto,system-ui,sans-serif;background:radial-gradient(900px 500px at 85% -10%,var(--bg-glow-1),transparent 60%),radial-gradient(700px 400px at -10% 30%,var(--bg-glow-2),transparent 60%),var(--bg);background-attachment:fixed;color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;letter-spacing:-.011em}::selection{background:#8b5cf640}h1{font-size:1.85rem;font-weight:750;margin:0 0 4px;letter-spacing:-.03em}h2{letter-spacing:-.02em}h3{font-weight:650;letter-spacing:-.015em}.muted{color:var(--muted)}.mono{font-family:var(--mono);font-size:.82rem}.center{display:grid;place-items:center;min-height:50vh}*{scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent}*::-webkit-scrollbar{width:9px;height:9px}*::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:10px}*::-webkit-scrollbar-track{background:transparent}.shell{min-height:100vh}.topbar{background:var(--header-bg);-webkit-backdrop-filter:saturate(180%) blur(22px);backdrop-filter:saturate(180%) blur(22px);border-bottom:1px solid var(--separator);position:sticky;top:0;z-index:30}.topbar-inner{display:flex;align-items:center;gap:18px;height:58px;max-width:1160px;margin:0 auto;padding:0 24px}.brand{font-weight:800;font-size:1.2rem;letter-spacing:-.03em;display:flex;align-items:center;gap:8px;flex:none}.brand-mark{display:block;width:46px;height:46px;object-fit:contain;background:none;border-radius:0;box-shadow:none}.topbar nav{display:flex;gap:3px;min-width:0}.topbar nav a{padding:7px 14px;border-radius:980px;color:var(--text-2);text-decoration:none;font-weight:560;font-size:.9rem;transition:background .15s,color .15s,box-shadow .15s}.topbar nav a:hover{background:var(--nav-inactive);color:var(--text)}.topbar nav a.active{background:var(--grad);color:#fff;box-shadow:0 4px 14px var(--ring)}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:12px}.topbar-right .user{font-size:.82rem;color:var(--muted);display:flex;align-items:center;gap:7px}.menu-toggle{display:none;margin-left:auto;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:none;border-radius:12px;background:var(--nav-inactive);color:var(--text);cursor:pointer;transition:background .15s}.menu-toggle:hover{background:var(--separator)}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0000006b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fade .18s ease}.mobile-menu{position:fixed;top:0;right:0;z-index:41;height:100%;width:min(82vw,320px);display:flex;flex-direction:column;gap:4px;padding:18px 16px;background:var(--header-bg);border-left:1px solid var(--separator);-webkit-backdrop-filter:saturate(180%) blur(22px);backdrop-filter:saturate(180%) blur(22px);box-shadow:-12px 0 40px #00000047;transform:translate(100%);transition:transform .24s cubic-bezier(.2,.9,.3,1);visibility:hidden;overflow-y:auto}.mobile-menu.open{transform:translate(0);visibility:visible}.mobile-menu-user{display:flex;align-items:center;gap:9px;padding:6px 8px 14px;font-weight:700;border-bottom:1px solid var(--separator);margin-bottom:8px}.mobile-menu-name{font-size:1.02rem}.mobile-menu-nav{display:flex;flex-direction:column;gap:3px}.mobile-menu-nav a{padding:12px 14px;border-radius:12px;color:var(--text);text-decoration:none;font-weight:600;font-size:1rem;transition:background .15s,color .15s}.mobile-menu-nav a:hover{background:var(--nav-inactive)}.mobile-menu-nav a.active{background:var(--grad);color:#fff;box-shadow:0 4px 14px var(--ring)}.mobile-menu-foot{margin-top:auto;padding-top:14px;border-top:1px solid var(--separator);display:flex;flex-direction:column;gap:12px}.mobile-menu-theme{display:flex;align-items:center;justify-content:space-between}.mobile-menu-logout{justify-content:center}.content{padding:30px 24px 90px;max-width:1160px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px}.btn{border:1px solid transparent;background:var(--surface);color:var(--text);padding:9px 17px;border-radius:980px;font-weight:600;cursor:pointer;font-size:.9rem;font-family:inherit;line-height:1;white-space:nowrap;display:inline-flex;align-items:center;gap:7px;box-shadow:var(--shadow);transition:transform .1s,box-shadow .18s,background .15s,opacity .15s}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-hover)}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-sm{padding:6px 12px;font-size:.82rem;box-shadow:none;border-color:var(--separator)}.btn-sm:hover:not(:disabled){transform:none;box-shadow:var(--shadow)}.btn-primary{background:var(--grad);color:#fff;box-shadow:0 6px 18px var(--ring)}.btn-primary:hover:not(:disabled){box-shadow:0 8px 24px var(--ring);filter:brightness(1.06)}.btn-danger{background:var(--danger);color:#fff;box-shadow:0 6px 16px #ef44444d}.btn-ghost{background:transparent;color:var(--primary);box-shadow:none}.btn-ghost:hover:not(:disabled){background:var(--nav-inactive);transform:none;box-shadow:none}a.btn{text-decoration:none}label{display:flex;flex-direction:column;gap:6px;font-size:.78rem;color:var(--muted);font-weight:600;letter-spacing:.01em}input,select,textarea{border:1px solid var(--separator);background:var(--surface-2);color:var(--text);padding:11px 14px;border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}input:focus,select:focus,textarea:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3.5px var(--ring)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2385879e' d='M6 8L2 4h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.form-inline{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap}.form-inline label{flex:1;min-width:140px}.check{flex-direction:row;align-items:center;gap:11px;font-size:.92rem;color:var(--text);font-weight:450;margin-bottom:8px}.check input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:46px;height:28px;border-radius:980px;background:var(--surface-3);cursor:pointer;outline:none;transition:background .2s;flex:none;padding:0;border:none}.check input[type=checkbox]:after{content:"";position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0000004d;transition:transform .2s}.check input[type=checkbox]:checked{background:var(--grad)}.check input[type=checkbox]:checked:after{transform:translate(18px)}.card{background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);margin-bottom:18px}.toolbar{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap;align-items:center}.toolbar .search,.toolbar select{background-color:var(--surface);border-color:var(--border);box-shadow:var(--shadow)}.toolbar .search:focus,.toolbar select:focus{box-shadow:var(--shadow),0 0 0 3.5px var(--ring)}.search{flex:1;min-width:220px;max-width:500px;border-radius:980px;padding-left:40px;font-size:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2385879e' stroke-width='2.2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center}.dropzone{border:2px dashed var(--border);border-radius:var(--radius);padding:26px;text-align:center;color:var(--muted);margin-bottom:18px;transition:.18s;font-size:.9rem;background:var(--surface)}.dropzone.drag{border-color:var(--primary);background:var(--grad-soft);color:var(--primary);transform:scale(1.005)}.table-wrap{overflow-x:auto;border-radius:var(--radius);background:var(--surface);border:1px solid var(--separator);box-shadow:var(--shadow)}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td{text-align:left;padding:12px 15px;border-bottom:1px solid var(--separator);vertical-align:middle}.data-table th{font-weight:650;color:var(--muted);font-size:.71rem;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr{transition:background .12s}.data-table tbody tr:hover{background:var(--grad-soft)}.data-table td.name{font-weight:570}.row-actions{display:flex;gap:6px;justify-content:flex-end}.link{cursor:pointer}.link:hover{color:var(--primary)}.pill{display:inline-flex;align-items:center;padding:2.5px 10px;border-radius:980px;font-size:.72rem;font-weight:650;background:var(--surface-3);color:var(--text-2)}.pill.mini{font-size:.65rem;padding:1.5px 8px;margin-left:6px}.pill-web{background:var(--info-bg);color:var(--info-fg)}.pill-email{background:#fdf1d7;color:#a16207}.pill-admin{background:var(--grad-soft);color:var(--primary)}.pill-editor{background:var(--success-bg);color:var(--success-fg)}.pill-reader,.pill-user{background:var(--surface-3)}.pill-identified{background:var(--success-bg);color:var(--success-fg)}.pill-pending{background:#fdf1d7;color:#a16207}.pill-failed{background:var(--error-bg);color:var(--error-fg)}:root[data-theme=dark] .pill-email,:root[data-theme=dark] .pill-pending{background:#33270e;color:#fbbf24}.banner{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 17px;border-radius:var(--radius-sm);margin-bottom:16px;font-size:.9rem;font-weight:520;border:1px solid transparent}.banner-success{background:var(--success-bg);color:var(--success-fg);border-color:#10b98133}.banner-error{background:var(--error-bg);color:var(--error-fg);border-color:#ef444433}.banner-close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:inherit;line-height:1;opacity:.55}.banner-close:hover{opacity:1}.empty{padding:60px 30px;text-align:center;color:var(--muted);background:var(--surface);border:1.5px dashed var(--border);border-radius:var(--radius);font-size:.95rem}.login-screen{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(800px 500px at 75% 15%,rgba(139,92,246,.22),transparent 55%),radial-gradient(700px 500px at 15% 85%,rgba(99,102,241,.18),transparent 55%),var(--bg)}.login-card{background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius-lg);padding:38px;width:100%;max-width:390px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:17px}.login-brand{text-align:center}.login-brand .brand-mark{width:100%;max-width:230px;height:auto;margin:4px auto 6px;border-radius:0;background:none;box-shadow:none}.header-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.muted.warn{color:var(--warning)}.quick-access{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.quick-chip{display:inline-flex;align-items:center;gap:7px;background:var(--surface);border:1px solid var(--separator);border-radius:980px;padding:8px 15px;font-size:.85rem;font-weight:580;color:var(--text-2);cursor:pointer;box-shadow:var(--shadow);text-decoration:none;transition:transform .1s,box-shadow .18s,border-color .15s,color .15s}.quick-chip:hover{transform:translateY(-1px);box-shadow:var(--shadow-hover);border-color:var(--primary);color:var(--primary)}.quick-chip:active{transform:scale(.96)}.quick-count{background:var(--grad-soft);border-radius:980px;padding:1px 8px;font-size:.72rem;color:var(--primary);font-weight:700}.name-input{padding:6px 10px;font-size:.86rem;min-width:120px}.view-switch{display:flex;gap:0;margin-left:auto;background:var(--surface-3);border-radius:11px;padding:3px}.view-btn{border:none;background:transparent;color:var(--muted);padding:6px 14px;cursor:pointer;font-size:.95rem;line-height:1;border-radius:8px;transition:background .15s,box-shadow .15s,color .15s;font-weight:650}.view-btn:hover{color:var(--text)}.view-btn.active{background:var(--surface);color:var(--primary);box-shadow:0 2px 6px #00000024}.cover{display:block;object-fit:cover;border-radius:9px;background:var(--surface-3);box-shadow:0 2px 8px #191a2e29}.cover-grid{width:100%;aspect-ratio:2 / 3}.cover-detail{width:165px;aspect-ratio:2 / 3;border-radius:13px;box-shadow:0 12px 30px #191a2e40}.cover-thumb{width:35px;height:51px;border-radius:6px}.cover-default{background:var(--surface-3);border:1px solid var(--separator)}:root[data-theme=dark] .cover-default{filter:brightness(.34) contrast(1.08)}.cover-btn{padding:0;border:none;background:none;cursor:pointer;width:100%;display:block;line-height:0;font-size:0;transition:transform .16s}.cover-btn:hover{transform:translateY(-3px)}.cover-btn:hover .cover{box-shadow:0 14px 32px #191a2e4d}.cover-btn:active{transform:scale(.97)}.covers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:20px}.cover-card{display:flex;flex-direction:column;gap:9px;position:relative}.cover-thumb-wrap{position:relative;display:block;line-height:0}.cover-meta{min-height:40px}.cover-title{font-weight:640;font-size:.82rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cover-author{font-size:.75rem}.cover-card .actions{justify-content:center}.cell-cover{width:47px}.cover-thumb-wrap .select-box{position:absolute;top:10px;left:10px;z-index:3;background:#14142359;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1.5px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #00000059}.cover-thumb-wrap .select-box:hover{background:#14142380}.cover-thumb-wrap .select-box:checked{background:var(--grad);border-color:#ffffffe6}.cover-card.selected .cover{box-shadow:0 0 0 3px var(--primary),0 8px 20px var(--ring)}.cover-card.selected .cover-title{color:var(--primary)}.actions{display:flex;gap:4px;align-items:center;justify-content:flex-end}.menu-wrap{position:relative}.menu{position:absolute;right:0;top:100%;margin-top:7px;background:var(--surface);border:1px solid var(--separator);border-radius:14px;box-shadow:var(--shadow-lg);min-width:195px;z-index:40;padding:6px;display:flex;flex-direction:column;animation:pop .14s ease-out}@keyframes pop{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:none}}.cover-card .menu-wrap{position:static}.cover-card .menu{right:auto;left:50%;transform:translate(-50%);min-width:0;width:max-content;max-width:172px}.cover-card .menu button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes pop-c{0%{opacity:0;transform:translate(-50%) translateY(-4px) scale(.98)}to{opacity:1;transform:translate(-50%)}}.cover-card .menu{animation-name:pop-c}.menu button{text-align:left;background:none;border:none;color:var(--text);padding:9px 12px;border-radius:9px;cursor:pointer;font-size:.88rem;font-weight:480}.menu button:hover{background:var(--grad-soft);color:var(--primary)}.menu .menu-danger{color:var(--danger)}.menu .menu-danger:hover{background:var(--error-bg);color:var(--error-fg)}.menu-sep{font-size:.66rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:8px 12px 3px;border-top:1px solid var(--separator);margin-top:4px;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d0f1c80;display:grid;place-items:center;padding:16px;z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fade .16s ease-out}@keyframes fade{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius-lg);width:100%;max-width:730px;max-height:92vh;overflow-y:auto;box-shadow:var(--shadow-lg);animation:rise .2s cubic-bezier(.2,.9,.3,1.2)}@keyframes rise{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:19px 24px;border-bottom:1px solid var(--separator);position:sticky;top:0;background:var(--surface);z-index:2}.modal-head h2{font-size:1.2rem;margin:0}.detail-body{display:flex;gap:24px;padding:24px;flex-wrap:wrap}.detail-cover{display:flex;flex-direction:column;gap:11px;align-items:center}.detail-file{font-size:.72rem;max-width:165px;text-align:center;word-break:break-all}.detail-fields{flex:1;min-width:260px;display:grid;grid-template-columns:1fr 1fr;gap:13px}.detail-fields .full{grid-column:1 / -1}.detail-fields textarea{resize:vertical}.modal-actions{display:flex;gap:8px;padding:17px 24px;border-top:1px solid var(--separator);flex-wrap:wrap;align-items:center;position:sticky;bottom:0;background:var(--surface)}.stat-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:13px;margin-bottom:22px}.stat-tile{background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius);padding:19px;box-shadow:var(--shadow);position:relative;overflow:hidden;transition:transform .12s,box-shadow .18s}.stat-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.stat-tile:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--grad);opacity:.85}.stat-icon{font-size:1.15rem;margin-bottom:6px}.stat-value{font-size:1.85rem;font-weight:780;letter-spacing:-.03em;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:.8rem;margin-top:2px;font-weight:550}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.stat-grid .card h3{margin:0 0 15px;font-size:1.05rem}.barlist{display:flex;flex-direction:column;gap:10px}.bar-row{display:grid;grid-template-columns:40% 1fr auto;gap:11px;align-items:center}.bar-label{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.bar-track{background:var(--surface-3);border-radius:980px;height:9px;overflow:hidden}.bar-fill{display:block;height:100%;background:var(--grad);border-radius:980px;transition:width .5s cubic-bezier(.2,.8,.2,1)}.bar-value{font-size:.78rem;color:var(--muted);min-width:28px;text-align:right;font-weight:650}.list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(225px,1fr));gap:14px}.list-card{display:flex;justify-content:space-between;align-items:center;gap:10px;transition:transform .12s,box-shadow .18s}.list-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.list-open{flex:1;text-align:left;background:none;border:none;cursor:pointer;color:var(--text)}.list-open h3{margin:0 0 2px;font-size:1.05rem}.list-open p{margin:0}.mail-alert{display:flex;align-items:center;gap:15px;padding:16px 18px;margin-bottom:20px;border-radius:var(--radius);background:var(--grad);color:#fff;box-shadow:0 10px 34px var(--ring);animation:mail-in .3s cubic-bezier(.2,.9,.3,1.2)}@keyframes mail-in{0%{opacity:0;transform:translateY(-8px) scale(.99)}to{opacity:1;transform:none}}.mail-alert-icon{flex:none;font-size:1.5rem;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff3;animation:mail-pulse 2.4s ease-in-out infinite}@keyframes mail-pulse{0%,to{box-shadow:0 0 #ffffff73}55%{box-shadow:0 0 0 11px #fff0}}@media(prefers-reduced-motion:reduce){.mail-alert,.mail-alert-icon{animation:none}}.mail-alert-body{flex:1;min-width:0}.mail-alert-title{display:block;font-size:1.02rem;font-weight:700;letter-spacing:-.015em}.mail-alert-books{margin:2px 0 0;font-size:.82rem;opacity:.88;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mail-alert-cta{flex:none;background:#fff;color:var(--primary);border-color:transparent}.mail-alert .banner-close{flex:none;color:#fff;opacity:.75}.recent-section{margin-top:30px}.recent-section-first{margin-top:0}.recent-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.recent-head h2{margin:0;font-size:1.15rem;font-weight:700}.recent-list{background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.recent-row{display:flex;align-items:center;gap:10px;width:100%;padding:8px 15px;border-bottom:1px solid var(--separator);color:var(--text);font-size:.9rem;transition:background .12s}.recent-row:last-child{border-bottom:none}.recent-row:hover{background:var(--grad-soft)}.recent-open{flex:1;min-width:0;display:flex;align-items:center;gap:13px;border:none;background:none;color:inherit;text-align:left;font-family:inherit;font-size:inherit;cursor:pointer;padding:2px 0}.recent-info{flex:1;min-width:0;display:flex;flex-direction:column}.recent-title{font-weight:570;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-author{font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-format{flex:none}.recent-more{display:flex;justify-content:center;margin-top:12px}.readbar{display:flex;align-items:center;gap:7px;margin-top:5px;max-width:220px}.readbar-track{flex:1;height:5px;border-radius:980px;background:var(--surface-3);overflow:hidden}.readbar-fill{display:block;height:100%;background:var(--grad);border-radius:980px}.readbar-pct{flex:none;font-size:.68rem;font-weight:700;color:var(--primary)}.readbar-inline{display:flex;margin-top:4px}@media(max-width:600px){.mail-alert{flex-wrap:wrap}.mail-alert-cta{width:100%;justify-content:center;order:4}.recent-format{display:none}}.fm{background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.fm-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--surface-2);border-bottom:1px solid var(--separator);font-size:.88rem;flex-wrap:wrap}.fm-crumb{background:none;border:none;padding:4px 8px;border-radius:8px;cursor:pointer;color:var(--primary);font-weight:600;font-size:.88rem}.fm-crumb:hover{background:var(--nav-inactive)}.fm-crumb.current{color:var(--text);cursor:default}.fm-crumb.current:hover{background:none}.fm-sep{color:var(--muted)}.fm-spacer{flex:1}.fm-count{font-size:.82rem;white-space:nowrap}.fm-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 14px;border:none;border-bottom:1px solid var(--separator);background:none;color:var(--text);text-align:left;font-size:.88rem}.fm-row:last-child{border-bottom:none}button.fm-row{cursor:pointer}button.fm-row:hover,.fm-file:hover{background:var(--surface-2)}.fm-icon{font-size:1.15rem;flex:none;line-height:1}.fm-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-folder .fm-name{font-weight:600}.fm-meta{flex:none;font-size:.8rem;white-space:nowrap}.fm-chev{flex:none;color:var(--muted);font-weight:700}.fm-actions{flex:none;display:flex;gap:6px}.fm-up .fm-name{color:var(--muted)}@media(max-width:600px){.fm-meta{display:none}.fm-row{padding:10px 11px;gap:9px}}.list-card-actions{display:flex;gap:6px;flex:none}.list-linked{display:inline-flex;align-items:center;gap:4px;margin-top:8px}.list-linked .read-dot{width:12px;height:12px}.pill.mini,.muted.mini{font-size:.68rem;padding:1px 6px}.list-users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px 14px;max-height:320px;overflow-y:auto}.list-user-check{display:flex;flex-direction:row;align-items:center;gap:9px;font-size:.88rem;color:var(--text);font-weight:450;min-width:0}.list-user-check input[type=checkbox]{width:18px;height:18px;flex:none;padding:0;margin:0;border-radius:5px;accent-color:var(--primary);cursor:pointer}.list-user-check .read-dot{flex:none}.list-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-switch{display:flex;gap:0;flex:none;background:var(--surface-3);border-radius:980px;padding:3px}.theme-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:26px;padding:0;border:none;background:none;border-radius:980px;cursor:pointer;color:var(--muted);transition:background .15s,color .15s}.theme-btn:hover{color:var(--text)}.theme-btn.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow)}.modal-narrow{max-width:720px}.cover-picker{padding:4px 0 8px;min-height:120px}.cover-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px;max-height:52vh;overflow-y:auto;padding:4px}.cover-option{display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--surface-2);border:2px solid transparent;border-radius:12px;padding:10px;cursor:pointer;color:var(--text);text-align:center;transition:border-color .15s,transform .12s,box-shadow .18s}.cover-option:hover:not(:disabled){border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.cover-option:disabled{opacity:.5;cursor:default}.cover-option img{width:100%;max-height:190px;object-fit:contain;border-radius:7px;background:#fff;box-shadow:var(--shadow)}.cover-source{font-size:.68rem}.pill-doc{background:var(--grad);color:#fff}.cover-option-label{font-size:.72rem;color:var(--muted);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:600px){.cover-options{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.cover-option img{max-height:140px}}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.btn-icon svg{flex:none}.fm-blocks{display:flex;flex-direction:column;gap:14px}.fm-block{display:flex;flex-direction:column}.fm-block-head{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:var(--surface);border:1px solid var(--separator);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text);text-align:left;font-size:.92rem;cursor:pointer;transition:transform .12s,box-shadow .18s}.fm-block-head:hover{transform:translateY(-1px);box-shadow:var(--shadow-hover)}.fm-block-head .fm-name{font-weight:600}.fm-block-unlisted{border-style:dashed;background:var(--surface-2)}.fm-toggle{flex:none;background:none;border:none;cursor:pointer;color:var(--muted);padding:2px 4px;font-size:.7rem;transition:transform .15s}.fm-toggle.open{transform:rotate(0)}.send-popover{min-width:240px;right:0;left:auto}.send-label{font-weight:550}.send-mail{display:block;font-size:.74rem}.addr-list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.addr-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.addr-row input{flex:1;min-width:150px}.addr-label{max-width:240px}.addr-default{flex:none}.suggest{position:relative;display:flex;flex-direction:column}.suggest-list{position:absolute;top:100%;left:0;right:0;margin-top:5px;z-index:60;background:var(--surface);border:1px solid var(--separator);border-radius:12px;box-shadow:var(--shadow-lg);padding:5px;max-height:240px;overflow-y:auto}.suggest-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:none;border:none;cursor:pointer;color:var(--text);padding:8px 10px;border-radius:8px;font-size:.85rem;font-weight:450}.suggest-item.active{background:var(--nav-inactive)}.suggest-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggest-count{flex:none;font-size:.75rem}.var-chips{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.chip{background:var(--surface-2);border:1px solid var(--separator);border-radius:980px;padding:5px 13px;font-size:.78rem;cursor:pointer;font-family:var(--mono);color:var(--text-2);transition:all .15s}.chip:hover{background:var(--grad);color:#fff;border-color:transparent}.card h3{margin-top:0}.role-select{padding:6px 28px 6px 11px;font-size:.82rem}.read-dots{display:inline-flex;gap:3px;vertical-align:middle;margin-left:4px}.read-dot{display:inline-block;width:11px;height:11px;border-radius:50%;box-shadow:inset 0 0 0 1px #00000026,0 1px 2px #00000026;flex:none}.read-dot.is-me{box-shadow:inset 0 0 0 1px #00000026,0 0 0 2px var(--surface),0 0 0 3.5px var(--primary)}.read-dots-btn{border:none;background:none;cursor:pointer;padding:3px 5px;border-radius:9px;display:inline-flex;align-items:center;transition:background .15s}.read-dots-btn:hover{background:var(--nav-inactive)}.read-add{color:var(--muted);font-size:.78rem;font-weight:800}.read-section{padding:0 24px 20px;border-top:1px solid var(--separator)}.read-section h3{font-size:1.05rem;margin:17px 0 10px}.read-users{margin-top:10px}.read-user-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 16px;max-height:240px;overflow-y:auto}@media(max-width:600px){.read-user-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.read-user{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:.88rem;color:var(--text);font-weight:450;min-width:0}.read-user input[type=checkbox]{width:18px;height:18px;flex:none;padding:0;margin:0;border-radius:5px;accent-color:var(--primary);cursor:pointer}.read-user>span:not(.read-dot){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.read-user .read-dot{flex:none}.color-input{width:44px;height:32px;padding:2px;border-radius:9px;cursor:pointer}.user-swatch{display:inline-block;width:18px;height:18px;border-radius:50%;box-shadow:inset 0 0 0 1px #00000026,0 1px 3px #0003;vertical-align:middle}.popover{position:absolute;top:100%;left:0;margin-top:7px;background:var(--surface);border:1px solid var(--separator);border-radius:14px;box-shadow:var(--shadow-lg);z-index:50;padding:6px;min-width:215px;max-height:280px;overflow-y:auto;animation:pop .14s ease-out}.popover-title{font-size:.66rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:7px 11px 4px;font-weight:700}.popover-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:none;border:none;padding:8px 11px;border-radius:9px;cursor:pointer;font-size:.86rem;color:var(--text);font-weight:480}.popover-item:hover{background:var(--grad-soft)}.popover-item .check-mark{margin-left:auto;color:var(--primary);font-weight:800}.group-series{margin:0 0 22px}.series-head{display:flex;align-items:center;gap:11px;padding:9px 16px;margin-bottom:10px;position:sticky;top:58px;z-index:5;cursor:pointer;background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--separator);border-radius:980px;box-shadow:var(--shadow)}.series-head .series-title{font-size:1.05rem;font-weight:700}.series-head .series-badge{background:var(--grad-soft);border-radius:980px;padding:1.5px 10px;font-size:.72rem;color:var(--primary);font-weight:700}.series-head .chev{color:var(--muted);transition:transform .2s;margin-left:auto;font-size:.75rem}.series-head.collapsed .chev{transform:rotate(-90deg)}.batch-drawer{position:fixed;top:0;right:0;bottom:0;width:340px;z-index:80;background:var(--surface);border-left:1px solid var(--separator);box-shadow:-10px 0 50px #00000038;display:flex;flex-direction:column;animation:slidein .22s cubic-bezier(.2,.9,.3,1)}body.drawer-open .shell{padding-right:340px;transition:padding-right .22s ease}@keyframes slidein{0%{transform:translate(100%)}to{transform:none}}.batch-drawer-head{padding:16px 18px;border-bottom:1px solid var(--separator);display:flex;align-items:center;justify-content:space-between;gap:10px}.batch-drawer-body{padding:18px;overflow-y:auto;display:flex;flex-direction:column;gap:22px}.drawer-section{display:flex;flex-direction:column;gap:9px}.drawer-section h4{margin:0 0 2px;font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.drawer-section .btn{justify-content:center}.batch-count{font-weight:700;font-size:.95rem;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.select-check{width:20px;height:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:7px;background:var(--surface);border:1.5px solid var(--border);cursor:pointer;position:relative;flex:none;transition:background .12s,border-color .12s}.select-check:hover{border-color:var(--primary)}.select-check:checked{background:var(--grad);border-color:transparent}.select-check:checked:after{content:"✓";color:#fff;font-size:.78rem;font-weight:800;position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.pager{display:flex;align-items:center;gap:8px;justify-content:center;margin:24px 0 8px;flex-wrap:wrap}.pager-info{font-size:.85rem;color:var(--muted);font-weight:600;padding:0 6px}.pager-size{padding:6px 28px 6px 12px;font-size:.82rem}.dup-cluster{padding:17px 19px}.dup-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.dup-books{display:flex;flex-direction:column;gap:8px}.dup-book{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:13px;background:var(--surface-2);cursor:pointer;font-weight:450;color:var(--text);border:1.5px solid transparent;transition:border-color .15s,background .15s}.dup-book:hover{border-color:var(--border)}.dup-book.keep{background:var(--success-bg);border-color:var(--success)}.dup-book input[type=radio]{width:18px;height:18px;flex:none;accent-color:var(--primary)}.dup-info{flex:1;min-width:0}.dup-name{font-weight:620;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dup-meta{font-size:.78rem;margin-top:2px}.dup-keep-badge{font-size:.72rem;font-weight:750;color:var(--success-fg);background:var(--surface);border-radius:980px;padding:3px 11px;flex:none;box-shadow:var(--shadow)}.diag-grid{display:grid;grid-template-columns:1fr;gap:6px;margin-top:8px}.diag-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;background:var(--surface-2);border-radius:10px;font-size:.86rem;flex-wrap:wrap}@media(max-width:1160px){.topbar-inner{flex-wrap:wrap;height:auto;padding:9px 20px;gap:10px 14px}.topbar nav{order:3;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:3px;scrollbar-width:none}.topbar nav::-webkit-scrollbar{display:none}.topbar nav a{white-space:nowrap}.topbar-right{flex-wrap:wrap;justify-content:flex-end}.content{padding:24px 20px 90px}.series-head{top:6px}}@media(max-width:760px){body{font-size:15px}.topbar-inner{flex-wrap:nowrap;height:56px;gap:8px;padding:9px 14px}.topbar .topbar-nav,.topbar .topbar-right{display:none}.menu-toggle{display:inline-flex}body.menu-open{overflow:hidden}.content{padding:18px 14px 100px}.page-header{flex-direction:column}.header-actions{width:100%}.toolbar{flex-direction:column;align-items:stretch}.toolbar .search,.toolbar select{width:100%;max-width:none}.view-switch{margin-left:0;align-self:flex-start}.detail-fields{grid-template-columns:1fr}.covers-grid{grid-template-columns:repeat(auto-fill,minmax(106px,1fr));gap:14px}.data-table{font-size:.84rem}.data-table th,.data-table td{padding:9px}.bar-row{grid-template-columns:44% 1fr auto}body.drawer-open .shell{padding-right:0;padding-bottom:60vh}.batch-drawer{top:auto;left:0;right:0;bottom:0;width:100%;max-height:60vh;border-left:none;border-top:1px solid var(--separator);border-radius:20px 20px 0 0;box-shadow:0 -10px 40px #00000040;animation:rise .22s cubic-bezier(.2,.9,.3,1)}}.reader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;flex-direction:column;background:var(--bg)}.reader-bar{display:flex;align-items:center;gap:14px;padding:8px 16px;height:52px;flex:none;border-bottom:1px solid var(--separator);background:var(--header-bg);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.reader-title{flex:1;min-width:0;font-weight:650;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-bar-right{flex:none;display:flex;align-items:center;gap:8px}.reader-center{flex:1;display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;text-align:center;padding:30px}.reader-stage{flex:1;position:relative;display:flex;min-height:0;padding-bottom:33px}.reader-epub,.reader-pdf{flex:1;min-width:0;height:100%}.reader-epub{padding:0 8px}.reader-pdf{overflow:auto;display:flex;justify-content:center;align-items:flex-start;padding:16px;background:var(--surface-2)}.reader-pdf canvas{max-width:100%;height:auto;box-shadow:var(--shadow);border-radius:4px}.reader-nav{flex:none;width:54px;border:none;background:none;cursor:pointer;font-size:2.4rem;line-height:1;color:var(--muted);transition:color .15s,background .15s;z-index:2}.reader-nav:hover:not(:disabled){color:var(--primary);background:var(--grad-soft)}.reader-nav:disabled{opacity:.25;cursor:default}.reader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:3}.reader-pageinfo{position:absolute;bottom:44px;left:50%;transform:translate(-50%);background:var(--surface);border:1px solid var(--separator);border-radius:980px;padding:4px 14px;font-size:.8rem;font-weight:600;color:var(--text-2);box-shadow:var(--shadow);z-index:4}.reader-progress{position:absolute;left:0;right:0;bottom:0;z-index:4;display:flex;align-items:center;gap:10px;padding:6px 14px;background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--separator)}.reader-progress-bar{flex:1;height:6px;border-radius:980px;background:var(--surface-3);overflow:hidden}.reader-progress-fill{height:100%;background:var(--grad);border-radius:980px;transition:width .3s ease}.reader-progress-pct{flex:none;font-size:.75rem;font-weight:700;color:var(--primary);min-width:34px;text-align:right}@media(max-width:600px){.reader-nav{width:40px;font-size:2rem}.reader-epub{padding:0}}
