:root{--bg-primary: #0d0d0d;--bg-secondary: #1a1a1a;--bg-card: #141414;--bg-card-hover: #1e1e1e;--text-primary: #f5f5f5;--text-secondary: #b0b0b0;--text-muted: #6b6b6b;--accent: #c9a227;--accent-rgb: 201, 162, 39;--accent-hover: #e0b83d;--accent-dim: #8b7312;--border: #2a2a2a;--progress-bg: #2a2a2a;--progress-fill: #c9a227;--ongoing-badge: rgba(201, 162, 39, .25);--font-sans: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--header-height: 74px;--container-max: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;background:#0c0c0e}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.5;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}a{color:var(--text-primary);text-decoration:none}a:hover{color:var(--accent)}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}html.theme-light{color-scheme:light;background:#f5f5f5}html.theme-light body,html.theme-light{--bg-primary: #f5f5f5;--bg-secondary: #fff;--bg-card: #fff;--bg-card-hover: #f0f0f0;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #737373;--border: #e5e5e5;--progress-bg: #e5e5e5}@supports (padding: env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}.main{max-width:var(--container-max);margin:0 auto;min-height:50vh}.main.main--home-header-offset{padding-top:var(--header-height)}.main:has(.tasks-page){max-width:none;background:#1a1a1a;min-height:100vh}.page-placeholder{padding:48px 24px;text-align:center}.page-placeholder-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:12px}.paypal-checkout-buttons-host{margin:.75rem 0 .5rem;min-height:44px;position:relative;z-index:2;isolation:isolate}.page-placeholder-desc{font-size:1rem;color:var(--text-muted);max-width:420px;margin:0 auto;line-height:1.5}.page-placeholder-icon{margin-top:24px;color:var(--text-muted);opacity:.5}.page-loading-overlay{position:fixed;inset:0;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:var(--bg-primary);box-sizing:border-box}.page-loading-spinner{width:44px;height:44px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:page-loading-spin .75s linear infinite;flex-shrink:0}@keyframes page-loading-spin{to{transform:rotate(360deg)}}.page-loading-text{margin:0;font-size:.9375rem;color:var(--text-secondary);font-weight:500}.header{position:fixed;top:0;left:0;right:0;z-index:100;min-height:var(--header-height);background:#0c0c0e;border-bottom:1px solid var(--border);border-top:none;display:flex;flex-direction:column;align-items:stretch;padding:0 20px;overflow:visible}.header:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px;background:#0c0c0e;pointer-events:none}.header-inner{height:var(--header-height);max-width:var(--container-max);margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto;min-width:0;overflow:visible}.logo-link{display:flex;align-items:center;color:var(--text-primary);font-weight:700;font-size:1.35rem;letter-spacing:.08em;flex-shrink:0;min-width:130px;overflow:visible}.logo-link .logo{flex-shrink:0;overflow:visible;display:inline-flex;align-items:center;gap:12px}.logo-link .logo-icon{flex-shrink:0;overflow:visible;display:block}.logo-text{color:#fff}.logo-link .logo-icon{color:inherit}.logo-icon{display:block;width:40px;height:40px;flex-shrink:0;overflow:visible;color:#fff}.logo-icon--compact{width:32px;height:32px}.logo-img{display:block;width:40px;height:40px;flex-shrink:0;object-fit:contain}.logo-img--compact{width:32px;height:32px}.nav-links{display:none}@media(min-width:900px){.nav-links{display:flex;align-items:center;gap:28px}}.nav-links a,.nav-links button{font-size:.95rem;color:#ffffffd9;background:none;border:none;cursor:pointer;font-family:inherit}.nav-links a:hover,.nav-links button:hover{color:var(--accent)}.header-right{display:flex;align-items:center;gap:4px;flex-shrink:0;min-width:0}.search-wrap{position:relative}.search-wrap input{width:140px;padding:10px 14px 10px 40px;border:1px solid var(--border);border-radius:6px;background:#ffffff0f;color:var(--text-primary);font-size:.9rem;transition:width .2s,border-color .2s}.search-wrap input::placeholder{color:var(--text-muted)}.search-wrap input:focus{outline:none;border-color:var(--accent);width:200px}@media(min-width:600px){.search-wrap input{width:180px}.search-wrap input:focus{width:240px}}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-muted);pointer-events:none}.profile-btn{width:44px;height:44px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:#fff}.profile-btn:hover{color:var(--accent)}.header-right{position:relative}.profile-menu-paper{position:absolute;top:calc(100% + 8px);right:0;width:304px;max-height:calc(100vh - 80px);background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 20px #0006;z-index:110;overflow:hidden}.profile-menu-list{list-style:none;margin:0;padding:12px 0}.profile-menu-item{margin:0;padding:0}.profile-menu-item-user{padding:16px 16px 12px;margin-bottom:0}.profile-menu-user-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.profile-menu-avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--bg-secondary);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.profile-menu-user-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.profile-menu-username{font-size:.9375rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu-userid{font-size:.8125rem;color:var(--text-muted)}.profile-menu-copy-id{margin-left:4px;padding:0;font-size:inherit;color:var(--accent);background:none;border:none;cursor:pointer;font-family:inherit}.profile-menu-copy-id:hover{text-decoration:underline}.profile-menu-login-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;width:100%;max-width:180px;background:linear-gradient(131.45deg,#20a7fe,#003aff);color:#fff;font-size:15px;font-weight:700;border-radius:28px;border:none;text-decoration:none;transition:filter .2s,box-shadow .2s}.profile-menu-login-btn:hover{filter:brightness(1.08);box-shadow:0 2px 12px #20a7fe66}.profile-menu-item-vip{padding:0 16px 12px}.profile-menu-vip-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:1px solid rgba(255,255,255,.1);border-radius:8px;text-decoration:none;transition:background .2s,border-color .2s}.profile-menu-vip-banner:hover{background:linear-gradient(135deg,#333,#222);border-color:#ffffff26}.profile-menu-vip-left{display:flex;flex-direction:column;gap:2px}.profile-menu-vip-logo{font-size:1.25rem;font-weight:800;color:#c9a227;letter-spacing:.02em}.profile-menu-vip-desc{font-size:.75rem;color:#ffffffd9}.profile-menu-vip-action{font-size:.9375rem;font-weight:600;color:#fff;white-space:nowrap}html.theme-light .profile-menu-vip-banner{background:linear-gradient(135deg,#faf8f4,#f0ebe0);border:1px solid rgba(160,130,70,.2)}html.theme-light .profile-menu-vip-banner:hover{background:linear-gradient(135deg,#f3eee4,#e8e2d6);border-color:#8c6e374d}html.theme-light .profile-menu-vip-desc{color:var(--text-secondary)}html.theme-light .profile-menu-vip-action,html.theme-light .profile-menu-copy-id{color:#1565c0}html.theme-light .profile-menu-copy-id:hover{color:#0d47a1;text-decoration:underline}.profile-menu-item-link{padding:0 16px}.profile-menu-link{display:block;padding:10px 0;font-size:1rem;color:var(--text-primary);text-decoration:none;transition:color .2s}.profile-menu-link:hover{color:var(--accent)}.profile-menu-divider{border:none;border-top:1px solid var(--border);margin:0}.profile-menu-item-mode{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:12px}.profile-menu-mode-label{font-size:1rem;color:var(--text-primary)}.profile-menu-switch{flex-shrink:0;width:48px;height:30px;border-radius:19.5px;background:#f0f0f0;position:relative;padding:0;cursor:pointer;transition:background .2s}.profile-menu-switch:hover{background:#e0e0e0}.profile-menu-switch-thumb{position:absolute;top:2px;left:2px;width:26px;height:26px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .2s cubic-bezier(.4,0,.2,1)}.profile-menu-switch-thumb.is-light{transform:translate(0)}.profile-menu-switch-thumb.is-dark{transform:translate(18px)}.profile-menu-switch-thumb svg{width:18px;height:18px}.header-currency-wrap{position:relative}.header-currency-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:color .2s}.header-currency-btn:hover{color:var(--accent)}.header-currency-btn-icon{width:24px;height:24px;object-fit:contain}.currency-menu-paper{position:absolute;top:calc(100% + 8px);right:0;width:280px;min-width:260px;max-height:calc(100vh - 80px);overflow:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 2px 8px #00000029;z-index:110}.currency-menu-list{list-style:none;margin:0;padding:12px 0}.currency-menu-item{margin:0;padding:8px 16px;color:var(--text-primary)}.currency-menu-item-balance{display:flex;flex-direction:column;gap:12px;padding:8px 16px 12px}.currency-menu-balance-row{display:flex;align-items:center;gap:16px}.currency-menu-balance-cell{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:var(--text-primary)}.currency-icon{flex-shrink:0;width:20px;height:20px}.currency-icon-karma{color:#ffe000}.currency-icon-key{width:21px;height:20px;color:var(--accent)}.currency-menu-value{font-size:14px;font-weight:500}.currency-menu-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 16px;font-size:15px;font-weight:700;color:var(--text-primary);background:transparent;border:1px solid var(--accent);border-radius:28px;cursor:pointer;transition:box-shadow .2s,filter .2s}.currency-menu-btn:hover{box-shadow:0 2px 8px #20a7fe4d}.currency-menu-btn-karma .currency-icon{width:18px;height:18px;margin-right:4px}.currency-menu-divider{border:none;border-top:1px solid var(--border);margin:10px 0}.currency-menu-item-daily{display:flex;flex-direction:column;gap:11px;padding:8px 16px 12px}.currency-menu-daily-title{font-size:15px;font-weight:600;color:var(--text-primary)}.currency-menu-daily-desc{margin:0;font-size:13px;line-height:1.35;color:var(--text-muted)}.currency-menu-item[role=menuitem]{cursor:pointer;transition:background .15s}.currency-menu-item[role=menuitem]:hover{background:#ffffff0f}.currency-menu-link-text{font-size:15px;font-weight:600;color:var(--text-primary);text-decoration:none;cursor:pointer;display:block}a.currency-menu-link-text:hover{color:var(--accent)}.theme-light .currency-menu-link-text{color:#1e1e1e}.theme-light .currency-menu-daily-desc{color:#888}.header-search-short input{width:100px;transition:width .2s,border-color .2s}.header-search-short input:focus{width:200px}@media(min-width:600px){.header-search-short input{width:120px}.header-search-short input:focus{width:240px}}.header .search-wrap input{color:#fffffff2}.header .search-wrap input::placeholder{color:#fff9}.header .search-icon{color:#ffffffb3}html.theme-light .header{background:var(--bg-primary);border-bottom-color:var(--border)}html.theme-light .header:before{background:var(--bg-primary)}html.theme-light .header .logo-link,html.theme-light .header .logo-text,html.theme-light .header .logo-icon{color:var(--text-primary)}html.theme-light .header .search-wrap input{background:var(--bg-primary);border-color:var(--border);color:var(--text-primary)}html.theme-light .header .search-wrap input::placeholder{color:var(--text-muted)}html.theme-light .header .search-icon{color:var(--text-muted)}html.theme-light .header .header-search-link .header-search-wrap{background:var(--bg-primary);border-color:var(--border)}@media(max-width:899px){.header-inner{height:var(--header-height);min-height:var(--header-height)}.header .profile-btn,.header .menu-toggle-btn,.header .header-currency-btn{width:52px;height:52px}.header .profile-btn svg,.header .header-currency-btn .header-currency-btn-icon,.header .menu-toggle-btn svg{width:28px;height:28px}}@media(min-width:900px){.header .profile-btn{width:52px;height:52px}.header .profile-btn svg{width:28px;height:28px}}.menu-toggle-btn{width:44px;height:44px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.menu-toggle-btn:hover,.menu-toggle-btn[aria-expanded=true]{color:var(--accent)}.header-menu-panel{position:absolute;top:100%;left:0;right:0;z-index:50;background:#0c0c0e;border-bottom:1px solid var(--border);max-height:0;overflow:hidden;transition:max-height .25s ease-out;box-shadow:0 8px 24px #0006}.header-menu-panel.is-open{max-height:80vh;overflow-y:auto}.header-menu-list{list-style:none;margin:0;padding:12px 16px 16px}.header-menu-item{margin:0;padding:0}.header-menu-item a,.header-menu-item .resources-label{display:block;padding:12px 16px;font-size:1rem;color:#ffffffd9;text-decoration:none;border-radius:8px;transition:background .2s,color .2s}.header-menu-item a:hover,.header-menu-item .resources-label:hover{color:var(--accent);background:#ffffff0f}.header-menu-item-resources .resources-label{font-weight:700;color:var(--text-primary);display:inline-flex;align-items:center;gap:4px;width:100%;text-align:left;border:none;background:none;cursor:pointer;font-size:1rem;padding:12px 16px;border-radius:8px}.header-menu-item-resources .resources-label .chevron-down{color:var(--text-muted);flex-shrink:0;display:inline-flex;transition:transform .2s}.header-menu-item-resources .resources-label .chevron-down.is-open{transform:rotate(180deg)}.header-menu-sublist{list-style:none;margin:0;padding:0 0 0 16px;max-height:0;overflow:hidden;transition:max-height .25s ease-out}.header-menu-sublist.is-open{max-height:200px}.header-menu-sublist li{margin:0;padding:0}.header-menu-sublist li a{display:block;padding:10px 16px;font-size:.9375rem;color:#ffffffd9;text-decoration:none;border-radius:8px;transition:background .2s,color .2s}.header-menu-sublist li a:hover{color:var(--accent);background:#ffffff0f}.header-menu-search{position:relative;padding:0 0 8px;margin-bottom:4px}.header-menu-search .header-search-results{position:absolute;top:100%;left:0;right:0;margin-top:8px;z-index:60}.header-menu-search-inner{position:relative;display:flex;align-items:center;height:44px;padding:0 16px 0 44px;border-radius:9999px;background:var(--bg-card);border:1px solid var(--border);transition:box-shadow .2s}.header-menu-search-inner:hover{box-shadow:0 2px 8px #0003}.header-menu-search-inner .search-icon{left:16px;width:20px;height:20px;color:var(--text-muted)}.header-menu-search-inner input{width:100%;height:100%;padding:0;border:none;background:transparent;color:var(--text-primary);font-size:.9375rem}.header-menu-search-inner input::placeholder{color:var(--text-muted)}.header-menu-search-inner input:focus{outline:none}.header-search-wrap-container{position:relative}.header-search-results{list-style:none;margin:8px 0 0;padding:0;max-height:240px;overflow-y:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #00000040}.header-search-results-web{position:absolute;top:100%;left:0;right:0;margin-top:6px;margin-left:0;min-width:240px;z-index:100}.header-search-results li{margin:0;padding:0;border-bottom:1px solid var(--border)}.header-search-results li:last-child{border-bottom:none}.header-search-result-link{display:block;padding:12px 16px;font-size:.9375rem;color:var(--text-primary);text-decoration:none;transition:background .15s,color .15s}.header-search-result-link:hover{background:#ffffff14;color:var(--accent)}.header-search-no-result{padding:20px 16px;font-size:.9375rem;color:var(--text-secondary);text-align:center;background:var(--bg-card-hover);border-radius:6px;margin:0;list-style:none}.header-search-results:has(.header-search-no-result){padding:8px}.header-search-results li.header-search-no-result{border-bottom:none}.header-search-link{display:flex;align-items:center;color:inherit;text-decoration:none;flex-shrink:0}.header-search-link:hover{color:inherit}.header-search-link .header-search-wrap{position:relative;display:flex;align-items:center;box-sizing:border-box;width:140px;min-width:120px;height:44px;min-height:44px;padding:0 14px 0 40px;border:1px solid var(--border);border-radius:6px;background:#ffffff0f;cursor:pointer;transition:border-color .2s}.header-search-link:hover .header-search-wrap{border-color:var(--accent)}@media(min-width:600px){.header-search-link .header-search-wrap{width:180px;min-width:160px}}.header-search-link .header-search-wrap .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px}.header-search-placeholder{flex:1;min-width:0;font-size:.9rem;line-height:1.25;color:var(--text-muted);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header .header-search-placeholder{color:#fff9}html.theme-light .header .header-search-placeholder{color:var(--text-muted)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--bg-secondary, #1a1a1a);border-top:1px solid var(--border, rgba(255, 255, 255, .12));padding-bottom:env(safe-area-inset-bottom,0);box-shadow:0 -4px 20px #00000040}.bottom-nav-inner{display:flex;align-items:stretch;justify-content:space-around;max-width:var(--container-max, 1200px);margin:0 auto;padding:8px 0}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:1;min-width:0;padding:6px 8px;text-decoration:none;color:var(--text-muted, rgba(255, 255, 255, .6));font-size:.75rem;font-weight:500;transition:color .2s;-webkit-tap-highlight-color:transparent}.bottom-nav-item:hover{color:#ffffffd9}.bottom-nav-item.active{color:var(--accent, #c9a227)}.bottom-nav-item.active .bottom-nav-icon{border-radius:50%;background:rgba(var(--accent-rgb, 201, 162, 39),.15);width:40px;height:40px;margin:-8px 0}.bottom-nav-item.active .bottom-nav-icon svg{width:24px;height:24px}.bottom-nav-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.bottom-nav-icon svg{width:24px;height:24px}.bottom-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.main.has-bottom-nav{padding-bottom:calc(72px + env(safe-area-inset-bottom,0))}.layout-top.grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:20px}@media(min-width:1024px){.layout-top.grid{grid-template-columns:1fr;gap:0;margin-bottom:20px}}.layout-hero{order:1;min-width:0;width:100%}.home-page{padding-left:10px;padding-right:10px}.home-page .layout-hero{border-radius:12px;overflow:hidden}.home-page .layout-content>.home-popular-tabbed{border-radius:12px;overflow:hidden}.home-page .layout-content .section-block.section-with-bg,.home-page .layout-content .section-with-bg{border-radius:12px;overflow:hidden}.home-api-error{padding:10px 16px;margin-bottom:12px;border-radius:8px;background:var(--bg-card);color:var(--color-error, #c62828);font-size:14px;text-align:center}.home-page-loading{display:flex;align-items:center;justify-content:center;min-height:50vh;padding:40px 20px}.home-loading-wrap{display:flex;flex-direction:column;align-items:center;gap:16px}.home-loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:home-spin .8s linear infinite}@keyframes home-spin{to{transform:rotate(360deg)}}.home-loading-text{font-size:14px;color:var(--text-secondary)}.hero-carousel-empty{width:100%;aspect-ratio:16 / 9;min-height:120px;background:var(--bg-card)}.hero-carousel-wrap{position:relative;width:100%;aspect-ratio:16 / 9;height:auto;border-radius:12px;overflow:hidden;background:var(--bg-card);touch-action:pan-y;user-select:none;-webkit-user-select:none}.hero-carousel-track{display:flex;transition:transform .4s ease;height:100%;width:100%}.hero-card{flex:0 0 100%;position:relative;display:block;height:100%;min-height:0;overflow:hidden;color:inherit}.hero-card:not(.active){pointer-events:none}.hero-card-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-card-bg.hero-card-bg--pending{background:linear-gradient(120deg,#282830f2,#1c1c22fa 45%,#16161c)}.hero-card-char{position:absolute;right:0;bottom:0;height:85%;max-height:420px;width:auto;object-fit:contain;object-position:right bottom;z-index:1;pointer-events:none}.hero-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(12,12,14,.98) 0%,rgba(12,12,14,.4) 45%,transparent 70%);z-index:2;pointer-events:none}.hero-card-content{position:absolute;left:0;right:120px;bottom:0;z-index:3;padding:28px 24px 24px}@media(min-width:768px){.hero-card-content{right:200px;padding:32px 28px 28px}}.hero-card-title{font-size:1.5rem;font-weight:700;margin-bottom:10px;line-height:1.25;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}@media(min-width:768px){.hero-card-title{font-size:1.75rem}}.hero-card-desc{font-size:.9rem;line-height:1.5;color:#ffffffd9;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;background:#00000080;border:1px solid var(--border);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}@media(hover:hover){.hero-nav:hover{background:#c9a22759;color:var(--accent)}}.hero-nav:focus,.hero-nav:active{outline:none!important;box-shadow:none!important}.hero-nav:focus:not(:focus-visible){background:#00000080;color:#fff}.hero-nav:focus-visible{outline:2px solid var(--accent)!important;outline-offset:2px}.hero-nav.prev{left:12px}.hero-nav.next{right:12px}.hero-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:8px}.hero-dot{width:8px;height:8px;border-radius:50%;background:#ffffff59;border:none;cursor:pointer;transition:background .2s,transform .2s}.hero-dot:hover{background:#fff9}.hero-dot:focus,.hero-dot:active{outline:none!important;box-shadow:none!important}.hero-dot:focus-visible{outline:2px solid rgba(255,255,255,.8)!important;outline-offset:2px}.hero-dot.active{background:#4a90d9;transform:scale(1.2)}.announce-panel{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-block[aria-labelledby=most-recent] .section-head{padding-left:10px}.section-block[aria-labelledby=most-recent] .section-head a{color:#c9a227}.section-title{font-size:1.35rem;font-weight:600;color:var(--text-primary)}.section-head a{font-size:.9rem;color:var(--accent)}.section-sub{font-size:.9rem;color:var(--text-muted)}.section-title-sm{font-size:1.1rem!important}.announce-list{display:flex;flex-direction:column;gap:0;flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.announce-list::-webkit-scrollbar{display:none}.announce-item{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid var(--border);transition:background .2s;color:inherit}.announce-item:last-child{border-bottom:none}.announce-item:hover{background:#ffffff08}.announce-avatar{width:44px;height:44px;border-radius:8px;background:linear-gradient(135deg,var(--accent-dim),var(--accent));flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0d0d0de6}.announce-body p{font-size:.95rem;color:var(--text-primary);margin-bottom:4px;line-height:1.4}.announce-body span{font-size:.8rem;color:var(--text-muted)}.announce-dots{display:flex;justify-content:center;gap:6px;margin-top:16px}.announce-dot{width:6px;height:6px;border-radius:50%;background:var(--border)}.announce-dot:first-child{background:#4a90d9}.first-top-section .section-title{margin-bottom:2px}.first-top-header{margin-bottom:10px;padding-left:10px}.first-top-header .section-sub{margin-top:0;margin-bottom:0}.first-top-section:not(.first-top-is-web) .first-top-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:8px 0}.first-top-section:not(.first-top-is-web) .first-top-viewport::-webkit-scrollbar{display:none}.first-top-section:not(.first-top-is-web) .first-top-track{display:flex;gap:16px;padding:0 16px 0 0;width:max-content;min-width:100%}.first-top-section:not(.first-top-is-web) .first-top-card{flex:0 0 80vw;width:80vw;max-width:80vw;box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always}.first-top-is-web .first-top-viewport{overflow:hidden}.first-top-is-web .first-top-track{display:flex;gap:0;padding:8px 0;width:auto;min-width:0;transition:transform .35s ease}.first-top-is-web .first-top-slide{display:flex;gap:16px;padding:0 8px;flex-shrink:0;box-sizing:border-box}.first-top-is-web .first-top-slide .first-top-card{flex:1 1 0;min-width:0;width:auto;max-width:none}.first-top-card{box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;align-items:center;padding:16px;border-radius:12px;box-shadow:0 2px 12px #00000026;min-height:320px;color:#1a1a1a;text-decoration:none;transition:transform .2s,box-shadow .2s}.first-top-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003}.first-top-genre{font-size:.9rem;font-weight:600;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.3);margin-bottom:12px}.first-top-cover-wrap{width:120px;flex-shrink:0;margin:8px 0 12px;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #00000040}.first-top-cover{width:100%;height:auto;display:block;aspect-ratio:3 / 4;object-fit:cover}.first-top-title{font-size:1rem;font-weight:700;text-align:center;margin-bottom:0;line-height:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.first-top-progress{font-size:.85rem;font-weight:600;margin-bottom:8px}.first-top-desc{font-size:.8rem;line-height:1.4;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#000000bf}.section-limited-full{position:relative;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;min-height:420px;padding:2rem 24px 40px;background-size:cover;background-position:center;background-repeat:no-repeat}@media(min-width:900px){.section-limited-full{margin-left:0;margin-right:0;width:100%;max-width:var(--container-max);border-radius:12px}}.section-limited-bg{position:absolute;inset:0;background:linear-gradient(180deg,#212121e6,#21212100 50%);pointer-events:none}.section-limited-content{position:relative;z-index:1;max-width:var(--container-max);margin:0 auto}@media(min-width:900px){.section-limited-full .section-limited-content{margin-left:0;margin-right:0}}.section-limited-is-h5 .section-limited-content{width:100%;max-width:100%;overflow:hidden}.section-limited-content .section-title{color:#fff;margin-bottom:20px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.section-limited-carousel{overflow:visible;padding:8px 0}.section-limited-carousel .row-track{display:flex;gap:16px;flex-wrap:wrap}.section-limited-card{display:inline-flex;flex-direction:column;width:208px;flex-shrink:0;margin-right:0;background:var(--bg-card);border-radius:8px;overflow:hidden;border:1px solid var(--border);color:inherit;text-decoration:none;transition:transform .2s,border-color .2s}.section-limited-is-h5 .section-limited-carousel{display:block;width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;touch-action:pan-x}.section-limited-is-h5 .section-limited-carousel::-webkit-scrollbar{display:none}.section-limited-is-h5 .section-limited-carousel .row-track{display:inline-flex;flex-wrap:nowrap;width:max-content;min-width:max-content;gap:12px;padding-right:24px;scroll-snap-type:none}.section-limited-is-h5 .section-limited-card{flex:0 0 auto;width:52vw;min-width:52vw;max-width:52vw;box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always}.section-limited-card:hover{transform:translateY(-2px);border-color:var(--accent-dim)}.section-limited-card-cover{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:var(--bg-secondary)}.section-limited-card-cover img{width:100%;height:100%;object-fit:cover}.section-limited-card-cover:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);pointer-events:none}.section-limited-countdown{position:absolute;bottom:12px;right:12px;z-index:2;display:flex;gap:8px}.section-limited-countdown-box{display:flex;flex-direction:column;align-items:center;width:36px;background:#dc2626;color:#fff;border-radius:4px 4px 0 0;font-size:.75rem;font-weight:600}.countdown-num{padding:4px 0 0}.countdown-label{font-size:.6rem;text-transform:uppercase;padding:2px 4px;background:#4b5563;width:100%;text-align:center;border-radius:0 0 4px 4px}.section-limited-free-bar{padding:8px;text-align:center;font-size:.65rem;font-weight:600;text-transform:uppercase;background:#00b000;color:#fff}.section-limited-card-title{padding:12px 10px 4px;font-size:.9rem;font-weight:600;line-height:1.3;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-limited-period{padding:0 10px 12px;font-size:.7rem;color:var(--text-muted)}.genres-scroll{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;-webkit-overflow-scrolling:touch}.genre-tag-active{border-color:var(--accent)!important;color:var(--accent)!important;background:#4a90d91f!important}.section-with-bg .genre-tag-active{border-color:var(--accent);color:#fff;background:#c9a22759}.section-with-bg{position:relative;border-radius:12px;overflow:hidden;padding:24px 20px 28px;background-image:var(--section-bg);background-size:cover;background-position:center;background-repeat:no-repeat}.section-with-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0c0c0e85,#0c0c0e6b);pointer-events:none;border-radius:12px}.section-with-bg .section-title,.section-with-bg .section-subtitle{position:relative;z-index:1;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}.section-with-bg .genres-wrap{position:relative;z-index:1}.section-with-bg .genre-tag{background:#ffffff1f;border-color:#ffffff4d;color:#fffffff2}.section-with-bg .genre-tag:hover{background:#c9a22759;border-color:var(--accent);color:#fff}.section-block{position:relative;margin-bottom:36px}.home-popular-tabbed{position:relative;padding:0;margin-bottom:36px;border-radius:12px;overflow:hidden;background-image:var(--section-bg);background-size:cover;background-position:center top;background-repeat:no-repeat;background-color:var(--bg-card, rgba(255, 255, 255, .04));box-shadow:0 4px 24px #0003;min-height:0;display:flex;flex-direction:column}.home-popular-tabbed:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0c0c0e85,#0c0c0e6b);pointer-events:none;border-radius:12px;z-index:0}.home-popular-tabbed .home-popular-tabs-wrap,.home-popular-tabbed .home-popular-panels{position:relative;z-index:1}.home-popular-panels{flex:1 1 auto;min-height:0;padding:0 20px 28px}.home-popular-tabs-wrap{position:relative;padding:0 20px;background:#00000059;min-height:52px;display:flex;align-items:stretch}.home-popular-tabs{position:relative;display:flex;gap:0;min-height:0;align-items:center}.home-popular-tab{padding:14px 24px;border:none;background:none;color:#ffffffa6;font-size:1.1rem;font-weight:600;font-family:inherit;cursor:pointer;position:relative;z-index:1;transition:color .2s ease}.home-popular-tab:hover{color:#ffffffe6}.home-popular-tab.selected{color:#fff}.home-popular-tab-indicator{position:absolute;bottom:-1px;left:0;height:3px;background:var(--accent, #2563eb);border-radius:3px 3px 0 0;z-index:2;transition:left .2s ease,width .2s ease}.home-popular-panels{margin-top:0}.home-popular-tabbed .home-popular-panels .section-block{margin-bottom:0;border-radius:12px}.home-popular-tabbed .home-popular-panels [role=tabpanel]>.section-block:first-child{border-top-left-radius:0;border-top-right-radius:0}.home-popular-tabbed .home-popular-panels [role=tabpanel]>.section-block+.section-block{margin-top:10px}.home-popular-tabbed .home-popular-panels .section-title{margin-bottom:18px}.reader-favorites-section{height:auto;min-height:0}.reader-favorites-section.section-with-bg{background-size:cover;background-attachment:local}.reader-favorites-title{text-align:left;margin-bottom:20px}.reader-favorites-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px;border-radius:10px;position:relative;z-index:1}.reader-favorites-item{margin:0;padding:0;content-visibility:auto;contain-intrinsic-size:auto 92px}.reader-favorites-link{display:flex;align-items:stretch;gap:16px;padding:0;text-decoration:none;color:inherit;border-radius:10px;transition:background .2s ease}.reader-favorites-link:hover{background:#ffffff14}.reader-favorites-cover-wrap{flex-shrink:0;width:80px;aspect-ratio:3 / 4;border-radius:8px;overflow:hidden;background:var(--bg-card, rgba(255, 255, 255, .06))}.reader-favorites-cover{display:block;width:100%;height:100%;object-fit:cover}.reader-favorites-cover--placeholder{background:var(--bg-secondary, rgba(255, 255, 255, .08));box-sizing:border-box}.reader-favorites-content{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;gap:6px}.reader-favorites-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.reader-favorites-title-text{font-size:1rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.reader-favorites-desc{margin:0;font-size:.875rem;line-height:1.4;color:#ffffffeb;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2}.reader-favorites-meta{margin:auto 0 0;font-size:.8rem;color:#ffffffd9}.reader-favorites-sentinel{height:1px;width:100%;pointer-events:none;visibility:hidden}.reader-favorites-loading{margin:0;padding:12px 16px;font-size:.875rem;color:#ffffffb3;text-align:center}.section-block .section-title{margin-bottom:18px;font-size:1.5rem}.n-media-intro{display:flex;gap:16px;align-items:stretch;margin-bottom:12px;position:relative;z-index:1}.section-with-bg .n-media-intro{color:#fffffff2}.n-media-intro .n-cover{display:block;flex-shrink:0;align-self:flex-start;width:calc((100% - 24px) / 3);min-width:100px;border-radius:8px;overflow:hidden;aspect-ratio:3/4;text-decoration:none;color:inherit;cursor:pointer}@media(min-width:768px){.n-media-intro .n-cover{width:220px;min-width:220px}}.n-media-intro .n-cover .cover{display:block;width:100%;height:100%;object-fit:cover}.n-media-intro .n-cover .cover--placeholder{background:var(--bg-secondary, rgba(255, 255, 255, .1));min-height:100%}.n-media-intro .content{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.n-media-intro .name{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.n-media-intro .n-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800;font-size:1.15rem}.section-with-bg .n-media-intro .n-ellipsis{color:#fff}.n-media-intro .intro{margin:0;font-size:1rem;font-weight:600;line-height:1.45;color:var(--text-muted)}.section-with-bg .n-media-intro .intro{color:#ffffffe6}.n-media-intro .n-ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.n-media-intro .n-flex-between{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.n-media-intro .label{margin:0;font-size:.9375rem;font-weight:700;color:var(--text-muted)}.section-with-bg .n-media-intro .label{color:#ffffffd9}.n-media-intro .label span+span{margin-left:8px}.row-carousel{position:relative}.row-carousel-wrap .row-viewport{overflow:visible;margin-bottom:0}.row-carousel-wrap .row-track-wrap{display:flex;flex-wrap:wrap;gap:16px;width:100%;transform:none;transition:none}.row-carousel-wrap .row-track-wrap>.popular-week-card,.row-carousel-wrap .row-track-wrap>.small-card-link{flex:0 0 calc((100% - 32px) / 3);min-width:0;box-sizing:border-box}@media(min-width:900px){.row-carousel-wrap .row-track-wrap>.popular-week-card,.row-carousel-wrap .row-track-wrap>.small-card-link{flex:0 0 calc((100% - 64px)/5)}}.row-viewport{width:100%;overflow:hidden;min-width:0;margin-bottom:12px;contain:layout}.section-block:has(.small-card-link),.section-with-bg:has(.small-card-link){height:auto;min-height:0}.row-carousel:has(.small-card-link){height:auto;min-height:0}.row-carousel:has(.small-card-link) .row-viewport{height:auto;min-height:0}.row-carousel:has(.small-card-link) .row-track{height:auto;min-height:0;align-items:flex-start}@media(max-width:899px){.section-block,.section-with-bg{height:auto;min-height:0}.section-with-bg .row-carousel,.section-block .row-carousel{flex:0 0 auto;height:auto;min-height:0}.row-viewport{height:auto;min-height:0;flex:0 0 auto}.row-track{height:auto;min-height:0;align-items:flex-start}.row-slide{flex:0 0 auto;height:auto;min-height:0}.row-viewport:has(.small-card-link) .row-slide{align-items:stretch}.row-viewport:has(.small-card-link) .row-slide .small-card-link{display:flex;align-self:stretch}.row-viewport:has(.small-card-link) .row-slide .small-card-link .small-card{height:100%;min-height:0}}@media(min-width:900px){.section-block,.section-with-bg{height:auto;min-height:0}.section-with-bg .row-carousel,.section-block .row-carousel{flex:0 0 auto;height:auto;min-height:0}.row-viewport{height:auto;min-height:0;flex:0 0 auto}.row-track{height:auto;min-height:0;align-items:flex-start}.row-slide{flex:0 0 auto;height:auto;min-height:0}.row-viewport:has(.small-card-link) .row-slide{align-items:stretch}.row-viewport:has(.small-card-link) .row-slide .small-card-link{display:flex;align-self:stretch}.row-viewport:has(.small-card-link) .row-slide .small-card-link .small-card{height:100%;min-height:0}}.row-controls{display:flex;align-items:center;justify-content:center;gap:16px}.row-arrow{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#00000073;border:1px solid var(--border);border-radius:50%;color:#fff;transition:background .2s,color .2s}.row-arrow:hover{background:#c9a22773;color:var(--accent)}.row-arrow-prev,.row-arrow-next{border-radius:50%}.row-track{display:flex;transition:transform .35s ease}.row-slide{flex-shrink:0;display:flex;align-items:flex-start;gap:16px;padding:8px 0;box-sizing:border-box}.row-slide .small-card-link{flex:1 1 0;min-width:0}.row-slide .popular-week-card{flex:1 1 0;min-width:0;height:auto}@media(max-width:767px){.row-slide .popular-week-card{max-width:calc((100% - 24px) / 3)}}@media(min-width:768px){.row-slide .popular-week-card{max-width:220px}}.row-slide:has(.popular-week-card){justify-content:space-between}.row-progress-wrap{flex-shrink:0}.row-progress-bar{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#00000080;border-radius:20px}.row-progress-dot{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff59;cursor:pointer;transition:background .2s,transform .2s}.row-progress-dot:hover{background:#fff9}.row-progress-dot.active{background:#4a90d9;transform:scale(1.25)}.small-card-link{flex:1;min-width:0}.section-with-bg .row-carousel,.section-with-bg .row-arrow,.section-with-bg .row-progress-wrap{position:relative;z-index:1}.section-with-bg .section-head .section-title,.section-with-bg .section-head a{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.section-with-bg .section-sub{color:#ffffffd9}.small-card{border-radius:10px;overflow:hidden;background:var(--bg-card);border:1px solid var(--border);transition:border-color .2s,transform .2s;height:100%;display:flex;flex-direction:column}.small-card-link:hover .small-card{border-color:var(--accent-dim);transform:translateY(-3px)}.small-card-cover-wrap{position:relative;width:100%;aspect-ratio:3 / 4;flex-shrink:0;overflow:hidden;background:var(--bg-secondary)}.small-card-cover{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.small-card-cover--placeholder{background:var(--bg-secondary);box-sizing:border-box}.small-card-badge{position:absolute;top:10px;left:10px;font-size:.7rem;padding:3px 8px;background:#c9a227e6;color:#0d0d0d;border-radius:4px;font-weight:600}.small-card-rank{position:absolute;top:10px;right:10px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#fff;background:#0009;border-radius:6px}.small-card-progress{position:absolute;bottom:10px;right:10px;font-size:.8rem;font-weight:600;color:var(--accent);text-shadow:0 1px 2px rgba(0,0,0,.8)}.small-card-title{padding:18px 12px;font-size:.95rem;font-weight:600;line-height:1.3;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;flex-shrink:0;min-height:2.6em}.popular-week-card-link{display:block;color:inherit;text-decoration:none;transition:transform .2s}.popular-week-card-link:hover{transform:translateY(-2px)}.popular-week-cover-wrap{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;border-radius:10px;box-shadow:0 4px 12px #00000040}.popular-week-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0 10px 10px 0}.popular-week-cover--placeholder{background:var(--bg-secondary, rgba(255, 255, 255, .08));border-radius:0 10px 10px 0}.popular-week-overlay.popular-week-bookcover{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0 10px 10px 0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.15) 100%);pointer-events:none}.popular-week-rank{position:absolute;bottom:-6px;left:-6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#fff;background:#0d0d0d;border-radius:8px;box-shadow:0 2px 8px #0006;line-height:1}.popular-week-icon-box{position:absolute;bottom:0;right:0;width:28px;height:28px;border-radius:6px 0 10px;background:#0d0d0d;color:#fff;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.popular-week-icon-box{width:32px;height:32px}}.section-with-bg:has(.genres-wrap) .popular-week-icon-box,section[aria-labelledby=Sneak-Peeks] .popular-week-icon-box,section[aria-labelledby=most-recent] .popular-week-icon-box{display:none}.popular-week-meta{padding:12px 0 0;color:var(--text-secondary)}.popular-week-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.9rem;font-weight:600;line-height:1.35;color:var(--text-primary)}.popular-week-card-link:hover .popular-week-title{color:var(--accent-dim)}.section-row-nav{display:none}@media(min-width:768px){.section-row-nav{display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none;justify-content:space-between;padding:0 4px}}.row-nav{pointer-events:auto;width:36px;height:36px;border-radius:50%;background:#00000080;border:1px solid var(--border);color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.row-nav:hover{background:var(--accent);color:#0d0d0d}.section-limited-special{position:relative;min-height:200px;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:32px 24px;background-image:url(/images/banners/bg1.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.section-limited-special:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(12,12,14,.85) 0%,rgba(12,12,14,.5) 60%,transparent 100%);pointer-events:none}.section-limited-special .section-title{position:relative;z-index:1;color:#fff;margin-bottom:8px;text-shadow:0 1px 3px rgba(0,0,0,.6)}.section-limited-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px}.section-limited-item{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;padding:12px 16px;background:#00000059;border-radius:8px;color:#fff;transition:background .2s}.section-limited-item:hover{background:#c9a22740}.section-limited-free{font-size:.85rem;color:var(--accent);font-weight:600}.section-limited-title{font-weight:600}.section-limited-countdown{font-size:.9rem;color:#fffc}.section-limited-desc{color:#ffffffe6;font-size:1rem;margin-bottom:8px}.section-limited-cta{display:inline-block;padding:10px 24px;background:var(--accent);color:#0d0d0d;font-weight:600;border-radius:8px;font-size:.95rem;transition:background .2s,transform .2s}.section-limited-cta:hover{background:var(--accent-hover);transform:translateY(-1px)}.section-genres-sub{font-size:1rem;color:var(--text-secondary);margin-bottom:16px}.section-with-bg .section-genres-sub{color:#ffffffd9}.section-with-bg:has(.genres-wrap){height:auto;min-height:0;max-height:none}.section-with-bg:has(.genres-wrap) .section-title,.section-with-bg:has(.genres-wrap) .genres-wrap,.section-with-bg:has(.genres-wrap) .genre-tag,.section-with-bg:has(.genres-wrap) .row-carousel,.section-with-bg:has(.genres-wrap) .row-viewport,.section-with-bg:has(.genres-wrap) .row-track,.section-with-bg:has(.genres-wrap) .row-slide,.section-with-bg:has(.genres-wrap) .row-slide .small-card-link,.section-with-bg:has(.genres-wrap) .row-controls,.section-with-bg:has(.genres-wrap) .row-arrow,.section-with-bg:has(.genres-wrap) .row-progress-wrap{height:auto;min-height:unset;max-height:none}.section-with-bg:has(.genres-wrap) .row-progress-bar{height:auto;min-height:unset}.section-subtitle{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin-top:24px;margin-bottom:14px}.genres-wrap{display:flex;flex-wrap:wrap;gap:12px}.genre-tag{padding:10px 20px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;font-size:.9rem;color:var(--text-secondary);transition:border-color .2s,color .2s}.genre-tag:hover{border-color:var(--accent);color:var(--accent)}html.theme-light .home-page{background:transparent}html.theme-light .hero-card-overlay{background:linear-gradient(to top,rgba(30,30,35,.88) 0%,rgba(30,30,35,.35) 45%,transparent 70%)}html.theme-light .home-popular-tabbed,html.theme-light .section-with-bg{background-image:linear-gradient(165deg,#f8f6f2,#f0ebe4 30%,#eae4dc 70%,#e5dfd6);background-size:cover;background-position:center}html.theme-light .section-with-bg:before{background:linear-gradient(to bottom,#ffffff40,#f8f6f226)}html.theme-light .home-popular-tabbed:before{background:linear-gradient(to bottom,#fff3,#f8f6f21a)}html.theme-light .home-popular-tabs-wrap{background:#ffffff8c}html.theme-light .section-limited-bg{background:linear-gradient(180deg,#28282dbf,#28282d00 50%)}html.theme-light .section-limited-special:before{background:linear-gradient(to right,rgba(40,40,45,.7) 0%,rgba(40,40,45,.4) 60%,transparent 100%)}html.theme-light .hero-nav{background:#28282d99}html.theme-light .hero-nav:focus:not(:focus-visible){background:#28282d99}html.theme-light .row-arrow,html.theme-light .row-progress-bar,html.theme-light .row-nav{background:#28282d80}html.theme-light .section-limited-item{background:#28282d66}html.theme-light .section-limited-item:hover{background:#c9a22733}html.theme-light .announce-item:hover{background:#0000000f}html.theme-light .reader-favorites-link:hover{background:#00000014}html.theme-light .reader-favorites-loading{color:var(--text-primary, #1a1a1a);font-weight:500}html.novel-flow-read-document-lock,html.novel-flow-read-document-lock body{overflow:hidden;overscroll-behavior:none}.novel-flow-read{--flow-read-bg: #ffffff;--flow-read-text: #1a1a1a;--flow-read-font-size: 18px;position:fixed;inset:0;z-index:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;background:var(--flow-read-bg);color:var(--flow-read-text)}.novel-flow-read-header{position:relative;z-index:1201;flex-shrink:0;display:flex;align-items:center;gap:8px;padding:calc(10px + env(safe-area-inset-top,0px)) 12px 10px;background:var(--flow-read-bg);border-bottom:1px solid color-mix(in srgb,var(--flow-read-text) 14%,transparent)}.novel-flow-read-back{width:44px;height:44px;border:none;background:none;color:var(--flow-read-text);border-radius:8px}.novel-flow-read-back-arrow{font-size:1.75rem;font-weight:600;line-height:1}.novel-flow-read-header-title{flex:1;margin:0;text-align:center;font-size:1rem;font-weight:600;font-family:Georgia,Times New Roman,serif;color:var(--flow-read-text)}.novel-flow-read-header-spacer{width:40px;flex-shrink:0}.novel-flow-read-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:16px 18px 24px;font-size:var(--flow-read-font-size);line-height:1.85;font-family:Georgia,Times New Roman,"Noto Serif SC",serif;color:var(--flow-read-text)}.novel-flow-read-section{margin-bottom:2rem}.novel-flow-read-section-title{display:flex;align-items:center;gap:8px;margin:0 0 1rem;font-size:1.05rem;font-weight:700;font-family:system-ui,sans-serif;color:var(--flow-read-text)}.novel-flow-read-section-accent{width:4px;height:1.1em;border-radius:2px;background:#e53935;flex-shrink:0}.novel-flow-read-section-body{white-space:pre-wrap;word-break:break-word}.novel-flow-read-skeleton{padding:6px 0 18px}.novel-flow-read-skeleton-title,.novel-flow-read-skeleton-line{height:.95em;border-radius:999px;background:color-mix(in srgb,var(--flow-read-text) 12%,transparent)}.novel-flow-read-skeleton-title{width:34%;margin:0 0 18px}.novel-flow-read-skeleton-line{width:100%;margin-bottom:13px}.novel-flow-read-skeleton-line.is-short{width:72%}.route-suspense-fallback{display:flex;align-items:center;justify-content:center;min-height:45vh}.route-suspense-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:route-suspense-spin .8s linear infinite}@keyframes route-suspense-spin{to{transform:rotate(360deg)}}
