@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg:#141414;--bg2:#1a1a1a;--bg3:#222;--bg-card:#181818;--border:#333;--text:#e5e5e5;--text-white:#fff;--muted:#8c8c8c;--red:#e50914;--red-hover:#f40612;--red-dark:#b20710;--pdf-color:#e67e22;--link-color:#46d369;--radius:4px;--radius-lg:6px;--shadow:0 4px 20px #0009;--shadow-lg:0 8px 40px #000c;--nav-height:68px;--transition:.2s ease;--pad-x:4%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5;overflow-x:hidden}.page-home:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(80% 50% at 20% 10%,#e509141f 0%,#0000 60%),radial-gradient(60% 40% at 80% 80%,#e5091414 0%,#0000 55%),radial-gradient(50% 60%,#b4070f0d 0%,#0000 50%);animation:12s ease-in-out infinite alternate ambientShift;position:fixed;inset:0}.page-home:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(70% 50% at 75% 20%,#e5091417 0%,#0000 55%),radial-gradient(50% 50% at 30% 70%,#c8081212 0%,#0000 50%);animation:15s ease-in-out infinite alternate ambientShift2;position:fixed;inset:0}@keyframes ambientShift{0%{opacity:.7;transform:scale(1)translate(0)}33%{opacity:1;transform:scale(1.05)translate(2%,-1%)}66%{opacity:.8;transform:scale(.98)translate(-1%,2%)}to{opacity:.9;transform:scale(1.03)translate(1%,-2%)}}@keyframes ambientShift2{0%{opacity:.8;transform:scale(1.02)translate(-1%,1%)}50%{opacity:.6;transform:scale(.97)translate(2%,-1%)}to{opacity:1;transform:scale(1.04)translate(-2%,2%)}}h1,h2,h3{color:var(--text-white);line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}input,textarea,select{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);transition:border-color var(--transition);appearance:none;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:16px}input:focus,textarea:focus,select:focus{border-color:var(--text-white)}input::placeholder,textarea::placeholder{color:var(--muted)}textarea{resize:vertical}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238c8c8c' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:2.2rem}select option{background:var(--bg3)}.navbar{z-index:100;height:var(--nav-height);padding:0 var(--pad-x);background:linear-gradient(#000000e6 0%,#0000 100%);justify-content:space-between;align-items:center;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);background:#141414f7;box-shadow:0 2px 10px #00000080}.nav-logo{color:var(--red);letter-spacing:2px;text-transform:uppercase;flex-shrink:0;font-family:Bebas Neue,sans-serif;font-size:2rem}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--muted);transition:color var(--transition);white-space:nowrap;font-size:.9rem;font-weight:500}.nav-link:hover{color:var(--text-white)}.nav-btn{background:var(--red);color:var(--text-white);border-radius:var(--radius);transition:background var(--transition);white-space:nowrap;border:none;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600}.nav-btn:hover{background:var(--red-hover)}.nav-user{position:relative}.nav-user-btn{cursor:pointer;color:var(--text-white);background:#ffffff12;border:1px solid #ffffff1a;border-radius:24px;align-items:center;gap:.5rem;padding:.3rem .8rem .3rem .3rem;transition:all .2s;display:flex}.nav-user-btn:hover{background:#ffffff1f;border-color:#ffffff2e}.nav-avatar{background:var(--red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:700;display:flex}.nav-username{text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:.85rem;font-weight:500;overflow:hidden}.nav-chevron{flex-shrink:0;transition:transform .2s}.nav-chevron.open{transform:rotate(180deg)}.nav-dropdown{z-index:300;background:#1e1e1e;border:1px solid #ffffff1a;border-radius:10px;min-width:220px;animation:.15s dropdownIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 40px #0009}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-header{flex-direction:column;gap:.15rem;padding:.8rem 1rem;display:flex}.nav-dropdown-name{color:var(--text-white);font-size:.9rem;font-weight:600}.nav-dropdown-email{color:var(--muted);text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.nav-dropdown-divider{background:#ffffff14;height:1px}.nav-dropdown-item{color:#ccc;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.7rem 1rem;font-size:.85rem;transition:background .15s;display:flex}.nav-dropdown-item:hover{color:var(--text-white);background:#ffffff12}.nav-dropdown-logout{color:#e55}.nav-dropdown-logout:hover{color:#ff6b6b;background:#e509141a}.nav-auth-buttons{align-items:center;gap:.5rem;display:flex}.nav-login-btn{color:var(--text-white);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fff3;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.nav-login-btn:hover{border-color:var(--text-white);background:#ffffff12}.nav-register-btn{background:var(--red);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:20px;padding:.4rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s}.nav-register-btn:hover{background:var(--red-hover);box-shadow:0 2px 10px #e5091459}.btn-primary{background:var(--red);color:var(--text-white);border-radius:var(--radius);transition:background var(--transition),transform .15s;-webkit-tap-highlight-color:transparent;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.8rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--red-hover);transform:scale(1.02)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.5;pointer-events:none}.btn-secondary{color:var(--text-white);border-radius:var(--radius);transition:background var(--transition);-webkit-tap-highlight-color:transparent;background:#6d6d6eb3;border:none;justify-content:center;align-items:center;padding:.7rem 1.8rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-secondary:hover{background:#6d6d6e66}.btn-danger{color:var(--red);border:1px solid var(--red);border-radius:var(--radius);transition:background var(--transition),color var(--transition);background:0 0;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.btn-danger:hover{background:var(--red);color:var(--text-white)}.back-link{color:var(--muted);transition:color var(--transition);font-size:.9rem;font-weight:500}.back-link:hover{color:var(--text-white)}.hero{min-height:80dvh;padding:0 var(--pad-x);background:linear-gradient(90deg,#141414 0%,#141414d9 30%,#14141466 60%,#14141400 100%);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 800\"><defs><linearGradient id=\"g\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\"><stop offset=\"0%\" stop-color=\"%23e50914\" stop-opacity=\"0.15\"/><stop offset=\"100%\" stop-color=\"%23141414\" stop-opacity=\"0\"/></linearGradient></defs><rect fill=\"url(%23g)\" width=\"1200\" height=\"800\"/></svg>") 50%/cover no-repeat;position:absolute;inset:0}.hero-decoration{pointer-events:none;background:radial-gradient(at 70%,#e509140f 0%,#0000 70%);width:60%;position:absolute;top:0;bottom:0;right:0}.hero-inner{z-index:1;max-width:600px}.hero-eyebrow{color:var(--red);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700}.hero-title{color:var(--text-white);letter-spacing:2px;margin-bottom:1.2rem;font-family:Bebas Neue,sans-serif;font-size:clamp(2.8rem,7vw,5.5rem);line-height:1}.hero-sub{color:var(--text);max-width:480px;margin-bottom:2rem;font-size:clamp(.95rem,1.5vw,1.2rem);font-weight:300;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero:after{content:"";background:linear-gradient(transparent,var(--bg));pointer-events:none;height:150px;position:absolute;bottom:0;left:0;right:0}.search-section{padding:0 var(--pad-x)2rem;z-index:2;margin-top:-2rem;position:relative}.search-form{flex-wrap:wrap;gap:.75rem;max-width:800px;display:flex}.search-input{border:1px solid var(--border);background:#161616e6;flex:240px;padding:.8rem 1.2rem}.search-input:focus{border-color:var(--text-white)}.category-select{border:1px solid var(--border);background:#161616e6;flex:0 200px}.btn-search{background:var(--red);color:var(--text-white);border-radius:var(--radius);transition:background var(--transition);-webkit-tap-highlight-color:transparent;border:none;padding:.8rem 1.6rem;font-size:.95rem;font-weight:600}.btn-search:hover{background:var(--red-hover)}.btn-clear{color:var(--text-white);border-radius:var(--radius);transition:background var(--transition);background:#6d6d6eb3;border:none;padding:.8rem 1.2rem;font-size:.85rem;font-weight:500}.btn-clear:hover{background:#6d6d6e66}.results-info{color:var(--muted);padding:0 var(--pad-x);margin-bottom:1rem;font-size:.9rem}.books-section{padding:1rem var(--pad-x)4rem}.row-section{margin-bottom:2.5rem}.row-title{color:var(--text-white);margin-bottom:.8rem;padding-left:2px;font-size:1.4rem;font-weight:700}.books-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem;display:grid}.book-card{background:var(--bg-card);border-radius:var(--radius-lg);-webkit-tap-highlight-color:transparent;cursor:pointer;flex-direction:column;transition:transform .3s,box-shadow .3s,z-index;display:flex;position:relative;overflow:hidden}.book-card:hover{box-shadow:var(--shadow-lg);z-index:10;transform:scale(1.08)}.book-cover{aspect-ratio:2/3;background:var(--bg3);position:relative;overflow:hidden}.book-cover img{transition:opacity .3s}.no-cover{width:100%;height:100%;color:var(--muted);background:linear-gradient(135deg,#333 0%,#1a1a1a 100%);justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.category-badge{color:var(--text-white);letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);background:#000c;border-radius:3px;padding:.2rem .5rem;font-size:.65rem;font-weight:600;position:absolute;top:.5rem;left:.5rem}.book-info{background:var(--bg-card);flex-direction:column;flex:1;gap:.3rem;padding:.8rem;display:flex}.book-title{color:var(--text-white);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.book-author{color:var(--muted);font-size:.75rem}.book-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.1rem;font-size:.75rem;display:-webkit-box;overflow:hidden}.source-badges{flex-wrap:wrap;gap:.3rem;margin-top:auto;padding-top:.4rem;display:flex}.badge{text-transform:uppercase;letter-spacing:.03em;border-radius:3px;padding:.15rem .45rem;font-size:.65rem;font-weight:600}.badge.pdf{color:var(--pdf-color);background:#e67e2233}.badge.link{color:var(--link-color);background:#46d36926}.badge.empty{background:var(--bg3);color:var(--muted)}.loading-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem;display:grid}.skeleton-card{aspect-ratio:2/3;background:linear-gradient(90deg,var(--bg2)25%,var(--bg3)50%,var(--bg2)75%);border-radius:var(--radius-lg);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:1.2rem;padding:4rem 1.5rem;display:flex}.empty-icon{font-size:3.5rem}.page-upload,.page-detail{max-width:900px;padding:calc(var(--nav-height) + 2rem)var(--pad-x)4rem;margin:0 auto;position:relative}.page-upload:before,.page-detail:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(60% 40% at 50% 15%,#e509141a 0%,#0000 60%),radial-gradient(50% 50% at 20% 70%,#e509140f 0%,#0000 50%);animation:12s ease-in-out infinite alternate ambientShift;position:fixed;inset:0}.upload-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.upload-header h1{letter-spacing:1px;font-family:Bebas Neue,sans-serif;font-size:2.2rem}.upload-form{flex-direction:column;gap:2rem;max-width:720px;display:flex}.form-section{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1.1rem;padding:1.75rem;display:flex}.section-title{border-bottom:1px solid var(--border);color:var(--text-white);padding-bottom:.75rem;font-size:1.1rem;font-weight:600}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}label{color:var(--muted);flex-direction:column;gap:.45rem;font-size:.9rem;font-weight:500;display:flex}.required{color:var(--red)}input[type=file]{cursor:pointer;color:var(--muted);padding:.5rem}.cover-preview{color:var(--muted);align-items:center;gap:1rem;font-size:.85rem;display:flex}.cover-preview img{border-radius:var(--radius);border:1px solid var(--border);object-fit:cover;width:auto;height:80px}.source-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.tab{color:var(--muted);border-radius:var(--radius);transition:all var(--transition);-webkit-tap-highlight-color:transparent;background:#6d6d6e4d;border:none;padding:.55rem 1.2rem;font-size:.9rem;font-weight:500}.tab.active{background:var(--red);color:var(--text-white)}.tab:hover:not(.active){color:var(--text-white);background:#6d6d6e80}.source-input{flex-direction:column;gap:.75rem;display:flex}.btn-add-source{background:var(--bg3);color:var(--text);border:1px dashed var(--border);border-radius:var(--radius);transition:border-color var(--transition),color var(--transition);align-self:flex-start;padding:.55rem 1.2rem;font-size:.9rem;font-weight:500}.btn-add-source:hover:not(:disabled){border-color:var(--red);color:var(--red)}.btn-add-source:disabled{opacity:.4;pointer-events:none}.sources-list{flex-direction:column;gap:.5rem;margin-top:.5rem;list-style:none;display:flex}.source-item{background:var(--bg3);border-radius:var(--radius);align-items:center;gap:.75rem;padding:.6rem 1rem;font-size:.85rem;display:flex}.source-type{flex-shrink:0;font-size:1rem}.source-label{color:var(--text-white);flex-shrink:0;font-weight:600}.source-detail{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.source-remove{color:var(--muted);transition:color var(--transition);background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:.2rem .5rem;font-size:.8rem}.source-remove:hover{color:var(--red)}.form-error{color:var(--red);border-radius:var(--radius);background:#e509141a;border:1px solid #e509144d;padding:.75rem 1rem;font-size:.9rem}.form-actions{justify-content:flex-end;gap:1rem;display:flex}.detail-header{justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.detail-layout{grid-template-columns:260px 1fr;gap:3rem;margin-top:1rem;display:grid}.cover-wrapper{aspect-ratio:2/3;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.cover-placeholder{aspect-ratio:2/3;border-radius:var(--radius-lg);color:var(--muted);box-shadow:var(--shadow);background:linear-gradient(135deg,#333 0%,#1a1a1a 100%);justify-content:center;align-items:center;font-size:3.5rem;font-weight:700;display:flex}.detail-info{flex-direction:column;gap:1rem;display:flex}.category-tag{color:var(--red);letter-spacing:.08em;text-transform:uppercase;background:#e5091426;border-radius:3px;width:fit-content;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.detail-title{letter-spacing:1px;font-family:Bebas Neue,sans-serif;font-size:clamp(1.8rem,4vw,3.2rem)}.detail-author{color:var(--muted);font-size:1rem}.detail-desc{color:var(--text);max-width:520px;font-weight:300;line-height:1.7}.detail-date{color:var(--muted);margin-top:auto;font-size:.8rem}.sources-group{margin-top:.75rem}.sources-heading{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600}.sources-ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.source-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.source-link{border-radius:var(--radius);transition:opacity var(--transition),transform var(--transition);align-items:center;gap:.5rem;padding:.65rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-flex}.source-link:hover{opacity:.85;transform:translate(3px)}.source-link.pdf{color:var(--pdf-color);background:#e67e2226}.source-link.link{color:var(--link-color);background:#46d3691f}.source-link small{opacity:.7;font-weight:300}.source-delete{color:var(--muted);transition:color var(--transition);background:0 0;border:none;padding:.3rem .5rem;font-size:.8rem}.source-delete:hover{color:var(--red)}.no-sources{color:var(--muted);font-size:.9rem;font-style:italic}.page-detail.loading{padding-top:calc(var(--nav-height) + 4rem)}.skeleton-detail{background:linear-gradient(90deg,var(--bg2)25%,var(--bg3)50%,var(--bg2)75%);border-radius:var(--radius-lg);background-size:200% 100%;height:400px;animation:1.5s infinite shimmer}.page-detail.not-found{text-align:center;padding:calc(var(--nav-height) + 5rem)2rem 4rem;color:var(--muted);flex-direction:column;align-items:center;gap:1.5rem;display:flex}.modal-overlay{z-index:200;padding:calc(var(--nav-height) + 2rem)1rem 2rem;-webkit-overflow-scrolling:touch;background:#000000b3;justify-content:center;align-items:flex-start;animation:.2s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#181818;border-radius:8px;width:100%;max-width:850px;animation:.3s slideUp;position:relative;overflow:hidden;box-shadow:0 8px 60px #000c}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{z-index:10;color:var(--text-white);width:36px;height:36px;transition:background var(--transition);-webkit-tap-highlight-color:transparent;background:#181818;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.modal-close:hover{background:#333}.modal-hero{aspect-ratio:16/9;background:var(--bg3);width:100%;position:relative;overflow:hidden}.modal-hero img{object-fit:cover;object-position:center top}.modal-hero-placeholder{width:100%;height:100%;color:var(--muted);background:linear-gradient(135deg,#2a2a2a 0%,#111 100%);justify-content:center;align-items:center;font-size:4rem;font-weight:700;display:flex}.modal-hero-gradient{background:linear-gradient(#0000,#181818);height:60%;position:absolute;bottom:0;left:0;right:0}.modal-hero-info{z-index:2;position:absolute;bottom:1.5rem;left:2rem;right:2rem}.modal-title{color:var(--text-white);letter-spacing:1px;text-shadow:0 2px 8px #0009;font-family:Bebas Neue,sans-serif;font-size:clamp(1.5rem,4vw,2.8rem)}.modal-author{color:#bbb;margin-top:.25rem;font-size:.95rem}.modal-body{padding:1.5rem 2rem 2rem}.modal-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.modal-btn-play{background:var(--text-white);color:#000;border-radius:var(--radius);transition:background var(--transition);-webkit-tap-highlight-color:transparent;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 2rem;font-size:1rem;font-weight:700;display:inline-flex}.modal-btn-play:hover{background:#d4d4d4}.modal-btn-play:active{transform:scale(.97)}.modal-btn-secondary{color:var(--text-white);border-radius:var(--radius);transition:background var(--transition);-webkit-tap-highlight-color:transparent;background:#6d6d6eb3;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.modal-btn-secondary:hover{background:#6d6d6e66}.modal-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.modal-tag{color:var(--red);text-transform:uppercase;letter-spacing:.05em;background:#e5091426;border-radius:3px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.modal-date{color:var(--muted);font-size:.8rem}.modal-desc{color:var(--text);max-width:600px;margin-bottom:1.5rem;font-size:.95rem;font-weight:300;line-height:1.6}.modal-sources{margin-top:1rem}.modal-sources-title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.6rem;font-size:.85rem;font-weight:600}.modal-sources-list{flex-direction:column;gap:.4rem;display:flex}.modal-source-item{background:var(--bg3);border-radius:var(--radius);transition:background var(--transition);align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.modal-source-item:hover{background:#333}.modal-source-icon{text-transform:uppercase;letter-spacing:.03em;border-radius:3px;flex-shrink:0;padding:.2rem .4rem;font-size:.65rem;font-weight:700}.modal-source-item.pdf .modal-source-icon{color:var(--pdf-color);background:#e67e2233}.modal-source-item.link .modal-source-icon{color:var(--link-color);background:#46d36926}.modal-source-label{color:var(--text-white);font-size:.9rem;font-weight:500}.modal-source-size{color:var(--muted);margin-left:auto;font-size:.8rem}.modal-no-sources{color:var(--muted);font-size:.9rem;font-style:italic}.modal-reader{width:100%;max-width:1200px;height:calc(100vh - var(--nav-height) - 2rem);height:calc(100dvh - var(--nav-height) - 2rem);background:#141414;border-radius:10px;flex-direction:column;animation:.3s slideUp;display:flex;overflow:hidden;box-shadow:0 8px 60px #000000e6}.modal-reader-header{background:#1a1a1a;border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.modal-reader-back{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.3rem;font-size:.85rem;transition:color .2s;display:flex}.modal-reader-back:hover{color:var(--text-white)}.modal-reader-title{color:var(--text-white);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;font-weight:500;overflow:hidden}.modal-reader-iframe{background:var(--bg3);border:none;flex:1;width:100%}@media (max-width:599px){.modal-reader{height:calc(100vh - var(--nav-height));height:calc(100dvh - var(--nav-height));border-radius:8px 8px 0 0;max-width:100%}.modal-reader-header{padding:.5rem .75rem}.modal-reader-title{font-size:.78rem}}@media (max-width:379px){.modal-reader-back span{display:none}}.auth-modal{background:linear-gradient(#1e1e1e 0%,#141414 100%);border-radius:12px;width:100%;max-width:420px;padding:2rem 2.5rem;animation:.3s slideUp;position:relative;box-shadow:0 12px 80px #000000e6,0 0 0 1px #ffffff0f}.auth-brand{justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.5rem;display:flex}.auth-logo{background:var(--red);color:#fff;letter-spacing:1px;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-family:Bebas Neue,sans-serif;font-size:1.5rem;display:flex}.auth-brand-name{letter-spacing:2px;color:var(--red);font-family:Bebas Neue,sans-serif;font-size:1.8rem}.auth-tabs{background:#ffffff0d;border-radius:8px;gap:4px;margin-bottom:1.25rem;padding:4px;display:flex}.auth-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem .5rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.auth-tab:hover{color:var(--text-white)}.auth-tab.active{background:var(--red);color:#fff;font-weight:600;box-shadow:0 2px 8px #e5091466}.auth-profile-header{flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.auth-avatar{background:var(--red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.75rem;font-size:1.8rem;font-weight:700;display:flex}.auth-profile-title{letter-spacing:1px;margin-bottom:.25rem;font-family:Bebas Neue,sans-serif;font-size:1.8rem}.auth-subtitle{color:var(--muted);text-align:center;margin-bottom:1.25rem;font-size:.85rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field{flex-direction:column;gap:.35rem;display:flex}.auth-field label{color:#aaa;letter-spacing:.3px;font-size:.8rem;font-weight:500}.auth-input-wrapper{align-items:center;display:flex;position:relative}.auth-input-icon{color:#555;pointer-events:none;flex-shrink:0;position:absolute;left:.85rem}.auth-input-wrapper input{width:100%;color:var(--text-white);background:#ffffff12;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem .85rem .75rem 2.8rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.auth-input-wrapper input:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #e5091426}.auth-input-wrapper input::placeholder{color:#555}.auth-toggle-password{color:#555;cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s;display:flex;position:absolute;right:.6rem}.auth-toggle-password:hover{color:#aaa}.auth-hint{color:#666;font-size:.75rem}.auth-error{color:#ff6b6b;background:#e509141a;border:1px solid #e5091440;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.85rem;display:flex}.auth-success{color:#46d369;background:#46d3691a;border:1px solid #46d36940;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem .85rem;font-size:.85rem;display:flex}.auth-submit{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:48px;margin-top:.25rem;padding:.8rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s,box-shadow .2s;display:flex}.auth-submit:hover:not(:disabled){background:#c40812;box-shadow:0 4px 16px #e5091466}.auth-submit:active:not(:disabled){transform:scale(.98)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite authSpin}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-footer{text-align:center;border-top:1px solid #ffffff14;margin-top:1.5rem;padding-top:1.25rem}.auth-footer p{color:var(--muted);font-size:.85rem}.auth-footer button{color:var(--red);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.auth-footer button:hover{color:#ff3b3b;text-decoration:underline}.guest-banner{border-radius:var(--radius);color:var(--text);background:#e509141a;border:1px solid #e509144d;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1.2rem;font-size:.85rem;display:flex}.guest-banner-icon{flex-shrink:0;font-size:1.2rem}.guest-banner button{color:var(--red);white-space:nowrap;background:0 0;border:none;flex-shrink:0;margin-left:auto;font-size:.85rem;font-weight:600}.guest-banner button:hover{text-decoration:underline}.progress-bar-container{background:var(--bg3);border-radius:2px;width:100%;height:3px;margin-top:.3rem;overflow:hidden}.progress-bar-fill{background:var(--red);border-radius:2px;height:100%;transition:width .3s}@media (min-width:2560px){:root{--pad-x:12%}.books-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem}.hero-inner{max-width:800px}.hero-title{font-size:6rem}.hero-sub{font-size:1.4rem}.search-form,.page-upload,.page-detail{max-width:1200px}.modal-content{max-width:1100px}.row-title{font-size:1.8rem}.book-info{padding:1rem}.book-title{font-size:1.05rem}.book-author{font-size:.85rem}.site-footer{padding:3rem var(--pad-x)}}@media (min-width:1921px) and (max-width:2559px){:root{--pad-x:8%}.books-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.hero-inner{max-width:700px}.search-form{max-width:1000px}.page-upload,.page-detail{max-width:1100px}.modal-content{max-width:1000px}}@media (min-width:1440px) and (max-width:1920px){:root{--pad-x:5%}.books-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem}}@media (max-width:1439px){.books-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.6rem}}@media (max-width:1023px){:root{--pad-x:5%}.books-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.6rem}.hero{min-height:70dvh}.detail-layout{grid-template-columns:220px 1fr;gap:2rem}.book-card:hover{transform:scale(1.05)}.reader-iframe{height:70dvh}.edit-source-row{flex-direction:column}.history-item-header{flex-wrap:wrap}}@media (max-width:767px){:root{--nav-height:56px;--pad-x:5%}.nav-logo{font-size:1.7rem}.nav-links{gap:.8rem}.nav-link{font-size:.8rem}.nav-btn{padding:.4rem 1rem;font-size:.8rem}.nav-username{max-width:80px;font-size:.8rem}.hero{min-height:65dvh}.hero-eyebrow{font-size:.8rem}.hero-sub{font-size:.95rem}.books-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem}.book-card:hover{transform:scale(1.03)}.book-desc{display:none}.detail-layout{grid-template-columns:180px 1fr;gap:1.5rem}.detail-title{font-size:1.6rem}.form-section{padding:1.25rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn-primary,.form-actions .btn-secondary{width:100%}.modal-body{padding:1.2rem 1.5rem 2rem}.modal-hero-info{left:1.5rem;right:1.5rem}.reader-iframe{height:65dvh}.reader-progress-panel{padding:.6rem .8rem}.edit-form-section{padding:1.25rem}.edit-source-row{flex-direction:column}.edit-source-info{gap:.3rem}.version-banner{flex-direction:column;align-items:flex-start;font-size:.8rem}.history-item{padding:.6rem .8rem}.site-footer{padding:2rem var(--pad-x)1.5rem;margin-top:3rem}.footer-logo{font-size:1.4rem}}@media (max-width:599px){:root{--nav-height:52px;--pad-x:4%}.nav-logo{letter-spacing:1px;font-size:1.5rem}.nav-links{gap:.5rem}.nav-link{font-size:.75rem}.nav-btn{padding:.35rem .8rem;font-size:.75rem}.nav-username{display:none}.nav-user-btn{border-radius:50%;padding:.25rem}.nav-chevron{display:none}.nav-login-btn{padding:.3rem .6rem;font-size:.75rem}.nav-register-btn{padding:.3rem .7rem;font-size:.75rem}.nav-auth-buttons{gap:.35rem}.nav-dropdown{min-width:200px;right:-1rem}.hero{min-height:55dvh;padding-top:var(--nav-height);align-items:flex-end;padding-bottom:3rem}.hero-eyebrow{margin-bottom:.6rem;font-size:.75rem}.hero-title{margin-bottom:.8rem}.hero-sub{margin-bottom:1.5rem;font-size:.9rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%}.search-form{flex-direction:column}.search-input,.category-select{flex:auto}.books-grid,.loading-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.row-title{font-size:1.1rem}.book-card:hover{transform:none}.book-info{padding:.5rem}.book-title{font-size:.78rem}.book-author{font-size:.68rem}.source-badges{display:none}.category-badge{padding:.15rem .35rem;font-size:.55rem}.detail-layout{grid-template-columns:1fr;gap:1.5rem}.detail-cover{max-width:200px;margin:0 auto}.detail-title{font-size:1.4rem}.detail-author{font-size:.9rem}.detail-desc{font-size:.85rem}.sources-heading{font-size:.95rem}.modal-overlay{padding:var(--nav-height)0 0}.modal-content{min-height:calc(100vh - var(--nav-height));min-height:calc(100dvh - var(--nav-height));border-radius:8px 8px 0 0}.modal-body{padding:1rem 1rem 2rem}.modal-hero-info{bottom:1rem;left:1rem;right:1rem}.modal-actions{flex-direction:column}.modal-btn-play,.modal-btn-secondary{width:100%}.auth-modal{border-radius:12px 12px 0 0;max-width:100%;padding:1.5rem 1.25rem}.auth-brand-name{font-size:1.5rem}.auth-logo{width:32px;height:32px;font-size:1.2rem}.auth-tab{padding:.5rem .4rem;font-size:.8rem}.auth-tab svg{display:none}.auth-submit{min-height:44px;font-size:.9rem}.auth-avatar{width:52px;height:52px;font-size:1.5rem}.auth-profile-title{font-size:1.5rem}.reader-iframe{height:60dvh}.reader-progress-panel{padding:.6rem}.reader-progress-pct{font-size:.95rem}.upload-header h1{font-size:1.6rem}.form-section{padding:1rem}.source-tabs{gap:.3rem}.tab{padding:.45rem .8rem;font-size:.8rem}.edit-form-section .form-row{grid-template-columns:1fr}.edit-source-row{flex-direction:column;gap:.4rem}.edit-source-url-text{font-size:.7rem}.history-section{margin-top:1.5rem;padding-top:1rem}.history-item{padding:.6rem .7rem}.history-sources-count{font-size:.7rem}.site-footer{padding:1.5rem var(--pad-x)1.5rem;margin-top:2rem}}@media (max-width:379px){:root{--pad-x:3.5%;--nav-height:48px}.nav-logo{font-size:1.3rem}.nav-btn{display:none}.nav-link{font-size:.7rem}.nav-avatar{width:26px;height:26px;font-size:.7rem}.nav-dropdown{min-width:180px;right:-.5rem}.nav-login-btn{display:none}.nav-register-btn{padding:.3rem .6rem;font-size:.7rem}.books-grid,.loading-grid{grid-template-columns:repeat(2,1fr);gap:.35rem}.hero{min-height:50dvh}.hero-title{font-size:clamp(1.8rem,10vw,3rem)}.hero-sub{font-size:.85rem}.hero-eyebrow{font-size:.65rem}.book-info{padding:.4rem}.book-title{-webkit-line-clamp:1;font-size:.72rem}.book-author{font-size:.62rem}.no-cover{font-size:1.8rem}.row-title{font-size:1rem}.modal-title{font-size:1.3rem}.modal-close{width:30px;height:30px;top:.5rem;right:.5rem}.auth-modal{padding:1.25rem 1rem}.auth-tabs{gap:2px;padding:3px}.auth-tab{padding:.45rem .3rem;font-size:.75rem}.auth-field label{font-size:.75rem}.auth-input-wrapper input{padding:.65rem .75rem .65rem 2.5rem;font-size:.9rem}.auth-footer p{font-size:.8rem}.detail-cover{max-width:160px}.detail-title{font-size:1.2rem}.detail-header{flex-direction:column;align-items:flex-start;gap:.5rem}.reader-iframe{height:55dvh}.reader-progress-label{font-size:.7rem}.upload-header{flex-direction:column;align-items:flex-start;gap:.5rem}.upload-header h1{font-size:1.4rem}.btn-primary,.btn-secondary{padding:.55rem 1rem;font-size:.8rem}.btn-danger{padding:.4rem .8rem;font-size:.75rem}.sources-ul{gap:.3rem}.source-link{padding:.5rem .8rem;font-size:.8rem}}@media (max-width:319px){:root{--pad-x:3%}.hero-title{font-size:1.6rem}.hero-actions{gap:.5rem}.btn-primary,.btn-secondary{padding:.5rem .8rem;font-size:.75rem}.books-grid,.loading-grid{grid-template-columns:repeat(2,1fr);gap:.3rem}.book-title{font-size:.68rem}.auth-brand{gap:.4rem}.auth-brand-name{font-size:1.2rem}.auth-logo{width:28px;height:28px;font-size:1rem}.nav-dropdown{min-width:160px}}@media (max-height:500px) and (orientation:landscape){.hero{min-height:auto;padding-top:calc(var(--nav-height) + 1rem);padding-bottom:2rem}.hero-title{font-size:2.5rem}.hero-sub{margin-bottom:1rem;font-size:.85rem}.books-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.modal-overlay{padding-top:var(--nav-height)}.modal-hero{aspect-ratio:21/9}.reader-iframe{height:70dvh}.auth-modal{max-height:90vh;overflow-y:auto}.auth-brand{margin-bottom:.75rem}.auth-avatar{width:40px;height:40px;font-size:1.2rem}}@media (max-height:700px) and (min-width:600px) and (orientation:landscape){.hero{min-height:80dvh}.reader-iframe{height:75dvh}}@media (max-width:599px) and (min-resolution:2x){.book-title{font-size:max(.72rem,11px)}.book-author{font-size:max(.62rem,10px)}.category-badge{font-size:max(.55rem,9px)}.nav-link{font-size:max(.75rem,12px)}}@media (hover:none){.book-card:hover{box-shadow:none;transform:none}.book-card:active{transform:scale(.97)}.btn-primary:hover{transform:none}.btn-primary:active{transform:scale(.97)}.source-link:hover{transform:none}.nav-user-btn:active{background:#ffffff26}.nav-dropdown-item:active{background:#ffffff1a}.auth-tab:active{opacity:.8}}@media (pointer:coarse){.btn-primary,.btn-secondary{min-height:44px}.auth-submit{min-height:48px}.auth-input-wrapper input,.source-link{min-height:44px}.tab,.auth-tab,.nav-user-btn,.nav-login-btn{min-height:40px}.modal-close{width:40px;height:40px}.source-delete,.source-edit-btn{min-width:36px;min-height:36px}.reader-slider::-webkit-slider-thumb{width:22px;height:22px}.reader-slider::-moz-range-thumb{width:22px;height:22px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.book-card:hover{transform:none}}@supports (padding-top:env(safe-area-inset-top)){.navbar{padding-top:env(safe-area-inset-top);padding-left:max(var(--pad-x),env(safe-area-inset-left));padding-right:max(var(--pad-x),env(safe-area-inset-right));height:calc(var(--nav-height) + env(safe-area-inset-top))}.hero,.books-section,.search-section{padding-left:max(var(--pad-x),env(safe-area-inset-left));padding-right:max(var(--pad-x),env(safe-area-inset-right))}.modal-overlay{padding-bottom:env(safe-area-inset-bottom)}.page-upload,.page-detail{padding-bottom:calc(4rem + env(safe-area-inset-bottom));padding-left:max(var(--pad-x),env(safe-area-inset-left));padding-right:max(var(--pad-x),env(safe-area-inset-right))}.site-footer{padding-bottom:calc(2rem + env(safe-area-inset-bottom));padding-left:max(var(--pad-x),env(safe-area-inset-left));padding-right:max(var(--pad-x),env(safe-area-inset-right))}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.reader-container{margin-top:.5rem}.reader-iframe{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg3);width:100%;height:80dvh}.reader-source-label{color:var(--muted);font-size:.85rem}.reader-progress-panel{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;margin-top:.75rem;padding:.8rem 1rem}.reader-progress-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.reader-progress-label{color:var(--muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.reader-progress-pct{color:var(--red);font-size:1.1rem;font-weight:700}.reader-progress-track{background:#ffffff1a;border-radius:3px;width:100%;height:6px;margin-bottom:.5rem;overflow:hidden}.reader-progress-fill{background:linear-gradient(90deg,var(--red),#ff6b6b);border-radius:3px;height:100%;transition:width .3s}.reader-progress-buttons{flex-wrap:wrap;gap:.4rem;display:flex}.reader-pct-btn{min-width:50px;color:var(--muted);cursor:pointer;text-align:center;background:#ffffff12;border:1px solid #ffffff1a;border-radius:6px;flex:1;padding:.45rem .5rem;font-size:.8rem;font-weight:500;transition:all .2s}.reader-pct-btn:hover{color:var(--text-white);background:#e5091426;border-color:#e509144d}.reader-pct-btn.active{background:var(--red);border-color:var(--red);color:#fff;font-weight:600;box-shadow:0 2px 8px #e5091459}.reader-login-hint{color:var(--muted);background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.8rem;display:flex}.source-edit-inline{flex-wrap:wrap;flex:1;align-items:center;gap:.4rem;display:flex}.source-edit-input{flex:1;min-width:100px;padding:.4rem .6rem!important;font-size:.8rem!important}.btn-small-save{background:var(--link-color);color:#000;border-radius:var(--radius);border:none;padding:.35rem .7rem;font-size:.75rem;font-weight:600}.btn-small-save:disabled{opacity:.5}.btn-small-cancel{border:1px solid var(--border);color:var(--muted);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.35rem .6rem;font-size:.75rem}.btn-small-cancel:hover{color:#e55;border-color:#e55}.edit-sources-section{border-top:1px solid #ffffff14;margin-top:.5rem;padding-top:.75rem}.edit-source-row{background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;align-items:flex-start;gap:.6rem;margin-bottom:.5rem;padding:.6rem .8rem;display:flex}.edit-source-type{background:var(--red);color:#fff;border-radius:4px;flex-shrink:0;margin-top:.15rem;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.edit-source-fields{flex-direction:column;flex:1;gap:.4rem;display:flex}.edit-source-input{width:100%;color:var(--text-white);background:#ffffff12;border:1px solid #ffffff1f;border-radius:6px;padding:.45rem .6rem;font-size:.85rem}.edit-source-input:focus{border-color:var(--red);outline:none}.edit-source-info{flex-direction:column;flex:1;gap:.2rem;display:flex}.edit-source-label-text{color:var(--text-white);font-size:.85rem;font-weight:500}.edit-source-url-text{color:var(--muted);word-break:break-all;font-size:.75rem}.source-edit-btn{color:var(--muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;flex-shrink:0;padding:.2rem .4rem;font-size:.85rem}.source-edit-btn:hover{color:var(--text-white)}.source-external-link{color:var(--muted);transition:color var(--transition);flex-shrink:0;padding:.2rem .3rem;font-size:.85rem;text-decoration:none}.source-external-link:hover{color:var(--text-white)}.source-link{cursor:pointer;text-align:left;background:0 0;border:none;font-family:inherit}.history-sources-count{color:var(--muted);margin-top:.15rem;font-size:.72rem;font-style:italic}.edit-form-section{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.edit-form-section .section-title{letter-spacing:1px;margin-bottom:.25rem;font-family:Bebas Neue,sans-serif;font-size:1.3rem}.edit-form-section label{color:var(--muted);flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:500;display:flex}.edit-form-section .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.edit-form-section .cover-preview{margin-top:.5rem}.edit-form-section .cover-preview img{border-radius:var(--radius);max-height:120px}@media (max-width:600px){.edit-form-section .form-row{grid-template-columns:1fr}}.history-section{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.history-toggle{padding:.5rem 1.2rem!important;font-size:.85rem!important}.history-list{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.history-empty{color:var(--muted);font-size:.9rem;font-style:italic}.history-item{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color var(--transition),background var(--transition);padding:.75rem 1rem}.history-item:hover{border-color:var(--muted);background:var(--bg3)}.history-item-header{align-items:center;gap:.75rem;margin-bottom:.3rem;display:flex}.history-version{color:var(--red);text-transform:uppercase;letter-spacing:.03em;background:#e5091426;border-radius:3px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.history-date{color:var(--muted);font-size:.78rem}.history-summary{color:var(--text);font-size:.85rem;font-weight:400}.history-by{color:var(--muted);margin-top:.15rem;font-size:.75rem}.version-banner{border-radius:var(--radius);color:var(--text);background:#e509141a;border:1px solid #e509144d;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1.2rem;font-size:.9rem;display:flex}.version-banner-by{color:var(--muted);font-size:.8rem}.site-footer{padding:2.5rem var(--pad-x)2rem;border-top:1px solid var(--border);text-align:center;margin-top:4rem}.footer-inner{flex-direction:column;align-items:center;gap:.5rem;max-width:600px;margin:0 auto;display:flex}.footer-brand{align-items:baseline;gap:.6rem;margin-bottom:.25rem;display:flex}.footer-logo{color:var(--red);letter-spacing:2px;font-family:Bebas Neue,sans-serif;font-size:1.6rem}.footer-version{color:var(--muted);background:var(--bg3);border-radius:var(--radius);padding:2px 8px;font-size:.75rem}.footer-author{color:var(--text);font-size:.9rem}.footer-author a{color:var(--red);transition:color var(--transition);font-weight:600}.footer-author a:hover{color:var(--red-hover)}.footer-name{color:var(--muted);font-size:.78rem}.footer-copy{color:var(--muted);margin-top:.25rem;font-size:.72rem}@media print{.navbar,.hero-actions,.search-section,.modal-overlay,.btn-danger,.source-delete,.site-footer{display:none!important}body{color:#000;background:#fff}.book-card{break-inside:avoid}}
