:root{--bg:#fff8f1;--bg-soft:#fff1e2;--surface:hsla(0,0%,100%,.78);--surface-strong:#fff;--line:rgba(154,52,18,.14);--text:#1f2937;--muted:#6b7280;--brand:#ea580c;--brand-dark:#9a3412;--accent:#f59e0b;--shadow:0 24px 60px rgba(124,45,18,.12);--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--container:1200px;--font-sans:var(--font-ui),"Segoe UI",sans-serif;--space-1:8px;--space-2:12px;--space-3:16px;--space-4:20px;--space-5:24px;--space-6:32px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:var(--font-sans);background:radial-gradient(circle at top left,rgba(251,191,36,.25),transparent 28%),radial-gradient(circle at top right,rgba(251,146,60,.16),transparent 24%),linear-gradient(180deg,#fff7ed,#fffaf5 38%,#fff5eb);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{min-height:100vh}.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}.page-stack{padding-bottom:64px}.content-section{margin-top:40px}.footer-inner,.header-inner,.hero-section,.reader-topbar,.section-heading,.story-hero,.two-columns{display:flex;gap:24px}.reader-topbar,.section-heading{justify-content:space-between;align-items:flex-end}.section-heading{margin-bottom:24px}.section-heading>div{display:grid;grid-gap:var(--space-1);gap:var(--space-1)}.hero-card h1,.not-found h1,.reader-topbar h1,.section-heading h1,.section-heading h2,.story-hero h1{margin:6px 0 0;line-height:1.06;letter-spacing:-.03em}.chapter-item p,.footer-inner p,.hero-copy,.reader-subtitle,.section-copy,.story-copy p{color:var(--muted)}.eyebrow{margin:0;color:var(--brand-dark);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(255,248,241,.82);border-bottom:1px solid var(--line)}.footer-inner,.header-inner{justify-content:space-between;align-items:center;padding:16px 0}.brand-mark{display:flex;align-items:center;gap:14px}.brand-mark strong{display:block;font-size:18px}.brand-mark p{margin:2px 0 0;font-size:13px;color:var(--muted)}.brand-badge{display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--brand) 0,var(--accent) 100%);box-shadow:var(--shadow);font-weight:800}.brand-badge,.brand-logo{width:44px;height:44px;border-radius:14px}.brand-logo{object-fit:contain;background:#fff;border:1px solid var(--line);padding:4px}.main-nav{display:flex;flex-wrap:wrap;gap:14px 24px;font-weight:600}.hero-section{align-items:stretch;margin-top:32px}.chapter-item,.genre-pill,.hero-card,.mini-feature,.not-found,.ranking-item,.reader-topbar,.search-bar,.story-card,.story-hero{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.hero-card{flex:1.45 1;min-height:520px;overflow:hidden;background-size:cover;background-position:50%}.hero-overlay{display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:36px;color:#fff;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.78) 74%);gap:var(--space-3)}.hero-copy{max-width:700px;color:hsla(0,0%,100%,.85);margin:0}.genre-tags,.hero-actions,.hero-meta,.meta-row,.reader-nav,.story-bottomline,.story-topline{display:flex;flex-wrap:wrap;gap:14px}.chip,.hero-meta span,.meta-row span{padding:8px 12px;border-radius:999px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.18);font-size:13px}.ghost-link,.primary-link,.search-bar button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:700;line-height:1;white-space:nowrap}.primary-link,.search-bar button{color:#fff;background:linear-gradient(135deg,var(--brand) 0,var(--accent) 100%)}.ghost-link{border-color:var(--line);background:hsla(0,0%,100%,.7)}.disabled{pointer-events:none;opacity:.6}.hero-side-grid{flex:0.95 1;display:grid;grid-gap:20px;gap:20px}.mini-feature{display:grid;grid-template-columns:110px 1fr;grid-gap:16px;gap:16px;padding:16px}.mini-feature h3{margin:2px 0 8px}.mini-feature p,.mini-label{margin:0;color:var(--muted)}.mini-cover{min-height:140px;border-radius:18px;background-size:cover;background-position:50%}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.story-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.story-card{overflow:hidden}.story-card.compact{display:grid;grid-template-columns:148px 1fr}.story-cover{display:block;min-height:260px;position:relative;background-size:cover;background-position:50%}.story-card.compact .story-cover{min-height:100%}.chip{position:absolute;top:14px;left:14px;color:#fff;background:rgba(15,23,42,.75)}.story-copy{padding:20px;display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.story-copy h3,.story-copy p{margin:0}.story-bottomline,.story-topline{justify-content:space-between;font-size:13px;color:var(--muted);gap:10px 16px}.story-bottomline{margin-top:4px}.two-columns{align-items:start}.two-columns>:first-child{flex:1.3 1}.two-columns>aside{flex:0.9 1}.chapter-list,.ranking-list{display:grid;grid-gap:16px;gap:16px}.chapter-item,.ranking-item{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:18px 20px}.chapter-item strong,.ranking-item h3{margin:0}.chapter-item p,.ranking-item p{margin:6px 0 0}.ranking-number{font-size:28px;font-weight:800;color:var(--brand-dark)}.ranking-views{color:var(--muted);font-size:13px}.genre-cloud{display:flex;flex-wrap:wrap;gap:16px}.genre-pill{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border-radius:999px}.not-found,.story-hero{padding:24px;margin-top:32px}.story-hero-cover{flex:0 0 310px;min-height:420px;border-radius:24px;background-size:cover;background-position:50%}.story-hero-copy{flex:1 1;display:grid;align-content:start;grid-gap:var(--space-3);gap:var(--space-3)}.reader-page{padding:32px 0 64px}.reader-topbar{align-items:center;padding:22px 24px}.reader-canvas{margin-top:28px;display:grid;grid-gap:20px;gap:20px}.reader-image{width:min(100%,880px);margin:0 auto;border-radius:18px;border:1px solid rgba(148,163,184,.32)}.search-bar{display:flex;align-items:center;gap:14px;padding:12px}.search-bar input{flex:1 1;min-height:52px;padding:0 18px;border:0;outline:none;background:transparent;font-size:16px}.site-footer{margin-top:56px;border-top:1px solid var(--line);background:linear-gradient(180deg,hsla(0,0%,100%,.55),rgba(255,244,233,.92))}.footer-inner{align-items:flex-start;justify-content:space-between;gap:32px;padding-top:28px;padding-bottom:24px}.footer-branding{max-width:620px;display:grid;grid-gap:12px;gap:12px}.footer-branding strong{font-size:20px;line-height:1.4}.footer-links-grid{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));grid-gap:24px 32px;gap:24px 32px}.footer-link-group{display:grid;grid-gap:10px;gap:10px}.footer-link-group span{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-dark)}.footer-link-group a{color:var(--muted);transition:color .2s ease}.footer-link-group a:hover{color:var(--brand-dark)}.footer-meta{display:flex;justify-content:space-between;gap:24px;padding:0 0 28px;border-top:1px solid rgba(154,52,18,.08)}.footer-meta p{margin:0;color:var(--muted);font-size:13px}.footer-meta p:first-child{max-width:620px}@media (max-width:1024px){.hero-section,.reader-topbar,.story-hero,.two-columns{flex-direction:column}.story-grid,.story-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.story-hero-cover{flex-basis:auto;min-height:360px}.footer-links-grid{width:100%}}@media (max-width:720px){.container{width:min(calc(100% - 20px),var(--container))}.content-section{margin-top:32px}.chapter-item,.footer-inner,.footer-meta,.header-inner,.mini-feature,.ranking-item,.search-bar,.section-heading{flex-direction:column;align-items:start}.footer-links-grid{grid-template-columns:1fr;gap:18px}.footer-branding strong{font-size:18px}.main-nav{width:100%;justify-content:flex-start;gap:10px 14px;font-size:14px}.hero-overlay,.not-found,.reader-topbar,.story-copy,.story-hero{padding:18px}.section-heading{margin-bottom:20px}.story-card.compact,.story-grid,.story-grid.compact{grid-template-columns:1fr}.hero-actions,.reader-nav,.search-bar{width:100%;gap:12px}.ghost-link,.primary-link,.search-bar button{width:100%}}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cd79e1ff94fa521b-s.p.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/89362aa296165c6d-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e11f95d95ac59fa4-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/00f4982f357db61e-s.p.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/62a3c74fa0e47362-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8201559e247ad180-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2173e4bb28c315da-s.p.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c6f81e539d11fc99-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/25ab8995c98996d7-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9ddf1512dbee9c99-s.p.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8247d8d2a376ae43-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e270c9fc4fe96f5a-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6bb6a9cb68044e10-s.p.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9a3689a7cda641d2-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Be_Vietnam_Pro_383d88;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/bed26dc8a57eea87-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Be_Vietnam_Pro_Fallback_383d88;src:local("Arial");ascent-override:90.64%;descent-override:24.02%;line-gap-override:0.00%;size-adjust:110.33%}.__className_383d88{font-family:__Be_Vietnam_Pro_383d88,__Be_Vietnam_Pro_Fallback_383d88;font-style:normal}.__variable_383d88{--font-ui:"__Be_Vietnam_Pro_383d88","__Be_Vietnam_Pro_Fallback_383d88"}