*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0E0E10;--primary-hover:#2A2A2F;--primary-bg:rgba(14, 14, 16, .04);--accent:#1E3A5F;--gold:#B8945E;--bg:#FAF6EF;--card:#FFFFFF;--text:#1C2026;--text-2:#54545A;--text-3:#76767E;--border:rgba(14, 14, 16, .08);--divider:rgba(14, 14, 16, .05);--radius:6px;--radius-sm:4px;--radius-lg:8px;--radius-xl:14px;--header-h:60px;--transition:all .2s ease;--font:'Inter',-apple-system,BlinkMacSystemFont,'PingFang SC','Noto Sans SC','Segoe UI',Roboto,Helvetica,Arial,sans-serif;--font-serif:'Cormorant Garamond','Songti SC','Noto Serif SC',Georgia,serif;--shadow-cover:0 8px 24px rgba(14, 14, 16, .12);--home-module-bg:#F1E7D3;--home-module-border:#E4D5B6;--paper-noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);color:var(--text);background-color:var(--bg);line-height:1.55;min-height:100vh;overflow-x:hidden;letter-spacing:-.005em;position:relative;isolation:isolate}body::before{content:'';position:fixed;inset:0;z-index:0;pointer-events:none;background-image:var(--paper-noise);background-repeat:repeat;background-size:220px 220px;mix-blend-mode:multiply;opacity:.25}body:has(.reader-page.active)::before{opacity:0}body.modal-open{overflow:hidden}a{text-decoration:none;color:inherit}button{font-family:var(--font);cursor:pointer;border:none;background:0 0;font-size:inherit;letter-spacing:inherit;color:inherit}:focus{outline:0}:focus-visible{outline:2px solid var(--text);outline-offset:2px;border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:8px;z-index:1000;padding:8px 14px;background:var(--text);color:#fff;border-radius:6px;font-size:13px;font-weight:600;letter-spacing:.04em;transition:top .15s}.skip-link:focus{top:8px;outline:2px solid var(--gold);outline-offset:2px}.toast-stack{position:fixed;bottom:calc(20px + env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);z-index:300;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{background:rgba(14,14,16,.92);color:#fff;padding:10px 18px;border-radius:24px;font-size:13px;font-weight:500;letter-spacing:-.005em;box-shadow:0 8px 24px rgba(14,14,16,.18);animation:toastIn .2s ease-out;max-width:90vw;text-align:center}@keyframes toastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.email-modal{position:fixed;inset:0;z-index:400;display:none;align-items:center;justify-content:center;padding:20px}.email-modal.show{display:flex}.em-backdrop{position:absolute;inset:0;background:rgba(14,14,16,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:emFade .2s ease-out}.em-card{position:relative;background:var(--card,#fff);border-radius:14px;max-width:420px;width:100%;padding:32px 28px 24px;box-shadow:0 24px 64px rgba(14,14,16,.22);animation:emPop .22s ease-out;text-align:left}.em-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:none;background:0 0;color:var(--text-3);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .15s,color .15s}.em-close:hover{background:var(--border);color:var(--text)}.em-title{font-family:var(--font-serif);font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--text);margin:0 0 8px}.em-desc{font-size:13px;line-height:1.6;color:var(--text-2);margin:0 0 20px}.em-mail{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:15px;color:var(--text);background:var(--bg,#f7f7f8);border:1px solid var(--border);border-radius:10px;padding:14px 16px;text-align:center;margin-bottom:20px;word-break:break-all;letter-spacing:0;user-select:all}.em-actions{display:flex;flex-direction:column;gap:10px}@media(min-width:480px){.em-actions{flex-direction:row}.em-actions .em-btn{flex:1}}.em-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:-.005em;cursor:pointer;border:1px solid var(--border);background:0 0;color:var(--text);text-decoration:none;transition:background .15s,color .15s,border-color .15s}.em-btn-primary{background:var(--text);color:#fff;border-color:var(--text)}.em-btn-primary:hover{background:#000}.em-btn-ghost:hover{background:var(--bg,#f7f7f8)}.em-btn-danger{background:#ff3b30;color:#fff;border-color:#ff3b30}.em-btn-danger:hover{background:#e0342b}@keyframes emFade{from{opacity:0}to{opacity:1}}@keyframes emPop{from{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}.eyebrow{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-3)}.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);height:var(--header-h)}.header-inner{max-width:1280px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 20px;gap:14px;position:relative}.logo{font-size:18px;font-weight:700;color:var(--text);white-space:nowrap;cursor:pointer;display:flex;align-items:center;gap:8px;letter-spacing:-.02em}.logo svg{width:22px;height:22px}.nav-menu{display:none;gap:28px;margin-left:36px}.nav-menu a{font-size:13px;font-weight:500;color:var(--text-2);transition:color .15s;cursor:pointer;letter-spacing:.01em;position:relative;padding:6px 0}.nav-menu a:hover{color:var(--text)}.nav-menu a.active{color:var(--text);font-weight:600}.nav-menu a.active::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1.5px;background:var(--text)}.hdr-sp{flex:1}.hdr-btn{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--text);transition:var(--transition)}.hdr-btn:hover{background:var(--divider)}.hdr-btn:active{transform:scale(.95)}.hdr-search-box{display:none;align-items:center;gap:8px;flex:0 1 240px;max-width:280px;height:36px;padding:0 12px;border-radius:8px;border:1px solid var(--border);background:rgba(14,14,16,.04);transition:border-color .15s,background .15s,box-shadow .15s}.hdr-search-box:focus-within{border-color:rgba(14,14,16,.18);background:#fff;box-shadow:0 0 0 3px rgba(14,14,16,.06)}.hdr-search-box svg{flex-shrink:0;color:var(--text-3)}.hdr-search-box input{flex:1;min-width:0;height:100%;border:none;outline:0;background:0 0;font-size:13px;color:var(--text);font-family:inherit;letter-spacing:-.005em}.hdr-search-box input::placeholder{color:var(--text-3)}.hdr-search-box input::-webkit-search-cancel-button{display:none}.hdr-search-clear{width:22px;height:22px;border-radius:50%;background:var(--divider);color:var(--text-2);display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:background .15s,color .15s}.hdr-search-clear:hover{background:rgba(14,14,16,.12);color:var(--text)}.lang-sw{height:30px;padding:0 12px;border-radius:6px;font-size:11px;font-weight:600;color:var(--text);letter-spacing:.06em;border:1px solid var(--border);transition:all .15s}.lang-sw:hover{background:var(--text);color:#fff;border-color:var(--text)}.mob-menu-btn{display:flex;width:36px;height:36px;border-radius:6px;align-items:center;justify-content:center;color:var(--text)}.mob-menu-btn:hover{background:var(--divider)}@media(min-width:900px){.nav-menu{display:flex;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin-left:0}.mob-menu-btn{display:none}}@media(min-width:1024px){.hdr-search-box{display:flex}#hdrSearchIcon{display:none}}.mob-nav{position:fixed;top:0;left:0;bottom:0;width:78%;max-width:320px;background:#fff;z-index:310;transform:translateX(-100%);transition:transform .3s;display:flex;flex-direction:column;padding:20px}.mob-nav.show{transform:translateX(0)}.mob-nav-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.mob-nav a{display:block;padding:14px 0;font-size:18px;font-weight:600;color:var(--text);border-bottom:1px solid var(--divider);cursor:pointer;letter-spacing:-.01em}.mob-nav a:hover{color:var(--text-2)}.page{display:none;min-height:100vh;position:relative;z-index:1}.page.active{display:block}.ct{max-width:680px;margin:0 auto;padding:24px 20px 120px}@media(min-width:768px){.ct{max-width:760px;padding:36px 32px 100px}}@media(min-width:1024px){.ct{max-width:1200px;padding:48px 48px 120px}.doc-page .ct{max-width:820px}#chartsPage .ct{max-width:860px}}@media(min-width:1440px){.ct{max-width:1280px}}.crumb{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-3);margin-bottom:18px;letter-spacing:.04em;text-transform:uppercase;font-weight:500;flex-wrap:wrap}.crumb a{cursor:pointer;color:var(--text-2);transition:color .15s}.crumb a:hover{color:var(--text)}.crumb .sep{opacity:.4}.cv-mono{font-family:var(--font-serif);font-weight:600;line-height:1}.cv-rule{height:1px;background:var(--cover-accent,rgba(255,255,255,.45));margin-top:6px;display:block}.cv-pub{font-family:var(--font);letter-spacing:.24em;font-weight:700;opacity:.6;position:absolute;color:var(--cover-accent,rgba(255,255,255,.7))}.cv-img-wrap{overflow:hidden;position:relative}.cv-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:2}.cv-img-wrap .cv-fallback{position:absolute;left:50%;transform:translateX(-50%);z-index:1}.cv-img-wrap .cv-mono{top:50%;transform:translate(-50%,-50%)}.cv-img-wrap .cv-rule{top:calc(50% + 1.6em);transform:translateX(-50%)}.cv-img-wrap .cv-pub{bottom:10%;transform:translateX(-50%)}.back-to-top{position:fixed;bottom:calc(80px + env(safe-area-inset-bottom));right:20px;z-index:95;width:42px;height:42px;border-radius:50%;background:var(--text);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,background .15s ease;box-shadow:0 6px 16px rgba(14,14,16,.18);border:none;cursor:pointer}.back-to-top.show{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:#000}.back-to-top:active{transform:scale(.94)}.back-to-top svg{width:18px;height:18px}@media(min-width:768px){.back-to-top{bottom:calc(24px + env(safe-area-inset-bottom));right:24px;width:48px;height:48px}}.hero-carousel-sec{position:relative;margin-bottom:28px}.hero-carousel-wrap{position:relative;overflow:hidden;border-radius:18px;-webkit-user-select:none;user-select:none;background:radial-gradient(ellipse 80% 120% at 18% 50%,rgba(46,74,46,.55) 0,transparent 62%),linear-gradient(135deg,#121816 0,#0a0c0b 48%,#080908 100%);border:1px solid rgba(255,255,255,.06);box-shadow:0 16px 40px rgba(14,14,16,.14)}.hero-carousel-wrap-single .hero-carousel-card{padding-left:18px;padding-right:18px}@media(min-width:768px){.hero-carousel-wrap-single .hero-carousel-card{padding-left:24px;padding-right:24px}}.hero-carousel-track{display:flex;align-items:stretch;will-change:transform}.hero-carousel-track.animating{transition:transform .35s cubic-bezier(.25, .46, .45, .94)}.hero-carousel-slide{flex-shrink:0;width:100%;display:flex}.hero-carousel-card{display:flex;flex:1;width:100%;gap:16px;align-items:stretch;padding:18px 52px 22px;min-height:220px}.hero-carousel-cover{width:96px;flex-shrink:0;aspect-ratio:3/4;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.35);cursor:pointer}.hero-carousel-cover .cv-mono{font-size:38px}.hero-carousel-cover .cv-rule{width:22px;margin-top:8px}.hero-carousel-cover .cv-pub{font-size:8px;bottom:8px}.hero-carousel-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;padding-top:2px}.hero-carousel-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.hero-carousel-title{font-family:var(--font-serif);font-size:22px;font-weight:600;line-height:1.15;color:#fff;letter-spacing:-.01em;cursor:pointer;transition:color .15s}.hero-carousel-title:hover{color:var(--gold)}.hero-carousel-tags{display:flex;gap:8px;flex-wrap:wrap}.hero-carousel-tag{font-size:10px;font-weight:500;letter-spacing:.04em;color:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:3px 10px;line-height:1.4}.hero-carousel-desc{font-size:12px;line-height:1.55;color:rgba(255,255,255,.62);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:2px}.hero-carousel-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0;font-size:11px;color:rgba(255,255,255,.52);font-feature-settings:"tnum";margin-top:auto;padding-top:4px}.hero-carousel-meta .dot{display:inline-block;width:2px;height:2px;border-radius:50%;background:rgba(255,255,255,.35);margin:0 8px;vertical-align:middle}.hero-carousel-btn{align-self:flex-start;margin-top:10px;display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;background:#fff;color:#0e0e10;font-size:13px;font-weight:600;letter-spacing:.01em;transition:transform .15s,opacity .15s}.hero-carousel-btn:hover{opacity:.92}.hero-carousel-btn:active{transform:scale(.97)}.hero-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.42);color:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(4px);transition:background .15s,opacity .15s}.hero-carousel-arrow:hover{background:rgba(0,0,0,.58)}.hero-carousel-arrow-prev{left:10px}.hero-carousel-arrow-next{right:10px}.hero-carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px}.hero-carousel-dot{width:6px;height:6px;border-radius:50%;background:rgba(14,14,16,.18);padding:0;transition:width .25s,background .25s,border-radius .25s}.hero-carousel-dot.active{width:22px;border-radius:999px;background:var(--text)}@media(min-width:768px){.hero-carousel-card{gap:24px;padding:24px 60px 26px;min-height:248px}.hero-carousel-cover{width:118px}.hero-carousel-cover .cv-mono{font-size:48px}.hero-carousel-cover .cv-rule{width:28px;margin-top:12px}.hero-carousel-title{font-size:28px}.hero-carousel-desc{font-size:13px}.hero-carousel-btn{padding:11px 22px;font-size:14px}.hero-carousel-arrow{width:38px;height:38px}.hero-carousel-arrow-prev{left:14px}.hero-carousel-arrow-next{right:14px}}@media(min-width:1024px){.hero-carousel-sec{margin-bottom:36px}.hero-carousel-card{gap:32px;padding:32px 72px 36px;min-height:300px}.hero-carousel-cover{width:168px}.hero-carousel-cover .cv-mono{font-size:68px}.hero-carousel-cover .cv-rule{width:36px;margin-top:14px}.hero-carousel-title{font-size:36px}.hero-carousel-desc{font-size:14px;-webkit-line-clamp:5;line-clamp:5}.hero-carousel-btn{padding:12px 24px;font-size:14px}.hero-carousel-arrow{width:42px;height:42px}.hero-carousel-arrow-prev{left:18px}.hero-carousel-arrow-next{right:18px}}@media(min-width:1440px){.hero-carousel-card{min-height:320px;padding:36px 80px 40px}.hero-carousel-cover{width:184px}.hero-carousel-cover .cv-mono{font-size:72px}.hero-carousel-title{font-size:40px}}@media(max-width:480px){.hero-carousel-card{flex-direction:row;padding:16px 44px 18px;gap:14px}.hero-carousel-cover{width:84px}.hero-carousel-title{font-size:18px}.hero-carousel-desc{-webkit-line-clamp:2;line-clamp:2}.hero-carousel-arrow{width:30px;height:30px}.hero-carousel-arrow-prev{left:6px}.hero-carousel-arrow-next{right:6px}}.home-module-panel{background:var(--home-module-bg);border:1px solid var(--home-module-border);border-radius:var(--radius-lg);padding:20px 16px}@media(min-width:768px){.home-module-panel{padding:24px 20px}}.home-module-panel>.rank-head:first-child,.home-module-panel>.sec-title:first-child{margin-top:0}.issue-sec{margin-bottom:56px}.issue-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 18px;margin-top:8px}@media(min-width:768px){.issue-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}}@media(min-width:1024px){#homeGrid .issue-grid.issue-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}#homeGrid .issue-grid.issue-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#homeGrid .issue-grid.issue-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#homeGrid .issue-grid.issue-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.issue-card{cursor:pointer}.issue-cover{width:100%;aspect-ratio:3/4;border-radius:4px;margin-bottom:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.issue-card:hover .issue-cover{transform:translateY(-3px);box-shadow:var(--shadow-cover)}.issue-cover .cv-mono{font-size:36px}.issue-cover .cv-rule{width:22px;margin-top:10px}.issue-cover .cv-pub{font-size:7px;bottom:10px}.issue-title{font-size:14px;font-weight:600;line-height:1.3;margin-bottom:6px;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.issue-category{font-size:10px;color:var(--text-2);letter-spacing:.06em;text-transform:uppercase;font-weight:500;line-height:1.4;margin-bottom:4px}.issue-meta{font-size:11px;color:var(--text-3);font-feature-settings:"tnum";line-height:1.4}.issue-meta .dot{display:inline-block;width:2px;height:2px;border-radius:50%;background:var(--text-3);margin:0 6px;vertical-align:middle}.issue-note{font-size:11px;line-height:1.5;color:var(--text-2);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.issue-note.editor{font-style:italic}.mood-row{display:flex;gap:12px;overflow-x:auto;padding:4px 0 14px;margin:0 -20px;padding-left:20px;padding-right:20px;scrollbar-width:none}.mood-row::-webkit-scrollbar{display:none}.mood-card{flex-shrink:0;width:160px;height:120px;border-radius:8px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .25s ease;position:relative;overflow:hidden}.mood-card:hover{transform:translateY(-3px)}.mood-card .mood-name{font-family:var(--font-serif);font-size:22px;font-weight:600;line-height:1.1;letter-spacing:-.01em}.mood-card .mood-desc{font-size:10px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;opacity:.85}@media(min-width:768px){.mood-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:4px 0 14px;overflow:visible}.mood-card{width:100%}}@media(min-width:1024px){.mood-row{grid-template-columns:repeat(6,1fr)}}#homeGrid{display:flex;flex-direction:column}.home-grid-main{display:contents}.home-grid-item-issue{order:1}.home-grid-item-rank{order:2}.home-grid-sidebar{order:2}.home-grid-item-mood{order:3}.home-grid-item-browse{order:4}#moodSec:empty{display:none}@media(min-width:1024px){#homeGrid{display:grid;grid-template-columns:minmax(0,1fr) 340px;column-gap:32px;align-items:start}.home-grid-main{display:block;grid-column:1;grid-row:1;min-width:0;order:unset}.home-grid-sidebar{grid-column:2;grid-row:1;position:sticky;top:calc(var(--header-h) + 20px);align-self:start;order:unset}.home-grid-sidebar .rank-sec{margin-bottom:0}#homeGrid.home-grid-filtered{grid-template-columns:1fr}#homeGrid .issue-sec{margin-bottom:40px}#homeGrid .browse-sec{margin-bottom:0}#homeGrid .browse-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px}#homeGrid .browse-grid .novel-item{min-width:0;width:100%;overflow:hidden}#homeGrid .browse-grid .novel-cover{width:100%;height:auto;aspect-ratio:3/4;flex-shrink:0}#homeGrid .browse-grid .novel-cover.cv-img-wrap{height:auto}#homeGrid .browse-grid .novel-info{padding-right:0;width:100%}#homeGrid .browse-grid .novel-name{font-size:14px}}@media(min-width:1440px){#homeGrid .browse-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.rank-sec{margin-bottom:56px}.browse-sec{margin-bottom:56px}.rank-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.rank-head-left{display:flex;flex-direction:column;gap:6px}.rank-head h2{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.rank-head .rank-more-link{font-size:12px;font-weight:500;color:var(--text-2);display:flex;align-items:center;gap:3px;cursor:pointer;padding:4px 0;transition:color .15s}.rank-head .rank-more-link:hover{color:var(--text)}.rank-tabs{display:flex;gap:18px;overflow-x:auto;padding:0;border-bottom:1px solid var(--border);margin-bottom:4px;scrollbar-width:none}.rank-tabs::-webkit-scrollbar{display:none}.rank-tab{flex-shrink:0;padding:10px 0;font-size:13px;font-weight:500;color:var(--text-3);position:relative;white-space:nowrap;transition:color .2s;background:0 0}.rank-tab.active{color:var(--text);font-weight:600}.rank-tab.active::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--text)}.rank-grid-wrap{overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.rank-grid-track{display:flex;will-change:transform}.rank-grid-track.animating{transition:transform .35s cubic-bezier(.25, .46, .45, .94)}.rank-grid-page{flex-shrink:0;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:10px 0 4px}@media(min-width:1024px){.rank-sidebar-mode .rank-grid-wrap{overflow:visible}.rank-sidebar-mode .rank-grid-track{transform:none!important}.rank-sidebar-mode .rank-grid-page{grid-template-columns:1fr}.rank-sidebar-mode .rank-grid-page:not(:first-child){display:none}.rank-sidebar-mode .rank-item{padding:10px 4px}.rank-sidebar-mode .rank-num{font-size:22px;min-width:24px}.rank-sidebar-mode .rank-cover{width:44px;height:58px}.rank-sidebar-mode .rank-name{font-size:13px}}.rank-item{display:flex;align-items:center;gap:12px;padding:12px 6px;cursor:pointer;transition:opacity .15s;overflow:hidden;min-width:0}.rank-item:hover{opacity:.6}.rank-num{font-family:var(--font-serif);font-size:26px;font-weight:500;min-width:28px;text-align:left;color:var(--text-3);line-height:1;font-feature-settings:"lnum"}.rank-num.top{color:var(--text);font-size:30px}.rank-cover{width:46px;height:62px;border-radius:3px;flex-shrink:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.rank-cover .cv-mono{font-size:22px}.rank-cover .cv-rule{width:14px;margin-top:5px}.rank-cover .cv-pub{font-size:5px;bottom:5px}.rank-info{flex:1;min-width:0}.rank-name{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;white-space:normal;line-height:1.3;letter-spacing:-.01em}.rank-meta{font-size:11px;color:var(--text-3);display:flex;gap:6px;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-meta .dot{width:2px;height:2px;border-radius:50%;background:var(--text-3);display:inline-block}.sec-title{margin:36px 0 18px}.sec-title .eyebrow{display:block;margin-bottom:6px}.sec-title h2{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.15}.sec-title.row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.sec-title.row .right{font-size:12px;color:var(--text-2);cursor:pointer;padding-bottom:2px;transition:color .15s}.sec-title.row .right:hover{color:var(--text)}.ornament{display:flex;align-items:center;justify-content:center;gap:14px;margin:48px auto;color:var(--text-3);max-width:200px}.ornament .rule{flex:1;height:1px;background:var(--border)}.ornament .symbol{font-family:var(--font-serif);font-size:14px;line-height:1;color:var(--text-3)}.cat-bar{display:flex;gap:8px;overflow-x:auto;padding:0 0 14px;scrollbar-width:none}.cat-bar::-webkit-scrollbar{display:none}.cat-btn{height:32px;padding:0 14px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;flex-shrink:0;border:1px solid var(--border);color:var(--text-2);background:0 0;transition:all .15s;letter-spacing:.01em}.cat-btn:hover{border-color:var(--text);color:var(--text)}.cat-btn:active{transform:scale(.97)}.cat-btn.active{background:var(--text);color:#fff;border-color:var(--text)}.sort-tabs{display:flex;gap:18px;border-bottom:1px solid var(--border);margin-bottom:8px}.sort-tab{height:36px;padding:0;font-size:12px;font-weight:500;color:var(--text-3);transition:all .15s;white-space:nowrap;position:relative;background:0 0}.sort-tab.active{color:var(--text);font-weight:600}.sort-tab.active::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--text)}.novel-item{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--border);cursor:pointer;position:relative;transition:opacity .15s}.novel-item:hover{opacity:.85}.remove-lib-btn{position:absolute;top:18px;right:0;width:28px;height:28px;border-radius:50%;background:rgba(0,0,0,.35);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .25s cubic-bezier(.25, .46, .45, .94)}.remove-lib-btn:hover{background:rgba(255,59,48,.9);color:#fff;transform:scale(1.08);box-shadow:0 6px 16px rgba(255,59,48,.4);border-color:rgba(255,59,48,.9)}@media (min-width:1024px){.browse-grid .novel-item .remove-lib-btn{top:8px;right:8px;width:32px;height:32px}}.novel-cover{width:72px;height:96px;border-radius:4px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.issue-card:hover .issue-cover,.novel-item:hover .novel-cover{transform:translateY(-3px);box-shadow:var(--shadow-cover)}.novel-cover .cv-mono{font-size:32px}.novel-cover .cv-rule{width:18px;margin-top:8px}.novel-cover .cv-pub{font-size:6px;bottom:8px}.novel-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:6px}.novel-name{font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.01em;color:var(--text)}.novel-category{font-size:10px;color:var(--text-2);font-weight:500;letter-spacing:.04em;text-transform:uppercase}.novel-tags{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.tag{font-size:10px;padding:0;background:0 0;color:var(--text-2);font-weight:500;letter-spacing:.04em;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px}.tag::after{content:'';width:2px;height:2px;border-radius:50%;background:var(--text-3);margin-left:6px}.tag:last-child::after{display:none}.novel-meta{font-size:11px;color:var(--text-3);font-feature-settings:"tnum"}.novel-meta .dot{display:inline-block;width:2px;height:2px;border-radius:50%;background:var(--text-3);margin:0 6px;vertical-align:middle}@media(min-width:1024px){.browse-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:36px 28px;padding-top:8px}.browse-grid .novel-item{flex-direction:column;border-bottom:none;padding:0;gap:14px;align-items:stretch;min-width:0;overflow:hidden}.browse-grid .novel-cover{width:100%;height:auto;aspect-ratio:3/4;flex-shrink:0}.browse-grid .novel-cover.cv-img-wrap{height:auto}.browse-grid .novel-cover .cv-mono{font-size:60px}.browse-grid .novel-cover .cv-rule{width:34px;margin-top:14px}.browse-grid .novel-cover .cv-pub{font-size:9px;bottom:12px}.browse-grid .novel-info{justify-content:flex-start;padding-right:0;width:100%}}@media(min-width:1440px){.browse-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.detail-back{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-2);margin-bottom:14px;cursor:pointer;padding:4px 0;letter-spacing:.04em;text-transform:uppercase;font-weight:500;transition:color .15s}.detail-back:hover{color:var(--text)}.detail-layout{margin-bottom:0;width:100%}.detail-top{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-bottom:40px;padding-top:8px;gap:0}.detail-body{width:100%;text-align:left}.detail-body .detail-section:last-child{margin-bottom:0}.detail-cover{width:168px;aspect-ratio:3/4;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-bottom:20px;box-shadow:var(--shadow-cover);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;align-self:center}.detail-cover:hover{transform:translateY(-3px) rotate(-.5deg);box-shadow:0 16px 40px rgba(14,14,16,.18)}.detail-cover .cv-mono{font-size:60px}.detail-cover .cv-rule{width:32px;margin-top:14px}.detail-cover .cv-pub{font-size:9px;bottom:12px}.detail-issue-line{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-3);margin-bottom:12px;font-weight:500;display:block;text-align:center;width:100%}.detail-issue-line .gold{color:var(--gold);font-weight:600}.detail-hero-info{width:100%;display:flex;flex-direction:column;align-items:center}.detail-title{font-family:var(--font-serif);font-size:36px;font-weight:600;margin-bottom:10px;line-height:1.05;letter-spacing:-.01em;width:100%;text-align:center;color:#b8945e}.detail-tags{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px;align-items:center;justify-content:flex-start;width:100%}.detail-genre-tag,.detail-stat-pill{display:inline-flex;align-items:center;flex:0 0 auto;white-space:nowrap;font-size:11px;padding:6px 14px;background:rgba(30,58,95,.07);border:1px solid rgba(30,58,95,.15);color:#1e3a5f;border-radius:999px;font-weight:500;line-height:1.4}.detail-genre-tag{text-transform:none;letter-spacing:0}.detail-stat-pill{font-feature-settings:"tnum"}.detail-genre-tag::after{display:none}.detail-availability{font-size:11px;color:var(--text-3);letter-spacing:.06em;margin-bottom:20px;font-weight:500;text-align:center;width:100%}.detail-availability::before{content:'\25CF';color:#3fa86a;margin-right:8px;font-size:8px;vertical-align:middle}.detail-actions{display:flex;gap:10px;flex-wrap:nowrap;width:100%;justify-content:center}.detail-actions .btn{flex:1;min-width:0;height:48px;border-radius:8px;font-size:13px}.detail-actions .btn-o{background:#fff;border:1px solid var(--border)}@media(min-width:768px){.detail-top{flex-direction:row;gap:36px;align-items:flex-start;margin-bottom:48px}.detail-body{max-width:none}#detailPage .detail-section.home-module-panel{width:100%}#detailPage .detail-back{width:100%}.detail-cover{margin-bottom:0;width:180px;align-self:auto}.detail-cover .cv-mono{font-size:72px}.detail-hero-info{flex:1;min-width:0;align-items:flex-start}.detail-issue-line{display:none}.detail-title{font-size:44px;width:auto;text-align:left}.detail-tags{justify-content:flex-start;margin:18px 0 14px}.detail-availability{text-align:left;width:auto;margin-bottom:24px}.detail-actions{width:auto;flex-wrap:wrap}.detail-actions .btn{flex:none;height:44px;border-radius:6px}}@media(min-width:1024px){.detail-cover{width:220px}.detail-cover .cv-mono{font-size:84px}.detail-title{font-size:52px}}.btn{height:44px;padding:0 24px;border-radius:6px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .15s;letter-spacing:.01em}.btn:active{transform:scale(.97)}.btn-p{background:var(--text);color:#fff}.btn-p:hover{background:var(--primary-hover)}.btn-o{border:1px solid var(--border);color:var(--text);background:0 0}.btn-o:hover{border-color:var(--text);background:var(--divider)}.detail-section{margin-bottom:40px}.detail-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border)}.detail-section-head h2{font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b8945e}.detail-section-head button{font-size:12px;color:var(--text-2);font-weight:500}.detail-section-head button:hover{color:var(--text)}.editor-blurb{margin-bottom:20px;padding:16px 18px;background:var(--divider);border-left:2px solid var(--gold);border-radius:0 4px 4px 0}.editor-blurb .eb-text{font-family:var(--font-serif);font-size:16px;font-style:italic;line-height:1.55;color:var(--text);letter-spacing:-.005em}.editor-blurb .eb-sig{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-3);margin-top:10px;font-weight:600}.synopsis{font-size:14px;line-height:1.75;color:var(--text-2);position:relative;letter-spacing:-.005em}.synopsis.collapsed{max-height:84px;overflow:hidden}.synopsis.collapsed::after{content:'';position:absolute;bottom:0;left:0;right:0;height:42px;background:linear-gradient(transparent,var(--bg))}.synopsis-toggle{font-size:12px;color:var(--text);font-weight:600;margin-top:8px;display:inline-flex;align-items:center;gap:4px;border-bottom:1px solid var(--text);padding-bottom:1px}.toc-hint{font-size:11px;color:var(--text-3);letter-spacing:.04em;margin-bottom:12px;font-style:italic;display:none}.ch-list .ch-item{padding:14px 0;border-bottom:1px solid var(--divider);font-size:14px;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:opacity .15s}.ch-item:hover{opacity:.6}.ch-item.lr{font-weight:600}.ch-badge{font-size:9px;padding:3px 8px;border-radius:3px;background:var(--text);color:#fff;letter-spacing:.1em;text-transform:uppercase;font-weight:600}.view-all-ch{display:flex;align-items:center;justify-content:center;padding:14px;font-size:12px;color:var(--text);font-weight:600;cursor:pointer;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--border)}.view-all-ch:hover{background:var(--divider)}.detail-section.home-module-panel .detail-section-head{border-bottom-color:var(--home-module-border)}.detail-section.home-module-panel .load-more-rec{border-top-color:var(--home-module-border)}.rec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px;margin-top:8px}.rec-cover-item{cursor:pointer;min-width:0}.rec-cover{width:100%;aspect-ratio:3/4;border-radius:4px;margin-bottom:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.rec-cover-item:hover .rec-cover{transform:translateY(-3px);box-shadow:var(--shadow-cover)}.rec-cover .cv-mono{font-size:36px}.rec-cover .cv-rule{width:22px;margin-top:10px}.rec-cover .cv-pub{font-size:7px;bottom:10px}.rec-cover-title{font-size:13px;font-weight:600;line-height:1.3;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text)}@media(min-width:768px){.rec-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}.rec-cover .cv-mono{font-size:48px}}@media(min-width:1024px){.rec-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:36px 28px}.rec-cover .cv-mono{font-size:60px}.rec-cover-title{font-size:14px}}.load-more-rec{text-align:center;padding:18px;color:var(--text);font-size:11px;font-weight:600;cursor:pointer;letter-spacing:.18em;text-transform:uppercase;border-top:1px solid var(--border)}.load-more-rec:hover{background:var(--divider)}.load-more-rec.end{color:var(--text-3);cursor:default}.load-more-rec.end:hover{background:0 0}.reader-page{background:var(--reader-bg,#fff);min-height:100vh;transition:background .3s}.r-toolbar{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);height:52px;display:flex;align-items:center;padding:0 14px;gap:10px;transform:translateY(-100%);transition:transform .3s;pointer-events:none}.r-toolbar.show{transform:translateY(0);pointer-events:all}.r-toolbar .back-btn{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--text)}.r-toolbar .back-btn:hover{background:var(--divider)}.r-toolbar .book-title{flex:1;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;letter-spacing:-.01em}.r-toolbar .tb-btn{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--text)}.r-toolbar .tb-btn:hover{background:var(--divider)}.r-progress{position:fixed;top:0;left:0;right:0;z-index:201;height:1px}.r-progress-bar{height:100%;background:var(--text);transition:width .15s}.r-body{max-width:680px;margin:0 auto;padding:64px 24px 120px;min-height:100vh}.r-body .ch-eyebrow{text-align:center;font-size:10px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--text-3);margin-bottom:14px}.r-body h2{font-family:var(--font-serif);font-size:30px;font-weight:600;text-align:center;margin-bottom:8px;color:var(--reader-text,var(--text));letter-spacing:-.01em;line-height:1.2}.r-body .ch-divider{display:flex;align-items:center;justify-content:center;gap:10px;margin:24px auto 36px;color:var(--reader-text,var(--text-3));opacity:.45}.r-body .ch-divider .rule{width:32px;height:1px;background:currentColor}.r-body .ch-divider .symbol{font-family:var(--font-serif);font-size:14px;line-height:1}.r-body .para{text-indent:2em;line-height:var(--reader-lh, 1.85);font-size:var(--reader-fs, 17px);margin-bottom:1em;color:var(--reader-text,var(--text))}#rContent blockquote{margin:1.5em 0;padding:1em 1.5em;border-left:4px solid var(--gold);background:rgba(0,0,0,.03);font-style:italic}#rContent ol,#rContent ul{margin-bottom:1.5em;padding-left:2em}#rContent li{margin-bottom:.5em}#rContent h1,#rContent h2,#rContent h3,#rContent h4,#rContent h5,#rContent h6{margin-top:1.5em;margin-bottom:.8em;font-weight:600;line-height:1.3}.r-end{text-align:center;padding:48px 0 24px;margin-top:16px;border-top:1px solid var(--border)}.r-end .end-mark{font-size:10px;color:var(--text-3);letter-spacing:.4em;text-transform:uppercase;margin-bottom:24px}.r-end-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.r-bottom{position:fixed;bottom:0;left:0;right:0;z-index:200;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);height:calc(56px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:flex;align-items:center;justify-content:space-around;transform:translateY(100%);transition:transform .3s;pointer-events:none}.r-bottom.show{transform:translateY(0);pointer-events:all}.r-bottom button{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--text);font-size:10px;font-weight:500;letter-spacing:.04em}.r-bottom button svg{width:18px;height:18px}.r-bottom button:disabled{opacity:.25;pointer-events:none}.ov{position:fixed;inset:0;z-index:300;background:rgba(14,14,16,.4);opacity:0;pointer-events:none;transition:opacity .3s}.ov.show{opacity:1;pointer-events:all}.panel{position:fixed;bottom:0;left:0;right:0;z-index:301;background:#fff;border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:18px 24px 32px;transform:translateY(100%);transition:transform .3s;max-height:65vh;overflow-y:auto}.panel.show{transform:translateY(0)}.panel-handle{width:36px;height:3px;border-radius:2px;background:var(--border);margin:0 auto 20px}.panel h3{font-size:13px;font-weight:600;margin-bottom:24px;letter-spacing:.12em;text-transform:uppercase;color:var(--text)}.s-row{margin-bottom:22px}.s-row label{display:block;font-size:10px;font-weight:600;color:var(--text-3);margin-bottom:10px;letter-spacing:.18em;text-transform:uppercase}.fs-ctrl{display:flex;align-items:center;gap:12px}.fs-ctrl button{width:36px;height:36px;border-radius:6px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--text);background:0 0}.fs-ctrl button:hover{border-color:var(--text);background:var(--divider)}.fs-ctrl span{font-size:14px;font-weight:600;min-width:30px;text-align:center;font-feature-settings:"tnum"}.th-opts{display:flex;gap:10px;flex-wrap:wrap}.th-opt{width:40px;height:40px;border-radius:6px;border:1px solid var(--border);cursor:pointer;position:relative;transition:all .15s}.th-opt:hover{border-color:var(--text)}.th-opt.act{border-color:var(--text);border-width:2px}.lh-opts{display:flex;gap:8px;flex-wrap:wrap}.lh-opt{height:32px;padding:0 14px;border-radius:6px;font-size:12px;border:1px solid var(--border);color:var(--text-2);background:0 0;font-feature-settings:"tnum"}.lh-opt:hover{border-color:var(--text);color:var(--text)}.lh-opt.act{border-color:var(--text);background:var(--text);color:#fff}.drawer{position:fixed;bottom:0;left:0;right:0;z-index:301;background:#fff;border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:70vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s}.drawer.show{transform:translateY(0)}.drawer-head{padding:16px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.drawer-head h3{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.drawer-head button{font-size:11px;font-weight:600;color:var(--text-2);letter-spacing:.06em;text-transform:uppercase}.drawer-head button:hover{color:var(--text)}.drawer-list{flex:1;overflow-y:auto;padding:8px 16px 16px}.drawer-item{padding:12px 8px;border-radius:4px;font-size:13px;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--divider)}.drawer-item:hover{background:var(--divider)}.drawer-item.act{font-weight:700}.s-ov{position:fixed;inset:0;z-index:150;background:#fff;transform:translateY(-100%);transition:transform .3s;display:flex;flex-direction:column}.s-ov.show{transform:translateY(0)}.s-bar{display:flex;align-items:center;gap:10px;padding:14px 20px;border-bottom:1px solid var(--border);max-width:880px;margin:0 auto;width:100%}.s-bar input{flex:1;height:36px;border:none;outline:0;font-size:14px;color:var(--text);font-family:inherit;letter-spacing:-.005em;background:0 0}.s-bar input::placeholder{color:var(--text-3)}.s-bar button{color:var(--text-2);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.s-bar button:hover{color:var(--text)}.s-bar .s-clear{width:24px;height:24px;border-radius:50%;background:var(--divider);color:var(--text-2);display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:background .15s}.s-bar .s-clear:hover{background:rgba(14,14,16,.12);color:var(--text)}.s-body{flex:1;overflow-y:auto;max-width:880px;margin:0 auto;width:100%;padding:8px 20px}@media(min-width:1024px){.s-ov{inset:auto;top:var(--header-h);left:0;right:0;bottom:auto;max-height:min(480px,calc(100vh - var(--header-h) - 24px));border-bottom:1px solid var(--border);box-shadow:0 12px 40px rgba(14,14,16,.08);opacity:0;visibility:hidden;transition:transform .25s ease,opacity .2s ease,visibility .25s}.s-ov.show{opacity:1;visibility:visible}.s-bar{display:none}.s-body{flex:none;max-height:min(480px,calc(100vh - var(--header-h) - 24px));overflow-y:auto}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:120;background:#0e0e10;color:#fff;padding:18px 20px calc(18px + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .35s;border-top:1px solid rgba(255,255,255,.1)}.cookie-banner.show{transform:translateY(0)}.cookie-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:14px;align-items:flex-start}.cookie-text{font-size:13px;line-height:1.6;color:rgba(255,255,255,.8)}.cookie-text a{color:#fff;text-decoration:underline;cursor:pointer}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-btn{height:36px;padding:0 18px;border-radius:6px;font-size:12px;font-weight:600;letter-spacing:.04em;cursor:pointer;border:1px solid rgba(255,255,255,.25);color:#fff;background:0 0;transition:all .15s}.cookie-btn:hover{background:rgba(255,255,255,.1)}.cookie-btn.primary{background:#fff;color:#0e0e10;border-color:#fff}.cookie-btn.primary:hover{background:rgba(255,255,255,.85)}@media(min-width:768px){.cookie-inner{flex-direction:row;align-items:center;justify-content:space-between}.cookie-text{flex:1}}.doc-page h1{font-family:var(--font-serif);font-size:42px;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:14px}.doc-page .doc-meta{font-size:11px;color:var(--text-3);letter-spacing:.12em;text-transform:uppercase;margin-bottom:32px;font-weight:500;border-bottom:1px solid var(--border);padding-bottom:24px}.doc-page h2{font-size:18px;font-weight:700;margin:36px 0 12px;letter-spacing:-.01em}.doc-page h3{font-size:14px;font-weight:600;margin:24px 0 8px;letter-spacing:-.005em}.doc-page p{font-size:14px;line-height:1.75;color:var(--text-2);margin-bottom:14px;letter-spacing:-.005em}.doc-page ul{padding-left:20px;margin-bottom:14px}.doc-page li{font-size:14px;line-height:1.75;color:var(--text-2);margin-bottom:6px}.doc-page strong{color:var(--text);font-weight:600}.doc-page a{color:var(--text);border-bottom:1px solid var(--text);cursor:pointer}.doc-page a:hover{opacity:.7}.about-grid{display:grid;grid-template-columns:1fr;gap:24px;margin:32px 0;display:none}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-stat{padding:20px;border:1px solid var(--border);border-radius:var(--radius-lg)}.about-stat .num{font-family:var(--font-serif);font-size:38px;font-weight:600;line-height:1;letter-spacing:-.01em;margin-bottom:6px}.about-stat .lbl{font-size:11px;color:var(--text-3);letter-spacing:.12em;text-transform:uppercase;font-weight:500}.chart-page-row{display:flex;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:opacity .15s}.chart-page-row:hover{opacity:.7}.chart-page-row .num{font-family:var(--font-serif);font-size:36px;font-weight:500;color:var(--text-3);min-width:42px}.chart-page-row .num.top{color:var(--text);font-size:42px}.chart-page-row .cover{width:54px;height:72px;border-radius:3px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.chart-page-row .cover .cv-mono{font-size:24px}.chart-page-row .cover .cv-rule{width:14px;margin-top:6px}.chart-page-row .cover .cv-pub{font-size:6px;bottom:6px}.chart-page-row .info{flex:1;min-width:0}.chart-page-row .name{font-size:15px;font-weight:600;letter-spacing:-.01em;margin-bottom:6px;line-height:1.3}.genres-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:8px}@media(min-width:768px){.genres-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.genres-grid{grid-template-columns:repeat(4,1fr)}}.genre-card{padding:24px 18px;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:140px;transition:transform .25s ease,box-shadow .25s ease}.genre-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-cover)}.genre-card .g-name{font-family:var(--font-serif);font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.1}.genre-card .g-count{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;opacity:.85;margin-top:8px}.page-loading-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--bg);transition:opacity .3s ease,visibility .3s ease}.page-loading-overlay.page-loading-overlay-hidden{opacity:0;visibility:hidden;pointer-events:none}.page-loading-content{display:flex;flex-direction:column;align-items:center;padding:0 24px}.page-loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:page-loading-spin .8s linear infinite;margin-bottom:20px}@keyframes page-loading-spin{to{transform:rotate(360deg)}}.page-loading-text{font-size:14px;color:var(--text-2);text-align:center;letter-spacing:-.005em;line-height:1.5}.skel{background:linear-gradient(90deg,var(--divider) 25%,var(--border) 50%,var(--divider) 75%);background-size:200% 100%;animation:skel-anim 1.4s infinite;border-radius:4px}@keyframes skel-anim{0%{background-position:200% 0}100%{background-position:-200% 0}}.skel-line{height:14px;margin-bottom:10px}.skel-cover{aspect-ratio:3/4;width:72px}.skel-row{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--border)}.skel-row .skel-info{flex:1}.home-skel-hero-card{pointer-events:none}.home-skel-hero-cover{width:108px;flex-shrink:0;aspect-ratio:3/4;border-radius:6px}.home-skel-hero-body{flex:1;padding-top:4px}.home-skel-hero-label{width:72px;height:10px;margin-bottom:14px}.home-skel-hero-title{width:72%;height:22px;margin-bottom:12px}.home-skel-hero-desc{width:100%;height:12px;margin-bottom:8px}.home-skel-hero-desc-short{width:85%}.home-skel-hero-btn{width:120px;height:36px;border-radius:6px;margin-top:8px}.home-skel-sec-eyebrow{width:100px;height:10px;margin-bottom:10px}.home-skel-sec-title{width:160px;height:24px}.home-skel-issue-card{min-width:0}.home-skel-issue-cover{width:100%;aspect-ratio:3/4;border-radius:4px;margin-bottom:14px}.home-skel-issue-title{width:80%;height:14px;margin-bottom:8px}.home-skel-issue-meta{width:55%;height:12px}.home-skel-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.home-skel-cat-row{margin-top:4px}.home-skel-pill{width:64px;height:32px;border-radius:16px}.home-skel-pill-wide{width:88px}.home-skel-pill-sort{width:72px;height:28px;border-radius:14px}.home-skel-rank-more{width:72px;height:14px}.home-skel-rank-list{margin-top:8px}.home-skel-rank-item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.home-skel-rank-num{width:28px;height:18px;flex-shrink:0}.home-skel-rank-cover{width:48px;height:64px;flex-shrink:0;border-radius:4px}.home-skel-rank-info{flex:1}.home-skel-rank-meta-line{width:45%;margin-bottom:0}.home-skel-browse-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 16px;padding-top:8px}.home-skel-browse-card{display:flex;flex-direction:column;gap:12px}.home-skel-browse-cover{width:100%;aspect-ratio:3/4;border-radius:4px}.home-skel-browse-line{width:75%;margin-bottom:8px}.home-skel-browse-line-short{width:45%}.home-skel-browse-line-mid{width:60%;margin-bottom:0}@media(min-width:768px){.home-skel-hero-cover{width:140px}.home-skel-browse-grid{grid-template-columns:1fr 1fr 1fr;gap:36px 28px}}@media(min-width:1024px){.home-skel-browse-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1440px){.home-skel-browse-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.r-rail{display:none}@media(min-width:1024px){.pc-hide{display:none!important}.reader-page{background:var(--desk-bg,#f5f5f7)!important;padding-top:92px;padding-bottom:120px}.r-toolbar{transform:translateY(0)!important;pointer-events:all!important;background:var(--desk-bg,#f5f5f7)!important;border-bottom:1px solid var(--border);box-shadow:0 1px 4px rgba(0,0,0,.02)}.r-bottom{display:none!important}.r-body{max-width:min(920px,100vw - 230px)!important;margin:0 auto!important;padding:64px 80px 120px!important;background:var(--reader-bg,#fff);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.06);border:1px solid var(--border);min-height:calc(100vh - 212px)}.r-rail{display:flex;flex-direction:column;gap:16px;position:fixed;top:50%;transform:translateY(-50%);left:calc(50% + min(920px,100vw - 230px)/ 2 + 20px);z-index:200}.rail-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:64px;height:64px;border-radius:12px;background:var(--reader-bg,#fff);color:var(--text-2);font-size:11px;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,.04);border:1px solid var(--border);transition:all .2s ease;cursor:pointer}.rail-btn:hover{color:var(--text);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.08)}.rail-btn.in-lib{color:var(--gold)}.rail-btn.in-lib svg{stroke:var(--gold);fill:rgba(184,148,94,0.1)}}.footer{border-top:1px solid var(--border);background:var(--card);padding:48px 20px 110px;font-size:13px;color:var(--text-2);position:relative;z-index:1}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:32px 24px}@media(min-width:768px){.footer-inner{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.footer-inner{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}}.footer-brand{grid-column:1/-1;margin-bottom:8px}@media(min-width:1024px){.footer-brand{grid-column:auto;margin-bottom:0}}.footer-brand .fb-logo{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.02em;margin-bottom:10px;display:flex;align-items:center;gap:8px}.footer-brand .fb-desc{font-size:12px;line-height:1.6;color:var(--text-2);max-width:240px}.footer-col h4{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text);margin-bottom:14px}.footer-col a{display:block;padding:5px 0;font-size:13px;color:var(--text-2);cursor:pointer;letter-spacing:-.005em;transition:color .15s;word-break:break-word;text-decoration:none}.footer-col a:hover{color:var(--text)}.footer-bottom{max-width:1280px;margin:36px auto 0;padding-top:24px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;font-size:11px;color:var(--text-3);letter-spacing:.04em}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.ssg_home_novel_link{text-decoration:none;color:inherit}.ssg_home_h1{font-family:var(--font-serif);font-size:28px;font-weight:600;line-height:1.2;color:var(--text);margin:0 0 8px}.ssg_home_lead{font-size:14px;line-height:1.55;color:var(--text-2);margin:0 0 18px;max-width:52em}.ssg_home_hero .hero-carousel-title a{color:inherit;text-decoration:none}.ssg_home_hero_btn{text-decoration:none}.ssg_home_hero_cover_link{display:block;text-decoration:none;color:inherit}.ssg_home_hero_more{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:14px}.ssg_home_hero_more_link{font-size:13px;color:var(--text-2);text-decoration:underline}.ssg_home_hero_more_link:hover{color:var(--text)}.ssg_home_novel_syn{font-size:12px;line-height:1.5;color:var(--text-3);margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ssg_body{min-height:100vh;display:flex;flex-direction:column}.ssg_page{flex:1;display:block}.ssg_header .logo{cursor:pointer}.ssg_header_link{font-size:13px;color:var(--text-2);font-weight:500;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm)}.ssg_header_link:hover{color:var(--text);border-color:var(--text-3)}.ssg_footer{margin-top:auto}.ssg_footer .footer-bottom{padding-left:20px;padding-right:20px;padding-bottom:24px}.ssg_footer a{color:var(--text-3)}.ssg_footer a:hover{color:var(--text)}.ssg_page .detail-title{display:block;margin-bottom:18px}.ssg_page .detail-actions .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.ssg_page .ch-list .ch-item{text-decoration:none}.ssg_page .view-all-ch a{color:inherit;text-decoration:none}.ssg_reader{background:var(--bg)}.ssg_reader_body{padding-top:24px;padding-bottom:48px}.ssg_reader_back{margin-bottom:24px;font-size:11px;color:var(--text-2);opacity:.7;letter-spacing:.06em;text-transform:uppercase;font-weight:500}.ssg_reader_back a{display:inline-flex;align-items:center;gap:6px;color:inherit}.ssg_reader_body h1{font-family:var(--font-serif);font-size:28px;font-weight:600;line-height:1.25;margin-bottom:8px;color:var(--text)}.ssg_reader .r-end-btns .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}@media(min-width:768px){.ssg_reader_body h1{font-size:34px}}