#nprogress .bar{background:var(--primary);height:3px}#nprogress .peg{box-shadow:none}:root{--bg:#fff;--text:#0f172a;--border:#e5e7eb;--primary:#2563eb;--secondary:#e5e7eb;--muted-bg:#f3f4f6;--input-border:#d1d5db;--success:#16a34a;--error:#dc2626;--info-fg:#64748b;--info-border:#94a3b8;--info-bg-hover:rgba(37,99,235,.08);--tooltip-bg:rgba(15,23,42,.95);--tooltip-text:#fff;--reader-font-family:var(--font-nunito);--reader-font-size:18px;--search-highlight:#f59e0b}html{background:var(--bg);font-size:16px;forced-color-adjust:none}[data-theme=dark]{--bg:#0b1120;--text:#e5e7eb;--border:#1f2933;--primary:#3b82f6;--secondary:#1f2937;--muted-bg:#1f2937;--success:#22c55e;--error:#f87171;--info-fg:#94a3b8;--info-border:#475569;--info-bg-hover:rgba(59,130,246,.15);--tooltip-bg:var(--bg);--tooltip-text:var(--text);--search-highlight:#fbbf24}[data-reader-theme=light]{--reader-bg:#f4f4f4;--reader-text:#111}[data-reader-theme=sepia]{--reader-bg:#e8dcc2;--reader-text:#2b2b2b}[data-reader-theme=dark]{--reader-bg:#1f2430;--reader-text:#c9d1d9}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:Georgia,Times New Roman,serif;background:var(--bg);color:var(--text)}body,html{overflow-x:hidden}.home-container{padding:40px}.header-top{display:flex;justify-content:space-between;align-items:center}.logo{margin:0;font-size:20px}.header-actions{display:flex;gap:12px;align-items:center}.hamburger{background:none;border:none;font-size:22px;cursor:pointer}.nav-links{display:none;flex-direction:column;gap:16px;padding:16px 0}.nav-links.open{display:flex}.header{padding:12px 16px;border-bottom:1px solid var(--border)}.header,.header-main{display:flex;flex-direction:column;gap:12px}.header-main{width:100%}@media (min-width:1024px){.header{padding:16px 32px;gap:24px}.header-main{flex-direction:row;align-items:center}.header nav{margin-left:auto;align-items:center}.search-input{width:220px}}.header nav a{text-decoration:none;color:var(--text);padding-bottom:4px}.header nav a.active{border-bottom:2px solid var(--primary);font-weight:600}.header h2{font-weight:700;letter-spacing:.5px}.header nav button,.search-input{color:var(--text)}.search-input{padding:8px 12px;border-radius:20px;border:1px solid var(--input-border);background:var(--bg);width:220px}.link-button{background:none;border:none;padding:0;margin:0;color:var(--text);font:inherit;cursor:pointer;text-decoration:none}.link-button:hover{color:var(--primary)}.theme-toggle{margin-left:12px;background:transparent;border:none;font-size:18px;cursor:pointer;color:var(--text)}.btn-primary{background:var(--primary);color:#fff}.btn-primary,.btn-secondary{padding:12px 20px;border:none;border-radius:8px;cursor:pointer}.btn-secondary{background:var(--secondary)}.novel-card{width:220px;border:1px solid var(--border);border-radius:12px;padding:16px;background:var(--bg)}.novel-cover{height:180px;background:var(--muted-bg);border-radius:8px;margin-bottom:12px}.novel-card-btn{width:100%;margin-top:12px}.genre-list{display:flex;gap:12px;flex-wrap:wrap}.genre-pill{padding:8px 16px;background:var(--primary);color:#fff;border-radius:999px;font-size:14px}.auth-container{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:40px 16px}.auth-card{width:100%;max-width:420px;background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:32px}.auth-title{font-size:28px;font-weight:700;margin-bottom:8px}.auth-subtitle{font-size:14px;color:#64748b;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-input{width:100%;padding:12px 14px;border-radius:8px;border:1px solid var(--input-border);background:var(--bg);color:var(--text);font-size:14px}.auth-input:focus{outline:none;border-color:var(--primary)}.auth-button{margin-top:8px;padding:12px;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-link{font-size:14px;color:var(--primary);text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-footer{margin-top:20px;text-align:center;font-size:14px}.auth-error{background:#fee2e2;color:#991b1b}.auth-error,.auth-success{padding:10px 12px;border-radius:8px;font-size:14px}.auth-success{background:#dcfce7;color:#166534}.password-field{position:relative;width:100%}.password-field .auth-input{padding-right:44px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:0;cursor:pointer;font-size:16px;color:var(--info-fg)}.password-toggle:hover{color:var(--primary)}.password-toggle:focus{outline:none}@media (max-width:1024px){body{font-size:15px}.hamburger{display:none}.header-main{flex-direction:row;align-items:center}.search-input{width:220px}.nav-links{display:flex!important;flex-direction:row;gap:24px;margin-left:auto;align-items:center;padding:0}}@media (max-width:768px){body{padding-bottom:70px}.header{padding:12px 16px;gap:12px}.header-main{flex-direction:column;align-items:flex-start;gap:12px;padding:0;width:100%}.header nav{width:100%;justify-content:space-between;flex-wrap:wrap;gap:12px}.search-input{width:100%}.home-container{padding:20px}.hero{flex-direction:column;gap:24px;margin-bottom:40px}.hero h1{font-size:36px}.hero p{font-size:16px}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary,.novel-card{width:100%}}@media (max-width:480px){.hero h1{font-size:28px}.auth-card{padding:20px}.section{margin-bottom:40px}}.Footer_footer__pQtti{border-top:1px solid var(--border);background:var(--bg);padding:40px 20px}.Footer_container__KpDnW{max-width:1100px;margin:0 auto}.Footer_top__YBhK_{display:flex;flex-direction:column;gap:30px}.Footer_brand__0rdww img{height:36px;width:auto;object-fit:contain}.Footer_tagline__edhu4{margin-top:10px;font-size:14px;color:var(--info-fg);max-width:280px}.Footer_links__cFiYr{display:flex;flex-direction:column;gap:6px}.Footer_links__cFiYr h4{font-size:14px;margin-bottom:6px}.Footer_links__cFiYr a{font-size:14px;color:var(--info-fg);text-decoration:none}.Footer_links__cFiYr a:hover{color:var(--primary)}.Footer_bottom__wxP7Z{border-top:1px solid var(--border);margin-top:30px;padding-top:16px;display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--info-fg)}@media (min-width:640px){.Footer_top__YBhK_{flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.Footer_footer__pQtti{padding:50px 20px}}.SearchDropdown_dropdown__DKvIc{position:absolute;top:calc(100% + 6px);left:0;width:100%;min-width:260px;background:var(--bg);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.25);z-index:1000;padding:6px;max-height:320px;overflow-y:auto}.SearchDropdown_section__37Vy4{margin-bottom:10px}.SearchDropdown_label__lKdnh{font-size:12px;font-weight:600;color:var(--info-fg);margin-bottom:6px}.SearchDropdown_item__n__aS{display:block;padding:6px 8px;border-radius:6px;text-decoration:none;color:var(--text)}.SearchDropdown_item__n__aS:hover{background:var(--info-bg-hover)}.SearchDropdown_empty__ejU_O{padding:8px;font-size:14px;color:var(--info-fg)}.SearchDropdown_highlight__GnpQD{color:var(--search-highlight);font-weight:600}.SearchDropdown_active__bMXVB{background:var(--info-bg-hover)}.SearchDropdown_searchHighlight__m3e26{color:var(--search-highlight);font-weight:600}@media (max-width:768px){.SearchDropdown_dropdown__DKvIc{width:calc(100vw - 32px);left:50%;transform:translateX(-50%)}}.Header_header__KwdYD{border-bottom:1px solid var(--border);background:var(--bg)}.Header_inner__DLT3k{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px;padding:14px 16px;max-width:1200px;margin:0 auto}.Header_logo____uDV{font-weight:700;font-size:18px;text-decoration:none;color:var(--text)}.Header_desktopNav__ye2RQ{display:none;align-items:center;gap:18px;justify-self:end}.Header_desktopNav__ye2RQ a{text-decoration:none;color:var(--text)}.Header_active__c7HdO{color:var(--primary);font-weight:600}.Header_searchForm__PQwgH{width:100%;max-width:520px}.Header_searchInput__irFDv{width:100%;padding:8px 14px;border-radius:20px;border:1px solid var(--input-border);background:var(--bg);color:var(--text);font-size:14px}.Header_searchInput__irFDv:focus{outline:none;border-color:var(--primary)}.Header_linkBtn__9mkMd{background:none;border:none;cursor:pointer;color:var(--text);font:inherit;padding:0}.Header_linkBtn__9mkMd:hover{color:var(--primary)}.Header_themeToggle__n7epd{background:none;border:none;cursor:pointer;font-size:16px}.Header_mobileActions__Ld388{display:flex;gap:10px;align-items:center}.Header_hamburger__zEELl{background:none;border:none;font-size:22px;cursor:pointer}.Header_mobileMenu__YC5Nj{display:flex;flex-direction:column;gap:14px;padding:16px;border-top:1px solid var(--border);background:var(--bg)}.Header_mobileMenu__YC5Nj a,.Header_mobileMenu__YC5Nj button{text-decoration:none;color:var(--text);background:none;border:none;text-align:left}.Header_mobileSearch__uesKd input{width:100%;padding:8px;border-radius:8px;border:1px solid var(--input-border)}@media (min-width:768px){.Header_desktopNav__ye2RQ{display:flex}.Header_mobileActions__Ld388,.Header_mobileMenu__YC5Nj{display:none}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:__Nunito_Sans_366bcd;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Nunito_Sans_366bcd;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_366bcd;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.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:__Nunito_Sans_366bcd;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-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:__Nunito_Sans_366bcd;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-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:__Nunito_Sans_366bcd;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Nunito_Sans_366bcd;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_366bcd;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.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:__Nunito_Sans_366bcd;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-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:__Nunito_Sans_366bcd;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-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:__Nunito_Sans_Fallback_366bcd;src:local("Arial");ascent-override:99.39%;descent-override:34.70%;line-gap-override:0.00%;size-adjust:101.72%}.__className_366bcd{font-family:__Nunito_Sans_366bcd,__Nunito_Sans_Fallback_366bcd;font-style:normal}.__variable_366bcd{--font-nunito:"__Nunito_Sans_366bcd","__Nunito_Sans_Fallback_366bcd"}@font-face{font-family:__Merriweather_9dd3c0;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Merriweather_9dd3c0;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Merriweather_9dd3c0;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-s.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:__Merriweather_9dd3c0;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-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:__Merriweather_9dd3c0;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-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:__Merriweather_9dd3c0;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Merriweather_9dd3c0;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Merriweather_9dd3c0;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-s.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:__Merriweather_9dd3c0;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-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:__Merriweather_9dd3c0;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-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:__Merriweather_Fallback_9dd3c0;src:local("Times New Roman");ascent-override:80.31%;descent-override:22.28%;line-gap-override:0.00%;size-adjust:122.53%}.__className_9dd3c0{font-family:__Merriweather_9dd3c0,__Merriweather_Fallback_9dd3c0;font-style:normal}.__variable_9dd3c0{--font-merriweather:"__Merriweather_9dd3c0","__Merriweather_Fallback_9dd3c0"}.legal-page{max-width:800px;margin:auto;padding:40px 20px;line-height:1.7}.legal-page h1{font-size:32px;margin-bottom:20px}.legal-page h2{margin-top:30px;margin-bottom:10px;font-size:20px}.legal-page p{margin-bottom:16px;color:var(--text)}.legal-page ul{margin-left:20px;margin-bottom:16px}.legal-page,.page-container{max-width:820px;margin:0 auto;padding:32px 20px;line-height:1.7}.legal-page h1,.page-container h1{font-size:28px;font-weight:600;margin-bottom:20px;color:var(--text)}.legal-page h2,.page-container h2{font-size:20px;margin-top:28px;margin-bottom:10px;color:var(--text)}.legal-page p,.page-container p{margin-bottom:14px;color:var(--text);font-size:15px}.legal-page ul,.page-container ul{padding-left:20px;margin-bottom:16px}.legal-page li,.page-container li{margin-bottom:6px;font-size:15px;color:var(--text)}.legal-page p:last-child{color:var(--info-fg);font-size:14px}@media (min-width:640px){.legal-page,.page-container{padding:48px 32px}.legal-page h1,.page-container h1{font-size:32px}}@media (min-width:1024px){.legal-page,.page-container{padding:60px 0}}.legal-page li{margin-bottom:6px}