body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{background-color:#f5f5f5;min-height:100vh}.header{background:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;justify-content:space-between;padding:1rem 2rem}.header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.header-right{align-items:center;display:flex}.home-button{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s}.home-button:hover{background:#c0392b}.novel-title{font-size:1.5rem;margin:0}.novel-selector{position:relative}.menu-button{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.menu-button:hover{background:#2980b9}.dropdown-menu{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px #0000001a;min-width:200px;position:absolute;right:0;top:100%;z-index:1000}.menu-item{border-bottom:1px solid #eee;color:#333;cursor:pointer;padding:.75rem 1rem}.menu-item:last-child{border-bottom:none}.menu-item:hover{background:#f8f9fa}.homepage{margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);padding:2rem}.homepage-header{margin-bottom:3rem;text-align:center}.homepage-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.homepage-subtitle{color:#7f8c8d;font-size:1.2rem;margin:0}.novels-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:2rem}.novel-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 4px 6px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.novel-card:hover{border-color:#3498db;box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.novel-card-header{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:1.5rem;text-align:center}.novel-icon{font-size:2.5rem;margin-bottom:.5rem}.novel-card .novel-title{font-size:1.3rem;font-weight:700;margin:0}.novel-card-body{padding:1.5rem}.novel-description{color:#7f8c8d;line-height:1.5;margin-bottom:1rem}.novel-meta{display:flex;justify-content:space-between;margin-bottom:1rem}.novel-format,.novel-status{background:#ecf0f1;border-radius:12px;color:#2c3e50;font-size:.8rem;font-weight:700;padding:.25rem .5rem}.novel-status{background:#d5edda;color:#155724}.novel-card-footer{padding:0 1.5rem 1.5rem}.read-button{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem;transition:background-color .2s;width:100%}.read-button:hover{background:#2980b9}.no-novels{align-items:center;display:flex;justify-content:center;min-height:300px}.empty-state{color:#7f8c8d;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#2c3e50;margin-bottom:.5rem}.main-content{display:flex;flex-direction:row;min-height:calc(100vh - 80px)}.chapter-list{background:#fff;border-right:1px solid #ddd;flex-shrink:0;min-width:280px;overflow-y:auto;padding:1rem;width:280px}.chapter-list h3{border-bottom:2px solid #3498db;color:#2c3e50;margin-top:0;padding-bottom:.5rem}.chapter-items{max-height:calc(100vh - 150px);overflow-y:auto}.chapter-item{word-wrap:break-word;border-radius:4px;cursor:pointer;margin-bottom:.5rem;padding:.75rem;transition:all .2s}.chapter-item:hover{background:#ecf0f1}.chapter-item.active{background:#3498db;color:#fff}.chapter-title{display:block;font-size:.9em;opacity:.8}.reading-area{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex:1 1;margin:1rem;overflow-y:auto;padding:2rem}.no-content{font-size:1.2rem;margin-top:3rem}.chapter-info,.no-content{color:#7f8c8d;text-align:center}.chapter-info{font-size:.9rem;margin-bottom:1rem}.chapter-title-display{border-bottom:2px solid #3498db;color:#2c3e50;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.text-content{color:#333;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:800px}.text-content p{margin-bottom:1.5rem;text-indent:2em}.navigation-buttons{border-top:1px solid #eee;display:flex;justify-content:space-between;margin-top:3rem;padding-top:2rem}.nav-button{border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:all .2s}.nav-button:not(:disabled){background:#3498db;color:#fff}.nav-button:not(:disabled):hover{background:#2980b9}.nav-button:disabled{background:#bdc3c7;color:#7f8c8d;cursor:not-allowed}.loading{background:#000c;border-radius:4px;color:#fff;left:50%;padding:1rem 2rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:9999}@media (max-width:768px){.homepage{padding:1rem}.homepage-title{font-size:2rem}.novels-grid{gap:1rem;grid-template-columns:1fr}.header-left{gap:.5rem}.home-button{font-size:.8rem;padding:.4rem .8rem}.header .novel-title{font-size:1.2rem}.main-content{flex-direction:column}.chapter-list{max-height:200px;min-width:auto;width:100%}.reading-area{margin:.5rem;padding:1rem}}
/*# sourceMappingURL=main.28142110.css.map*/