@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700&display=swap");:root{--background:#fdfbf7;--foreground:#2c2420;--card:#ffffff;--card-foreground:#2c2420;--card-border:#e6e0d8;--primary:#b91c1c;--primary-foreground:#ffffff;--primary-light:#fef2f2;--accent:#d97706;--accent-foreground:#ffffff;--muted:#f5f0eb;--muted-foreground:#78716c;--border:#e7e5e4;--radius:0.75rem;--header-height:4rem;--font-serif:"Noto Serif TC",serif;--font-sans:system-ui,-apple-system,sans-serif;--reader-bg:#fffbf0;--reader-fg:#000000}@media (prefers-color-scheme:dark){:root{--background:#0c0a09;--foreground:#e7e5e4;--card:#1c1917;--card-foreground:#e7e5e4;--card-border:#292524;--primary:#ef4444;--primary-foreground:#ffffff;--primary-light:#450a0a;--accent:#f59e0b;--accent-foreground:#000000;--muted:#1c1917;--muted-foreground:#a8a29e;--border:#292524;--reader-bg:#121212;--reader-fg:#dcdcdc}}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-sans);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.max-w-2xl{max-width:42rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{opacity:0;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.font-serif{font-family:var(--font-serif)}.text-3xl{font-size:2rem;line-height:2.5rem;letter-spacing:-.02em}.text-xl{font-size:1.25rem}.text-lg,.text-xl{line-height:1.75rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-primary{color:var(--primary)}.text-white{color:#ffffff}.text-muted-foreground,.text-stone-600{color:var(--muted-foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:500;transition:all .2s ease;cursor:pointer;border:1px solid transparent}.bg-primary{background-color:var(--primary)}.bg-card{background-color:var(--card)}.bg-muted,.bg-muted\/30{background-color:var(--muted)}.bg-muted\/30{opacity:.9}.bg-stone-100\/95{background-color:var(--background);opacity:.95}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border:1px solid var(--border)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.max-h-\[60vh\]{max-height:60vh}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.block{display:block}.inline-block{display:inline-block}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:bg-muted\/50:hover,.hover\:bg-stone-200:hover{background-color:var(--muted)}.last\:border-b-0:last-child{border-bottom:none}.bg-accent{background-color:var(--accent)}.text-accent-foreground{color:var(--accent-foreground)}.text-primary-foreground{color:var(--primary-foreground)}.hover\:bg-accent\/90:hover{background-color:var(--accent);opacity:.9}.hover\:bg-primary\/90:hover{background-color:var(--primary);opacity:.9}.hover\:bg-muted\/80:hover{background-color:var(--muted);opacity:.8}.hover\:text-foreground:hover{color:var(--foreground)}.ml-2{margin-left:.5rem}.w-px{width:1px}.btn-ghost{background:transparent;color:var(--muted-foreground)}.btn-ghost:hover{background:var(--muted);color:var(--foreground)}.card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius);color:var(--card-foreground);transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 6px -1px rgba(0,0,0,.02),0 2px 4px -1px rgba(0,0,0,.02)}.card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.05),0 10px 10px -5px rgba(0,0,0,.01)}.nav-glass{background:rgba(253,251,247,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:0 4px 30px rgba(0,0,0,.03)}@media (prefers-color-scheme:dark){.nav-glass{background:rgba(12,10,9,.85);box-shadow:0 4px 30px rgba(0,0,0,.2)}}button{color:inherit}.breadcrumb-nav{display:flex;overflow-x:auto;padding:.5rem 0;margin-bottom:2rem;-ms-overflow-style:none;scrollbar-width:none}.breadcrumb-nav::-webkit-scrollbar{display:none}.breadcrumb-list{display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground);font-size:.9rem}.breadcrumb-item{display:flex;align-items:center;cursor:pointer;padding:.35rem .75rem;border-radius:9999px;background:var(--muted);transition:all .2s}.breadcrumb-item:hover{background:var(--border);color:var(--foreground)}.breadcrumb-item.active{background:var(--primary-light);color:var(--primary);font-weight:600}.hero-card{display:flex;align-items:center;gap:1.5rem;padding:2rem;margin-bottom:2.5rem;background:linear-gradient(135deg,var(--card) 0,var(--muted) 100%);border:1px solid var(--card-border);border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.02);transition:all .3s cubic-bezier(.16,1,.3,1)}.hero-card:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.05),0 10px 10px -5px rgba(0,0,0,.01);border-color:var(--primary)}.hero-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary);opacity:.8}.hero-icon{width:3.5rem;height:3.5rem;justify-content:center;border-radius:50%;background:var(--primary-light);color:var(--primary);box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05)}.hero-icon,.section-title{display:flex;align-items:center}.section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--muted-foreground);gap:.5rem}.folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:2.5rem}.folder-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center;gap:1rem;background:var(--card);color:var(--card-foreground);border:1px solid var(--card-border);border-radius:var(--radius);transition:all .2s}.folder-card:hover{border-color:var(--accent);background:var(--muted)}.folder-icon{color:var(--accent)}.book-list{display:flex;flex-direction:column;gap:.75rem}.book-item{display:flex;align-items:center;padding:1rem 1.5rem;gap:1rem}.book-item .title{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;flex:1 1}.book-item .author{font-size:.9rem;color:var(--muted-foreground);padding:.25rem .75rem;background:var(--muted);border-radius:999px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;color:var(--muted-foreground);opacity:.6}.border-b{border-bottom:1px solid var(--border)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.min-h-screen{min-height:100vh}.pt-20{padding-top:5rem}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-1,.mx-1{margin-right:.25rem}.mx-1{margin-left:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pr-16{padding-right:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.space-y-8>*+*{margin-top:2rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-12{width:3rem}.h-12{height:3rem}.w-16{width:4rem}.h-16{height:4rem}.max-w-5xl{max-width:64rem}.text-center{text-align:center}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.text-red-500{color:#ef4444}.bg-background{background-color:var(--background)}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.bg-background\/80{background-color:rgba(var(--bg-rgb),.8);background-color:rgba(255,255,255,.8)}@media (prefers-color-scheme:dark){.bg-background\/80{background-color:rgba(12,10,9,.8)}}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group:hover .group-hover\:text-primary{color:var(--primary)}.group:hover .group-hover\:bg-primary\/10,.group:hover .group-hover\:bg-primary\/20{background-color:var(--primary-light)}.transition-colors{transition:color .2s,background-color .2s,border-color .2s}.transition-transform{transition:transform .2s}.transition-all{transition:all .2s}.hover\:scale-\[1\.01\]:hover{transform:scale(1.01)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.inset-0{top:0;right:0;bottom:0;left:0}.relative{position:relative}.absolute{position:absolute}.top-2{top:.5rem}.right-2{right:.5rem}.z-10{z-index:10}.h-full{height:100%}.w-full{width:100%}.mt-auto{margin-top:auto}.self-start{align-self:flex-start}.pt-2{padding-top:.5rem}.p-5{padding:1.25rem}.mr-1\.5{margin-right:.375rem}.rounded-full{border-radius:9999px}.opacity-0{opacity:0}.opacity-60{opacity:.6}.opacity-100{opacity:1}.bg-muted\/50{background-color:var(--muted);opacity:.8}.group:hover .group-hover\:opacity-100{opacity:1}.hover\:border-primary:hover{border-color:var(--primary)}.hover\:text-red-500:hover{color:#ef4444}.hover\:bg-red-50:hover{background-color:#fef2f2}@media (prefers-color-scheme:dark){.hover\:bg-red-50:hover{background-color:#450a0a}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.z-50{z-index:50}.z-max{z-index:99999}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}