
:root {
    --lc-primary: #1f4c8f;
    --lc-primary-2: #2f6fbd;
    --lc-primary-dark: #183b70;
    --lc-primary-soft: #eef5ff;
    --lc-accent: #f59931;
    --lc-accent-dark: #d87912;
    --lc-accent-soft: #fff4e5;
    --lc-white: #ffffff;
    --lc-bg: #f7faff;
    --lc-surface: rgba(255,255,255,.9);
    --lc-border: rgba(31,76,143,.13);
    --lc-text: #0f172a;
    --lc-muted: #64748b;
    --lc-shadow: 0 18px 55px rgba(31,76,143,.13);
    --lc-shadow-soft: 0 10px 30px rgba(31,76,143,.09);
    --lc-radius: 20px;
    --lc-sidebar-width: 268px;
    --lc-mobile-nav-height: 72px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;min-height:100%}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--lc-text);background:radial-gradient(circle at top left,rgba(31,76,143,.13),transparent 32rem),radial-gradient(circle at 88% 5%,rgba(245,153,49,.10),transparent 25rem),linear-gradient(135deg,#f7faff 0%,#eef5ff 45%,#fff 100%);font-size:.92rem}
button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.lc-shell{min-height:100vh;display:flex}.lc-main{width:100%;min-width:0;padding-left:var(--lc-sidebar-width);transition:padding .25s ease}.lc-content{padding:22px;max-width:1680px;margin:0 auto}

.lc-sidebar{position:fixed;inset:0 auto 0 0;width:var(--lc-sidebar-width);height:100vh;display:flex;flex-direction:column;padding:12px;color:rgba(255,255,255,.95);background:linear-gradient(165deg,rgba(31,76,143,.99) 0%,rgba(24,59,112,.99) 50%,rgba(16,42,85,.99) 100%),radial-gradient(circle at 18% 8%,rgba(245,153,49,.28),transparent 28rem);box-shadow:14px 0 45px rgba(31,76,143,.2);overflow:hidden;z-index:1030;transition:transform .25s ease}
.lc-sidebar:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.17),transparent 13rem),radial-gradient(circle at 92% 18%,rgba(245,153,49,.14),transparent 14rem),linear-gradient(180deg,rgba(255,255,255,.07),transparent 38%)}
.lc-sidebar>*{position:relative;z-index:1}.lc-sidebar-brand{display:flex;align-items:center;min-height:68px;padding:5px 6px 14px;border-bottom:1px solid rgba(255,255,255,.10)}.lc-brand-lockup{display:flex;align-items:center;min-width:0;gap:11px}.lc-brand-mark{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;color:var(--lc-primary-dark);background:linear-gradient(135deg,#fff,#f4f8ff);font-weight:950;font-size:1.05rem;box-shadow:0 10px 24px rgba(0,0,0,.12)}.lc-brand-text{display:grid;gap:2px}.lc-brand-text strong{font-size:.78rem;letter-spacing:.12em}.lc-brand-text small{font-size:.65rem;color:rgba(255,255,255,.65)}.lc-sidebar-close{display:none;margin-left:auto;width:34px;height:34px;border:0;border-radius:10px;color:white;background:rgba(255,255,255,.08);font-size:1.4rem}
.lc-nav{display:flex;flex-direction:column;gap:5px;padding:18px 2px;overflow:auto}.lc-nav-label{padding:0 10px 7px;color:rgba(255,255,255,.5);font-size:.61rem;font-weight:850;letter-spacing:.12em}.lc-nav-label-spaced{margin-top:14px}.lc-nav-link{display:flex;align-items:center;gap:10px;min-height:44px;padding:8px 10px;border:1px solid transparent;border-radius:14px;color:rgba(255,255,255,.76);font-size:.8rem;font-weight:700;transition:.18s ease}.lc-nav-link:hover{color:#fff;background:rgba(255,255,255,.08)}.lc-nav-link.active{color:#fff;border-color:rgba(255,255,255,.14);background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.08));box-shadow:0 10px 24px rgba(0,0,0,.11)}.lc-nav-link.active:after{content:"";width:4px;height:22px;margin-left:auto;border-radius:99px;background:var(--lc-accent)}.lc-nav-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.08)}.lc-nav-icon svg{width:16px;height:16px}.lc-sidebar-footer{margin-top:auto;padding:12px 2px 2px}.lc-sidebar-mini-card{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.08)}.lc-mini-card-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;color:#fff;background:rgba(245,153,49,.22)}.lc-sidebar-mini-card strong,.lc-sidebar-mini-card span{display:block}.lc-sidebar-mini-card strong{font-size:.72rem}.lc-sidebar-mini-card div span{margin-top:2px;color:rgba(255,255,255,.58);font-size:.62rem}.lc-sidebar-overlay{display:none}

.lc-topbar{position:sticky;top:0;z-index:1020;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px;border-bottom:1px solid rgba(31,76,143,.10);background:rgba(247,250,255,.88);backdrop-filter:blur(18px)}.lc-topbar-heading{display:flex;align-items:center;min-width:0;gap:10px}.lc-menu-button{display:none;width:40px;height:40px;flex:0 0 40px;border:1px solid var(--lc-border);border-radius:13px;color:var(--lc-primary-dark);background:rgba(255,255,255,.82)}.lc-menu-button svg{width:19px;height:19px}.lc-page-heading-text{display:grid;min-width:0;gap:2px}.lc-page-title{margin:0;color:var(--lc-text);font-size:1.08rem;font-weight:950;letter-spacing:-.035em;line-height:1.18}.lc-page-subtitle{max-width:min(56vw,760px);color:var(--lc-muted);font-size:.75rem;font-weight:650;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-topbar-actions{display:flex;align-items:center;gap:8px}.lc-top-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 15px;border-radius:999px;font-size:.75rem;font-weight:800}.lc-top-action svg{width:15px;height:15px}.lc-top-action-primary{color:#fff;background:linear-gradient(135deg,var(--lc-primary),var(--lc-primary-2));box-shadow:0 11px 24px rgba(31,76,143,.22)}

.lc-card{border:1px solid var(--lc-border);border-radius:var(--lc-radius);background:var(--lc-surface);box-shadow:var(--lc-shadow-soft);backdrop-filter:blur(16px)}.lc-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.lc-card-head h3{margin:4px 0 0;font-size:1rem;font-weight:900;letter-spacing:-.025em}.lc-card-head>div{min-width:0}.lc-eyebrow{color:var(--lc-primary-dark);font-size:.65rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.lc-text-link{color:var(--lc-primary);font-size:.72rem;font-weight:800}.lc-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 16px;border:1px solid transparent;border-radius:999px;font-size:.76rem;font-weight:800;transition:.18s ease}.lc-btn:hover{transform:translateY(-1px)}.lc-btn-primary{color:#fff;background:linear-gradient(135deg,var(--lc-primary),var(--lc-primary-2));box-shadow:0 12px 24px rgba(31,76,143,.22)}.lc-btn-light{color:var(--lc-primary-dark);border-color:var(--lc-border);background:rgba(255,255,255,.88);box-shadow:0 10px 22px rgba(31,76,143,.07)}.lc-btn-sm{min-height:36px;padding:0 13px;font-size:.7rem}

.lc-dashboard-hero{position:relative;min-height:260px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:20px;padding:34px;overflow:hidden;border:1px solid rgba(31,76,143,.11);border-radius:26px;background:radial-gradient(circle at 92% 8%,rgba(245,153,49,.15),transparent 14rem),radial-gradient(circle at top right,rgba(31,76,143,.18),transparent 18rem),linear-gradient(135deg,rgba(255,255,255,.98),rgba(238,245,255,.86));box-shadow:0 20px 55px rgba(31,76,143,.09)}.lc-dashboard-hero:before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-75px;top:-85px;background:rgba(245,153,49,.13)}.lc-hero-copy{position:relative;z-index:2;align-self:center}.lc-hero-copy h2{max-width:760px;margin:10px 0 13px;font-size:clamp(1.85rem,4vw,3.25rem);line-height:1.01;letter-spacing:-.055em;font-weight:950}.lc-hero-copy p{max-width:690px;margin:0;color:var(--lc-muted);font-size:.9rem;line-height:1.7}.lc-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.lc-hero-visual{position:relative;min-height:190px}.lc-book-stack{position:absolute;width:115px;height:158px;border-radius:12px 18px 18px 12px;border:1px solid rgba(255,255,255,.55);box-shadow:0 25px 45px rgba(31,76,143,.17)}.lc-book-stack:before{content:"";position:absolute;inset:12px 12px auto;height:4px;border-radius:99px;background:rgba(255,255,255,.45)}.lc-book-stack-one{right:86px;top:18px;transform:rotate(-12deg);background:linear-gradient(160deg,#1f4c8f,#173861)}.lc-book-stack-two{right:28px;top:22px;transform:rotate(10deg);background:linear-gradient(160deg,#f7ae5d,#e9851b)}.lc-book-stack-three{right:55px;top:48px;transform:rotate(-1deg);background:linear-gradient(160deg,#fff,#eaf2ff)}.lc-hero-orb{position:absolute;right:80px;top:86px;width:72px;height:72px;display:grid;place-items:center;border-radius:22px;color:var(--lc-primary-dark);background:#fff;box-shadow:0 18px 38px rgba(31,76,143,.18);z-index:4}.lc-hero-orb svg{width:30px;height:30px}

.lc-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px}.lc-stat-card{position:relative;overflow:hidden;padding:15px;border:1px solid var(--lc-border);border-radius:20px;background:rgba(255,255,255,.83);box-shadow:var(--lc-shadow-soft)}.lc-stat-card:after{content:"";position:absolute;right:-22px;top:-22px;width:78px;height:78px;border-radius:999px;background:radial-gradient(circle,rgba(31,76,143,.18),transparent 70%)}.lc-stat-card-orange:after{background:radial-gradient(circle,rgba(245,153,49,.22),transparent 70%)}.lc-stat-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:13px;color:var(--lc-primary-dark);background:rgba(238,245,255,.9)}.lc-stat-card-orange .lc-stat-icon{color:#a95e0e;background:rgba(255,244,229,.95)}.lc-stat-icon svg{width:18px;height:18px}.lc-stat-label{margin:11px 0 4px;color:var(--lc-muted);font-size:.69rem;font-weight:750}.lc-stat-row{display:flex;align-items:baseline;gap:6px}.lc-stat-row strong{font-size:1.32rem;font-weight:950;letter-spacing:-.04em}.lc-stat-row span{color:#94a3b8;font-size:.62rem;font-weight:700}

.lc-dashboard-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:14px;margin-top:14px}.lc-overview-card,.lc-quick-card{padding:20px}.lc-format-overview{display:grid;gap:11px}.lc-format-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.72rem}.lc-format-label{display:flex;align-items:center;gap:7px;min-width:0}.lc-format-label span:last-child{color:var(--lc-muted);font-size:.66rem}.lc-format-dot{width:9px;height:9px;border-radius:50%}.lc-format-dot-blue{background:var(--lc-primary)}.lc-format-dot-orange{background:var(--lc-accent)}.lc-progress{height:8px;overflow:hidden;border-radius:99px;background:#edf2f7}.lc-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lc-primary),var(--lc-primary-2))}.lc-progress-orange span{background:linear-gradient(90deg,var(--lc-accent),#f8b25e)}.lc-overview-note{display:flex;align-items:flex-start;gap:9px;margin-top:18px;padding:12px;border:1px solid var(--lc-border);border-radius:14px;background:rgba(238,245,255,.6)}.lc-note-icon{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:9px;color:var(--lc-primary);background:#fff}.lc-overview-note p{margin:1px 0 0;color:var(--lc-muted);font-size:.69rem;line-height:1.5}.lc-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.lc-quick-item{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--lc-border);border-radius:15px;background:rgba(255,255,255,.72);transition:.18s ease}.lc-quick-item:hover{transform:translateY(-2px);border-color:rgba(31,76,143,.22);box-shadow:0 12px 26px rgba(31,76,143,.09)}.lc-quick-item>span{width:35px;height:35px;display:grid;place-items:center;flex:0 0 35px;border-radius:11px;color:var(--lc-primary-dark);background:var(--lc-primary-soft)}.lc-quick-item strong,.lc-quick-item small{display:block}.lc-quick-item strong{font-size:.72rem}.lc-quick-item small{margin-top:3px;color:var(--lc-muted);font-size:.61rem}

.lc-recent-card{margin-top:14px;padding:20px}.lc-book-grid{display:grid;gap:18px}.lc-book-grid-dashboard{grid-template-columns:repeat(6,minmax(0,1fr))}.lc-book-grid-library{grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:22px 18px}.lc-book-card{min-width:0}.lc-book-cover{position:relative;display:block;width:100%;aspect-ratio:2/3;overflow:hidden;border:1px solid var(--lc-border);border-radius:14px;background:#e9eff7;box-shadow:0 14px 28px rgba(31,76,143,.10)}.lc-book-cover img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}.lc-book-card:hover .lc-book-cover img{transform:scale(1.035)}.lc-cover-placeholder{height:100%;padding:20px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:linear-gradient(155deg,var(--lc-primary),var(--lc-primary-dark))}.lc-cover-placeholder span{width:max-content;padding:5px 7px;border-radius:7px;background:var(--lc-accent);font-size:.55rem;font-weight:950}.lc-cover-placeholder strong{font-size:.9rem;line-height:1.25}.lc-book-type{position:absolute;top:9px;right:9px;padding:5px 7px;border-radius:7px;color:#fff;background:rgba(15,23,42,.72);backdrop-filter:blur(8px);font-size:.53rem;font-weight:850}.lc-book-open{position:absolute;left:10px;right:10px;bottom:10px;padding:8px;border-radius:9px;color:#fff;background:linear-gradient(135deg,var(--lc-primary),var(--lc-primary-2));text-align:center;font-size:.62rem;font-weight:850;opacity:0;transform:translateY(8px);transition:.18s ease}.lc-book-card:hover .lc-book-open{opacity:1;transform:translateY(0)}.lc-book-meta{padding:10px 2px 0}.lc-book-title{display:block;overflow:hidden;color:var(--lc-text);font-size:.73rem;font-weight:850;white-space:nowrap;text-overflow:ellipsis}.lc-book-meta>span{display:block;margin-top:4px;overflow:hidden;color:var(--lc-muted);font-size:.62rem;white-space:nowrap;text-overflow:ellipsis}.lc-book-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px;padding-top:8px;border-top:1px solid rgba(31,76,143,.08)}.lc-book-footer small{color:#94a3b8;font-size:.56rem}.lc-delete-btn{border:0;padding:3px;color:#b91c1c;background:transparent;font-size:.58rem;font-weight:800}.lc-empty-state{display:flex;min-height:260px;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.lc-empty-state>span{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;color:var(--lc-primary);background:var(--lc-primary-soft)}.lc-empty-state>span svg{width:24px;height:24px}.lc-empty-state h4{margin:14px 0 6px;font-size:.95rem}.lc-empty-state p{max-width:440px;margin:0 0 18px;color:var(--lc-muted);font-size:.72rem;line-height:1.6}

.lc-page-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 26px;border:1px solid var(--lc-border);border-radius:22px;background:radial-gradient(circle at 92% 15%,rgba(245,153,49,.12),transparent 12rem),linear-gradient(135deg,rgba(255,255,255,.96),rgba(238,245,255,.78));box-shadow:var(--lc-shadow-soft)}.lc-page-banner h2{margin:6px 0 6px;font-size:1.6rem;letter-spacing:-.04em}.lc-page-banner p{margin:0;color:var(--lc-muted);font-size:.76rem}.lc-page-banner-count{width:72px;height:72px;flex:0 0 72px;display:grid;place-items:center;align-content:center;border-radius:22px;color:var(--lc-primary-dark);background:#fff;box-shadow:0 14px 28px rgba(31,76,143,.11)}.lc-page-banner-count strong,.lc-page-banner-count small{display:block;text-align:center}.lc-page-banner-count strong{font-size:1.25rem}.lc-page-banner-count small{color:var(--lc-muted);font-size:.58rem}.lc-toolbar-card{margin-top:14px;padding:14px}.lc-library-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 170px auto auto;gap:9px}.lc-search-control{height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--lc-border);border-radius:13px;background:#fff}.lc-search-control svg{width:16px;height:16px;color:var(--lc-muted)}.lc-search-control input{width:100%;border:0;outline:0;background:transparent;color:var(--lc-text);font-size:.74rem}.lc-select-control{height:42px;border:1px solid var(--lc-border);border-radius:13px;padding:0 11px;color:var(--lc-primary-dark);background:#fff;outline:0;font-size:.72rem;font-weight:700}.lc-toolbar-submit{border:0}.lc-book-grid-library{margin-top:18px}.lc-book-card-library{padding:10px;border:1px solid var(--lc-border);border-radius:18px;background:rgba(255,255,255,.76);box-shadow:0 10px 24px rgba(31,76,143,.07)}.lc-empty-card{margin-top:14px}

.lc-page-banner-upload{min-height:130px}.lc-upload-hero-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:22px;color:#fff;background:linear-gradient(135deg,var(--lc-primary),var(--lc-primary-2));box-shadow:0 18px 32px rgba(31,76,143,.22)}.lc-upload-hero-icon svg{width:30px;height:30px}.lc-alert-error{display:flex;flex-direction:column;gap:3px;margin-top:14px;padding:14px 16px;border:1px solid rgba(220,38,38,.16);border-radius:15px;color:#991b1b;background:#fff5f5}.lc-alert-error strong{font-size:.75rem}.lc-alert-error span{font-size:.68rem}.lc-upload-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:14px;margin-top:14px}.lc-form-card{padding:20px}.lc-form-card .lc-card-head>div{display:flex;align-items:center;gap:9px}.lc-step-badge{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:var(--lc-primary-dark);background:var(--lc-primary-soft);font-size:.62rem;font-weight:900}.lc-step-badge-orange{color:#9a560d;background:var(--lc-accent-soft)}.lc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.lc-field{display:grid;gap:7px}.lc-field-full{grid-column:1/-1}.lc-field>span{font-size:.68rem;font-weight:800;color:#334155}.lc-field>span b{color:#dc2626}.lc-field input[type=text]{width:100%;height:45px;border:1px solid var(--lc-border);border-radius:13px;padding:0 12px;outline:0;color:var(--lc-text);background:#fff;font-size:.74rem}.lc-field input[type=text]:focus{border-color:rgba(31,76,143,.48);box-shadow:0 0 0 4px rgba(31,76,143,.08)}.lc-file-drop{position:relative;display:flex;align-items:center;gap:12px;min-height:86px;padding:14px;border:1px dashed rgba(31,76,143,.24);border-radius:15px;background:rgba(238,245,255,.48);cursor:pointer}.lc-file-drop input,.lc-upload-choice input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.lc-file-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:13px;color:var(--lc-primary-dark);background:#fff}.lc-file-icon svg{width:20px;height:20px}.lc-file-drop strong,.lc-file-drop small{display:block}.lc-file-drop strong{font-size:.72rem}.lc-file-drop small{margin-top:4px;color:var(--lc-muted);font-size:.61rem}.lc-format-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lc-upload-choice{position:relative;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px;border:1.5px dashed rgba(31,76,143,.24);border-radius:18px;text-align:center;background:rgba(248,250,252,.72);transition:.18s ease;cursor:pointer}.lc-upload-choice:hover,.lc-upload-choice.is-selected{border-style:solid;border-color:rgba(31,76,143,.42);background:rgba(238,245,255,.78);box-shadow:0 12px 28px rgba(31,76,143,.09)}.lc-upload-choice-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;color:var(--lc-primary-dark);background:var(--lc-primary-soft)}.lc-upload-choice-icon-orange{color:#a85d0e;background:var(--lc-accent-soft)}.lc-upload-choice-icon svg{width:25px;height:25px}.lc-upload-choice>strong{margin-top:13px;font-size:.78rem}.lc-upload-choice>small{max-width:240px;margin-top:5px;color:var(--lc-muted);font-size:.62rem;line-height:1.5}.lc-file-selected{max-width:100%;margin-top:14px;padding:7px 10px;border-radius:999px;color:var(--lc-primary-dark);background:#fff;font-size:.58rem;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-info-box{display:flex;align-items:flex-start;gap:9px;margin-top:13px;padding:12px;border:1px solid rgba(245,153,49,.18);border-radius:14px;color:#854d0e;background:rgba(255,244,229,.72);font-size:.65rem;line-height:1.5}.lc-info-box svg{width:16px;height:16px;flex:0 0 16px;margin-top:1px}.lc-form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:17px;padding-top:16px;border-top:1px solid var(--lc-border)}.lc-save-btn{border:0}.lc-save-btn svg{width:14px;height:14px}

.lc-mobile-nav{display:none}

.animate-section{animation:lcFadeUp .42s ease both}.animate-delay-1{animation-delay:.08s}.animate-delay-2{animation-delay:.15s}@keyframes lcFadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

.lc-reader-body{margin:0;overflow:hidden;background:#09101d;color:#fff}.lc-reader-topbar{position:fixed;inset:0 0 auto;height:64px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 14px;z-index:100;background:rgba(9,16,29,.94);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}.lc-reader-icon-btn{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:11px;color:#fff;background:rgba(255,255,255,.06)}.lc-reader-icon-btn svg{width:18px;height:18px}.lc-reader-title{min-width:0}.lc-reader-title strong,.lc-reader-title span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.lc-reader-title strong{font-size:.74rem}.lc-reader-title span{margin-top:3px;color:#8893a3;font-size:.6rem}.lc-reader-actions{display:flex;gap:7px}.lc-reader-tool{height:38px;padding:0 12px;border:1px solid rgba(255,255,255,.08);border-radius:11px;color:#dce4ee;background:rgba(255,255,255,.06);font-size:.62rem;font-weight:750}.lc-pdf-reader{width:100vw;height:100vh;padding-top:64px}.lc-pdf-frame{width:100%;height:100%;border:0;background:#111827}.lc-image-reader{position:fixed;inset:64px 0 62px;overflow:auto;display:flex;justify-content:center;background:#09101d}.lc-page-stage{position:relative;min-width:0;min-height:100%;display:flex;align-items:flex-start;justify-content:center}.lc-page-stage img{display:block;transition:opacity .14s ease;user-select:none}.fit-width .lc-page-stage{width:min(100%,1200px)}.fit-width .lc-page-stage img{width:100%;height:auto}.fit-height .lc-page-stage{width:100%;align-items:center}.fit-height .lc-page-stage img{width:auto;height:100%;max-width:100%;object-fit:contain}.lc-page-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#7c8798;font-size:.65rem}.lc-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.10);border-top-color:#8db7ff;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lc-page-click{position:fixed;top:64px;bottom:62px;width:18%;border:0;background:transparent;z-index:10}.lc-page-click-left{left:0}.lc-page-click-right{right:0}.lc-reader-footer{position:fixed;inset:auto 0 0;height:62px;display:flex;align-items:center;justify-content:center;gap:16px;padding:0 14px;z-index:100;background:rgba(9,16,29,.95);border-top:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}.lc-reader-page-btn{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:11px;color:#fff;background:rgba(255,255,255,.06)}.lc-reader-page-btn:disabled{opacity:.25;cursor:default}.lc-reader-page-btn svg{width:17px;height:17px}.lc-reader-progress{width:min(410px,60vw)}.lc-reader-page-number{display:flex;justify-content:center;gap:5px;margin-bottom:7px;color:#98a2b2;font-size:.61rem}.lc-reader-page-number strong{color:#fff}.lc-reader-progress-track{height:3px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.09)}.lc-reader-progress-bar{height:100%;background:linear-gradient(90deg,#2f6fbd,#f59931);transition:width .15s ease}

@media(max-width:1250px){.lc-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lc-stat-card-wide{grid-column:auto}.lc-book-grid-dashboard{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:991.98px){
    :root{--lc-mobile-safe:calc(var(--lc-mobile-nav-height) + env(safe-area-inset-bottom,0px))}
    body.lc-sidebar-open{overflow:hidden}.lc-main{padding-left:0;padding-bottom:var(--lc-mobile-safe)}.lc-content{padding:14px 14px calc(var(--lc-mobile-safe) + 18px)}.lc-topbar{min-height:62px;padding:10px 14px}.lc-menu-button{display:grid;place-items:center}.lc-page-title{font-size:.98rem}.lc-page-subtitle{max-width:calc(100vw - 190px);font-size:.64rem}.lc-top-action{min-height:38px;padding:0 12px}.lc-top-action span{display:none}.lc-top-action svg{width:18px;height:18px}
    .lc-sidebar{width:min(86vw,326px);max-width:326px;padding:14px;border-radius:0 26px 26px 0;transform:translateX(-108%);z-index:1060;box-shadow:22px 0 60px rgba(31,76,143,.28)}.lc-sidebar.is-open{transform:translateX(0)}.lc-sidebar-close{display:block}.lc-sidebar-overlay{position:fixed;inset:0;display:block;background:rgba(15,23,42,.42);backdrop-filter:blur(2px);opacity:0;pointer-events:none;z-index:1050;transition:.2s ease}.lc-sidebar-overlay.is-open{opacity:1;pointer-events:auto}
    .lc-mobile-nav{position:fixed;left:0;right:0;bottom:0;height:calc(var(--lc-mobile-nav-height) + env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:repeat(5,1fr);align-items:start;padding:7px 8px env(safe-area-inset-bottom,0px);z-index:1040;border-top:1px solid rgba(31,76,143,.11);background:rgba(255,255,255,.95);backdrop-filter:blur(18px);box-shadow:0 -12px 36px rgba(31,76,143,.11)}.lc-mobile-nav a,.lc-mobile-nav button{height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;color:#7b8798;background:transparent;font-size:.54rem;font-weight:750}.lc-mobile-nav svg{width:19px;height:19px}.lc-mobile-nav .active{color:var(--lc-primary)}.lc-mobile-add{position:relative}.lc-mobile-add-circle{width:44px;height:44px;display:grid;place-items:center;margin-top:-20px;border:4px solid #fff;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--lc-primary),var(--lc-primary-2));box-shadow:0 9px 20px rgba(31,76,143,.24)}.lc-mobile-add-circle svg{width:20px;height:20px}.lc-mobile-add>span:last-child{margin-top:-1px}
    .lc-dashboard-grid{grid-template-columns:1fr}.lc-upload-layout{grid-template-columns:1fr}.lc-book-grid-dashboard{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:767.98px){
    body{font-size:.88rem}.lc-dashboard-hero{min-height:auto;grid-template-columns:1fr;padding:22px;border-radius:21px}.lc-hero-copy h2{font-size:2rem}.lc-hero-copy p{font-size:.75rem}.lc-hero-visual{display:none}.lc-hero-actions .lc-btn{flex:1}.lc-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.lc-stat-card{padding:12px;border-radius:17px}.lc-stat-card-wide{grid-column:1/-1}.lc-stat-row strong{font-size:1.12rem}.lc-dashboard-grid{gap:10px;margin-top:10px}.lc-overview-card,.lc-quick-card,.lc-recent-card{padding:15px;border-radius:18px}.lc-quick-grid{grid-template-columns:1fr 1fr}.lc-quick-item{padding:10px}.lc-book-grid-dashboard{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 10px}.lc-card-head-responsive{align-items:flex-start}.lc-page-banner{padding:18px;border-radius:18px}.lc-page-banner h2{font-size:1.28rem}.lc-page-banner p{font-size:.68rem}.lc-page-banner-count,.lc-upload-hero-icon{width:56px;height:56px;flex-basis:56px;border-radius:17px}.lc-library-toolbar{grid-template-columns:1fr 120px}.lc-library-toolbar .lc-toolbar-submit{grid-column:1/2}.lc-library-toolbar>.lc-btn-light{grid-column:2/3}.lc-book-grid-library{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px}.lc-book-card-library{padding:7px;border-radius:14px}.lc-upload-layout{gap:10px}.lc-form-card{padding:15px;border-radius:18px}.lc-format-upload-grid{grid-template-columns:1fr}.lc-upload-choice{min-height:170px}.lc-form-actions{position:sticky;bottom:calc(var(--lc-mobile-safe) + 6px);z-index:4;margin:15px -6px -6px;padding:10px;border:1px solid var(--lc-border);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 12px 32px rgba(31,76,143,.12);backdrop-filter:blur(15px)}.lc-form-actions .lc-btn{flex:1}.lc-book-open{display:none}
    .lc-reader-topbar{height:60px;padding:0 9px}.lc-reader-title strong{font-size:.7rem}.lc-reader-tool{height:36px;padding:0 9px;font-size:.57rem}.lc-reader-icon-btn{width:36px;height:36px}.lc-pdf-reader{padding-top:60px}.lc-image-reader{inset:60px 0 60px}.lc-reader-footer{height:60px}.lc-page-click{top:60px;bottom:60px;width:10%}
}
@media(max-width:520px){.lc-page-subtitle{max-width:58vw}.lc-book-grid-dashboard,.lc-book-grid-library{grid-template-columns:repeat(2,minmax(0,1fr))}.lc-quick-grid{grid-template-columns:1fr}.lc-card-head h3{font-size:.9rem}.lc-library-toolbar{grid-template-columns:1fr}.lc-library-toolbar>*{grid-column:1!important}.lc-page-banner p{display:none}.lc-page-banner-count{width:52px;height:52px;flex-basis:52px}.lc-upload-hero-icon{display:none}.lc-format-upload-grid{grid-template-columns:1fr}.lc-reader-actions{gap:4px}.lc-reader-tool{max-width:72px;overflow:hidden;white-space:nowrap}.lc-reader-progress{width:min(260px,58vw)}}
@media(max-width:390px){.lc-content{padding-inline:10px}.lc-topbar{padding-inline:10px}.lc-page-title{font-size:.92rem}.lc-page-subtitle{font-size:.58rem}.lc-stat-grid{gap:7px}.lc-stat-card{padding:10px}.lc-stat-icon{width:32px;height:32px}.lc-stat-label{font-size:.62rem}.lc-stat-row strong{font-size:1rem}.lc-dashboard-hero{padding:18px}.lc-hero-copy h2{font-size:1.7rem}.lc-book-grid-dashboard,.lc-book-grid-library{gap:12px 8px}.lc-book-title{font-size:.68rem}}

/* v3 lightweight auth, status, editor and reader */
.lc-server-chip{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;border:1px solid rgba(16,185,129,.17);border-radius:999px;color:#166534;background:rgba(240,253,244,.9);font-size:.68rem;font-weight:850}.lc-status-dot{width:8px;height:8px;display:inline-block;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12)}
.lc-sidebar-user{display:flex;align-items:center;gap:9px;margin-bottom:9px;padding:9px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.07)}.lc-avatar{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:11px;color:var(--lc-primary-dark);background:#fff;font-size:.78rem;font-weight:950}.lc-sidebar-user-copy{min-width:0}.lc-sidebar-user-copy strong,.lc-sidebar-user-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lc-sidebar-user-copy strong{font-size:.7rem}.lc-sidebar-user-copy span{margin-top:2px;color:rgba(255,255,255,.58);font-size:.58rem}.lc-logout-btn{width:100%;min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:rgba(255,255,255,.84);background:rgba(255,255,255,.06);font-size:.68rem;font-weight:800}.lc-logout-btn:hover{background:rgba(245,153,49,.18);color:#fff}.lc-logout-btn svg{width:15px;height:15px}

.lc-hero-status{position:relative;z-index:2;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:22px;border:1px solid rgba(31,76,143,.12);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:0 18px 38px rgba(31,76,143,.09)}.lc-hero-status-top{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-bottom:18px}.lc-hero-status-top small{color:var(--lc-muted);font-size:.63rem}.lc-live-pill{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:7px 10px;border-radius:999px;color:#166534;background:#ecfdf3;font-size:.62rem;font-weight:900;letter-spacing:.05em}.lc-live-pill i,.lc-status-badge i{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.11)}.lc-hero-status>strong{font-size:2rem;letter-spacing:-.05em;color:var(--lc-primary-dark)}.lc-hero-status>span{margin-top:3px;color:var(--lc-muted);font-size:.65rem}.lc-hero-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.lc-hero-status-grid>div{padding:10px;border-radius:13px;background:var(--lc-primary-soft)}.lc-hero-status-grid small,.lc-hero-status-grid b{display:block}.lc-hero-status-grid small{color:var(--lc-muted);font-size:.58rem}.lc-hero-status-grid b{margin-top:3px;font-size:.72rem}
.lc-server-card{padding:20px}.lc-status-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;color:#166534;background:#ecfdf3;font-size:.62rem;font-weight:900}.lc-server-main{display:flex;align-items:center;gap:13px;padding:15px;border:1px solid rgba(31,76,143,.09);border-radius:17px;background:linear-gradient(135deg,#f8fbff,#fff)}.lc-server-ring{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;position:relative;border-radius:50%;background:conic-gradient(#22c55e 0 88%,rgba(34,197,94,.14) 88%)}.lc-server-ring:before{content:"";position:absolute;inset:6px;border-radius:50%;background:#fff}.lc-server-ring strong{position:relative;font-size:.68rem;color:#166534}.lc-server-main>div:last-child strong{font-size:.78rem}.lc-server-main p{margin:4px 0 0;color:var(--lc-muted);font-size:.62rem;line-height:1.45}.lc-server-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.lc-server-metrics>div{padding:10px 11px;border-radius:13px;background:#f8fafc}.lc-server-metrics span,.lc-server-metrics strong{display:block}.lc-server-metrics span{color:var(--lc-muted);font-size:.57rem}.lc-server-metrics strong{margin-top:3px;font-size:.68rem}.lc-btn-block{width:100%}

.lc-book-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.lc-book-tags span{padding:4px 7px;border-radius:999px;color:var(--lc-primary-dark);background:var(--lc-primary-soft);font-size:.52rem;font-weight:750}.lc-book-actions{display:flex;align-items:center;gap:5px}.lc-edit-btn,.lc-delete-btn{min-height:28px;padding:0 8px;border:1px solid var(--lc-border);border-radius:9px;background:#fff;font-size:.57rem;font-weight:800}.lc-edit-btn{display:inline-flex;align-items:center;color:var(--lc-primary)}.lc-delete-btn{color:#b42318}.lc-edit-btn:hover{background:var(--lc-primary-soft)}.lc-delete-btn:hover{background:#fff1f1}

.lc-field textarea{width:100%;resize:vertical;min-height:96px;padding:12px 13px;border:1px solid var(--lc-border);border-radius:13px;color:var(--lc-text);background:#fff;outline:0;line-height:1.55}.lc-field textarea:focus{border-color:rgba(31,76,143,.42);box-shadow:0 0 0 4px rgba(31,76,143,.08)}.lc-edit-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(250px,.5fr);gap:12px}.lc-edit-side{padding:18px;align-self:start}.lc-edit-cover{width:min(210px,100%);margin:0 auto 16px;aspect-ratio:2/3;overflow:hidden;border-radius:16px;border:1px solid var(--lc-border);background:#eef3fa;box-shadow:0 16px 30px rgba(31,76,143,.11)}.lc-edit-cover img{width:100%;height:100%;display:block;object-fit:cover}.lc-edit-cover .lc-cover-placeholder{height:100%}.lc-file-input{width:100%;padding:9px;border:1px dashed var(--lc-border);border-radius:12px;background:#f8fbff;font-size:.62rem}.lc-field small{display:block;margin-top:6px;color:var(--lc-muted);font-size:.58rem}.lc-book-tech{display:grid;gap:6px;margin-top:14px}.lc-book-tech>div{display:flex;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:11px;background:#f8fafc;font-size:.6rem}.lc-book-tech span{color:var(--lc-muted)}.lc-edit-actions{grid-column:1/-1;margin-top:0}

.lc-status-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:24px;border:1px solid rgba(34,197,94,.15);border-radius:24px;background:radial-gradient(circle at 92% 15%,rgba(34,197,94,.12),transparent 15rem),linear-gradient(135deg,#fff,#f0fdf4);box-shadow:var(--lc-shadow-soft)}.lc-status-hero-icon{position:relative;width:68px;height:68px;display:grid;place-items:center;border-radius:21px;color:#166534;background:#fff;box-shadow:0 15px 30px rgba(22,101,52,.12)}.lc-status-hero-icon>span{position:absolute;right:8px;top:8px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#22c55e}.lc-status-hero-icon svg{width:29px;height:29px}.lc-status-hero h2{margin:9px 0 5px;font-size:1.42rem;letter-spacing:-.04em}.lc-status-hero p{margin:0;color:var(--lc-muted);font-size:.7rem;line-height:1.5}.lc-status-time{text-align:right}.lc-status-time small,.lc-status-time strong{display:block}.lc-status-time small{color:var(--lc-muted);font-size:.58rem}.lc-status-time strong{margin-top:4px;font-size:.8rem}.lc-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.lc-status-metric{padding:16px;border:1px solid var(--lc-border);border-radius:18px;background:#fff;box-shadow:var(--lc-shadow-soft)}.lc-status-metric>span,.lc-status-metric>strong,.lc-status-metric>small{display:block}.lc-status-metric>span{color:var(--lc-muted);font-size:.62rem;font-weight:750}.lc-status-metric>strong{margin:8px 0 4px;color:var(--lc-primary-dark);font-size:1.2rem;letter-spacing:-.035em}.lc-status-metric>small{color:#94a3b8;font-size:.56rem}.lc-status-explain{margin-top:12px;padding:18px}.lc-status-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.lc-status-notes>div{display:flex;align-items:flex-start;gap:9px;padding:12px;border-radius:14px;background:#f8fafc}.lc-status-notes>div>span{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border-radius:9px;color:var(--lc-primary-dark);background:var(--lc-primary-soft);font-size:.56rem;font-weight:900}.lc-status-notes p{margin:0;color:var(--lc-muted);font-size:.62rem;line-height:1.5}

.lc-account-avatar{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--lc-primary),var(--lc-primary-2));font-size:1.25rem;font-weight:950;box-shadow:0 14px 28px rgba(31,76,143,.2)}.lc-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lc-account-actions{grid-column:1/-1;margin-top:0}.lc-alert-success{display:flex;align-items:flex-start;gap:9px;margin:12px 0;padding:12px 14px;border:1px solid rgba(34,197,94,.18);border-radius:15px;color:#166534;background:#f0fdf4;font-size:.68rem}.lc-alert-success strong{font-weight:900}

.lc-auth-body{min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(31,76,143,.13),transparent 30rem),radial-gradient(circle at bottom right,rgba(245,153,49,.12),transparent 24rem),linear-gradient(145deg,#f7faff,#eef5ff 48%,#fff)}.lc-auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(330px,.9fr) minmax(420px,1.1fr)}.lc-auth-visual{position:relative;overflow:hidden;padding:34px;color:#fff;background:radial-gradient(circle at 88% 18%,rgba(245,153,49,.22),transparent 18rem),linear-gradient(150deg,#1f4c8f,#102a55)}.lc-auth-visual:before{content:"";position:absolute;right:-120px;bottom:-110px;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.07)}.lc-auth-visual-inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:space-between}.lc-auth-brand,.lc-auth-mobile-brand{display:inline-flex;align-items:center;gap:10px}.lc-auth-brand-text{display:grid;gap:1px}.lc-auth-brand-text strong{font-size:.78rem;letter-spacing:.1em}.lc-auth-brand-text span{font-size:.6rem;letter-spacing:.08em;color:rgba(255,255,255,.65);text-transform:uppercase}.lc-auth-visual-copy{max-width:560px}.lc-eyebrow-light{color:#d8e7ff}.lc-auth-visual-copy h1{margin:12px 0 12px;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.06em}.lc-auth-visual-copy p{margin:0;max-width:500px;color:rgba(255,255,255,.74);font-size:.82rem;line-height:1.65}.lc-auth-feature-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.lc-auth-feature-item{padding:8px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.08);font-size:.62rem;font-weight:800}.lc-auth-footnote{color:rgba(255,255,255,.48);font-size:.58rem}.lc-auth-panel{display:grid;place-items:center;padding:22px}.lc-auth-panel-inner{width:min(440px,100%)}.lc-auth-mobile-brand{display:none;justify-content:center;margin-bottom:14px;color:var(--lc-text)}.lc-auth-mobile-brand .lc-auth-brand-text span{color:var(--lc-primary)}.lc-auth-form-card{padding:26px;border:1px solid var(--lc-border);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 22px 60px rgba(31,76,143,.14)}.lc-auth-header{margin-bottom:20px}.lc-auth-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:14px;border-radius:15px;color:var(--lc-primary-dark);background:var(--lc-primary-soft)}.lc-auth-icon svg{width:20px;height:20px}.lc-auth-title{margin:5px 0 6px;font-size:1.35rem;letter-spacing:-.04em}.lc-auth-subtitle{margin:0;color:var(--lc-muted);font-size:.7rem;line-height:1.5}.lc-auth-alert{display:flex;gap:8px;margin-bottom:14px;padding:10px 12px;border:1px solid rgba(220,38,38,.15);border-radius:13px;color:#991b1b;background:#fff5f5;font-size:.65rem}.lc-auth-form{display:grid;gap:13px}.lc-input-wrap{position:relative}.lc-input-wrap>svg{position:absolute;left:12px;top:50%;width:16px;height:16px;color:#94a3b8;transform:translateY(-50%)}.lc-input-wrap input{width:100%;height:47px;padding:0 62px 0 38px;border:1px solid var(--lc-border);border-radius:13px;outline:0;background:#fff}.lc-input-wrap input:focus{border-color:rgba(31,76,143,.42);box-shadow:0 0 0 4px rgba(31,76,143,.08)}.lc-password-toggle{position:absolute;right:7px;top:50%;height:32px;padding:0 9px;border:0;border-radius:9px;color:var(--lc-primary);background:var(--lc-primary-soft);font-size:.56rem;font-weight:800;transform:translateY(-50%)}.lc-auth-submit{width:100%;border:0;margin-top:2px}.lc-auth-security{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:15px;padding-top:14px;border-top:1px solid var(--lc-border);color:var(--lc-muted);font-size:.56rem}

.lc-reader-body{background:#07101d}.lc-reader-topbar{height:60px;background:rgba(7,16,29,.96)}.lc-reader-edit-link{display:inline-flex;align-items:center}.lc-pdf-reader-v3{position:fixed;inset:60px 0 58px;padding:10px;background:#07101d}.lc-pdf-shell{width:100%;height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:#111827}.lc-pdf-footer{position:fixed;left:0;right:0;bottom:0;height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border-top:1px solid rgba(255,255,255,.08);background:rgba(7,16,29,.97);color:#fff}.lc-pdf-footer>div{display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 8px}.lc-pdf-footer strong{font-size:.65rem}.lc-pdf-footer small{grid-column:2;color:#7f8da2;font-size:.52rem}.lc-btn-reader{min-height:34px;padding:0 11px;color:#dce8f7;border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.06);font-size:.58rem}.lc-image-reader-v3{position:fixed;inset:60px 0 64px;background:radial-gradient(circle at 50% 15%,#101c2c,#07101d 60%)}.lc-reader-canvas{width:100%;height:100%;overflow:auto;overscroll-behavior:contain}.lc-page-stage-v3{--reader-width:100%;position:relative;width:min(100%,1160px);min-height:100%;margin:0 auto;display:flex;align-items:flex-start;justify-content:center;padding:18px}.lc-page-stage-v3 img{display:block;width:var(--reader-width);height:auto;max-width:none;border-radius:5px;background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.4);transition:opacity .12s ease;user-select:none;-webkit-user-drag:none}.lc-image-reader-v3[data-fit="height"] .lc-page-stage-v3{height:100%;width:100%;align-items:center;padding:10px}.lc-image-reader-v3[data-fit="height"] .lc-page-stage-v3 img{width:auto;height:100%;max-width:100%;object-fit:contain}.lc-page-loading-v3{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#8391a6;font-size:.6rem}.lc-reader-float-tools{position:fixed;right:16px;top:72px;z-index:80;display:flex;align-items:center;gap:4px;padding:5px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(7,16,29,.86);backdrop-filter:blur(12px);box-shadow:0 12px 25px rgba(0,0,0,.2)}.lc-reader-float-tools button{min-width:32px;height:31px;border:0;border-radius:9px;color:#dce8f7;background:rgba(255,255,255,.06);font-size:.68rem;font-weight:800}.lc-reader-float-tools button:disabled{opacity:.3}.lc-reader-float-tools>span:not(.lc-reader-tool-separator){min-width:40px;text-align:center;color:#a9b7c9;font-size:.56rem;font-weight:800}.lc-reader-tool-separator{width:1px;height:19px;background:rgba(255,255,255,.08)}.lc-reader-float-tools .lc-fit-tool{min-width:72px;padding:0 8px;font-size:.52rem}.lc-reader-footer-v3{position:fixed;left:0;right:0;bottom:0;height:64px;z-index:90;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 14px;border-top:1px solid rgba(255,255,255,.08);background:rgba(7,16,29,.96);backdrop-filter:blur(12px)}.lc-reader-progress-v3{width:min(460px,58vw)}.lc-reader-progress-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:7px;color:#7f8da2;font-size:.54rem}.lc-reader-progress-top>span:last-child{text-align:right}.lc-reader-progress-top label{display:flex;align-items:center;gap:4px}.lc-reader-progress-top input{width:44px;height:25px;border:1px solid rgba(255,255,255,.1);border-radius:7px;color:#fff;background:rgba(255,255,255,.06);outline:0;text-align:center;font-size:.58rem;font-weight:850}.lc-reader-progress-top b{color:#c6d2e2}.lc-reader-footer-v3 .lc-reader-page-btn{flex:0 0 38px}.lc-reader-progress-v3 .lc-reader-progress-track{height:3px}

@media(max-width:991.98px){.lc-server-chip{display:none}.lc-edit-layout{grid-template-columns:1fr}.lc-edit-actions{grid-column:1}.lc-account-grid{grid-template-columns:1fr}.lc-account-actions{grid-column:1}.lc-status-notes{grid-template-columns:1fr}.lc-auth-shell{grid-template-columns:1fr}.lc-auth-visual{display:none}.lc-auth-mobile-brand{display:flex}.lc-auth-panel{min-height:100vh}.lc-reader-float-tools{top:68px;right:9px}}
@media(max-width:767.98px){.lc-hero-status{padding:16px}.lc-hero-status>strong{font-size:1.55rem}.lc-server-metrics{grid-template-columns:1fr 1fr}.lc-status-hero{grid-template-columns:auto 1fr;padding:17px}.lc-status-time{grid-column:1/-1;text-align:left;display:flex;align-items:center;gap:8px}.lc-status-time strong{margin:0}.lc-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lc-status-metric{padding:13px}.lc-status-metric>strong{font-size:1rem}.lc-auth-panel{padding:14px}.lc-auth-form-card{padding:20px;border-radius:20px}.lc-edit-side{padding:15px}.lc-reader-edit-link{display:none}.lc-reader-float-tools{left:50%;right:auto;top:69px;transform:translateX(-50%)}.lc-page-stage-v3{padding:10px 0}.lc-page-stage-v3 img{border-radius:0}.lc-reader-progress-v3{width:min(300px,62vw)}.lc-pdf-reader-v3{padding:0}.lc-pdf-shell{border:0;border-radius:0}.lc-pdf-footer small{display:none}}
@media(max-width:520px){.lc-status-hero-icon{width:54px;height:54px;border-radius:17px}.lc-status-hero h2{font-size:1.08rem}.lc-status-grid{gap:7px}.lc-server-metrics{gap:6px}.lc-auth-title{font-size:1.2rem}.lc-reader-actions .lc-reader-tool{display:none}.lc-reader-float-tools{top:66px}.lc-reader-float-tools button{min-width:30px}.lc-reader-float-tools .lc-fit-tool{min-width:64px}.lc-reader-footer-v3{gap:7px;padding:0 8px}.lc-reader-progress-v3{width:calc(100vw - 100px)}.lc-reader-progress-top>span:first-child{display:none}.lc-reader-progress-top{grid-template-columns:1fr auto}.lc-reader-progress-top label{justify-self:start}.lc-reader-progress-top>span:last-child{justify-self:end}.lc-pdf-footer{padding-inline:9px}.lc-pdf-footer .lc-btn-reader{font-size:.53rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
