@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes tealShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.myp-gallery-filter{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.myp-gf-chip{padding:6px 12px;border:1px solid var(--border);border-radius:999px;background:transparent;font-size:12px;font-weight:500;color:var(--text);cursor:pointer;transition:all .15s;font-family:inherit}.myp-gf-chip:hover{background:var(--surface2)}.myp-gf-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.myp-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:12px;gap:12px}.myp-gallery-item{cursor:pointer;border-radius:12px;overflow:hidden;background:var(--surface2);border:1px solid var(--border);transition:transform .15s,box-shadow .15s}.myp-gallery-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.myp-gallery-thumb{position:relative;aspect-ratio:3/4;overflow:hidden;background:#0d0d18}.myp-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.myp-gallery-badge{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;box-shadow:0 2px 6px rgba(0,0,0,.3)}.myp-gallery-meta{padding:8px 10px}.myp-gallery-title{font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px}.myp-gallery-preview{font-size:11px;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.myp-gallery-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px 20px max(20px,env(safe-area-inset-bottom,0px) + 20px)}.myp-gallery-modal{background:var(--surface);border-radius:16px;max-width:600px;width:100%;max-height:92vh;overflow-y:auto;position:relative;-webkit-overflow-scrolling:touch}.myp-gallery-modal img{width:100%;max-height:60vh;object-fit:contain;display:block;border-top-left-radius:16px;border-top-right-radius:16px;background:#0d0d18}.myp-gallery-close{position:absolute;top:10px;right:10px;width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;border:none;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;font-size:16px}.myp-gallery-modal-body{padding:16px}.myp-gallery-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:10px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid var(--border);background:var(--surface2);color:var(--text);font-family:inherit}.myp-gallery-btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.myp-gallery-btn-danger{background:transparent;color:#ef4444;border-color:#ef4444}@media (max-width:640px){.myp-gallery-filter{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.myp-gallery-filter::-webkit-scrollbar{display:none}.myp-gf-chip{flex-shrink:0;scroll-snap-align:start;min-height:32px;padding:7px 12px;font-size:12px}}@media (max-width:480px){.myp-gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}.myp-gallery-modal{max-height:100vh;border-radius:0}.myp-gallery-modal img{max-height:50vh;border-radius:0}}.myp-ach-subtabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:16px}.myp-ach-subtab{flex:1 1;padding:12px 0;background:none;font-size:14px;font-weight:600;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;font-family:inherit}.myp-ach-subtab:hover{color:var(--text)}.myp-ach-subtab.active{color:var(--primary);border-bottom-color:var(--primary)}.myp-ach-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:12px;gap:12px}.myp-ach-card{display:flex;gap:12px;padding:14px;border-radius:12px;border:1px solid var(--border);background:var(--surface2);transition:border-color .15s}.myp-ach-card.completed{border-color:#f59e0b;background:linear-gradient(135deg,rgba(245,158,11,.08),rgba(249,115,22,.04))}.myp-ach-card.claimed{opacity:.65}.myp-ach-icon{width:44px;height:44px;border-radius:10px;background:rgba(99,102,241,.12);color:#6366f1;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.myp-ach-card.completed .myp-ach-icon{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}.myp-ach-body{flex:1 1;min-width:0}.myp-ach-title{font-size:14px;font-weight:700;margin-bottom:2px}.myp-ach-desc{font-size:12px;color:var(--text-muted);margin-bottom:8px}.myp-ach-progress{height:6px;background:var(--border);border-radius:3px;overflow:hidden;margin-bottom:4px}.myp-ach-progress-bar{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);transition:width .3s}.myp-ach-card.completed .myp-ach-progress-bar{background:linear-gradient(90deg,#f59e0b,#f97316)}.myp-ach-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.myp-ach-reward{font-size:12px;font-weight:700;color:#f59e0b}.myp-ach-claim{width:100%;padding:12px;min-height:44px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.myp-ach-claim:hover{opacity:.9}.myp-ach-claim:disabled{opacity:.6;cursor:not-allowed}.myp-ach-claimed{text-align:center;font-size:12px;font-weight:600;color:#10b981;padding:10px 6px}@media (min-width:481px) and (max-width:1024px){.myp-ach-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.myp-ach-grid{grid-template-columns:1fr}}.myp-rank-tabs{display:flex;gap:6px;margin-bottom:16px}.myp-rank-tab{flex:1 1;padding:12px 14px;min-height:44px;background:var(--surface2);border:1px solid var(--border);border-radius:10px;font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;font-family:inherit;transition:all .15s}.myp-rank-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.myp-rank-rewards{padding:12px;background:linear-gradient(135deg,rgba(245,158,11,.08),rgba(249,115,22,.04));border:1px solid rgba(245,158,11,.25);border-radius:10px;margin-bottom:16px}.myp-rank-reward-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:10px 0;gap:8px;border-top:1px solid rgba(245,158,11,.15);font-size:13px}.myp-rank-reward-item>*{min-width:0}.myp-rank-claim-btn{min-height:36px;padding:8px 14px}.myp-rank-reward-item:first-of-type{border-top:none}.myp-rank-claim-btn{padding:5px 12px;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}.myp-rank-claimed{color:#10b981;font-size:11px;font-weight:600}.myp-rank-me{justify-content:space-between;align-items:center;padding:12px 16px;background:rgba(0,106,99,.08);border:1px solid rgba(0,106,99,.2);margin-bottom:12px;font-size:13px;gap:6px 12px}.myp-rank-me,.myp-rank-policy{display:flex;flex-wrap:wrap;border-radius:10px}.myp-rank-policy{gap:8px;padding:10px;margin-bottom:14px;background:var(--surface2)}.myp-rank-policy-row{display:flex;align-items:center;gap:6px;font-size:12px;padding:4px 10px;background:var(--surface);border-radius:6px;border:1px solid var(--border)}.myp-rank-list{display:flex;flex-direction:column;gap:2px}.myp-rank-row{display:grid;grid-template-columns:minmax(44px,auto) 1fr auto;align-items:center;padding:10px 12px;grid-gap:10px;gap:10px;border-radius:8px;transition:background .15s}.myp-rank-row:hover{background:var(--surface2)}.myp-rank-row.me{background:rgba(0,106,99,.1);font-weight:600}.myp-rank-num{font-weight:700;font-size:13px;text-align:center;min-width:36px;height:32px;padding:0 8px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface2);color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.myp-rank-num.rank-1{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff}.myp-rank-num.rank-2{background:linear-gradient(135deg,#d1d5db,#9ca3af);color:#fff}.myp-rank-num.rank-3{background:linear-gradient(135deg,#d97706,#b45309);color:#fff}.myp-rank-nick{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myp-rank-score{font-size:13px;font-weight:700;color:var(--primary);min-width:80px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-reveal]{opacity:1!important;transform:none!important}}.continue-card .continue-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.08);z-index:3;border-radius:0 0 6px 6px;overflow:hidden}.continue-card .continue-progress-bar{height:100%;background:linear-gradient(90deg,var(--primary,#006A63),#2DD4BF);transition:width .4s ease}.continue-card .continue-cta-wrap{position:absolute;bottom:12px;right:8px;z-index:4;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}.continue-card .continue-cta-wrap:has(.continue-cta.active),.continue-card:focus-within .continue-cta-wrap,.continue-card:hover .continue-cta-wrap{opacity:1;transform:translateY(0)}@media (hover:none){.continue-card .continue-cta-wrap{opacity:.95;transform:none}}.continue-card .continue-cta{width:36px;height:36px;border-radius:50%;background:var(--primary,#006A63);color:#fff;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,106,99,.4);font-size:13px;transition:background .15s,transform .15s}.continue-card .continue-cta.active,.continue-card .continue-cta:hover{background:#00897B;transform:scale(1.06)}.continue-cta-menu{position:absolute;bottom:calc(100% + 8px);right:0;min-width:180px;padding:6px;background:var(--surface,#fff);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.18);display:flex;flex-direction:column;gap:1px;z-index:5;animation:continue-cta-menu-in .14s ease-out}html.dark-mode .continue-cta-menu{background:#1e2826;box-shadow:0 8px 28px rgba(0,0,0,.5)}@keyframes continue-cta-menu-in{0%{opacity:0;transform:translateY(4px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.continue-cta-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border:0;background:transparent;color:var(--text);font-size:13px;font-weight:600;text-align:left;text-decoration:none;cursor:pointer;border-radius:6px;transition:background .12s,color .12s}.continue-cta-item i{width:14px;text-align:center;font-size:12px;color:var(--text-muted);flex-shrink:0}.continue-cta-item:hover{background:rgba(var(--primary-rgb),.1);color:var(--primary)}.continue-cta-item:hover i{color:var(--primary)}.continue-cta-item-primary{background:rgba(var(--primary-rgb),.06);color:var(--primary)}.continue-cta-item-primary i{color:var(--primary)}.continue-cta-item-meta{margin-left:auto;font-size:11px;font-weight:500;color:var(--text-muted)}.continue-cta-item:hover .continue-cta-item-meta{color:var(--primary)}.rec-reason-chip{display:inline-flex;align-items:center;gap:5px;margin-top:6px;padding:3px 8px;font-size:11px;line-height:1.3;color:var(--text-muted,#aaa);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:999px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rec-reason-chip>i.fa{font-size:9px;opacity:.7;flex:0 0 auto}.rec-reason-chip>span{overflow:hidden;text-overflow:ellipsis}.rec-reason-chip.compact{margin-top:4px;padding:2px 6px;font-size:10px}.top10-featured .rec-reason-chip{margin-top:8px;background:rgba(0,106,99,.12);border-color:rgba(0,106,99,.25);color:#6dd4cb}.novel-actions-trigger{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;cursor:pointer;font-size:14px;line-height:1;transition:background .15s ease,opacity .15s ease,transform .15s ease}.novel-actions-trigger:focus-visible,.novel-actions-trigger:hover{background:rgba(0,0,0,.78);outline:none;transform:scale(1.05)}.novel-actions-trigger.card-corner{position:absolute;top:6px;right:6px;z-index:4;opacity:0;pointer-events:none}.novel-actions-trigger.card-corner:focus-visible,.recommend-card:focus-within .novel-actions-trigger.card-corner,.recommend-card:hover .novel-actions-trigger.card-corner{opacity:1;pointer-events:auto}@media (hover:none){.novel-actions-trigger.card-corner{opacity:.85;pointer-events:auto}}.novel-actions-trigger.nm-header{position:absolute;top:12px;right:52px;z-index:6;width:32px;height:32px;font-size:15px}.novel-actions-menu{background:var(--surface,#1a1a1f);border:1px solid var(--border,rgba(255,255,255,.1));border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.45);padding:6px;font-size:13px;color:var(--text,#e5e5e9);animation:nam-pop .12s ease-out}@keyframes nam-pop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.novel-actions-menu .nam-item{display:flex;align-items:center;gap:8px;width:100%;padding:9px 10px;border:0;background:transparent;color:inherit;font-size:13px;text-align:left;text-decoration:none;border-radius:6px;cursor:pointer;transition:background .12s ease}.novel-actions-menu .nam-item:focus-visible,.novel-actions-menu .nam-item:hover{background:rgba(255,255,255,.06);outline:none}.novel-actions-menu .nam-item i.fa{width:14px;text-align:center;opacity:.75}.novel-actions-menu .nam-divider{height:1px;background:var(--border,rgba(255,255,255,.08));margin:4px 2px}.novel-actions-menu .nam-link{font-size:12px;color:var(--text-muted,#999)}body.modal-open .bottom-nav,body.modal-open .inquiry-fab,body.novel-modal-open .bottom-nav,body.novel-modal-open .inquiry-fab{display:none!important}.recommend-scroll{overscroll-behavior-x:contain;overscroll-behavior-y:auto}.recommend-card-title{display:-webkit-box!important;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal!important;text-overflow:clip;word-break:keep-all;line-height:1.3;min-height:calc(1.3em * 2)}.nm-report-btn{color:rgba(255,255,255,.55)!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.15)!important}.nm-report-btn:hover{color:rgba(239,68,68,.9)!important;background:rgba(239,68,68,.12)!important;border-color:rgba(239,68,68,.35)!important}@media (max-width:767px){.nm-meta-follow-btn,.nm-report-btn,.novel-actions-menu-trigger,.novel-modal-close{min-width:44px;min-height:44px;display:inline-flex!important;align-items:center;justify-content:center}}body.not-authed .bottom-nav-item.bnav-center{opacity:.55}body.not-authed .bottom-nav-item.bnav-center i{filter:grayscale(.4)}body.has-mobile-bottom-nav .site-footer{display:block!important;padding:16px 16px calc(80px + env(safe-area-inset-bottom, 0px))!important;background:var(--surface2,#0f0f10)!important;border-top:1px solid var(--border,rgba(255,255,255,.06))}body.has-mobile-bottom-nav .site-footer .footer-copyright,body.has-mobile-bottom-nav .site-footer .footer-social,body.has-mobile-bottom-nav .site-footer .footer-top{display:none!important}body.has-mobile-bottom-nav .site-footer .footer-business,body.has-mobile-bottom-nav .site-footer .footer-info{display:block!important;text-align:center;font-size:11px!important;line-height:1.55!important;color:var(--text-muted,#888)!important;margin-bottom:8px}body.has-mobile-bottom-nav .site-footer .footer-business p,body.has-mobile-bottom-nav .site-footer .footer-info p{margin:0 0 3px!important;padding:0!important;word-break:keep-all}body.has-mobile-bottom-nav .site-footer .biz-info-link,body.has-mobile-bottom-nav .site-footer .cs-link{white-space:nowrap;display:inline-block;margin-left:2px}body.has-mobile-bottom-nav .site-footer .footer-bottom{margin-top:10px;padding-top:10px;border-top:1px solid var(--border,rgba(255,255,255,.06))}body.has-mobile-bottom-nav .site-footer .footer-warning{font-size:10px!important;line-height:1.5!important;color:var(--text-muted,#888);opacity:.85;margin:0!important;word-break:keep-all}body.has-mobile-bottom-nav .site-footer .footer-nav{display:flex!important;flex-wrap:wrap;justify-content:center;gap:8px 14px;padding:0 0 12px;border-bottom:1px solid var(--border,rgba(255,255,255,.06));margin-bottom:12px}body.has-mobile-bottom-nav .site-footer .footer-nav a{font-size:12px;white-space:nowrap}.mso-genre-list,.mso-genres,.search-genre-list{display:flex!important;flex-wrap:wrap;gap:8px;justify-content:flex-start}@media (max-width:480px){.mso-genre-chip{flex:0 0 auto;min-height:32px;padding:6px 12px!important;font-size:12px!important}}@media (max-width:767px){.popular-grid-mobile .popular-card-1,.popular-rank-1{transform:scale(1.05);transform-origin:left center;box-shadow:0 6px 16px rgba(255,107,107,.25);border:2px solid rgba(255,107,107,.45)!important}}.carousel-wrap{position:relative}.carousel-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:28px;background:linear-gradient(to right,transparent,var(--bg,#0a0a0b) 80%);pointer-events:none;opacity:.6;z-index:2}@media (max-width:767px){.carousel-wrap:after{width:20px}.hero-card.prev-1{transform:translateX(calc(-100% - 8px)) scale(.94)!important}.hero-card.next-1,.hero-card.prev-1{opacity:0!important;pointer-events:none!important}.hero-card.next-1{transform:translateX(calc(100% + 8px)) scale(.94)!important}.hero-card.next-2,.hero-card.prev-2{opacity:0!important;pointer-events:none!important}.hero-carousel{overflow:hidden!important}.carousel-arrow,.feed-carousel-arrow,.hero-arrow{display:none!important}}body.has-bottom-nav .site-footer{display:block!important}.community-post-ad-banner{margin:16px 0;width:100%}.community-post-ad-banner__inner{position:relative;width:100%;min-height:90px;aspect-ratio:728/90;background:linear-gradient(135deg,rgba(20,184,166,.06),rgba(20,184,166,.02));border:1px dashed rgba(20,184,166,.25);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.community-post-ad-banner__label{position:absolute;top:8px;right:10px;font-size:10px;letter-spacing:.5px;color:var(--text-muted,#888);background:rgba(255,255,255,.7);padding:2px 6px;border-radius:4px;text-transform:uppercase}@media (max-width:767px){.community-post-ad-banner__inner{aspect-ratio:320/100;min-height:100px;border-radius:10px}.community-post-ad-banner{margin:12px 0}.top10-list-section .section-header-unified{display:flex!important;flex-wrap:wrap!important;gap:8px 6px!important;align-items:center}.top10-list-section .section-header-unified h2{flex:1 1 auto;font-size:17px!important;margin:0!important}.top10-list-section .section-view-all{flex:0 0 auto;margin-left:auto!important;font-size:12px!important;padding:4px 8px!important}.top10-list-section .popular-period-toggle,.top10-list-section .popular-scope-toggle{order:10!important;margin:0!important}.top10-list-section .section-tab-toggle{display:inline-flex!important;background:rgba(0,0,0,.05)!important;border-radius:8px!important;padding:3px!important;gap:0!important;border:none!important}.top10-list-section .section-tab-btn{flex:1 1 auto;font-size:12px!important;padding:6px 12px!important;background:transparent!important;border:none!important;border-radius:6px!important;color:var(--text-muted,#888)!important;font-weight:500!important;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s;white-space:nowrap;min-height:32px}.top10-list-section .section-tab-btn.active{background:var(--surface,#fff)!important;color:var(--primary,#14B8A6)!important;font-weight:700!important;box-shadow:0 1px 2px rgba(0,0,0,.08),0 0 0 .5px rgba(0,0,0,.04)}.novel-modal-hero{min-height:140px!important;max-height:160px;aspect-ratio:16/7}.novel-modal-hero .novel-modal-hero-info{display:none!important}}.novel-modal-info-card{position:relative;padding:16px 20px 14px;background:transparent;border-bottom:1px solid rgba(0,0,0,.06);z-index:2}@media (min-width:768px){.novel-modal-hero-section{display:grid;grid-template-columns:230px 1fr;grid-gap:28px;gap:28px;padding:24px 28px 12px;align-items:stretch;border-bottom:1px solid rgba(var(--text-rgb,0,0,0),.06);position:relative}.novel-modal-hero-section .novel-modal-hero{width:230px;min-height:306px;max-height:324px;aspect-ratio:3/4;border-radius:14px;overflow:hidden;box-shadow:0 10px 26px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.08)}.novel-modal-hero-section .novel-modal-hero-fallback{border-radius:14px}.novel-modal-hero-section .novel-modal-info-card{border-bottom:none;padding:4px 0;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;min-width:0}.novel-modal-hero-section .novel-modal-info-card .novel-modal-genre-badge{align-self:flex-start;width:max-content;max-width:100%;margin-bottom:0!important}.novel-modal-hero-section .novel-modal-title{font-size:24px!important;font-weight:800!important;line-height:1.25!important;letter-spacing:-.02em!important;margin:2px 0 8px!important}.novel-modal-hero-section .novel-modal-hero-firstchar{font-size:88px}.novel-modal-hero-section .nm-hero-stats{display:flex;flex-wrap:wrap;gap:14px;margin:4px 0 2px;color:var(--text-muted,#777);font-size:13px;font-weight:600}.novel-modal-hero-section .nm-hero-stat{display:inline-flex;align-items:center;gap:6px}.novel-modal-hero-section .nm-hero-stat i{color:var(--primary,#7B61FF);font-size:12px}.novel-modal-hero-section .nm-hero-synopsis{margin:6px 0 0;padding:0;color:var(--text-muted,#888);font-size:13.5px;line-height:1.55;letter-spacing:-.005em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.novel-modal-hero-section .nm-meta-row{align-self:flex-start;width:100%;margin:0}.novel-modal-hero-section .nm-hero-rating{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;margin:2px 0 0;padding:4px 10px;border-radius:999px;background:rgba(245,158,11,.1);line-height:1}.novel-modal-hero-section .nm-hero-rating-stars{display:inline-flex;gap:1px}.novel-modal-hero-section .nm-hero-star{position:relative;display:inline-flex;font-size:13px;color:rgba(0,0,0,.16)}.novel-modal-hero-section .nm-hero-star.filled,.novel-modal-hero-section .nm-hero-star.half{color:#f59e0b}.novel-modal-hero-section .nm-hero-star.half{background:linear-gradient(90deg,currentColor 50%,rgba(0,0,0,.16) 0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.novel-modal-hero-section .nm-hero-rating-score{color:#b45309;font-size:13px;font-weight:800;letter-spacing:-.01em}.novel-modal-hero-section .nm-hero-rating-count{color:var(--text-muted,#888);font-size:12px;font-weight:500}}@media (max-width:767px){.novel-modal-hero-section .nm-hero-rating,.novel-modal-hero-section .nm-hero-stats,.novel-modal-hero-section .nm-hero-synopsis{display:none!important}}@media (min-width:768px){.novel-modal-actions,body.novel-modal-open .novel-modal-actions{grid-template-columns:minmax(160px,220px) minmax(160px,220px) auto!important;justify-content:start!important}}.novel-modal-info-card .novel-modal-title{color:var(--text,inherit)!important}.novel-modal-info-card .novel-modal-genre-badge{display:inline-block;font-size:11px;padding:3px 10px;border-radius:999px;font-weight:700;letter-spacing:.2px;margin-bottom:8px}.novel-modal-info-card .novel-modal-title{font-size:20px;font-weight:700;line-height:1.3;color:var(--text,#fff);margin:4px 0 10px;word-break:keep-all}.novel-modal-info-card .novel-modal-meta{color:var(--text-muted,#aaa)}.novel-modal-info-card .nm-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px}.novel-modal-info-card .nm-meta-author-link{color:var(--text,#ddd);font-weight:600;text-decoration:none}@media (max-width:767px){.novel-actions-trigger.nm-header{top:12px!important;left:12px!important;right:auto!important;bottom:auto!important;background:rgba(0,0,0,.55)!important;width:36px!important;height:36px!important;font-size:14px!important}}.novel-modal-hero-gradient{background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.1) 40%,rgba(0,0,0,.3) 70%,var(--surface,rgba(0,0,0,.5)) 100%)!important}.tag-propose-trigger{padding:5px 12px!important;font-size:11px!important;border:1px dashed rgba(255,255,255,.2)!important;border-radius:999px!important;color:var(--text-muted,#999)!important;background:transparent!important;display:inline-flex!important;align-items:center!important;gap:4px!important;min-height:26px!important;line-height:1!important;transition:all .15s ease}.tag-propose-trigger:hover{border-color:var(--primary,#14B8A6)!important;color:var(--primary,#14B8A6)!important;background:rgba(20,184,166,.06)!important}.tag-propose-trigger i.fa-plus{font-size:9px!important;opacity:.7;font-weight:400}.tag-propose-trigger:hover i.fa-plus{opacity:1}@media (max-width:767px){.novel-modal-hero:has(.novel-modal-hero-color):not(:has(.novel-modal-hero-bg)){min-height:72px!important;max-height:80px!important;aspect-ratio:auto}}.novel-modal-actions{display:flex!important;flex-direction:column!important;gap:12px!important}.novel-modal-actions .novel-modal-btn-continue,.novel-modal-actions .novel-modal-btn-primary,.novel-modal-actions .subscribe-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:1 1!important;min-width:0!important;white-space:nowrap}.novel-modal-actions{display:grid!important;grid-template-columns:1fr 1fr auto!important;grid-auto-rows:auto!important;grid-gap:8px!important;gap:8px!important;align-items:stretch!important}.novel-modal-actions .nm-actions-row,.novel-modal-actions .nm-adult-verify-banner{grid-column:1/-1}.novel-modal-actions .novel-modal-btn-primary:not(:has(~.novel-modal-btn-continue)){grid-column:span 2}@media (max-width:480px){.novel-modal-actions{grid-template-columns:1fr 1fr!important}.novel-modal-actions .novel-modal-btn-primary{grid-column:1/-1}.novel-modal-actions .novel-modal-btn-continue,.novel-modal-actions .subscribe-btn{grid-column:span 1}}.novel-modal-actions .nm-actions-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;padding-top:4px;border-top:1px solid rgba(0,0,0,.05)}.novel-modal-actions .nm-star-rating.nm-star-display{display:inline-flex!important;align-items:center;gap:2px;padding:6px 10px;background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.25);border-radius:999px;font-size:12px;flex:0 0 auto}.novel-modal-actions .nm-star-display .nm-star{font-size:11px!important}.novel-modal-actions .nm-star-display .nm-star-label{font-weight:700;font-size:12px;margin-left:4px;color:#f59e0b}.novel-modal-actions .nm-community-btn,.novel-modal-actions .nm-review-btn,.novel-modal-actions .nm-worldbook-btn{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:6px 10px!important;font-size:12px!important;min-height:32px!important;border-radius:999px!important;border:1px solid rgba(0,0,0,.1)!important;background:transparent!important;color:var(--text,#333)!important;flex:0 0 auto!important;white-space:nowrap;font-weight:500!important}.novel-modal-actions .nm-community-btn:not(:disabled):hover,.novel-modal-actions .nm-review-btn:hover,.novel-modal-actions .nm-worldbook-btn:hover{background:rgba(20,184,166,.08)!important;border-color:var(--primary,#14B8A6)!important;color:var(--primary,#14B8A6)!important}.novel-modal-actions .nm-community-btn.disabled,.novel-modal-actions .nm-community-btn:disabled{opacity:.45!important;cursor:not-allowed!important}.novel-modal-actions .nm-community-btn i,.novel-modal-actions .nm-review-btn i.fa-comment-dots,.novel-modal-actions .nm-worldbook-btn i.fa-globe{font-size:12px!important}@media (max-width:480px){.novel-modal-btn-continue,.novel-modal-btn-primary{font-size:13px!important;padding:10px 12px!important;min-height:40px!important}.subscribe-btn{font-size:12px!important;padding:10px 8px!important;min-height:40px!important}.subscribe-btn .sub-count{font-size:11px}}.novel-modal-header-bar{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--surface,#fff);border-bottom:1px solid rgba(0,0,0,.05);min-height:48px;flex-shrink:0}.novel-modal-header-bar .novel-actions-trigger.nm-header,.novel-modal-header-bar .novel-modal-close{position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width:36px!important;height:36px!important;background:transparent!important;color:var(--text,#333)!important;border:none!important}.novel-modal-header-bar .novel-actions-trigger.nm-header:hover,.novel-modal-header-bar .novel-modal-close:hover{background:rgba(0,0,0,.06)!important}.novel-modal-header-bar .novel-actions-trigger.nm-header i,.novel-modal-header-bar .novel-modal-close i{font-size:16px!important}@media (max-width:767px){.novel-modal-hero{min-height:200px!important;max-height:none!important;aspect-ratio:16/8;overflow:hidden;position:relative}.novel-modal-hero:has(.novel-modal-hero-color):not(:has(.novel-modal-hero-bg)){min-height:180px!important;max-height:220px!important;aspect-ratio:16/9}}.novel-modal-hero-fallback{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:8px;position:relative}.novel-modal-hero-icon{font-size:28px;color:rgba(255,255,255,.65);z-index:1}.novel-modal-hero-firstchar{font-size:72px;font-weight:900;color:rgba(255,255,255,.92);letter-spacing:-2px;line-height:1;font-family:Inter,Pretendard,system-ui,sans-serif;text-shadow:0 4px 16px rgba(0,0,0,.2);z-index:1}@media (max-width:480px){.novel-modal-hero-icon{font-size:22px}.novel-modal-hero-firstchar{font-size:56px}}@media (max-width:640px){body.novel-modal-open .novel-modal-overlay{align-items:flex-end!important;justify-content:center!important;padding:0!important;background:radial-gradient(circle at 50% 0,rgba(var(--primary-rgb),.2),transparent 42%),rgba(3,10,9,.64)!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}body.novel-modal-open .novel-modal-panel{width:100vw!important;max-width:100vw!important;height:min(94svh,calc(100svh - 8px))!important;max-height:min(94svh,calc(100svh - 8px))!important;border-radius:30px 30px 0 0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;background:linear-gradient(180deg,rgba(var(--surface-rgb),1) 0,rgba(var(--surface-rgb),1) 36%,var(--bg) 100%)!important;box-shadow:0 -28px 80px rgba(0,0,0,.36);scroll-padding-top:74px}body.novel-modal-open .novel-modal-panel::-webkit-scrollbar{width:0;height:0}body.novel-modal-open .nm-sheet-handle{position:absolute;top:8px;left:50%;z-index:34;width:44px;height:5px;margin:0;transform:translateX(-50%);border-radius:999px;background:rgba(255,255,255,.76);box-shadow:0 1px 10px rgba(0,0,0,.25)}body.novel-modal-open .novel-modal-header-bar{position:absolute!important;top:14px!important;left:0!important;right:0!important;z-index:32!important;min-height:44px!important;height:44px!important;padding:0 14px!important;background:transparent!important;border-bottom:0!important;pointer-events:none}body.novel-modal-open .novel-modal-header-bar>*{pointer-events:auto}body.novel-modal-open .novel-modal-header-bar .novel-actions-trigger.nm-header,body.novel-modal-open .novel-modal-header-bar .novel-modal-close{width:40px!important;height:40px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.24)!important;background:rgba(4,18,16,.46)!important;color:#fff!important;box-shadow:0 12px 30px rgba(0,0,0,.22);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}body.novel-modal-open .novel-modal-header-bar .novel-actions-trigger.nm-header:hover,body.novel-modal-open .novel-modal-header-bar .novel-modal-close:hover{background:rgba(4,18,16,.64)!important}body.novel-modal-open .novel-modal-hero{height:clamp(218px,58vw,258px)!important;min-height:clamp(218px,58vw,258px)!important;max-height:none!important;border-radius:30px 30px 0 0!important;aspect-ratio:auto!important;overflow:hidden}body.novel-modal-open .novel-modal-hero:has(.novel-modal-hero-color):not(:has(.novel-modal-hero-bg)){height:clamp(212px,56vw,250px)!important;min-height:clamp(212px,56vw,250px)!important;max-height:none!important;aspect-ratio:auto!important}body.novel-modal-open .novel-modal-hero-bg,body.novel-modal-open .novel-modal-hero-color{transform:scale(1.02);transform-origin:center}body.novel-modal-open .novel-modal-hero-gradient{display:block!important;position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18) 0,rgba(0,0,0,.02) 32%,rgba(var(--surface-rgb),.92) 100%)!important}body.novel-modal-open .novel-modal-hero-icon{font-size:22px;color:rgba(255,255,255,.72)}body.novel-modal-open .novel-modal-hero-firstchar{font-size:clamp(52px,15vw,68px);text-shadow:0 10px 30px rgba(0,0,0,.24);transform:translateY(-4px)}body.novel-modal-open .novel-modal-info-card{margin:-52px 14px 0!important;padding:17px 16px 16px!important;border-bottom:1px solid rgba(var(--text-rgb),.08)!important;border:1px solid rgba(var(--text-rgb),.08)!important;border-radius:24px!important;background:rgba(var(--surface-rgb),.94)!important;box-shadow:0 18px 44px rgba(7,28,25,.14);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}body.novel-modal-open .novel-modal-info-card .novel-modal-genre-badge{margin-bottom:10px!important;padding:5px 11px!important;border-radius:999px!important;font-size:11px!important;box-shadow:0 8px 18px rgba(0,0,0,.16)}body.novel-modal-open .novel-modal-info-card .novel-modal-title{margin:0 0 13px!important;font-size:clamp(22px,6.6vw,27px)!important;font-weight:900!important;line-height:1.16!important;letter-spacing:-.04em!important;color:var(--text)!important}body.novel-modal-open .novel-modal-info-card .novel-modal-meta{gap:10px!important}body.novel-modal-open .novel-modal-info-card .nm-meta-row{gap:8px!important;row-gap:8px!important;font-size:13px!important}body.novel-modal-open .novel-modal-info-card .nm-meta-row>i{display:inline-flex;align-items:center;justify-content:center;width:24px!important;height:24px;border-radius:999px;background:rgba(var(--primary-rgb),.1);color:var(--primary);opacity:1!important}body.novel-modal-open .novel-modal-info-card .nm-meta-author-link{max-width:calc(100vw - 190px);overflow:hidden;color:var(--text)!important;font-size:14px!important;font-weight:800!important;text-overflow:ellipsis;text-shadow:none!important;white-space:nowrap}body.novel-modal-open .novel-modal-info-card .nm-meta-follow-btn{min-height:32px;padding:7px 12px!important;border-color:rgba(var(--primary-rgb),.22)!important;background:rgba(var(--primary-rgb),.08)!important;color:var(--primary)!important;font-weight:800!important}body.novel-modal-open .novel-modal-info-card .nm-report-btn{width:32px;height:32px;margin-left:auto!important;background:rgba(239,68,68,.08)}body.novel-modal-open .nm-meta-collaborators,body.novel-modal-open .nm-meta-worlds{gap:7px!important;padding-top:2px}body.novel-modal-open .nm-meta-collab-label,body.novel-modal-open .nm-meta-world,body.novel-modal-open .nm-meta-worlds-label{background:rgba(var(--primary-rgb),.07)!important;border-color:rgba(var(--primary-rgb),.14)!important}body.novel-modal-open .novel-modal-body{padding:14px 14px calc(28px + env(safe-area-inset-bottom))!important}body.novel-modal-open .nm-owner-bar{margin:0 0 12px}body.novel-modal-open .novel-modal-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(116px,.58fr)!important;grid-gap:10px!important;gap:10px!important;align-items:stretch!important;margin:0 0 18px!important}body.novel-modal-open .novel-modal-actions .novel-modal-btn-primary{grid-column:1/-1!important;min-height:52px!important;border-radius:18px!important;background:linear-gradient(135deg,#007c72,#00a690)!important;box-shadow:0 14px 30px rgba(var(--primary-rgb),.28);font-size:15px!important;font-weight:900!important;letter-spacing:-.01em}body.novel-modal-open .novel-modal-actions .novel-modal-btn-continue{min-height:46px!important;border-radius:16px!important;box-shadow:0 10px 22px rgba(5,150,105,.2);font-size:13px!important;font-weight:800!important}body.novel-modal-open .novel-modal-actions .subscribe-btn{grid-column:1/-1!important;min-height:46px!important;border:1px solid rgba(var(--text-rgb),.09)!important;border-radius:16px!important;background:var(--surface)!important;color:var(--text)!important;box-shadow:0 10px 24px rgba(7,28,25,.08);font-size:13px!important;font-weight:850!important}body.novel-modal-open .novel-modal-actions .subscribe-btn.subscribed{border-color:rgba(var(--primary-rgb),.24)!important;background:rgba(var(--primary-rgb),.09)!important;color:var(--primary)!important}body.novel-modal-open .novel-modal-actions:has(.novel-modal-btn-continue) .subscribe-btn{grid-column:span 1!important}body.novel-modal-open .novel-modal-actions .sub-count{padding-left:2px;color:var(--text-muted);font-weight:800}body.novel-modal-open .novel-modal-actions .nm-actions-row{display:grid!important;grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:8px!important;gap:8px!important;padding-top:0!important;border-top:0!important}body.novel-modal-open .novel-modal-actions .nm-review-dropdown-wrap{min-width:0}body.novel-modal-open .novel-modal-actions .nm-community-btn,body.novel-modal-open .novel-modal-actions .nm-review-btn,body.novel-modal-open .novel-modal-actions .nm-star-rating.nm-star-display,body.novel-modal-open .novel-modal-actions .nm-worldbook-btn{width:100%!important;min-height:40px!important;justify-content:center!important;padding:8px 10px!important;border-radius:14px!important;border:1px solid rgba(var(--text-rgb),.08)!important;background:var(--surface)!important;box-shadow:0 8px 20px rgba(7,28,25,.06);color:var(--text)!important;font-size:12px!important;font-weight:800!important}body.novel-modal-open .novel-modal-actions .nm-star-rating.nm-star-display{background:linear-gradient(135deg,rgba(245,158,11,.13),rgba(245,158,11,.04))!important;border-color:rgba(245,158,11,.24)!important}body.novel-modal-open .novel-modal-actions .nm-star-display .nm-star{font-size:12px!important}body.novel-modal-open .novel-modal-actions .nm-review-dropdown{left:0!important;right:auto!important;min-width:176px!important;border-radius:16px!important}body.novel-modal-open .novel-modal-synopsis{margin:2px 0 0!important;padding:17px 16px!important;border:1px solid rgba(var(--text-rgb),.07);border-radius:22px;background:var(--surface);box-shadow:0 12px 30px rgba(7,28,25,.07);color:var(--text-sub);font-size:14px!important;line-height:1.82!important}body.novel-modal-open .novel-modal-synopsis.clamped{-webkit-line-clamp:4}body.novel-modal-open .novel-modal-synopsis-toggle{display:inline-flex;align-items:center;gap:5px;margin:8px 0 2px 4px;padding:7px 10px!important;border-radius:999px;background:rgba(var(--primary-rgb),.08)!important;color:var(--primary)!important;font-size:12px!important}body.novel-modal-open .novel-modal-format-badges,body.novel-modal-open .novel-modal-tags{flex-wrap:nowrap!important;overflow-x:auto;margin-right:-14px!important;margin-left:-2px!important;padding:4px 14px 8px 2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}body.novel-modal-open .novel-modal-format-badges::-webkit-scrollbar,body.novel-modal-open .novel-modal-tags::-webkit-scrollbar{display:none}body.novel-modal-open .novel-modal-tag,body.novel-modal-open .tag-propose-trigger{flex:0 0 auto;padding:6px 11px!important;border-radius:999px!important;font-size:11px!important;font-weight:800!important}body.novel-modal-open .nm-ach-section,body.novel-modal-open .nm-author-posts,body.novel-modal-open .nm-schedule,body.novel-modal-open .nm-similar{margin:16px 0 0!important;padding:15px!important;border:1px solid rgba(var(--text-rgb),.07)!important;border-radius:22px!important;background:var(--surface)!important;box-shadow:0 12px 30px rgba(7,28,25,.06)}body.novel-modal-open .nm-schedule{align-items:flex-start;flex-direction:column;gap:10px}body.novel-modal-open .nm-sched-label{font-weight:850;color:var(--text)}body.novel-modal-open .nm-sched-days{gap:6px}body.novel-modal-open .nm-sched-day{padding:5px 9px;border-radius:999px;background:var(--surface2);color:var(--text-sub);font-size:12px;font-weight:800}body.novel-modal-open .nm-sched-day.active{background:rgba(var(--primary-rgb),.12);color:var(--primary)}body.novel-modal-open .nm-ap-ticker{border-radius:16px}body.novel-modal-open .nm-ap-item{border-radius:16px!important}body.novel-modal-open .nm-ach-grid{grid-template-columns:1fr!important}body.novel-modal-open .nm-ach-card{border-radius:16px!important}body.novel-modal-open .novel-modal-chapters-header{margin:18px 0 10px!important;padding:15px 14px!important;border:1px solid rgba(var(--text-rgb),.07)!important;border-radius:22px!important;background:var(--surface)!important;box-shadow:0 12px 30px rgba(7,28,25,.06)}body.novel-modal-open .novel-modal-chapters-title{font-size:15px!important;font-weight:900!important;letter-spacing:-.01em}body.novel-modal-open .novel-modal-sort-select{min-height:34px;padding:6px 28px 6px 10px!important;border-radius:999px!important;background-color:var(--surface2)!important;font-weight:800}body.novel-modal-open .novel-modal-chapters-header+div{display:flex;flex-direction:column;gap:8px}body.novel-modal-open .novel-modal-chapter-item{gap:10px;padding:13px!important;border:1px solid rgba(var(--text-rgb),.07)!important;border-radius:18px!important;background:var(--surface)!important;box-shadow:0 8px 22px rgba(7,28,25,.045);color:var(--text)!important}body.novel-modal-open .novel-modal-chapter-item.current-chapter{border-color:rgba(var(--primary-rgb),.26)!important;background:rgba(var(--primary-rgb),.08)!important}body.novel-modal-open .novel-modal-chapter-num{min-width:auto!important;padding:5px 8px;border-radius:999px;background:rgba(var(--primary-rgb),.08);color:var(--primary)!important;font-size:11px!important;font-weight:900!important;white-space:nowrap}body.novel-modal-open .novel-modal-chapter-title{min-width:0;display:-webkit-box;overflow:hidden;font-size:14px!important;font-weight:750!important;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}body.novel-modal-open .novel-modal-chapter-views{font-size:11px!important;color:var(--text-muted)!important}body.novel-modal-open .nm-similar{border-top:1px solid rgba(var(--text-rgb),.07)!important}body.novel-modal-open .nm-similar-grid{margin:0 -15px;padding:0 15px 4px}body.novel-modal-open .nm-sim-thumb{border-radius:16px!important}body.novel-modal-open .nm-review-section{margin:0 0 16px;padding:15px;border:1px solid rgba(var(--text-rgb),.07);border-radius:22px;background:var(--surface);box-shadow:0 12px 30px rgba(7,28,25,.06)}body.novel-modal-open .nm-review-section-divider{display:none}body.novel-modal-open .nm-review-ai-summary,body.novel-modal-open .nm-review-write{border-radius:18px;background:var(--surface2)}body.novel-modal-open .nm-review-list{max-height:none}body.novel-modal-open .nm-review-item{margin-bottom:8px;padding:12px;border:1px solid rgba(var(--text-rgb),.07);border-radius:16px;background:var(--bg)}body.novel-modal-open .nm-review-item-date{position:static;display:block;margin-bottom:6px;text-align:right}}@media (max-width:360px){body.novel-modal-open .novel-modal-actions,body.novel-modal-open .novel-modal-actions .nm-actions-row{grid-template-columns:1fr!important}body.novel-modal-open .novel-modal-info-card .nm-meta-author-link{max-width:calc(100vw - 150px)}}@media (max-width:640px){body.novel-modal-open .novel-modal-panel{background:var(--surface)!important;box-shadow:0 -22px 70px rgba(0,0,0,.34)}body.novel-modal-open .novel-modal-info-card{margin:-38px 18px 0!important;padding:18px 0 14px!important;border:0!important;border-bottom:1px solid rgba(var(--text-rgb),.08)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none;-webkit-backdrop-filter:none}body.novel-modal-open .novel-modal-info-card .novel-modal-genre-badge{box-shadow:none}body.novel-modal-open .novel-modal-body{padding:12px 18px calc(30px + env(safe-area-inset-bottom))!important}body.novel-modal-open .novel-modal-actions{margin:0 0 16px!important;gap:9px!important}body.novel-modal-open .novel-modal-actions .novel-modal-btn-primary{box-shadow:0 12px 28px rgba(var(--primary-rgb),.22)}body.novel-modal-open .novel-modal-actions .nm-community-btn,body.novel-modal-open .novel-modal-actions .nm-review-btn,body.novel-modal-open .novel-modal-actions .nm-star-rating.nm-star-display,body.novel-modal-open .novel-modal-actions .nm-worldbook-btn,body.novel-modal-open .novel-modal-actions .novel-modal-btn-continue,body.novel-modal-open .novel-modal-actions .subscribe-btn{box-shadow:none!important}body.novel-modal-open .novel-modal-actions .nm-community-btn,body.novel-modal-open .novel-modal-actions .nm-review-btn,body.novel-modal-open .novel-modal-actions .nm-worldbook-btn,body.novel-modal-open .novel-modal-actions .subscribe-btn{background:transparent!important}body.novel-modal-open .novel-modal-actions .nm-star-rating.nm-star-display{background:rgba(245,158,11,.06)!important}body.novel-modal-open .novel-modal-synopsis{margin:4px 0 0!important;padding:18px 0 4px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body.novel-modal-open .novel-modal-synopsis-toggle{margin:8px 0!important;padding:0!important;background:transparent!important}body.novel-modal-open .novel-modal-format-badges,body.novel-modal-open .novel-modal-tags{margin-right:-18px!important;padding-right:18px!important}body.novel-modal-open .nm-ach-section,body.novel-modal-open .nm-author-posts,body.novel-modal-open .nm-review-section,body.novel-modal-open .nm-schedule,body.novel-modal-open .nm-similar{margin:16px 0 0!important;padding:17px 0 0!important;border:0!important;border-top:1px solid rgba(var(--text-rgb),.08)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body.novel-modal-open .novel-modal-chapters-header{margin:18px 0 0!important;padding:17px 0 11px!important;border:0!important;border-top:1px solid rgba(var(--text-rgb),.1)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body.novel-modal-open .novel-modal-chapters-header+div{gap:0}body.novel-modal-open .novel-modal-chapter-item{padding:15px 0!important;border:0!important;border-bottom:1px solid rgba(var(--text-rgb),.07)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body.novel-modal-open .novel-modal-chapter-item.current-chapter{border-color:rgba(var(--primary-rgb),.18)!important;background:linear-gradient(90deg,rgba(var(--primary-rgb),.08),transparent 72%)!important;padding-left:10px!important;border-radius:12px!important}body.novel-modal-open .novel-modal-chapter-num{background:transparent;padding:0}body.novel-modal-open .nm-review-section{margin-bottom:16px!important}body.novel-modal-open .nm-review-ai-summary,body.novel-modal-open .nm-review-write{background:rgba(var(--primary-rgb),.05)}body.novel-modal-open .nm-review-item{padding:13px 0;border:0;border-bottom:1px solid rgba(var(--text-rgb),.07);border-radius:0;background:transparent}body.novel-modal-open .nm-similar-grid{margin:0 -18px;padding:0 18px 4px}}.home-mobile-rec-reason{display:none!important}@media (max-width:767px){body.has-mobile-bottom-nav .main-wrap{padding:18px 18px calc(96px + env(safe-area-inset-bottom, 0px))!important;gap:36px!important;overflow:hidden}body.has-mobile-bottom-nav .section-block{margin:0!important}body.has-mobile-bottom-nav .feed-carousel-empty-section,body.has-mobile-bottom-nav .horizontal-banner-section:has(.hbanner-placeholder){display:none!important}body.has-mobile-bottom-nav .section-header-unified{align-items:flex-end!important;gap:5px 10px!important;padding:0 0 12px!important;border-bottom:none!important}body.has-mobile-bottom-nav .section-header-unified h2{flex:1 1 auto!important;min-width:0;font-size:24px!important;line-height:1.08!important;letter-spacing:-.055em}body.has-mobile-bottom-nav .section-subtitle{margin-top:5px;font-size:12px!important;line-height:1.35;letter-spacing:0}body.has-mobile-bottom-nav .comm-best-viewall,body.has-mobile-bottom-nav .section-view-all{min-height:32px;padding:0!important;color:var(--text-muted);font-size:12px!important;font-weight:800}body.has-mobile-bottom-nav .section-header-unified+.carousel-wrap,body.has-mobile-bottom-nav .section-header-unified+.top10-split,body.has-mobile-bottom-nav .section-header-unified+div{margin-top:12px!important}body.has-mobile-bottom-nav .carousel-wrap,body.has-mobile-bottom-nav .comm-best-wrapper,body.has-mobile-bottom-nav .weekly-theme-wrap{margin-right:-18px!important;margin-left:-18px!important}body.has-mobile-bottom-nav .recommend-scroll,body.has-mobile-bottom-nav .row-scroll,body.has-mobile-bottom-nav .weekly-theme-grid{padding-right:18px!important;padding-left:18px!important;scroll-padding-left:18px!important}body.has-mobile-bottom-nav .recommend-scroll{gap:14px!important}body.has-mobile-bottom-nav .recommend-card{flex:0 0 132px!important;min-width:132px!important;max-width:132px!important}body.has-mobile-bottom-nav .recommend-card-thumb{border-radius:15px!important;box-shadow:0 10px 26px rgba(16,24,40,.13)!important}body.has-mobile-bottom-nav .recommend-card-placeholder,body.has-mobile-bottom-nav .recommend-card-thumb-inner{border-radius:15px!important}body.has-mobile-bottom-nav .recommend-card-placeholder{position:absolute;inset:0;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;padding:14px 12px!important;overflow:hidden;text-align:left!important}body.has-mobile-bottom-nav .recommend-card-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.22),transparent 32%),linear-gradient(180deg,transparent 30%,rgba(0,0,0,.34));pointer-events:none}body.has-mobile-bottom-nav .recommend-card-placeholder i{position:absolute;top:16px;left:14px;z-index:1;font-size:20px!important;opacity:.44!important}body.has-mobile-bottom-nav .recommend-card-placeholder span{position:relative;z-index:1;width:100%;color:#fff!important;font-size:12px!important;font-weight:900!important;line-height:1.25!important;text-shadow:0 1px 8px rgba(0,0,0,.28);word-break:keep-all}body.has-mobile-bottom-nav .recommend-card-body{padding:11px 1px 2px!important}body.has-mobile-bottom-nav .recommend-card-title{color:var(--text);font-size:13px!important;font-weight:850!important;letter-spacing:-.025em}body.has-mobile-bottom-nav .recommend-card-author{margin-top:5px;font-size:11px!important;opacity:.62!important}body.has-mobile-bottom-nav .recommend-card-genre-inline,body.has-mobile-bottom-nav .recommend-card-stats{display:none!important}body.has-mobile-bottom-nav .rec-reason-chip.compact{max-width:100%;margin-top:8px;padding:4px 8px!important;border:0!important;background:rgba(var(--primary-rgb),.08)!important;color:var(--primary)!important;font-size:10px!important;font-weight:800!important}body.has-mobile-bottom-nav .home-mobile-rec-reason{display:inline-flex!important}body.has-mobile-bottom-nav .top10-list-section .section-header-unified{padding-bottom:8px!important}body.has-mobile-bottom-nav .top10-list-section .section-header-unified>.section-tab-toggle{order:3;width:100%!important;margin-top:2px;margin-right:0!important;padding:3px!important;border-radius:999px!important;background:var(--surface2)}body.has-mobile-bottom-nav .top10-list-section .section-tab-btn{flex:1 1;justify-content:center;min-height:32px;border-radius:999px!important;font-size:12px!important;font-weight:850!important}body.has-mobile-bottom-nav .top10-split{display:block!important;overflow:visible!important;padding:0!important;margin:8px 0 0!important;scroll-snap-type:none!important}body.has-mobile-bottom-nav .top10-featured,body.has-mobile-bottom-nav .top10-list-item{display:grid!important;grid-template-columns:34px 48px minmax(0,1fr)!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:72px;grid-gap:11px!important;gap:11px!important;padding:10px 0!important;border:0!important;border-bottom:1px solid rgba(var(--text-rgb),.08)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}body.has-mobile-bottom-nav .top10-featured{min-height:82px;padding-top:12px!important}body.has-mobile-bottom-nav .top10-featured-rank,body.has-mobile-bottom-nav .top10-list-rank{position:static!important;top:auto!important;left:auto!important;z-index:1;width:28px!important;min-width:28px!important;height:28px!important;border-radius:999px!important;background:rgba(var(--primary-rgb),.1)!important;color:var(--primary)!important;font-size:13px!important;font-weight:900!important}body.has-mobile-bottom-nav .top10-featured-rank{background:linear-gradient(135deg,#ff9417,#ff5b35)!important;color:#fff!important;box-shadow:0 8px 18px rgba(255,120,35,.22)}body.has-mobile-bottom-nav .top10-featured-thumb,body.has-mobile-bottom-nav .top10-list-thumb{position:relative;width:48px!important;height:64px!important;padding-top:0!important;aspect-ratio:auto!important;border-radius:12px!important;box-shadow:none!important;overflow:hidden}body.has-mobile-bottom-nav .top10-featured-thumb:not(:has(img)),body.has-mobile-bottom-nav .top10-list-thumb:not(:has(img)){background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.24),transparent 34%),linear-gradient(145deg,#14213d,#0f766e)!important}body.has-mobile-bottom-nav .top10-featured-thumb img,body.has-mobile-bottom-nav .top10-list-thumb img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}body.has-mobile-bottom-nav .top10-featured-thumb span,body.has-mobile-bottom-nav .top10-list-thumb span{font-size:0!important}body.has-mobile-bottom-nav .top10-featured-thumb:before,body.has-mobile-bottom-nav .top10-list-thumb:before{content:"\f518";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.72);font-family:Font Awesome\ 6 Free;font-size:18px;font-weight:900}body.has-mobile-bottom-nav .top10-featured-thumb:has(img):before,body.has-mobile-bottom-nav .top10-list-thumb:has(img):before{display:none}body.has-mobile-bottom-nav .top10-featured-info,body.has-mobile-bottom-nav .top10-list-info{width:auto!important;min-width:0;padding:0!important}body.has-mobile-bottom-nav .top10-featured-title,body.has-mobile-bottom-nav .top10-list-title{display:-webkit-box!important;overflow:hidden!important;color:var(--text);font-size:14px!important;font-weight:850!important;line-height:1.32!important;letter-spacing:-.025em;white-space:normal!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}body.has-mobile-bottom-nav .top10-featured-meta,body.has-mobile-bottom-nav .top10-list-meta{gap:6px!important;margin-top:5px!important;color:var(--text-muted);font-size:11px!important}body.has-mobile-bottom-nav .top10-featured-stats{display:none!important}body.has-mobile-bottom-nav .top10-list-genre{padding:2px 6px!important;border-radius:999px!important;font-size:9px!important}body.has-mobile-bottom-nav .top10-rest-grid{display:block!important}body.has-mobile-bottom-nav .top10-rest-grid .top10-list-item:nth-child(n+5){display:none!important}body.has-mobile-bottom-nav .comm-best-wrapper,body.has-mobile-bottom-nav .weekly-theme-wrap{padding-right:18px;padding-left:18px}body.has-mobile-bottom-nav .rec-review-grid{display:flex!important;gap:12px!important;overflow-x:auto;margin:12px -18px 0!important;padding:0 18px 6px!important;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}body.has-mobile-bottom-nav .rec-review-grid::-webkit-scrollbar{display:none}body.has-mobile-bottom-nav .rec-review-card{flex:0 0 82%;min-width:260px;scroll-snap-align:start;padding:14px!important;border-color:rgba(var(--text-rgb),.08)!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(var(--primary-rgb),.06),transparent 42%),var(--surface)!important}body.has-mobile-bottom-nav .rec-review-card-cover{width:56px!important;min-height:78px!important;border-radius:12px!important}body.has-mobile-bottom-nav .rec-review-card-title{font-size:15px!important;white-space:normal!important}body.has-mobile-bottom-nav .rec-review-card-content{-webkit-line-clamp:3!important;font-size:13px!important}body.has-mobile-bottom-nav .comm-best-wrapper{margin-top:10px!important}body.has-mobile-bottom-nav .comm-best-list{width:100%}body.has-mobile-bottom-nav .comm-best-item{padding:13px 0!important}}@media (max-width:768px){body.has-mobile-bottom-nav .bottom-nav{transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .18s ease,filter .18s ease!important;will-change:transform,opacity}body.has-mobile-bottom-nav .bottom-nav.nav-hidden-on-scroll{transform:translateY(calc(100% + 18px))!important;opacity:0!important;pointer-events:none!important;filter:blur(1px)}body.has-mobile-bottom-nav .home-mobile-rec-reason,body.has-mobile-bottom-nav .recommend-card .rec-reason-chip,body.has-mobile-bottom-nav .top10-list-section .section-header-unified>.section-tab-toggle:first-of-type:not(:last-of-type){display:none!important}body.has-mobile-bottom-nav .rec-review-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:12px!important;gap:12px!important;overflow:visible!important;margin:12px 0 0!important;padding:0!important;scroll-snap-type:none!important}body.has-mobile-bottom-nav .rec-review-card{width:100%!important;min-width:0!important;flex:none!important;scroll-snap-align:none!important}body.has-mobile-bottom-nav .comm-best-section .comm-best-list>div:only-child{min-height:150px;display:flex!important;padding:26px 18px!important}body.has-mobile-bottom-nav .comm-best-section .comm-best-list>div:only-child,body.has-mobile-bottom-nav .comm-best-section .comm-best-list>div:only-child>div{align-items:center!important;justify-content:center!important;text-align:center!important}body.novel-modal-open .novel-modal-info-card{display:flex!important;flex-direction:column!important;align-items:stretch!important}body.novel-modal-open .novel-modal-title{order:1}body.novel-modal-open .novel-modal-genre-badge{order:2;align-self:flex-start!important;margin:6px 0 0!important;box-shadow:none!important}body.novel-modal-open .novel-modal-meta{order:3;margin-top:12px!important}}