nav{background-color:var(--navbar-bg-color);align-items:center;padding:40px;display:grid;position:relative}.branding{color:var(--nav-accent-color);align-items:center;gap:10px;font-size:clamp(1.5rem,2vw,2.5rem);font-weight:700;text-decoration:none;display:flex;position:absolute;left:24px}.branding img{width:50px}.nav-list{justify-content:center;align-items:center;gap:50px;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--nav-accent-color);font-size:clamp(.95rem,1vw,1.15rem);text-decoration:none}.nav-list a:hover{text-decoration:underline}.theme-toggle{color:var(--nav-accent-color);font:inherit;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:999px;justify-content:center;align-items:center;min-width:44px;height:44px;padding:.35rem .6rem;font-size:.9rem;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.theme-toggle:hover,.theme-toggle:focus-visible{background-color:#ffffff26;border-color:#ffffffbf;outline:none}@media (width<=768px){nav{gap:12px;padding:20px;display:flex}.branding{font-size:clamp(1.2rem,3vw,2rem);position:relative;left:0}.branding span{display:none}.nav-list{flex-wrap:wrap;justify-content:flex-start;gap:20px}.theme-toggle{top:50%;right:16px;transform:translateY(-50%)}}.hero-section{margin-bottom:clamp(60px,6vw,200px)}.bio-container{grid-template-columns:1fr 1fr;align-items:start;height:fit-content;display:grid}.bio-container img{object-fit:cover;border-radius:0 0 0 20px;width:100%;height:clamp(200px,55vw,85vh)}.bio-content{flex-direction:column;padding:0 50px 10px;display:flex}.bio-content h3{color:var(--secondary-text-color);margin:10px;font-size:clamp(1.2rem,1.5vw,1.5rem);font-weight:400}.name{color:var(--primary-text-color);margin-bottom:30px;font-family:Recoleta,Georgia,serif;font-size:clamp(3rem,7vw,9rem);line-height:1em}@media (width<=768px){.bio-container{grid-template-columns:1fr;gap:30px}.bio-container img{border-radius:50px;justify-self:center;width:70%;height:auto}.bio-content{padding:0 15px}}#stories{padding:0 50px 50px}#stories h2{color:var(--primary-text-color);margin-bottom:10px;font-family:Recoleta,Georgia,serif;font-size:clamp(1.5rem,5vw,4rem)}#stories p{max-width:700px;color:var(--secondary-text-color);margin-bottom:20px;font-size:clamp(1.2rem,1.5vw,1.5rem)}.story-title{color:var(--primary-text-color);margin-bottom:5px;font-family:Recoleta,Georgia,serif;font-size:clamp(1.7rem,3vw,2.5rem)}.story-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:center;align-items:stretch;gap:clamp(20px,3vw,40px);padding:15px 0;list-style:none;display:grid}.story-list li{text-align:center;flex-direction:column;justify-content:space-between;height:100%;min-height:600px;display:flex}.story-list a,.story-list div{height:100%;color:var(--primary-text-color);background-color:var(--background-secondary-color);border-radius:15px;flex-direction:column;justify-content:space-between;padding:50px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.story-list a:hover,.story-list div:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00336626}.story-cover{object-fit:cover;border-radius:10px;width:100%;margin-bottom:10px}.story-description{color:var(--secondary-text-color);word-wrap:break-word;font-size:clamp(1rem,1.2vw,1.3rem)}.read-story{background-color:var(--orange);color:#fff;border:none;border-radius:20px;margin-top:15px;padding:10px 20px;font-size:clamp(.9rem,1.5vw,1.1rem);transition:background-color .3s}.read-story:hover{background-color:#ff5722}.library-link{background-color:var(--orange);color:#fff;border-radius:20px;margin-top:10px;padding:12px 30px;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.library-link:hover{background-color:#ff5722}@media (width<=768px){#stories{padding:0 15px 50px}.story-list{gap:10px}.story-list li{min-height:auto}}@media (width>=1024px){.story-list{gap:40px}.story-cover{width:250px;height:375px}}@media (width>=1440px){.story-list{gap:50px}.story-cover{width:300px;height:450px}}footer{background-color:var(--footer-bg-color);color:#fff;text-align:center;flex-direction:column;justify-content:space-between;height:200px;padding:20px;display:flex}footer a{color:#fff;text-decoration:none}.social-icon{width:30px;height:30px;margin:0 10px}#loginContent{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;display:flex}#loginForm{flex-direction:column;gap:15px;width:100%;max-width:400px;display:flex}#loginForm input{border:1px solid var(--border-color);background-color:var(--surface-elevated-color);border-radius:4px;padding:10px;font-size:16px}#loginForm input::placeholder{color:var(--text-body-color);opacity:.7}#loginForm button{background-color:var(--navbar-bg-color);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:10px;font-size:16px}.toast-viewport{z-index:9999;pointer-events:none;gap:.75rem;width:min(24rem,100vw - 2rem);display:grid;position:fixed;top:1rem;right:1rem}.toast{pointer-events:auto;color:#000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #00336626;border-radius:.9rem;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;animation:.18s ease-out toast-in;display:flex;box-shadow:0 18px 45px #001c3829}.toast:before{content:"";border-radius:999px;flex:none;width:.65rem;height:.65rem;margin-top:.3rem}.toast-success:before{background:#2f855a}.toast-error:before{background:#c53030}.toast-info:before{background:#2b6cb0}.toast-warning:before{background:#b7791f}.toast-message{font-size:.95rem;line-height:1.4}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:Recoleta;src:url(/fonts/Recoleta.otf)format("opentype");font-display:swap}@font-face{font-family:Instrumental-Sans;src:url(/fonts/InstrumentalSans.ttf)format("truetype");font-display:swap}html{height:100%;overflow-x:hidden}body{background-color:var(--background-color);color:var(--body-text-color);flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Instrumental-Sans,Arial,sans-serif;font-size:clamp(14px,1.1vw,18px);transition:background-color .18s,color .18s;display:flex;overflow-x:hidden}body>*{box-sizing:border-box;width:100%}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-underline{text-decoration:underline}code,pre code{font-family:ui-monospace,SFMono-Regular,Consolas,SF Mono,Menlo,Liberation Mono,monospace}.library-hero{background:linear-gradient(180deg, var(--navbar-bg-color) 0%, #4d7094 100%);color:#fff;text-align:center;margin-bottom:60px;padding:60px 20px}.library-hero h1{margin:20px 0;font-family:Recoleta,serif;font-size:3.5rem;font-weight:900}.library-hero p{opacity:.95;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.library-container{max-width:1400px;margin:0 auto;padding:0 20px 80px}.books-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-bottom:60px;display:grid}.book-card{background:var(--background-secondary-color);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.book-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #00000026}.book-card-content{flex-direction:column;flex:1;padding:30px 25px 20px;display:flex}.book-card-title{color:var(--primary-text-color);margin:0 0 12px;font-family:Recoleta,serif;font-size:1.4rem;font-weight:700;line-height:1.3}.book-genre-list{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.book-genre-pill{border:1px solid var(--border-color);background:var(--surface-elevated-color);max-width:100%;color:var(--secondary-text-color);border-radius:6px;align-items:center;padding:3px 8px;font-size:.76rem;font-weight:700;line-height:1.4;display:inline-flex}.book-access-badge{letter-spacing:0;color:#fff;border-radius:6px;align-self:flex-start;margin-bottom:12px;padding:4px 8px;font-size:.75rem;font-weight:700;display:inline-flex}.book-access-badge.alpha{background:#6d4be7}.book-access-badge.beta{background:#2877e6}.book-card-excerpt{color:var(--secondary-text-color);flex:1;margin:0;font-size:.95rem;line-height:1.6}.book-card-link{background-color:var(--navbar-bg-color);color:#fff;border-radius:6px;align-self:center;margin:20px 0;padding:12px 25px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.book-card-link:hover{transform:scale(1.05)}.empty-state{text-align:center;padding:100px 20px}.empty-state p{color:var(--body-text-color);font-size:1.2rem}@media (width<=768px){.library-hero h1{font-size:2.5rem}.library-hero p{font-size:1rem}.books-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}}@media (width<=480px){.library-hero{margin-bottom:40px;padding:40px 15px}.library-hero h1{font-size:2rem}.books-grid{grid-template-columns:1fr}}#error404{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;display:flex}#error404 h1{color:var(--primary-text-color);margin-bottom:1rem;font-family:Recoleta,serif;font-size:7rem}#error404 h2{color:var(--primary-text-color);margin-bottom:1rem;font-family:Recoleta,serif;font-size:2rem}#error404 p{color:var(--secondary-text-color);font-family:Instrumental-Sans,sans-serif;font-size:1.5rem}.books-site-page{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.book-viewer{max-width:85ch}.book-viewer h1{margin:0}.book-viewer h1,.book-viewer h2,.book-viewer h3,.book-viewer h4,.book-viewer h5,.book-viewer h6{margin-top:1.75rem}.book-viewer p,.book-viewer li{line-height:1.7}.book-viewer pre{background:#f7f7f7;border-radius:12px;padding:1rem;overflow:auto}.books-site-hero{border-bottom:2px solid #e0e0e0;margin-bottom:3rem;padding:3rem 0 1.5rem}.books-site-hero h1{color:var(--primary-text-color);text-align:center;margin:0 0 20px;font-size:3rem;font-weight:700;line-height:1.2}.books-site-hero p{margin:1rem 0 0;font-size:1.1rem}.books-site-hero a,.books-site-footer a{color:var(--primary-text-color);align-items:center;gap:.5rem;padding:.5rem 0;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.books-site-hero a:hover,.books-site-footer a:hover{color:var(--secondary-text-color)}.books-site-hero a:hover{transform:translate(-4px)}.book-viewer{width:100%;color:var(--body-text-color);margin:0 auto;font-size:1.05rem;line-height:1.8}.book-viewer h2,.book-viewer h3,.book-viewer h4,.book-viewer h5,.book-viewer h6{color:var(--primary-text-color);scroll-margin-top:80px;font-weight:700}.book-viewer h2{border-top:1px solid #f0f0f0;margin:2.5rem 0 1rem;padding-top:1rem;font-size:1.95rem}.book-viewer h2:first-child{border-top:none;margin-top:0;padding-top:0}.book-viewer h3{margin:2rem 0 .75rem;font-size:1.5rem}.book-viewer h4{margin:1.5rem 0 .5rem;font-size:1.25rem}.book-viewer h5,.book-viewer h6{margin:1.25rem 0 .5rem;font-size:1.1rem}.book-viewer p,.book-viewer .text-left,.book-viewer .text-center,.book-viewer .text-right{margin:0 0 1.5rem}.book-viewer p:last-child,.book-viewer .text-left:last-child,.book-viewer .text-center:last-child,.book-viewer .text-right:last-child{margin-bottom:0}.book-viewer ul,.book-viewer ol{margin:1.5rem 0;padding-left:2.5rem}.book-viewer li{margin:.75rem 0;padding-left:.5rem}.book-viewer li:last-child{margin-bottom:0}.book-viewer blockquote{border-left:4px solid var(--primary-text-color);color:#555;background:#f9f9f9;border-radius:0 4px 4px 0;margin:2rem 0;padding:1.25rem 1.75rem;font-style:italic}.book-viewer blockquote p{margin:.5rem 0}.book-viewer blockquote p:first-child{margin-top:0}.book-viewer blockquote p:last-child{margin-bottom:0}.book-viewer pre{background:#282c34;border-radius:8px;margin:2rem 0;padding:1.5rem;line-height:1.5;overflow-x:auto}.book-viewer pre code{color:#abb2bf;font-size:.95rem}.book-viewer code:not(pre code){color:#d73a49;background:#f5f5f5;border-radius:4px;padding:.25rem .5rem;font-size:.95em}.book-viewer a{color:var(--primary-text-color);border-bottom:2px solid #0000;text-decoration:none;transition:all .3s}.book-viewer a:hover{border-bottom-color:var(--primary-text-color)}.book-viewer img{border-radius:8px;max-width:100%;height:auto;margin:2rem 0;display:block;box-shadow:0 4px 12px #0000001a}.book-viewer hr{background:linear-gradient(90deg,#0000,#ddd,#0000);border:none;height:1px;margin:2rem 0}.book-viewer table{border-collapse:collapse;width:100%;margin:1.5rem 0}.book-viewer th,.book-viewer td{text-align:left;border:1px solid #e0e0e0;padding:.75rem 1rem}.book-viewer th{color:var(--primary-text-color);background:#f8f8f8;font-weight:700}.book-viewer tr:nth-child(2n){background:#fafafa}@media (width<=768px){.books-site-hero{margin-bottom:2rem;padding:2rem 0 1rem}.books-site-hero h1{font-size:2rem}.book-viewer{font-size:1rem}.book-viewer h2{margin:1.75rem 0 .75rem;font-size:1.6rem}.book-viewer h3{margin:1.5rem 0 .6rem;font-size:1.3rem}.book-viewer h4{font-size:1.1rem}.book-viewer ul,.book-viewer ol{padding-left:1.75rem}.book-viewer pre{margin:1.5rem 0;padding:1rem}.book-viewer blockquote{margin:1.5rem 0;padding:1rem 1.25rem}.book-viewer img{margin:1.5rem 0}}@media (width<=480px){.book-view{padding:30px 15px 50px}.book-header{padding:20px 15px}.book-header h1{font-size:1.5rem}.book-body{padding:20px 15px;font-size:1rem;line-height:1.6}.book-body p{margin-bottom:15px}.back-link{font-size:.95rem}}.book-controls{grid-template-columns:1fr 1fr 1fr;align-items:center;display:grid}.book-controls .back-to-library{margin:0}.book-controls .back-to-library a{font-size:1.1rem}.book-controls .chapter-selector{justify-self:right;width:fit-content}.book-controls .chapter-select{flex:1;min-width:200px}.book-controls .chapter-select__control{background-color:var(--surface-color)!important;border-color:var(--border-color)!important;box-shadow:none!important}.book-controls .chapter-select__control:hover{border-color:var(--primary-text-color)!important}.book-controls .chapter-select__single-value,.book-controls .chapter-select__input-container,.book-controls .chapter-select__placeholder{color:var(--primary-text-color)!important}.book-controls .chapter-select__menu{border:1px solid var(--border-color);box-shadow:0 18px 45px #0000001f;background-color:var(--surface-color)!important}.book-controls .chapter-select__option{background-color:var(--surface-color);color:var(--body-text-color)}.book-controls .chapter-select__option--is-focused{background-color:var(--background-secondary-color)}.book-controls .chapter-select__option--is-selected{background-color:var(--primary-text-color);color:var(--background-color)}.book-controls .chapter-select__indicator-separator{background-color:var(--border-color)}.book-controls .chapter-select__dropdown-indicator,.book-controls .chapter-select__clear-indicator{color:var(--secondary-text-color)}.book-controls .chapter-select__dropdown-indicator:hover,.book-controls .chapter-select__clear-indicator:hover{color:var(--primary-text-color)}.books-site-footer .book-controls{justify-content:space-between;display:flex}.chapter-content{-webkit-user-select:none;user-select:none;margin:2rem 0}.chapter-content p:first-of-type{margin-top:0}.books-site-footer{border-top:2px solid #e0e0e0;margin-top:3rem;padding-top:1.5rem}.book-badges{justify-content:center;width:100%;margin:0 auto 1.5rem;display:grid}.book-badges .status-badge{color:#fff;text-align:center;border-radius:4px;width:60px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.book-badges .status-badge.draft-badge{background:#df3535}.book-badges .status-badge.alpha-badge{background:#6d4be7}.book-badges .status-badge.beta-badge{background:#2877e6}:root[data-text-size=small]{--book-text-scale:.85}:root[data-text-size=normal]{--book-text-scale:1}:root[data-text-size=large]{--book-text-scale:1.15}:root[data-text-size=xlarge]{--book-text-scale:1.35}.book-viewer{font-size:calc(1.05rem * var(--book-text-scale));line-height:1.8}.book-viewer h2{font-size:calc(1.95rem * var(--book-text-scale))}.book-viewer h3{font-size:calc(1.5rem * var(--book-text-scale))}.book-viewer h4{font-size:calc(1.25rem * var(--book-text-scale))}.book-viewer h5,.book-viewer h6{font-size:calc(1.1rem * var(--book-text-scale))}.book-viewer pre code{font-size:calc(.95rem * var(--book-text-scale))}.book-viewer code:not(pre code){font-size:calc(.95em * var(--book-text-scale))}@media (width<=768px){.book-controls{grid-template-columns:1fr;gap:.75rem}.book-controls .back-to-library{justify-content:space-between;display:flex}.book-controls .accessibility-menu{display:none}.book-controls .accessibility-menu.mobile{display:inline-block}.book-controls .chapter-selector{justify-self:auto;width:100%}}.reader-feedback-panel{border:1px solid var(--border-color);background:var(--surface-color);border-radius:8px;max-width:900px;margin:2rem auto;padding:1.25rem}.reader-feedback-panel h2{margin:0 0 1rem;font-size:1.25rem}.reader-feedback-panel textarea{resize:vertical;border:1px solid var(--border-color);background:var(--surface-elevated-color);width:100%;min-height:120px;margin-bottom:.75rem;font-family:inherit;font-size:1rem}.reader-feedback-panel textarea::placeholder{color:var(--text-color);opacity:.7}.reader-feedback-panel button{border:2px solid var(--border-color);background-color:var(--surface-color);color:var(--primary-text-color);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:10px;transition:all .2s;display:inline-flex}.accessibility-menu{justify-self:center;display:inline-block;position:relative}.accessibility-menu.mobile{display:none}.accessibility-menu-toggle{border:2px solid var(--border-color);background-color:var(--surface-color);width:2.5rem;height:2.5rem;color:var(--primary-text-color);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:inline-flex}.accessibility-menu-toggle:hover{border-color:var(--primary-text-color);background-color:var(--background-secondary-color)}.accessibility-menu-toggle[aria-expanded=true]{background-color:var(--primary-text-color);color:var(--surface-color);border-color:var(--primary-text-color)}.accessibility-menu-toggle[aria-expanded=true] svg{transform:scale(1.1)}.accessibility-menu-toggle svg{width:20px;height:20px;transition:transform .2s}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.accessibility-menu-dropdown{background-color:var(--surface-color);border:2px solid var(--border-color);z-index:1000;border-radius:8px;min-width:220px;margin-top:.5rem;padding:1rem;animation:.2s slideDown;position:absolute;top:100%;right:0;box-shadow:0 4px 12px #00000026}@keyframes slideDown{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.accessibility-menu-section{padding:.5rem 0}.accessibility-menu-section:not(:last-child){border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:1rem}.accessibility-menu-heading{color:var(--primary-text-color);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.text-size-options{flex-direction:column;gap:.5rem;display:flex}.text-size-option{border:1px solid var(--border-color);width:100%;color:var(--body-text-color);cursor:pointer;text-align:left;background-color:#0000;border-radius:4px;align-items:center;gap:.75rem;padding:.75rem;font-size:.9rem;transition:all .2s;display:flex}.text-size-option:hover{background-color:var(--background-secondary-color);border-color:var(--primary-text-color)}.text-size-option.active{background-color:var(--primary-text-color);color:var(--surface-color);border-color:var(--primary-text-color);font-weight:600}.text-size-indicator{background-color:var(--background-secondary-color);width:1.5rem;height:1.5rem;color:var(--primary-text-color);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.text-size-indicator.text-size-small{font-size:.75rem}.text-size-indicator.text-size-normal{font-size:.9rem}.text-size-indicator.text-size-large{font-size:1rem}.text-size-indicator.text-size-xlarge{font-size:1.2rem}.text-size-label{flex:1}@media (width<=768px){.accessibility-menu-dropdown{max-height:80vh;min-width:unset;border-radius:12px;position:fixed;inset:auto 1rem;overflow-y:auto}.accessibility-menu-toggle{width:2.25rem;height:2.25rem}.accessibility-menu-toggle svg{width:18px;height:18px}}@media (width<=480px){.accessibility-menu-dropdown{min-width:unset;left:.75rem;right:.75rem}.accessibility-menu-heading{font-size:.8rem}.text-size-option{padding:.65rem;font-size:.85rem}.text-size-indicator{width:1.25rem;height:1.25rem}}main{flex:1}.users-container{max-width:1000px;margin:2rem auto;padding:0 1rem}.users-toolbar{justify-content:space-between;align-items:center;margin:1rem 0;display:flex}.users-toolbar .toolbar-button{font:inherit;cursor:pointer;border:1px solid var(--border-color);background:var(--background-secondary-color);color:var(--body-text-color);border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.1rem;font-weight:600;text-decoration:none;transition:transform .16s,box-shadow .16s,border-color .16s;display:inline-flex;box-shadow:0 6px 18px #00000014}.users-toolbar .toolbar-button:hover,.users-toolbar .toolbar-button:focus-visible{background:var(--surface-elevated-color);outline:none;transform:translateY(-1px);box-shadow:0 10px 24px #0000001f}.table-wrapper{border:1px solid #eee;border-radius:6px;max-height:min(40vh,36rem);margin-top:1rem;overflow:auto}.action-buttons{gap:.5rem;display:flex}.action-buttons button{all:unset;cursor:pointer}.action-buttons button svg{width:16px;height:16px;color:var(--body-text-color)}.action-buttons button svg.red{color:#a11}.action-buttons button:disabled svg{cursor:default;opacity:.5}#adminView{--admin-purple:#6d4be7;--admin-purple-soft:#6d4be71f;--admin-blue:#2877e6;--admin-blue-soft:#2877e61f;--admin-green:#2f9f57;--admin-green-soft:#2f9f571f;--admin-amber:#b67816;--admin-amber-soft:#b6781624;background-color:var(--surface-color);flex-direction:row;flex:1;display:flex}#adminView .admin-section{border-top-right-radius:8px;border-bottom-right-radius:8px;flex:1;min-width:0;padding:1.5rem;box-shadow:0 2px 4px #0000001a}#adminView .admin-state,#adminView .admin-empty-state{border:1px solid var(--border-color);background:var(--surface-color);color:var(--body-text-color);border-radius:8px;padding:1rem}#adminView .admin-state.error{color:#a11;border-color:#a11}#adminNav{background:linear-gradient(#07182d 0%,#0b1f38 100%);border-top-right-radius:8px;border-bottom-right-radius:8px;flex-direction:column;flex:0 0 210px;min-height:calc(100vh - 2rem);padding:1rem;display:flex}#adminNav #adminNavTitle{color:#fff;margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}#adminNav .admin-nav-section{flex-direction:column;gap:10px;display:flex}#adminNav .admin-nav-section .admin-nav-section-title{letter-spacing:0;color:#9fb0c7;margin:1.25rem 0 .25rem;font-size:.72rem;font-weight:600}#adminNav .admin-nav-section a{color:#e7edf7;box-sizing:border-box;border:1px solid #0000;border-radius:6px;width:100%;padding:.55rem .7rem;font-size:.9rem;text-decoration:none;transition:background-color .2s,border-color .2s}#adminNav .admin-nav-section a:hover,#adminNav .admin-nav-section a.active{color:#fff;background-color:#6d4be7;border-color:#7c5af0}.admin-header-actions{align-items:center;gap:.75rem;display:flex}.primary-btn,.secondary-btn,.danger-btn{cursor:pointer;font:inherit;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.5rem .9rem;text-decoration:none;transition:background-color .2s,border-color .2s,opacity .2s;display:inline-flex}.primary-btn:disabled,.secondary-btn:disabled,.danger-btn:disabled{cursor:not-allowed;opacity:.55}.spotlight-btn{border:1px solid var(--border-color);background:var(--surface-color);color:var(--body-text-color);cursor:pointer;font:inherit;border-radius:6px;justify-content:center;align-items:center;padding:.5rem .9rem;transition:background-color .2s,border-color .2s,opacity .2s;display:inline-flex}.spotlight-btn.active{border-color:var(--orange);color:var(--orange);background:#ff6b3524;font-weight:800}.spotlight-btn:disabled{cursor:not-allowed;opacity:.55}.status-pill.published,.status-pill.released,.status-pill.active,.status-pill.finished{color:#2f9f57;background:#2f9f571f}.status-pill.cancelled{color:#a11;background:#aa11111f}.status-dropdown{width:fit-content;position:relative}.status-dropdown-trigger{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:.4rem;padding:0;display:inline-flex}.status-dropdown-trigger:focus-visible .status-pill{outline-offset:2px;outline:2px solid #6d4be7}.status-dropdown-trigger:disabled{cursor:wait;opacity:.65}.status-dropdown-menu{z-index:20;border:1px solid var(--border-color);background:var(--surface-color);border-radius:6px;gap:.25rem;min-width:170px;padding:.35rem;display:grid;position:absolute;top:calc(100% + .4rem);left:0;box-shadow:0 12px 30px #00000029}.status-dropdown-option{cursor:pointer;font:inherit;background:0 0;border:0;border-radius:6px;justify-content:flex-start;padding:.35rem;display:flex}.status-dropdown-option:hover,.status-dropdown-option.active{background:var(--background-secondary-color)}.primary-btn{background:var(--orange);color:#fff}.primary-btn:hover:not(:disabled){opacity:.9}.secondary-btn{background:var(--surface-color);border-color:var(--border-color);color:var(--body-text-color)}.secondary-btn:hover{background:var(--surface-elevated-color)}.danger-btn{color:#a11;background:0 0;border-color:#a11}.danger-btn:hover:not(:disabled){color:#fff;background:#a11}.admin-placeholder{place-items:center;min-height:560px;display:grid}.admin-placeholder div{text-align:center;max-width:520px}.admin-placeholder h1{margin:0 0 .6rem}.admin-placeholder p{color:var(--secondary-text-color);margin:0}@media (width<=820px){#adminView{flex-direction:column;padding:0}#adminView .admin-section{border-radius:0 0 8px 8px}#adminNav{border-radius:8px 8px 0 0;flex:none;min-height:auto;padding-right:1rem}}.modal{background-color:#00000080;border:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden;box-shadow:0 10px 30px #00000026}.modal .modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.modal .modal-title{color:var(--body-text-color);font-weight:600}.modal .modal-body{padding:0 1.25rem}.modal .form-label{color:var(--body-text-color);margin-bottom:.5rem;font-weight:500}.modal .form-control{color:var(--body-text-color);border:1px solid var(--border-color);background-color:var(--surface-elevated-color);border-radius:10px;padding:.75rem 1rem}.modal .form-control::placeholder{color:var(--body-text-color);opacity:.7}.modal .modal-footer{border-top:1px solid var(--border-color);justify-content:flex-end;gap:10px;padding:1rem 1.25rem;display:flex}.modal .btn{border:1px solid var(--border-color);background-color:var(--surface-elevated-color);color:var(--body-text-color);border-radius:10px;padding:.6rem 1.2rem;font-weight:500;transition:all .2s}.modal .btn:hover{cursor:pointer;transform:translateY(-1px)}.modal .btn-close{color:var(--body-text-color);opacity:.5;background:0 0;border:none;font-size:1.5rem;line-height:1;transition:all .2s}.modal-content{background-color:var(--surface-color);border-radius:14px;flex-direction:column;gap:20px;width:500px;max-width:90%;margin:5% auto;padding:0;display:flex}.mb-3{flex-direction:column;margin-bottom:20px;display:flex}.datatable-wrapper{border-collapse:collapse;background-color:var(--surface-elevated-color);border-radius:8px;width:100%;margin-top:20px;overflow:visible}.datatable-wrapper .datatable-header{border-bottom:1px solid var(--border-color);border-top-left-radius:8px;border-top-right-radius:8px;justify-content:space-between;align-items:center;padding:20px;display:flex}.datatable-wrapper .datatable-title{color:var(--body-text-color);margin:0;font-size:1.5rem}.datatable-wrapper .datatable-empty-state{border:1px solid var(--border-color);background:var(--surface-color);border-top:none;border-radius:0 0 8px 8px;padding:1rem}.datatable{border-collapse:collapse;width:100%;overflow:visible}.datatable thead{background-color:var(--surface-color)}.datatable thead th{text-align:left;color:var(--secondary-text-color);padding:15px;font-size:1rem}.datatable tbody tr{border-bottom:1px solid var(--border-color)}.datatable tbody tr:hover{background-color:var(--surface-color)}.datatable tbody tr:last-child{border-bottom:0}.datatable tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.datatable tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.datatable tbody td{color:var(--body-text-color);vertical-align:middle;padding:15px;font-size:.95rem}.datatable-link{color:var(--body-text-color);text-decoration:none}.datatable-link:hover{text-decoration:underline}#adminDashboard{align-content:start;gap:1.25rem;display:grid}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dashboard-header h1{color:var(--body-text-color);margin:.15rem 0 .25rem;font-size:1.85rem;line-height:1.15}.dashboard-header p{color:var(--secondary-text-color);margin:0}.dashboard-kicker{color:var(--admin-purple);text-transform:uppercase;font-size:.78rem;font-weight:800}.dashboard-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.dashboard-actions a,.dashboard-actions button{white-space:nowrap;gap:.45rem}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.dashboard-metric{border:1px solid var(--border-color);background:var(--surface-elevated-color);min-width:0;color:var(--body-text-color);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.15rem .7rem;padding:1rem;text-decoration:none;transition:border-color .2s,transform .2s;display:grid}.dashboard-metric:hover{border-color:var(--admin-purple);transform:translateY(-1px)}.dashboard-metric>span:not(.dashboard-metric-icon){color:var(--secondary-text-color);min-width:0;font-size:.84rem}.dashboard-metric strong{grid-column:2;font-size:1.7rem;line-height:1}.dashboard-metric small{color:var(--secondary-text-color);grid-column:2;font-size:.78rem;line-height:1.35}.dashboard-metric-icon{width:2.3rem;height:2.3rem;color:var(--admin-purple);background:var(--admin-purple-soft);border-radius:6px;grid-row:span 3;justify-content:center;align-items:center;display:inline-flex}.dashboard-grid{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:1rem;display:grid}.dashboard-panel{border:1px solid var(--border-color);background:var(--surface-color);border-radius:8px;min-width:0}.dashboard-panel-large{grid-row:span 2}.dashboard-panel-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.dashboard-panel-header h2{color:var(--body-text-color);margin:0;font-size:1rem}.dashboard-panel-header a{color:var(--admin-purple);align-items:center;gap:.35rem;font-size:.85rem;font-weight:800;text-decoration:none;display:inline-flex}.dashboard-release-list,.dashboard-list,.attention-list{display:grid}.dashboard-release-item,.dashboard-list-item,.attention-item{color:var(--body-text-color);text-decoration:none}.dashboard-release-item{grid-template-columns:3.2rem minmax(0,1fr);align-items:center;gap:.8rem;padding:.85rem 1rem;display:grid}.dashboard-release-item+.dashboard-release-item{border-top:1px solid var(--border-color)}.dashboard-release-item:hover{background:var(--surface-elevated-color)}.dashboard-release-item time{min-height:3.2rem;color:var(--admin-purple);background:var(--admin-purple-soft);border-radius:6px;place-items:center;display:grid}.dashboard-release-item time strong{font-size:1.15rem;line-height:1}.dashboard-release-item time span{text-transform:uppercase;font-size:.72rem;font-weight:800}.dashboard-release-item div{gap:.2rem;min-width:0;display:grid}.dashboard-release-item div strong,.dashboard-release-item div span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-release-item div span{color:var(--secondary-text-color);font-size:.84rem}.attention-item{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.attention-item+.attention-item{border-top:1px solid var(--border-color)}.attention-item:hover{background:var(--surface-elevated-color)}.attention-item span{color:var(--secondary-text-color)}.attention-item strong{color:var(--body-text-color)}.attention-item.active strong{color:var(--admin-purple)}.dashboard-list-item{justify-content:space-between;align-items:flex-start;gap:.9rem;padding:.85rem 1rem;display:flex}.dashboard-list-item+.dashboard-list-item{border-top:1px solid var(--border-color)}.dashboard-list-item:hover{background:var(--surface-elevated-color)}.dashboard-list-item>div{gap:.18rem;min-width:0;display:grid}.dashboard-list-item strong,.dashboard-list-item span,.dashboard-list-item p{min-width:0}.dashboard-list-item>div>strong,.dashboard-list-item>div>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-list-item>div>span,.dashboard-list-item p{color:var(--secondary-text-color);font-size:.82rem}.dashboard-list-item p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.18rem 0 0;line-height:1.4;display:-webkit-box;overflow:hidden}.dashboard-list-item .status-pill{flex:none}.dashboard-empty{color:var(--secondary-text-color);padding:1rem}#adminDashboard .status-pill.read{color:var(--admin-green);background:var(--admin-green-soft)}#adminDashboard .status-pill.unread{color:#a11;background:#aa11111f}@media (width<=1120px){.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.dashboard-panel-large{grid-row:auto}}@media (width<=720px){.dashboard-header{flex-direction:column}.dashboard-actions{justify-content:flex-start;width:100%}.dashboard-actions a,.dashboard-actions button{flex:100%}.dashboard-metrics{grid-template-columns:1fr}.dashboard-list-item{flex-direction:column}}#allBooksHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}#allBooksHeader #booksHeaderLeft{flex-direction:column;gap:5px;display:flex}#allBooksHeader #booksHeaderLeft div:first-child{color:var(--body-text-color);font-size:1.5rem;font-weight:600}#allBooksHeader #booksHeaderLeft div:last-child{color:var(--secondary-text-color);font-size:1rem}#allBooksHeader #booksHeaderRight{justify-content:flex-end;gap:15px;display:flex}#allBooksHeader #booksHeaderRight #searchBooksInput{border:1px solid var(--border-color);color:var(--body-text-color);background-color:var(--surface-color);border-radius:5px;padding:10px 15px;font-size:.95rem}#allBooksHeader #booksHeaderRight #searchBooksInput:focus{border-color:var(--orange);outline:none}#allBooksHeader #booksHeaderRight #newBookButton{background-color:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:5px;padding:10px 20px;font-size:.95rem}#allBooksHeader #booksHeaderRight #newBookButton:hover{background-color:var(--surface-color)}.books-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}.books-summary-card{border:1px solid var(--border-color);background:var(--surface-elevated-color);border-radius:8px;gap:.35rem;padding:1rem;text-decoration:none;transition:border-color .2s,background-color .2s,transform .2s;display:grid}.books-summary-card.linked:hover,.books-summary-card.linked:focus-visible{border-color:var(--orange);background:var(--surface-color);outline:none;transform:translateY(-1px)}.books-summary-card span{color:var(--secondary-text-color);font-size:.85rem}.books-summary-card strong{color:var(--body-text-color);font-size:1.45rem}@media (width<=920px){.books-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){#allBooksHeader{flex-direction:column;align-items:stretch;gap:1rem}#allBooksHeader #booksHeaderRight{justify-content:stretch}#allBooksHeader #booksHeaderRight #searchBooksInput{flex:1;min-width:0}}#manageBookHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}#manageBookHeader h1{margin:.35rem 0 0;font-size:1.75rem;line-height:1.15}#manageBookHeader .admin-breadcrumbs,#manageBookHeader .title-row-meta{color:var(--secondary-text-color);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;display:flex}#manageBookHeader .admin-breadcrumbs a,#manageBookHeader .title-row-meta a{color:var(--secondary-text-color);text-decoration:none}#manageBookHeader .admin-breadcrumbs a:hover,#manageBookHeader .title-row-meta a:hover{color:var(--body-text-color)}#manageBookHeader .title-row-meta{margin-top:.6rem}#manageBookTablist{border-bottom:1px solid var(--border-color);gap:1.2rem;display:flex;overflow-x:auto}#manageBookTablist .tab{all:unset;cursor:pointer;color:var(--secondary-text-color);white-space:nowrap;border-bottom:3px solid #0000;padding:.8rem 0 .7rem;font-size:.92rem}#manageBookTablist .tab.active{color:var(--body-text-color);border-color:var(--admin-purple)}#manageBookTabContent{margin-top:1rem}#manageBookTabContent .field-group{gap:1rem;display:grid}#manageBookTabContent .field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}#manageBookTabContent .field{gap:.45rem;display:grid}#manageBookTabContent .field.compact{max-width:180px}#manageBookTabContent .field label{font-size:.85rem;font-weight:700}#manageBookTabContent .field small{color:var(--secondary-text-color);justify-self:end}#manageBookTabContent input,#manageBookTabContent textarea,#manageBookTabContent select{border:1px solid var(--border-color);background:var(--surface-color);color:var(--body-text-color);font:inherit;border-radius:6px;min-width:0;padding:.75rem .8rem}#manageBookTabContent input:focus,#manageBookTabContent textarea:focus,#manageBookTabContent select:focus{border-color:var(--admin-purple);box-shadow:0 0 0 3px var(--admin-purple-soft);outline:none}#manageBookTabContent textarea{resize:vertical;height:300px;min-height:120px}#manageBookTabContent .genre-select{color:var(--body-text-color)}#manageBookTabContent .genre-select__control{border-color:var(--border-color);background:var(--surface-color);min-height:47px;box-shadow:none;border-radius:6px}#manageBookTabContent .genre-select__control:hover{border-color:var(--border-color)}#manageBookTabContent .genre-select__control--is-focused{border-color:var(--admin-purple);box-shadow:0 0 0 3px var(--admin-purple-soft)}#manageBookTabContent .genre-select__value-container{gap:.25rem;padding:.35rem .55rem}#manageBookTabContent .genre-select__input-container,#manageBookTabContent .genre-select__single-value{color:var(--body-text-color)}#manageBookTabContent .genre-select__placeholder{color:var(--secondary-text-color)}#manageBookTabContent .genre-select__multi-value{background:var(--admin-purple-soft);border-radius:6px}#manageBookTabContent .genre-select__multi-value__label{color:var(--admin-purple);font-weight:700}#manageBookTabContent .genre-select__multi-value__remove{color:var(--admin-purple);cursor:pointer}#manageBookTabContent .genre-select__multi-value__remove:hover{color:#fff;background:var(--admin-purple)}#manageBookTabContent .genre-select__menu{z-index:20;border:1px solid var(--border-color);background:var(--surface-color);border-radius:6px;overflow:hidden;box-shadow:0 12px 28px #00000024}#manageBookTabContent .genre-select__option{cursor:pointer}#manageBookTabContent .genre-select__option--is-focused{background:var(--admin-purple-soft)}#manageBookTabContent .genre-select__option--is-selected{color:#fff;background:var(--admin-purple)}#manageBookDetailsTab .admin-panel{overflow:visible}.admin-grid{gap:1rem;display:grid}.overview-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.overview-grid .admin-panel:first-child,.overview-grid .admin-panel:nth-child(2){grid-column:span 6}.overview-grid .admin-panel:nth-child(n+3){grid-column:span 4}.admin-panel{border:1px solid var(--border-color);background:var(--surface-color);border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000a}.admin-panel-header{border-bottom:1px solid var(--border-color);align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.admin-panel-header h2{margin:0;font-size:1rem;line-height:1.2}.admin-panel-header p{color:var(--secondary-text-color);margin:.25rem 0 0;font-size:.82rem}.admin-panel-body{padding:1rem}.admin-modal-backdrop{z-index:100;background:#07182d8c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.admin-modal{border:1px solid var(--border-color);background:var(--surface-color);border-radius:8px;width:min(460px,100%);overflow:hidden;box-shadow:0 20px 60px #00000047}.admin-modal-header,.admin-modal-actions{justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.admin-modal-header{border-bottom:1px solid var(--border-color)}.admin-modal-header h2{margin:0;font-size:1.05rem}.admin-modal-body{gap:1rem;padding:1rem;display:grid}.admin-modal-body p{color:var(--body-text-color);margin:0;line-height:1.55}.admin-modal-actions{border-top:1px solid var(--border-color);justify-content:flex-end}.delete-release-warning{background:#aa111114;border:1px solid #aa11113d;border-radius:6px;align-items:center;gap:.65rem;padding:.8rem;display:flex}.delete-release-warning strong{color:#a11;background:#aa11111f;border-radius:50%;justify-content:center;align-items:center;min-width:2rem;height:2rem;display:inline-flex}.delete-release-warning span{color:var(--body-text-color);font-weight:700}.step-badge{color:#fff;background:var(--admin-purple);border-radius:50%;flex:0 0 2rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:800;display:inline-flex}.panel-action,.centered-action{margin-top:1rem}.centered-action{margin-left:auto;margin-right:auto}.book-details-tab-sections{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);display:grid}.book-details-section{padding:.25rem 1.25rem .25rem 0}.book-details-section.right{border-left:1px solid var(--border-color);padding:.25rem 0 .25rem 1.25rem}.book-details-section .section-header{gap:.35rem;margin-bottom:1.25rem;display:grid}.book-details-section .section-header .section-title{font-weight:800}.book-details-section .section-header .section-description{color:var(--secondary-text-color);font-size:.88rem}.channel-switcher{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.channel-switcher button{border:1px solid var(--border-color);background:var(--surface-color);color:var(--body-text-color);cursor:pointer;font:inherit;border-radius:6px;align-items:center;gap:.45rem;padding:.65rem .75rem;display:inline-flex}.channel-switcher button.active,.channel-switcher button:hover{border-color:var(--admin-purple);background:var(--admin-purple-soft)}.channel-dot{border-radius:50%;justify-content:center;align-items:center;width:1.45rem;height:1.45rem;font-size:.72rem;font-weight:800;display:inline-flex}.channel-dot.purple{color:var(--admin-purple);background:var(--admin-purple-soft)}.channel-dot.blue{color:var(--admin-blue);background:var(--admin-blue-soft)}.channel-dot.green{color:var(--admin-green);background:var(--admin-green-soft)}.status-pill{width:fit-content;color:var(--secondary-text-color);background:var(--surface-elevated-color);border-radius:6px;align-items:center;padding:.2rem .45rem;font-size:.75rem;font-weight:800;display:inline-flex}.status-pill.published,.status-pill.released,.status-pill.active,.status-pill.finished,.status-pill.read{color:var(--admin-green);background:var(--admin-green-soft)}.status-pill.draft,.status-pill.empty,.status-pill.archived,.status-pill.unreleased,.status-pill.not-started{color:var(--secondary-text-color);background:var(--surface-elevated-color)}.status-pill.scheduled,.status-pill.current,.status-pill.in-progress{color:var(--admin-amber);background:var(--admin-amber-soft)}.status-pill.on-hold{color:var(--admin-blue);background:var(--admin-blue-soft)}.status-pill.cancelled,.status-pill.unread{color:#a11;background:#aa11111f}.status-pill.alpha-readers{color:var(--admin-purple);background:var(--admin-purple-soft)}.overview-detail-list,.settings-grid{gap:.7rem;display:grid}.overview-detail-list div,.settings-grid div{border-bottom:1px solid var(--border-color);justify-content:space-between;gap:1rem;padding-bottom:.65rem;display:flex}.overview-detail-list span,.settings-grid span{color:var(--secondary-text-color)}.editor-preview{gap:.7rem;display:grid}.editor-preview p{margin:0;line-height:1.65}.editor-preview span{color:var(--secondary-text-color)}.admin-data-table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-data-table th,.admin-data-table td{text-align:left;border-bottom:1px solid var(--border-color);vertical-align:middle;padding:.8rem}.admin-data-table th{color:var(--secondary-text-color);background:var(--background-secondary-color);text-transform:uppercase;font-size:.78rem}.admin-data-table tr:last-child td{border-bottom:0}.release-dots{align-items:center;gap:.3rem;display:flex}.release-missing{color:var(--secondary-text-color)}.chapter-workspace{border:1px solid var(--border-color);background:var(--surface-color);border-radius:8px;grid-template-columns:260px minmax(0,1fr);min-height:680px;display:grid;overflow:hidden}.chapter-sidebar{border-right:1px solid var(--border-color);flex-direction:column;gap:1rem;padding:1rem;display:flex}.chapter-sidebar-header{justify-content:space-between;align-items:center;display:flex}.chapter-sidebar-header h2{margin:0;font-size:1rem}.icon-btn{border:1px solid var(--border-color);background:var(--surface-color);width:2rem;height:2rem;color:var(--body-text-color);cursor:pointer;font:inherit;border-radius:6px}.chapter-list{flex:1;align-content:start;gap:.4rem;display:grid}.chapter-list-item{color:var(--body-text-color);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:2rem minmax(0,1fr) auto;align-items:center;gap:.5rem;padding:.65rem;display:grid}.chapter-list-item strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chapter-list-item.active,.chapter-list-item:hover{border-color:var(--admin-purple);background:var(--admin-purple-soft)}.full-width{width:100%}.chapter-editor-shell{grid-template-columns:minmax(0,1fr) 330px;min-width:0;display:grid}.chapter-editor-main{border-right:1px solid var(--border-color);min-width:0;padding:1rem}.release-sidebar{align-content:start;gap:1rem;padding:1rem;display:grid}.editor-toolbar{border:1px solid var(--border-color);border-radius:6px 6px 0 0;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:1rem;padding:.5rem;display:flex}.editor-toolbar button,.editor-toolbar select{border-radius:6px;min-height:34px}.editor-toolbar button{color:var(--body-text-color);cursor:pointer;background:0 0;border:0;min-width:34px;padding:0 .55rem;font-weight:700}.editor-toolbar button:hover{background:var(--background-secondary-color)}.chapter-body-editor{box-sizing:border-box;width:100%;min-height:390px;line-height:1.75;border-top:0!important;border-radius:0 0 6px 6px!important}.editor-footer{color:var(--secondary-text-color);justify-content:space-between;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.release-preview-list,.reader-group-cards,.revision-list,.feedback-list,.schedule-list{gap:.75rem;display:grid}.release-preview-item,.reader-group-card,.revision-card,.feedback-card,.schedule-item{border:1px solid var(--border-color);background:var(--surface-color);border-radius:8px;align-items:center;gap:.75rem;padding:.85rem;display:flex}.release-preview-item>div,.reader-group-card>div,.revision-card>div,.feedback-card>div,.schedule-item>div{gap:.2rem;min-width:0;display:grid}.release-preview-item span,.reader-group-card span,.revision-card span,.feedback-card span,.schedule-item span{color:var(--secondary-text-color);font-size:.84rem}.reader-group-card{border:1px solid var(--border-color);color:var(--body-text-color);cursor:pointer;font:inherit;text-align:left}.reader-group-card.active,.reader-group-card:hover{border-color:var(--admin-purple);background:var(--admin-purple-soft)}.release-preview-item{justify-content:space-between}.release-preview-item>div{flex:1}.quick-action{width:100%;color:var(--body-text-color);cursor:pointer;font:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.quick-action+.quick-action{border-top:1px solid var(--border-color)}.revision-card{color:var(--body-text-color);cursor:pointer;font:inherit;text-align:left;justify-content:space-between;width:100%}.revision-card.active{border-color:var(--admin-purple);background:var(--admin-purple-soft)}.history-layout{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:1rem;display:grid}.revision-preview{border:1px solid var(--border-color);border-radius:8px;min-width:0;overflow:hidden}.revision-preview-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.revision-preview-header h3{margin:0}.revision-preview-header p{color:var(--secondary-text-color);margin:.3rem 0 0}.revision-preview-content{max-height:520px;padding:1rem;line-height:1.7;overflow:auto}.revision-preview-content p:first-child{margin-top:0}.revision-preview-content p:last-child{margin-bottom:0}.release-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.schedule-form{gap:.9rem;display:grid}.schedule-form label{gap:.4rem;font-weight:700;display:grid}.schedule-form .checkbox-row{align-items:center;gap:.5rem;font-weight:400;display:flex}.schedule-item{align-items:stretch}.schedule-date{border-right:1px solid var(--border-color);text-align:center;width:3.3rem;padding-right:.75rem}.schedule-date span,.schedule-date strong{display:block}.feedback-toolbar{grid-template-columns:repeat(3,auto) minmax(180px,1fr) auto;align-items:center;gap:.6rem;margin-bottom:1rem;display:grid}.feedback-toolbar .tab{color:var(--secondary-text-color);cursor:pointer;background:0 0;border:0;padding:.6rem}.feedback-toolbar .tab.active{color:var(--admin-purple);border-bottom:2px solid var(--admin-purple)}.reader-member-form,.feedback-form{gap:.75rem;margin:1rem 0;display:grid}.reader-member-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.feedback-form{grid-template-columns:repeat(3,minmax(0,1fr))}.feedback-card{flex-direction:column;align-items:stretch}.feedback-card p{margin:0;line-height:1.55}.feedback-actions{flex-wrap:wrap;gap:.5rem;display:flex}.feedback-card-header{grid-template-columns:none;align-items:center;gap:.6rem;display:flex!important}@media (width<=1180px){.overview-grid .admin-panel:nth-child(n),.release-grid{grid-column:span 12;grid-template-columns:1fr}.chapter-editor-shell{grid-template-columns:1fr}.release-sidebar{border-top:1px solid var(--border-color)}}@media (width<=900px){#manageBookHeader,.admin-header-actions,.book-details-tab-sections,.chapter-workspace{flex-direction:column;grid-template-columns:1fr}.book-details-section.right,.chapter-sidebar,.chapter-editor-main{border-left:0;border-right:0;border-top:1px solid var(--border-color)}.feedback-toolbar,.reader-member-form,.feedback-form,.history-layout,#manageBookTabContent .field-row{grid-template-columns:1fr}}#chaptersHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}#chaptersHeader #chaptersHeaderLeft{flex-direction:column;gap:5px;display:flex}#chaptersHeader #chaptersHeaderLeft div:first-child{color:var(--body-text-color);font-size:1.5rem;font-weight:600}#chaptersHeader #chaptersHeaderLeft div:last-child{color:var(--secondary-text-color);font-size:1rem}#chaptersHeader #chaptersHeaderRight{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}#chaptersHeader #chaptersHeaderRight input,#chaptersHeader #chaptersHeaderRight select{border:1px solid var(--border-color);color:var(--body-text-color);background-color:var(--surface-color);border-radius:6px;padding:10px 15px;font-size:.95rem}#chaptersHeader #chaptersHeaderRight input:focus,#chaptersHeader #chaptersHeaderRight select:focus{border-color:var(--orange);outline:none}.chapter-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}.chapter-summary-card{border:1px solid var(--border-color);background:var(--surface-elevated-color);border-radius:8px;gap:.35rem;padding:1rem;display:grid}.chapter-summary-card span{color:var(--secondary-text-color);font-size:.85rem}.chapter-summary-card strong{color:var(--body-text-color);font-size:1.45rem}.chapter-title-link{gap:.2rem;display:grid}.chapter-title-link span{color:var(--secondary-text-color);font-size:.78rem}.chapter-title-link strong{font-size:.98rem;font-weight:700}.chapter-release-state{flex-wrap:wrap;gap:.4rem;display:flex}.admin-state.warning{color:var(--admin-amber);background:var(--admin-amber-soft);border-color:#b6781659;margin-bottom:1rem}@media (width<=920px){.chapter-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){#chaptersHeader{flex-direction:column;align-items:stretch}#chaptersHeader #chaptersHeaderRight{justify-content:stretch}#chaptersHeader #chaptersHeaderRight input,#chaptersHeader #chaptersHeaderRight select{flex:100%;min-width:0}}#versionsHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}#versionsHeader #versionsHeaderLeft{flex-direction:column;gap:5px;display:flex}#versionsHeader #versionsHeaderLeft div:first-child{color:var(--body-text-color);font-size:1.5rem;font-weight:600}#versionsHeader #versionsHeaderLeft div:last-child{color:var(--secondary-text-color);font-size:1rem}#versionsHeader #versionsHeaderRight{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}#versionsHeader #versionsHeaderRight input,#versionsHeader #versionsHeaderRight select{border:1px solid var(--border-color);color:var(--body-text-color);background-color:var(--surface-color);border-radius:6px;padding:10px 15px;font-size:.95rem}#versionsHeader #versionsHeaderRight input:focus,#versionsHeader #versionsHeaderRight select:focus{border-color:var(--orange);outline:none}.version-title-link{gap:.2rem;display:grid}.version-title-link span{color:var(--secondary-text-color);font-size:.78rem}.version-title-link strong{font-size:.98rem;font-weight:700}@media (width<=920px){.versions-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){#versionsHeader{flex-direction:column;align-items:stretch}#versionsHeader #versionsHeaderRight{justify-content:stretch}#versionsHeader #versionsHeaderRight input,#versionsHeader #versionsHeaderRight select{flex:100%;min-width:0}}.release-page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.release-page-header .release-page-header-left{flex-direction:column;gap:5px;display:flex}.release-page-header .release-page-header-left div:first-child{color:var(--body-text-color);font-size:1.5rem;font-weight:600}.release-page-header .release-page-header-left div:last-child{color:var(--secondary-text-color);font-size:1rem}.release-page-header .release-page-header-right{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.release-page-header .release-page-header-right input,.release-page-header .release-page-header-right select{border:1px solid var(--border-color);color:var(--body-text-color);background-color:var(--surface-color);border-radius:6px;padding:10px 15px;font-size:.95rem}.release-page-header .release-page-header-right input:focus,.release-page-header .release-page-header-right select:focus{border-color:var(--orange);outline:none}.release-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}.release-summary-card{border:1px solid var(--border-color);background:var(--surface-elevated-color);border-radius:8px;gap:.35rem;padding:1rem;text-decoration:none;transition:border-color .2s,background-color .2s,transform .2s;display:grid}.release-summary-card.linked:hover,.release-summary-card.linked:focus-visible{border-color:var(--orange);background:var(--surface-color);outline:none;transform:translateY(-1px)}.release-summary-card span{color:var(--secondary-text-color);font-size:.85rem}.release-summary-card strong{color:var(--body-text-color);font-size:1.45rem}.release-title-link{gap:.2rem;display:grid}.release-title-link span{color:var(--secondary-text-color);font-size:.78rem}.release-title-link strong{font-size:.98rem;font-weight:700}.schedule-next-panel{border:1px solid var(--border-color);background:var(--surface-elevated-color);border-radius:8px;margin-bottom:1.25rem}.schedule-next-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.schedule-next-header span{color:var(--body-text-color);font-size:1rem;font-weight:800}.schedule-next-header a{color:var(--admin-purple);align-items:center;gap:.35rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.schedule-next-header a:hover{text-decoration:underline}.schedule-timeline{display:grid}.schedule-timeline-item{border-bottom:1px solid var(--border-color);color:var(--body-text-color);grid-template-columns:68px minmax(0,1fr);gap:1rem;padding:1rem;text-decoration:none;display:grid}.schedule-timeline-item:last-child{border-bottom:0}.schedule-timeline-item:hover{background:var(--surface-color)}.schedule-timeline-item time{border:1px solid var(--border-color);background:var(--surface-color);border-radius:6px;align-content:center;place-items:center;min-height:58px;display:grid}.schedule-timeline-item time strong{font-size:1.2rem}.schedule-timeline-item time span{color:var(--secondary-text-color);text-transform:uppercase;font-size:.8rem;font-weight:800}.schedule-timeline-item div{align-content:center;gap:.25rem;min-width:0;display:grid}.schedule-timeline-item div>strong{color:var(--body-text-color);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.schedule-timeline-item div>span{color:var(--secondary-text-color);font-size:.9rem}.status-pill.public,.status-pill.upcoming{color:#2f9f57;background:#2f9f571f}.status-pill.overdue{color:#a11;background:#aa11111f}.status-pill.undated{color:var(--secondary-text-color);background:var(--surface-elevated-color)}@media (width<=920px){.release-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.release-page-header{flex-direction:column;align-items:stretch}.release-page-header .release-page-header-right{justify-content:stretch}.release-page-header .release-page-header-right input,.release-page-header .release-page-header-right select{flex:100%;min-width:0}.schedule-timeline-item{grid-template-columns:58px minmax(0,1fr)}}:root{--navbar-bg-color:#036;--nav-accent-color:#fff;--footer-bg-color:#036;--primary-text-color:#036;--secondary-text-color:#4d7094;--background-color:#fff;--background-secondary-color:#f5f5f5;--body-text-color:#1f2b3a;--border-color:#d8e0ea;--surface-color:#fff;--surface-elevated-color:#f1f2f4;--orange:#ff6b35}:root[data-theme=dark]{--navbar-bg-color:#036;--nav-accent-color:#fff;--footer-bg-color:#036;--primary-text-color:#abc7e4;--secondary-text-color:#fff;--background-color:#0f1724;--background-secondary-color:#1a2435;--body-text-color:#d7deea;--border-color:#2d3d57;--surface-color:#162133;--surface-elevated-color:#1d2a40;--orange:#e1450d}.reader-page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.reader-page-header .reader-page-header-left{flex-direction:column;gap:5px;display:flex}.reader-page-header .reader-page-header-left div:first-child{color:var(--body-text-color);font-size:1.5rem;font-weight:600}.reader-page-header .reader-page-header-left div:last-child{color:var(--secondary-text-color);font-size:1rem}.reader-page-header .reader-page-header-right{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.reader-page-header .reader-page-header-right input,.reader-page-header .reader-page-header-right select{border:1px solid var(--border-color);color:var(--body-text-color);background-color:var(--surface-color);border-radius:6px;padding:10px 15px;font-size:.95rem}.reader-page-header .reader-page-header-right input:focus,.reader-page-header .reader-page-header-right select:focus{border-color:var(--orange);outline:none}.reader-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}.feedback-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reader-summary-card{border:1px solid var(--border-color);background:var(--surface-elevated-color);border-radius:8px;gap:.35rem;padding:1rem;display:grid}.reader-summary-card span{color:var(--secondary-text-color);font-size:.85rem}.reader-summary-card strong{color:var(--body-text-color);font-size:1.45rem}.reader-title-link,.feedback-comment-link{gap:.2rem;display:grid}.reader-title-link span,.feedback-comment-link span{color:var(--secondary-text-color);font-size:.78rem}.reader-title-link strong,.feedback-comment-link strong{color:var(--body-text-color);font-size:.98rem;font-weight:700}.feedback-comment-link{max-width:560px}.feedback-comment-link span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.reader-action-link{width:fit-content}.reader-row-actions{flex-wrap:wrap;gap:.5rem;display:flex}.status-pill.alpha{color:#6d4be7;background:#6d4be71f}.status-pill.beta{color:#2877e6;background:#2877e61f}.status-pill.public,.status-pill.resolved,.status-pill.read{color:#2f9f57;background:#2f9f571f}.status-pill.reviewed{color:#b67816;background:#b6781624}.status-pill.removed,.status-pill.open,.status-pill.unread{color:#a11;background:#aa11111f}@media (width<=920px){.reader-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.reader-page-header{flex-direction:column;align-items:stretch}.reader-page-header .reader-page-header-right{justify-content:stretch}.reader-page-header .reader-page-header-right input,.reader-page-header .reader-page-header-right select{flex:100%;min-width:0}.reader-row-actions{flex-direction:column}}
